@filerobot/icons
v3.74.1
Published
The icons needed for Filerobot Media Asset Widget modules
Downloads
27,674
Keywords
Readme
@filerobot/icons
A helper NPM package contains all the SVG icons used by Filerobot Media Asset Widget exported and ready to be used.
Usage
NPM
npm install --save @filerobot/icons
YARN
yarn add @filerobot/icons
then
import { TickArrowIcon } from '@filerobot/icons'
...
...
...
<TickArrowIcon color="#FFFFFF" onClick={() => console.log('tick')} />