@douyinfe/semi-icons-lab 2.48.1-alpha.1 → 2.49.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.
- package/README.md +7 -0
- package/dist/umd/semi-icons-lab.js +257 -3
- package/dist/umd/semi-icons-lab.js.map +1 -1
- package/dist/umd/semi-icons-lab.min.js +1 -1
- package/dist/umd/semi-icons-lab.min.js.map +1 -1
- package/lib/cjs/icons/IconCarousel.d.ts +3 -0
- package/lib/cjs/icons/IconCarousel.js +53 -0
- package/lib/cjs/icons/IconConfig.d.ts +3 -0
- package/lib/cjs/icons/IconConfig.js +39 -0
- package/lib/cjs/icons/IconEmpty.d.ts +3 -0
- package/lib/cjs/icons/IconEmpty.js +61 -0
- package/lib/cjs/icons/IconOverflow.d.ts +3 -0
- package/lib/cjs/icons/IconOverflow.js +46 -0
- package/lib/cjs/icons/IconScrollList.js +1 -1
- package/lib/cjs/icons/IconTimeline.d.ts +3 -0
- package/lib/cjs/icons/IconTimeline.js +45 -0
- package/lib/cjs/icons/IconToken.d.ts +3 -0
- package/lib/cjs/icons/IconToken.js +48 -0
- package/lib/cjs/icons/index.d.ts +6 -0
- package/lib/cjs/icons/index.js +42 -0
- package/lib/cjs/index.d.ts +0 -1
- package/lib/cjs/index.js +2 -14
- package/lib/es/icons/IconCarousel.d.ts +3 -0
- package/lib/es/icons/IconCarousel.js +44 -0
- package/lib/es/icons/IconConfig.d.ts +3 -0
- package/lib/es/icons/IconConfig.js +30 -0
- package/lib/es/icons/IconEmpty.d.ts +3 -0
- package/lib/es/icons/IconEmpty.js +52 -0
- package/lib/es/icons/IconOverflow.d.ts +3 -0
- package/lib/es/icons/IconOverflow.js +37 -0
- package/lib/es/icons/IconScrollList.js +1 -1
- package/lib/es/icons/IconTimeline.d.ts +3 -0
- package/lib/es/icons/IconTimeline.js +36 -0
- package/lib/es/icons/IconToken.d.ts +3 -0
- package/lib/es/icons/IconToken.js +39 -0
- package/lib/es/icons/index.d.ts +6 -0
- package/lib/es/icons/index.js +6 -0
- package/lib/es/index.d.ts +0 -1
- package/lib/es/index.js +0 -1
- package/package.json +2 -2
- package/src/build.js +19 -0
- package/src/icons/IconCarousel.tsx +27 -0
- package/src/icons/IconConfig.tsx +32 -0
- package/src/icons/IconEmpty.tsx +51 -0
- package/src/icons/IconOverflow.tsx +23 -0
- package/src/icons/IconScrollList.tsx +1 -1
- package/src/icons/IconTimeline.tsx +23 -0
- package/src/icons/IconToken.tsx +23 -0
- package/src/icons/index.ts +6 -0
- package/src/index.ts +0 -1
- package/src/svgs/carousel.svg +7 -0
- package/src/svgs/config.svg +5 -0
- package/src/svgs/empty.svg +9 -0
- package/src/svgs/meta.json +96 -0
- package/src/svgs/overflow.svg +6 -0
- package/src/svgs/timeline.svg +6 -0
- package/src/svgs/token.svg +6 -0
package/README.md
CHANGED
|
@@ -23,3 +23,10 @@ import { IconAnchor } from '@douyinfe/semi-icons-lab';
|
|
|
23
23
|
ReactDOM.render(<IconAnchor />, root);
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## How to contribute icon to this package
|
|
29
|
+
- Add the svg file under the path ```src/svgs/```, naming references to other files.
|
|
30
|
+
- Run command ```lerna run build:icon --scope @douyinfe/semi-icons```, the corresponding tsx file will be generated under the path ```src/icons```.
|
|
31
|
+
- Add the category and name of the new icon to the ```src/svgs/meta.json``` file.
|
|
32
|
+
- Finally, run command ```yarn docsite``` and go to the icon page to confirm whether the icon is successfully added.
|
|
@@ -174,6 +174,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
174
174
|
"IconButton": () => (/* reexport */ IconButton),
|
|
175
175
|
"IconCalendar": () => (/* reexport */ IconCalendar),
|
|
176
176
|
"IconCard": () => (/* reexport */ IconCard),
|
|
177
|
+
"IconCarousel": () => (/* reexport */ IconCarousel),
|
|
177
178
|
"IconCascader": () => (/* reexport */ IconCascader),
|
|
178
179
|
"IconChangelog": () => (/* reexport */ IconChangelog),
|
|
179
180
|
"IconCheckbox": () => (/* reexport */ IconCheckbox),
|
|
@@ -181,11 +182,13 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
181
182
|
"IconCollapsible": () => (/* reexport */ IconCollapsible),
|
|
182
183
|
"IconColorPlatte": () => (/* reexport */ IconColorPlatte),
|
|
183
184
|
"IconColorPlatteNew": () => (/* reexport */ IconColorPlatteNew),
|
|
185
|
+
"IconConfig": () => (/* reexport */ IconConfig),
|
|
184
186
|
"IconDarkMode": () => (/* reexport */ IconDarkMode),
|
|
185
187
|
"IconDatePicker": () => (/* reexport */ IconDatePicker),
|
|
186
188
|
"IconDescriptions": () => (/* reexport */ IconDescriptions),
|
|
187
189
|
"IconDivider": () => (/* reexport */ IconDivider),
|
|
188
190
|
"IconDropdown": () => (/* reexport */ IconDropdown),
|
|
191
|
+
"IconEmpty": () => (/* reexport */ IconEmpty),
|
|
189
192
|
"IconFaq": () => (/* reexport */ IconFaq),
|
|
190
193
|
"IconForm": () => (/* reexport */ IconForm),
|
|
191
194
|
"IconGettingStarted": () => (/* reexport */ IconGettingStarted),
|
|
@@ -202,6 +205,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
202
205
|
"IconModal": () => (/* reexport */ IconModal),
|
|
203
206
|
"IconNavigation": () => (/* reexport */ IconNavigation),
|
|
204
207
|
"IconNotification": () => (/* reexport */ IconNotification),
|
|
208
|
+
"IconOverflow": () => (/* reexport */ IconOverflow),
|
|
205
209
|
"IconPagination": () => (/* reexport */ IconPagination),
|
|
206
210
|
"IconPopconfirm": () => (/* reexport */ IconPopconfirm),
|
|
207
211
|
"IconPopover": () => (/* reexport */ IconPopover),
|
|
@@ -222,7 +226,9 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
222
226
|
"IconTag": () => (/* reexport */ IconTag),
|
|
223
227
|
"IconTagInput": () => (/* reexport */ IconTagInput),
|
|
224
228
|
"IconTimePicker": () => (/* reexport */ IconTimePicker),
|
|
229
|
+
"IconTimeline": () => (/* reexport */ IconTimeline),
|
|
225
230
|
"IconToast": () => (/* reexport */ IconToast),
|
|
231
|
+
"IconToken": () => (/* reexport */ IconToken),
|
|
226
232
|
"IconTooltip": () => (/* reexport */ IconTooltip),
|
|
227
233
|
"IconTransfer": () => (/* reexport */ IconTransfer),
|
|
228
234
|
"IconTree": () => (/* reexport */ IconTree),
|
|
@@ -231,7 +237,6 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
231
237
|
"IconUpload": () => (/* reexport */ IconUpload),
|
|
232
238
|
"IconVersionTwo": () => (/* reexport */ IconVersionTwo),
|
|
233
239
|
"IconWheelChair": () => (/* reexport */ IconWheelChair),
|
|
234
|
-
"convertIcon": () => (/* reexport */ convertIcon),
|
|
235
240
|
"default": () => (/* binding */ es)
|
|
236
241
|
});
|
|
237
242
|
|
|
@@ -707,6 +712,51 @@ function IconCard_SvgComponent(props) {
|
|
|
707
712
|
}
|
|
708
713
|
const IconCard_IconComponent = convertIcon(IconCard_SvgComponent, 'card');
|
|
709
714
|
/* harmony default export */ const IconCard = (IconCard_IconComponent);
|
|
715
|
+
;// CONCATENATED MODULE: ./lib/es/icons/IconCarousel.js
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
function IconCarousel_SvgComponent(props) {
|
|
719
|
+
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
|
|
720
|
+
viewBox: "0 0 24 24",
|
|
721
|
+
fill: "none",
|
|
722
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
723
|
+
width: "1em",
|
|
724
|
+
height: "1em",
|
|
725
|
+
focusable: false,
|
|
726
|
+
"aria-hidden": true
|
|
727
|
+
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("rect", {
|
|
728
|
+
x: 10.5,
|
|
729
|
+
y: 7.5,
|
|
730
|
+
width: 11,
|
|
731
|
+
height: 11,
|
|
732
|
+
rx: 2,
|
|
733
|
+
fill: "#DDE3E8"
|
|
734
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("rect", {
|
|
735
|
+
x: 2.5,
|
|
736
|
+
y: 7.5,
|
|
737
|
+
width: 12,
|
|
738
|
+
height: 11,
|
|
739
|
+
rx: 2,
|
|
740
|
+
fill: "#AAB2BF"
|
|
741
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("rect", {
|
|
742
|
+
x: 5,
|
|
743
|
+
y: 5.5,
|
|
744
|
+
width: 14,
|
|
745
|
+
height: 13,
|
|
746
|
+
rx: 2,
|
|
747
|
+
fill: "#6A6F7F"
|
|
748
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
|
|
749
|
+
d: "M12.1824 10.7059C12.768 9.76471 14.232 9.76471 14.8176 10.7059L16.7939 13.8824C17.3795 14.8235 16.6475 16 15.4763 16H11.5237C10.3525 16 9.62051 14.8235 10.2061 13.8824L12.1824 10.7059Z",
|
|
750
|
+
fill: "#DDE3E8"
|
|
751
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("circle", {
|
|
752
|
+
cx: 8.5,
|
|
753
|
+
cy: 9.5,
|
|
754
|
+
r: 1.5,
|
|
755
|
+
fill: "white"
|
|
756
|
+
}));
|
|
757
|
+
}
|
|
758
|
+
const IconCarousel_IconComponent = convertIcon(IconCarousel_SvgComponent, 'carousel');
|
|
759
|
+
/* harmony default export */ const IconCarousel = (IconCarousel_IconComponent);
|
|
710
760
|
;// CONCATENATED MODULE: ./lib/es/icons/IconCascader.js
|
|
711
761
|
|
|
712
762
|
|
|
@@ -944,6 +994,37 @@ function IconColorPlatte_SvgComponent(props) {
|
|
|
944
994
|
}
|
|
945
995
|
const IconColorPlatte_IconComponent = convertIcon(IconColorPlatte_SvgComponent, 'color-platte');
|
|
946
996
|
/* harmony default export */ const IconColorPlatte = (IconColorPlatte_IconComponent);
|
|
997
|
+
;// CONCATENATED MODULE: ./lib/es/icons/IconConfig.js
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
function IconConfig_SvgComponent(props) {
|
|
1001
|
+
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
|
|
1002
|
+
viewBox: "0 0 24 24",
|
|
1003
|
+
fill: "none",
|
|
1004
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1005
|
+
width: "1em",
|
|
1006
|
+
height: "1em",
|
|
1007
|
+
focusable: false,
|
|
1008
|
+
"aria-hidden": true
|
|
1009
|
+
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
|
|
1010
|
+
fillRule: "evenodd",
|
|
1011
|
+
clipRule: "evenodd",
|
|
1012
|
+
d: "M10.2983 1C9.83136 1 9.4266 1.32309 9.32313 1.77838L8.6518 4.73223C8.2046 4.93859 7.77969 5.18502 7.38167 5.46689L4.48633 4.57087C4.04031 4.43284 3.55812 4.62183 3.32467 5.02617L1.6229 7.97373C1.38945 8.37807 1.46688 8.89015 1.80943 9.20741L4.03314 11.2669C4.01121 11.5083 4 11.7529 4 12C4 12.2471 4.0112 12.4916 4.03313 12.733L1.80943 14.7925C1.46688 15.1098 1.38945 15.6218 1.6229 16.0262L3.32467 18.9737C3.55812 19.3781 4.0403 19.5671 4.48633 19.429L7.38158 18.533C7.77963 18.8149 8.20457 19.0614 8.6518 19.2678L9.32313 22.2216C9.4266 22.6769 9.83136 23 10.2983 23H13.7018C14.1687 23 14.5735 22.6769 14.6769 22.2216L15.3483 19.2677C15.7955 19.0614 16.2204 18.8149 16.6185 18.533L19.5138 19.429C19.9598 19.5671 20.442 19.3781 20.6755 18.9737L22.3772 16.0262C22.6107 15.6218 22.5333 15.1098 22.1907 14.7925L19.9669 12.7329C19.9888 12.4915 20 12.2471 20 12C20 11.7529 19.9888 11.5084 19.9669 11.267L22.1907 9.20741C22.5333 8.89015 22.6107 8.37807 22.3772 7.97373L20.6755 5.02617C20.442 4.62183 19.9598 4.43284 19.5138 4.57087L16.6184 5.46692C16.2204 5.18505 15.7955 4.93863 15.3483 4.73226L14.6769 1.77838C14.5735 1.32309 14.1687 1 13.7018 1H10.2983Z",
|
|
1013
|
+
fill: "#DDE3E8"
|
|
1014
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
|
|
1015
|
+
fillRule: "evenodd",
|
|
1016
|
+
clipRule: "evenodd",
|
|
1017
|
+
d: "M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z",
|
|
1018
|
+
fill: "#AAB2BF"
|
|
1019
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("circle", {
|
|
1020
|
+
cx: 12,
|
|
1021
|
+
cy: 12,
|
|
1022
|
+
r: 3,
|
|
1023
|
+
fill: "#324350"
|
|
1024
|
+
}));
|
|
1025
|
+
}
|
|
1026
|
+
const IconConfig_IconComponent = convertIcon(IconConfig_SvgComponent, 'config');
|
|
1027
|
+
/* harmony default export */ const IconConfig = (IconConfig_IconComponent);
|
|
947
1028
|
;// CONCATENATED MODULE: ./lib/es/icons/IconDarkMode.js
|
|
948
1029
|
|
|
949
1030
|
|
|
@@ -1163,6 +1244,59 @@ function IconDropdown_SvgComponent(props) {
|
|
|
1163
1244
|
}
|
|
1164
1245
|
const IconDropdown_IconComponent = convertIcon(IconDropdown_SvgComponent, 'dropdown');
|
|
1165
1246
|
/* harmony default export */ const IconDropdown = (IconDropdown_IconComponent);
|
|
1247
|
+
;// CONCATENATED MODULE: ./lib/es/icons/IconEmpty.js
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
function IconEmpty_SvgComponent(props) {
|
|
1251
|
+
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
|
|
1252
|
+
viewBox: "0 0 24 24",
|
|
1253
|
+
fill: "none",
|
|
1254
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1255
|
+
width: "1em",
|
|
1256
|
+
height: "1em",
|
|
1257
|
+
focusable: false,
|
|
1258
|
+
"aria-hidden": true
|
|
1259
|
+
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
|
|
1260
|
+
d: "M5.44134 9.08345C5.78441 8.41807 6.47035 8 7.21896 8H16.7804C17.5293 8 18.2155 8.4184 18.5584 9.08417L21.9336 15.6367L2.12891 15.5078L5.44134 9.08345Z",
|
|
1261
|
+
fill: "#AAB2BF"
|
|
1262
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
|
|
1263
|
+
d: "M6.72999 11.3166C6.89478 10.9658 7.2475 10.7417 7.63513 10.7417H16.3649C16.7525 10.7417 17.1052 10.9657 17.27 11.3166L19 14.9999H5L6.72999 11.3166Z",
|
|
1264
|
+
fill: "#6A6F7F"
|
|
1265
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("path", {
|
|
1266
|
+
d: "M2 16C2 15.4477 2.44772 15 3 15H21C21.5523 15 22 15.4477 22 16V21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21V16Z",
|
|
1267
|
+
fill: "#DDE3E8"
|
|
1268
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("rect", {
|
|
1269
|
+
x: 11,
|
|
1270
|
+
y: 1,
|
|
1271
|
+
width: 2,
|
|
1272
|
+
height: 5,
|
|
1273
|
+
rx: 1,
|
|
1274
|
+
fill: "#AAB2BF"
|
|
1275
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("rect", {
|
|
1276
|
+
x: 3.879,
|
|
1277
|
+
y: 4.293,
|
|
1278
|
+
width: 2,
|
|
1279
|
+
height: 4.3448,
|
|
1280
|
+
rx: 1,
|
|
1281
|
+
transform: "rotate(-45 3.87866 4.29285)",
|
|
1282
|
+
fill: "#AAB2BF"
|
|
1283
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("rect", {
|
|
1284
|
+
x: 18.573,
|
|
1285
|
+
y: 2.879,
|
|
1286
|
+
width: 2,
|
|
1287
|
+
height: 4.2175,
|
|
1288
|
+
rx: 1,
|
|
1289
|
+
transform: "rotate(45 18.5731 2.87866)",
|
|
1290
|
+
fill: "#AAB2BF"
|
|
1291
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("circle", {
|
|
1292
|
+
cx: 12,
|
|
1293
|
+
cy: 18.5,
|
|
1294
|
+
r: 1.5,
|
|
1295
|
+
fill: "#AAB2BF"
|
|
1296
|
+
}));
|
|
1297
|
+
}
|
|
1298
|
+
const IconEmpty_IconComponent = convertIcon(IconEmpty_SvgComponent, 'empty');
|
|
1299
|
+
/* harmony default export */ const IconEmpty = (IconEmpty_IconComponent);
|
|
1166
1300
|
;// CONCATENATED MODULE: ./lib/es/icons/IconFaq.js
|
|
1167
1301
|
|
|
1168
1302
|
|
|
@@ -1829,6 +1963,44 @@ function IconNotification_SvgComponent(props) {
|
|
|
1829
1963
|
}
|
|
1830
1964
|
const IconNotification_IconComponent = convertIcon(IconNotification_SvgComponent, 'notification');
|
|
1831
1965
|
/* harmony default export */ const IconNotification = (IconNotification_IconComponent);
|
|
1966
|
+
;// CONCATENATED MODULE: ./lib/es/icons/IconOverflow.js
|
|
1967
|
+
|
|
1968
|
+
|
|
1969
|
+
function IconOverflow_SvgComponent(props) {
|
|
1970
|
+
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
|
|
1971
|
+
viewBox: "0 0 24 24",
|
|
1972
|
+
fill: "none",
|
|
1973
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1974
|
+
width: "1em",
|
|
1975
|
+
height: "1em",
|
|
1976
|
+
focusable: false,
|
|
1977
|
+
"aria-hidden": true
|
|
1978
|
+
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("rect", {
|
|
1979
|
+
x: 1,
|
|
1980
|
+
y: 4,
|
|
1981
|
+
width: 22,
|
|
1982
|
+
height: 16,
|
|
1983
|
+
rx: 3,
|
|
1984
|
+
fill: "#DDE3E8"
|
|
1985
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("circle", {
|
|
1986
|
+
cx: 6,
|
|
1987
|
+
cy: 12,
|
|
1988
|
+
r: 2,
|
|
1989
|
+
fill: "#6A6F7F"
|
|
1990
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("circle", {
|
|
1991
|
+
cx: 12,
|
|
1992
|
+
cy: 12,
|
|
1993
|
+
r: 2,
|
|
1994
|
+
fill: "#6A6F7F"
|
|
1995
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("circle", {
|
|
1996
|
+
cx: 18,
|
|
1997
|
+
cy: 12,
|
|
1998
|
+
r: 2,
|
|
1999
|
+
fill: "#6A6F7F"
|
|
2000
|
+
}));
|
|
2001
|
+
}
|
|
2002
|
+
const IconOverflow_IconComponent = convertIcon(IconOverflow_SvgComponent, 'overflowList');
|
|
2003
|
+
/* harmony default export */ const IconOverflow = (IconOverflow_IconComponent);
|
|
1832
2004
|
;// CONCATENATED MODULE: ./lib/es/icons/IconPagination.js
|
|
1833
2005
|
|
|
1834
2006
|
|
|
@@ -2071,7 +2243,7 @@ function IconScrollList_SvgComponent(props) {
|
|
|
2071
2243
|
fill: "#DDE3E8"
|
|
2072
2244
|
}));
|
|
2073
2245
|
}
|
|
2074
|
-
const IconScrollList_IconComponent = convertIcon(IconScrollList_SvgComponent, '
|
|
2246
|
+
const IconScrollList_IconComponent = convertIcon(IconScrollList_SvgComponent, 'scrolllist');
|
|
2075
2247
|
/* harmony default export */ const IconScrollList = (IconScrollList_IconComponent);
|
|
2076
2248
|
;// CONCATENATED MODULE: ./lib/es/icons/IconSelect.js
|
|
2077
2249
|
|
|
@@ -2580,6 +2752,43 @@ function IconTimePicker_SvgComponent(props) {
|
|
|
2580
2752
|
}
|
|
2581
2753
|
const IconTimePicker_IconComponent = convertIcon(IconTimePicker_SvgComponent, 'time-picker');
|
|
2582
2754
|
/* harmony default export */ const IconTimePicker = (IconTimePicker_IconComponent);
|
|
2755
|
+
;// CONCATENATED MODULE: ./lib/es/icons/IconTimeline.js
|
|
2756
|
+
|
|
2757
|
+
|
|
2758
|
+
function IconTimeline_SvgComponent(props) {
|
|
2759
|
+
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
|
|
2760
|
+
viewBox: "0 0 24 24",
|
|
2761
|
+
fill: "none",
|
|
2762
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2763
|
+
width: "1em",
|
|
2764
|
+
height: "1em",
|
|
2765
|
+
focusable: false,
|
|
2766
|
+
"aria-hidden": true
|
|
2767
|
+
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("rect", {
|
|
2768
|
+
x: 3,
|
|
2769
|
+
y: 11,
|
|
2770
|
+
width: 18,
|
|
2771
|
+
height: 2,
|
|
2772
|
+
fill: "#AAB2BF"
|
|
2773
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("circle", {
|
|
2774
|
+
cx: 4,
|
|
2775
|
+
cy: 12,
|
|
2776
|
+
r: 3,
|
|
2777
|
+
fill: "#DDE3E8"
|
|
2778
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("circle", {
|
|
2779
|
+
cx: 12,
|
|
2780
|
+
cy: 12,
|
|
2781
|
+
r: 3,
|
|
2782
|
+
fill: "#DDE3E8"
|
|
2783
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("circle", {
|
|
2784
|
+
cx: 20,
|
|
2785
|
+
cy: 12,
|
|
2786
|
+
r: 3,
|
|
2787
|
+
fill: "#4CC3FA"
|
|
2788
|
+
}));
|
|
2789
|
+
}
|
|
2790
|
+
const IconTimeline_IconComponent = convertIcon(IconTimeline_SvgComponent, 'timeline');
|
|
2791
|
+
/* harmony default export */ const IconTimeline = (IconTimeline_IconComponent);
|
|
2583
2792
|
;// CONCATENATED MODULE: ./lib/es/icons/IconToast.js
|
|
2584
2793
|
|
|
2585
2794
|
|
|
@@ -2627,6 +2836,46 @@ function IconToast_SvgComponent(props) {
|
|
|
2627
2836
|
}
|
|
2628
2837
|
const IconToast_IconComponent = convertIcon(IconToast_SvgComponent, 'toast');
|
|
2629
2838
|
/* harmony default export */ const IconToast = (IconToast_IconComponent);
|
|
2839
|
+
;// CONCATENATED MODULE: ./lib/es/icons/IconToken.js
|
|
2840
|
+
|
|
2841
|
+
|
|
2842
|
+
function IconToken_SvgComponent(props) {
|
|
2843
|
+
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("svg", Object.assign({
|
|
2844
|
+
viewBox: "0 0 20 20",
|
|
2845
|
+
fill: "none",
|
|
2846
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2847
|
+
width: "1em",
|
|
2848
|
+
height: "1em",
|
|
2849
|
+
focusable: false,
|
|
2850
|
+
"aria-hidden": true
|
|
2851
|
+
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("rect", {
|
|
2852
|
+
width: 8,
|
|
2853
|
+
height: 8,
|
|
2854
|
+
rx: 4,
|
|
2855
|
+
fill: "#F0B114"
|
|
2856
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("rect", {
|
|
2857
|
+
y: 10,
|
|
2858
|
+
width: 8,
|
|
2859
|
+
height: 8,
|
|
2860
|
+
rx: 4,
|
|
2861
|
+
fill: "#E91E63"
|
|
2862
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("rect", {
|
|
2863
|
+
x: 10,
|
|
2864
|
+
width: 8,
|
|
2865
|
+
height: 8,
|
|
2866
|
+
rx: 4,
|
|
2867
|
+
fill: "#0077FA"
|
|
2868
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_.createElement("rect", {
|
|
2869
|
+
x: 10,
|
|
2870
|
+
y: 10,
|
|
2871
|
+
width: 8,
|
|
2872
|
+
height: 8,
|
|
2873
|
+
rx: 4,
|
|
2874
|
+
fill: "#00B3A1"
|
|
2875
|
+
}));
|
|
2876
|
+
}
|
|
2877
|
+
const IconToken_IconComponent = convertIcon(IconToken_SvgComponent, 'token');
|
|
2878
|
+
/* harmony default export */ const IconToken = (IconToken_IconComponent);
|
|
2630
2879
|
;// CONCATENATED MODULE: ./lib/es/icons/IconTooltip.js
|
|
2631
2880
|
|
|
2632
2881
|
|
|
@@ -2948,8 +3197,13 @@ const IconWheelChair_IconComponent = convertIcon(IconWheelChair_SvgComponent, 'w
|
|
|
2948
3197
|
|
|
2949
3198
|
|
|
2950
3199
|
|
|
2951
|
-
;// CONCATENATED MODULE: ./lib/es/index.js
|
|
2952
3200
|
|
|
3201
|
+
|
|
3202
|
+
|
|
3203
|
+
|
|
3204
|
+
|
|
3205
|
+
|
|
3206
|
+
;// CONCATENATED MODULE: ./lib/es/index.js
|
|
2953
3207
|
|
|
2954
3208
|
|
|
2955
3209
|
/* harmony default export */ const es = (components_Icon);
|