Page with Line Icons header small text goes here...
Sample sidebar created with Simple Line Icons. Below is the required css and HTML element for simple line icons.
<!-- required css -->
<link href="../assets/plugins/simple-line-icons/css/simple-line-icons.css" rel="stylesheet" />
<!-- sidebar icon -->
<a href="" class="menu-link">
  <div class="menu-icon">
    <i class="icon-rocket"></i>
  </div>
  ...
</a>