0.0.13 • Published 1 year ago

@allbin/icons v0.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

AllBinary icon library

AllBinary Icon library where svg files are reprocessed into react components that take a className so it plays well with TailwindCSS.

Currently based on icons from:

Compile icons

To compile SVG files into React components, run the npm script build

> npm run get # get svg files and place them in ./input
> npm run compile # build react components from svg files
> npm run eslint:fix # reformat component files, this will take a while
> npm publish # publish the package to npmjs

Icon components will be placed in ./icons

Change icon source

In theory this will work with any directory of svg files as input, if we find a better source start by updating the degit command in the package.json. The command form is degit <github user>/<repo>/<subdir>

0.0.13

1 year ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago