图标使用教程:react-soybean-docs.pages.dev/docs/guide/… 注意点:
- 使用SvgIcon,例如:
<SvgIcon localIcon="custom-icon" className="text-14px text-blue" />
- 将svg中的
fill="色值"改为fill="currentColor"
图标使用教程:react-soybean-docs.pages.dev/docs/guide/… 注意点:
<SvgIcon localIcon="custom-icon" className="text-14px text-blue" />
fill="色值"改为fill="currentColor"