metal-icons

0.2.10 • Public • Published

Metal Icons

A clean, reliable icon set 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

      53

      Version

      0.2.10

      License

      MIT

      Unpacked Size

      1.71 MB

      Total Files

      2524

      Last publish

      Collaborators

      • jmelgoza