@scaleflex/widget-icons
v4.8.7
Published
The icons needed for Scaleflex Media Asset Widget modules
Downloads
755
Keywords
Readme
@scaleflex/widget-icons
A helper NPM package contains all the SVG icons used by Scaleflex Media Asset Widget exported and ready to be used.
Usage
NPM
npm install --save @scaleflex/widget-iconsYARN
yarn add @scaleflex/widget-iconsthen
import { TickArrowIcon } from '@scaleflex/widget-icons'
...
...
...
<TickArrowIcon color="#FFFFFF" onClick={() => console.log('tick')} />