/entypo-js

Automatically generated JavaScript export of Entypo+

Primary LanguageTypeScript

entypo-js

An automatically generated export of the Entypo+ icon collection where each icon is exported as its SVG path string.

Installation

npm install entypo-js

Usage

import { entypoFolderImages } from 'entypo-js';

console.log(entypoFolderImages); // M18.405,2.799C18.293,2.359,17...

The name of each icon is prefixed with entypo followed by a camel case version of the icon name. You can find a complete list of icons in ICONS.md.