1.4.0 • Published 9 months ago

@comfortdelgro/compass-icons v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Compass Icons

Icons to be used with ComfortDelGro's Compass Design System Components. See here.

Getting started

Installation

To get started, run

yarn add @comfortdelgro/compass-icons

or

npm install @comfortdelgro/compass-icons

or

pnpm install @comfortdelgro/compass-icons

Make sure you have all the required peer dependencies installed in the first place.

Usage

Use as React components,

import CrownIcon from '@comfortdelgro/compass-icons/react/crown'
;() => <CrownIcon size={20}>Click Me</CrownIcon>

Use with Iconify

import crownIcon from '@comfortdelgro/compass-icons/iconify/crown'
import {Icon} from '@iconify/react'
;() => <Icon icon={crownIcon} size={20} />

Reporting a Bug

If you spot a bug, inconsistency, or typo, please open a bug issue. Better yet, submit a pull request to address it.

Feature Requests

If you have an idea, we would love to hear about it. The best way to suggest a feature is to open a feature issue.

License

MIT © 2022

1.4.0

9 months ago

1.3.0

9 months ago

1.2.0

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.0

1 year ago

0.10.0

1 year ago

0.11.0

1 year ago

0.12.0

1 year ago

0.9.0

1 year ago

0.8.0

1 year ago

0.7.0

1 year ago

0.3.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.6.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago