@douyinfe/semi-icons-lab 0.0.1-alpha.0

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.
Files changed (141) hide show
  1. package/package.json +27 -0
  2. package/src/react/IconAccessibility.d.ts +5 -0
  3. package/src/react/IconAccessibility.js +28 -0
  4. package/src/react/IconAnchor.d.ts +5 -0
  5. package/src/react/IconAnchor.js +36 -0
  6. package/src/react/IconAutocomplete.d.ts +5 -0
  7. package/src/react/IconAutocomplete.js +38 -0
  8. package/src/react/IconAvatar.d.ts +5 -0
  9. package/src/react/IconAvatar.js +45 -0
  10. package/src/react/IconBackTop.d.ts +5 -0
  11. package/src/react/IconBackTop.js +28 -0
  12. package/src/react/IconBadge.d.ts +5 -0
  13. package/src/react/IconBadge.js +28 -0
  14. package/src/react/IconBadgeStar.d.ts +5 -0
  15. package/src/react/IconBadgeStar.js +24 -0
  16. package/src/react/IconBanner.d.ts +5 -0
  17. package/src/react/IconBanner.js +59 -0
  18. package/src/react/IconBreadcrumb.d.ts +5 -0
  19. package/src/react/IconBreadcrumb.js +27 -0
  20. package/src/react/IconButton.d.ts +5 -0
  21. package/src/react/IconButton.js +30 -0
  22. package/src/react/IconCalendar.d.ts +5 -0
  23. package/src/react/IconCalendar.js +42 -0
  24. package/src/react/IconCard.d.ts +5 -0
  25. package/src/react/IconCard.js +37 -0
  26. package/src/react/IconCascader.d.ts +5 -0
  27. package/src/react/IconCascader.js +27 -0
  28. package/src/react/IconChangelog.d.ts +5 -0
  29. package/src/react/IconChangelog.js +43 -0
  30. package/src/react/IconCheckbox.d.ts +5 -0
  31. package/src/react/IconCheckbox.js +32 -0
  32. package/src/react/IconCollapse.d.ts +5 -0
  33. package/src/react/IconCollapse.js +42 -0
  34. package/src/react/IconCollapsible.d.ts +5 -0
  35. package/src/react/IconCollapsible.js +46 -0
  36. package/src/react/IconColorPlatte.d.ts +5 -0
  37. package/src/react/IconColorPlatte.js +38 -0
  38. package/src/react/IconColorPlatteNew.d.ts +5 -0
  39. package/src/react/IconColorPlatteNew.js +23 -0
  40. package/src/react/IconDarkMode.d.ts +5 -0
  41. package/src/react/IconDarkMode.js +28 -0
  42. package/src/react/IconDatePicker.d.ts +5 -0
  43. package/src/react/IconDatePicker.js +44 -0
  44. package/src/react/IconDescriptions.d.ts +5 -0
  45. package/src/react/IconDescriptions.js +63 -0
  46. package/src/react/IconDivider.d.ts +5 -0
  47. package/src/react/IconDivider.js +63 -0
  48. package/src/react/IconDropdown.d.ts +5 -0
  49. package/src/react/IconDropdown.js +31 -0
  50. package/src/react/IconFaq.d.ts +5 -0
  51. package/src/react/IconFaq.js +34 -0
  52. package/src/react/IconForm.d.ts +5 -0
  53. package/src/react/IconForm.js +74 -0
  54. package/src/react/IconGettingStarted.d.ts +5 -0
  55. package/src/react/IconGettingStarted.js +26 -0
  56. package/src/react/IconGrid.d.ts +5 -0
  57. package/src/react/IconGrid.js +81 -0
  58. package/src/react/IconHeart.d.ts +5 -0
  59. package/src/react/IconHeart.js +26 -0
  60. package/src/react/IconHighlight.d.ts +5 -0
  61. package/src/react/IconHighlight.js +30 -0
  62. package/src/react/IconImage.d.ts +5 -0
  63. package/src/react/IconImage.js +29 -0
  64. package/src/react/IconInput.d.ts +5 -0
  65. package/src/react/IconInput.js +93 -0
  66. package/src/react/IconInputNumber.d.ts +5 -0
  67. package/src/react/IconInputNumber.js +37 -0
  68. package/src/react/IconIntro.d.ts +5 -0
  69. package/src/react/IconIntro.js +24 -0
  70. package/src/react/IconLayout.d.ts +5 -0
  71. package/src/react/IconLayout.js +49 -0
  72. package/src/react/IconList.d.ts +5 -0
  73. package/src/react/IconList.js +36 -0
  74. package/src/react/IconLocaleProvider.d.ts +5 -0
  75. package/src/react/IconLocaleProvider.js +33 -0
  76. package/src/react/IconModal.d.ts +5 -0
  77. package/src/react/IconModal.js +46 -0
  78. package/src/react/IconNavigation.d.ts +5 -0
  79. package/src/react/IconNavigation.js +35 -0
  80. package/src/react/IconNotification.d.ts +5 -0
  81. package/src/react/IconNotification.js +45 -0
  82. package/src/react/IconPagination.d.ts +5 -0
  83. package/src/react/IconPagination.js +36 -0
  84. package/src/react/IconPopconfirm.d.ts +5 -0
  85. package/src/react/IconPopconfirm.js +42 -0
  86. package/src/react/IconPopover.d.ts +5 -0
  87. package/src/react/IconPopover.js +39 -0
  88. package/src/react/IconProgress.d.ts +5 -0
  89. package/src/react/IconProgress.js +29 -0
  90. package/src/react/IconRadio.d.ts +5 -0
  91. package/src/react/IconRadio.js +28 -0
  92. package/src/react/IconRating.d.ts +5 -0
  93. package/src/react/IconRating.js +32 -0
  94. package/src/react/IconScrollList.d.ts +5 -0
  95. package/src/react/IconScrollList.js +52 -0
  96. package/src/react/IconSelect.d.ts +5 -0
  97. package/src/react/IconSelect.js +55 -0
  98. package/src/react/IconSideSheet.d.ts +5 -0
  99. package/src/react/IconSideSheet.js +31 -0
  100. package/src/react/IconSkeleton.d.ts +5 -0
  101. package/src/react/IconSkeleton.js +54 -0
  102. package/src/react/IconSlider.d.ts +5 -0
  103. package/src/react/IconSlider.js +54 -0
  104. package/src/react/IconSpace.d.ts +5 -0
  105. package/src/react/IconSpace.js +49 -0
  106. package/src/react/IconSpin.d.ts +5 -0
  107. package/src/react/IconSpin.js +36 -0
  108. package/src/react/IconSteps.d.ts +5 -0
  109. package/src/react/IconSteps.js +30 -0
  110. package/src/react/IconSwitch.d.ts +5 -0
  111. package/src/react/IconSwitch.js +42 -0
  112. package/src/react/IconTable.d.ts +5 -0
  113. package/src/react/IconTable.js +42 -0
  114. package/src/react/IconTabs.d.ts +5 -0
  115. package/src/react/IconTabs.js +36 -0
  116. package/src/react/IconTag.d.ts +5 -0
  117. package/src/react/IconTag.js +28 -0
  118. package/src/react/IconTagInput.d.ts +5 -0
  119. package/src/react/IconTagInput.js +31 -0
  120. package/src/react/IconTimePicker.d.ts +5 -0
  121. package/src/react/IconTimePicker.js +45 -0
  122. package/src/react/IconToast.d.ts +5 -0
  123. package/src/react/IconToast.js +49 -0
  124. package/src/react/IconTooltip.d.ts +5 -0
  125. package/src/react/IconTooltip.js +34 -0
  126. package/src/react/IconTransfer.d.ts +5 -0
  127. package/src/react/IconTransfer.js +27 -0
  128. package/src/react/IconTree.d.ts +5 -0
  129. package/src/react/IconTree.js +49 -0
  130. package/src/react/IconTreeSelect.d.ts +5 -0
  131. package/src/react/IconTreeSelect.js +43 -0
  132. package/src/react/IconTypography.d.ts +5 -0
  133. package/src/react/IconTypography.js +24 -0
  134. package/src/react/IconUpload.d.ts +5 -0
  135. package/src/react/IconUpload.js +33 -0
  136. package/src/react/IconVersionTwo.d.ts +5 -0
  137. package/src/react/IconVersionTwo.js +30 -0
  138. package/src/react/IconWheelChair.d.ts +5 -0
  139. package/src/react/IconWheelChair.js +27 -0
  140. package/src/react/index.d.ts +69 -0
  141. package/src/react/index.js +69 -0
package/package.json ADDED
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "@douyinfe/semi-icons-lab",
3
+ "version": "0.0.1-alpha.0",
4
+ "description": "semi icons lab",
5
+ "keywords": [
6
+ "semi",
7
+ "icons"
8
+ ],
9
+ "author": "semi",
10
+ "homepage": "https://semi.design",
11
+ "bugs": {
12
+ "url": "https://github.com/DouyinFE/semi-design/issues"
13
+ },
14
+ "main": "src/react/index.js",
15
+ "license": "MIT",
16
+ "files": [
17
+ "src/react"
18
+ ],
19
+ "peerDependencies": {
20
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
21
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
22
+ },
23
+ "_unpkg": true,
24
+ "unpkgFiles": [
25
+ "*"
26
+ ]
27
+ }
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+
3
+ declare const Component: React.ForwardRefExoticComponent<React.SVGProps<SVGElement>>;
4
+
5
+ export default Component;
@@ -0,0 +1,28 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ function IconAccessibility(props, svgRef) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: "1em",
11
+ height: "1em",
12
+ focusable: false,
13
+ ref: svgRef
14
+ }, props), /*#__PURE__*/React.createElement("circle", {
15
+ cx: 12,
16
+ cy: 4,
17
+ r: 3,
18
+ fill: "#4CC3FA"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M2 9.5C2 8.67157 2.67157 8 3.5 8H8H16H20.5C21.3284 8 22 8.67157 22 9.5C22 10.3284 21.3284 11 20.5 11H16V15.5V17V21.5C16 22.3284 15.3284 23 14.5 23C13.6716 23 13 22.3284 13 21.5V17C13 16.4477 12.5523 16 12 16C11.4477 16 11 16.4477 11 17V21.5C11 22.3284 10.3284 23 9.5 23C8.67157 23 8 22.3284 8 21.5V17V15.5V11H3.5C2.67157 11 2 10.3284 2 9.5Z",
23
+ fill: "#6A6F7F"
24
+ }));
25
+ }
26
+
27
+ const ForwardRef = /*#__PURE__*/React.forwardRef(IconAccessibility);
28
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+
3
+ declare const Component: React.ForwardRefExoticComponent<React.SVGProps<SVGElement>>;
4
+
5
+ export default Component;
@@ -0,0 +1,36 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ function IconAnchor(props, svgRef) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: "1em",
11
+ height: "1em",
12
+ focusable: false,
13
+ ref: svgRef
14
+ }, props), /*#__PURE__*/React.createElement("path", {
15
+ d: "M6.16667 12H3.66667C3.66667 16.6024 7.39763 20.3333 12 20.3333C16.6024 20.3333 20.3333 16.6024 20.3333 12H17.8333",
16
+ stroke: "#AAB2BF",
17
+ strokeWidth: 2,
18
+ strokeLinejoin: "round"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M12 20.3333V7.83333",
21
+ stroke: "#818A9B",
22
+ strokeWidth: 2,
23
+ strokeLinejoin: "round"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M12.0016 9.83667C13.7054 9.83667 15.0866 8.45545 15.0866 6.75167C15.0866 5.04787 13.7054 3.66667 12.0016 3.66667C10.2978 3.66667 8.91663 5.04787 8.91663 6.75167C8.91663 8.45545 10.2978 9.83667 12.0016 9.83667Z",
28
+ fill: "#324350",
29
+ stroke: "#324350",
30
+ strokeWidth: 1.25,
31
+ strokeLinejoin: "round"
32
+ }));
33
+ }
34
+
35
+ const ForwardRef = /*#__PURE__*/React.forwardRef(IconAnchor);
36
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+
3
+ declare const Component: React.ForwardRefExoticComponent<React.SVGProps<SVGElement>>;
4
+
5
+ export default Component;
@@ -0,0 +1,38 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ function IconAutocomplete(props, svgRef) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: "1em",
11
+ height: "1em",
12
+ focusable: false,
13
+ ref: svgRef
14
+ }, props), /*#__PURE__*/React.createElement("rect", {
15
+ x: 1,
16
+ y: 4,
17
+ width: 22,
18
+ height: 16,
19
+ rx: 3,
20
+ fill: "#DDE3E8"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M3.0918 16.3105C3.54883 16.3105 3.80273 16.0757 3.98047 15.479L4.46289 14.0063H7.50342L7.99219 15.479C8.16357 16.0693 8.43018 16.3105 8.89355 16.3105C9.38232 16.3105 9.70605 16.0186 9.70605 15.5615C9.70605 15.3838 9.66162 15.1743 9.57275 14.9014L7.38916 8.64258C7.11621 7.83008 6.73535 7.5 6.01807 7.5C5.29443 7.5 4.90723 7.83643 4.63428 8.64258L2.45068 14.9014C2.34277 15.2251 2.29834 15.4219 2.29834 15.5933C2.29834 16.0249 2.62207 16.3105 3.0918 16.3105ZM4.84375 12.7305L5.94824 9.22656H6.03076L7.12891 12.7305H4.84375Z",
23
+ fill: "#4CC3FA"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M10.9312 15.1362C10.9312 15.8726 11.3057 16.2344 12.0737 16.2344H14.5366C16.3711 16.2344 17.5518 15.2759 17.5518 13.7905C17.5518 12.6099 16.79 11.7847 15.6221 11.6768V11.6006C16.5488 11.3848 17.1074 10.6802 17.1074 9.70264C17.1074 8.39502 16.1172 7.56982 14.543 7.56982H12.0737C11.3057 7.56982 10.9312 7.93799 10.9312 8.66797V15.1362ZM12.6323 11.1753V8.8584H14.1494C14.9492 8.8584 15.4189 9.29004 15.4189 9.99463C15.4189 10.75 14.9111 11.1753 13.7622 11.1753H12.6323ZM12.6323 14.9458V12.3687H14.2573C15.2603 12.3687 15.8062 12.8701 15.8062 13.689C15.8062 14.5142 15.2539 14.9458 13.9019 14.9458H12.6323Z",
26
+ fill: "#AAB2BF"
27
+ }), /*#__PURE__*/React.createElement("rect", {
28
+ x: 19,
29
+ y: 6,
30
+ width: 2,
31
+ height: 12,
32
+ rx: 1,
33
+ fill: "#324350"
34
+ }));
35
+ }
36
+
37
+ const ForwardRef = /*#__PURE__*/React.forwardRef(IconAutocomplete);
38
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+
3
+ declare const Component: React.ForwardRefExoticComponent<React.SVGProps<SVGElement>>;
4
+
5
+ export default Component;
@@ -0,0 +1,45 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ function IconAvatar(props, svgRef) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: "1em",
11
+ height: "1em",
12
+ focusable: false,
13
+ ref: svgRef
14
+ }, props), /*#__PURE__*/React.createElement("circle", {
15
+ cx: 12,
16
+ cy: 12,
17
+ r: 11,
18
+ fill: "#FBCD2C"
19
+ }), /*#__PURE__*/React.createElement("mask", {
20
+ id: "mask0_1_3014",
21
+ style: {
22
+ maskType: "alpha"
23
+ },
24
+ maskUnits: "userSpaceOnUse",
25
+ x: 1,
26
+ y: 1,
27
+ width: 22,
28
+ height: 22
29
+ }, /*#__PURE__*/React.createElement("circle", {
30
+ cx: 12,
31
+ cy: 12,
32
+ r: 11,
33
+ fill: "#A2845E"
34
+ })), /*#__PURE__*/React.createElement("g", {
35
+ mask: "url(#mask0_1_3014)"
36
+ }, /*#__PURE__*/React.createElement("path", {
37
+ fillRule: "evenodd",
38
+ clipRule: "evenodd",
39
+ d: "M11.9996 17.7963C13.7184 17.7963 15.2479 16.3561 16.0881 14.2048C16.6103 13.9909 17.1072 13.3424 17.334 12.4957C17.629 11.3948 17.5705 10.4118 16.7665 10.1059C16.6885 6.27115 15.1754 4.78714 11.9996 4.78714C8.82412 4.78714 7.31097 6.27097 7.2328 10.1052C6.42711 10.4103 6.36828 11.394 6.66349 12.4957C6.89064 13.3435 7.38849 13.9926 7.91145 14.2056C8.7518 16.3565 10.2811 17.7963 11.9996 17.7963ZM20.0126 23C20.34 23 20.5906 22.7037 20.4686 22.3999C19.6099 20.2625 16.1444 18.6636 12 18.6636C7.85555 18.6636 4.39008 20.2625 3.53142 22.3999C3.40937 22.7037 3.65999 23 3.9874 23H20.0126Z",
40
+ fill: "white"
41
+ })));
42
+ }
43
+
44
+ const ForwardRef = /*#__PURE__*/React.forwardRef(IconAvatar);
45
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+
3
+ declare const Component: React.ForwardRefExoticComponent<React.SVGProps<SVGElement>>;
4
+
5
+ export default Component;
@@ -0,0 +1,28 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ function IconBackTop(props, svgRef) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: "1em",
11
+ height: "1em",
12
+ focusable: false,
13
+ ref: svgRef
14
+ }, props), /*#__PURE__*/React.createElement("path", {
15
+ d: "M2.9685 14.1284L12 6L21.0315 14.1284C21.3721 14.4349 21.1553 15 20.697 15H16V22H8V15H3.30298C2.84474 15 2.62789 14.4349 2.9685 14.1284Z",
16
+ fill: "#4CC3FA"
17
+ }), /*#__PURE__*/React.createElement("rect", {
18
+ x: 3,
19
+ y: 2,
20
+ width: 18,
21
+ height: 4,
22
+ rx: 1,
23
+ fill: "#AAB2BF"
24
+ }));
25
+ }
26
+
27
+ const ForwardRef = /*#__PURE__*/React.forwardRef(IconBackTop);
28
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+
3
+ declare const Component: React.ForwardRefExoticComponent<React.SVGProps<SVGElement>>;
4
+
5
+ export default Component;
@@ -0,0 +1,28 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ function IconBadge(props, svgRef) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: "1em",
11
+ height: "1em",
12
+ focusable: false,
13
+ ref: svgRef
14
+ }, props), /*#__PURE__*/React.createElement("path", {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M21 11.5018C20.2304 11.8228 19.3859 12 18.5 12C14.9101 12 12 9.08985 12 5.5C12 4.6141 12.1772 3.76959 12.4982 3H5C3.34315 3 2 4.34315 2 6V19C2 20.6569 3.34315 22 5 22H18C19.6569 22 21 20.6569 21 19V11.5018Z",
18
+ fill: "#DDE3E8"
19
+ }), /*#__PURE__*/React.createElement("circle", {
20
+ cx: 18.5,
21
+ cy: 5.5,
22
+ r: 4.5,
23
+ fill: "#FF7D95"
24
+ }));
25
+ }
26
+
27
+ const ForwardRef = /*#__PURE__*/React.forwardRef(IconBadge);
28
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+
3
+ declare const Component: React.ForwardRefExoticComponent<React.SVGProps<SVGElement>>;
4
+
5
+ export default Component;
@@ -0,0 +1,24 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ function IconBadgeStar(props, svgRef) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: "1em",
11
+ height: "1em",
12
+ focusable: false,
13
+ ref: svgRef
14
+ }, props), /*#__PURE__*/React.createElement("path", {
15
+ d: "M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12Z",
16
+ fill: "#FF7D95"
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ d: "M13.3528 17.2568C13.3528 17.1858 13.169 14.6462 13.022 13.7049C13.7755 14.291 15.9443 15.694 15.9994 15.7117C16.2384 15.8538 16.4957 15.9071 16.753 15.8893C17.3779 15.8538 17.9476 15.4454 17.9844 14.6995C18.0579 14.2022 17.8741 13.7582 17.3779 13.5096C17.3227 13.4563 14.9702 12.3552 14.0512 12C14.9702 11.6448 17.286 10.5615 17.3227 10.526C17.819 10.2773 18.0579 9.74454 17.966 9.24727C17.9293 8.6612 17.3963 8.14617 16.7162 8.11066C16.4589 8.0929 16.2384 8.14617 16.0178 8.27049C15.9627 8.28825 13.7755 9.70902 13.022 10.2951C13.169 9.35383 13.3528 6.83197 13.3528 6.76093C13.3528 6.08607 12.7463 5.5 12.0111 5.5C11.2759 5.5 10.651 6.06831 10.6694 6.81421C10.6694 6.86749 10.8532 9.33607 11.0003 10.2773C10.2283 9.69126 8.04118 8.27049 7.96766 8.25273C7.76549 8.12842 7.52656 8.07514 7.26925 8.0929C6.64435 8.12842 6.07459 8.60792 6.03783 9.22951C5.94593 9.72678 6.18487 10.2596 6.66273 10.5082C6.73625 10.5615 9.07042 11.6448 9.98939 12C9.07042 12.3552 6.68111 13.474 6.62597 13.5096C6.16649 13.7404 5.92755 14.1844 6.01945 14.6639C6.05621 15.4454 6.60759 15.8716 7.25087 15.9071C7.50818 15.9249 7.76549 15.8716 8.00442 15.7295C8.05956 15.7117 10.2283 14.3087 10.9819 13.7049C10.8532 14.6639 10.6694 17.1503 10.6694 17.2036C10.651 17.9495 11.2759 18.5 12.0111 18.5C12.7463 18.5 13.3528 17.9139 13.3528 17.2568Z",
19
+ fill: "white"
20
+ }));
21
+ }
22
+
23
+ const ForwardRef = /*#__PURE__*/React.forwardRef(IconBadgeStar);
24
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+
3
+ declare const Component: React.ForwardRefExoticComponent<React.SVGProps<SVGElement>>;
4
+
5
+ export default Component;
@@ -0,0 +1,59 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ function IconBanner(props, svgRef) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: "1em",
11
+ height: "1em",
12
+ focusable: false,
13
+ ref: svgRef
14
+ }, props), /*#__PURE__*/React.createElement("rect", {
15
+ x: 6,
16
+ y: 19,
17
+ width: 12,
18
+ height: 1,
19
+ fill: "#6A6F7F"
20
+ }), /*#__PURE__*/React.createElement("rect", {
21
+ x: 7.942,
22
+ y: 0.897,
23
+ width: 2,
24
+ height: 22.2633,
25
+ rx: 1,
26
+ transform: "rotate(10 7.94241 0.896553)",
27
+ fill: "#AAB2BF"
28
+ }), /*#__PURE__*/React.createElement("rect", {
29
+ x: 14.085,
30
+ y: 1.229,
31
+ width: 2,
32
+ height: 22.3119,
33
+ rx: 1,
34
+ transform: "rotate(-10 14.0853 1.22887)",
35
+ fill: "#AAB2BF"
36
+ }), /*#__PURE__*/React.createElement("rect", {
37
+ x: 1,
38
+ y: 3,
39
+ width: 22,
40
+ height: 14,
41
+ rx: 2,
42
+ fill: "#FBCD2C"
43
+ }), /*#__PURE__*/React.createElement("rect", {
44
+ x: 4,
45
+ y: 6,
46
+ width: 16,
47
+ height: 2,
48
+ fill: "#324350"
49
+ }), /*#__PURE__*/React.createElement("rect", {
50
+ x: 4,
51
+ y: 11,
52
+ width: 9,
53
+ height: 2,
54
+ fill: "#324350"
55
+ }));
56
+ }
57
+
58
+ const ForwardRef = /*#__PURE__*/React.forwardRef(IconBanner);
59
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+
3
+ declare const Component: React.ForwardRefExoticComponent<React.SVGProps<SVGElement>>;
4
+
5
+ export default Component;
@@ -0,0 +1,27 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ function IconBreadcrumb(props, svgRef) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: "1em",
11
+ height: "1em",
12
+ focusable: false,
13
+ ref: svgRef
14
+ }, props), /*#__PURE__*/React.createElement("path", {
15
+ d: "M6 4H14L18.0063 10.41C18.6143 11.3828 18.6143 12.6172 18.0063 13.59L14 20H6V4Z",
16
+ fill: "#AAB2BF"
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ d: "M2 7C2 5.34315 3.34315 4 5 4H7L11.0063 10.41C11.6143 11.3828 11.6143 12.6172 11.0063 13.59L7 20H5C3.34315 20 2 18.6569 2 17V7Z",
19
+ fill: "#6A6F7F"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M13 20H16.3373C17.3716 20 18.333 19.4671 18.8813 18.59L22.0063 13.59C22.6143 12.6172 22.6143 11.3828 22.0063 10.41L18.8813 5.41C18.333 4.53286 17.3716 4 16.3373 4H13L17.0063 10.41C17.6143 11.3828 17.6143 12.6172 17.0063 13.59L13 20Z",
22
+ fill: "#DDE3E8"
23
+ }));
24
+ }
25
+
26
+ const ForwardRef = /*#__PURE__*/React.forwardRef(IconBreadcrumb);
27
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+
3
+ declare const Component: React.ForwardRefExoticComponent<React.SVGProps<SVGElement>>;
4
+
5
+ export default Component;
@@ -0,0 +1,30 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ function IconButton(props, svgRef) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: "1em",
11
+ height: "1em",
12
+ focusable: false,
13
+ ref: svgRef
14
+ }, props), /*#__PURE__*/React.createElement("path", {
15
+ d: "M2 16.5C2 15.1193 3.11929 14 4.5 14H19.5C20.8807 14 22 15.1193 22 16.5C22 17.8807 20.8807 19 19.5 19H4.5C3.11929 19 2 17.8807 2 16.5Z",
16
+ fill: "#6A6F7F"
17
+ }), /*#__PURE__*/React.createElement("rect", {
18
+ x: 8,
19
+ y: 12,
20
+ width: 8,
21
+ height: 2,
22
+ fill: "#DDE3E8"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "M6 5.67391C6 4.73519 6.65356 3.9279 7.58364 3.80089C8.66208 3.65362 10.2149 3.5 12 3.5C13.7851 3.5 15.3379 3.65362 16.4164 3.80089C17.3464 3.9279 18 4.73519 18 5.67391V11C18 11.5523 17.5523 12 17 12H7C6.44772 12 6 11.5523 6 11V5.67391Z",
25
+ fill: "#F82C2C"
26
+ }));
27
+ }
28
+
29
+ const ForwardRef = /*#__PURE__*/React.forwardRef(IconButton);
30
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+
3
+ declare const Component: React.ForwardRefExoticComponent<React.SVGProps<SVGElement>>;
4
+
5
+ export default Component;
@@ -0,0 +1,42 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ function IconCalendar(props, svgRef) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: "1em",
11
+ height: "1em",
12
+ focusable: false,
13
+ ref: svgRef
14
+ }, props), /*#__PURE__*/React.createElement("rect", {
15
+ x: 2.75,
16
+ y: 2.75,
17
+ width: 18.5,
18
+ height: 18.5,
19
+ rx: 3,
20
+ fill: "white",
21
+ stroke: "#AAB2BF",
22
+ strokeWidth: 1.5
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "M9.39999 16.5817C9.39999 17.4915 10.5413 18.3296 12.0301 18.3296C13.6897 18.3296 14.8587 17.4088 14.8587 16.091C14.8587 15.1371 14.1694 14.3541 13.2541 14.2659V14.1722C14.015 14.0619 14.6271 13.312 14.6271 12.496C14.6271 11.3216 13.5574 10.5 12.0356 10.5C10.5965 10.5 9.5213 11.3105 9.5213 12.1927C9.5213 12.5511 9.77493 12.7992 10.1278 12.7992C10.387 12.7992 10.5799 12.6835 10.7454 12.4078C11.0376 11.9115 11.4622 11.6579 12.008 11.6579C12.7083 11.6579 13.1935 12.0714 13.1935 12.6779C13.1935 13.2845 12.6972 13.7256 12.019 13.7256H11.5063C11.1699 13.7256 10.9328 13.9737 10.9328 14.3045C10.9328 14.6464 11.1754 14.8945 11.5063 14.8945H12.0466C12.8571 14.8945 13.403 15.3576 13.403 16.0414C13.403 16.7251 12.8682 17.1717 12.0411 17.1717C11.4236 17.1717 10.9328 16.9015 10.613 16.3942C10.409 16.0965 10.2271 15.9807 9.98446 15.9807C9.64811 15.9807 9.39999 16.2343 9.39999 16.5817Z",
25
+ fill: "#324350"
26
+ }), /*#__PURE__*/React.createElement("path", {
27
+ d: "M2 5C2 3.34314 3.34315 2 5 2L19 2C20.6569 2 22 3.34314 22 5V9H2V5Z",
28
+ fill: "#F82C2C"
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ d: "M9.97348 7.49711C10.2501 7.49711 10.4086 7.31556 10.4086 7.00144V4.11959C10.4086 3.72766 10.204 3.50288 9.84668 3.50288C9.54985 3.50288 9.37982 3.63544 9.20691 4.0072L8.42305 5.76801H8.39135L7.60749 4.01008C7.43458 3.63832 7.26167 3.50288 6.9706 3.50288C6.61901 3.50288 6.39999 3.73631 6.39999 4.11959V7.00144C6.39999 7.3242 6.54409 7.49711 6.81786 7.49711C7.09452 7.49711 7.25302 7.31556 7.25302 7.00144V5.02161H7.29913L7.96484 6.50864C8.0974 6.79394 8.21267 6.89481 8.40864 6.89481C8.60172 6.89481 8.71123 6.79971 8.84668 6.50864L9.51239 5.02161H9.5585V7.00144C9.5585 7.3242 9.70259 7.49711 9.97348 7.49711Z",
31
+ fill: "white"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "M11.351 7.5C11.6046 7.5 11.7401 7.37031 11.8352 7.03602L11.9879 6.56628H13.3107L13.4605 7.03602C13.5556 7.36167 13.7026 7.5 13.9562 7.5C14.23 7.5 14.4086 7.33861 14.4086 7.08789C14.4086 6.98703 14.3827 6.87175 14.3308 6.71037L13.4634 4.15994C13.3049 3.6902 13.0859 3.50576 12.6709 3.50576C12.2559 3.50576 12.0311 3.69308 11.8755 4.15994L11.0052 6.71037C10.9389 6.90345 10.913 7.01296 10.913 7.10807C10.913 7.33861 11.0916 7.5 11.351 7.5ZM12.1839 5.87752L12.6305 4.3876H12.6767L13.1176 5.87752H12.1839Z",
34
+ fill: "white"
35
+ }), /*#__PURE__*/React.createElement("path", {
36
+ d: "M15.9418 7.49711C16.23 7.49711 16.423 7.30115 16.4144 7.01873L16.3971 5.98991L17.3971 4.33285C17.5095 4.14553 17.5556 4.02737 17.5556 3.9121C17.5556 3.67867 17.3712 3.5 17.1291 3.5C16.9389 3.5 16.7862 3.61527 16.6651 3.8487L15.9562 5.16282H15.9216L15.2328 3.84582C15.106 3.60086 14.9735 3.5 14.7689 3.5C14.5066 3.5 14.3279 3.67291 14.3279 3.92939C14.3279 4.04178 14.3683 4.15417 14.4663 4.31844L15.4807 5.98991L15.4605 7.01873C15.4519 7.30115 15.6478 7.49711 15.9418 7.49711Z",
37
+ fill: "white"
38
+ }));
39
+ }
40
+
41
+ const ForwardRef = /*#__PURE__*/React.forwardRef(IconCalendar);
42
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+
3
+ declare const Component: React.ForwardRefExoticComponent<React.SVGProps<SVGElement>>;
4
+
5
+ export default Component;
@@ -0,0 +1,37 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ function IconCard(props, svgRef) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: "1em",
11
+ height: "1em",
12
+ focusable: false,
13
+ ref: svgRef
14
+ }, props), /*#__PURE__*/React.createElement("rect", {
15
+ x: 1,
16
+ y: 4,
17
+ width: 22,
18
+ height: 16,
19
+ rx: 2,
20
+ fill: "#DDE3E8"
21
+ }), /*#__PURE__*/React.createElement("rect", {
22
+ x: 5,
23
+ y: 8,
24
+ width: 14,
25
+ height: 4,
26
+ fill: "#AAB2BF"
27
+ }), /*#__PURE__*/React.createElement("rect", {
28
+ x: 5,
29
+ y: 14,
30
+ width: 8,
31
+ height: 2,
32
+ fill: "#AAB2BF"
33
+ }));
34
+ }
35
+
36
+ const ForwardRef = /*#__PURE__*/React.forwardRef(IconCard);
37
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+
3
+ declare const Component: React.ForwardRefExoticComponent<React.SVGProps<SVGElement>>;
4
+
5
+ export default Component;
@@ -0,0 +1,27 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ function IconCascader(props, svgRef) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: "1em",
11
+ height: "1em",
12
+ focusable: false,
13
+ ref: svgRef
14
+ }, props), /*#__PURE__*/React.createElement("path", {
15
+ d: "M2 3.54818C2 2.82211 2.74939 2.33807 3.41122 2.63664L9 5.15789V22L3.17756 19.3733C2.46078 19.05 2 18.3366 2 17.5503V3.54818Z",
16
+ fill: "#4CC3FA"
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ d: "M15 2L20.8224 4.62666C21.5392 4.95002 22 5.6634 22 6.44974V20.4518C22 21.1779 21.2506 21.6619 20.5888 21.3634L15 18.8421V2Z",
19
+ fill: "#FBCD2C"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M9 5.15789L15 2V18.8421L9 22V5.15789Z",
22
+ fill: "#324350"
23
+ }));
24
+ }
25
+
26
+ const ForwardRef = /*#__PURE__*/React.forwardRef(IconCascader);
27
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+
3
+ declare const Component: React.ForwardRefExoticComponent<React.SVGProps<SVGElement>>;
4
+
5
+ export default Component;
@@ -0,0 +1,43 @@
1
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
+
3
+ import * as React from "react";
4
+
5
+ function IconChangelog(props, svgRef) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: "1em",
11
+ height: "1em",
12
+ focusable: false,
13
+ ref: svgRef
14
+ }, props), /*#__PURE__*/React.createElement("rect", {
15
+ x: 2,
16
+ y: 2,
17
+ width: 20,
18
+ height: 20,
19
+ rx: 3,
20
+ fill: "#DDE3E8"
21
+ }), /*#__PURE__*/React.createElement("rect", {
22
+ x: 5,
23
+ y: 6,
24
+ width: 14,
25
+ height: 2,
26
+ fill: "#324350"
27
+ }), /*#__PURE__*/React.createElement("rect", {
28
+ x: 5,
29
+ y: 11,
30
+ width: 14,
31
+ height: 2,
32
+ fill: "#324350"
33
+ }), /*#__PURE__*/React.createElement("rect", {
34
+ x: 5,
35
+ y: 16,
36
+ width: 10,
37
+ height: 2,
38
+ fill: "#324350"
39
+ }));
40
+ }
41
+
42
+ const ForwardRef = /*#__PURE__*/React.forwardRef(IconChangelog);
43
+ export default ForwardRef;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+
3
+ declare const Component: React.ForwardRefExoticComponent<React.SVGProps<SVGElement>>;
4
+
5
+ export default Component;