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.

14 lines
365 B

  1. // src/icons.js
  2. // export what you need
  3. export {
  4. default as SmileOutline
  5. } from '@ant-design/icons/lib/outline/SmileOutline';
  6. export {
  7. default as MehOutline
  8. } from '@ant-design/icons/lib/outline/MehOutline';
  9. // export what antd other components need
  10. export {
  11. default as CloseOutline
  12. } from '@ant-design/icons/lib/outline/CloseOutline';
  13. // and other icons...