0.0.6 • Published 5 years ago
@yumastudio/blockx-icons v0.0.6
@yumastudio/blockx-icons
This package contains a set of SVG icons built for Blockx Design System.
Installation
The package can be installed via npm:
npm i @yumastudio/blockx-icons --save
Or via yarn:
yarn add @yumastudio/blockx-icons
Usage
BlockxIcons exports each component as ES6 modules:
import { ChevronDownIcon } from '@yumastudio/blockx-icons';
Or it has an Icon component that can call any icon in the library
import { Icon } from '@yumastudio/blockx-icons';
License
BlockxIcons is licensed under the terms of the Apache License 2.0.