Package Exports
- @radix-ui/react-icons
- @radix-ui/react-icons/dist/react-icons.esm.js
- @radix-ui/react-icons/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@radix-ui/react-icons) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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
- Vlad Moroz (@vladyslavmoroz)
- Colm Tuite (@colmtuite)
- Pedro Duarte (@peduarte)
- Lochlan Bunn (@loklaan)
License
Licensed under the MIT License, Copyright © 2022-present WorkOS.
See LICENSE for more information.