Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 771 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 771 Bytes

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.