1.1.1 • Published 2 years ago

brolga-icons v1.1.1

Weekly downloads
-
License
GNU GPLv3
Repository
github
Last release
2 years ago

Brolga Icons

Installation

Add package via npm or yarn

# npm
npm install brolga-icons

# yarn
yarn add brolga-icons

Using

Import icons as React Components

import { User } from 'brolga-icons'

export default MyFunction = () => {
    return (
        <div>
            <User />
        </div>
    )
}

Options

Each icon component can take several optional props.

PropDescriptionDefault
sizesets the width and height of the icon20px
strokesets the stroke width of the icon2
colorsets the color of the iconblack
import { User } from 'brolga-icons'

export default MyFunction = () => {
    return (
        <div>
            <User size='30px' stroke={4} color='#fff'/>
        </div>
    )
}

Enjoy!

It's nice when things just work, and that's what we're aiming for with this icon library. Let us hear your feedback!

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago