@struct-ui/icons
v1.0.5
Published
A set of 16x16 pixel-perfect icons designed by the designers & developers for the designers & developers.
Downloads
2
Readme
Struct Icons
A set of 16x16 pixel-perfect icons designed by the designers & developers for the designers & developers.
Visit icons.struct-ui.com to browse the icons.
Documentation
All icons are available as individual React components.
Install Recon Icons from npm:
npm install @struct-ui/icons
Import the icons into your React project:
import { ArrowRight, Sun } from "@struct-ui/icons";
function MyComponent() {
return (
<div>
<ArrowRight />
<Sun />
</div>
);
}
Authors
- Gagan Biswas (@gaganbiswas)
License
Licensed under the MIT License, Copyright © 2023-present.