This package provides Wizard icons as a set of React Components.
- React 16.8 +
- Typescript 3.5+
- Webpack 4
- Babel 7
- Hot Module Replacement
# svg to react and create index
yarn build-react
# ts to js
yarn ts2js
# development
yarn start
# build
yarn build
# deploy
yarn deploy