@nest-ui/icon
v1.4.1
Published
NEST Icon
Downloads
4,226
Readme
Nest UI Icon
Include icons that is created by Nest design team, which utilizes ES6 imports that allow you to include only the icon that your project is using.
Installation
$ npm i @nest-ui/icon
Usage
import { Camera } from '@nest-ui/icon';
const Greetings = () => (
<div>
<Camera />
</div>
);
Showcase
Comming soon...
Future ideas
TBH...