Socket
Socket
Sign inDemoInstall

@radix-ui/react-icons

Package Overview
Dependencies
3
Maintainers
6
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @radix-ui/react-icons

Radix UI React Icon Set


Version published
Weekly downloads
461K
increased by4.42%
Maintainers
6
Install size
3.28 MB
Created
Weekly downloads
 

Readme

Source

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.

FAQs

Last updated on 21 Mar 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc