@douyinfe/semi-icons
Version:
semi icons
1,019 lines (957 loc) • 540 kB
JavaScript
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("react"));
else if(typeof define === 'function' && define.amd)
define(["react"], factory);
else if(typeof exports === 'object')
exports["SemiIcons"] = factory(require("react"));
else
root["SemiIcons"] = factory(root["React"]);
})(self, (__WEBPACK_EXTERNAL_MODULE_neV8__) => {
return /******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ "neV8":
/***/ ((module) => {
"use strict";
module.exports = __WEBPACK_EXTERNAL_MODULE_neV8__;
/***/ }),
/***/ "IpAo":
/***/ ((module, exports) => {
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/
/* global define */
(function () {
'use strict';
var hasOwn = {}.hasOwnProperty;
function classNames () {
var classes = '';
for (var i = 0; i < arguments.length; i++) {
var arg = arguments[i];
if (arg) {
classes = appendClass(classes, parseValue(arg));
}
}
return classes;
}
function parseValue (arg) {
if (typeof arg === 'string' || typeof arg === 'number') {
return arg;
}
if (typeof arg !== 'object') {
return '';
}
if (Array.isArray(arg)) {
return classNames.apply(null, arg);
}
if (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {
return arg.toString();
}
var classes = '';
for (var key in arg) {
if (hasOwn.call(arg, key) && arg[key]) {
classes = appendClass(classes, key);
}
}
return classes;
}
function appendClass (value, newClass) {
if (!newClass) {
return value;
}
if (value) {
return value + ' ' + newClass;
}
return value + newClass;
}
if ( true && module.exports) {
classNames.default = classNames;
module.exports = classNames;
} else if (true) {
// register as 'classnames', consistent with npm package name
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () {
return classNames;
}).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
} else {}
}());
/***/ })
/******/ });
/************************************************************************/
/******/ // The module cache
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ var cachedModule = __webpack_module_cache__[moduleId];
/******/ if (cachedModule !== undefined) {
/******/ return cachedModule.exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = __webpack_module_cache__[moduleId] = {
/******/ // no module.id needed
/******/ // no module.loaded needed
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/compat get default export */
/******/ (() => {
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = (module) => {
/******/ var getter = module && module.__esModule ?
/******/ () => (module['default']) :
/******/ () => (module);
/******/ __webpack_require__.d(getter, { a: getter });
/******/ return getter;
/******/ };
/******/ })();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ (() => {
/******/ // define getter functions for harmony exports
/******/ __webpack_require__.d = (exports, definition) => {
/******/ for(var key in definition) {
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ })();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */
/******/ (() => {
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
/******/ })();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ (() => {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ })();
/******/
/************************************************************************/
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
(() => {
"use strict";
// ESM COMPAT FLAG
__webpack_require__.r(__webpack_exports__);
// EXPORTS
__webpack_require__.d(__webpack_exports__, {
IconAbsoluteStroked: () => (/* reexport */ IconAbsoluteStroked),
IconActivity: () => (/* reexport */ IconActivity),
IconAlarm: () => (/* reexport */ IconAlarm),
IconAlertCircle: () => (/* reexport */ IconAlertCircle),
IconAlertTriangle: () => (/* reexport */ IconAlertTriangle),
IconAlignBottom: () => (/* reexport */ IconAlignBottom),
IconAlignCenter: () => (/* reexport */ IconAlignCenter),
IconAlignCenterVertical: () => (/* reexport */ IconAlignCenterVertical),
IconAlignHCenterStroked: () => (/* reexport */ IconAlignHCenterStroked),
IconAlignHLeftStroked: () => (/* reexport */ IconAlignHLeftStroked),
IconAlignHRightStroked: () => (/* reexport */ IconAlignHRightStroked),
IconAlignJustify: () => (/* reexport */ IconAlignJustify),
IconAlignLeft: () => (/* reexport */ IconAlignLeft),
IconAlignRight: () => (/* reexport */ IconAlignRight),
IconAlignTop: () => (/* reexport */ IconAlignTop),
IconAlignVBotStroked: () => (/* reexport */ IconAlignVBotStroked),
IconAlignVBottomStroked: () => (/* reexport */ IconAlignVBottomStroked),
IconAlignVCenterStroked: () => (/* reexport */ IconAlignVCenterStroked),
IconAlignVTopStroked: () => (/* reexport */ IconAlignVTopStroked),
IconApartment: () => (/* reexport */ IconApartment),
IconAppCenter: () => (/* reexport */ IconAppCenter),
IconApps: () => (/* reexport */ IconApps),
IconArchive: () => (/* reexport */ IconArchive),
IconArrowDown: () => (/* reexport */ IconArrowDown),
IconArrowDownLeft: () => (/* reexport */ IconArrowDownLeft),
IconArrowDownRight: () => (/* reexport */ IconArrowDownRight),
IconArrowLeft: () => (/* reexport */ IconArrowLeft),
IconArrowRight: () => (/* reexport */ IconArrowRight),
IconArrowUp: () => (/* reexport */ IconArrowUp),
IconArrowUpLeft: () => (/* reexport */ IconArrowUpLeft),
IconArrowUpRight: () => (/* reexport */ IconArrowUpRight),
IconArticle: () => (/* reexport */ IconArticle),
IconAscend: () => (/* reexport */ IconAscend),
IconAt: () => (/* reexport */ IconAt),
IconBackTop: () => (/* reexport */ IconBackTop),
IconBackward: () => (/* reexport */ IconBackward),
IconBarChartHStroked: () => (/* reexport */ IconBarChartHStroked),
IconBarChartVStroked: () => (/* reexport */ IconBarChartVStroked),
IconBeaker: () => (/* reexport */ IconBeaker),
IconBell: () => (/* reexport */ IconBell),
IconBellStroked: () => (/* reexport */ IconBellStroked),
IconBold: () => (/* reexport */ IconBold),
IconBolt: () => (/* reexport */ IconBolt),
IconBookH5Stroked: () => (/* reexport */ IconBookH5Stroked),
IconBookOpenStroked: () => (/* reexport */ IconBookOpenStroked),
IconBookStroked: () => (/* reexport */ IconBookStroked),
IconBookmark: () => (/* reexport */ IconBookmark),
IconBookmarkAddStroked: () => (/* reexport */ IconBookmarkAddStroked),
IconBookmarkDeleteStroked: () => (/* reexport */ IconBookmarkDeleteStroked),
IconBottomCenterStroked: () => (/* reexport */ IconBottomCenterStroked),
IconBottomLeftStroked: () => (/* reexport */ IconBottomLeftStroked),
IconBottomRightStroked: () => (/* reexport */ IconBottomRightStroked),
IconBox: () => (/* reexport */ IconBox),
IconBrackets: () => (/* reexport */ IconBrackets),
IconBranch: () => (/* reexport */ IconBranch),
IconBriefStroked: () => (/* reexport */ IconBriefStroked),
IconBriefcase: () => (/* reexport */ IconBriefcase),
IconBulb: () => (/* reexport */ IconBulb),
IconButtonStroked: () => (/* reexport */ IconButtonStroked),
IconBytedanceLogo: () => (/* reexport */ IconBytedanceLogo),
IconCalendar: () => (/* reexport */ IconCalendar),
IconCalendarClock: () => (/* reexport */ IconCalendarClock),
IconCalendarStroked: () => (/* reexport */ IconCalendarStroked),
IconCamera: () => (/* reexport */ IconCamera),
IconCandlestickChartStroked: () => (/* reexport */ IconCandlestickChartStroked),
IconCaretdown: () => (/* reexport */ IconCaretdown),
IconCaretup: () => (/* reexport */ IconCaretup),
IconCarouselStroked: () => (/* reexport */ IconCarouselStroked),
IconCart: () => (/* reexport */ IconCart),
IconCaseSensitive: () => (/* reexport */ IconCaseSensitive),
IconCenterLeftStroked: () => (/* reexport */ IconCenterLeftStroked),
IconCenterRightStroked: () => (/* reexport */ IconCenterRightStroked),
IconChainStroked: () => (/* reexport */ IconChainStroked),
IconCheckChoiceStroked: () => (/* reexport */ IconCheckChoiceStroked),
IconCheckCircleStroked: () => (/* reexport */ IconCheckCircleStroked),
IconCheckList: () => (/* reexport */ IconCheckList),
IconCheckboxIndeterminate: () => (/* reexport */ IconCheckboxIndeterminate),
IconCheckboxTick: () => (/* reexport */ IconCheckboxTick),
IconChecklistStroked: () => (/* reexport */ IconChecklistStroked),
IconChevronDown: () => (/* reexport */ IconChevronDown),
IconChevronDownStroked: () => (/* reexport */ IconChevronDownStroked),
IconChevronLeft: () => (/* reexport */ IconChevronLeft),
IconChevronRight: () => (/* reexport */ IconChevronRight),
IconChevronRightStroked: () => (/* reexport */ IconChevronRightStroked),
IconChevronUp: () => (/* reexport */ IconChevronUp),
IconChevronUpDown: () => (/* reexport */ IconChevronUpDown),
IconClear: () => (/* reexport */ IconClear),
IconClock: () => (/* reexport */ IconClock),
IconClose: () => (/* reexport */ IconClose),
IconCloud: () => (/* reexport */ IconCloud),
IconCloudStroked: () => (/* reexport */ IconCloudStroked),
IconCloudUploadStroked: () => (/* reexport */ IconCloudUploadStroked),
IconCode: () => (/* reexport */ IconCode),
IconCodeStroked: () => (/* reexport */ IconCodeStroked),
IconCoinMoneyStroked: () => (/* reexport */ IconCoinMoneyStroked),
IconColorPalette: () => (/* reexport */ IconColorPalette),
IconColumnsStroked: () => (/* reexport */ IconColumnsStroked),
IconCommand: () => (/* reexport */ IconCommand),
IconComment: () => (/* reexport */ IconComment),
IconCommentStroked: () => (/* reexport */ IconCommentStroked),
IconComponent: () => (/* reexport */ icons_IconComponent),
IconComponentPlaceholderStroked: () => (/* reexport */ IconComponentPlaceholderStroked),
IconComponentStroked: () => (/* reexport */ IconComponentStroked),
IconConfigStroked: () => (/* reexport */ IconConfigStroked),
IconConnectionPoint1: () => (/* reexport */ IconConnectionPoint1),
IconConnectionPoint2: () => (/* reexport */ IconConnectionPoint2),
IconContrast: () => (/* reexport */ IconContrast),
IconCopy: () => (/* reexport */ IconCopy),
IconCopyAdd: () => (/* reexport */ IconCopyAdd),
IconCopyStroked: () => (/* reexport */ IconCopyStroked),
IconCornerRadiusStroked: () => (/* reexport */ IconCornerRadiusStroked),
IconCreditCard: () => (/* reexport */ IconCreditCard),
IconCrop: () => (/* reexport */ IconCrop),
IconCrossCircleStroked: () => (/* reexport */ IconCrossCircleStroked),
IconCrossStroked: () => (/* reexport */ IconCrossStroked),
IconCrown: () => (/* reexport */ IconCrown),
IconCustomerSupport: () => (/* reexport */ IconCustomerSupport),
IconCustomerSupportStroked: () => (/* reexport */ IconCustomerSupportStroked),
IconCustomize: () => (/* reexport */ IconCustomize),
IconDelete: () => (/* reexport */ IconDelete),
IconDeleteStroked: () => (/* reexport */ IconDeleteStroked),
IconDescend: () => (/* reexport */ IconDescend),
IconDescend2: () => (/* reexport */ IconDescend2),
IconDesktop: () => (/* reexport */ IconDesktop),
IconDisc: () => (/* reexport */ IconDisc),
IconDislikeThumb: () => (/* reexport */ IconDislikeThumb),
IconDivide: () => (/* reexport */ IconDivide),
IconDongchediLogo: () => (/* reexport */ IconDongchediLogo),
IconDoubleChevronLeft: () => (/* reexport */ IconDoubleChevronLeft),
IconDoubleChevronRight: () => (/* reexport */ IconDoubleChevronRight),
IconDownCircleStroked: () => (/* reexport */ IconDownCircleStroked),
IconDownload: () => (/* reexport */ IconDownload),
IconDownloadStroked: () => (/* reexport */ IconDownloadStroked),
IconDuration: () => (/* reexport */ IconDuration),
IconEdit: () => (/* reexport */ IconEdit),
IconEdit2Stroked: () => (/* reexport */ IconEdit2Stroked),
IconEditStroked: () => (/* reexport */ IconEditStroked),
IconElementStroked: () => (/* reexport */ IconElementStroked),
IconEmoji: () => (/* reexport */ IconEmoji),
IconExit: () => (/* reexport */ IconExit),
IconExpand: () => (/* reexport */ IconExpand),
IconExport: () => (/* reexport */ IconExport),
IconExternalOpen: () => (/* reexport */ IconExternalOpen),
IconExternalOpenStroked: () => (/* reexport */ IconExternalOpenStroked),
IconEyeClosed: () => (/* reexport */ IconEyeClosed),
IconEyeClosedSolid: () => (/* reexport */ IconEyeClosedSolid),
IconEyeOpened: () => (/* reexport */ IconEyeOpened),
IconEyedropper: () => (/* reexport */ IconEyedropper),
IconFacebook: () => (/* reexport */ IconFacebook),
IconFaceuLogo: () => (/* reexport */ IconFaceuLogo),
IconFastForward: () => (/* reexport */ IconFastForward),
IconFastFoward: () => (/* reexport */ IconFastFoward),
IconFavoriteList: () => (/* reexport */ IconFavoriteList),
IconFeishuLogo: () => (/* reexport */ IconFeishuLogo),
IconFemale: () => (/* reexport */ IconFemale),
IconFigma: () => (/* reexport */ IconFigma),
IconFile: () => (/* reexport */ IconFile),
IconFillStroked: () => (/* reexport */ IconFillStroked),
IconFilledArrowDown: () => (/* reexport */ IconFilledArrowDown),
IconFilledArrowUp: () => (/* reexport */ IconFilledArrowUp),
IconFilpVertical: () => (/* reexport */ IconFilpVertical),
IconFilter: () => (/* reexport */ IconFilter),
IconFingerLeftStroked: () => (/* reexport */ IconFingerLeftStroked),
IconFixedStroked: () => (/* reexport */ IconFixedStroked),
IconFlag: () => (/* reexport */ IconFlag),
IconFlipHorizontal: () => (/* reexport */ IconFlipHorizontal),
IconFlowChartStroked: () => (/* reexport */ IconFlowChartStroked),
IconFolder: () => (/* reexport */ IconFolder),
IconFolderOpen: () => (/* reexport */ IconFolderOpen),
IconFolderStroked: () => (/* reexport */ IconFolderStroked),
IconFollowStroked: () => (/* reexport */ IconFollowStroked),
IconFont: () => (/* reexport */ IconFont),
IconFontColor: () => (/* reexport */ IconFontColor),
IconForward: () => (/* reexport */ IconForward),
IconForwardStroked: () => (/* reexport */ IconForwardStroked),
IconFullScreenStroked: () => (/* reexport */ IconFullScreenStroked),
IconGallery: () => (/* reexport */ IconGallery),
IconGift: () => (/* reexport */ IconGift),
IconGiftStroked: () => (/* reexport */ IconGiftStroked),
IconGit: () => (/* reexport */ IconGit),
IconGithubLogo: () => (/* reexport */ IconGithubLogo),
IconGitlabLogo: () => (/* reexport */ IconGitlabLogo),
IconGlobe: () => (/* reexport */ IconGlobe),
IconGlobeStroke: () => (/* reexport */ IconGlobeStroke),
IconGridRectangle: () => (/* reexport */ IconGridRectangle),
IconGridSquare: () => (/* reexport */ IconGridSquare),
IconGridStroked: () => (/* reexport */ IconGridStroked),
IconGridView: () => (/* reexport */ IconGridView),
IconGridView1: () => (/* reexport */ IconGridView1),
IconH1: () => (/* reexport */ IconH1),
IconH2: () => (/* reexport */ IconH2),
IconH3: () => (/* reexport */ IconH3),
IconH4: () => (/* reexport */ IconH4),
IconH5: () => (/* reexport */ IconH5),
IconH6: () => (/* reexport */ IconH6),
IconH7: () => (/* reexport */ IconH7),
IconH8: () => (/* reexport */ IconH8),
IconH9: () => (/* reexport */ IconH9),
IconHandle: () => (/* reexport */ IconHandle),
IconHash: () => (/* reexport */ IconHash),
IconHeartStroked: () => (/* reexport */ IconHeartStroked),
IconHelm: () => (/* reexport */ IconHelm),
IconHelpCircle: () => (/* reexport */ IconHelpCircle),
IconHelpCircleStroked: () => (/* reexport */ IconHelpCircleStroked),
IconHistogram: () => (/* reexport */ IconHistogram),
IconHistory: () => (/* reexport */ IconHistory),
IconHn: () => (/* reexport */ IconHn),
IconHome: () => (/* reexport */ IconHome),
IconHomeStroked: () => (/* reexport */ IconHomeStroked),
IconHorn: () => (/* reexport */ IconHorn),
IconHourglass: () => (/* reexport */ IconHourglass),
IconHourglassStroked: () => (/* reexport */ IconHourglassStroked),
IconIdCard: () => (/* reexport */ IconIdCard),
IconIdentity: () => (/* reexport */ IconIdentity),
IconImage: () => (/* reexport */ IconImage),
IconImageStroked: () => (/* reexport */ IconImageStroked),
IconImport: () => (/* reexport */ IconImport),
IconInbox: () => (/* reexport */ IconInbox),
IconIndenpentCornersStroked: () => (/* reexport */ IconIndenpentCornersStroked),
IconIndentLeft: () => (/* reexport */ IconIndentLeft),
IconIndentRight: () => (/* reexport */ IconIndentRight),
IconIndependentCornersStroked: () => (/* reexport */ IconIndependentCornersStroked),
IconInfoCircle: () => (/* reexport */ IconInfoCircle),
IconInherit: () => (/* reexport */ IconInherit),
IconInheritStroked: () => (/* reexport */ IconInheritStroked),
IconInnerSectionStroked: () => (/* reexport */ IconInnerSectionStroked),
IconInstagram: () => (/* reexport */ IconInstagram),
IconInteractiveStroked: () => (/* reexport */ IconInteractiveStroked),
IconInviteStroked: () => (/* reexport */ IconInviteStroked),
IconIssueStroked: () => (/* reexport */ IconIssueStroked),
IconItalic: () => (/* reexport */ IconItalic),
IconJianying: () => (/* reexport */ IconJianying),
IconKanban: () => (/* reexport */ IconKanban),
IconKey: () => (/* reexport */ IconKey),
IconKeyStroked: () => (/* reexport */ IconKeyStroked),
IconLanguage: () => (/* reexport */ IconLanguage),
IconLayers: () => (/* reexport */ IconLayers),
IconLeftCircleStroked: () => (/* reexport */ IconLeftCircleStroked),
IconLightningStroked: () => (/* reexport */ IconLightningStroked),
IconLikeHeart: () => (/* reexport */ IconLikeHeart),
IconLikeThumb: () => (/* reexport */ IconLikeThumb),
IconLineChartStroked: () => (/* reexport */ IconLineChartStroked),
IconLineHeight: () => (/* reexport */ IconLineHeight),
IconLink: () => (/* reexport */ IconLink),
IconList: () => (/* reexport */ IconList),
IconListView: () => (/* reexport */ IconListView),
IconLive: () => (/* reexport */ IconLive),
IconLoading: () => (/* reexport */ IconLoading),
IconLock: () => (/* reexport */ IconLock),
IconLockStroked: () => (/* reexport */ IconLockStroked),
IconLoopTextStroked: () => (/* reexport */ IconLoopTextStroked),
IconMail: () => (/* reexport */ IconMail),
IconMailStroked: () => (/* reexport */ IconMailStroked),
IconMailStroked1: () => (/* reexport */ IconMailStroked1),
IconMale: () => (/* reexport */ IconMale),
IconMapPin: () => (/* reexport */ IconMapPin),
IconMapPinStroked: () => (/* reexport */ IconMapPinStroked),
IconMarginLeftStroked: () => (/* reexport */ IconMarginLeftStroked),
IconMarginStroked: () => (/* reexport */ IconMarginStroked),
IconMark: () => (/* reexport */ IconMark),
IconMaximize: () => (/* reexport */ IconMaximize),
IconMember: () => (/* reexport */ IconMember),
IconMenu: () => (/* reexport */ IconMenu),
IconMicrophone: () => (/* reexport */ IconMicrophone),
IconMicrophoneOff: () => (/* reexport */ IconMicrophoneOff),
IconMiniPlayer: () => (/* reexport */ IconMiniPlayer),
IconMinimize: () => (/* reexport */ IconMinimize),
IconMinus: () => (/* reexport */ IconMinus),
IconMinusCircle: () => (/* reexport */ IconMinusCircle),
IconMinusCircleStroked: () => (/* reexport */ IconMinusCircleStroked),
IconMinusStroked: () => (/* reexport */ IconMinusStroked),
IconModalStroked: () => (/* reexport */ IconModalStroked),
IconMoneyExchangeStroked: () => (/* reexport */ IconMoneyExchangeStroked),
IconMonitorStroked: () => (/* reexport */ IconMonitorStroked),
IconMoon: () => (/* reexport */ IconMoon),
IconMore: () => (/* reexport */ IconMore),
IconMoreStroked: () => (/* reexport */ IconMoreStroked),
IconMusic: () => (/* reexport */ IconMusic),
IconMusicNoteStroked: () => (/* reexport */ IconMusicNoteStroked),
IconMute: () => (/* reexport */ IconMute),
IconNineGridStroked: () => (/* reexport */ IconNineGridStroked),
IconNoteMoneyStroked: () => (/* reexport */ IconNoteMoneyStroked),
IconOption: () => (/* reexport */ IconOption),
IconOrderedList: () => (/* reexport */ IconOrderedList),
IconOrderedListStroked: () => (/* reexport */ IconOrderedListStroked),
IconPaperclip: () => (/* reexport */ IconPaperclip),
IconPause: () => (/* reexport */ IconPause),
IconPercentage: () => (/* reexport */ IconPercentage),
IconPhone: () => (/* reexport */ IconPhone),
IconPhoneStroke: () => (/* reexport */ IconPhoneStroke),
IconPieChart2Stroked: () => (/* reexport */ IconPieChart2Stroked),
IconPieChartStroked: () => (/* reexport */ IconPieChartStroked),
IconPiechartH5Stroked: () => (/* reexport */ IconPiechartH5Stroked),
IconPipixiaLogo: () => (/* reexport */ IconPipixiaLogo),
IconPlay: () => (/* reexport */ IconPlay),
IconPlayCircle: () => (/* reexport */ IconPlayCircle),
IconPlus: () => (/* reexport */ IconPlus),
IconPlusCircle: () => (/* reexport */ IconPlusCircle),
IconPlusCircleStroked: () => (/* reexport */ IconPlusCircleStroked),
IconPlusStroked: () => (/* reexport */ IconPlusStroked),
IconPriceTag: () => (/* reexport */ IconPriceTag),
IconPrint: () => (/* reexport */ IconPrint),
IconPrizeStroked: () => (/* reexport */ IconPrizeStroked),
IconPulse: () => (/* reexport */ IconPulse),
IconPuzzle: () => (/* reexport */ IconPuzzle),
IconQingyan: () => (/* reexport */ IconQingyan),
IconQrCode: () => (/* reexport */ IconQrCode),
IconQuit: () => (/* reexport */ IconQuit),
IconQuote: () => (/* reexport */ IconQuote),
IconRadio: () => (/* reexport */ IconRadio),
IconRankingCardStroked: () => (/* reexport */ IconRankingCardStroked),
IconRealSizeStroked: () => (/* reexport */ IconRealSizeStroked),
IconRedo: () => (/* reexport */ IconRedo),
IconRedoStroked: () => (/* reexport */ IconRedoStroked),
IconRefresh: () => (/* reexport */ IconRefresh),
IconRefresh2: () => (/* reexport */ IconRefresh2),
IconRegExp: () => (/* reexport */ IconRegExp),
IconReply: () => (/* reexport */ IconReply),
IconReplyStroked: () => (/* reexport */ IconReplyStroked),
IconResso: () => (/* reexport */ IconResso),
IconRestart: () => (/* reexport */ IconRestart),
IconRingChartStroked: () => (/* reexport */ IconRingChartStroked),
IconRotate: () => (/* reexport */ IconRotate),
IconRotationStroked: () => (/* reexport */ IconRotationStroked),
IconRoute: () => (/* reexport */ IconRoute),
IconRowsStroked: () => (/* reexport */ IconRowsStroked),
IconSafe: () => (/* reexport */ IconSafe),
IconSave: () => (/* reexport */ IconSave),
IconSaveStroked: () => (/* reexport */ IconSaveStroked),
IconScan: () => (/* reexport */ IconScan),
IconScissors: () => (/* reexport */ IconScissors),
IconSearch: () => (/* reexport */ IconSearch),
IconSearchStroked: () => (/* reexport */ IconSearchStroked),
IconSectionStroked: () => (/* reexport */ IconSectionStroked),
IconSemiLogo: () => (/* reexport */ IconSemiLogo),
IconSend: () => (/* reexport */ IconSend),
IconSendMsgStroked: () => (/* reexport */ IconSendMsgStroked),
IconSendStroked: () => (/* reexport */ IconSendStroked),
IconServer: () => (/* reexport */ IconServer),
IconServerStroked: () => (/* reexport */ IconServerStroked),
IconSetting: () => (/* reexport */ IconSetting),
IconSettingStroked: () => (/* reexport */ IconSettingStroked),
IconShareMoneyStroked: () => (/* reexport */ IconShareMoneyStroked),
IconShareStroked: () => (/* reexport */ IconShareStroked),
IconShield: () => (/* reexport */ IconShield),
IconShieldStroked: () => (/* reexport */ IconShieldStroked),
IconShift: () => (/* reexport */ IconShift),
IconShoppingBag: () => (/* reexport */ IconShoppingBag),
IconShrink: () => (/* reexport */ IconShrink),
IconShrinkScreenStroked: () => (/* reexport */ IconShrinkScreenStroked),
IconSidebar: () => (/* reexport */ IconSidebar),
IconSignal: () => (/* reexport */ IconSignal),
IconSimilarity: () => (/* reexport */ IconSimilarity),
IconSmallTriangleDown: () => (/* reexport */ IconSmallTriangleDown),
IconSmallTriangleLeft: () => (/* reexport */ IconSmallTriangleLeft),
IconSmallTriangleRight: () => (/* reexport */ IconSmallTriangleRight),
IconSmallTriangleTop: () => (/* reexport */ IconSmallTriangleTop),
IconSmartphoneCheckStroked: () => (/* reexport */ IconSmartphoneCheckStroked),
IconSmartphoneStroked: () => (/* reexport */ IconSmartphoneStroked),
IconSong: () => (/* reexport */ IconSong),
IconSonicStroked: () => (/* reexport */ IconSonicStroked),
IconSort: () => (/* reexport */ IconSort),
IconSortStroked: () => (/* reexport */ IconSortStroked),
IconSourceControl: () => (/* reexport */ IconSourceControl),
IconSpin: () => (/* reexport */ IconSpin),
IconStackBarChartStroked: () => (/* reexport */ IconStackBarChartStroked),
IconStar: () => (/* reexport */ IconStar),
IconStarStroked: () => (/* reexport */ IconStarStroked),
IconStop: () => (/* reexport */ IconStop),
IconStopwatchStroked: () => (/* reexport */ IconStopwatchStroked),
IconStoryStroked: () => (/* reexport */ IconStoryStroked),
IconStrikeThrough: () => (/* reexport */ IconStrikeThrough),
IconSun: () => (/* reexport */ IconSun),
IconSync: () => (/* reexport */ IconSync),
IconTabArrowStroked: () => (/* reexport */ IconTabArrowStroked),
IconTabsStroked: () => (/* reexport */ IconTabsStroked),
IconTaskMoneyStroked: () => (/* reexport */ IconTaskMoneyStroked),
IconTemplate: () => (/* reexport */ IconTemplate),
IconTemplateStroked: () => (/* reexport */ IconTemplateStroked),
IconTerminal: () => (/* reexport */ IconTerminal),
IconTestScoreStroked: () => (/* reexport */ IconTestScoreStroked),
IconText: () => (/* reexport */ IconText),
IconTextRectangle: () => (/* reexport */ IconTextRectangle),
IconTextStroked: () => (/* reexport */ IconTextStroked),
IconThumbUpStroked: () => (/* reexport */ IconThumbUpStroked),
IconTick: () => (/* reexport */ IconTick),
IconTickCircle: () => (/* reexport */ IconTickCircle),
IconTicketCodeExchangeStroked: () => (/* reexport */ IconTicketCodeExchangeStroked),
IconTicketCodeStroked: () => (/* reexport */ IconTicketCodeStroked),
IconTiktokLogo: () => (/* reexport */ IconTiktokLogo),
IconTop: () => (/* reexport */ IconTop),
IconTopCenterStroked: () => (/* reexport */ IconTopCenterStroked),
IconTopLeftStroked: () => (/* reexport */ IconTopLeftStroked),
IconTopRightStroked: () => (/* reexport */ IconTopRightStroked),
IconTopbuzzLogo: () => (/* reexport */ IconTopbuzzLogo),
IconToutiaoLogo: () => (/* reexport */ IconToutiaoLogo),
IconTransparentStroked: () => (/* reexport */ IconTransparentStroked),
IconTreeTriangleDown: () => (/* reexport */ IconTreeTriangleDown),
IconTreeTriangleRight: () => (/* reexport */ IconTreeTriangleRight),
IconTriangleArrow: () => (/* reexport */ IconTriangleArrow),
IconTriangleArrowVertical: () => (/* reexport */ IconTriangleArrowVertical),
IconTriangleDown: () => (/* reexport */ IconTriangleDown),
IconTriangleUp: () => (/* reexport */ IconTriangleUp),
IconTrueFalseStroked: () => (/* reexport */ IconTrueFalseStroked),
IconTvCheckedStroked: () => (/* reexport */ IconTvCheckedStroked),
IconTwitter: () => (/* reexport */ IconTwitter),
IconTypograph: () => (/* reexport */ IconTypograph),
IconUnChainStroked: () => (/* reexport */ IconUnChainStroked),
IconUnderline: () => (/* reexport */ IconUnderline),
IconUndo: () => (/* reexport */ IconUndo),
IconUnlink: () => (/* reexport */ IconUnlink),
IconUnlock: () => (/* reexport */ IconUnlock),
IconUnlockStroked: () => (/* reexport */ IconUnlockStroked),
IconUpload: () => (/* reexport */ IconUpload),
IconUploadError: () => (/* reexport */ IconUploadError),
IconUser: () => (/* reexport */ IconUser),
IconUserAdd: () => (/* reexport */ IconUserAdd),
IconUserCardPhone: () => (/* reexport */ IconUserCardPhone),
IconUserCardVideo: () => (/* reexport */ IconUserCardVideo),
IconUserCircle: () => (/* reexport */ IconUserCircle),
IconUserCircleStroked: () => (/* reexport */ IconUserCircleStroked),
IconUserGroup: () => (/* reexport */ IconUserGroup),
IconUserListStroked: () => (/* reexport */ IconUserListStroked),
IconUserSetting: () => (/* reexport */ IconUserSetting),
IconUserStroked: () => (/* reexport */ IconUserStroked),
IconVennChartStroked: () => (/* reexport */ IconVennChartStroked),
IconVerify: () => (/* reexport */ IconVerify),
IconVersionStroked: () => (/* reexport */ IconVersionStroked),
IconVideo: () => (/* reexport */ IconVideo),
IconVideoDouyinStroked: () => (/* reexport */ IconVideoDouyinStroked),
IconVideoListStroked: () => (/* reexport */ IconVideoListStroked),
IconVideoStroked: () => (/* reexport */ IconVideoStroked),
IconVideoUrlStroked: () => (/* reexport */ IconVideoUrlStroked),
IconVigoLogo: () => (/* reexport */ IconVigoLogo),
IconVolume1: () => (/* reexport */ IconVolume1),
IconVolume2: () => (/* reexport */ IconVolume2),
IconVolumnSilent: () => (/* reexport */ IconVolumnSilent),
IconVoteStroked: () => (/* reexport */ IconVoteStroked),
IconVoteVideoStroked: () => (/* reexport */ IconVoteVideoStroked),
IconWeibo: () => (/* reexport */ IconWeibo),
IconWholeWord: () => (/* reexport */ IconWholeWord),
IconWifi: () => (/* reexport */ IconWifi),
IconWindowAdaptionStroked: () => (/* reexport */ IconWindowAdaptionStroked),
IconWrench: () => (/* reexport */ IconWrench),
IconXiguaLogo: () => (/* reexport */ IconXiguaLogo),
IconYoutube: () => (/* reexport */ IconYoutube),
convertIcon: () => (/* reexport */ convertIcon),
"default": () => (/* binding */ es)
});
// EXTERNAL MODULE: external {"root":"React","commonjs2":"react","commonjs":"react","amd":"react"}
var external_root_React_commonjs2_react_commonjs_react_amd_react_ = __webpack_require__("neV8");
var external_root_React_commonjs2_react_commonjs_react_amd_react_default = /*#__PURE__*/__webpack_require__.n(external_root_React_commonjs2_react_commonjs_react_amd_react_);
;// CONCATENATED MODULE: ./lib/es/env.js
const BASE_CLASS_PREFIX = 'semi';
// EXTERNAL MODULE: ../../node_modules/classnames/index.js
var classnames = __webpack_require__("IpAo");
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
;// CONCATENATED MODULE: ./lib/es/styles/icons.css
// extracted by mini-css-extract-plugin
;// CONCATENATED MODULE: ./lib/es/components/Icon.js
var __rest = undefined && undefined.__rest || function (s, e) {
var t = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
}
return t;
};
const Icon = /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().forwardRef((props, ref) => {
const {
svg,
spin = false,
rotate,
style,
className,
prefixCls = BASE_CLASS_PREFIX,
type,
size = 'default'
} = props,
restProps = __rest(props, ["svg", "spin", "rotate", "style", "className", "prefixCls", "type", "size"]);
const classes = classnames_default()(`${prefixCls}-icon`, {
[`${prefixCls}-icon-extra-small`]: size === 'extra-small',
[`${prefixCls}-icon-small`]: size === 'small',
[`${prefixCls}-icon-default`]: size === 'default',
[`${prefixCls}-icon-large`]: size === 'large',
[`${prefixCls}-icon-extra-large`]: size === 'extra-large',
[`${prefixCls}-icon-spinning`]: spin === true,
[`${prefixCls}-icon-${type}`]: Boolean(type)
}, className);
const outerStyle = {};
if (Number.isSafeInteger(rotate)) {
outerStyle.transform = `rotate(${rotate}deg)`;
}
Object.assign(outerStyle, style);
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement("span", Object.assign({
role: "img",
ref: ref,
"aria-label": type,
className: classes,
style: outerStyle
}, restProps), svg);
});
// @ts-ignore used to judge whether it is a semi-icon in semi-ui
// custom icon case
Icon.elementType = 'Icon';
const convertIcon = (Svg, iconType) => {
const InnerIcon = /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().forwardRef((props, ref) => /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement(Icon, Object.assign({
svg: /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default().createElement(Svg),
type: iconType,
ref: ref
}, props)));
// @ts-ignore used to judge whether it is a semi-icon in semi-ui
// builtin icon case
InnerIcon.elementType = 'Icon';
return InnerIcon;
};
/* harmony default export */ const components_Icon = (Icon);
;// CONCATENATED MODULE: ./lib/es/icons/IconAbsoluteStroked.js
function SvgComponent(props) {
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
focusable: false,
"aria-hidden": true
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M13.62 5.04a1 1 0 1 0 1.42-1.42L12.7 1.3a1 1 0 0 0-1.42 0L8.96 3.62a1 1 0 0 0 1.42 1.42L11 4.4V11H4.41l.63-.62a1 1 0 1 0-1.42-1.42L1.3 11.3a1 1 0 0 0 0 1.42l2.33 2.33a1 1 0 0 0 1.42-1.42L4.4 13H11v6.59l-.62-.63a1 1 0 0 0-1.42 1.42l2.33 2.33a1 1 0 0 0 1.42 0l2.33-2.33a1 1 0 0 0-1.42-1.42l-.62.63V13h6.59l-.63.62a1 1 0 0 0 1.42 1.42l2.33-2.33a1 1 0 0 0 0-1.42l-2.33-2.33a1 1 0 1 0-1.42 1.42l.63.62H13V4.41l.62.63Z",
fill: "currentColor"
}));
}
const IconComponent = convertIcon(SvgComponent, 'absolute_stroked');
/* harmony default export */ const IconAbsoluteStroked = (IconComponent);
;// CONCATENATED MODULE: ./lib/es/icons/IconActivity.js
function IconActivity_SvgComponent(props) {
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
focusable: false,
"aria-hidden": true
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12 1a1.5 1.5 0 0 0 0 3 8 8 0 1 1-4.75 14.44 1.5 1.5 0 1 0-1.79 2.4A11 11 0 1 0 12 1ZM7.5 5.2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM5.5 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm-3 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM5 16.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm8.5-9a1.5 1.5 0 0 0-3 0V12c0 .4.16.78.44 1.06l3 3a1.5 1.5 0 0 0 2.12-2.12l-2.56-2.56V7.5Z",
fill: "currentColor"
}));
}
const IconActivity_IconComponent = convertIcon(IconActivity_SvgComponent, 'activity');
/* harmony default export */ const IconActivity = (IconActivity_IconComponent);
;// CONCATENATED MODULE: ./lib/es/icons/IconAlarm.js
function IconAlarm_SvgComponent(props) {
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
focusable: false,
"aria-hidden": true
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "m3.48 6 2.5-2.5A1.77 1.77 0 1 0 3.48 1L.98 3.5A1.77 1.77 0 0 0 3.48 6Z",
fill: "currentColor"
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12 23a10 10 0 1 0 0-20 10 10 0 0 0 0 20Zm1.5-15v4.07L17 14a1.5 1.5 0 1 1-1.34 2.68l-4.33-2.34A1.5 1.5 0 0 1 10.5 13V8a1.5 1.5 0 0 1 3 0Z",
fill: "currentColor"
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M18 3.5 20.5 6A1.77 1.77 0 0 0 23 3.5L20.5 1A1.77 1.77 0 1 0 18 3.5Z",
fill: "currentColor"
}));
}
const IconAlarm_IconComponent = convertIcon(IconAlarm_SvgComponent, 'alarm');
/* harmony default export */ const IconAlarm = (IconAlarm_IconComponent);
;// CONCATENATED MODULE: ./lib/es/icons/IconAlertCircle.js
function IconAlertCircle_SvgComponent(props) {
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
focusable: false,
"aria-hidden": true
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M23 12a11 11 0 1 1-22 0 11 11 0 0 1 22 0Zm-9.5 5.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0ZM12 5a1.9 1.9 0 0 0-1.89 2l.3 5.5a1.59 1.59 0 0 0 3.17 0l.3-5.5c.07-1.09-.8-2-1.88-2Z",
fill: "currentColor"
}));
}
const IconAlertCircle_IconComponent = convertIcon(IconAlertCircle_SvgComponent, 'alert_circle');
/* harmony default export */ const IconAlertCircle = (IconAlertCircle_IconComponent);
;// CONCATENATED MODULE: ./lib/es/icons/IconAlertTriangle.js
function IconAlertTriangle_SvgComponent(props) {
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
focusable: false,
"aria-hidden": true
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "m10.23 2.4-8.7 16.67A2 2 0 0 0 3.3 22h17.4a2 2 0 0 0 1.77-2.93L13.77 2.4a2 2 0 0 0-3.54 0ZM13.14 14a1.15 1.15 0 0 1-2.28 0l-.58-4.03a1.73 1.73 0 1 1 3.44 0l-.58 4.03Zm.36 4.49a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z",
fill: "currentColor"
}));
}
const IconAlertTriangle_IconComponent = convertIcon(IconAlertTriangle_SvgComponent, 'alert_triangle');
/* harmony default export */ const IconAlertTriangle = (IconAlertTriangle_IconComponent);
;// CONCATENATED MODULE: ./lib/es/icons/IconAlignBottom.js
function IconAlignBottom_SvgComponent(props) {
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
focusable: false,
"aria-hidden": true
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M11.94 2c.83 0 1.5.67 1.5 1.5v9.38l2.38-2.38a1.5 1.5 0 0 1 2.12 2.12L13 17.56a1.5 1.5 0 0 1-2.12 0L5.82 12.5a1.5 1.5 0 1 1 2.12-2.12l2.5 2.5V3.5c0-.83.67-1.5 1.5-1.5Z",
fill: "currentColor"
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M4.44 22a1.5 1.5 0 0 1 0-3h15a1.5 1.5 0 1 1 0 3h-15Z",
fill: "currentColor"
}));
}
const IconAlignBottom_IconComponent = convertIcon(IconAlignBottom_SvgComponent, 'align_bottom');
/* harmony default export */ const IconAlignBottom = (IconAlignBottom_IconComponent);
;// CONCATENATED MODULE: ./lib/es/icons/IconAlignCenter.js
function IconAlignCenter_SvgComponent(props) {
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
focusable: false,
"aria-hidden": true
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M3.5 3a1.5 1.5 0 1 0 0 3h17a1.5 1.5 0 0 0 0-3h-17Zm3 5a1.5 1.5 0 1 0 0 3h11a1.5 1.5 0 0 0 0-3h-11ZM2 14.5c0-.83.67-1.5 1.5-1.5h17a1.5 1.5 0 0 1 0 3h-17A1.5 1.5 0 0 1 2 14.5ZM6.5 18a1.5 1.5 0 0 0 0 3h11a1.5 1.5 0 0 0 0-3h-11Z",
fill: "currentColor"
}));
}
const IconAlignCenter_IconComponent = convertIcon(IconAlignCenter_SvgComponent, 'align_center');
/* harmony default export */ const IconAlignCenter = (IconAlignCenter_IconComponent);
;// CONCATENATED MODULE: ./lib/es/icons/IconAlignCenterVertical.js
function IconAlignCenterVertical_SvgComponent(props) {
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
focusable: false,
"aria-hidden": true
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M13.5 5.92V3a1.5 1.5 0 0 0-3 0v2.92L9.24 5.2a1.5 1.5 0 0 0-1.48 2.6l3.5 2a1.5 1.5 0 0 0 1.48 0l3.5-2a1.5 1.5 0 1 0-1.48-2.6l-1.26.72Zm-9 7.58a1.5 1.5 0 0 1 0-3h15a1.5 1.5 0 0 1 0 3h-15Zm9 4.58 1.26.72a1.5 1.5 0 1 0 1.48-2.6l-3.5-2a1.5 1.5 0 0 0-1.48 0l-3.5 2a1.5 1.5 0 0 0 1.48 2.6l1.26-.72V21a1.5 1.5 0 0 0 3 0v-2.92Z",
fill: "currentColor"
}));
}
const IconAlignCenterVertical_IconComponent = convertIcon(IconAlignCenterVertical_SvgComponent, 'align_center_vertical');
/* harmony default export */ const IconAlignCenterVertical = (IconAlignCenterVertical_IconComponent);
;// CONCATENATED MODULE: ./lib/es/icons/IconAlignHCenterStroked.js
function IconAlignHCenterStroked_SvgComponent(props) {
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
focusable: false,
"aria-hidden": true
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M11 3a1 1 0 1 1 2 0v2h7a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-7v2h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4v2a1 1 0 1 1-2 0v-2H7a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h4v-2H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h7V3Zm1 14h4v-2H8v2h4Zm7-8H5V7h14v2Z",
fill: "currentColor"
}));
}
const IconAlignHCenterStroked_IconComponent = convertIcon(IconAlignHCenterStroked_SvgComponent, 'align_h_center_stroked');
/* harmony default export */ const IconAlignHCenterStroked = (IconAlignHCenterStroked_IconComponent);
;// CONCATENATED MODULE: ./lib/es/icons/IconAlignHLeftStroked.js
function IconAlignHLeftStroked_SvgComponent(props) {
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
focusable: false,
"aria-hidden": true
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M2 3a1 1 0 0 1 2 0v18a1 1 0 1 1-2 0V3Zm4 3a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V6Zm2 1v2h11V7H8Zm-1 6a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1H7Zm1 4v-2h6v2H8Z",
fill: "currentColor"
}));
}
const IconAlignHLeftStroked_IconComponent = convertIcon(IconAlignHLeftStroked_SvgComponent, 'align_h_left_stroked');
/* harmony default export */ const IconAlignHLeftStroked = (IconAlignHLeftStroked_IconComponent);
;// CONCATENATED MODULE: ./lib/es/icons/IconAlignHRightStroked.js
function IconAlignHRightStroked_SvgComponent(props) {
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
focusable: false,
"aria-hidden": true
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M20 3a1 1 0 1 1 2 0v18a1 1 0 1 1-2 0V3ZM3 6a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6Zm2 1v2h11V7H5Zm4 6a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1H9Zm1 4v-2h6v2h-6Z",
fill: "currentColor"
}));
}
const IconAlignHRightStroked_IconComponent = convertIcon(IconAlignHRightStroked_SvgComponent, 'align_h_right_stroked');
/* harmony default export */ const IconAlignHRightStroked = (IconAlignHRightStroked_IconComponent);
;// CONCATENATED MODULE: ./lib/es/icons/IconAlignJustify.js
function IconAlignJustify_SvgComponent(props) {
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
focusable: false,
"aria-hidden": true
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M3.36 3C2.61 3 2 3.67 2 4.5S2.61 6 3.36 6h17.28C21.39 6 22 5.33 22 4.5S21.39 3 20.64 3H3.36Zm0 5C2.61 8 2 8.67 2 9.5S2.61 11 3.36 11h17.28c.75 0 1.36-.67 1.36-1.5S21.39 8 20.64 8H3.36ZM2 14.5c0-.83.61-1.5 1.36-1.5h17.28c.75 0 1.36.67 1.36 1.5s-.61 1.5-1.36 1.5H3.36C2.61 16 2 15.33 2 14.5ZM3.36 18C2.61 18 2 18.67 2 19.5S2.61 21 3.36 21h17.28c.75 0 1.36-.67 1.36-1.5s-.61-1.5-1.36-1.5H3.36Z",
fill: "currentColor"
}));
}
const IconAlignJustify_IconComponent = convertIcon(IconAlignJustify_SvgComponent, 'align_justify');
/* harmony default export */ const IconAlignJustify = (IconAlignJustify_IconComponent);
;// CONCATENATED MODULE: ./lib/es/icons/IconAlignLeft.js
function IconAlignLeft_SvgComponent(props) {
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
focusable: false,
"aria-hidden": true
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M3.5 3a1.5 1.5 0 1 0 0 3h17a1.5 1.5 0 0 0 0-3h-17Zm0 5a1.5 1.5 0 1 0 0 3h10a1.5 1.5 0 0 0 0-3h-10ZM2 14.5c0-.83.67-1.5 1.5-1.5h17a1.5 1.5 0 0 1 0 3h-17A1.5 1.5 0 0 1 2 14.5ZM3.5 18a1.5 1.5 0 0 0 0 3h10a1.5 1.5 0 0 0 0-3h-10Z",
fill: "currentColor"
}));
}
const IconAlignLeft_IconComponent = convertIcon(IconAlignLeft_SvgComponent, 'align_left');
/* harmony default export */ const IconAlignLeft = (IconAlignLeft_IconComponent);
;// CONCATENATED MODULE: ./lib/es/icons/IconAlignRight.js
function IconAlignRight_SvgComponent(props) {
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
viewBox: "0 0 24 24",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
focusable: false,
"aria-hidden": true
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M3.5 3a1.5 1.5 0 1 0 0 3h17a1.5 1.5 0 0 0 0-3h-17Zm7 5a1.5 1.5 0 1 0 0 3h10a1.5 1.5 0 0 0 0-3h-10ZM2 14.5c0-.83.67-1.5 1.5-1.5h17a1.5 1.5 0 0 1 0 3h-17A1.5 1.5 0 0 1 2 14.5Zm8.5 3.5a1.5 1.5 0 0 0 0 3h10a1.5 1.5 0 0 0 0-3h-10Z",
fill: "currentColor"
}));
}
const IconAlignRight_IconComponent = convertIcon(IconAlignRight_SvgComponent, 'align_right');
/* harmony default export */ const IconAlignRight = (IconAlignRight_IconComponent);
;// CONCATENATED MODULE: ./lib/es/icons/IconAlignTop.js
function IconAlignTop_SvgComponent(props) {
return /*#__PURE__*/external_root_React_commonjs2_react_common