1.1.0 • Published 7 months ago

@woozdesign/icons v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

WoozDesign Icons

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

1.1.0

7 months ago

1.0.10

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.11

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago