No description
  • Less 42.3%
  • SCSS 21.4%
  • CSS 16.2%
  • JavaScript 12.1%
  • HTML 8%
Find a file
Sabbir Ahmed f3ed94dd79 2.5.5
2020-08-10 06:55:50 +06:00
css added legacy structure compatatibility in build #119 2020-08-08 02:55:04 +06:00
dist Updating matching RegEx to look for a default comment instead of hardcoding the default variable names into the build process. 2020-08-08 09:23:30 -05:00
docs Merge branch 'master' into master 2020-08-08 09:31:31 -05:00
fonts added legacy structure compatatibility in build #119 2020-08-08 02:55:04 +06:00
less New build due to merged in changes from source repository. 2020-08-08 09:33:23 -05:00
scripts Merge branch 'master' into master 2020-08-08 09:31:31 -05:00
scss New build due to merged in changes from source repository. 2020-08-08 09:33:23 -05:00
src Updating matching RegEx to look for a default comment instead of hardcoding the default variable names into the build process. 2020-08-08 09:23:30 -05:00
.gitignore Added sass/less build test, precommit hook, travis test 2016-09-21 23:16:59 -04:00
.travis.yml travis node version bump 2020-07-28 02:21:39 +06:00
bower.json restructured project to make easier builds and docs 2020-07-27 21:51:21 +06:00
CODE_OF_CONDUCT.md added guide lines 2016-05-05 00:20:24 +06:00
CONTRIBUTING.md Fixed spelling mistake. 2019-05-05 22:56:00 +01:00
History.md Version 2.4.0 2016-09-18 14:23:53 +01:00
LICENSE.md Added license file 2016-04-29 01:52:27 +06:00
package.json 2.5.5 2020-08-10 06:55:50 +06:00
README.md updated docs url 2020-07-30 15:44:20 +06:00
yarn.lock restructured project to make easier builds and docs 2020-07-27 21:51:21 +06:00

Simple Line Icons

Bower version npm version Build Status

Simple line icons with CSS, SASS, LESS & Web-fonts files.

Preview & Docs

You can find a cheat sheet of the complete set of icons at Simple Line Icons - GitHub Pages

Installation

via npm

npm install simple-line-icons --save

via bower

bower install simple-line-icons --save

via cdnjs

Alternatively, you can also clone or download this repository as zip.

If you are a designer, you can use this creative cloud library in your project.

Customizing LESS/SASS variables

LESS:

@simple-line-font-path     : "/path/to/font/files";
@simple-line-font-family   : "desired-name-font-family";
@simple-line-icon-prefix   : prefix-;

SASS:

$simple-line-font-path     : "/path/to/font/files";
$simple-line-font-family   : "desired-name-font-family";
$simple-line-icon-prefix   : "prefix-";

Credits

Jamal Jama for creating this awesome webfont & Ahmad Firoz for extending it further.

Contributors

Check Here

Contributions

Contributions are more then welcome. Keep them coming! Please make sure you have read our guide line.

License

You're free to use the web-font in a template/theme intended for sale on marketplaces like ThemeForest.

CSS, SCSS & LESS files are under MIT License.