Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.11 KB

README.md

File metadata and controls

59 lines (44 loc) · 1.11 KB

It's wooble UI icons pack

It's wooble UI icons pack.

📦 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 [email protected]:wooble-team/wooble-icons.git
$ cd wooble-icons

👋 Founders