See the demo page.
Provides social-post icons for websites as a Polymer iron-iconset. This is not a custom element. This iconset is to be used with a iron-icon or any element that utilizes iron-icon (paper-fab, etc.).
Add to bower.json:
{
"dependencies": {
"social-post-icons": "~0.2.0"
}
}
<link rel="import" href="../bower_components/social-post-icons/social-post-icons.html">
<iron-icon icon="social-post:blogger"></iron-icon>
This is not a complete list of social website icons, create a pull request if you have an icon you'd like to add.
- Vander Rice (Full-Stack Web Software Engineer)
- Twitter: @van_rice
- Web: http://vxrice.com
Apache License Version 2.0, see LICENSE file