@filerobot/icons

The icons needed for Filerobot Media Asset Widget modules

Usage no npm install needed!

<script type="module">
  import filerobotIcons from 'https://cdn.skypack.dev/@filerobot/icons';
</script>

README

@filerobot/icons

A helper NPM package contains all the SVG icons used by Filerobot widget exported and ready to be used.

Usage

From NPM

The plugin is on NPM as @filerobot/icons

npm install --save @filerobot/icons

then

import { TickArrowIcon } from '@filerobot/icons'
...
...
...
<TickArrowIcon color="#FFFFFF" onClick={() => console.log('tick')} />