0.2.3 • Published 6 days ago

metal-icons v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

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.

0.2.3

6 days ago

0.2.1

17 days ago

0.2.2

16 days ago

0.1.26

1 month ago

0.2.0

19 days ago

0.1.24

1 month ago

0.1.25

1 month ago

0.1.23

1 month ago

0.1.22

1 month ago

0.1.21

2 months ago

0.1.20

4 months ago

0.1.18

4 months ago

0.1.19

4 months ago

0.1.17

4 months ago

0.1.16

4 months ago

0.1.10

5 months ago

0.1.11

5 months ago

0.1.12

5 months ago

0.1.13

5 months ago

0.1.14

5 months ago

0.1.15

5 months ago

0.1.9

5 months ago

0.1.8

5 months ago

0.1.7

6 months ago

0.1.6

6 months ago

0.1.5

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago