1.0.9 • Published 8 days ago

@bronzelabs/tribe-icons v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
8 days ago

Tribe icons

A collection of icons used as part of the Tribe Design System.

npm.io

Installation

# install with yarn
yarn add @bronzelabs/tribe-icons

# or with npm
npm i @bronzelabs/tribe-icons

Usage

Use within in your jsx as a React component:

import { IcAccess } from "@bronzelabs/tribe-icons"

const MyComponent = () => {
  return <IcAccess />
}

Or, where available, pass to directly to another component:

import { Button } from "@bronzelabs/tribe-ui"
import { IcAccess } from "@bronzelabs/tribe-icons"

const MyComponent = () => {
  return <Button icon={IcAccess}>Hello World</Button>
}
1.0.9

8 days ago

1.0.8

3 months ago

1.0.7

4 months ago

1.0.6

6 months ago

1.0.2

10 months ago

1.0.5

9 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.1

11 months ago

1.0.0

11 months ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago