1.4.0 • Published 1 year ago
@comfortdelgro/compass-icons v1.4.0
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
1 year ago
1.3.0
1 year ago
1.2.0
1 year ago
1.1.1
1 year ago
1.1.0
1 year ago
1.0.0
2 years ago
0.10.0
2 years ago
0.11.0
2 years ago
0.12.0
2 years ago
0.9.0
2 years ago
0.8.0
2 years ago
0.7.0
2 years ago
0.3.0
2 years ago
0.5.0
2 years ago
0.4.0
2 years ago
0.6.0
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago