🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@radix-ui/react-icons

Package Overview
Dependencies
Maintainers
6
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radix-ui/react-icons

Radix UI React Icon Set

latest
npmnpm
Version
1.3.2
Version published
Weekly downloads
4M
1.2%
Maintainers
6
Weekly downloads
 
Created
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

Package last updated on 14 Nov 2024

Did you know?

Socket

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