@kozimo/blockz-icons
v1.0.0
Published
A scalable set of icons handcrafted with <3 by Kozimo.
Downloads
2
Maintainers
Readme
@kozimo/blockz-icons
This package contains a set of SVG icons built for Blockz Design System.
Installation
The package can be installed via npm:
npm i @kozimo/blockz-icons --save
Or via yarn:
yarn add @kozimo/blockz-icons
Usage
Blockz Icons exports each component as ES6 modules:
import { ChevronDownIcon } from '@kozimo/blockz-icons';
Or it has an Icon component that can call any icon in the library
import { Icon } from '@kozimo/blockz-icons';
License
Blockz Icons is licensed under the terms of the Apache License 2.0.