1.14.0 • Published 2 years ago

@humblejs/icon v1.14.0

Weekly downloads
5
License
Apache-2.0
Repository
-
Last release
2 years ago

Icon

SVG based Icons packages. Thanks to Font Awesome

Demo

Install

yarn add @humblejs/icon

Style

Import all styling

@import '@humblejs/icon/dist/css/styles.scss';

Props

NameType / DescriptionIs Required?Default
sizestring (large, small, custom)NOCustom with 18px x 18px
flippedboolFlip icon horizontallyNOFALSE
classNamestringCustom class nameNOEMPTY

Usage

You can import all the packages

import Icons from '@humblejs/icon';

...

<Icons.Yelp />

or you can import separately

import { Facebook } from '@humblejs/icon'

...

<Facebook />

or you can import from file

import FacebookIcon from '@humblejs/icon/dist/js/facebook'

...

<FacebookIcon />
1.14.0

2 years ago

1.13.9

2 years ago

1.13.8

2 years ago

1.13.2

3 years ago

1.13.1

3 years ago

1.12.2

3 years ago

1.13.0

3 years ago

1.12.1

3 years ago

1.12.0

3 years ago

1.13.6

3 years ago

1.13.5

3 years ago

1.13.4

3 years ago

1.13.3

3 years ago

1.13.7

3 years ago

1.11.6

4 years ago

1.11.5

4 years ago

1.11.4

4 years ago

1.11.3

4 years ago

1.11.2

4 years ago

1.11.1

4 years ago

1.11.0

4 years ago

1.10.7

5 years ago

1.10.6

5 years ago

1.10.3

5 years ago

1.10.0

5 years ago

1.9.19

5 years ago