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