2.16.1 • Published 2 years ago

iconista v2.16.1

Weekly downloads
102
License
Unlicense
Repository
github
Last release
2 years ago

iconista

  • Hundreds 💯+ of SVG icons in one React component
  • One React component
  • TypeScript autocompletion for icon sets and icons
  • Inlines icons as SVG elements, so you can apply CSS styling to them
  • All icons are responsive (SVG widht and height attributes are removed)
  • fill SVG properties are not set, so you can color icons with CSS

image

React usage

import Svg from 'iconista';

<Svg set='ibm_16' icon='arrow--down' />

Or, simply get the icon URL:

import {getUrl} from 'iconista/lib/getUrl'

const url = getUrl({set: 'ibm_16', icon: 'arrow--down'})

License

2.16.1

2 years ago

2.16.0

3 years ago

2.15.0

3 years ago

2.14.0

4 years ago

2.13.2

4 years ago

2.13.1

4 years ago

2.13.0

4 years ago

2.12.0

4 years ago

2.11.0

4 years ago

2.10.0

5 years ago

2.9.1

5 years ago

2.9.0

5 years ago

2.8.0

5 years ago

2.7.0

5 years ago

2.6.0

5 years ago

2.5.0

5 years ago

2.4.0

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago