Polymer/iron-icon compatible iconset based on Font Awesome SVG font
Find a file
2016-11-10 17:06:50 +01:00
.gitignore More fixes for polymer 0.8.0 2015-04-20 09:13:27 -03:00
bower.json [Project] Preparing v4.7.0 2016-11-10 17:06:50 +01:00
demo.html Updated bower dependencies and demo styles 2016-02-03 19:15:06 -03:00
fa-accessibility.html [Minor] Expand path, as not all browsers like it 2016-11-10 17:00:39 +01:00
fa-all.html [Minor] Expand path, as not all browsers like it 2016-11-10 17:00:39 +01:00
fa-brand.html [Minor] Expand path, as not all browsers like it 2016-11-10 17:00:39 +01:00
fa-chart.html [Minor] Expand path, as not all browsers like it 2016-11-10 17:00:39 +01:00
fa-currency.html [Minor] Expand path, as not all browsers like it 2016-11-10 17:00:39 +01:00
fa-directional.html [Minor] Expand path, as not all browsers like it 2016-11-10 17:00:39 +01:00
fa-file-type.html [Minor] Expand path, as not all browsers like it 2016-11-10 17:00:39 +01:00
fa-form-control.html [Minor] Expand path, as not all browsers like it 2016-11-10 17:00:39 +01:00
fa-gender.html [Minor] Expand path, as not all browsers like it 2016-11-10 17:00:39 +01:00
fa-hand.html [Minor] Expand path, as not all browsers like it 2016-11-10 17:00:39 +01:00
fa-medical.html [Minor] Expand path, as not all browsers like it 2016-11-10 17:00:39 +01:00
fa-payment.html [Minor] Expand path, as not all browsers like it 2016-11-10 17:00:39 +01:00
fa-spinner.html [Minor] Expand path, as not all browsers like it 2016-11-10 17:00:39 +01:00
fa-text-editor.html [Minor] Expand path, as not all browsers like it 2016-11-10 17:00:39 +01:00
fa-transportation.html [Minor] Expand path, as not all browsers like it 2016-11-10 17:00:39 +01:00
fa-video-player.html [Minor] Expand path, as not all browsers like it 2016-11-10 17:00:39 +01:00
fa-web-application.html [Minor] Expand path, as not all browsers like it 2016-11-10 17:00:39 +01:00
package.json [Project] Preparing v4.7.0 2016-11-10 17:06:50 +01:00
README.md Updated README for v4.3.0 2015-06-02 16:31:53 -03:00
update.js [Minor] Expand path, as not all browsers like it 2016-11-10 17:00:39 +01:00

Font Awesome as a PolymerElements/iron-iconset-svg component.

Set Up

bower install fontawesome-iconset

Use

Link your custom component alongside with other Polymer dependencies

<link rel="import" href="bower_components/fontawesome-iconset/fa-all.html">

Use the iconset

<iron-icon icon="fa:line-chart"></iron-icon>

You also can refer to an specific category of icons:

<link rel="import" href="bower_components/fontawesome-iconset/fa-gender.html">

And use it like this:

<iron-icon icon="fa-gender:venus"></iron-icon>

Update

To update to the latest version of FontAwesome, just install node modules and run "update"

npm install
node update

Soon there will be a production script to export only the icons to be used (like the original font-awesome-polymer-icons-generator but in node).