social-js-icons
v1.0.3
Published
An automatically generated export of social media icons where each icon is exported as its SVG path string.
Downloads
8
Readme
social-js-icons
An automatically generated export of social media icons where each icon is exported as its SVG path string.
Usage
import { sjsFolderImages } from 'social-js-icons';
console.log(sjsFolderImages);
The name of each icon is prefixed with sjs
followed by a camel case version of the icon name. You can find a complete list of icons in ICONS.md.
Adding Icons
Think of an icon that is not in this package? Create an issue and I will add it!