Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@modulz/radix-icons

peduarte12.4kMIT4.0.0TypeScript support: included

Radix Icon Set

readme

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.