@woozdesign/icons
v1.1.0
Published
WoozDesign - Icons
Downloads
14
Readme
24x24 icons crafted by the WoozDesign team.
Extended design of Feather Icons. Special thanks to @Feather Icons Team!
Documentation
All icons are available as React component.
Install WoozDesign Icons from npm:
npm install @woozdesign/icons
Import the icons into your React project:
import '@woozdesign/icons'; // Import CSS
import { Icon } from '@woozdesign/icons';
function MyComponent() {
return (
<div>
<Icon type="feather" />
</div>
);
}
Authors
- Feather Icons (@FeatherIcons)
- Leo Kim (@LeoKim)