Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@modulz/radix-icons

Package Overview
Dependencies
Maintainers
4
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modulz/radix-icons

Radix Icon Set

latest
npmnpm
Version
4.0.0
Version published
Weekly downloads
2.5K
-12.14%
Maintainers
4
Weekly downloads
 
Created
Source

Radix Icons

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

Visit icons.modulz.app to browse the icons.

Documentation

All icons are available as individual React components.

Install Radix Icons from npm:

npm install @modulz/radix-icons

Import the icons into your React project:

import { FaceIcon, ImageIcon, SunIcon } from '@modulz/radix-icons'

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

Contributing

Please follow our contributing guidelines.

Authors

License

Licensed under the MIT License, Copyright © 2020-present Modulz.

See LICENSE for more information.

FAQs

Package last updated on 13 Jan 2021

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