1.1.0 • Published 2 years ago

@woozdesign/icons v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.11

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago