2.0.1 • Published 12 months ago

@ifrc-go/icons v2.0.1

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

12 months ago

2.0.0

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago