@douyinfe/semi-icons 2.23.0-alpha.0 → 2.23.0-alpha.2

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 (53) hide show
  1. package/dist/umd/semi-icons.js +241 -0
  2. package/dist/umd/semi-icons.js.map +1 -1
  3. package/dist/umd/semi-icons.min.js +1 -1
  4. package/dist/umd/semi-icons.min.js.map +1 -1
  5. package/lib/cjs/icons/IconCalendarStroked.d.ts +3 -0
  6. package/lib/cjs/icons/IconCalendarStroked.js +35 -0
  7. package/lib/cjs/icons/IconConfigStroked.d.ts +3 -0
  8. package/lib/cjs/icons/IconConfigStroked.js +83 -0
  9. package/lib/cjs/icons/IconConnectionPoint1.d.ts +3 -0
  10. package/lib/cjs/icons/IconConnectionPoint1.js +35 -0
  11. package/lib/cjs/icons/IconConnectionPoint2.d.ts +3 -0
  12. package/lib/cjs/icons/IconConnectionPoint2.js +35 -0
  13. package/lib/cjs/icons/IconIssueStroked.d.ts +3 -0
  14. package/lib/cjs/icons/IconIssueStroked.js +53 -0
  15. package/lib/cjs/icons/IconStoryStroked.d.ts +3 -0
  16. package/lib/cjs/icons/IconStoryStroked.js +35 -0
  17. package/lib/cjs/icons/IconVersionStroked.d.ts +3 -0
  18. package/lib/cjs/icons/IconVersionStroked.js +35 -0
  19. package/lib/cjs/icons/index.d.ts +7 -0
  20. package/lib/cjs/icons/index.js +56 -0
  21. package/lib/es/icons/IconCalendarStroked.d.ts +3 -0
  22. package/lib/es/icons/IconCalendarStroked.js +22 -0
  23. package/lib/es/icons/IconConfigStroked.d.ts +3 -0
  24. package/lib/es/icons/IconConfigStroked.js +70 -0
  25. package/lib/es/icons/IconConnectionPoint1.d.ts +3 -0
  26. package/lib/es/icons/IconConnectionPoint1.js +22 -0
  27. package/lib/es/icons/IconConnectionPoint2.d.ts +3 -0
  28. package/lib/es/icons/IconConnectionPoint2.js +22 -0
  29. package/lib/es/icons/IconIssueStroked.d.ts +3 -0
  30. package/lib/es/icons/IconIssueStroked.js +40 -0
  31. package/lib/es/icons/IconStoryStroked.d.ts +3 -0
  32. package/lib/es/icons/IconStoryStroked.js +22 -0
  33. package/lib/es/icons/IconVersionStroked.d.ts +3 -0
  34. package/lib/es/icons/IconVersionStroked.js +22 -0
  35. package/lib/es/icons/index.d.ts +7 -0
  36. package/lib/es/icons/index.js +7 -0
  37. package/package.json +3 -3
  38. package/src/icons/IconCalendarStroked.tsx +27 -0
  39. package/src/icons/IconConfigStroked.tsx +37 -0
  40. package/src/icons/IconConnectionPoint1.tsx +27 -0
  41. package/src/icons/IconConnectionPoint2.tsx +27 -0
  42. package/src/icons/IconIssueStroked.tsx +31 -0
  43. package/src/icons/IconStoryStroked.tsx +27 -0
  44. package/src/icons/IconVersionStroked.tsx +27 -0
  45. package/src/icons/index.ts +7 -0
  46. package/src/svgs/calendar_stroked.svg +3 -0
  47. package/src/svgs/config_stroked.svg +18 -0
  48. package/src/svgs/connection_point_1.svg +1 -0
  49. package/src/svgs/connection_point_2.svg +1 -0
  50. package/src/svgs/issue_stroked.svg +12 -0
  51. package/src/svgs/meta.json +28 -0
  52. package/src/svgs/storys_stroked.svg +3 -0
  53. package/src/svgs/version_stroked.svg +1 -0
@@ -175,6 +175,7 @@ __webpack_require__.d(__webpack_exports__, "IconButtonStroked", function() { ret
175
175
  __webpack_require__.d(__webpack_exports__, "IconBytedanceLogo", function() { return /* reexport */ IconBytedanceLogo; });
176
176
  __webpack_require__.d(__webpack_exports__, "IconCalendar", function() { return /* reexport */ IconCalendar; });
177
177
  __webpack_require__.d(__webpack_exports__, "IconCalendarClock", function() { return /* reexport */ IconCalendarClock; });
178
+ __webpack_require__.d(__webpack_exports__, "IconCalendarStroked", function() { return /* reexport */ IconCalendarStroked; });
178
179
  __webpack_require__.d(__webpack_exports__, "IconCamera", function() { return /* reexport */ IconCamera; });
179
180
  __webpack_require__.d(__webpack_exports__, "IconCandlestickChartStroked", function() { return /* reexport */ IconCandlestickChartStroked; });
180
181
  __webpack_require__.d(__webpack_exports__, "IconCaretdown", function() { return /* reexport */ IconCaretdown; });
@@ -215,6 +216,9 @@ __webpack_require__.d(__webpack_exports__, "IconCommentStroked", function() { re
215
216
  __webpack_require__.d(__webpack_exports__, "IconComponent", function() { return /* reexport */ icons_IconComponent; });
216
217
  __webpack_require__.d(__webpack_exports__, "IconComponentPlaceholderStroked", function() { return /* reexport */ IconComponentPlaceholderStroked; });
217
218
  __webpack_require__.d(__webpack_exports__, "IconComponentStroked", function() { return /* reexport */ IconComponentStroked; });
219
+ __webpack_require__.d(__webpack_exports__, "IconConfigStroked", function() { return /* reexport */ IconConfigStroked; });
220
+ __webpack_require__.d(__webpack_exports__, "IconConnectionPoint1", function() { return /* reexport */ IconConnectionPoint1; });
221
+ __webpack_require__.d(__webpack_exports__, "IconConnectionPoint2", function() { return /* reexport */ IconConnectionPoint2; });
218
222
  __webpack_require__.d(__webpack_exports__, "IconContrast", function() { return /* reexport */ IconContrast; });
219
223
  __webpack_require__.d(__webpack_exports__, "IconCopy", function() { return /* reexport */ IconCopy; });
220
224
  __webpack_require__.d(__webpack_exports__, "IconCopyAdd", function() { return /* reexport */ IconCopyAdd; });
@@ -337,6 +341,7 @@ __webpack_require__.d(__webpack_exports__, "IconInnerSectionStroked", function()
337
341
  __webpack_require__.d(__webpack_exports__, "IconInstagram", function() { return /* reexport */ IconInstagram; });
338
342
  __webpack_require__.d(__webpack_exports__, "IconInteractiveStroked", function() { return /* reexport */ IconInteractiveStroked; });
339
343
  __webpack_require__.d(__webpack_exports__, "IconInviteStroked", function() { return /* reexport */ IconInviteStroked; });
344
+ __webpack_require__.d(__webpack_exports__, "IconIssueStroked", function() { return /* reexport */ IconIssueStroked; });
340
345
  __webpack_require__.d(__webpack_exports__, "IconItalic", function() { return /* reexport */ IconItalic; });
341
346
  __webpack_require__.d(__webpack_exports__, "IconJianying", function() { return /* reexport */ IconJianying; });
342
347
  __webpack_require__.d(__webpack_exports__, "IconKanban", function() { return /* reexport */ IconKanban; });
@@ -476,6 +481,7 @@ __webpack_require__.d(__webpack_exports__, "IconStar", function() { return /* re
476
481
  __webpack_require__.d(__webpack_exports__, "IconStarStroked", function() { return /* reexport */ IconStarStroked; });
477
482
  __webpack_require__.d(__webpack_exports__, "IconStop", function() { return /* reexport */ IconStop; });
478
483
  __webpack_require__.d(__webpack_exports__, "IconStopwatchStroked", function() { return /* reexport */ IconStopwatchStroked; });
484
+ __webpack_require__.d(__webpack_exports__, "IconStoryStroked", function() { return /* reexport */ IconStoryStroked; });
479
485
  __webpack_require__.d(__webpack_exports__, "IconStrikeThrough", function() { return /* reexport */ IconStrikeThrough; });
480
486
  __webpack_require__.d(__webpack_exports__, "IconSun", function() { return /* reexport */ IconSun; });
481
487
  __webpack_require__.d(__webpack_exports__, "IconSync", function() { return /* reexport */ IconSync; });
@@ -532,6 +538,7 @@ __webpack_require__.d(__webpack_exports__, "IconUserSetting", function() { retur
532
538
  __webpack_require__.d(__webpack_exports__, "IconUserStroked", function() { return /* reexport */ IconUserStroked; });
533
539
  __webpack_require__.d(__webpack_exports__, "IconVennChartStroked", function() { return /* reexport */ IconVennChartStroked; });
534
540
  __webpack_require__.d(__webpack_exports__, "IconVerify", function() { return /* reexport */ IconVerify; });
541
+ __webpack_require__.d(__webpack_exports__, "IconVersionStroked", function() { return /* reexport */ IconVersionStroked; });
535
542
  __webpack_require__.d(__webpack_exports__, "IconVideo", function() { return /* reexport */ IconVideo; });
536
543
  __webpack_require__.d(__webpack_exports__, "IconVideoDouyinStroked", function() { return /* reexport */ IconVideoDouyinStroked; });
537
544
  __webpack_require__.d(__webpack_exports__, "IconVideoListStroked", function() { return /* reexport */ IconVideoListStroked; });
@@ -2137,6 +2144,29 @@ function IconCalendarClock_SvgComponent(props) {
2137
2144
 
2138
2145
  const IconCalendarClock_IconComponent = convertIcon(IconCalendarClock_SvgComponent, 'calendar_clock');
2139
2146
  /* harmony default export */ var IconCalendarClock = (IconCalendarClock_IconComponent);
2147
+ // CONCATENATED MODULE: ./lib/es/icons/IconCalendarStroked.js
2148
+
2149
+
2150
+
2151
+ function IconCalendarStroked_SvgComponent(props) {
2152
+ return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("svg", Object.assign({
2153
+ viewBox: "0 0 24 24",
2154
+ width: "1em",
2155
+ height: "1em",
2156
+ xmlns: "http://www.w3.org/2000/svg",
2157
+ fill: "none",
2158
+ focusable: false,
2159
+ "aria-hidden": true
2160
+ }, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("path", {
2161
+ fillRule: "evenodd",
2162
+ clipRule: "evenodd",
2163
+ d: "M9.65168 2.11236C9.65168 1.49802 9.15366 1 8.53932 1C7.92498 1 7.42696 1.49802 7.42696 2.11236V2.97754H3.10112C1.94071 2.97754 1 3.91824 1 5.07866V10.0225V15.955V20.8989C1 22.0593 1.94071 23 3.10112 23H8.53049L8.53932 23L8.54816 23H15.4518C15.4548 23 15.4577 23 15.4607 23C15.4636 23 15.4666 23 15.4695 23H20.8989C22.0593 23 23 22.0593 23 20.8989V15.955V10.0225V5.07866C23 3.91824 22.0593 2.97754 20.8989 2.97754H16.573V2.11236C16.573 1.49802 16.075 1 15.4607 1C14.8463 1 14.3483 1.49802 14.3483 2.11236V2.97754H9.65168V2.11236ZM16.573 20.7753H20.7753V17.0674H16.573V20.7753ZM16.573 14.8427H20.7753V11.1349H16.573V14.8427ZM14.3483 11.1349V14.8427H9.65168V11.1349H14.3483ZM15.4607 8.91016H20.7753V5.20226H16.573V6.06742C16.573 6.68175 16.075 7.17978 15.4607 7.17978C14.8463 7.17978 14.3483 6.68175 14.3483 6.06742V5.20226H9.65168V6.06742C9.65168 6.68175 9.15366 7.17978 8.53932 7.17978C7.92498 7.17978 7.42696 6.68175 7.42696 6.06742V5.20226H3.22472V8.91016H8.53932H15.4607ZM14.3483 17.0674V20.7753H9.65168V17.0674H14.3483ZM7.42696 20.7753V17.0674H3.22472V20.7753H7.42696ZM7.42696 14.8427V11.1349H3.22472V14.8427H7.42696Z",
2164
+ fill: "currentColor"
2165
+ }));
2166
+ }
2167
+
2168
+ const IconCalendarStroked_IconComponent = convertIcon(IconCalendarStroked_SvgComponent, 'calendar_stroked');
2169
+ /* harmony default export */ var IconCalendarStroked = (IconCalendarStroked_IconComponent);
2140
2170
  // CONCATENATED MODULE: ./lib/es/icons/IconCamera.js
2141
2171
 
2142
2172
 
@@ -3087,6 +3117,123 @@ function IconComponentStroked_SvgComponent(props) {
3087
3117
 
3088
3118
  const IconComponentStroked_IconComponent = convertIcon(IconComponentStroked_SvgComponent, 'component_stroked');
3089
3119
  /* harmony default export */ var IconComponentStroked = (IconComponentStroked_IconComponent);
3120
+ // CONCATENATED MODULE: ./lib/es/icons/IconConfigStroked.js
3121
+
3122
+
3123
+
3124
+ function IconConfigStroked_SvgComponent(props) {
3125
+ return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("svg", Object.assign({
3126
+ viewBox: "0 0 24 24",
3127
+ width: "1em",
3128
+ height: "1em",
3129
+ xmlns: "http://www.w3.org/2000/svg",
3130
+ fill: "none",
3131
+ focusable: false,
3132
+ "aria-hidden": true
3133
+ }, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("g", {
3134
+ clipPath: "url(#clip0_1478_52)"
3135
+ }, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("path", {
3136
+ fillRule: "evenodd",
3137
+ clipRule: "evenodd",
3138
+ d: "M16.9539 4.23508C16.9539 3.61376 17.4575 3.11008 18.0789 3.11008H21.3947C22.016 3.11008 22.5197 3.61376 22.5197 4.23508C22.5197 4.8564 22.016 5.36008 21.3947 5.36008H18.0789C17.4575 5.36008 16.9539 4.8564 16.9539 4.23508Z",
3139
+ fill: "currentColor"
3140
+ }), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("path", {
3141
+ fillRule: "evenodd",
3142
+ clipRule: "evenodd",
3143
+ d: "M13.6579 0.900024C14.2792 0.900024 14.7829 1.4037 14.7829 2.02502V6.44608C14.7829 7.0674 14.2792 7.57108 13.6579 7.57108C13.0366 7.57108 12.5329 7.0674 12.5329 6.44608V2.02502C12.5329 1.4037 13.0366 0.900024 13.6579 0.900024Z",
3144
+ fill: "currentColor"
3145
+ }), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("path", {
3146
+ fillRule: "evenodd",
3147
+ clipRule: "evenodd",
3148
+ d: "M0.375 4.23508C0.375 3.61376 0.87868 3.11008 1.5 3.11008H13.6579C14.2792 3.11008 14.7829 3.61376 14.7829 4.23508C14.7829 4.8564 14.2792 5.36008 13.6579 5.36008H1.5C0.87868 5.36008 0.375 4.8564 0.375 4.23508Z",
3149
+ fill: "currentColor"
3150
+ }), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("path", {
3151
+ fillRule: "evenodd",
3152
+ clipRule: "evenodd",
3153
+ d: "M0.375 11.9727C0.375 11.3514 0.87868 10.8477 1.5 10.8477H5.92106C6.54238 10.8477 7.04606 11.3514 7.04606 11.9727C7.04606 12.594 6.54238 13.0977 5.92106 13.0977H1.5C0.87868 13.0977 0.375 12.594 0.375 11.9727Z",
3154
+ fill: "currentColor"
3155
+ }), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("path", {
3156
+ fillRule: "evenodd",
3157
+ clipRule: "evenodd",
3158
+ d: "M10.3421 8.63694C10.9634 8.63694 11.4671 9.14062 11.4671 9.76194V14.183C11.4671 14.8043 10.9634 15.308 10.3421 15.308C9.72079 15.308 9.21711 14.8043 9.21711 14.183V9.76194C9.21711 9.14062 9.72079 8.63694 10.3421 8.63694Z",
3159
+ fill: "currentColor"
3160
+ }), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("path", {
3161
+ fillRule: "evenodd",
3162
+ clipRule: "evenodd",
3163
+ d: "M9.21711 11.9727C9.21711 11.3514 9.72079 10.8477 10.3421 10.8477H22.5C23.1213 10.8477 23.625 11.3514 23.625 11.9727C23.625 12.594 23.1213 13.0977 22.5 13.0977H10.3421C9.72079 13.0977 9.21711 12.594 9.21711 11.9727Z",
3164
+ fill: "currentColor"
3165
+ }), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("path", {
3166
+ fillRule: "evenodd",
3167
+ clipRule: "evenodd",
3168
+ d: "M16.9539 19.7096C16.9539 19.0883 17.4575 18.5846 18.0789 18.5846H21.3947C22.016 18.5846 22.5197 19.0883 22.5197 19.7096C22.5197 20.3309 22.016 20.8346 21.3947 20.8346H18.0789C17.4575 20.8346 16.9539 20.3309 16.9539 19.7096Z",
3169
+ fill: "currentColor"
3170
+ }), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("path", {
3171
+ fillRule: "evenodd",
3172
+ clipRule: "evenodd",
3173
+ d: "M13.6579 16.3739C14.2792 16.3739 14.7829 16.8775 14.7829 17.4989V21.9199C14.7829 22.5412 14.2792 23.0449 13.6579 23.0449C13.0366 23.0449 12.5329 22.5412 12.5329 21.9199V17.4989C12.5329 16.8775 13.0366 16.3739 13.6579 16.3739Z",
3174
+ fill: "currentColor"
3175
+ }), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("path", {
3176
+ fillRule: "evenodd",
3177
+ clipRule: "evenodd",
3178
+ d: "M0.375 19.7096C0.375 19.0883 0.87868 18.5846 1.5 18.5846H13.6579C14.2792 18.5846 14.7829 19.0883 14.7829 19.7096C14.7829 20.3309 14.2792 20.8346 13.6579 20.8346H1.5C0.87868 20.8346 0.375 20.3309 0.375 19.7096Z",
3179
+ fill: "currentColor"
3180
+ })), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("defs", null, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("clipPath", {
3181
+ id: "clip0_1478_52"
3182
+ }, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("rect", {
3183
+ width: "24",
3184
+ height: "24",
3185
+ fill: "white"
3186
+ }))));
3187
+ }
3188
+
3189
+ const IconConfigStroked_IconComponent = convertIcon(IconConfigStroked_SvgComponent, 'config_stroked');
3190
+ /* harmony default export */ var IconConfigStroked = (IconConfigStroked_IconComponent);
3191
+ // CONCATENATED MODULE: ./lib/es/icons/IconConnectionPoint1.js
3192
+
3193
+
3194
+
3195
+ function IconConnectionPoint1_SvgComponent(props) {
3196
+ return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("svg", Object.assign({
3197
+ viewBox: "0 0 24 24",
3198
+ width: "1em",
3199
+ height: "1em",
3200
+ xmlns: "http://www.w3.org/2000/svg",
3201
+ fill: "none",
3202
+ focusable: false,
3203
+ "aria-hidden": true
3204
+ }, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("path", {
3205
+ fillRule: "evenodd",
3206
+ clipRule: "evenodd",
3207
+ d: "M1 3C1 1.89543 1.89543 1 3 1H21C22.1045 1 23 1.89543 23 3V9C23 10.1046 22.1045 11 21 11H7.5V15C7.5 15.8284 8.17157 16.5 9 16.5H13V15C13 13.8954 13.8954 13 15 13H21C22.1046 13 23 13.8954 23 15V21C23 22.1046 22.1046 23 21 23H15C13.8954 23 13 22.1046 13 21V19.5H9C6.51472 19.5 4.5 17.4853 4.5 15V11H3C1.89543 11 1 10.1046 1 9V3Z",
3208
+ fill: "currentColor"
3209
+ }));
3210
+ }
3211
+
3212
+ const IconConnectionPoint1_IconComponent = convertIcon(IconConnectionPoint1_SvgComponent, 'connection_point_1');
3213
+ /* harmony default export */ var IconConnectionPoint1 = (IconConnectionPoint1_IconComponent);
3214
+ // CONCATENATED MODULE: ./lib/es/icons/IconConnectionPoint2.js
3215
+
3216
+
3217
+
3218
+ function IconConnectionPoint2_SvgComponent(props) {
3219
+ return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("svg", Object.assign({
3220
+ viewBox: "0 0 24 24",
3221
+ width: "1em",
3222
+ height: "1em",
3223
+ xmlns: "http://www.w3.org/2000/svg",
3224
+ fill: "none",
3225
+ focusable: false,
3226
+ "aria-hidden": true
3227
+ }, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("path", {
3228
+ fillRule: "evenodd",
3229
+ clipRule: "evenodd",
3230
+ d: "M1 3C1 1.89543 1.89543 1 3 1H21C22.1045 1 23 1.89543 23 3V9C23 10.1046 22.1045 11 21 11H7.5V15C7.5 15.8284 8.17157 16.5 9 16.5H13V15C13 13.8954 13.8954 13 15 13H21C22.1046 13 23 13.8954 23 15V21C23 22.1046 22.1046 23 21 23H15C13.8954 23 13 22.1046 13 21V19.5H9C6.51472 19.5 4.5 17.4853 4.5 15V11H3C1.89543 11 1 10.1046 1 9V3ZM16 16V20H20V16H16Z",
3231
+ fill: "currentColor"
3232
+ }));
3233
+ }
3234
+
3235
+ const IconConnectionPoint2_IconComponent = convertIcon(IconConnectionPoint2_SvgComponent, 'connection_point_2');
3236
+ /* harmony default export */ var IconConnectionPoint2 = (IconConnectionPoint2_IconComponent);
3090
3237
  // CONCATENATED MODULE: ./lib/es/icons/IconContrast.js
3091
3238
 
3092
3239
 
@@ -5997,6 +6144,47 @@ function IconInviteStroked_SvgComponent(props) {
5997
6144
 
5998
6145
  const IconInviteStroked_IconComponent = convertIcon(IconInviteStroked_SvgComponent, 'invite_stroked');
5999
6146
  /* harmony default export */ var IconInviteStroked = (IconInviteStroked_IconComponent);
6147
+ // CONCATENATED MODULE: ./lib/es/icons/IconIssueStroked.js
6148
+
6149
+
6150
+
6151
+ function IconIssueStroked_SvgComponent(props) {
6152
+ return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("svg", Object.assign({
6153
+ viewBox: "0 0 24 24",
6154
+ width: "1em",
6155
+ height: "1em",
6156
+ xmlns: "http://www.w3.org/2000/svg",
6157
+ fill: "none",
6158
+ focusable: false,
6159
+ "aria-hidden": true
6160
+ }, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("g", {
6161
+ clipPath: "url(#clip0_1477_35)"
6162
+ }, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("path", {
6163
+ fillRule: "evenodd",
6164
+ clipRule: "evenodd",
6165
+ d: "M4.13344 4.13343C6.14546 2.12144 8.92825 0.875 12 0.875C15.0718 0.875 17.8545 2.12144 19.8665 4.13343C21.8785 6.14545 23.125 8.92825 23.125 12C23.125 15.0718 21.8785 17.8545 19.8665 19.8665C17.8545 21.8785 15.0718 23.125 12 23.125C8.92825 23.125 6.14546 21.8785 4.13344 19.8666C2.12145 17.8545 0.875 15.0718 0.875 12C0.875 8.92825 2.12146 6.14545 4.13344 4.13343ZM5.72442 5.72443C5.72441 5.72444 5.72442 5.72443 5.72442 5.72443C7.33174 4.11714 9.54896 3.125 12 3.125C14.451 3.125 16.6683 4.11714 18.2756 5.72443C19.8829 7.33174 20.875 9.54896 20.875 12C20.875 14.451 19.8829 16.6683 18.2756 18.2756C16.6683 19.8829 14.451 20.875 12 20.875C9.54896 20.875 7.33174 19.8829 5.72443 18.2756C4.11714 16.6683 3.125 14.451 3.125 12C3.125 9.54896 4.11713 7.33175 5.72442 5.72443Z",
6166
+ fill: "currentColor"
6167
+ }), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("path", {
6168
+ fillRule: "evenodd",
6169
+ clipRule: "evenodd",
6170
+ d: "M12 18.5C12.6904 18.5 13.25 17.9404 13.25 17.25C13.25 16.5597 12.6904 16 12 16C11.3097 16 10.75 16.5597 10.75 17.25C10.75 17.9404 11.3097 18.5 12 18.5Z",
6171
+ fill: "currentColor"
6172
+ }), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("path", {
6173
+ fillRule: "evenodd",
6174
+ clipRule: "evenodd",
6175
+ d: "M12 4.875C12.6213 4.875 13.125 5.37868 13.125 6V14C13.125 14.6213 12.6213 15.125 12 15.125C11.3787 15.125 10.875 14.6213 10.875 14V6C10.875 5.37868 11.3787 4.875 12 4.875Z",
6176
+ fill: "currentColor"
6177
+ })), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("defs", null, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("clipPath", {
6178
+ id: "clip0_1477_35"
6179
+ }, /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("rect", {
6180
+ width: "24",
6181
+ height: "24",
6182
+ fill: "white"
6183
+ }))));
6184
+ }
6185
+
6186
+ const IconIssueStroked_IconComponent = convertIcon(IconIssueStroked_SvgComponent, 'issue_stroked');
6187
+ /* harmony default export */ var IconIssueStroked = (IconIssueStroked_IconComponent);
6000
6188
  // CONCATENATED MODULE: ./lib/es/icons/IconItalic.js
6001
6189
 
6002
6190
 
@@ -9271,6 +9459,29 @@ function IconStopwatchStroked_SvgComponent(props) {
9271
9459
 
9272
9460
  const IconStopwatchStroked_IconComponent = convertIcon(IconStopwatchStroked_SvgComponent, 'stopwatch_stroked');
9273
9461
  /* harmony default export */ var IconStopwatchStroked = (IconStopwatchStroked_IconComponent);
9462
+ // CONCATENATED MODULE: ./lib/es/icons/IconStoryStroked.js
9463
+
9464
+
9465
+
9466
+ function IconStoryStroked_SvgComponent(props) {
9467
+ return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("svg", Object.assign({
9468
+ viewBox: "0 0 24 24",
9469
+ width: "1em",
9470
+ height: "1em",
9471
+ xmlns: "http://www.w3.org/2000/svg",
9472
+ fill: "none",
9473
+ focusable: false,
9474
+ "aria-hidden": true
9475
+ }, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("path", {
9476
+ fillRule: "evenodd",
9477
+ clipRule: "evenodd",
9478
+ d: "M20.36 12C20.36 16.6171 16.6171 20.36 12 20.36C7.3829 20.36 3.64 16.6171 3.64 12C3.64 7.3829 7.3829 3.64 12 3.64C16.6171 3.64 20.36 7.3829 20.36 12ZM23 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 12ZM17.5534 9.85334C18.0689 9.33784 18.0689 8.50207 17.5534 7.98657C17.0379 7.47108 16.2021 7.47108 15.6866 7.98657L10.02 13.6532L7.65338 11.2866C7.13789 10.7711 6.30211 10.7711 5.78662 11.2866C5.27113 11.8021 5.27113 12.6378 5.78662 13.1533L9.08662 16.4533C9.33417 16.7009 9.66992 16.84 10.02 16.84C10.3701 16.84 10.7058 16.7009 10.9534 16.4533L17.5534 9.85334Z",
9479
+ fill: "currentColor"
9480
+ }));
9481
+ }
9482
+
9483
+ const IconStoryStroked_IconComponent = convertIcon(IconStoryStroked_SvgComponent, 'story_stroked');
9484
+ /* harmony default export */ var IconStoryStroked = (IconStoryStroked_IconComponent);
9274
9485
  // CONCATENATED MODULE: ./lib/es/icons/IconStrikeThrough.js
9275
9486
 
9276
9487
 
@@ -10639,6 +10850,29 @@ function IconVerify_SvgComponent(props) {
10639
10850
 
10640
10851
  const IconVerify_IconComponent = convertIcon(IconVerify_SvgComponent, 'verify');
10641
10852
  /* harmony default export */ var IconVerify = (IconVerify_IconComponent);
10853
+ // CONCATENATED MODULE: ./lib/es/icons/IconVersionStroked.js
10854
+
10855
+
10856
+
10857
+ function IconVersionStroked_SvgComponent(props) {
10858
+ return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("svg", Object.assign({
10859
+ viewBox: "0 0 24 24",
10860
+ width: "1em",
10861
+ height: "1em",
10862
+ xmlns: "http://www.w3.org/2000/svg",
10863
+ fill: "none",
10864
+ focusable: false,
10865
+ "aria-hidden": true
10866
+ }, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("path", {
10867
+ fillRule: "evenodd",
10868
+ clipRule: "evenodd",
10869
+ d: "M5.125 3.125V20.1518L11.4833 16.8643C11.8074 16.6968 12.1926 16.6968 12.5167 16.8643L18.875 20.1518V3.125H5.125ZM2.875 3C2.875 1.82639 3.82639 0.875 5 0.875H19C20.1736 0.875 21.125 1.82641 21.125 3V22C21.125 22.3926 20.9203 22.7568 20.585 22.961C20.2496 23.1651 19.8321 23.1796 19.4833 22.9993L12 19.1301L4.5167 22.9993C4.16794 23.1796 3.75041 23.1651 3.41505 22.961C3.07968 22.7568 2.875 22.3926 2.875 22V3Z",
10870
+ fill: "currentColor"
10871
+ }));
10872
+ }
10873
+
10874
+ const IconVersionStroked_IconComponent = convertIcon(IconVersionStroked_SvgComponent, 'version_stroked');
10875
+ /* harmony default export */ var IconVersionStroked = (IconVersionStroked_IconComponent);
10642
10876
  // CONCATENATED MODULE: ./lib/es/icons/IconVideo.js
10643
10877
 
10644
10878
 
@@ -11496,6 +11730,13 @@ const IconYoutube_IconComponent = convertIcon(IconYoutube_SvgComponent, 'youtube
11496
11730
 
11497
11731
 
11498
11732
 
11733
+
11734
+
11735
+
11736
+
11737
+
11738
+
11739
+
11499
11740
 
11500
11741
 
11501
11742