@radix-ui/react-icons
Radix UI React Icon Set

@radix-ui/react-icons downloads @radix-ui/react-icons version

@radix-ui/react-iconsSimilar Packages:
Npm Package Weekly Downloads Trend
3 Years
🌟 Show real-time usage chart on @radix-ui/react-icons's README.md, just copy the code below.
## Usage Trend
[![Usage Trend of @radix-ui/react-icons](https://npm-compare.com/img/npm-trend/THREE_YEARS/@radix-ui/react-icons.png)](https://npm-compare.com/@radix-ui/react-icons#timeRange=THREE_YEARS)
🌟 Show GitHub stars trend chart on @radix-ui/react-icons's README.md, just copy the code below.
## GitHub Stars Trend
[![GitHub Stars Trend of @radix-ui/react-icons](https://npm-compare.com/img/github-trend/@radix-ui/react-icons.png)](https://npm-compare.com/@radix-ui/react-icons)
Stat Detail
Package
Downloads
Stars
Size
Issues
Publish
License
@radix-ui/react-icons1,959,953-3.44 MB-a year agoMIT
README for @radix-ui/react-icons

Radix Icons

A crisp set of 15×15 icons designed by the WorkOS team.

Visit icons.radix-ui.com to browse the icons.


Documentation

All icons are available as individual React components.

Install Radix Icons from npm:

npm install @radix-ui/react-icons

Import the icons into your React project:

import { FaceIcon, ImageIcon, SunIcon } from '@radix-ui/react-icons';

function MyComponent() {
  return (
    <div>
      <FaceIcon />
      <SunIcon />
      <ImageIcon />
    </div>
  );
}

Contributing

Please follow our contributing guidelines.

Authors

License

Licensed under the MIT License, Copyright © 2022-present WorkOS.

See LICENSE for more information.