Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1010 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 1010 Bytes

Solid Radix Icons

Solid Radix Icons NPM Version

An unofficial port of the crisp set of 15×15 icons designed by the WorkOS team.

Usage

import { FaceIcon, ImageIcon, SunIcon } from 'solid-radix-icons'

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

Documentation

For full documentation, visit trents.computer/radix-icons.

Contributors