material.ts 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. import { createIcon } from './create-icon';
  2. export const IconDefault = createIcon('ic:round-auto-awesome');
  3. export const IcRoundKeyboardArrowDown = createIcon(
  4. 'ic:round-keyboard-arrow-down',
  5. );
  6. export const IcRoundChevronRight = createIcon('ic:round-chevron-right');
  7. export const IcRoundKeyboard = createIcon('ic:round-keyboard');
  8. // export const IcRoundMenuOpen = createIcon('ic:round-menu-open');
  9. export const IcRoundMenu = createIcon('ic:round-menu');
  10. export const IcRoundMoreHoriz = createIcon('ic:round-more-horiz');
  11. export const IcRoundFitScreen = createIcon('ic:round-fit-screen');
  12. export const IcTwotoneFitScreen = createIcon('ic:twotone-fit-screen');
  13. export const IcRoundColorLens = createIcon('ic:round-color-lens');
  14. export const IcRoundMoreVert = createIcon('ic:round-more-vert');
  15. export const IcRoundFullscreen = createIcon('ic:round-fullscreen');
  16. export const IcRoundFullscreenExit = createIcon('ic:round-fullscreen-exit');
  17. export const IcRoundAutoAwesome = createIcon('ic:round-auto-awesome');
  18. export const IcRoundClose = createIcon('ic:round-close');
  19. export const IcRoundRestartAlt = createIcon('ic:round-restart-alt');
  20. export const IcRoundLogout = createIcon('ic:round-logout');
  21. export const IcOutlineVisibility = createIcon('ic:outline-visibility');
  22. export const IcOutlineVisibilityOff = createIcon('ic:outline-visibility-off');
  23. export const IcRoundSearch = createIcon('ic:round-search');
  24. export const IcRoundFolderCopy = createIcon('ic:round-folder-copy');
  25. export const IcRoundSubdirectoryArrowLeft = createIcon(
  26. 'ic:round-subdirectory-arrow-left',
  27. );
  28. export const IcRoundArrowUpward = createIcon('ic:round-arrow-upward');
  29. export const IcRoundArrowDownward = createIcon('ic:round-arrow-downward');
  30. export const IcBaselineLanguage = createIcon('ic:baseline-language');
  31. export const IcRoundSearchOff = createIcon('ic:round-search-off');
  32. export const IcRoundNotificationsNone = createIcon(
  33. 'ic:round-notifications-none',
  34. );
  35. export const IcRoundMarkEmailRead = createIcon('ic:round-mark-email-read');
  36. export const IcRoundWbSunny = createIcon('ic:round-wb-sunny');
  37. export const IcRoundMotionPhotosAuto = createIcon(
  38. 'ic:round-motion-photos-auto',
  39. );
  40. export const IcRoundSettingsSuggest = createIcon('ic:round-settings-suggest');
  41. export const IcRoundArrowBackIosNew = createIcon('ic:round-arrow-back-ios-new');
  42. export const IcRoundMultipleStop = createIcon('ic:round-multiple-stop');
  43. export const IcRoundRefresh = createIcon('ic:round-refresh');
  44. export const IcRoundCreditScore = createIcon('ic:round-credit-score');