服装智能制造软件平台V3.0
http://182.92.169.222/hhxy/#/user/login
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
365 B
15 lines
365 B
2 years ago
|
// src/icons.js
|
||
|
|
||
|
// export what you need
|
||
|
export {
|
||
|
default as SmileOutline
|
||
|
} from '@ant-design/icons/lib/outline/SmileOutline';
|
||
|
export {
|
||
|
default as MehOutline
|
||
|
} from '@ant-design/icons/lib/outline/MehOutline';
|
||
|
|
||
|
// export what antd other components need
|
||
|
export {
|
||
|
default as CloseOutline
|
||
|
} from '@ant-design/icons/lib/outline/CloseOutline';
|
||
|
// and other icons...
|