dilidili / react-drawing-board

demo
https://react-drawing-board-demo.dilidili.now.sh
MIT License
68 stars 21 forks source link

fix: do not rely on Icon from antd anymore #15

Closed leftstick closed 3 years ago

leftstick commented 3 years ago

Remove import { Icon } from 'antd' with a simple internal implementation.

This should fix #14

dilidili commented 3 years ago

could you try to replace Icon with Icons from @ant-design/icons ?