metal-icons

0.2.3 • Public • Published

Metal Icons

A flexible set of icons built for React.


Basic Usage

All icons are available as individual React components.

First, install metal-icons from npm:

yarn add metal-icons

Now, you can import each icon individually as a React component:

import { FolderIcon } from `metal-icons/16/solid`

export default function MyComponent() {
  return (
    <button>
      <FolderIcon />
      Add Folder
    </button>
  )
}

Icons follow an UpperCamelCase naming convention and always end with the word "Icon."

License

Licensed under the MIT License, Copyright © 2023-present Jason Melgoza.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i metal-icons

      Weekly Downloads

      4

      Version

      0.2.3

      License

      MIT

      Unpacked Size

      1.65 MB

      Total Files

      2456

      Last publish

      Collaborators

      • jmelgoza