1.2.0 • Published 3 years ago

@ifrc-go/icons v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

IFRC-GO Icons npm (scoped) Build Release & Publish

React icons for IFRC-GO project.

Installation

yarn add @ifrc-go/icons
#or
npm install @ifrc-go/icons

GitHub Pages

For local development

docker-compose up page-dev

For building the NextJS project

docker-compose up page-build

Usage

Each icon can be imported as a react component.

import { MenuLineIcon } from '@ifrc-go/icons';

function MyComponent() {
  return (
    <div>
      <MenuLineIcon className={{ color: #3b82f6 }} />
    </div>
  )
}

Each icon has its stroke and fill property set to currentColor. The icon style can be set using the color CSS property.

License

This library is MIT licensed.

2.0.1

2 years ago

2.0.0

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago