@jinshuju/field-icons-react

4.0.2 • Public • Published

Basic Usage

First, install @jinshuju/field-icons-react from npm:

npm install @jinshuju/field-icons-react

Now each icon can be imported individually as a React component:

import { FieldIconTextField } from '@jinshuju/field-icons-react/24/solid'

function MyComponent() {
  return (
    <div>
      <FieldIconTextField className="size-6 text-blue-500" />
      <p>...</p>
    </div>
  )
}

The 24x24 outline icons can be imported from @jinshuju/field-icons-react/24/outline, the 24x24 solid icons can be imported from @jinshuju/field-icons-react/24/solid, the 20x20 solid icons can be imported from @jinshuju/field-icons-react/20/solid, and 16x16 solid icons can be imported from @jinshuju/field-icons-react/16/solid.

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

While we absolutely appreciate anyone's willingness to try and improve the project, we're currently only interested in contributions that fix bugs, for example things like incorrect TypeScript types, or fixing an icon that's been exported with a fill instead of a stroke, etc.

We're not accepting contributions for new icons or adding support for other frameworks like Svelte or SolidJS. Instead we encourage you to release your own icons in your own library, and create your own packages for any other frameworks you'd like to see supported.

License

This library is MIT licensed.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @jinshuju/field-icons-react

      Weekly Downloads

      30

      Version

      4.0.2

      License

      MIT

      Unpacked Size

      352 kB

      Total Files

      297

      Last publish

      Collaborators

      • mechiland
      • fengzhichao
      • cedcn
      • plrthink_at_jinshuju