1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- import { createIcon } from './create-icon';
- export const IconDefault = createIcon('ic:round-auto-awesome');
- export const IcRoundKeyboardArrowDown = createIcon(
- 'ic:round-keyboard-arrow-down',
- );
- export const IcRoundChevronRight = createIcon('ic:round-chevron-right');
- export const IcRoundKeyboard = createIcon('ic:round-keyboard');
- // export const IcRoundMenuOpen = createIcon('ic:round-menu-open');
- export const IcRoundMenu = createIcon('ic:round-menu');
- export const IcRoundMoreHoriz = createIcon('ic:round-more-horiz');
- export const IcRoundFitScreen = createIcon('ic:round-fit-screen');
- export const IcTwotoneFitScreen = createIcon('ic:twotone-fit-screen');
- export const IcRoundColorLens = createIcon('ic:round-color-lens');
- export const IcRoundMoreVert = createIcon('ic:round-more-vert');
- export const IcRoundFullscreen = createIcon('ic:round-fullscreen');
- export const IcRoundFullscreenExit = createIcon('ic:round-fullscreen-exit');
- export const IcRoundAutoAwesome = createIcon('ic:round-auto-awesome');
- export const IcRoundClose = createIcon('ic:round-close');
- export const IcRoundRestartAlt = createIcon('ic:round-restart-alt');
- export const IcRoundLogout = createIcon('ic:round-logout');
- export const IcOutlineVisibility = createIcon('ic:outline-visibility');
- export const IcOutlineVisibilityOff = createIcon('ic:outline-visibility-off');
- export const IcRoundSearch = createIcon('ic:round-search');
- export const IcRoundFolderCopy = createIcon('ic:round-folder-copy');
- export const IcRoundSubdirectoryArrowLeft = createIcon(
- 'ic:round-subdirectory-arrow-left',
- );
- export const IcRoundArrowUpward = createIcon('ic:round-arrow-upward');
- export const IcRoundArrowDownward = createIcon('ic:round-arrow-downward');
- export const IcBaselineLanguage = createIcon('ic:baseline-language');
- export const IcRoundSearchOff = createIcon('ic:round-search-off');
- export const IcRoundNotificationsNone = createIcon(
- 'ic:round-notifications-none',
- );
- export const IcRoundMarkEmailRead = createIcon('ic:round-mark-email-read');
- export const IcRoundWbSunny = createIcon('ic:round-wb-sunny');
- export const IcRoundMotionPhotosAuto = createIcon(
- 'ic:round-motion-photos-auto',
- );
- export const IcRoundSettingsSuggest = createIcon('ic:round-settings-suggest');
- export const IcRoundArrowBackIosNew = createIcon('ic:round-arrow-back-ios-new');
- export const IcRoundMultipleStop = createIcon('ic:round-multiple-stop');
- export const IcRoundRefresh = createIcon('ic:round-refresh');
- export const IcRoundCreditScore = createIcon('ic:round-credit-score');
|