@jfstech/icons-react
v0.2.2
Published
<p align="center"> <a href="https://jfstech.uk" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/JFS-Tech/icons/HEAD/.github/logo-dark.svg"> <source media="(prefers-color
Downloads
234
Readme
Basic Usage
First, install @jfstech/icons-react
from npm:
npm install @jfstech/icons-react
Now each icon can be imported individually as a React component:
import { CopyRightIcon } from '@jfstech/icons-react/24/outline'
function MyComponent() {
return (
<div>
<CopyRightIcon className="size-6 text-blue-500" />
<p>...</p>
</div>
)
}
The 24x24 outline icons are currently the only icons which we support.
Icons use an upper camel case naming convention and are always suffixed with the word Icon
.
Browse the full list of icon names on UNPKG →
Contributing
I will not be accepting contributions to this repository.
License
This library is MIT licensed.