1.0.6 • Published 4 years ago

@scarlab/icons-react v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Scarlab Icons

What is Scarlab Icons?

Scarlab Icons is a collection of simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency, and flexibility.

scarlab-icons

npm install @scarlab/icons-react

Table of Contents

Usage

import { CircleIcon } from '@scarlab/icons-react/outline'

class Component extends React.Component {
  render() {
    return <h3> Cool circle <CircleIcon /> </h3>
  }
}

Customization

Change color

<circle-icon color="#fb923c" />
<circle-icon style="color: #fb923c;" />

Change stroke width

<circle-icon stroke-width="1" />
<circle-icon stroke-width="2" />

Figma

Scarlab Icons is available as a Figma component library. To use the components, log in to your Figma account and duplicate the file to your drafts.

License

Scarlab Icons is licensed under the MIT License.

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago