@laerdal/life-react-components 0.0.280-dev.1 → 0.0.280-dev.12.full
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/Banners/Banner.js +107 -52
- package/dist/esm/Banners/Banner.js.map +1 -1
- package/dist/esm/Banners/styles.js +122 -0
- package/dist/esm/Banners/styles.js.map +1 -0
- package/dist/esm/Button/Iconbutton.js +1 -1
- package/dist/esm/Button/Iconbutton.js.map +1 -1
- package/dist/esm/Chips/InputChip.js +3 -0
- package/dist/esm/Chips/InputChip.js.map +1 -1
- package/dist/esm/Dropdown/DropdownButton.js +2 -0
- package/dist/esm/Dropdown/DropdownButton.js.map +1 -1
- package/dist/esm/Dropdown/DropdownFilter.js +0 -1
- package/dist/esm/Dropdown/DropdownFilter.js.map +1 -1
- package/dist/esm/Footer/Components/FooterNewsletterAndSocialSection.js +36 -15
- package/dist/esm/Footer/Components/FooterNewsletterAndSocialSection.js.map +1 -1
- package/dist/esm/GlobalNavigationBar/UserMenu/MobileUserMenu.js +4 -0
- package/dist/esm/GlobalNavigationBar/UserMenu/MobileUserMenu.js.map +1 -1
- package/dist/esm/GlobalNavigationBar/mobile/MobileMenu.js +2 -0
- package/dist/esm/GlobalNavigationBar/mobile/MobileMenu.js.map +1 -1
- package/dist/esm/InputFields/DatepickerField.js +2 -0
- package/dist/esm/InputFields/DatepickerField.js.map +1 -1
- package/dist/esm/InputFields/styling.js +7 -1
- package/dist/esm/InputFields/styling.js.map +1 -1
- package/dist/esm/Modals/Modal.js +2 -0
- package/dist/esm/Modals/Modal.js.map +1 -1
- package/dist/esm/Modals/ModalDialog.js +4 -0
- package/dist/esm/Modals/ModalDialog.js.map +1 -1
- package/dist/esm/Switcher/MobileSwitcherMenu.js +4 -0
- package/dist/esm/Switcher/MobileSwitcherMenu.js.map +1 -1
- package/dist/esm/Table/Table.js +6 -0
- package/dist/esm/Table/Table.js.map +1 -1
- package/dist/esm/Tabs/Tabs.js +3 -3
- package/dist/esm/Tabs/Tabs.js.map +1 -1
- package/dist/esm/Toasters/Toast.js +13 -1
- package/dist/esm/Toasters/Toast.js.map +1 -1
- package/dist/esm/icons/contenticons/ContentIcons.js +444 -296
- package/dist/esm/icons/contenticons/ContentIcons.js.map +1 -1
- package/dist/esm/icons/systemicons/SystemIcons.js +43 -25
- package/dist/esm/icons/systemicons/SystemIcons.js.map +1 -1
- package/dist/js/Banners/Banner.d.ts +2 -0
- package/dist/js/Banners/Banner.js +74 -41
- package/dist/js/Banners/Banner.js.map +1 -1
- package/dist/js/Banners/styles.d.ts +1 -0
- package/dist/js/Banners/styles.js +33 -0
- package/dist/js/Banners/styles.js.map +1 -0
- package/dist/js/Button/Iconbutton.js +3 -1
- package/dist/js/Button/Iconbutton.js.map +1 -1
- package/dist/js/Chips/InputChip.js +3 -0
- package/dist/js/Chips/InputChip.js.map +1 -1
- package/dist/js/Dropdown/DropdownButton.js +2 -0
- package/dist/js/Dropdown/DropdownButton.js.map +1 -1
- package/dist/js/Dropdown/DropdownFilter.js +0 -1
- package/dist/js/Dropdown/DropdownFilter.js.map +1 -1
- package/dist/js/Footer/Components/FooterNewsletterAndSocialSection.js +18 -4
- package/dist/js/Footer/Components/FooterNewsletterAndSocialSection.js.map +1 -1
- package/dist/js/GlobalNavigationBar/UserMenu/MobileUserMenu.js +4 -0
- package/dist/js/GlobalNavigationBar/UserMenu/MobileUserMenu.js.map +1 -1
- package/dist/js/GlobalNavigationBar/mobile/MobileMenu.js +2 -0
- package/dist/js/GlobalNavigationBar/mobile/MobileMenu.js.map +1 -1
- package/dist/js/InputFields/DatepickerField.js +2 -0
- package/dist/js/InputFields/DatepickerField.js.map +1 -1
- package/dist/js/InputFields/styling.js +2 -2
- package/dist/js/InputFields/styling.js.map +1 -1
- package/dist/js/Modals/Modal.js +2 -0
- package/dist/js/Modals/Modal.js.map +1 -1
- package/dist/js/Modals/ModalDialog.js +4 -0
- package/dist/js/Modals/ModalDialog.js.map +1 -1
- package/dist/js/Switcher/MobileSwitcherMenu.js +4 -0
- package/dist/js/Switcher/MobileSwitcherMenu.js.map +1 -1
- package/dist/js/Table/Table.js +6 -0
- package/dist/js/Table/Table.js.map +1 -1
- package/dist/js/Tabs/Tabs.js +1 -1
- package/dist/js/Tabs/Tabs.js.map +1 -1
- package/dist/js/Toasters/Toast.js +6 -2
- package/dist/js/Toasters/Toast.js.map +1 -1
- package/dist/js/icons/contenticons/ContentIcons.js +592 -296
- package/dist/js/icons/contenticons/ContentIcons.js.map +1 -1
- package/dist/js/icons/systemicons/SystemIcons.d.ts +2 -0
- package/dist/js/icons/systemicons/SystemIcons.js +403 -373
- package/dist/js/icons/systemicons/SystemIcons.js.map +1 -1
- package/dist/umd/Banners/Banner.js +109 -55
- package/dist/umd/Banners/Banner.js.map +1 -1
- package/dist/umd/Banners/styles.js +141 -0
- package/dist/umd/Banners/styles.js.map +1 -0
- package/dist/umd/Button/Iconbutton.js +1 -1
- package/dist/umd/Button/Iconbutton.js.map +1 -1
- package/dist/umd/Chips/InputChip.js +3 -0
- package/dist/umd/Chips/InputChip.js.map +1 -1
- package/dist/umd/Dropdown/DropdownButton.js +2 -0
- package/dist/umd/Dropdown/DropdownButton.js.map +1 -1
- package/dist/umd/Dropdown/DropdownFilter.js +0 -1
- package/dist/umd/Dropdown/DropdownFilter.js.map +1 -1
- package/dist/umd/Footer/Components/FooterNewsletterAndSocialSection.js +39 -19
- package/dist/umd/Footer/Components/FooterNewsletterAndSocialSection.js.map +1 -1
- package/dist/umd/GlobalNavigationBar/UserMenu/MobileUserMenu.js +4 -0
- package/dist/umd/GlobalNavigationBar/UserMenu/MobileUserMenu.js.map +1 -1
- package/dist/umd/GlobalNavigationBar/mobile/MobileMenu.js +2 -0
- package/dist/umd/GlobalNavigationBar/mobile/MobileMenu.js.map +1 -1
- package/dist/umd/InputFields/DatepickerField.js +2 -0
- package/dist/umd/InputFields/DatepickerField.js.map +1 -1
- package/dist/umd/InputFields/styling.js +7 -1
- package/dist/umd/InputFields/styling.js.map +1 -1
- package/dist/umd/Modals/Modal.js +2 -0
- package/dist/umd/Modals/Modal.js.map +1 -1
- package/dist/umd/Modals/ModalDialog.js +4 -0
- package/dist/umd/Modals/ModalDialog.js.map +1 -1
- package/dist/umd/Switcher/MobileSwitcherMenu.js +4 -0
- package/dist/umd/Switcher/MobileSwitcherMenu.js.map +1 -1
- package/dist/umd/Table/Table.js +6 -0
- package/dist/umd/Table/Table.js.map +1 -1
- package/dist/umd/Tabs/Tabs.js +3 -3
- package/dist/umd/Tabs/Tabs.js.map +1 -1
- package/dist/umd/Toasters/Toast.js +13 -1
- package/dist/umd/Toasters/Toast.js.map +1 -1
- package/dist/umd/icons/contenticons/ContentIcons.js +444 -296
- package/dist/umd/icons/contenticons/ContentIcons.js.map +1 -1
- package/dist/umd/icons/systemicons/SystemIcons.js +46 -26
- package/dist/umd/icons/systemicons/SystemIcons.js.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
8
|
exports.LoadingSmall = exports.LoadingMedium = exports.LikeOn = exports.LikeOff = exports.ListView = exports.LinkedIn = exports.Link = exports.Legend8Rectangle = exports.Legend7Pentagon = exports.Legend6Nabla = exports.Legend5Diamond = exports.Legend4Square = exports.Legend3Star = exports.Legend2Triangle = exports.Legend1Circle = exports.Legend = exports.Learner = exports.Language = exports.Keyboard = exports.Institute = exports.Information = exports.Image = exports.Home = exports.History = exports.Hierarchy = exports.Help = exports.GuidedTour = exports.Group = exports.GridView = exports.GearSettings = exports.Fullscreen = exports.FullscreenExit = exports.ForwardFiveSec = exports.ForwardSlash = exports.Forward = exports.Flickr = exports.Filter = exports.Facebook = exports.ExtendTextArea = exports.ExportPNG = exports.ExportPDF = exports.ExportEXL = exports.ExportCVS = exports.Export = exports.EventLog = exports.Equals = exports.Educator = exports.Edit = exports.DragIndicator = exports.DragHandle = exports.Download = exports.Document = exports.Delete = exports.Dashboard = exports.CoffeeBreak = exports.Cloud = exports.CloudUpload = exports.CloudSyncing = exports.CloudNoConnection = exports.CloudLocked = exports.CloudDownload = exports.CloudCheck = exports.CloudAttention = exports.ClosedCaptionOn = exports.ClosedCaptionOff = exports.Close = exports.Clear = exports.ChevronUp = exports.ChevronRight = exports.ChevronLeft = exports.ChevronDown = exports.CheckboxSemi = exports.CheckboxOn = exports.CheckboxOff = exports.CheckMark = exports.CheckComplete = exports.Calendar = exports.Bullet = exports.BookmarkOn = exports.BookmarkOff = exports.BookmarkCollection = exports.Book = exports.Bluetooth = exports.BackwardsFiveSec = exports.AudioDescriptionOn = exports.Attention = exports.Attachment = exports.Asterisk = exports.Assignments = exports.ArrowStopRight = exports.ArrowStopLeft = exports.ArrowLineUp = exports.ArrowLineRight = exports.ArrowLineLeft = exports.ArrowLineDown = exports.ArrowDropUp = exports.ArrowDropDown = exports.AddUser = exports.Add = exports.Accessibility = void 0;
|
|
9
|
-
exports.Zoom = exports.Youtube = exports.VolumeUp = exports.VolumeOff = exports.VolumeDown = exports.VisibleOn = exports.VisibleOff = exports.Video = exports.User = exports.Usb = exports.Upload = exports.Twitter = exports.Transcript = exports.Tip = exports.Timeline = exports.Time = exports.TimeLimited = exports.ThumbsUp = exports.ThumbsDown = exports.Team = exports.TechnicalWarning = exports.SwitchApp = exports.Support = exports.SUN = exports.Stop = exports.StarOutlined = exports.StarFilled = exports.SpeechBuble = exports.Sort = exports.SkipForward = exports.ShoppingCart = exports.Share = exports.SendTo = exports.Search = exports.ScrollArrowUp = exports.ScrollArrowDown = exports.Save = exports.Rewind = exports.Replay = exports.Refresh = exports.Record = exports.RadioButtonOn = exports.RadioButtonOff = exports.Print = exports.PointUp = exports.PointRight = exports.PointLeft = exports.PointDown = exports.Plus = exports.PlayList = exports.PlaybackSpeed = exports.Play = exports.PlayOutline = exports.Pause = exports.OpenNewWindow = exports.OpenFolder = exports.Notification = exports.NotificationNew = exports.MoreVertical = exports.MoreHorizontal = exports.Minus = exports.Menu = exports.MapPoint = exports.Manikin = exports.Mail = exports.Loop = exports.Logout = exports.Login = exports.LockedOn = exports.LockedOff = void 0;
|
|
9
|
+
exports.Zoom = exports.Youtube = exports.VolumeUp = exports.VolumeOff = exports.VolumeDown = exports.VisibleOn = exports.VisibleOff = exports.Video = exports.User = exports.Usb = exports.Upload = exports.Twitter = exports.Transcript = exports.Tip = exports.Timeline = exports.Time = exports.TimeLimited = exports.ThumbsUp = exports.ThumbsDown = exports.Team = exports.TechnicalWarning = exports.SwitchApp = exports.Support = exports.SUN = exports.Stop = exports.StarOutlined = exports.StarFilled = exports.SpeechBuble = exports.Sort = exports.SkipForward = exports.ShoppingCart = exports.Share = exports.SendTo = exports.Search = exports.ScrollArrowUp = exports.ScrollArrowDown = exports.Save = exports.Rewind = exports.Replay = exports.Refresh = exports.Record = exports.RadioButtonOn = exports.RadioButtonOff = exports.Print = exports.PointUp = exports.PointRight = exports.PointLeft = exports.PointDown = exports.Plus = exports.PlayList = exports.PlaybackSpeed = exports.Play = exports.PlayOutline = exports.PieChart = exports.Pause = exports.OverView = exports.OpenNewWindow = exports.OpenFolder = exports.Notification = exports.NotificationNew = exports.MoreVertical = exports.MoreHorizontal = exports.Minus = exports.Menu = exports.MapPoint = exports.Manikin = exports.Mail = exports.Loop = exports.Logout = exports.Login = exports.LockedOn = exports.LockedOff = void 0;
|
|
10
10
|
|
|
11
11
|
var React = _interopRequireWildcard(require("react"));
|
|
12
12
|
|
|
@@ -1571,31 +1571,7 @@ var GridView = function GridView(_ref72) {
|
|
|
1571
1571
|
className: className,
|
|
1572
1572
|
size: size
|
|
1573
1573
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
1574
|
-
d: "
|
|
1575
|
-
fill: color
|
|
1576
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
1577
|
-
d: "M11.4617 5C11.4617 4.44772 11.9094 4 12.4617 4H13.4617C14.014 4 14.4617 4.44772 14.4617 5V6C14.4617 6.55228 14.014 7 13.4617 7H12.4617C11.9094 7 11.4617 6.55228 11.4617 6V5Z",
|
|
1578
|
-
fill: color
|
|
1579
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
1580
|
-
d: "M18.9617 4C18.4094 4 17.9617 4.44772 17.9617 5V6C17.9617 6.55228 18.4094 7 18.9617 7H19.9617C20.514 7 20.9617 6.55228 20.9617 6V5C20.9617 4.44772 20.514 4 19.9617 4H18.9617Z",
|
|
1581
|
-
fill: color
|
|
1582
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
1583
|
-
d: "M17.9617 11.5C17.9617 10.9477 18.4094 10.5 18.9617 10.5H19.9617C20.514 10.5 20.9617 10.9477 20.9617 11.5V12.5C20.9617 13.0523 20.514 13.5 19.9617 13.5H18.9617C18.4094 13.5 17.9617 13.0523 17.9617 12.5V11.5Z",
|
|
1584
|
-
fill: color
|
|
1585
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
1586
|
-
d: "M12.4617 10.5C11.9094 10.5 11.4617 10.9477 11.4617 11.5V12.5C11.4617 13.0523 11.9094 13.5 12.4617 13.5H13.4617C14.014 13.5 14.4617 13.0523 14.4617 12.5V11.5C14.4617 10.9477 14.014 10.5 13.4617 10.5H12.4617Z",
|
|
1587
|
-
fill: color
|
|
1588
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
1589
|
-
d: "M11.4617 18C11.4617 17.4477 11.9094 17 12.4617 17H13.4617C14.014 17 14.4617 17.4477 14.4617 18V19C14.4617 19.5523 14.014 20 13.4617 20H12.4617C11.9094 20 11.4617 19.5523 11.4617 19V18Z",
|
|
1590
|
-
fill: color
|
|
1591
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
1592
|
-
d: "M18.9617 17C18.4094 17 17.9617 17.4477 17.9617 18V19C17.9617 19.5523 18.4094 20 18.9617 20H19.9617C20.514 20 20.9617 19.5523 20.9617 19V18C20.9617 17.4477 20.514 17 19.9617 17H18.9617Z",
|
|
1593
|
-
fill: color
|
|
1594
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
1595
|
-
d: "M4.96167 11.5C4.96167 10.9477 5.40939 10.5 5.96167 10.5H6.96167C7.51395 10.5 7.96167 10.9477 7.96167 11.5V12.5C7.96167 13.0523 7.51395 13.5 6.96167 13.5H5.96167C5.40939 13.5 4.96167 13.0523 4.96167 12.5V11.5Z",
|
|
1596
|
-
fill: color
|
|
1597
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
1598
|
-
d: "M5.96167 17C5.40939 17 4.96167 17.4477 4.96167 18V19C4.96167 19.5523 5.40939 20 5.96167 20H6.96167C7.51395 20 7.96167 19.5523 7.96167 19V18C7.96167 17.4477 7.51395 17 6.96167 17H5.96167Z",
|
|
1574
|
+
d: "M14 0C15.1046 0 16 0.895431 16 2V14C16 15.1046 15.1046 16 14 16H2C0.895431 16 0 15.1046 0 14V2C0 0.895431 0.895431 0 2 0H14ZM7 2H2V7L7 7V2ZM9 2V7L14 7V2H9ZM7 9H2V14H7V9ZM9 14V9H14V14H9Z",
|
|
1599
1575
|
fill: color
|
|
1600
1576
|
}));
|
|
1601
1577
|
};
|
|
@@ -2576,627 +2552,681 @@ var OpenNewWindow = function OpenNewWindow(_ref116) {
|
|
|
2576
2552
|
|
|
2577
2553
|
exports.OpenNewWindow = OpenNewWindow;
|
|
2578
2554
|
|
|
2579
|
-
var
|
|
2555
|
+
var OverView = function OverView(_ref117) {
|
|
2580
2556
|
var className = _ref117.className,
|
|
2581
2557
|
_ref117$color = _ref117.color,
|
|
2582
2558
|
color = _ref117$color === void 0 ? 'currentColor' : _ref117$color,
|
|
2583
2559
|
size = _ref117.size,
|
|
2584
2560
|
_ref117$label = _ref117.label,
|
|
2585
|
-
label = _ref117$label === void 0 ? '
|
|
2561
|
+
label = _ref117$label === void 0 ? 'OverView' : _ref117$label;
|
|
2586
2562
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2587
2563
|
className: className,
|
|
2588
2564
|
size: size
|
|
2589
2565
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2590
|
-
d: "
|
|
2566
|
+
d: "M0 2C0 0.89543 0.895431 0 2 0H7C8.10457 0 9 0.895431 9 2V7C9 8.10457 8.10457 9 7 9H2C0.89543 9 0 8.10457 0 7V2ZM2 2H7V7H2L2 2Z",
|
|
2591
2567
|
fill: color
|
|
2592
2568
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2593
|
-
d: "
|
|
2569
|
+
d: "M0 13C0 11.8954 0.895431 11 2 11H7C8.10457 11 9 11.8954 9 13V18C9 19.1046 8.10457 20 7 20H2C0.89543 20 0 19.1046 0 18V13ZM2 13H7V18H2L2 13Z",
|
|
2570
|
+
fill: color
|
|
2571
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2572
|
+
d: "M13 0C11.8954 0 11 0.89543 11 2V7C11 8.10457 11.8954 9 13 9H18C19.1046 9 20 8.10457 20 7V2C20 0.895431 19.1046 0 18 0H13ZM18 2H13V7H18V2Z",
|
|
2573
|
+
fill: color
|
|
2574
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2575
|
+
d: "M11 13C11 11.8954 11.8954 11 13 11H18C19.1046 11 20 11.8954 20 13V18C20 19.1046 19.1046 20 18 20H13C11.8954 20 11 19.1046 11 18V13ZM13 13H18V18H13V13Z",
|
|
2594
2576
|
fill: color
|
|
2595
2577
|
}));
|
|
2596
2578
|
};
|
|
2597
2579
|
|
|
2598
|
-
exports.
|
|
2580
|
+
exports.OverView = OverView;
|
|
2599
2581
|
|
|
2600
|
-
var
|
|
2582
|
+
var Pause = function Pause(_ref118) {
|
|
2601
2583
|
var className = _ref118.className,
|
|
2602
2584
|
_ref118$color = _ref118.color,
|
|
2603
2585
|
color = _ref118$color === void 0 ? 'currentColor' : _ref118$color,
|
|
2604
2586
|
size = _ref118.size,
|
|
2605
2587
|
_ref118$label = _ref118.label,
|
|
2606
|
-
label = _ref118$label === void 0 ? '
|
|
2588
|
+
label = _ref118$label === void 0 ? 'Pause' : _ref118$label;
|
|
2607
2589
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2608
2590
|
className: className,
|
|
2609
2591
|
size: size
|
|
2610
2592
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2611
|
-
d: "
|
|
2593
|
+
d: "M5.02661 4.24487C4.47433 4.24487 4.02661 4.69259 4.02661 5.24487V19.2449C4.02661 19.7972 4.47433 20.2449 5.02661 20.2449H9.02661C9.5789 20.2449 10.0266 19.7972 10.0266 19.2449V5.24487C10.0266 4.69259 9.5789 4.24487 9.02661 4.24487H5.02661Z",
|
|
2594
|
+
fill: color
|
|
2595
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2596
|
+
d: "M15.0266 4.24487C14.4743 4.24487 14.0266 4.69259 14.0266 5.24487V19.2449C14.0266 19.7972 14.4743 20.2449 15.0266 20.2449H19.0266C19.5789 20.2449 20.0266 19.7972 20.0266 19.2449V5.24487C20.0266 4.69259 19.5789 4.24487 19.0266 4.24487H15.0266Z",
|
|
2612
2597
|
fill: color
|
|
2613
2598
|
}));
|
|
2614
2599
|
};
|
|
2615
2600
|
|
|
2616
|
-
exports.
|
|
2601
|
+
exports.Pause = Pause;
|
|
2617
2602
|
|
|
2618
|
-
var
|
|
2603
|
+
var PieChart = function PieChart(_ref119) {
|
|
2619
2604
|
var className = _ref119.className,
|
|
2620
2605
|
_ref119$color = _ref119.color,
|
|
2621
2606
|
color = _ref119$color === void 0 ? 'currentColor' : _ref119$color,
|
|
2622
2607
|
size = _ref119.size,
|
|
2623
2608
|
_ref119$label = _ref119.label,
|
|
2624
|
-
label = _ref119$label === void 0 ? '
|
|
2609
|
+
label = _ref119$label === void 0 ? 'Pie Chart' : _ref119$label;
|
|
2625
2610
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2626
2611
|
className: className,
|
|
2627
2612
|
size: size
|
|
2628
2613
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2629
|
-
d: "
|
|
2614
|
+
d: "M3.51677 16.0001C2.52784 14.5201 2 12.78 2 11C2 10.4477 1.55228 10 1 10C0.447715 10 0 10.4477 0 11C0 13.1756 0.645139 15.3023 1.85383 17.1113C3.06253 18.9202 4.7805 20.3301 6.79048 21.1627C8.80047 21.9952 11.0122 22.2131 13.146 21.7886C15.2798 21.3642 17.2398 20.3166 18.7782 18.7782C20.3166 17.2398 21.3642 15.2798 21.7886 13.146C22.2131 11.0122 21.9952 8.80047 21.1627 6.79048C20.3301 4.7805 18.9202 3.06253 17.1113 1.85383C15.3023 0.645139 13.1756 0 11 0C10.4477 0 10 0.447715 10 1C10 1.55228 10.4477 2 11 2C12.78 2 14.5201 2.52784 16.0001 3.51677C17.4802 4.50571 18.6337 5.91131 19.3149 7.55585C19.9961 9.20038 20.1743 11.01 19.8271 12.7558C19.4798 14.5016 18.6226 16.1053 17.364 17.364C16.1053 18.6226 14.5016 19.4798 12.7558 19.8271C11.01 20.1743 9.20038 19.9961 7.55585 19.3149C5.91131 18.6337 4.50571 17.4802 3.51677 16.0001Z",
|
|
2615
|
+
fill: color
|
|
2616
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2617
|
+
d: "M8.87867 8.87878C9.46445 8.293 9.46445 7.34325 8.87867 6.75746C8.29288 6.17167 7.34313 6.17167 6.75735 6.75746C6.17156 7.34325 6.17156 8.293 6.75735 8.87878C7.34313 9.46457 8.29288 9.46457 8.87867 8.87878Z",
|
|
2618
|
+
fill: color
|
|
2619
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2620
|
+
d: "M15.2426 13.1212C15.8284 13.707 15.8284 14.6568 15.2426 15.2426C14.6569 15.8283 13.7071 15.8283 13.1213 15.2426C12.5355 14.6568 12.5355 13.707 13.1213 13.1212C13.7071 12.5354 14.6569 12.5354 15.2426 13.1212Z",
|
|
2621
|
+
fill: color
|
|
2622
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2623
|
+
d: "M6.75722 13.8285C6.36669 14.2191 6.36669 14.8522 6.75722 15.2428C7.14774 15.6333 7.78091 15.6333 8.17143 15.2428L15.2425 8.17169C15.633 7.78117 15.633 7.148 15.2425 6.75748C14.852 6.36695 14.2188 6.36695 13.8283 6.75748L6.75722 13.8285Z",
|
|
2630
2624
|
fill: color
|
|
2631
2625
|
}));
|
|
2632
2626
|
};
|
|
2633
2627
|
|
|
2634
|
-
exports.
|
|
2628
|
+
exports.PieChart = PieChart;
|
|
2635
2629
|
|
|
2636
|
-
var
|
|
2630
|
+
var PlayOutline = function PlayOutline(_ref120) {
|
|
2637
2631
|
var className = _ref120.className,
|
|
2638
2632
|
_ref120$color = _ref120.color,
|
|
2639
2633
|
color = _ref120$color === void 0 ? 'currentColor' : _ref120$color,
|
|
2640
2634
|
size = _ref120.size,
|
|
2641
2635
|
_ref120$label = _ref120.label,
|
|
2642
|
-
label = _ref120$label === void 0 ? '
|
|
2636
|
+
label = _ref120$label === void 0 ? 'PlayOutline' : _ref120$label;
|
|
2643
2637
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2644
2638
|
className: className,
|
|
2645
2639
|
size: size
|
|
2646
2640
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2647
|
-
d: "
|
|
2648
|
-
fill: color
|
|
2649
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2650
|
-
d: "M7.31401 2.0451C7.81355 1.80955 8.3899 2.08121 8.57883 2.60017C8.76777 3.11914 8.49697 3.68808 8.00235 3.93379C7.66061 4.10356 7.331 4.29452 7.01527 4.50503C6.55575 4.81139 5.92764 4.7618 5.57242 4.33891C5.2172 3.91601 5.26972 3.28104 5.723 2.96552C6.22449 2.61643 6.75642 2.30803 7.31401 2.0451Z",
|
|
2651
|
-
fill: color
|
|
2652
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2653
|
-
d: "M2.96558 5.72293C3.28111 5.26965 3.91608 5.21714 4.33897 5.57236C4.76187 5.92757 4.81146 6.55568 4.50509 7.0152C4.29459 7.33094 4.10363 7.66054 3.93386 8.00229C3.68815 8.4969 3.1192 8.7677 2.60024 8.57877C2.08128 8.38983 1.80962 7.81348 2.04517 7.31395C2.3081 6.75636 2.6165 6.22443 2.96558 5.72293Z",
|
|
2654
|
-
fill: color
|
|
2655
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2656
|
-
d: "M2.15043 10.2614C1.60643 10.1661 1.08345 10.5299 1.0379 11.0803C1.0128 11.3835 1 11.6902 1 11.9999C1 12.3096 1.0128 12.6164 1.0379 12.9196C1.08345 13.47 1.60643 13.8338 2.15043 13.7385C2.69443 13.6432 3.05245 13.1246 3.01791 12.5734C3.00604 12.384 3 12.1928 3 11.9999C3 11.8071 3.00604 11.6159 3.01791 11.4265C3.05245 10.8753 2.69443 10.3567 2.15043 10.2614Z",
|
|
2657
|
-
fill: color
|
|
2658
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2659
|
-
d: "M2.04517 16.6859C1.80962 16.1864 2.08128 15.61 2.60024 15.4211C3.1192 15.2322 3.68815 15.503 3.93386 15.9976C4.10363 16.3393 4.29459 16.6689 4.5051 16.9847C4.81146 17.4442 4.76187 18.0723 4.33897 18.4275C3.91608 18.7827 3.28111 18.7302 2.96558 18.2769C2.6165 17.7754 2.3081 17.2435 2.04517 16.6859Z",
|
|
2660
|
-
fill: color
|
|
2661
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2662
|
-
d: "M5.723 21.0344C5.26972 20.7188 5.21721 20.0839 5.57242 19.661C5.92764 19.2381 6.55575 19.1885 7.01527 19.4948C7.331 19.7053 7.66061 19.8963 8.00235 20.0661C8.49697 20.3118 8.76777 20.8807 8.57883 21.3997C8.3899 21.9187 7.81355 22.1903 7.31401 21.9548C6.75642 21.6918 6.22449 21.3834 5.723 21.0344Z",
|
|
2663
|
-
fill: color
|
|
2664
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2665
|
-
fillRule: "evenodd",
|
|
2666
|
-
clipRule: "evenodd",
|
|
2667
|
-
d: "M9 7.86862C9 7.06993 9.89015 6.59354 10.5547 7.03657L16.7519 11.1681C17.3457 11.5639 17.3457 12.4363 16.7519 12.8322L10.5547 16.9636C9.89015 17.4067 9 16.9303 9 16.1316V7.86862ZM14.3944 12.0001L11 14.2631V9.73714L14.3944 12.0001Z",
|
|
2641
|
+
d: "M18.4453 12.2485L9.45435 17.4985L9.45435 6.99847L18.4453 12.2485ZM20.943 13.1104C21.6051 12.7238 21.6051 11.7732 20.943 11.3866L8.95773 4.38812C8.28617 3.99598 7.43958 4.47664 7.43958 5.25005L7.43958 19.2469C7.43958 20.0204 8.28617 20.501 8.95773 20.1089L20.943 13.1104Z",
|
|
2668
2642
|
fill: color
|
|
2669
2643
|
}));
|
|
2670
2644
|
};
|
|
2671
2645
|
|
|
2672
|
-
exports.
|
|
2646
|
+
exports.PlayOutline = PlayOutline;
|
|
2673
2647
|
|
|
2674
|
-
var
|
|
2648
|
+
var Play = function Play(_ref121) {
|
|
2675
2649
|
var className = _ref121.className,
|
|
2676
2650
|
_ref121$color = _ref121.color,
|
|
2677
2651
|
color = _ref121$color === void 0 ? 'currentColor' : _ref121$color,
|
|
2678
2652
|
size = _ref121.size,
|
|
2679
2653
|
_ref121$label = _ref121.label,
|
|
2680
|
-
label = _ref121$label === void 0 ? 'Play
|
|
2654
|
+
label = _ref121$label === void 0 ? 'Play' : _ref121$label;
|
|
2681
2655
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2682
2656
|
className: className,
|
|
2683
2657
|
size: size
|
|
2684
2658
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2685
|
-
d: "
|
|
2686
|
-
fill: color
|
|
2687
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2688
|
-
d: "M5 9C4.44772 9 4 9.44772 4 10C4 10.5523 4.44772 11 5 11L19 11C19.5523 11 20 10.5523 20 10C20 9.44772 19.5523 9 19 9L5 9Z",
|
|
2689
|
-
fill: color
|
|
2690
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2691
|
-
d: "M4 15C4 14.4477 4.44772 14 5 14L12 14C12.5523 14 13 14.4477 13 15C13 15.5523 12.5523 16 12 16L5 16C4.44772 16 4 15.5523 4 15Z",
|
|
2692
|
-
fill: color
|
|
2693
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2694
|
-
d: "M17.5812 14.1294C16.9194 13.6567 16 14.1298 16 14.9432V21.0568C16 21.8702 16.9194 22.3433 17.5812 21.8705L21.8608 18.8137C22.4191 18.4149 22.4191 17.5851 21.8608 17.1862L17.5812 14.1294Z",
|
|
2659
|
+
d: "M20.5034 11.3866C21.1655 11.7732 21.1655 12.7238 20.5034 13.1104L8.51815 20.1089C7.84659 20.501 7 20.0204 7 19.2469V5.25005C7 4.47664 7.8466 3.99598 8.51815 4.38812L20.5034 11.3866Z",
|
|
2695
2660
|
fill: color
|
|
2696
2661
|
}));
|
|
2697
2662
|
};
|
|
2698
2663
|
|
|
2699
|
-
exports.
|
|
2664
|
+
exports.Play = Play;
|
|
2700
2665
|
|
|
2701
|
-
var
|
|
2666
|
+
var PlaybackSpeed = function PlaybackSpeed(_ref122) {
|
|
2702
2667
|
var className = _ref122.className,
|
|
2703
2668
|
_ref122$color = _ref122.color,
|
|
2704
2669
|
color = _ref122$color === void 0 ? 'currentColor' : _ref122$color,
|
|
2705
2670
|
size = _ref122.size,
|
|
2706
2671
|
_ref122$label = _ref122.label,
|
|
2707
|
-
label = _ref122$label === void 0 ? '
|
|
2672
|
+
label = _ref122$label === void 0 ? 'Playback speed' : _ref122$label;
|
|
2708
2673
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2709
2674
|
className: className,
|
|
2710
2675
|
size: size
|
|
2711
2676
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2712
|
-
d: "
|
|
2677
|
+
d: "M11 2C11 1.44772 11.4477 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C11.4477 23 11 22.5523 11 22C11 21.4477 11.4477 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C11.4477 3 11 2.55228 11 2Z",
|
|
2678
|
+
fill: color
|
|
2679
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2680
|
+
d: "M7.31401 2.0451C7.81355 1.80955 8.3899 2.08121 8.57883 2.60017C8.76777 3.11914 8.49697 3.68808 8.00235 3.93379C7.66061 4.10356 7.331 4.29452 7.01527 4.50503C6.55575 4.81139 5.92764 4.7618 5.57242 4.33891C5.2172 3.91601 5.26972 3.28104 5.723 2.96552C6.22449 2.61643 6.75642 2.30803 7.31401 2.0451Z",
|
|
2681
|
+
fill: color
|
|
2682
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2683
|
+
d: "M2.96558 5.72293C3.28111 5.26965 3.91608 5.21714 4.33897 5.57236C4.76187 5.92757 4.81146 6.55568 4.50509 7.0152C4.29459 7.33094 4.10363 7.66054 3.93386 8.00229C3.68815 8.4969 3.1192 8.7677 2.60024 8.57877C2.08128 8.38983 1.80962 7.81348 2.04517 7.31395C2.3081 6.75636 2.6165 6.22443 2.96558 5.72293Z",
|
|
2684
|
+
fill: color
|
|
2685
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2686
|
+
d: "M2.15043 10.2614C1.60643 10.1661 1.08345 10.5299 1.0379 11.0803C1.0128 11.3835 1 11.6902 1 11.9999C1 12.3096 1.0128 12.6164 1.0379 12.9196C1.08345 13.47 1.60643 13.8338 2.15043 13.7385C2.69443 13.6432 3.05245 13.1246 3.01791 12.5734C3.00604 12.384 3 12.1928 3 11.9999C3 11.8071 3.00604 11.6159 3.01791 11.4265C3.05245 10.8753 2.69443 10.3567 2.15043 10.2614Z",
|
|
2687
|
+
fill: color
|
|
2688
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2689
|
+
d: "M2.04517 16.6859C1.80962 16.1864 2.08128 15.61 2.60024 15.4211C3.1192 15.2322 3.68815 15.503 3.93386 15.9976C4.10363 16.3393 4.29459 16.6689 4.5051 16.9847C4.81146 17.4442 4.76187 18.0723 4.33897 18.4275C3.91608 18.7827 3.28111 18.7302 2.96558 18.2769C2.6165 17.7754 2.3081 17.2435 2.04517 16.6859Z",
|
|
2690
|
+
fill: color
|
|
2691
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2692
|
+
d: "M5.723 21.0344C5.26972 20.7188 5.21721 20.0839 5.57242 19.661C5.92764 19.2381 6.55575 19.1885 7.01527 19.4948C7.331 19.7053 7.66061 19.8963 8.00235 20.0661C8.49697 20.3118 8.76777 20.8807 8.57883 21.3997C8.3899 21.9187 7.81355 22.1903 7.31401 21.9548C6.75642 21.6918 6.22449 21.3834 5.723 21.0344Z",
|
|
2693
|
+
fill: color
|
|
2694
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2695
|
+
fillRule: "evenodd",
|
|
2696
|
+
clipRule: "evenodd",
|
|
2697
|
+
d: "M9 7.86862C9 7.06993 9.89015 6.59354 10.5547 7.03657L16.7519 11.1681C17.3457 11.5639 17.3457 12.4363 16.7519 12.8322L10.5547 16.9636C9.89015 17.4067 9 16.9303 9 16.1316V7.86862ZM14.3944 12.0001L11 14.2631V9.73714L14.3944 12.0001Z",
|
|
2713
2698
|
fill: color
|
|
2714
2699
|
}));
|
|
2715
2700
|
};
|
|
2716
2701
|
|
|
2717
|
-
exports.
|
|
2702
|
+
exports.PlaybackSpeed = PlaybackSpeed;
|
|
2718
2703
|
|
|
2719
|
-
var
|
|
2704
|
+
var PlayList = function PlayList(_ref123) {
|
|
2720
2705
|
var className = _ref123.className,
|
|
2721
2706
|
_ref123$color = _ref123.color,
|
|
2722
2707
|
color = _ref123$color === void 0 ? 'currentColor' : _ref123$color,
|
|
2723
2708
|
size = _ref123.size,
|
|
2724
2709
|
_ref123$label = _ref123.label,
|
|
2725
|
-
label = _ref123$label === void 0 ? '
|
|
2710
|
+
label = _ref123$label === void 0 ? 'Play list' : _ref123$label;
|
|
2726
2711
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2727
2712
|
className: className,
|
|
2728
2713
|
size: size
|
|
2729
2714
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2730
|
-
d: "
|
|
2715
|
+
d: "M5 4C4.44772 4 4 4.44772 4 5C4 5.55228 4.44772 6 5 6L19 6C19.5523 6 20 5.55229 20 5C20 4.44772 19.5523 4 19 4H5Z",
|
|
2716
|
+
fill: color
|
|
2717
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2718
|
+
d: "M5 9C4.44772 9 4 9.44772 4 10C4 10.5523 4.44772 11 5 11L19 11C19.5523 11 20 10.5523 20 10C20 9.44772 19.5523 9 19 9L5 9Z",
|
|
2719
|
+
fill: color
|
|
2720
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2721
|
+
d: "M4 15C4 14.4477 4.44772 14 5 14L12 14C12.5523 14 13 14.4477 13 15C13 15.5523 12.5523 16 12 16L5 16C4.44772 16 4 15.5523 4 15Z",
|
|
2722
|
+
fill: color
|
|
2723
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2724
|
+
d: "M17.5812 14.1294C16.9194 13.6567 16 14.1298 16 14.9432V21.0568C16 21.8702 16.9194 22.3433 17.5812 21.8705L21.8608 18.8137C22.4191 18.4149 22.4191 17.5851 21.8608 17.1862L17.5812 14.1294Z",
|
|
2731
2725
|
fill: color
|
|
2732
2726
|
}));
|
|
2733
2727
|
};
|
|
2734
2728
|
|
|
2735
|
-
exports.
|
|
2729
|
+
exports.PlayList = PlayList;
|
|
2736
2730
|
|
|
2737
|
-
var
|
|
2731
|
+
var Plus = function Plus(_ref124) {
|
|
2738
2732
|
var className = _ref124.className,
|
|
2739
2733
|
_ref124$color = _ref124.color,
|
|
2740
2734
|
color = _ref124$color === void 0 ? 'currentColor' : _ref124$color,
|
|
2741
2735
|
size = _ref124.size,
|
|
2742
2736
|
_ref124$label = _ref124.label,
|
|
2743
|
-
label = _ref124$label === void 0 ? '
|
|
2737
|
+
label = _ref124$label === void 0 ? 'Plus' : _ref124$label;
|
|
2744
2738
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2745
2739
|
className: className,
|
|
2746
2740
|
size: size
|
|
2747
2741
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2748
|
-
d: "
|
|
2742
|
+
d: "M13.7648 6.22412C13.7648 5.67184 13.3171 5.22412 12.7648 5.22412C12.2125 5.22412 11.7648 5.67184 11.7648 6.22412V11.2241L6.76477 11.2241C6.21249 11.2241 5.76477 11.6718 5.76477 12.2241C5.76477 12.7764 6.21249 13.2241 6.76477 13.2241L11.7648 13.2241V18.2241C11.7648 18.7764 12.2125 19.2241 12.7648 19.2241C13.3171 19.2241 13.7648 18.7764 13.7648 18.2241V13.2241L18.7648 13.2241C19.3171 13.2241 19.7648 12.7764 19.7648 12.2241C19.7648 11.6718 19.3171 11.2241 18.7648 11.2241L13.7648 11.2241V6.22412Z",
|
|
2749
2743
|
fill: color
|
|
2750
2744
|
}));
|
|
2751
2745
|
};
|
|
2752
2746
|
|
|
2753
|
-
exports.
|
|
2747
|
+
exports.Plus = Plus;
|
|
2754
2748
|
|
|
2755
|
-
var
|
|
2749
|
+
var PointDown = function PointDown(_ref125) {
|
|
2756
2750
|
var className = _ref125.className,
|
|
2757
2751
|
_ref125$color = _ref125.color,
|
|
2758
2752
|
color = _ref125$color === void 0 ? 'currentColor' : _ref125$color,
|
|
2759
2753
|
size = _ref125.size,
|
|
2760
2754
|
_ref125$label = _ref125.label,
|
|
2761
|
-
label = _ref125$label === void 0 ? '
|
|
2755
|
+
label = _ref125$label === void 0 ? 'PointDown' : _ref125$label;
|
|
2762
2756
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2763
2757
|
className: className,
|
|
2764
2758
|
size: size
|
|
2765
2759
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2766
|
-
d: "
|
|
2760
|
+
d: "M9.09534 20.2312V17.9666C9.40812 18.0772 9.7447 18.1373 10.0953 18.1373C11.1284 18.1373 12.0395 17.6152 12.5791 16.8204C13.024 17.0815 13.5422 17.2312 14.0953 17.2312C15.1576 17.2312 16.0909 16.6791 16.624 15.8462C17.0587 16.0913 17.5607 16.2312 18.0953 16.2312C19.7522 16.2312 21.0953 14.8881 21.0953 13.2312V11.2312C21.0953 11.1575 21.0927 11.0845 21.0875 11.0122H21.0953L21.0953 8.2312C21.0953 4.36521 17.9613 1.2312 14.0953 1.2312L10.0953 1.23123C6.22934 1.23123 3.09534 4.36523 3.09534 8.23123L3.09534 20.2312C3.09534 21.8881 4.43848 23.2312 6.09534 23.2312C7.75219 23.2312 9.09534 21.8881 9.09534 20.2312ZM19.0953 8.40191C18.7826 8.29136 18.446 8.23121 18.0953 8.23121C17.0331 8.23121 16.0998 8.7833 15.5667 9.6162C15.132 9.37107 14.63 9.2312 14.0953 9.2312C13.5652 9.2312 13.0671 9.36874 12.6349 9.61007C12.4809 9.32448 12.2833 9.05618 12.0421 8.81498L10.1442 6.91715C9.75372 6.52663 9.12055 6.52663 8.73003 6.91715C8.3395 7.30768 8.3395 7.94084 8.73003 8.33137L10.6279 10.2292C11.1812 10.7826 11.1812 11.6798 10.6278 12.2332C10.2135 12.6475 9.60652 12.7516 9.09534 12.5456V12.5342H9.06789C8.90659 12.4652 8.75548 12.3648 8.62384 12.2332L5.43013 9.03949C5.21577 8.82513 5.09534 8.53439 5.09534 8.23123C5.09534 5.4698 7.33391 3.2312 10.0953 3.2312L14.0953 3.2312C16.8568 3.2312 19.0953 5.46978 19.0953 8.2312V8.40191ZM13.0953 14.2312V12.2312C13.0953 11.6789 13.5431 11.2312 14.0953 11.2312C14.6476 11.2312 15.0953 11.6789 15.0953 12.2312V14.2312C15.0953 14.7835 14.6476 15.2312 14.0953 15.2312C13.5431 15.2312 13.0953 14.7835 13.0953 14.2312ZM17.0953 13.2312V11.2312C17.0953 10.6789 17.5431 10.2312 18.0953 10.2312C18.6476 10.2312 19.0953 10.6789 19.0953 11.2312V13.2312C19.0953 13.7835 18.6476 14.2312 18.0953 14.2312C17.5431 14.2312 17.0953 13.7835 17.0953 13.2312ZM7.09534 13.5331L7.09534 20.2312C7.09534 20.7835 6.64762 21.2312 6.09534 21.2312C5.54305 21.2312 5.09534 20.7835 5.09534 20.2312L5.09534 11.5331L7.09534 13.5331ZM9.09534 14.6071C9.76909 14.7124 10.4683 14.6157 11.0953 14.3172L11.0953 15.1373C11.0953 15.6896 10.6476 16.1373 10.0953 16.1373C9.54305 16.1373 9.09534 15.6896 9.09534 15.1373V14.6071Z",
|
|
2767
2761
|
fill: color
|
|
2768
2762
|
}));
|
|
2769
2763
|
};
|
|
2770
2764
|
|
|
2771
|
-
exports.
|
|
2765
|
+
exports.PointDown = PointDown;
|
|
2772
2766
|
|
|
2773
|
-
var
|
|
2767
|
+
var PointLeft = function PointLeft(_ref126) {
|
|
2774
2768
|
var className = _ref126.className,
|
|
2775
2769
|
_ref126$color = _ref126.color,
|
|
2776
2770
|
color = _ref126$color === void 0 ? 'currentColor' : _ref126$color,
|
|
2777
2771
|
size = _ref126.size,
|
|
2778
2772
|
_ref126$label = _ref126.label,
|
|
2779
|
-
label = _ref126$label === void 0 ? '
|
|
2773
|
+
label = _ref126$label === void 0 ? 'PointLeft' : _ref126$label;
|
|
2780
2774
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2781
2775
|
className: className,
|
|
2782
2776
|
size: size
|
|
2783
2777
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2784
|
-
d: "
|
|
2778
|
+
d: "M4.21948 9.2312H6.48406C6.37351 9.54398 6.31335 9.88057 6.31335 10.2312C6.31335 11.2643 6.83551 12.1753 7.63029 12.715C7.36919 13.1599 7.21948 13.6781 7.21948 14.2312C7.21948 15.2935 7.77158 16.2268 8.60448 16.7598C8.35934 17.1946 8.21948 17.6965 8.21948 18.2312C8.21948 19.8881 9.56263 21.2312 11.2195 21.2312H13.2195C13.2932 21.2312 13.3662 21.2285 13.4385 21.2233V21.2312H16.2195C20.0855 21.2312 23.2195 18.0972 23.2195 14.2312L23.2195 10.2312C23.2195 6.36521 20.0855 3.2312 16.2195 3.2312L4.21948 3.2312C2.56263 3.2312 1.21948 4.57435 1.21948 6.2312C1.21948 7.88806 2.56263 9.2312 4.21948 9.2312ZM16.0488 19.2312C16.1593 18.9184 16.2195 18.5818 16.2195 18.2312C16.2195 17.1689 15.6674 16.2356 14.8345 15.7026C15.0796 15.2678 15.2195 14.7659 15.2195 14.2312C15.2195 13.701 15.0819 13.203 14.8406 12.7708C15.1262 12.6167 15.3945 12.4191 15.6357 12.1779L17.5335 10.2801C17.9241 9.88958 17.9241 9.25642 17.5335 8.86589C17.143 8.47537 16.5098 8.47537 16.1193 8.86589L14.2215 10.7637C13.6681 11.3171 12.7709 11.3171 12.2175 10.7637C11.8032 10.3494 11.6991 9.74238 11.9051 9.2312H11.9165V9.20375C11.9855 9.04245 12.0858 8.89135 12.2175 8.7597L15.4112 5.566C15.6256 5.35163 15.9163 5.2312 16.2195 5.2312C18.9809 5.2312 21.2195 7.46978 21.2195 10.2312V14.2312C21.2195 16.9926 18.9809 19.2312 16.2195 19.2312H16.0488ZM10.2195 13.2312H12.2195C12.7718 13.2312 13.2195 13.6789 13.2195 14.2312C13.2195 14.7835 12.7718 15.2312 12.2195 15.2312H10.2195C9.6672 15.2312 9.21948 14.7835 9.21948 14.2312C9.21948 13.6789 9.6672 13.2312 10.2195 13.2312ZM11.2195 17.2312H13.2195C13.7718 17.2312 14.2195 17.6789 14.2195 18.2312C14.2195 18.7835 13.7718 19.2312 13.2195 19.2312H11.2195C10.6672 19.2312 10.2195 18.7835 10.2195 18.2312C10.2195 17.6789 10.6672 17.2312 11.2195 17.2312ZM10.9176 7.2312L4.21948 7.2312C3.6672 7.2312 3.21948 6.78349 3.21948 6.2312C3.21948 5.67892 3.6672 5.2312 4.21948 5.2312L12.9176 5.2312L10.9176 7.2312ZM9.84364 9.2312C9.73832 9.90495 9.83495 10.6042 10.1335 11.2312H9.31335C8.76107 11.2312 8.31335 10.7835 8.31335 10.2312C8.31335 9.67892 8.76107 9.2312 9.31335 9.2312H9.84364Z",
|
|
2785
2779
|
fill: color
|
|
2786
2780
|
}));
|
|
2787
2781
|
};
|
|
2788
2782
|
|
|
2789
|
-
exports.
|
|
2783
|
+
exports.PointLeft = PointLeft;
|
|
2790
2784
|
|
|
2791
|
-
var
|
|
2785
|
+
var PointRight = function PointRight(_ref127) {
|
|
2792
2786
|
var className = _ref127.className,
|
|
2793
2787
|
_ref127$color = _ref127.color,
|
|
2794
2788
|
color = _ref127$color === void 0 ? 'currentColor' : _ref127$color,
|
|
2795
2789
|
size = _ref127.size,
|
|
2796
2790
|
_ref127$label = _ref127.label,
|
|
2797
|
-
label = _ref127$label === void 0 ? '
|
|
2791
|
+
label = _ref127$label === void 0 ? 'PointRight' : _ref127$label;
|
|
2798
2792
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2799
2793
|
className: className,
|
|
2800
2794
|
size: size
|
|
2801
2795
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2802
|
-
|
|
2803
|
-
clipRule: "evenodd",
|
|
2804
|
-
d: "M8 2C6.89543 2 6 2.89543 6 4V6H5C3.34315 6 2 7.34315 2 9V15C2 15.5523 2.44772 16 3 16C3.55228 16 4 15.5523 4 15V9C4 8.44772 4.44772 8 5 8H19C19.5523 8 20 8.44772 20 9V15C20 15.5523 20.4477 16 21 16C21.5523 16 22 15.5523 22 15V9C22 7.34315 20.6569 6 19 6H18V4C18 2.89543 17.1046 2 16 2H8ZM16 6V4H8V6H16Z",
|
|
2805
|
-
fill: color
|
|
2806
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2807
|
-
fillRule: "evenodd",
|
|
2808
|
-
clipRule: "evenodd",
|
|
2809
|
-
d: "M7 14C6.44772 14 6 14.4477 6 15V21C6 21.5523 6.44771 22 7 22H17C17.5523 22 18 21.5523 18 21V15C18 14.4477 17.5523 14 17 14H7ZM8 16V20H16V16H8Z",
|
|
2810
|
-
fill: color
|
|
2811
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
2812
|
-
d: "M17 12C17.5523 12 18 11.5523 18 11C18 10.4477 17.5523 10 17 10C16.4477 10 16 10.4477 16 11C16 11.5523 16.4477 12 17 12Z",
|
|
2796
|
+
d: "M20.9279 9.2312C22.5847 9.2312 23.9279 7.88806 23.9279 6.2312C23.9279 4.57435 22.5847 3.2312 20.9279 3.2312L8.92788 3.2312C5.06189 3.2312 1.92788 6.36521 1.92788 10.2312L1.92786 14.2312C1.92786 18.0972 5.06186 21.2312 8.92786 21.2312H11.7088V21.2233C11.7811 21.2285 11.8542 21.2312 11.9279 21.2312H13.9279C15.5847 21.2312 16.9279 19.8881 16.9279 18.2312C16.9279 17.6965 16.788 17.1946 16.5429 16.7598C17.3758 16.2268 17.9279 15.2935 17.9279 14.2312C17.9279 13.6781 17.7782 13.1599 17.5171 12.715C18.3118 12.1753 18.834 11.2643 18.834 10.2312C18.834 9.88057 18.7738 9.54398 18.6633 9.2312H20.9279ZM9.09857 19.2312H8.92785C6.16643 19.2312 3.92786 16.9926 3.92786 14.2312V10.2312C3.92786 7.46978 6.16646 5.2312 8.92788 5.2312C9.23104 5.2312 9.52178 5.35163 9.73615 5.566L12.9299 8.7597C13.0615 8.89135 13.1618 9.04245 13.2308 9.20375V9.2312H13.2422C13.4483 9.74238 13.3442 10.3494 12.9299 10.7637C12.3765 11.3171 11.4792 11.3171 10.9258 10.7637L9.02802 8.86589C8.6375 8.47537 8.00433 8.47537 7.61381 8.86589C7.22329 9.25642 7.22329 9.88958 7.61381 10.2801L9.51163 12.1779C9.75284 12.4191 10.0211 12.6167 10.3067 12.7708C10.0654 13.203 9.92786 13.701 9.92786 14.2312C9.92786 14.7659 10.0677 15.2678 10.3129 15.7026C9.47996 16.2356 8.92786 17.1689 8.92786 18.2312C8.92786 18.5818 8.98801 18.9184 9.09857 19.2312ZM14.9279 13.2312C15.4801 13.2312 15.9279 13.6789 15.9279 14.2312C15.9279 14.7835 15.4801 15.2312 14.9279 15.2312H12.9279C12.3756 15.2312 11.9279 14.7835 11.9279 14.2312C11.9279 13.6789 12.3756 13.2312 12.9279 13.2312H14.9279ZM13.9279 17.2312C14.4801 17.2312 14.9279 17.6789 14.9279 18.2312C14.9279 18.7835 14.4801 19.2312 13.9279 19.2312H11.9279C11.3756 19.2312 10.9279 18.7835 10.9279 18.2312C10.9279 17.6789 11.3756 17.2312 11.9279 17.2312H13.9279ZM14.2298 7.2312L12.2298 5.2312L20.9279 5.2312C21.4801 5.2312 21.9279 5.67892 21.9279 6.2312C21.9279 6.78349 21.4801 7.2312 20.9279 7.2312L14.2298 7.2312ZM15.3037 9.2312H15.834C16.3863 9.2312 16.834 9.67892 16.834 10.2312C16.834 10.7835 16.3863 11.2312 15.834 11.2312H15.0138C15.3124 10.6042 15.409 9.90495 15.3037 9.2312Z",
|
|
2813
2797
|
fill: color
|
|
2814
2798
|
}));
|
|
2815
2799
|
};
|
|
2816
2800
|
|
|
2817
|
-
exports.
|
|
2801
|
+
exports.PointRight = PointRight;
|
|
2818
2802
|
|
|
2819
|
-
var
|
|
2803
|
+
var PointUp = function PointUp(_ref128) {
|
|
2820
2804
|
var className = _ref128.className,
|
|
2821
2805
|
_ref128$color = _ref128.color,
|
|
2822
2806
|
color = _ref128$color === void 0 ? 'currentColor' : _ref128$color,
|
|
2823
2807
|
size = _ref128.size,
|
|
2824
2808
|
_ref128$label = _ref128.label,
|
|
2825
|
-
label = _ref128$label === void 0 ? '
|
|
2809
|
+
label = _ref128$label === void 0 ? 'PointUp' : _ref128$label;
|
|
2826
2810
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2827
2811
|
className: className,
|
|
2828
2812
|
size: size
|
|
2829
2813
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2830
|
-
d: "
|
|
2814
|
+
d: "M15.0455 4.2312V6.49578C14.7328 6.38523 14.3962 6.32507 14.0455 6.32507C13.0125 6.32507 12.1014 6.84723 11.5618 7.64201C11.1169 7.38091 10.5987 7.2312 10.0455 7.2312C8.98327 7.2312 8.04997 7.7833 7.5169 8.6162C7.08217 8.37106 6.58019 8.2312 6.04553 8.2312C4.38868 8.2312 3.04553 9.57435 3.04553 11.2312V13.2312C3.04553 13.3049 3.04819 13.3779 3.05341 13.4503H3.04553V16.2312C3.04553 20.0972 6.17954 23.2312 10.0455 23.2312L14.0455 23.2312C17.9115 23.2312 21.0455 20.0972 21.0455 16.2312V4.2312C21.0455 2.57435 19.7024 1.2312 18.0455 1.2312C16.3887 1.2312 15.0455 2.57435 15.0455 4.2312ZM5.04553 16.0605C5.35831 16.171 5.6949 16.2312 6.04553 16.2312C7.10779 16.2312 8.0411 15.6791 8.57417 14.8462C9.0089 15.0913 9.51088 15.2312 10.0455 15.2312C10.5757 15.2312 11.0738 15.0937 11.506 14.8523C11.66 15.1379 11.8576 15.4062 12.0988 15.6474L13.9966 17.5453C14.3872 17.9358 15.0203 17.9358 15.4108 17.5453C15.8014 17.1547 15.8014 16.5216 15.4108 16.131L13.513 14.2332C12.9596 13.6798 12.9596 12.7826 13.513 12.2292C13.9273 11.8149 14.5344 11.7108 15.0455 11.9168V11.9282H15.073C15.2343 11.9972 15.3854 12.0976 15.517 12.2292L18.7107 15.4229C18.9251 15.6373 19.0455 15.928 19.0455 16.2312C19.0455 18.9926 16.807 21.2312 14.0455 21.2312H10.0455C7.28411 21.2312 5.04553 18.9926 5.04553 16.2312V16.0605ZM11.0455 10.2312V12.2312C11.0455 12.7835 10.5978 13.2312 10.0455 13.2312C9.49325 13.2312 9.04553 12.7835 9.04553 12.2312V10.2312C9.04553 9.67892 9.49325 9.2312 10.0455 9.2312C10.5978 9.2312 11.0455 9.67892 11.0455 10.2312ZM7.04553 11.2312V13.2312C7.04553 13.7835 6.59782 14.2312 6.04553 14.2312C5.49325 14.2312 5.04553 13.7835 5.04553 13.2312V11.2312C5.04553 10.6789 5.49325 10.2312 6.04553 10.2312C6.59782 10.2312 7.04553 10.6789 7.04553 11.2312ZM17.0455 10.9293V4.2312C17.0455 3.67892 17.4932 3.2312 18.0455 3.2312C18.5978 3.2312 19.0455 3.67892 19.0455 4.2312V12.9293L17.0455 10.9293ZM15.0455 9.85535C14.3718 9.75004 13.6726 9.84667 13.0455 10.1452V9.32507C13.0455 8.77279 13.4932 8.32507 14.0455 8.32507C14.5978 8.32507 15.0455 8.77279 15.0455 9.32507V9.85535Z",
|
|
2831
2815
|
fill: color
|
|
2832
2816
|
}));
|
|
2833
2817
|
};
|
|
2834
2818
|
|
|
2835
|
-
exports.
|
|
2819
|
+
exports.PointUp = PointUp;
|
|
2836
2820
|
|
|
2837
|
-
var
|
|
2821
|
+
var Print = function Print(_ref129) {
|
|
2838
2822
|
var className = _ref129.className,
|
|
2839
2823
|
_ref129$color = _ref129.color,
|
|
2840
2824
|
color = _ref129$color === void 0 ? 'currentColor' : _ref129$color,
|
|
2841
2825
|
size = _ref129.size,
|
|
2842
2826
|
_ref129$label = _ref129.label,
|
|
2843
|
-
label = _ref129$label === void 0 ? '
|
|
2827
|
+
label = _ref129$label === void 0 ? 'Print' : _ref129$label;
|
|
2844
2828
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2845
2829
|
className: className,
|
|
2846
2830
|
size: size
|
|
2847
2831
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2848
|
-
|
|
2832
|
+
fillRule: "evenodd",
|
|
2833
|
+
clipRule: "evenodd",
|
|
2834
|
+
d: "M8 2C6.89543 2 6 2.89543 6 4V6H5C3.34315 6 2 7.34315 2 9V15C2 15.5523 2.44772 16 3 16C3.55228 16 4 15.5523 4 15V9C4 8.44772 4.44772 8 5 8H19C19.5523 8 20 8.44772 20 9V15C20 15.5523 20.4477 16 21 16C21.5523 16 22 15.5523 22 15V9C22 7.34315 20.6569 6 19 6H18V4C18 2.89543 17.1046 2 16 2H8ZM16 6V4H8V6H16Z",
|
|
2835
|
+
fill: color
|
|
2836
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2837
|
+
fillRule: "evenodd",
|
|
2838
|
+
clipRule: "evenodd",
|
|
2839
|
+
d: "M7 14C6.44772 14 6 14.4477 6 15V21C6 21.5523 6.44771 22 7 22H17C17.5523 22 18 21.5523 18 21V15C18 14.4477 17.5523 14 17 14H7ZM8 16V20H16V16H8Z",
|
|
2840
|
+
fill: color
|
|
2841
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2842
|
+
d: "M17 12C17.5523 12 18 11.5523 18 11C18 10.4477 17.5523 10 17 10C16.4477 10 16 10.4477 16 11C16 11.5523 16.4477 12 17 12Z",
|
|
2849
2843
|
fill: color
|
|
2850
2844
|
}));
|
|
2851
2845
|
};
|
|
2852
2846
|
|
|
2853
|
-
exports.
|
|
2847
|
+
exports.Print = Print;
|
|
2854
2848
|
|
|
2855
|
-
var
|
|
2849
|
+
var RadioButtonOff = function RadioButtonOff(_ref130) {
|
|
2856
2850
|
var className = _ref130.className,
|
|
2857
2851
|
_ref130$color = _ref130.color,
|
|
2858
2852
|
color = _ref130$color === void 0 ? 'currentColor' : _ref130$color,
|
|
2859
2853
|
size = _ref130.size,
|
|
2860
2854
|
_ref130$label = _ref130.label,
|
|
2861
|
-
label = _ref130$label === void 0 ? '
|
|
2855
|
+
label = _ref130$label === void 0 ? 'Inactive radio button' : _ref130$label;
|
|
2862
2856
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2863
2857
|
className: className,
|
|
2864
2858
|
size: size
|
|
2865
2859
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2866
|
-
d: "
|
|
2860
|
+
d: "M12.6176 4.25916C17.0358 4.25916 20.6176 7.84088 20.6176 12.2592C20.6176 16.6774 17.0358 20.2592 12.6176 20.2592C8.19928 20.2592 4.61755 16.6774 4.61755 12.2592C4.61755 7.84088 8.19928 4.25916 12.6176 4.25916ZM2.61755 12.2592C2.61755 17.782 7.09471 22.2592 12.6176 22.2592C18.1404 22.2592 22.6176 17.782 22.6176 12.2592C22.6176 6.73631 18.1404 2.25916 12.6176 2.25916C7.09471 2.25916 2.61755 6.73631 2.61755 12.2592Z",
|
|
2867
2861
|
fill: color
|
|
2868
2862
|
}));
|
|
2869
2863
|
};
|
|
2870
2864
|
|
|
2871
|
-
exports.
|
|
2865
|
+
exports.RadioButtonOff = RadioButtonOff;
|
|
2872
2866
|
|
|
2873
|
-
var
|
|
2867
|
+
var RadioButtonOn = function RadioButtonOn(_ref131) {
|
|
2874
2868
|
var className = _ref131.className,
|
|
2875
2869
|
_ref131$color = _ref131.color,
|
|
2876
2870
|
color = _ref131$color === void 0 ? 'currentColor' : _ref131$color,
|
|
2877
2871
|
size = _ref131.size,
|
|
2878
2872
|
_ref131$label = _ref131.label,
|
|
2879
|
-
label = _ref131$label === void 0 ? '
|
|
2873
|
+
label = _ref131$label === void 0 ? 'Active radio button' : _ref131$label;
|
|
2880
2874
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2881
2875
|
className: className,
|
|
2882
2876
|
size: size
|
|
2883
2877
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2884
|
-
d: "
|
|
2878
|
+
d: "M12.2007 2.25916C6.67784 2.25916 2.20068 6.73631 2.20068 12.2592C2.20068 17.782 6.67784 22.2592 12.2007 22.2592C17.7235 22.2592 22.2007 17.782 22.2007 12.2592C22.2007 6.73631 17.7235 2.25916 12.2007 2.25916ZM12.2007 16.2592C9.99154 16.2592 8.20068 14.4683 8.20068 12.2592C8.20068 10.05 9.99154 8.25916 12.2007 8.25916C14.4098 8.25916 16.2007 10.05 16.2007 12.2592C16.2007 14.4683 14.4098 16.2592 12.2007 16.2592Z",
|
|
2885
2879
|
fill: color
|
|
2886
2880
|
}));
|
|
2887
2881
|
};
|
|
2888
2882
|
|
|
2889
|
-
exports.
|
|
2883
|
+
exports.RadioButtonOn = RadioButtonOn;
|
|
2890
2884
|
|
|
2891
|
-
var
|
|
2885
|
+
var Record = function Record(_ref132) {
|
|
2892
2886
|
var className = _ref132.className,
|
|
2893
2887
|
_ref132$color = _ref132.color,
|
|
2894
2888
|
color = _ref132$color === void 0 ? 'currentColor' : _ref132$color,
|
|
2895
2889
|
size = _ref132.size,
|
|
2896
2890
|
_ref132$label = _ref132.label,
|
|
2897
|
-
label = _ref132$label === void 0 ? '
|
|
2891
|
+
label = _ref132$label === void 0 ? 'Record' : _ref132$label;
|
|
2898
2892
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2899
2893
|
className: className,
|
|
2900
2894
|
size: size
|
|
2901
2895
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2902
|
-
d: "
|
|
2896
|
+
d: "M21.3096 12.9819C21.3096 17.9525 17.2801 21.9819 12.3096 21.9819C7.33901 21.9819 3.30957 17.9525 3.30957 12.9819C3.30957 8.01137 7.33901 3.98193 12.3096 3.98193C17.2801 3.98193 21.3096 8.01137 21.3096 12.9819Z",
|
|
2903
2897
|
fill: color
|
|
2904
2898
|
}));
|
|
2905
2899
|
};
|
|
2906
2900
|
|
|
2907
|
-
exports.
|
|
2901
|
+
exports.Record = Record;
|
|
2908
2902
|
|
|
2909
|
-
var
|
|
2903
|
+
var Refresh = function Refresh(_ref133) {
|
|
2910
2904
|
var className = _ref133.className,
|
|
2911
2905
|
_ref133$color = _ref133.color,
|
|
2912
2906
|
color = _ref133$color === void 0 ? 'currentColor' : _ref133$color,
|
|
2913
2907
|
size = _ref133.size,
|
|
2914
2908
|
_ref133$label = _ref133.label,
|
|
2915
|
-
label = _ref133$label === void 0 ? '
|
|
2909
|
+
label = _ref133$label === void 0 ? 'Refresh' : _ref133$label;
|
|
2916
2910
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2917
2911
|
className: className,
|
|
2918
2912
|
size: size
|
|
2919
2913
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2920
|
-
d: "
|
|
2914
|
+
d: "M18.1206 12.0604L16.8428 10.7826C16.4523 10.3921 15.8192 10.3921 15.4286 10.7826C15.0381 11.1732 15.0381 11.8063 15.4286 12.1969L18.4286 15.1969C18.8192 15.5874 19.4523 15.5874 19.8428 15.1969L22.8428 12.1969C23.2334 11.8063 23.2334 11.1732 22.8428 10.7826C22.4523 10.3921 21.8192 10.3921 21.4286 10.7826L20.1257 12.0856C19.9152 7.85508 16.4185 4.48975 12.1357 4.48975C7.71746 4.48975 4.13574 8.07147 4.13574 12.4897C4.13574 16.908 7.71746 20.4897 12.1357 20.4897C12.688 20.4897 13.1357 20.042 13.1357 19.4897C13.1357 18.9375 12.688 18.4897 12.1357 18.4897C8.82203 18.4897 6.13574 15.8035 6.13574 12.4897C6.13574 9.17604 8.82203 6.48975 12.1357 6.48975C15.3051 6.48975 17.9005 8.94708 18.1206 12.0604Z",
|
|
2921
2915
|
fill: color
|
|
2922
2916
|
}));
|
|
2923
2917
|
};
|
|
2924
2918
|
|
|
2925
|
-
exports.
|
|
2919
|
+
exports.Refresh = Refresh;
|
|
2926
2920
|
|
|
2927
|
-
var
|
|
2921
|
+
var Replay = function Replay(_ref134) {
|
|
2928
2922
|
var className = _ref134.className,
|
|
2929
2923
|
_ref134$color = _ref134.color,
|
|
2930
2924
|
color = _ref134$color === void 0 ? 'currentColor' : _ref134$color,
|
|
2931
2925
|
size = _ref134.size,
|
|
2932
2926
|
_ref134$label = _ref134.label,
|
|
2933
|
-
label = _ref134$label === void 0 ? '
|
|
2927
|
+
label = _ref134$label === void 0 ? 'Replay' : _ref134$label;
|
|
2934
2928
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2935
2929
|
className: className,
|
|
2936
2930
|
size: size
|
|
2937
2931
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2938
|
-
d: "
|
|
2932
|
+
d: "M6.38988 11.8155L7.66765 10.5378C8.05817 10.1472 8.69134 10.1472 9.08186 10.5378C9.47239 10.9283 9.47239 11.5615 9.08186 11.952L6.08186 14.952C5.69134 15.3425 5.05817 15.3425 4.66765 14.952L1.66765 11.952C1.27712 11.5615 1.27712 10.9283 1.66765 10.5378C2.05817 10.1472 2.69134 10.1472 3.08186 10.5378L4.38479 11.8407C4.5953 7.61021 8.09202 4.24487 12.3748 4.24487C16.793 4.24487 20.3748 7.82659 20.3748 12.2449C20.3748 16.6631 16.793 20.2449 12.3748 20.2449C11.8225 20.2449 11.3748 19.7972 11.3748 19.2449C11.3748 18.6926 11.8225 18.2449 12.3748 18.2449C15.6885 18.2449 18.3748 15.5586 18.3748 12.2449C18.3748 8.93116 15.6885 6.24487 12.3748 6.24487C9.20541 6.24487 6.61 8.70221 6.38988 11.8155Z",
|
|
2939
2933
|
fill: color
|
|
2940
2934
|
}));
|
|
2941
2935
|
};
|
|
2942
2936
|
|
|
2943
|
-
exports.
|
|
2937
|
+
exports.Replay = Replay;
|
|
2944
2938
|
|
|
2945
|
-
var
|
|
2939
|
+
var Rewind = function Rewind(_ref135) {
|
|
2946
2940
|
var className = _ref135.className,
|
|
2947
2941
|
_ref135$color = _ref135.color,
|
|
2948
2942
|
color = _ref135$color === void 0 ? 'currentColor' : _ref135$color,
|
|
2949
2943
|
size = _ref135.size,
|
|
2950
2944
|
_ref135$label = _ref135.label,
|
|
2951
|
-
label = _ref135$label === void 0 ? '
|
|
2945
|
+
label = _ref135$label === void 0 ? 'Rewind' : _ref135$label;
|
|
2952
2946
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2953
2947
|
className: className,
|
|
2954
2948
|
size: size
|
|
2955
2949
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2956
|
-
d: "
|
|
2950
|
+
d: "M2.14245 11.2608C1.66948 11.5923 1.66948 12.4075 2.14245 12.739L10.7033 18.7402C11.183 19.0765 11.7877 18.6643 11.7877 18.0011L11.7877 12.0003C11.7878 12.2869 11.9061 12.5733 12.1424 12.739L20.7033 18.7402C21.183 19.0765 21.7877 18.6643 21.7877 18.0011V5.9987C21.7877 5.33549 21.183 4.92333 20.7033 5.25959L12.1424 11.2608C11.9061 11.4265 11.7878 11.7138 11.7877 12.0003L11.7877 5.9987C11.7877 5.33549 11.183 4.92333 10.7033 5.25959L2.14245 11.2608Z",
|
|
2957
2951
|
fill: color
|
|
2958
2952
|
}));
|
|
2959
2953
|
};
|
|
2960
2954
|
|
|
2961
|
-
exports.
|
|
2955
|
+
exports.Rewind = Rewind;
|
|
2962
2956
|
|
|
2963
|
-
var
|
|
2957
|
+
var Save = function Save(_ref136) {
|
|
2964
2958
|
var className = _ref136.className,
|
|
2965
2959
|
_ref136$color = _ref136.color,
|
|
2966
2960
|
color = _ref136$color === void 0 ? 'currentColor' : _ref136$color,
|
|
2967
2961
|
size = _ref136.size,
|
|
2968
2962
|
_ref136$label = _ref136.label,
|
|
2969
|
-
label = _ref136$label === void 0 ? '
|
|
2963
|
+
label = _ref136$label === void 0 ? 'Save' : _ref136$label;
|
|
2970
2964
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2971
2965
|
className: className,
|
|
2972
2966
|
size: size
|
|
2973
2967
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2974
|
-
d: "
|
|
2968
|
+
d: "M5 2.48975C3.34315 2.48975 2 3.83289 2 5.48975V19.4897C2 21.1466 3.34315 22.4897 5 22.4897H19C20.6569 22.4897 22 21.1466 22 19.4897V7.31817C22 6.78774 21.7893 6.27903 21.4142 5.90396L18.5858 3.07553C18.2107 2.70046 17.702 2.48975 17.1716 2.48975H5ZM18 20.4897V13.4897C18 12.3852 17.1046 11.4897 16 11.4897L8 11.4897C6.89543 11.4897 6 12.3852 6 13.4897L6 20.4897L5 20.4897C4.44772 20.4897 4 20.042 4 19.4897V5.48975C4 4.93746 4.44771 4.48975 5 4.48975H7.5V6.48975C7.5 7.59432 8.39543 8.48975 9.5 8.48975H14.5C15.6046 8.48975 16.5 7.59432 16.5 6.48975V4.48975H17.1716L20 7.31817V19.4897C20 20.042 19.5523 20.4897 19 20.4897H18ZM16 20.4897H8L8 13.4897L16 13.4897L16 20.4897ZM9.5 6.48975V4.48975H14.5V6.48975H9.5Z",
|
|
2975
2969
|
fill: color
|
|
2976
2970
|
}));
|
|
2977
2971
|
};
|
|
2978
2972
|
|
|
2979
|
-
exports.
|
|
2973
|
+
exports.Save = Save;
|
|
2980
2974
|
|
|
2981
|
-
var
|
|
2975
|
+
var ScrollArrowDown = function ScrollArrowDown(_ref137) {
|
|
2982
2976
|
var className = _ref137.className,
|
|
2983
2977
|
_ref137$color = _ref137.color,
|
|
2984
2978
|
color = _ref137$color === void 0 ? 'currentColor' : _ref137$color,
|
|
2985
2979
|
size = _ref137.size,
|
|
2986
2980
|
_ref137$label = _ref137.label,
|
|
2987
|
-
label = _ref137$label === void 0 ? '
|
|
2981
|
+
label = _ref137$label === void 0 ? 'Arrow down' : _ref137$label;
|
|
2988
2982
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
2989
2983
|
className: className,
|
|
2990
2984
|
size: size
|
|
2991
2985
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
2992
|
-
d: "
|
|
2986
|
+
d: "M8.10911 12.0064C7.42255 11.3297 7.9088 10.1727 8.87975 10.1727H16.6957C17.6666 10.1727 18.1529 11.3297 17.4663 12.0064L13.5584 15.8581C13.1327 16.2776 12.4427 16.2776 12.0171 15.8581L8.10911 12.0064Z",
|
|
2993
2987
|
fill: color
|
|
2994
2988
|
}));
|
|
2995
2989
|
};
|
|
2996
2990
|
|
|
2997
|
-
exports.
|
|
2991
|
+
exports.ScrollArrowDown = ScrollArrowDown;
|
|
2998
2992
|
|
|
2999
|
-
var
|
|
2993
|
+
var ScrollArrowUp = function ScrollArrowUp(_ref138) {
|
|
3000
2994
|
var className = _ref138.className,
|
|
3001
2995
|
_ref138$color = _ref138.color,
|
|
3002
2996
|
color = _ref138$color === void 0 ? 'currentColor' : _ref138$color,
|
|
3003
2997
|
size = _ref138.size,
|
|
3004
2998
|
_ref138$label = _ref138.label,
|
|
3005
|
-
label = _ref138$label === void 0 ? '
|
|
2999
|
+
label = _ref138$label === void 0 ? 'Arrow up' : _ref138$label;
|
|
3006
3000
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3007
3001
|
className: className,
|
|
3008
3002
|
size: size
|
|
3009
3003
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
3010
|
-
|
|
3011
|
-
clipRule: "evenodd",
|
|
3012
|
-
d: "M17 11C19.2091 11 21 9.20914 21 7C21 4.79086 19.2091 3 17 3C14.7909 3 13 4.79086 13 7C13 9.20914 14.7909 11 17 11ZM17 9C18.1046 9 19 8.10457 19 7C19 5.89543 18.1046 5 17 5C15.8954 5 15 5.89543 15 7C15 8.10457 15.8954 9 17 9Z",
|
|
3013
|
-
fill: color
|
|
3014
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
3015
|
-
d: "M17 15C14.7909 15 13 16.7909 13 19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19C11 15.6863 13.6863 13 17 13C20.3137 13 23 15.6863 23 19C23 19.5523 22.5523 20 22 20C21.4477 20 21 19.5523 21 19C21 16.7909 19.2091 15 17 15Z",
|
|
3016
|
-
fill: color
|
|
3017
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
3018
|
-
d: "M8.17 12.5925L2 12.5925C1.45 12.5925 1 12.1425 1 11.5925C1 11.0425 1.45 10.5925 2 10.5925L8.17 10.5925L6.29 8.7025C5.9 8.3125 5.9 7.6825 6.29 7.2925C6.68 6.9025 7.31 6.9025 7.7 7.2925L11.29 10.8825C11.68 11.2725 11.68 11.9025 11.29 12.2925L7.7 15.8825C7.31 16.2725 6.68 16.2725 6.29 15.8825C5.9 15.4925 5.9 14.8625 6.29 14.4725L8.17 12.5925Z",
|
|
3004
|
+
d: "M16.8793 12.339C17.5659 13.0157 17.0796 14.1727 16.1086 14.1727L8.29272 14.1727C7.32177 14.1727 6.83551 13.0157 7.52208 12.339L11.43 8.48734C11.8557 8.06786 12.5457 8.06786 12.9713 8.48734L16.8793 12.339Z",
|
|
3019
3005
|
fill: color
|
|
3020
3006
|
}));
|
|
3021
3007
|
};
|
|
3022
3008
|
|
|
3023
|
-
exports.
|
|
3009
|
+
exports.ScrollArrowUp = ScrollArrowUp;
|
|
3024
3010
|
|
|
3025
|
-
var
|
|
3011
|
+
var Search = function Search(_ref139) {
|
|
3026
3012
|
var className = _ref139.className,
|
|
3027
3013
|
_ref139$color = _ref139.color,
|
|
3028
3014
|
color = _ref139$color === void 0 ? 'currentColor' : _ref139$color,
|
|
3029
3015
|
size = _ref139.size,
|
|
3030
3016
|
_ref139$label = _ref139.label,
|
|
3031
|
-
label = _ref139$label === void 0 ? '
|
|
3017
|
+
label = _ref139$label === void 0 ? 'Search' : _ref139$label;
|
|
3032
3018
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3033
3019
|
className: className,
|
|
3034
3020
|
size: size
|
|
3035
3021
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
3036
|
-
d: "
|
|
3022
|
+
d: "M13.9144 15.0965L21.0151 22.1972C21.4057 22.5877 22.0388 22.5877 22.4293 22.1972C22.8199 21.8067 22.8199 21.1735 22.4293 20.783L15.3287 13.6824C16.2041 12.5137 16.7227 11.0623 16.7227 9.48975C16.7227 5.62375 13.5886 2.48975 9.72266 2.48975C5.85666 2.48975 2.72266 5.62375 2.72266 9.48975C2.72266 13.3557 5.85666 16.4897 9.72266 16.4897C11.2948 16.4897 12.7459 15.9715 13.9144 15.0965ZM14.7227 9.48975C14.7227 12.2512 12.4841 14.4897 9.72266 14.4897C6.96123 14.4897 4.72266 12.2512 4.72266 9.48975C4.72266 6.72832 6.96123 4.48975 9.72266 4.48975C12.4841 4.48975 14.7227 6.72832 14.7227 9.48975Z",
|
|
3037
3023
|
fill: color
|
|
3038
3024
|
}));
|
|
3039
3025
|
};
|
|
3040
3026
|
|
|
3041
|
-
exports.
|
|
3027
|
+
exports.Search = Search;
|
|
3042
3028
|
|
|
3043
|
-
var
|
|
3029
|
+
var SendTo = function SendTo(_ref140) {
|
|
3044
3030
|
var className = _ref140.className,
|
|
3045
3031
|
_ref140$color = _ref140.color,
|
|
3046
3032
|
color = _ref140$color === void 0 ? 'currentColor' : _ref140$color,
|
|
3047
3033
|
size = _ref140.size,
|
|
3048
3034
|
_ref140$label = _ref140.label,
|
|
3049
|
-
label = _ref140$label === void 0 ? '
|
|
3035
|
+
label = _ref140$label === void 0 ? 'SendTo' : _ref140$label;
|
|
3050
3036
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3051
3037
|
className: className,
|
|
3052
|
-
size: size
|
|
3053
|
-
viewBox: "0 0 25 24"
|
|
3038
|
+
size: size
|
|
3054
3039
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
3055
|
-
|
|
3040
|
+
fillRule: "evenodd",
|
|
3041
|
+
clipRule: "evenodd",
|
|
3042
|
+
d: "M17 11C19.2091 11 21 9.20914 21 7C21 4.79086 19.2091 3 17 3C14.7909 3 13 4.79086 13 7C13 9.20914 14.7909 11 17 11ZM17 9C18.1046 9 19 8.10457 19 7C19 5.89543 18.1046 5 17 5C15.8954 5 15 5.89543 15 7C15 8.10457 15.8954 9 17 9Z",
|
|
3056
3043
|
fill: color
|
|
3057
3044
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3058
|
-
d: "
|
|
3045
|
+
d: "M17 15C14.7909 15 13 16.7909 13 19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19C11 15.6863 13.6863 13 17 13C20.3137 13 23 15.6863 23 19C23 19.5523 22.5523 20 22 20C21.4477 20 21 19.5523 21 19C21 16.7909 19.2091 15 17 15Z",
|
|
3059
3046
|
fill: color
|
|
3060
3047
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3061
|
-
d: "
|
|
3048
|
+
d: "M8.17 12.5925L2 12.5925C1.45 12.5925 1 12.1425 1 11.5925C1 11.0425 1.45 10.5925 2 10.5925L8.17 10.5925L6.29 8.7025C5.9 8.3125 5.9 7.6825 6.29 7.2925C6.68 6.9025 7.31 6.9025 7.7 7.2925L11.29 10.8825C11.68 11.2725 11.68 11.9025 11.29 12.2925L7.7 15.8825C7.31 16.2725 6.68 16.2725 6.29 15.8825C5.9 15.4925 5.9 14.8625 6.29 14.4725L8.17 12.5925Z",
|
|
3062
3049
|
fill: color
|
|
3063
3050
|
}));
|
|
3064
3051
|
};
|
|
3065
3052
|
|
|
3066
|
-
exports.
|
|
3053
|
+
exports.SendTo = SendTo;
|
|
3067
3054
|
|
|
3068
|
-
var
|
|
3055
|
+
var Share = function Share(_ref141) {
|
|
3069
3056
|
var className = _ref141.className,
|
|
3070
3057
|
_ref141$color = _ref141.color,
|
|
3071
3058
|
color = _ref141$color === void 0 ? 'currentColor' : _ref141$color,
|
|
3072
3059
|
size = _ref141.size,
|
|
3073
3060
|
_ref141$label = _ref141.label,
|
|
3074
|
-
label = _ref141$label === void 0 ? '
|
|
3061
|
+
label = _ref141$label === void 0 ? 'Share' : _ref141$label;
|
|
3075
3062
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3076
3063
|
className: className,
|
|
3077
3064
|
size: size
|
|
3078
3065
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
3079
|
-
d: "
|
|
3080
|
-
fill: color
|
|
3081
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
3082
|
-
d: "M17.5 6C16.9477 6 16.5 6.44772 16.5 7V17C16.5 17.5523 16.9477 18 17.5 18C18.0523 18 18.5 17.5523 18.5 17V7C18.5 6.44772 18.0523 6 17.5 6Z",
|
|
3066
|
+
d: "M20.8395 7.49041C21.9441 5.57724 21.2886 3.13088 19.3754 2.02631C17.4623 0.921743 15.0159 1.57724 13.9113 3.49041C13.3503 4.46208 13.2433 5.57128 13.5245 6.57238L8.16717 9.66545C7.93423 9.43888 7.6697 9.23723 7.37542 9.06733C5.46225 7.96276 3.01589 8.61826 1.91132 10.5314C0.806753 12.4446 1.46225 14.891 3.37542 15.9955C5.00767 16.9379 7.02803 16.5992 8.2721 15.2913L13.5448 18.3355C13.0191 20.0736 13.7349 22.0074 15.3754 22.9545C17.2886 24.0591 19.735 23.4036 20.8395 21.4904C21.9441 19.5772 21.2886 17.1309 19.3754 16.0263C17.7879 15.1097 15.8332 15.4051 14.5827 16.6253L9.24613 13.5442C9.43568 12.8215 9.41446 12.0708 9.20485 11.3757L14.5288 8.30196C14.7748 8.55075 15.0578 8.77112 15.3754 8.95452C17.2886 10.0591 19.735 9.40358 20.8395 7.49041ZM19.1075 6.49041C18.5552 7.447 17.332 7.77475 16.3754 7.22246C15.4188 6.67018 15.0911 5.447 15.6434 4.49041C16.1957 3.53383 17.4188 3.20608 18.3754 3.75836C19.332 4.31065 19.6598 5.53383 19.1075 6.49041ZM7.10747 13.5314C6.55519 14.488 5.33201 14.8158 4.37542 14.2635C3.41884 13.7112 3.09109 12.488 3.64337 11.5314C4.19566 10.5748 5.41884 10.2471 6.37542 10.7994C7.33201 11.3517 7.65976 12.5748 7.10747 13.5314ZM16.3754 21.2225C15.4188 20.6702 15.0911 19.447 15.6434 18.4904C16.1957 17.5338 17.4188 17.2061 18.3754 17.7584C19.332 18.3106 19.6598 19.5338 19.1075 20.4904C18.5552 21.447 17.332 21.7747 16.3754 21.2225Z",
|
|
3083
3067
|
fill: color
|
|
3084
3068
|
}));
|
|
3085
3069
|
};
|
|
3086
3070
|
|
|
3087
|
-
exports.
|
|
3071
|
+
exports.Share = Share;
|
|
3088
3072
|
|
|
3089
|
-
var
|
|
3073
|
+
var ShoppingCart = function ShoppingCart(_ref142) {
|
|
3090
3074
|
var className = _ref142.className,
|
|
3091
3075
|
_ref142$color = _ref142.color,
|
|
3092
3076
|
color = _ref142$color === void 0 ? 'currentColor' : _ref142$color,
|
|
3093
3077
|
size = _ref142.size,
|
|
3094
3078
|
_ref142$label = _ref142.label,
|
|
3095
|
-
label = _ref142$label === void 0 ? '
|
|
3079
|
+
label = _ref142$label === void 0 ? 'ShoppingCart' : _ref142$label;
|
|
3096
3080
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3097
3081
|
className: className,
|
|
3098
|
-
size: size
|
|
3082
|
+
size: size,
|
|
3083
|
+
viewBox: "0 0 25 24"
|
|
3099
3084
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
3100
|
-
d: "
|
|
3085
|
+
d: "M7.5857 13H15.0357L16.1357 15H5.1357C4.5857 15 4.1357 15.45 4.1357 16C4.1357 16.55 4.5857 17 5.1357 17H16.1357C17.6557 17 18.6157 15.37 17.8857 14.03L16.5357 11.59L20.1357 4H21.1357C21.6857 4 22.1357 3.55 22.1357 3C22.1357 2.45 21.6857 2 21.1357 2H19.4957C19.1157 2 18.7557 2.22 18.5957 2.57L17.9189 4H3.13574C2.58346 4 2.13574 4.44772 2.13574 5C2.13574 5.15295 2.17008 5.29788 2.23147 5.4275C2.24322 5.45344 2.25619 5.4791 2.27042 5.50439L5.83571 11.97C6.17571 12.59 6.8357 13 7.5857 13ZM4.82086 6H16.9723L14.6057 11H7.5857L4.82086 6Z",
|
|
3101
3086
|
fill: color
|
|
3102
3087
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3103
|
-
d: "
|
|
3088
|
+
d: "M5.6897 22C6.51812 22 7.1897 21.3284 7.1897 20.5C7.1897 19.6716 6.51812 19 5.6897 19C4.86127 19 4.1897 19.6716 4.1897 20.5C4.1897 21.3284 4.86127 22 5.6897 22Z",
|
|
3104
3089
|
fill: color
|
|
3105
3090
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3106
|
-
d: "
|
|
3091
|
+
d: "M15.6357 22C16.4642 22 17.1357 21.3284 17.1357 20.5C17.1357 19.6716 16.4642 19 15.6357 19C14.8073 19 14.1357 19.6716 14.1357 20.5C14.1357 21.3284 14.8073 22 15.6357 22Z",
|
|
3107
3092
|
fill: color
|
|
3108
3093
|
}));
|
|
3109
3094
|
};
|
|
3110
3095
|
|
|
3111
|
-
exports.
|
|
3096
|
+
exports.ShoppingCart = ShoppingCart;
|
|
3112
3097
|
|
|
3113
|
-
var
|
|
3098
|
+
var SkipForward = function SkipForward(_ref143) {
|
|
3114
3099
|
var className = _ref143.className,
|
|
3115
3100
|
_ref143$color = _ref143.color,
|
|
3116
3101
|
color = _ref143$color === void 0 ? 'currentColor' : _ref143$color,
|
|
3117
3102
|
size = _ref143.size,
|
|
3118
3103
|
_ref143$label = _ref143.label,
|
|
3119
|
-
label = _ref143$label === void 0 ? '
|
|
3104
|
+
label = _ref143$label === void 0 ? 'SkipForward' : _ref143$label;
|
|
3120
3105
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3121
3106
|
className: className,
|
|
3122
3107
|
size: size
|
|
3123
3108
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
3124
|
-
d: "
|
|
3125
|
-
fill: color
|
|
3126
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
3127
|
-
d: "M7 10C6.44772 10 6 10.4477 6 11C6 11.5523 6.44772 12 7 12H14C14.5523 12 15 11.5523 15 11C15 10.4477 14.5523 10 14 10H7Z",
|
|
3109
|
+
d: "M15.1985 12.6465C15.3995 12.5015 15.5 12.2507 15.5 12C15.5 11.7493 15.3995 11.4985 15.1985 11.3535L7.92174 6.10469C7.514 5.81058 7 6.17108 7 6.75114V17.2489C7 17.8289 7.514 18.1894 7.92173 17.8953L15.1985 12.6465Z",
|
|
3128
3110
|
fill: color
|
|
3129
3111
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3130
|
-
|
|
3131
|
-
clipRule: "evenodd",
|
|
3132
|
-
d: "M2 6C2 3.79086 3.79086 2 6 2H19C20.6569 2 22 3.34315 22 5V13C22 15.2091 20.2091 17 18 17H17V20.2967C17 22.1536 14.6899 23.0081 13.4815 21.5983L9.54007 17H6C3.79086 17 2 15.2091 2 13V6ZM6 4C4.89543 4 4 4.89543 4 6V13C4 14.1046 4.89543 15 6 15H9.54007C10.1239 15 10.6786 15.2551 11.0586 15.6984L15 20.2967V17C15 15.8954 15.8954 15 17 15H18C19.1046 15 20 14.1046 20 13V5C20 4.44772 19.5523 4 19 4H6Z",
|
|
3112
|
+
d: "M17.5 6C16.9477 6 16.5 6.44772 16.5 7V17C16.5 17.5523 16.9477 18 17.5 18C18.0523 18 18.5 17.5523 18.5 17V7C18.5 6.44772 18.0523 6 17.5 6Z",
|
|
3133
3113
|
fill: color
|
|
3134
3114
|
}));
|
|
3135
3115
|
};
|
|
3136
3116
|
|
|
3137
|
-
exports.
|
|
3117
|
+
exports.SkipForward = SkipForward;
|
|
3138
3118
|
|
|
3139
|
-
var
|
|
3119
|
+
var Sort = function Sort(_ref144) {
|
|
3140
3120
|
var className = _ref144.className,
|
|
3141
3121
|
_ref144$color = _ref144.color,
|
|
3142
3122
|
color = _ref144$color === void 0 ? 'currentColor' : _ref144$color,
|
|
3143
3123
|
size = _ref144.size,
|
|
3144
3124
|
_ref144$label = _ref144.label,
|
|
3145
|
-
label = _ref144$label === void 0 ? '
|
|
3125
|
+
label = _ref144$label === void 0 ? 'Sort' : _ref144$label;
|
|
3146
3126
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3147
3127
|
className: className,
|
|
3148
3128
|
size: size
|
|
3149
3129
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
3150
|
-
d: "
|
|
3130
|
+
d: "M22 7C22 7.55228 21.5523 8 21 8L3.00049 8C2.4482 8 2.00049 7.55229 2.00049 7C2.00049 6.44772 2.4482 6 3.00049 6H21C21.5523 6 22 6.44772 22 7Z",
|
|
3131
|
+
fill: color
|
|
3132
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3133
|
+
d: "M15 11.943C15 12.4953 14.5523 12.943 14 12.943L3.00049 12.943C2.4482 12.943 2.00049 12.4953 2.00049 11.943C2.00049 11.3907 2.4482 10.943 3.00049 10.943L14 10.943C14.5523 10.943 15 11.3907 15 11.943Z",
|
|
3134
|
+
fill: color
|
|
3135
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3136
|
+
d: "M3 16C2.44772 16 2 16.4477 2 17C2 17.5523 2.44772 18 3 18H7.99951C8.5518 18 8.99951 17.5523 8.99951 17C8.99951 16.4477 8.5518 16 7.99951 16H3Z",
|
|
3151
3137
|
fill: color
|
|
3152
3138
|
}));
|
|
3153
3139
|
};
|
|
3154
3140
|
|
|
3155
|
-
exports.
|
|
3141
|
+
exports.Sort = Sort;
|
|
3156
3142
|
|
|
3157
|
-
var
|
|
3143
|
+
var SpeechBuble = function SpeechBuble(_ref145) {
|
|
3158
3144
|
var className = _ref145.className,
|
|
3159
3145
|
_ref145$color = _ref145.color,
|
|
3160
3146
|
color = _ref145$color === void 0 ? 'currentColor' : _ref145$color,
|
|
3161
3147
|
size = _ref145.size,
|
|
3162
3148
|
_ref145$label = _ref145.label,
|
|
3163
|
-
label = _ref145$label === void 0 ? '
|
|
3149
|
+
label = _ref145$label === void 0 ? 'Speech buble' : _ref145$label;
|
|
3164
3150
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3165
3151
|
className: className,
|
|
3166
3152
|
size: size
|
|
3167
3153
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
3168
|
-
d: "
|
|
3154
|
+
d: "M6 7C6 6.44772 6.44772 6 7 6H17C17.5523 6 18 6.44772 18 7C18 7.55228 17.5523 8 17 8H7C6.44772 8 6 7.55228 6 7Z",
|
|
3155
|
+
fill: color
|
|
3156
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3157
|
+
d: "M7 10C6.44772 10 6 10.4477 6 11C6 11.5523 6.44772 12 7 12H14C14.5523 12 15 11.5523 15 11C15 10.4477 14.5523 10 14 10H7Z",
|
|
3158
|
+
fill: color
|
|
3159
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3160
|
+
fillRule: "evenodd",
|
|
3161
|
+
clipRule: "evenodd",
|
|
3162
|
+
d: "M2 6C2 3.79086 3.79086 2 6 2H19C20.6569 2 22 3.34315 22 5V13C22 15.2091 20.2091 17 18 17H17V20.2967C17 22.1536 14.6899 23.0081 13.4815 21.5983L9.54007 17H6C3.79086 17 2 15.2091 2 13V6ZM6 4C4.89543 4 4 4.89543 4 6V13C4 14.1046 4.89543 15 6 15H9.54007C10.1239 15 10.6786 15.2551 11.0586 15.6984L15 20.2967V17C15 15.8954 15.8954 15 17 15H18C19.1046 15 20 14.1046 20 13V5C20 4.44772 19.5523 4 19 4H6Z",
|
|
3169
3163
|
fill: color
|
|
3170
3164
|
}));
|
|
3171
3165
|
};
|
|
3172
3166
|
|
|
3173
|
-
exports.
|
|
3167
|
+
exports.SpeechBuble = SpeechBuble;
|
|
3174
3168
|
|
|
3175
|
-
var
|
|
3169
|
+
var StarFilled = function StarFilled(_ref146) {
|
|
3176
3170
|
var className = _ref146.className,
|
|
3177
3171
|
_ref146$color = _ref146.color,
|
|
3178
3172
|
color = _ref146$color === void 0 ? 'currentColor' : _ref146$color,
|
|
3179
3173
|
size = _ref146.size,
|
|
3180
3174
|
_ref146$label = _ref146.label,
|
|
3181
|
-
label = _ref146$label === void 0 ? '
|
|
3175
|
+
label = _ref146$label === void 0 ? 'StartFilled' : _ref146$label;
|
|
3182
3176
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3183
3177
|
className: className,
|
|
3184
3178
|
size: size
|
|
3185
3179
|
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
3186
|
-
d: "
|
|
3180
|
+
d: "M11.3252 2.70709C11.6932 1.96222 12.7565 1.96222 13.1245 2.70709L15.7465 8.01439C15.8926 8.31018 16.1751 8.51519 16.5018 8.56263L22.3648 9.41369C23.1877 9.53314 23.5162 10.5433 22.9208 11.1231L18.6783 15.2543C18.4419 15.4845 18.334 15.8162 18.3898 16.1413L19.3913 21.9746C19.5319 22.7933 18.6717 23.4176 17.9357 23.0311L12.6917 20.277C12.3994 20.1235 12.0503 20.1235 11.758 20.277L6.51401 23.0311C5.77803 23.4176 4.91784 22.7933 5.0584 21.9746L6.05992 16.1413C6.11574 15.8162 6.00784 15.4845 5.7714 15.2543L1.52891 11.1231C0.933485 10.5433 1.26205 9.53314 2.0849 9.41369L7.94788 8.56263C8.27463 8.51519 8.55711 8.31018 8.70324 8.01439L11.3252 2.70709Z",
|
|
3187
3181
|
fill: color
|
|
3188
3182
|
}));
|
|
3189
3183
|
};
|
|
3190
3184
|
|
|
3191
|
-
exports.
|
|
3185
|
+
exports.StarFilled = StarFilled;
|
|
3192
3186
|
|
|
3193
|
-
var
|
|
3187
|
+
var StarOutlined = function StarOutlined(_ref147) {
|
|
3194
3188
|
var className = _ref147.className,
|
|
3195
3189
|
_ref147$color = _ref147.color,
|
|
3196
3190
|
color = _ref147$color === void 0 ? 'currentColor' : _ref147$color,
|
|
3197
3191
|
size = _ref147.size,
|
|
3198
3192
|
_ref147$label = _ref147.label,
|
|
3199
|
-
label = _ref147$label === void 0 ? '
|
|
3193
|
+
label = _ref147$label === void 0 ? 'StartOutlined' : _ref147$label;
|
|
3194
|
+
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3195
|
+
className: className,
|
|
3196
|
+
size: size
|
|
3197
|
+
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
3198
|
+
d: "M12.6379 5.40151L14.3664 8.90025C14.8043 9.78662 15.6502 10.4 16.6276 10.5419L20.4884 11.1023L17.6961 13.8214C16.988 14.5109 16.6644 15.505 16.8317 16.4798L17.4913 20.3217L14.0347 18.5063C13.1602 18.047 12.1157 18.047 11.2412 18.5063L7.78454 20.3217L8.44416 16.4798C8.61152 15.505 8.28789 14.5109 7.57977 13.8214L4.78744 11.1023L8.64827 10.5419C9.62565 10.4 10.4715 9.78661 10.9094 8.90025L12.6379 5.40151ZM13.5376 2.70709C13.1696 1.96222 12.1063 1.96222 11.7383 2.70709L9.11632 8.01439C8.97019 8.31018 8.68772 8.51519 8.36096 8.56263L2.49799 9.41369C1.67513 9.53314 1.34657 10.5433 1.94199 11.1231L6.18448 15.2543C6.42093 15.4845 6.52882 15.8162 6.473 16.1413L5.47149 21.9746C5.33093 22.7933 6.19111 23.4176 6.9271 23.0311L12.1711 20.277C12.4634 20.1235 12.8125 20.1235 13.1048 20.277L18.3488 23.0311C19.0848 23.4176 19.945 22.7933 19.8044 21.9746L18.8029 16.1413C18.7471 15.8162 18.855 15.4845 19.0914 15.2543L23.3339 11.1231C23.9293 10.5433 23.6007 9.53314 22.7779 9.41369L16.9149 8.56263C16.5882 8.51519 16.3057 8.31018 16.1596 8.01439L13.5376 2.70709Z",
|
|
3199
|
+
fill: color
|
|
3200
|
+
}));
|
|
3201
|
+
};
|
|
3202
|
+
|
|
3203
|
+
exports.StarOutlined = StarOutlined;
|
|
3204
|
+
|
|
3205
|
+
var Stop = function Stop(_ref148) {
|
|
3206
|
+
var className = _ref148.className,
|
|
3207
|
+
_ref148$color = _ref148.color,
|
|
3208
|
+
color = _ref148$color === void 0 ? 'currentColor' : _ref148$color,
|
|
3209
|
+
size = _ref148.size,
|
|
3210
|
+
_ref148$label = _ref148.label,
|
|
3211
|
+
label = _ref148$label === void 0 ? 'Stop' : _ref148$label;
|
|
3212
|
+
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3213
|
+
className: className,
|
|
3214
|
+
size: size
|
|
3215
|
+
}, /*#__PURE__*/React.createElement("title", null, label), /*#__PURE__*/React.createElement("path", {
|
|
3216
|
+
d: "M4.61365 5.24487C4.61365 4.69259 5.06136 4.24487 5.61365 4.24487H19.6136C20.1659 4.24487 20.6136 4.69259 20.6136 5.24487V19.2449C20.6136 19.7972 20.1659 20.2449 19.6136 20.2449H5.61365C5.06136 20.2449 4.61365 19.7972 4.61365 19.2449V5.24487Z",
|
|
3217
|
+
fill: color
|
|
3218
|
+
}));
|
|
3219
|
+
};
|
|
3220
|
+
|
|
3221
|
+
exports.Stop = Stop;
|
|
3222
|
+
|
|
3223
|
+
var SUN = function SUN(_ref149) {
|
|
3224
|
+
var className = _ref149.className,
|
|
3225
|
+
_ref149$color = _ref149.color,
|
|
3226
|
+
color = _ref149$color === void 0 ? 'currentColor' : _ref149$color,
|
|
3227
|
+
size = _ref149.size,
|
|
3228
|
+
_ref149$label = _ref149.label,
|
|
3229
|
+
label = _ref149$label === void 0 ? 'Sun' : _ref149$label;
|
|
3200
3230
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3201
3231
|
className: className,
|
|
3202
3232
|
size: size
|
|
@@ -3226,13 +3256,13 @@ var SUN = function SUN(_ref147) {
|
|
|
3226
3256
|
|
|
3227
3257
|
exports.SUN = SUN;
|
|
3228
3258
|
|
|
3229
|
-
var Support = function Support(
|
|
3230
|
-
var className =
|
|
3231
|
-
|
|
3232
|
-
color =
|
|
3233
|
-
size =
|
|
3234
|
-
|
|
3235
|
-
label =
|
|
3259
|
+
var Support = function Support(_ref150) {
|
|
3260
|
+
var className = _ref150.className,
|
|
3261
|
+
_ref150$color = _ref150.color,
|
|
3262
|
+
color = _ref150$color === void 0 ? 'currentColor' : _ref150$color,
|
|
3263
|
+
size = _ref150.size,
|
|
3264
|
+
_ref150$label = _ref150.label,
|
|
3265
|
+
label = _ref150$label === void 0 ? 'Support' : _ref150$label;
|
|
3236
3266
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3237
3267
|
className: className,
|
|
3238
3268
|
size: size
|
|
@@ -3244,13 +3274,13 @@ var Support = function Support(_ref148) {
|
|
|
3244
3274
|
|
|
3245
3275
|
exports.Support = Support;
|
|
3246
3276
|
|
|
3247
|
-
var SwitchApp = function SwitchApp(
|
|
3248
|
-
var className =
|
|
3249
|
-
|
|
3250
|
-
color =
|
|
3251
|
-
size =
|
|
3252
|
-
|
|
3253
|
-
label =
|
|
3277
|
+
var SwitchApp = function SwitchApp(_ref151) {
|
|
3278
|
+
var className = _ref151.className,
|
|
3279
|
+
_ref151$color = _ref151.color,
|
|
3280
|
+
color = _ref151$color === void 0 ? 'currentColor' : _ref151$color,
|
|
3281
|
+
size = _ref151.size,
|
|
3282
|
+
_ref151$label = _ref151.label,
|
|
3283
|
+
label = _ref151$label === void 0 ? 'Switch app' : _ref151$label;
|
|
3254
3284
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3255
3285
|
className: className,
|
|
3256
3286
|
size: size
|
|
@@ -3286,13 +3316,13 @@ var SwitchApp = function SwitchApp(_ref149) {
|
|
|
3286
3316
|
|
|
3287
3317
|
exports.SwitchApp = SwitchApp;
|
|
3288
3318
|
|
|
3289
|
-
var TechnicalWarning = function TechnicalWarning(
|
|
3290
|
-
var className =
|
|
3291
|
-
|
|
3292
|
-
color =
|
|
3293
|
-
size =
|
|
3294
|
-
|
|
3295
|
-
label =
|
|
3319
|
+
var TechnicalWarning = function TechnicalWarning(_ref152) {
|
|
3320
|
+
var className = _ref152.className,
|
|
3321
|
+
_ref152$color = _ref152.color,
|
|
3322
|
+
color = _ref152$color === void 0 ? 'currentColor' : _ref152$color,
|
|
3323
|
+
size = _ref152.size,
|
|
3324
|
+
_ref152$label = _ref152.label,
|
|
3325
|
+
label = _ref152$label === void 0 ? 'Technical warning' : _ref152$label;
|
|
3296
3326
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3297
3327
|
className: className,
|
|
3298
3328
|
size: size
|
|
@@ -3310,13 +3340,13 @@ var TechnicalWarning = function TechnicalWarning(_ref150) {
|
|
|
3310
3340
|
|
|
3311
3341
|
exports.TechnicalWarning = TechnicalWarning;
|
|
3312
3342
|
|
|
3313
|
-
var Team = function Team(
|
|
3314
|
-
var className =
|
|
3315
|
-
|
|
3316
|
-
color =
|
|
3317
|
-
size =
|
|
3318
|
-
|
|
3319
|
-
label =
|
|
3343
|
+
var Team = function Team(_ref153) {
|
|
3344
|
+
var className = _ref153.className,
|
|
3345
|
+
_ref153$color = _ref153.color,
|
|
3346
|
+
color = _ref153$color === void 0 ? 'currentColor' : _ref153$color,
|
|
3347
|
+
size = _ref153.size,
|
|
3348
|
+
_ref153$label = _ref153.label,
|
|
3349
|
+
label = _ref153$label === void 0 ? 'Team' : _ref153$label;
|
|
3320
3350
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3321
3351
|
className: className,
|
|
3322
3352
|
size: size
|
|
@@ -3337,13 +3367,13 @@ var Team = function Team(_ref151) {
|
|
|
3337
3367
|
|
|
3338
3368
|
exports.Team = Team;
|
|
3339
3369
|
|
|
3340
|
-
var ThumbsDown = function ThumbsDown(
|
|
3341
|
-
var className =
|
|
3342
|
-
|
|
3343
|
-
color =
|
|
3344
|
-
size =
|
|
3345
|
-
|
|
3346
|
-
label =
|
|
3370
|
+
var ThumbsDown = function ThumbsDown(_ref154) {
|
|
3371
|
+
var className = _ref154.className,
|
|
3372
|
+
_ref154$color = _ref154.color,
|
|
3373
|
+
color = _ref154$color === void 0 ? 'currentColor' : _ref154$color,
|
|
3374
|
+
size = _ref154.size,
|
|
3375
|
+
_ref154$label = _ref154.label,
|
|
3376
|
+
label = _ref154$label === void 0 ? 'ThumbsDown' : _ref154$label;
|
|
3347
3377
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3348
3378
|
className: className,
|
|
3349
3379
|
size: size
|
|
@@ -3358,13 +3388,13 @@ var ThumbsDown = function ThumbsDown(_ref152) {
|
|
|
3358
3388
|
|
|
3359
3389
|
exports.ThumbsDown = ThumbsDown;
|
|
3360
3390
|
|
|
3361
|
-
var ThumbsUp = function ThumbsUp(
|
|
3362
|
-
var className =
|
|
3363
|
-
|
|
3364
|
-
color =
|
|
3365
|
-
size =
|
|
3366
|
-
|
|
3367
|
-
label =
|
|
3391
|
+
var ThumbsUp = function ThumbsUp(_ref155) {
|
|
3392
|
+
var className = _ref155.className,
|
|
3393
|
+
_ref155$color = _ref155.color,
|
|
3394
|
+
color = _ref155$color === void 0 ? 'currentColor' : _ref155$color,
|
|
3395
|
+
size = _ref155.size,
|
|
3396
|
+
_ref155$label = _ref155.label,
|
|
3397
|
+
label = _ref155$label === void 0 ? 'ThumbsUp' : _ref155$label;
|
|
3368
3398
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3369
3399
|
className: className,
|
|
3370
3400
|
size: size
|
|
@@ -3379,13 +3409,13 @@ var ThumbsUp = function ThumbsUp(_ref153) {
|
|
|
3379
3409
|
|
|
3380
3410
|
exports.ThumbsUp = ThumbsUp;
|
|
3381
3411
|
|
|
3382
|
-
var TimeLimited = function TimeLimited(
|
|
3383
|
-
var className =
|
|
3384
|
-
|
|
3385
|
-
color =
|
|
3386
|
-
size =
|
|
3387
|
-
|
|
3388
|
-
label =
|
|
3412
|
+
var TimeLimited = function TimeLimited(_ref156) {
|
|
3413
|
+
var className = _ref156.className,
|
|
3414
|
+
_ref156$color = _ref156.color,
|
|
3415
|
+
color = _ref156$color === void 0 ? 'currentColor' : _ref156$color,
|
|
3416
|
+
size = _ref156.size,
|
|
3417
|
+
_ref156$label = _ref156.label,
|
|
3418
|
+
label = _ref156$label === void 0 ? 'TimeLimited' : _ref156$label;
|
|
3389
3419
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3390
3420
|
className: className,
|
|
3391
3421
|
size: size
|
|
@@ -3406,13 +3436,13 @@ var TimeLimited = function TimeLimited(_ref154) {
|
|
|
3406
3436
|
|
|
3407
3437
|
exports.TimeLimited = TimeLimited;
|
|
3408
3438
|
|
|
3409
|
-
var Time = function Time(
|
|
3410
|
-
var className =
|
|
3411
|
-
|
|
3412
|
-
color =
|
|
3413
|
-
size =
|
|
3414
|
-
|
|
3415
|
-
label =
|
|
3439
|
+
var Time = function Time(_ref157) {
|
|
3440
|
+
var className = _ref157.className,
|
|
3441
|
+
_ref157$color = _ref157.color,
|
|
3442
|
+
color = _ref157$color === void 0 ? 'currentColor' : _ref157$color,
|
|
3443
|
+
size = _ref157.size,
|
|
3444
|
+
_ref157$label = _ref157.label,
|
|
3445
|
+
label = _ref157$label === void 0 ? 'Time' : _ref157$label;
|
|
3416
3446
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3417
3447
|
className: className,
|
|
3418
3448
|
size: size
|
|
@@ -3427,13 +3457,13 @@ var Time = function Time(_ref155) {
|
|
|
3427
3457
|
|
|
3428
3458
|
exports.Time = Time;
|
|
3429
3459
|
|
|
3430
|
-
var Timeline = function Timeline(
|
|
3431
|
-
var className =
|
|
3432
|
-
|
|
3433
|
-
color =
|
|
3434
|
-
size =
|
|
3435
|
-
|
|
3436
|
-
label =
|
|
3460
|
+
var Timeline = function Timeline(_ref158) {
|
|
3461
|
+
var className = _ref158.className,
|
|
3462
|
+
_ref158$color = _ref158.color,
|
|
3463
|
+
color = _ref158$color === void 0 ? 'currentColor' : _ref158$color,
|
|
3464
|
+
size = _ref158.size,
|
|
3465
|
+
_ref158$label = _ref158.label,
|
|
3466
|
+
label = _ref158$label === void 0 ? 'Timeline' : _ref158$label;
|
|
3437
3467
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3438
3468
|
className: className,
|
|
3439
3469
|
size: size
|
|
@@ -3447,13 +3477,13 @@ var Timeline = function Timeline(_ref156) {
|
|
|
3447
3477
|
|
|
3448
3478
|
exports.Timeline = Timeline;
|
|
3449
3479
|
|
|
3450
|
-
var Tip = function Tip(
|
|
3451
|
-
var className =
|
|
3452
|
-
|
|
3453
|
-
color =
|
|
3454
|
-
size =
|
|
3455
|
-
|
|
3456
|
-
label =
|
|
3480
|
+
var Tip = function Tip(_ref159) {
|
|
3481
|
+
var className = _ref159.className,
|
|
3482
|
+
_ref159$color = _ref159.color,
|
|
3483
|
+
color = _ref159$color === void 0 ? 'currentColor' : _ref159$color,
|
|
3484
|
+
size = _ref159.size,
|
|
3485
|
+
_ref159$label = _ref159.label,
|
|
3486
|
+
label = _ref159$label === void 0 ? 'Tip' : _ref159$label;
|
|
3457
3487
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3458
3488
|
className: className,
|
|
3459
3489
|
size: size
|
|
@@ -3480,13 +3510,13 @@ var Tip = function Tip(_ref157) {
|
|
|
3480
3510
|
|
|
3481
3511
|
exports.Tip = Tip;
|
|
3482
3512
|
|
|
3483
|
-
var Transcript = function Transcript(
|
|
3484
|
-
var className =
|
|
3485
|
-
|
|
3486
|
-
color =
|
|
3487
|
-
size =
|
|
3488
|
-
|
|
3489
|
-
label =
|
|
3513
|
+
var Transcript = function Transcript(_ref160) {
|
|
3514
|
+
var className = _ref160.className,
|
|
3515
|
+
_ref160$color = _ref160.color,
|
|
3516
|
+
color = _ref160$color === void 0 ? 'currentColor' : _ref160$color,
|
|
3517
|
+
size = _ref160.size,
|
|
3518
|
+
_ref160$label = _ref160.label,
|
|
3519
|
+
label = _ref160$label === void 0 ? 'Support' : _ref160$label;
|
|
3490
3520
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3491
3521
|
className: className,
|
|
3492
3522
|
size: size
|
|
@@ -3515,13 +3545,13 @@ var Transcript = function Transcript(_ref158) {
|
|
|
3515
3545
|
|
|
3516
3546
|
exports.Transcript = Transcript;
|
|
3517
3547
|
|
|
3518
|
-
var Twitter = function Twitter(
|
|
3519
|
-
var className =
|
|
3520
|
-
|
|
3521
|
-
color =
|
|
3522
|
-
size =
|
|
3523
|
-
|
|
3524
|
-
label =
|
|
3548
|
+
var Twitter = function Twitter(_ref161) {
|
|
3549
|
+
var className = _ref161.className,
|
|
3550
|
+
_ref161$color = _ref161.color,
|
|
3551
|
+
color = _ref161$color === void 0 ? 'currentColor' : _ref161$color,
|
|
3552
|
+
size = _ref161.size,
|
|
3553
|
+
_ref161$label = _ref161.label,
|
|
3554
|
+
label = _ref161$label === void 0 ? 'Twitter' : _ref161$label;
|
|
3525
3555
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3526
3556
|
className: className,
|
|
3527
3557
|
size: size,
|
|
@@ -3534,13 +3564,13 @@ var Twitter = function Twitter(_ref159) {
|
|
|
3534
3564
|
|
|
3535
3565
|
exports.Twitter = Twitter;
|
|
3536
3566
|
|
|
3537
|
-
var Upload = function Upload(
|
|
3538
|
-
var className =
|
|
3539
|
-
|
|
3540
|
-
color =
|
|
3541
|
-
size =
|
|
3542
|
-
|
|
3543
|
-
label =
|
|
3567
|
+
var Upload = function Upload(_ref162) {
|
|
3568
|
+
var className = _ref162.className,
|
|
3569
|
+
_ref162$color = _ref162.color,
|
|
3570
|
+
color = _ref162$color === void 0 ? 'currentColor' : _ref162$color,
|
|
3571
|
+
size = _ref162.size,
|
|
3572
|
+
_ref162$label = _ref162.label,
|
|
3573
|
+
label = _ref162$label === void 0 ? 'Upload' : _ref162$label;
|
|
3544
3574
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3545
3575
|
className: className,
|
|
3546
3576
|
size: size
|
|
@@ -3555,13 +3585,13 @@ var Upload = function Upload(_ref160) {
|
|
|
3555
3585
|
|
|
3556
3586
|
exports.Upload = Upload;
|
|
3557
3587
|
|
|
3558
|
-
var Usb = function Usb(
|
|
3559
|
-
var className =
|
|
3560
|
-
|
|
3561
|
-
color =
|
|
3562
|
-
size =
|
|
3563
|
-
|
|
3564
|
-
label =
|
|
3588
|
+
var Usb = function Usb(_ref163) {
|
|
3589
|
+
var className = _ref163.className,
|
|
3590
|
+
_ref163$color = _ref163.color,
|
|
3591
|
+
color = _ref163$color === void 0 ? 'currentColor' : _ref163$color,
|
|
3592
|
+
size = _ref163.size,
|
|
3593
|
+
_ref163$label = _ref163.label,
|
|
3594
|
+
label = _ref163$label === void 0 ? 'Usb' : _ref163$label;
|
|
3565
3595
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3566
3596
|
className: className,
|
|
3567
3597
|
size: size
|
|
@@ -3573,13 +3603,13 @@ var Usb = function Usb(_ref161) {
|
|
|
3573
3603
|
|
|
3574
3604
|
exports.Usb = Usb;
|
|
3575
3605
|
|
|
3576
|
-
var User = function User(
|
|
3577
|
-
var className =
|
|
3578
|
-
|
|
3579
|
-
color =
|
|
3580
|
-
size =
|
|
3581
|
-
|
|
3582
|
-
label =
|
|
3606
|
+
var User = function User(_ref164) {
|
|
3607
|
+
var className = _ref164.className,
|
|
3608
|
+
_ref164$color = _ref164.color,
|
|
3609
|
+
color = _ref164$color === void 0 ? 'currentColor' : _ref164$color,
|
|
3610
|
+
size = _ref164.size,
|
|
3611
|
+
_ref164$label = _ref164.label,
|
|
3612
|
+
label = _ref164$label === void 0 ? 'User' : _ref164$label;
|
|
3583
3613
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3584
3614
|
className: className,
|
|
3585
3615
|
size: size
|
|
@@ -3594,13 +3624,13 @@ var User = function User(_ref162) {
|
|
|
3594
3624
|
|
|
3595
3625
|
exports.User = User;
|
|
3596
3626
|
|
|
3597
|
-
var Video = function Video(
|
|
3598
|
-
var className =
|
|
3599
|
-
|
|
3600
|
-
color =
|
|
3601
|
-
size =
|
|
3602
|
-
|
|
3603
|
-
label =
|
|
3627
|
+
var Video = function Video(_ref165) {
|
|
3628
|
+
var className = _ref165.className,
|
|
3629
|
+
_ref165$color = _ref165.color,
|
|
3630
|
+
color = _ref165$color === void 0 ? 'currentColor' : _ref165$color,
|
|
3631
|
+
size = _ref165.size,
|
|
3632
|
+
_ref165$label = _ref165.label,
|
|
3633
|
+
label = _ref165$label === void 0 ? 'Video' : _ref165$label;
|
|
3604
3634
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3605
3635
|
className: className,
|
|
3606
3636
|
size: size
|
|
@@ -3615,13 +3645,13 @@ var Video = function Video(_ref163) {
|
|
|
3615
3645
|
|
|
3616
3646
|
exports.Video = Video;
|
|
3617
3647
|
|
|
3618
|
-
var VisibleOff = function VisibleOff(
|
|
3619
|
-
var className =
|
|
3620
|
-
|
|
3621
|
-
color =
|
|
3622
|
-
size =
|
|
3623
|
-
|
|
3624
|
-
label =
|
|
3648
|
+
var VisibleOff = function VisibleOff(_ref166) {
|
|
3649
|
+
var className = _ref166.className,
|
|
3650
|
+
_ref166$color = _ref166.color,
|
|
3651
|
+
color = _ref166$color === void 0 ? 'currentColor' : _ref166$color,
|
|
3652
|
+
size = _ref166.size,
|
|
3653
|
+
_ref166$label = _ref166.label,
|
|
3654
|
+
label = _ref166$label === void 0 ? 'VisibleOff' : _ref166$label;
|
|
3625
3655
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3626
3656
|
className: className,
|
|
3627
3657
|
size: size
|
|
@@ -3633,13 +3663,13 @@ var VisibleOff = function VisibleOff(_ref164) {
|
|
|
3633
3663
|
|
|
3634
3664
|
exports.VisibleOff = VisibleOff;
|
|
3635
3665
|
|
|
3636
|
-
var VisibleOn = function VisibleOn(
|
|
3637
|
-
var className =
|
|
3638
|
-
|
|
3639
|
-
color =
|
|
3640
|
-
size =
|
|
3641
|
-
|
|
3642
|
-
label =
|
|
3666
|
+
var VisibleOn = function VisibleOn(_ref167) {
|
|
3667
|
+
var className = _ref167.className,
|
|
3668
|
+
_ref167$color = _ref167.color,
|
|
3669
|
+
color = _ref167$color === void 0 ? 'currentColor' : _ref167$color,
|
|
3670
|
+
size = _ref167.size,
|
|
3671
|
+
_ref167$label = _ref167.label,
|
|
3672
|
+
label = _ref167$label === void 0 ? 'VisibleOn' : _ref167$label;
|
|
3643
3673
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3644
3674
|
className: className,
|
|
3645
3675
|
size: size
|
|
@@ -3654,13 +3684,13 @@ var VisibleOn = function VisibleOn(_ref165) {
|
|
|
3654
3684
|
|
|
3655
3685
|
exports.VisibleOn = VisibleOn;
|
|
3656
3686
|
|
|
3657
|
-
var VolumeDown = function VolumeDown(
|
|
3658
|
-
var className =
|
|
3659
|
-
|
|
3660
|
-
color =
|
|
3661
|
-
size =
|
|
3662
|
-
|
|
3663
|
-
label =
|
|
3687
|
+
var VolumeDown = function VolumeDown(_ref168) {
|
|
3688
|
+
var className = _ref168.className,
|
|
3689
|
+
_ref168$color = _ref168.color,
|
|
3690
|
+
color = _ref168$color === void 0 ? 'currentColor' : _ref168$color,
|
|
3691
|
+
size = _ref168.size,
|
|
3692
|
+
_ref168$label = _ref168.label,
|
|
3693
|
+
label = _ref168$label === void 0 ? 'VolumeDown' : _ref168$label;
|
|
3664
3694
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3665
3695
|
className: className,
|
|
3666
3696
|
size: size
|
|
@@ -3675,13 +3705,13 @@ var VolumeDown = function VolumeDown(_ref166) {
|
|
|
3675
3705
|
|
|
3676
3706
|
exports.VolumeDown = VolumeDown;
|
|
3677
3707
|
|
|
3678
|
-
var VolumeOff = function VolumeOff(
|
|
3679
|
-
var className =
|
|
3680
|
-
|
|
3681
|
-
color =
|
|
3682
|
-
size =
|
|
3683
|
-
|
|
3684
|
-
label =
|
|
3708
|
+
var VolumeOff = function VolumeOff(_ref169) {
|
|
3709
|
+
var className = _ref169.className,
|
|
3710
|
+
_ref169$color = _ref169.color,
|
|
3711
|
+
color = _ref169$color === void 0 ? 'currentColor' : _ref169$color,
|
|
3712
|
+
size = _ref169.size,
|
|
3713
|
+
_ref169$label = _ref169.label,
|
|
3714
|
+
label = _ref169$label === void 0 ? 'VolumeOff' : _ref169$label;
|
|
3685
3715
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3686
3716
|
className: className,
|
|
3687
3717
|
size: size
|
|
@@ -3696,13 +3726,13 @@ var VolumeOff = function VolumeOff(_ref167) {
|
|
|
3696
3726
|
|
|
3697
3727
|
exports.VolumeOff = VolumeOff;
|
|
3698
3728
|
|
|
3699
|
-
var VolumeUp = function VolumeUp(
|
|
3700
|
-
var className =
|
|
3701
|
-
|
|
3702
|
-
color =
|
|
3703
|
-
size =
|
|
3704
|
-
|
|
3705
|
-
label =
|
|
3729
|
+
var VolumeUp = function VolumeUp(_ref170) {
|
|
3730
|
+
var className = _ref170.className,
|
|
3731
|
+
_ref170$color = _ref170.color,
|
|
3732
|
+
color = _ref170$color === void 0 ? 'currentColor' : _ref170$color,
|
|
3733
|
+
size = _ref170.size,
|
|
3734
|
+
_ref170$label = _ref170.label,
|
|
3735
|
+
label = _ref170$label === void 0 ? 'VolumeUp' : _ref170$label;
|
|
3706
3736
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3707
3737
|
className: className,
|
|
3708
3738
|
size: size,
|
|
@@ -3721,13 +3751,13 @@ var VolumeUp = function VolumeUp(_ref168) {
|
|
|
3721
3751
|
|
|
3722
3752
|
exports.VolumeUp = VolumeUp;
|
|
3723
3753
|
|
|
3724
|
-
var Youtube = function Youtube(
|
|
3725
|
-
var className =
|
|
3726
|
-
|
|
3727
|
-
color =
|
|
3728
|
-
size =
|
|
3729
|
-
|
|
3730
|
-
label =
|
|
3754
|
+
var Youtube = function Youtube(_ref171) {
|
|
3755
|
+
var className = _ref171.className,
|
|
3756
|
+
_ref171$color = _ref171.color,
|
|
3757
|
+
color = _ref171$color === void 0 ? 'currentColor' : _ref171$color,
|
|
3758
|
+
size = _ref171.size,
|
|
3759
|
+
_ref171$label = _ref171.label,
|
|
3760
|
+
label = _ref171$label === void 0 ? 'Youtube' : _ref171$label;
|
|
3731
3761
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3732
3762
|
className: className,
|
|
3733
3763
|
size: size,
|
|
@@ -3742,13 +3772,13 @@ var Youtube = function Youtube(_ref169) {
|
|
|
3742
3772
|
|
|
3743
3773
|
exports.Youtube = Youtube;
|
|
3744
3774
|
|
|
3745
|
-
var Zoom = function Zoom(
|
|
3746
|
-
var className =
|
|
3747
|
-
|
|
3748
|
-
color =
|
|
3749
|
-
size =
|
|
3750
|
-
|
|
3751
|
-
label =
|
|
3775
|
+
var Zoom = function Zoom(_ref172) {
|
|
3776
|
+
var className = _ref172.className,
|
|
3777
|
+
_ref172$color = _ref172.color,
|
|
3778
|
+
color = _ref172$color === void 0 ? 'currentColor' : _ref172$color,
|
|
3779
|
+
size = _ref172.size,
|
|
3780
|
+
_ref172$label = _ref172.label,
|
|
3781
|
+
label = _ref172$label === void 0 ? 'Zoom' : _ref172$label;
|
|
3752
3782
|
return /*#__PURE__*/React.createElement(_index.SystemIcon, {
|
|
3753
3783
|
className: className,
|
|
3754
3784
|
size: size
|