@univerjs/icons 1.7.0 → 1.9.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.
@@ -0,0 +1,60 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let react = require("react");
6
+ let ts_base_js = require("./base.js");
7
+ //#region ts/callout-icon.tsx
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "none",
13
+ "viewBox": "0 0 16 16",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [
18
+ {
19
+ "tag": "rect",
20
+ "attrs": {
21
+ "width": 11.4,
22
+ "height": 6.6,
23
+ "x": 2.3,
24
+ "y": 3.2,
25
+ "stroke": "currentColor",
26
+ "rx": .9,
27
+ "strokeWidth": 1.3
28
+ }
29
+ },
30
+ {
31
+ "tag": "path",
32
+ "attrs": {
33
+ "stroke": "currentColor",
34
+ "d": "M4.9 12H11.1",
35
+ "strokeLinecap": "round",
36
+ "strokeWidth": 1.3
37
+ }
38
+ },
39
+ {
40
+ "tag": "path",
41
+ "attrs": {
42
+ "stroke": "currentColor",
43
+ "d": "M6.3 14H9.7",
44
+ "strokeLinecap": "round",
45
+ "strokeWidth": 1.3
46
+ }
47
+ }
48
+ ]
49
+ };
50
+ const CalloutIcon = (0, react.forwardRef)(function CalloutIcon(props, ref) {
51
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
52
+ id: "callout-icon",
53
+ ref,
54
+ icon: element
55
+ }));
56
+ });
57
+ CalloutIcon.displayName = "CalloutIcon";
58
+ //#endregion
59
+ exports.CalloutIcon = CalloutIcon;
60
+ exports.default = CalloutIcon;
@@ -0,0 +1,70 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let react = require("react");
6
+ let ts_base_js = require("./base.js");
7
+ //#region ts/code-block-icon.tsx
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "none",
13
+ "viewBox": "0 0 16 16",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [
18
+ {
19
+ "tag": "path",
20
+ "attrs": {
21
+ "stroke": "currentColor",
22
+ "d": "M6.1 2.6H5.5C4.6 2.6 4 3.2 4 4.1V5.8C4 6.5 3.5 7 2.8 7H2.5",
23
+ "strokeLinecap": "round",
24
+ "strokeLinejoin": "round",
25
+ "strokeWidth": 1.3
26
+ }
27
+ },
28
+ {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "stroke": "currentColor",
32
+ "d": "M2.5 9H2.8C3.5 9 4 9.5 4 10.2V11.9C4 12.8 4.6 13.4 5.5 13.4H6.1",
33
+ "strokeLinecap": "round",
34
+ "strokeLinejoin": "round",
35
+ "strokeWidth": 1.3
36
+ }
37
+ },
38
+ {
39
+ "tag": "path",
40
+ "attrs": {
41
+ "stroke": "currentColor",
42
+ "d": "M9.9 2.6H10.5C11.4 2.6 12 3.2 12 4.1V5.8C12 6.5 12.5 7 13.2 7H13.5",
43
+ "strokeLinecap": "round",
44
+ "strokeLinejoin": "round",
45
+ "strokeWidth": 1.3
46
+ }
47
+ },
48
+ {
49
+ "tag": "path",
50
+ "attrs": {
51
+ "stroke": "currentColor",
52
+ "d": "M13.5 9H13.2C12.5 9 12 9.5 12 10.2V11.9C12 12.8 11.4 13.4 10.5 13.4H9.9",
53
+ "strokeLinecap": "round",
54
+ "strokeLinejoin": "round",
55
+ "strokeWidth": 1.3
56
+ }
57
+ }
58
+ ]
59
+ };
60
+ const CodeBlockIcon = (0, react.forwardRef)(function CodeBlockIcon(props, ref) {
61
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
62
+ id: "code-block-icon",
63
+ ref,
64
+ icon: element
65
+ }));
66
+ });
67
+ CodeBlockIcon.displayName = "CodeBlockIcon";
68
+ //#endregion
69
+ exports.CodeBlockIcon = CodeBlockIcon;
70
+ exports.default = CodeBlockIcon;
@@ -0,0 +1,86 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let react = require("react");
6
+ let ts_base_js = require("./base.js");
7
+ //#region ts/flip-horizontal-icon.tsx
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "none",
13
+ "viewBox": "0 0 16 16",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [
18
+ {
19
+ "tag": "path",
20
+ "attrs": {
21
+ "stroke": "currentColor",
22
+ "d": "M2.6 3.3L6.2 8L2.6 12.7V3.3Z",
23
+ "strokeLinecap": "round",
24
+ "strokeLinejoin": "round",
25
+ "strokeWidth": 1.3
26
+ }
27
+ },
28
+ {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "stroke": "currentColor",
32
+ "d": "M13.4 3.3L9.8 8L13.4 12.7V3.3Z",
33
+ "strokeLinecap": "round",
34
+ "strokeLinejoin": "round",
35
+ "strokeWidth": 1.3
36
+ }
37
+ },
38
+ {
39
+ "tag": "path",
40
+ "attrs": {
41
+ "stroke": "currentColor",
42
+ "d": "M8 2.2V3.8",
43
+ "strokeLinecap": "round",
44
+ "strokeWidth": 1.2
45
+ }
46
+ },
47
+ {
48
+ "tag": "path",
49
+ "attrs": {
50
+ "stroke": "currentColor",
51
+ "d": "M8 6.2V7.8",
52
+ "strokeLinecap": "round",
53
+ "strokeWidth": 1.2
54
+ }
55
+ },
56
+ {
57
+ "tag": "path",
58
+ "attrs": {
59
+ "stroke": "currentColor",
60
+ "d": "M8 10.2V11.8",
61
+ "strokeLinecap": "round",
62
+ "strokeWidth": 1.2
63
+ }
64
+ },
65
+ {
66
+ "tag": "path",
67
+ "attrs": {
68
+ "stroke": "currentColor",
69
+ "d": "M8 14V14.2",
70
+ "strokeLinecap": "round",
71
+ "strokeWidth": 1.2
72
+ }
73
+ }
74
+ ]
75
+ };
76
+ const FlipHorizontalIcon = (0, react.forwardRef)(function FlipHorizontalIcon(props, ref) {
77
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
78
+ id: "flip-horizontal-icon",
79
+ ref,
80
+ icon: element
81
+ }));
82
+ });
83
+ FlipHorizontalIcon.displayName = "FlipHorizontalIcon";
84
+ //#endregion
85
+ exports.FlipHorizontalIcon = FlipHorizontalIcon;
86
+ exports.default = FlipHorizontalIcon;
@@ -0,0 +1,86 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let react = require("react");
6
+ let ts_base_js = require("./base.js");
7
+ //#region ts/flip-vertical-icon.tsx
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "none",
13
+ "viewBox": "0 0 16 16",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [
18
+ {
19
+ "tag": "path",
20
+ "attrs": {
21
+ "stroke": "currentColor",
22
+ "d": "M3.3 2.6L8 6.2L12.7 2.6H3.3Z",
23
+ "strokeLinecap": "round",
24
+ "strokeLinejoin": "round",
25
+ "strokeWidth": 1.3
26
+ }
27
+ },
28
+ {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "stroke": "currentColor",
32
+ "d": "M3.3 13.4L8 9.8L12.7 13.4H3.3Z",
33
+ "strokeLinecap": "round",
34
+ "strokeLinejoin": "round",
35
+ "strokeWidth": 1.3
36
+ }
37
+ },
38
+ {
39
+ "tag": "path",
40
+ "attrs": {
41
+ "stroke": "currentColor",
42
+ "d": "M2.2 8H3.8",
43
+ "strokeLinecap": "round",
44
+ "strokeWidth": 1.2
45
+ }
46
+ },
47
+ {
48
+ "tag": "path",
49
+ "attrs": {
50
+ "stroke": "currentColor",
51
+ "d": "M6.2 8H7.8",
52
+ "strokeLinecap": "round",
53
+ "strokeWidth": 1.2
54
+ }
55
+ },
56
+ {
57
+ "tag": "path",
58
+ "attrs": {
59
+ "stroke": "currentColor",
60
+ "d": "M10.2 8H11.8",
61
+ "strokeLinecap": "round",
62
+ "strokeWidth": 1.2
63
+ }
64
+ },
65
+ {
66
+ "tag": "path",
67
+ "attrs": {
68
+ "stroke": "currentColor",
69
+ "d": "M14 8H14.2",
70
+ "strokeLinecap": "round",
71
+ "strokeWidth": 1.2
72
+ }
73
+ }
74
+ ]
75
+ };
76
+ const FlipVerticalIcon = (0, react.forwardRef)(function FlipVerticalIcon(props, ref) {
77
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
78
+ id: "flip-vertical-icon",
79
+ ref,
80
+ icon: element
81
+ }));
82
+ });
83
+ FlipVerticalIcon.displayName = "FlipVerticalIcon";
84
+ //#endregion
85
+ exports.FlipVerticalIcon = FlipVerticalIcon;
86
+ exports.default = FlipVerticalIcon;
@@ -28,6 +28,7 @@ let ts_boxplot_icon_js = require("./boxplot-icon.js");
28
28
  let ts_brush_icon_js = require("./brush-icon.js");
29
29
  let ts_bubble_icon_js = require("./bubble-icon.js");
30
30
  let ts_calendar_icon_js = require("./calendar-icon.js");
31
+ let ts_callout_icon_js = require("./callout-icon.js");
31
32
  let ts_cancel_freeze_icon_js = require("./cancel-freeze-icon.js");
32
33
  let ts_cancel_merge_icon_js = require("./cancel-merge-icon.js");
33
34
  let ts_catalogue_icon_js = require("./catalogue-icon.js");
@@ -37,6 +38,7 @@ let ts_clock_icon_js = require("./clock-icon.js");
37
38
  let ts_close_icon_js = require("./close-icon.js");
38
39
  let ts_cloud_outline_icon_js = require("./cloud-outline-icon.js");
39
40
  let ts_cnt_icon_js = require("./cnt-icon.js");
41
+ let ts_code_block_icon_js = require("./code-block-icon.js");
40
42
  let ts_code_icon_js = require("./code-icon.js");
41
43
  let ts_column_chart_icon_js = require("./column-chart-icon.js");
42
44
  let ts_column_icon_js = require("./column-icon.js");
@@ -76,6 +78,8 @@ let ts_eye_outline_icon_js = require("./eye-outline-icon.js");
76
78
  let ts_eyelash_icon_js = require("./eyelash-icon.js");
77
79
  let ts_filter_icon_js = require("./filter-icon.js");
78
80
  let ts_flag_icon_js = require("./flag-icon.js");
81
+ let ts_flip_horizontal_icon_js = require("./flip-horizontal-icon.js");
82
+ let ts_flip_vertical_icon_js = require("./flip-vertical-icon.js");
79
83
  let ts_folder_icon_js = require("./folder-icon.js");
80
84
  let ts_font_size_increase_icon_js = require("./font-size-increase-icon.js");
81
85
  let ts_font_size_reduce_icon_js = require("./font-size-reduce-icon.js");
@@ -164,6 +168,7 @@ let ts_progress_25_icon_js = require("./progress-25-icon.js");
164
168
  let ts_progress_50_icon_js = require("./progress-50-icon.js");
165
169
  let ts_progress_75_icon_js = require("./progress-75-icon.js");
166
170
  let ts_protect_icon_js = require("./protect-icon.js");
171
+ let ts_quote_icon_js = require("./quote-icon.js");
167
172
  let ts_radar_chart_icon_js = require("./radar-chart-icon.js");
168
173
  let ts_random_icon_js = require("./random-icon.js");
169
174
  let ts_recent_icon_js = require("./recent-icon.js");
@@ -382,6 +387,8 @@ let ts_share_icon_js = require("./share-icon.js");
382
387
  let ts_share_range_icon_js = require("./share-range-icon.js");
383
388
  let ts_sheet_icon_js = require("./sheet-icon.js");
384
389
  let ts_shortcut_icon_js = require("./shortcut-icon.js");
390
+ let ts_slideshow_play_icon_js = require("./slideshow-play-icon.js");
391
+ let ts_slideshow_theme_icon_js = require("./slideshow-theme-icon.js");
385
392
  let ts_solve_icon_js = require("./solve-icon.js");
386
393
  let ts_strikethrough_icon_js = require("./strikethrough-icon.js");
387
394
  let ts_subscript_icon_js = require("./subscript-icon.js");
@@ -395,6 +402,7 @@ let ts_text_type_icon_js = require("./text-type-icon.js");
395
402
  let ts_topmost_icon_js = require("./topmost-icon.js");
396
403
  let ts_triangle_icon_js = require("./triangle-icon.js");
397
404
  let ts_truncation_icon_js = require("./truncation-icon.js");
405
+ let ts_typography_icon_js = require("./typography-icon.js");
398
406
  let ts_underline_icon_js = require("./underline-icon.js");
399
407
  let ts_undo_icon_js = require("./undo-icon.js");
400
408
  let ts_ungroup_icon_js = require("./ungroup-icon.js");
@@ -701,6 +709,12 @@ Object.defineProperty(exports, "CalendarIcon", {
701
709
  return ts_calendar_icon_js.CalendarIcon;
702
710
  }
703
711
  });
712
+ Object.defineProperty(exports, "CalloutIcon", {
713
+ enumerable: true,
714
+ get: function() {
715
+ return ts_callout_icon_js.CalloutIcon;
716
+ }
717
+ });
704
718
  Object.defineProperty(exports, "CancelFreezeIcon", {
705
719
  enumerable: true,
706
720
  get: function() {
@@ -791,6 +805,12 @@ Object.defineProperty(exports, "CntIcon", {
791
805
  return ts_cnt_icon_js.CntIcon;
792
806
  }
793
807
  });
808
+ Object.defineProperty(exports, "CodeBlockIcon", {
809
+ enumerable: true,
810
+ get: function() {
811
+ return ts_code_block_icon_js.CodeBlockIcon;
812
+ }
813
+ });
794
814
  Object.defineProperty(exports, "CodeIcon", {
795
815
  enumerable: true,
796
816
  get: function() {
@@ -1097,6 +1117,18 @@ Object.defineProperty(exports, "FlagIcon", {
1097
1117
  return ts_flag_icon_js.FlagIcon;
1098
1118
  }
1099
1119
  });
1120
+ Object.defineProperty(exports, "FlipHorizontalIcon", {
1121
+ enumerable: true,
1122
+ get: function() {
1123
+ return ts_flip_horizontal_icon_js.FlipHorizontalIcon;
1124
+ }
1125
+ });
1126
+ Object.defineProperty(exports, "FlipVerticalIcon", {
1127
+ enumerable: true,
1128
+ get: function() {
1129
+ return ts_flip_vertical_icon_js.FlipVerticalIcon;
1130
+ }
1131
+ });
1100
1132
  Object.defineProperty(exports, "FolderIcon", {
1101
1133
  enumerable: true,
1102
1134
  get: function() {
@@ -1793,6 +1825,12 @@ Object.defineProperty(exports, "ProtectIcon", {
1793
1825
  return ts_protect_icon_js.ProtectIcon;
1794
1826
  }
1795
1827
  });
1828
+ Object.defineProperty(exports, "QuoteIcon", {
1829
+ enumerable: true,
1830
+ get: function() {
1831
+ return ts_quote_icon_js.QuoteIcon;
1832
+ }
1833
+ });
1796
1834
  Object.defineProperty(exports, "RadarChartIcon", {
1797
1835
  enumerable: true,
1798
1836
  get: function() {
@@ -3179,6 +3217,18 @@ Object.defineProperty(exports, "SlideMultiIcon", {
3179
3217
  return ts_slide_multi_icon_js.SlideMultiIcon;
3180
3218
  }
3181
3219
  });
3220
+ Object.defineProperty(exports, "SlideshowPlayIcon", {
3221
+ enumerable: true,
3222
+ get: function() {
3223
+ return ts_slideshow_play_icon_js.SlideshowPlayIcon;
3224
+ }
3225
+ });
3226
+ Object.defineProperty(exports, "SlideshowThemeIcon", {
3227
+ enumerable: true,
3228
+ get: function() {
3229
+ return ts_slideshow_theme_icon_js.SlideshowThemeIcon;
3230
+ }
3231
+ });
3182
3232
  Object.defineProperty(exports, "SmileDoubleIcon", {
3183
3233
  enumerable: true,
3184
3234
  get: function() {
@@ -3287,6 +3337,12 @@ Object.defineProperty(exports, "TruncationIcon", {
3287
3337
  return ts_truncation_icon_js.TruncationIcon;
3288
3338
  }
3289
3339
  });
3340
+ Object.defineProperty(exports, "TypographyIcon", {
3341
+ enumerable: true,
3342
+ get: function() {
3343
+ return ts_typography_icon_js.TypographyIcon;
3344
+ }
3345
+ });
3290
3346
  Object.defineProperty(exports, "UnderlineIcon", {
3291
3347
  enumerable: true,
3292
3348
  get: function() {
@@ -0,0 +1,41 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let react = require("react");
6
+ let ts_base_js = require("./base.js");
7
+ //#region ts/quote-icon.tsx
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "none",
13
+ "viewBox": "0 0 16 16",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [{
18
+ "tag": "path",
19
+ "attrs": {
20
+ "fill": "currentColor",
21
+ "d": "M4.2 4.2H6.7C7.2 4.2 7.6 4.6 7.6 5.1V7.3C7.6 9.5 6.4 11.2 4.4 12.2C4.1 12.4 3.7 12.2 3.6 11.9C3.4 11.6 3.5 11.2 3.8 11C5.1 10.2 5.8 9.3 5.9 8.2H4.2C3.7 8.2 3.3 7.8 3.3 7.3V5.1C3.3 4.6 3.7 4.2 4.2 4.2Z"
22
+ }
23
+ }, {
24
+ "tag": "path",
25
+ "attrs": {
26
+ "fill": "currentColor",
27
+ "d": "M10.1 4.2H12.6C13.1 4.2 13.5 4.6 13.5 5.1V7.3C13.5 9.5 12.3 11.2 10.3 12.2C10 12.4 9.6 12.2 9.5 11.9C9.3 11.6 9.4 11.2 9.7 11C11 10.2 11.7 9.3 11.8 8.2H10.1C9.6 8.2 9.2 7.8 9.2 7.3V5.1C9.2 4.6 9.6 4.2 10.1 4.2Z"
28
+ }
29
+ }]
30
+ };
31
+ const QuoteIcon = (0, react.forwardRef)(function QuoteIcon(props, ref) {
32
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
33
+ id: "quote-icon",
34
+ ref,
35
+ icon: element
36
+ }));
37
+ });
38
+ QuoteIcon.displayName = "QuoteIcon";
39
+ //#endregion
40
+ exports.QuoteIcon = QuoteIcon;
41
+ exports.default = QuoteIcon;
@@ -0,0 +1,67 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let react = require("react");
6
+ let ts_base_js = require("./base.js");
7
+ //#region ts/slideshow-play-icon.tsx
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "none",
13
+ "viewBox": "0 0 16 16",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [
18
+ {
19
+ "tag": "rect",
20
+ "attrs": {
21
+ "width": 11.8,
22
+ "height": 8.2,
23
+ "x": 2.1,
24
+ "y": 2.6,
25
+ "stroke": "currentColor",
26
+ "rx": 1.1,
27
+ "strokeWidth": 1.3
28
+ }
29
+ },
30
+ {
31
+ "tag": "path",
32
+ "attrs": {
33
+ "fill": "currentColor",
34
+ "d": "M7.1 5.7V7.9C7.1 8.34551 7.59008 8.61687 7.96748 8.37991L9.71862 7.28094C10.0717 7.05931 10.0717 6.54069 9.71862 6.31906L7.96748 5.22009C7.59008 4.98313 7.1 5.25449 7.1 5.7Z"
35
+ }
36
+ },
37
+ {
38
+ "tag": "path",
39
+ "attrs": {
40
+ "stroke": "currentColor",
41
+ "d": "M8 10.8V12.8",
42
+ "strokeLinecap": "round",
43
+ "strokeWidth": 1.3
44
+ }
45
+ },
46
+ {
47
+ "tag": "path",
48
+ "attrs": {
49
+ "stroke": "currentColor",
50
+ "d": "M5.5 13.4H10.5",
51
+ "strokeLinecap": "round",
52
+ "strokeWidth": 1.3
53
+ }
54
+ }
55
+ ]
56
+ };
57
+ const SlideshowPlayIcon = (0, react.forwardRef)(function SlideshowPlayIcon(props, ref) {
58
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
59
+ id: "slideshow-play-icon",
60
+ ref,
61
+ icon: element
62
+ }));
63
+ });
64
+ SlideshowPlayIcon.displayName = "SlideshowPlayIcon";
65
+ //#endregion
66
+ exports.SlideshowPlayIcon = SlideshowPlayIcon;
67
+ exports.default = SlideshowPlayIcon;
@@ -0,0 +1,103 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let react = require("react");
6
+ let ts_base_js = require("./base.js");
7
+ //#region ts/slideshow-theme-icon.tsx
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "none",
13
+ "viewBox": "0 0 16 16",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [
18
+ {
19
+ "tag": "path",
20
+ "attrs": {
21
+ "stroke": "currentColor",
22
+ "d": "M12.9 4V3.8C12.9 3.19249 12.4075 2.7 11.8 2.7H3.2C2.59249 2.7 2.1 3.19249 2.1 3.8V9.4C2.1 10.0075 2.59249 10.5 3.2 10.5H11.8C12.4075 10.5 12.9 10.0075 12.9 9.4",
23
+ "strokeLinecap": "round",
24
+ "strokeWidth": 1.3
25
+ }
26
+ },
27
+ {
28
+ "tag": "path",
29
+ "attrs": {
30
+ "stroke": "currentColor",
31
+ "d": "M4.6 5.3H8.4",
32
+ "strokeLinecap": "round",
33
+ "strokeWidth": 1.3
34
+ }
35
+ },
36
+ {
37
+ "tag": "path",
38
+ "attrs": {
39
+ "stroke": "currentColor",
40
+ "d": "M4.6 7.7H7.1",
41
+ "strokeLinecap": "round",
42
+ "strokeWidth": 1.3
43
+ }
44
+ },
45
+ {
46
+ "tag": "path",
47
+ "attrs": {
48
+ "stroke": "currentColor",
49
+ "d": "M8 10.5V12.7",
50
+ "strokeLinecap": "round",
51
+ "strokeWidth": 1.3
52
+ }
53
+ },
54
+ {
55
+ "tag": "path",
56
+ "attrs": {
57
+ "stroke": "currentColor",
58
+ "d": "M5.6 13.4H10.4",
59
+ "strokeLinecap": "round",
60
+ "strokeWidth": 1.3
61
+ }
62
+ },
63
+ {
64
+ "tag": "rect",
65
+ "attrs": {
66
+ "width": 4.5,
67
+ "height": 4.5,
68
+ "x": 9.4,
69
+ "y": 4.5,
70
+ "stroke": "currentColor",
71
+ "rx": .9,
72
+ "strokeWidth": 1.2
73
+ }
74
+ },
75
+ {
76
+ "tag": "path",
77
+ "attrs": {
78
+ "stroke": "currentColor",
79
+ "d": "M9.4 6.75H13.9",
80
+ "strokeWidth": 1.2
81
+ }
82
+ },
83
+ {
84
+ "tag": "path",
85
+ "attrs": {
86
+ "stroke": "currentColor",
87
+ "d": "M11.65 4.5V9",
88
+ "strokeWidth": 1.2
89
+ }
90
+ }
91
+ ]
92
+ };
93
+ const SlideshowThemeIcon = (0, react.forwardRef)(function SlideshowThemeIcon(props, ref) {
94
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
95
+ id: "slideshow-theme-icon",
96
+ ref,
97
+ icon: element
98
+ }));
99
+ });
100
+ SlideshowThemeIcon.displayName = "SlideshowThemeIcon";
101
+ //#endregion
102
+ exports.SlideshowThemeIcon = SlideshowThemeIcon;
103
+ exports.default = SlideshowThemeIcon;