icons.js 365 B

123456789101112131415
  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...