1.1.4 • Published 10 months ago

@bolideai/icons-kit v1.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Bolideai Icons Kit

Description

A set of custom icons for Bolideai application.

Installation

npm i @bolideai/icons-kit

List of available components

HelpIcon, ChartIcon, PuzzleIcon, TabButtonIcon, TimelapseIcon, TruckIcon, UpsellIcon, WheelIcon

import {
      HelpIcon, ChartIcon, HornIcon,
      PuzzleIcon, TabButtonIcon, TimelapseIcon,
      TruckIcon, UpsellIcon, WheelIcon
} from '@bolideai/icons-kit';

export const App = () => {

    return (
      <HelpIcon />
      <ChartIcon />
      <HornIcon />
      <PuzzleIcon />
      <TabButtonIcon />
      <TimelapseIcon />
      <TruckIcon />
      <UpsellIcon />
      <WheelIcon />
    )
}

Build and update

  1. Install dependencies
npm install
  1. Make changes
  2. Build sh npx webpack
## Author
Dubov V.
vitaliy.dubov@searchanise.io 
1.1.1

10 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.0

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago