Skip to content

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

License

Notifications You must be signed in to change notification settings

timredd/solid-radix-icons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • JavaScript 0.2%