@modulz/radix-icons
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @modulz/radix-icons

Weekly Downloads

2,028

Version

4.0.0

License

MIT

Unpacked Size

2.93 MB

Total Files

311

Last publish

Collaborators

  • stephenhaney
  • colmtuite
  • benoitgrelard