at path:
ROOT
/
sistema
/
vendors
/
themify-icons
/
README.md
run:
R
W
Run
css
DIR
2026-04-09 04:12:40
R
W
Run
fonts
DIR
2026-04-09 04:12:40
R
W
Run
ie7
DIR
2026-04-09 04:12:40
R
W
Run
.bower.json
1.11 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
README.md
1.71 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
bower.json
944 By
2018-11-08 02:46:18
R
W
Run
Delete
Rename
error_log
up
📄
README.md
Save
Themify Icons ============= [](https://gratipay.com/lykmapipo/) [](https://gratipay.com/lykmapipo/) Themify Icons is a complete set of icons for use in web design and apps, consisting of 320+ pixel-perfect, hand-crafted icons that draw inspiration from Apple iOS 7 - available to the public, 100% FREE! You may use or distribute it for any purpose, whether personal or commercial. This icon set is a must have tool for web designers and developers. All icons can be viewed at [http://themify.me/themify-icons](http://themify.me/themify-icons) ## Install ```sh $ bower install --save themify-icons ``` ## Usage - Include `themify-icions` into your app `index.html` ```html <!doctype html> <html ng-app="app"> <head> <!-- build:css(.) styles/vendor.css --> <!-- bower:css --> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" /> <link rel="stylesheet" href="bower_components/themify-icons/themify-icons.css" /> <!-- endbower --> <!-- endbuild --> ... </head> <body> ... </body> </html> ``` - Add the icon markup in your page ```html <span class="ti-download"></span> ``` ## LICENSE - Themify Icons font licensed under: [http://scripts.sil.org/OFL](http://scripts.sil.org/OFL) - Code licensed under: [http://opensource.org/licenses/mit-license.html](http://opensource.org/licenses/mit-license.html) - All brand icons are copyright/trademarks of their respective owners. ## VERSIONS Version 1.0.1 (May 27, 2014) - Added SVG format - Fixed some icon naming issues - Added rss icon Version 1.0.0 (May 16, 2014) - Initial release