0.2.3 • Published 1 year ago

metal-icons v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.2.1

1 year ago

0.2.2

1 year ago

0.1.26

1 year ago

0.2.0

1 year ago

0.1.24

1 year ago

0.1.25

1 year ago

0.1.23

1 year ago

0.1.22

1 year ago

0.1.21

1 year ago

0.1.20

2 years ago

0.1.18

2 years ago

0.1.19

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.10

2 years ago

0.1.11

2 years ago

0.1.12

2 years ago

0.1.13

2 years ago

0.1.14

2 years ago

0.1.15

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago