Skip to content

A set of 16x16 pixel-perfect icons designed by the designers & developers for the designers & developers.

License

Notifications You must be signed in to change notification settings

gaganbiswas/struct-icons

Repository files navigation

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

License

Licensed under the MIT License, Copyright © 2023-present.