DODO icons distributed as SVG React components.
TypeScript
import { ArrowBack } from '@dodoex/icons';
`
HOW TO UPDATE ICONS
Place icons into the assets directory and execute commands to generate ICONS.
`Bash
yarn workspace @dodoex/icons src:icons
yarn build
``