An automatically generated export of social media icons where each icon is exported as its SVG path string.
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.
Think of an icon that is not in this package? Create an issue and I will add it!