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.
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>
);
}
- Gagan Biswas (@gaganbiswas)
Licensed under the MIT License, Copyright © 2023-present.