WebisteDLH/wwwroot/vendor/simple-line-icons
Agung Gumelar 29a1107a70 First Commit & Tambah tampilan list artikel 2023-12-04 16:59:31 +07:00
..
css First Commit & Tambah tampilan list artikel 2023-12-04 16:59:31 +07:00
dist First Commit & Tambah tampilan list artikel 2023-12-04 16:59:31 +07:00
docs First Commit & Tambah tampilan list artikel 2023-12-04 16:59:31 +07:00
fonts First Commit & Tambah tampilan list artikel 2023-12-04 16:59:31 +07:00
less First Commit & Tambah tampilan list artikel 2023-12-04 16:59:31 +07:00
scripts First Commit & Tambah tampilan list artikel 2023-12-04 16:59:31 +07:00
scss First Commit & Tambah tampilan list artikel 2023-12-04 16:59:31 +07:00
src First Commit & Tambah tampilan list artikel 2023-12-04 16:59:31 +07:00
CODE_OF_CONDUCT.md First Commit & Tambah tampilan list artikel 2023-12-04 16:59:31 +07:00
CONTRIBUTING.md First Commit & Tambah tampilan list artikel 2023-12-04 16:59:31 +07:00
History.md First Commit & Tambah tampilan list artikel 2023-12-04 16:59:31 +07:00
LICENSE.md First Commit & Tambah tampilan list artikel 2023-12-04 16:59:31 +07:00
README.md First Commit & Tambah tampilan list artikel 2023-12-04 16:59:31 +07:00
bower.json First Commit & Tambah tampilan list artikel 2023-12-04 16:59:31 +07:00
package.json First Commit & Tambah tampilan list artikel 2023-12-04 16:59:31 +07:00
yarn.lock First Commit & Tambah tampilan list artikel 2023-12-04 16:59:31 +07:00

README.md

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.