Comparing version 0.0.0-development to 0.0.1-development
{ | ||
"name": "cabanaico", | ||
"version": "0.0.0-development", | ||
"version": "0.0.1-development", | ||
"main": "dist-es5/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.js", |
# Cabanaico | ||
Cabanaico is the icon library used in the [Small Improvements](https://www.small-improvements.com) web application. It takes most icons from the excellent [Feather](https://github.com/cabanaicons/feather), adds some custom icons and exports them all as React components. The generation of React components is inspired by [react-feather](https://github.com/carmelopullara/react-feather). | ||
Cabanaico is the icon library used in the [Cabana Design System](https://www,cabanadesignsystem.com). It takes a folder of SVG icons (some from the excellent [Symbolicons](http://symbolicons.com), adds some custom icons and exports them all as React components. This library could not be possible without the awesome work of the Small Improvements Open Source team - particularly [Featherico](https://github.com/SmallImprovements-OpenSource/featherico). | ||
@@ -12,5 +12,5 @@ ## Usage | ||
```js | ||
import { IconModulePraise } from 'cabanaico'; | ||
import { IconActivityRings } from 'cabanaico'; | ||
// <IconModulePraise /> | ||
// <IconActivityRings /> | ||
``` |
Sorry, the diff of this file is not supported yet
249990