0.0.8 • Published 2 years ago
@itswooble/icons v0.0.8
📦 Install
npm install @itswooble/icons
yarn add @itswooble/icons
🔨 Usage
import React from 'react';
import { PaperFail } from '@itswooble/icons';
const App = () => (
<>
<PaperFail color='blue300' />
</>
);
TypeScript
@itswooble/icons
is written in TypeScript with complete definitions.
🔗 Links
⌨️ Development
Clone locally:
$ git clone git@github.com:wooble-team/wooble-icons.git
$ cd wooble-icons