@dodoex/icons
v2.0.2
Published
DODO icons distributed as SVG React components.
Downloads
433
Readme
ICONS
Inspired by mui-icons.
Convert svg into an independent React Component and generate type files (no dependency to any other components).
HOW TO USE
import { ArrowBack } from '@dodoex/icons';
<ArrowBack />
HOW TO UPDATE ICONS
Place icons into the assets
directory and execute commands to generate ICONS.
yarn workspace @dodoex/icons src:icons
yarn build