@univerjs/icons 1.8.0 → 1.10.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.
@@ -16,11 +16,14 @@ const element = {
16
16
  },
17
17
  "children": [
18
18
  {
19
- "tag": "path",
19
+ "tag": "rect",
20
20
  "attrs": {
21
+ "width": 11.4,
22
+ "height": 6.6,
23
+ "x": 2.3,
24
+ "y": 3.2,
21
25
  "stroke": "currentColor",
22
- "d": "M3.2 3.9H12.8C13.6 3.9 14.2 4.5 14.2 5.3V10.1C14.2 10.9 13.6 11.5 12.8 11.5H9.2L6.4 13.7V11.5H3.2C2.4 11.5 1.8 10.9 1.8 10.1V5.3C1.8 4.5 2.4 3.9 3.2 3.9Z",
23
- "strokeLinejoin": "round",
26
+ "rx": .9,
24
27
  "strokeWidth": 1.3
25
28
  }
26
29
  },
@@ -28,7 +31,7 @@ const element = {
28
31
  "tag": "path",
29
32
  "attrs": {
30
33
  "stroke": "currentColor",
31
- "d": "M4.8 5.7V9.7",
34
+ "d": "M4.9 12H11.1",
32
35
  "strokeLinecap": "round",
33
36
  "strokeWidth": 1.3
34
37
  }
@@ -37,19 +40,10 @@ const element = {
37
40
  "tag": "path",
38
41
  "attrs": {
39
42
  "stroke": "currentColor",
40
- "d": "M8.4 5.7V8",
43
+ "d": "M6.3 14H9.7",
41
44
  "strokeLinecap": "round",
42
45
  "strokeWidth": 1.3
43
46
  }
44
- },
45
- {
46
- "tag": "path",
47
- "attrs": {
48
- "stroke": "currentColor",
49
- "d": "M8.4 9.8H8.5",
50
- "strokeLinecap": "round",
51
- "strokeWidth": 1.6
52
- }
53
47
  }
54
48
  ]
55
49
  };
@@ -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;
@@ -78,6 +78,8 @@ let ts_eye_outline_icon_js = require("./eye-outline-icon.js");
78
78
  let ts_eyelash_icon_js = require("./eyelash-icon.js");
79
79
  let ts_filter_icon_js = require("./filter-icon.js");
80
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");
81
83
  let ts_folder_icon_js = require("./folder-icon.js");
82
84
  let ts_font_size_increase_icon_js = require("./font-size-increase-icon.js");
83
85
  let ts_font_size_reduce_icon_js = require("./font-size-reduce-icon.js");
@@ -286,6 +288,7 @@ let ts_shape_flow_chart_sort_icon_js = require("./shape-flow-chart-sort-icon.js"
286
288
  let ts_shape_flow_chart_summing_junction_icon_js = require("./shape-flow-chart-summing-junction-icon.js");
287
289
  let ts_shape_flow_chart_terminator_icon_js = require("./shape-flow-chart-terminator-icon.js");
288
290
  let ts_shape_folder_corner_icon_js = require("./shape-folder-corner-icon.js");
291
+ let ts_shape_format_setting_icon_js = require("./shape-format-setting-icon.js");
289
292
  let ts_shape_frame_icon_js = require("./shape-frame-icon.js");
290
293
  let ts_shape_funnel_icon_js = require("./shape-funnel-icon.js");
291
294
  let ts_shape_gear6_icon_js = require("./shape-gear6-icon.js");
@@ -385,6 +388,8 @@ let ts_share_icon_js = require("./share-icon.js");
385
388
  let ts_share_range_icon_js = require("./share-range-icon.js");
386
389
  let ts_sheet_icon_js = require("./sheet-icon.js");
387
390
  let ts_shortcut_icon_js = require("./shortcut-icon.js");
391
+ let ts_slideshow_play_icon_js = require("./slideshow-play-icon.js");
392
+ let ts_slideshow_theme_icon_js = require("./slideshow-theme-icon.js");
388
393
  let ts_solve_icon_js = require("./solve-icon.js");
389
394
  let ts_strikethrough_icon_js = require("./strikethrough-icon.js");
390
395
  let ts_subscript_icon_js = require("./subscript-icon.js");
@@ -398,6 +403,7 @@ let ts_text_type_icon_js = require("./text-type-icon.js");
398
403
  let ts_topmost_icon_js = require("./topmost-icon.js");
399
404
  let ts_triangle_icon_js = require("./triangle-icon.js");
400
405
  let ts_truncation_icon_js = require("./truncation-icon.js");
406
+ let ts_typography_icon_js = require("./typography-icon.js");
401
407
  let ts_underline_icon_js = require("./underline-icon.js");
402
408
  let ts_undo_icon_js = require("./undo-icon.js");
403
409
  let ts_ungroup_icon_js = require("./ungroup-icon.js");
@@ -1112,6 +1118,18 @@ Object.defineProperty(exports, "FlagIcon", {
1112
1118
  return ts_flag_icon_js.FlagIcon;
1113
1119
  }
1114
1120
  });
1121
+ Object.defineProperty(exports, "FlipHorizontalIcon", {
1122
+ enumerable: true,
1123
+ get: function() {
1124
+ return ts_flip_horizontal_icon_js.FlipHorizontalIcon;
1125
+ }
1126
+ });
1127
+ Object.defineProperty(exports, "FlipVerticalIcon", {
1128
+ enumerable: true,
1129
+ get: function() {
1130
+ return ts_flip_vertical_icon_js.FlipVerticalIcon;
1131
+ }
1132
+ });
1115
1133
  Object.defineProperty(exports, "FolderIcon", {
1116
1134
  enumerable: true,
1117
1135
  get: function() {
@@ -2558,6 +2576,12 @@ Object.defineProperty(exports, "ShapeFolderCornerIcon", {
2558
2576
  return ts_shape_folder_corner_icon_js.ShapeFolderCornerIcon;
2559
2577
  }
2560
2578
  });
2579
+ Object.defineProperty(exports, "ShapeFormatSettingIcon", {
2580
+ enumerable: true,
2581
+ get: function() {
2582
+ return ts_shape_format_setting_icon_js.ShapeFormatSettingIcon;
2583
+ }
2584
+ });
2561
2585
  Object.defineProperty(exports, "ShapeFrameIcon", {
2562
2586
  enumerable: true,
2563
2587
  get: function() {
@@ -3200,6 +3224,18 @@ Object.defineProperty(exports, "SlideMultiIcon", {
3200
3224
  return ts_slide_multi_icon_js.SlideMultiIcon;
3201
3225
  }
3202
3226
  });
3227
+ Object.defineProperty(exports, "SlideshowPlayIcon", {
3228
+ enumerable: true,
3229
+ get: function() {
3230
+ return ts_slideshow_play_icon_js.SlideshowPlayIcon;
3231
+ }
3232
+ });
3233
+ Object.defineProperty(exports, "SlideshowThemeIcon", {
3234
+ enumerable: true,
3235
+ get: function() {
3236
+ return ts_slideshow_theme_icon_js.SlideshowThemeIcon;
3237
+ }
3238
+ });
3203
3239
  Object.defineProperty(exports, "SmileDoubleIcon", {
3204
3240
  enumerable: true,
3205
3241
  get: function() {
@@ -3308,6 +3344,12 @@ Object.defineProperty(exports, "TruncationIcon", {
3308
3344
  return ts_truncation_icon_js.TruncationIcon;
3309
3345
  }
3310
3346
  });
3347
+ Object.defineProperty(exports, "TypographyIcon", {
3348
+ enumerable: true,
3349
+ get: function() {
3350
+ return ts_typography_icon_js.TypographyIcon;
3351
+ }
3352
+ });
3311
3353
  Object.defineProperty(exports, "UnderlineIcon", {
3312
3354
  enumerable: true,
3313
3355
  get: function() {
@@ -0,0 +1,77 @@
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/shape-format-setting-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": "M10.4 5.8V3.8C10.4 3.19249 9.90751 2.7 9.3 2.7H3.1C2.49249 2.7 2 3.19249 2 3.8V8.4C2 9.00751 2.49249 9.5 3.1 9.5H6.7",
23
+ "strokeLinecap": "round",
24
+ "strokeLinejoin": "round",
25
+ "strokeWidth": 1.3
26
+ }
27
+ },
28
+ {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "stroke": "currentColor",
32
+ "d": "M4.2 5.1H8",
33
+ "strokeLinecap": "round",
34
+ "strokeWidth": 1.3
35
+ }
36
+ },
37
+ {
38
+ "tag": "path",
39
+ "attrs": {
40
+ "stroke": "currentColor",
41
+ "d": "M4.2 7.3H6.8",
42
+ "strokeLinecap": "round",
43
+ "strokeWidth": 1.3
44
+ }
45
+ },
46
+ {
47
+ "tag": "path",
48
+ "attrs": {
49
+ "stroke": "currentColor",
50
+ "d": "M10.35 7.6H11.2L11.65 8.35L12.5 8.15L13.1 8.75L12.9 9.6L13.65 10.05V10.9L12.9 11.35L13.1 12.2L12.5 12.8L11.65 12.6L11.2 13.35H10.35L9.9 12.6L9.05 12.8L8.45 12.2L8.65 11.35L7.9 10.9V10.05L8.65 9.6L8.45 8.75L9.05 8.15L9.9 8.35L10.35 7.6Z",
51
+ "strokeLinejoin": "round",
52
+ "strokeWidth": 1.15
53
+ }
54
+ },
55
+ {
56
+ "tag": "circle",
57
+ "attrs": {
58
+ "cx": 10.78,
59
+ "cy": 10.48,
60
+ "r": 1.05,
61
+ "stroke": "currentColor",
62
+ "strokeWidth": 1.15
63
+ }
64
+ }
65
+ ]
66
+ };
67
+ const ShapeFormatSettingIcon = (0, react.forwardRef)(function ShapeFormatSettingIcon(props, ref) {
68
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
69
+ id: "shape-format-setting-icon",
70
+ ref,
71
+ icon: element
72
+ }));
73
+ });
74
+ ShapeFormatSettingIcon.displayName = "ShapeFormatSettingIcon";
75
+ //#endregion
76
+ exports.ShapeFormatSettingIcon = ShapeFormatSettingIcon;
77
+ exports.default = ShapeFormatSettingIcon;
@@ -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;
@@ -0,0 +1,85 @@
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/typography-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": "M1.8 13.5L6.1 2.5L10.2 13.5",
23
+ "strokeLinecap": "round",
24
+ "strokeLinejoin": "round",
25
+ "strokeWidth": 1.8
26
+ }
27
+ },
28
+ {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "stroke": "currentColor",
32
+ "d": "M3.7 9.4H8.2",
33
+ "strokeLinecap": "round",
34
+ "strokeWidth": 1.8
35
+ }
36
+ },
37
+ {
38
+ "tag": "path",
39
+ "attrs": {
40
+ "stroke": "currentColor",
41
+ "d": "M8.8 2.1H14.2",
42
+ "strokeLinecap": "round",
43
+ "strokeWidth": 1.4
44
+ }
45
+ },
46
+ {
47
+ "tag": "path",
48
+ "attrs": {
49
+ "stroke": "currentColor",
50
+ "d": "M10.2 5.9H14.2",
51
+ "strokeLinecap": "round",
52
+ "strokeWidth": 1.4
53
+ }
54
+ },
55
+ {
56
+ "tag": "path",
57
+ "attrs": {
58
+ "stroke": "currentColor",
59
+ "d": "M11.5 9.7H14.2",
60
+ "strokeLinecap": "round",
61
+ "strokeWidth": 1.4
62
+ }
63
+ },
64
+ {
65
+ "tag": "path",
66
+ "attrs": {
67
+ "stroke": "currentColor",
68
+ "d": "M12.7 13.5H14.2",
69
+ "strokeLinecap": "round",
70
+ "strokeWidth": 1.4
71
+ }
72
+ }
73
+ ]
74
+ };
75
+ const TypographyIcon = (0, react.forwardRef)(function TypographyIcon(props, ref) {
76
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
77
+ id: "typography-icon",
78
+ ref,
79
+ icon: element
80
+ }));
81
+ });
82
+ TypographyIcon.displayName = "TypographyIcon";
83
+ //#endregion
84
+ exports.TypographyIcon = TypographyIcon;
85
+ exports.default = TypographyIcon;
@@ -12,11 +12,14 @@ const element = {
12
12
  },
13
13
  "children": [
14
14
  {
15
- "tag": "path",
15
+ "tag": "rect",
16
16
  "attrs": {
17
+ "width": 11.4,
18
+ "height": 6.6,
19
+ "x": 2.3,
20
+ "y": 3.2,
17
21
  "stroke": "currentColor",
18
- "d": "M3.2 3.9H12.8C13.6 3.9 14.2 4.5 14.2 5.3V10.1C14.2 10.9 13.6 11.5 12.8 11.5H9.2L6.4 13.7V11.5H3.2C2.4 11.5 1.8 10.9 1.8 10.1V5.3C1.8 4.5 2.4 3.9 3.2 3.9Z",
19
- "strokeLinejoin": "round",
22
+ "rx": .9,
20
23
  "strokeWidth": 1.3
21
24
  }
22
25
  },
@@ -24,7 +27,7 @@ const element = {
24
27
  "tag": "path",
25
28
  "attrs": {
26
29
  "stroke": "currentColor",
27
- "d": "M4.8 5.7V9.7",
30
+ "d": "M4.9 12H11.1",
28
31
  "strokeLinecap": "round",
29
32
  "strokeWidth": 1.3
30
33
  }
@@ -33,19 +36,10 @@ const element = {
33
36
  "tag": "path",
34
37
  "attrs": {
35
38
  "stroke": "currentColor",
36
- "d": "M8.4 5.7V8",
39
+ "d": "M6.3 14H9.7",
37
40
  "strokeLinecap": "round",
38
41
  "strokeWidth": 1.3
39
42
  }
40
- },
41
- {
42
- "tag": "path",
43
- "attrs": {
44
- "stroke": "currentColor",
45
- "d": "M8.4 9.8H8.5",
46
- "strokeLinecap": "round",
47
- "strokeWidth": 1.6
48
- }
49
43
  }
50
44
  ]
51
45
  };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const FlipHorizontalIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default FlipHorizontalIcon;
@@ -0,0 +1,81 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/flip-horizontal-icon.tsx
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "viewBox": "0 0 16 16",
10
+ "width": "1em",
11
+ "height": "1em"
12
+ },
13
+ "children": [
14
+ {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "stroke": "currentColor",
18
+ "d": "M2.6 3.3L6.2 8L2.6 12.7V3.3Z",
19
+ "strokeLinecap": "round",
20
+ "strokeLinejoin": "round",
21
+ "strokeWidth": 1.3
22
+ }
23
+ },
24
+ {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "stroke": "currentColor",
28
+ "d": "M13.4 3.3L9.8 8L13.4 12.7V3.3Z",
29
+ "strokeLinecap": "round",
30
+ "strokeLinejoin": "round",
31
+ "strokeWidth": 1.3
32
+ }
33
+ },
34
+ {
35
+ "tag": "path",
36
+ "attrs": {
37
+ "stroke": "currentColor",
38
+ "d": "M8 2.2V3.8",
39
+ "strokeLinecap": "round",
40
+ "strokeWidth": 1.2
41
+ }
42
+ },
43
+ {
44
+ "tag": "path",
45
+ "attrs": {
46
+ "stroke": "currentColor",
47
+ "d": "M8 6.2V7.8",
48
+ "strokeLinecap": "round",
49
+ "strokeWidth": 1.2
50
+ }
51
+ },
52
+ {
53
+ "tag": "path",
54
+ "attrs": {
55
+ "stroke": "currentColor",
56
+ "d": "M8 10.2V11.8",
57
+ "strokeLinecap": "round",
58
+ "strokeWidth": 1.2
59
+ }
60
+ },
61
+ {
62
+ "tag": "path",
63
+ "attrs": {
64
+ "stroke": "currentColor",
65
+ "d": "M8 14V14.2",
66
+ "strokeLinecap": "round",
67
+ "strokeWidth": 1.2
68
+ }
69
+ }
70
+ ]
71
+ };
72
+ const FlipHorizontalIcon = forwardRef(function FlipHorizontalIcon(props, ref) {
73
+ return createElement(IconBase, Object.assign({}, props, {
74
+ id: "flip-horizontal-icon",
75
+ ref,
76
+ icon: element
77
+ }));
78
+ });
79
+ FlipHorizontalIcon.displayName = "FlipHorizontalIcon";
80
+ //#endregion
81
+ export { FlipHorizontalIcon, FlipHorizontalIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const FlipVerticalIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default FlipVerticalIcon;
@@ -0,0 +1,81 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/flip-vertical-icon.tsx
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "viewBox": "0 0 16 16",
10
+ "width": "1em",
11
+ "height": "1em"
12
+ },
13
+ "children": [
14
+ {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "stroke": "currentColor",
18
+ "d": "M3.3 2.6L8 6.2L12.7 2.6H3.3Z",
19
+ "strokeLinecap": "round",
20
+ "strokeLinejoin": "round",
21
+ "strokeWidth": 1.3
22
+ }
23
+ },
24
+ {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "stroke": "currentColor",
28
+ "d": "M3.3 13.4L8 9.8L12.7 13.4H3.3Z",
29
+ "strokeLinecap": "round",
30
+ "strokeLinejoin": "round",
31
+ "strokeWidth": 1.3
32
+ }
33
+ },
34
+ {
35
+ "tag": "path",
36
+ "attrs": {
37
+ "stroke": "currentColor",
38
+ "d": "M2.2 8H3.8",
39
+ "strokeLinecap": "round",
40
+ "strokeWidth": 1.2
41
+ }
42
+ },
43
+ {
44
+ "tag": "path",
45
+ "attrs": {
46
+ "stroke": "currentColor",
47
+ "d": "M6.2 8H7.8",
48
+ "strokeLinecap": "round",
49
+ "strokeWidth": 1.2
50
+ }
51
+ },
52
+ {
53
+ "tag": "path",
54
+ "attrs": {
55
+ "stroke": "currentColor",
56
+ "d": "M10.2 8H11.8",
57
+ "strokeLinecap": "round",
58
+ "strokeWidth": 1.2
59
+ }
60
+ },
61
+ {
62
+ "tag": "path",
63
+ "attrs": {
64
+ "stroke": "currentColor",
65
+ "d": "M14 8H14.2",
66
+ "strokeLinecap": "round",
67
+ "strokeWidth": 1.2
68
+ }
69
+ }
70
+ ]
71
+ };
72
+ const FlipVerticalIcon = forwardRef(function FlipVerticalIcon(props, ref) {
73
+ return createElement(IconBase, Object.assign({}, props, {
74
+ id: "flip-vertical-icon",
75
+ ref,
76
+ icon: element
77
+ }));
78
+ });
79
+ FlipVerticalIcon.displayName = "FlipVerticalIcon";
80
+ //#endregion
81
+ export { FlipVerticalIcon, FlipVerticalIcon as default };
@@ -77,6 +77,8 @@ export { EyeOutlineIcon } from './eye-outline-icon.js';
77
77
  export { EyelashIcon } from './eyelash-icon.js';
78
78
  export { FilterIcon } from './filter-icon.js';
79
79
  export { FlagIcon } from './flag-icon.js';
80
+ export { FlipHorizontalIcon } from './flip-horizontal-icon.js';
81
+ export { FlipVerticalIcon } from './flip-vertical-icon.js';
80
82
  export { FolderIcon } from './folder-icon.js';
81
83
  export { FontSizeIncreaseIcon } from './font-size-increase-icon.js';
82
84
  export { FontSizeReduceIcon } from './font-size-reduce-icon.js';
@@ -285,6 +287,7 @@ export { ShapeFlowChartSortIcon } from './shape-flow-chart-sort-icon.js';
285
287
  export { ShapeFlowChartSummingJunctionIcon } from './shape-flow-chart-summing-junction-icon.js';
286
288
  export { ShapeFlowChartTerminatorIcon } from './shape-flow-chart-terminator-icon.js';
287
289
  export { ShapeFolderCornerIcon } from './shape-folder-corner-icon.js';
290
+ export { ShapeFormatSettingIcon } from './shape-format-setting-icon.js';
288
291
  export { ShapeFrameIcon } from './shape-frame-icon.js';
289
292
  export { ShapeFunnelIcon } from './shape-funnel-icon.js';
290
293
  export { ShapeGear6Icon } from './shape-gear6-icon.js';
@@ -384,6 +387,8 @@ export { ShareIcon } from './share-icon.js';
384
387
  export { ShareRangeIcon } from './share-range-icon.js';
385
388
  export { SheetIcon } from './sheet-icon.js';
386
389
  export { ShortcutIcon } from './shortcut-icon.js';
390
+ export { SlideshowPlayIcon } from './slideshow-play-icon.js';
391
+ export { SlideshowThemeIcon } from './slideshow-theme-icon.js';
387
392
  export { SolveIcon } from './solve-icon.js';
388
393
  export { StrikethroughIcon } from './strikethrough-icon.js';
389
394
  export { SubscriptIcon } from './subscript-icon.js';
@@ -397,6 +402,7 @@ export { TextTypeIcon } from './text-type-icon.js';
397
402
  export { TopmostIcon } from './topmost-icon.js';
398
403
  export { TriangleIcon } from './triangle-icon.js';
399
404
  export { TruncationIcon } from './truncation-icon.js';
405
+ export { TypographyIcon } from './typography-icon.js';
400
406
  export { UnderlineIcon } from './underline-icon.js';
401
407
  export { UndoIcon } from './undo-icon.js';
402
408
  export { UngroupIcon } from './ungroup-icon.js';
package/dist/esm/index.js CHANGED
@@ -77,6 +77,8 @@ import { EyeOutlineIcon } from "./eye-outline-icon.js";
77
77
  import { EyelashIcon } from "./eyelash-icon.js";
78
78
  import { FilterIcon } from "./filter-icon.js";
79
79
  import { FlagIcon } from "./flag-icon.js";
80
+ import { FlipHorizontalIcon } from "./flip-horizontal-icon.js";
81
+ import { FlipVerticalIcon } from "./flip-vertical-icon.js";
80
82
  import { FolderIcon } from "./folder-icon.js";
81
83
  import { FontSizeIncreaseIcon } from "./font-size-increase-icon.js";
82
84
  import { FontSizeReduceIcon } from "./font-size-reduce-icon.js";
@@ -285,6 +287,7 @@ import { ShapeFlowChartSortIcon } from "./shape-flow-chart-sort-icon.js";
285
287
  import { ShapeFlowChartSummingJunctionIcon } from "./shape-flow-chart-summing-junction-icon.js";
286
288
  import { ShapeFlowChartTerminatorIcon } from "./shape-flow-chart-terminator-icon.js";
287
289
  import { ShapeFolderCornerIcon } from "./shape-folder-corner-icon.js";
290
+ import { ShapeFormatSettingIcon } from "./shape-format-setting-icon.js";
288
291
  import { ShapeFrameIcon } from "./shape-frame-icon.js";
289
292
  import { ShapeFunnelIcon } from "./shape-funnel-icon.js";
290
293
  import { ShapeGear6Icon } from "./shape-gear6-icon.js";
@@ -384,6 +387,8 @@ import { ShareIcon } from "./share-icon.js";
384
387
  import { ShareRangeIcon } from "./share-range-icon.js";
385
388
  import { SheetIcon } from "./sheet-icon.js";
386
389
  import { ShortcutIcon } from "./shortcut-icon.js";
390
+ import { SlideshowPlayIcon } from "./slideshow-play-icon.js";
391
+ import { SlideshowThemeIcon } from "./slideshow-theme-icon.js";
387
392
  import { SolveIcon } from "./solve-icon.js";
388
393
  import { StrikethroughIcon } from "./strikethrough-icon.js";
389
394
  import { SubscriptIcon } from "./subscript-icon.js";
@@ -397,6 +402,7 @@ import { TextTypeIcon } from "./text-type-icon.js";
397
402
  import { TopmostIcon } from "./topmost-icon.js";
398
403
  import { TriangleIcon } from "./triangle-icon.js";
399
404
  import { TruncationIcon } from "./truncation-icon.js";
405
+ import { TypographyIcon } from "./typography-icon.js";
400
406
  import { UnderlineIcon } from "./underline-icon.js";
401
407
  import { UndoIcon } from "./undo-icon.js";
402
408
  import { UngroupIcon } from "./ungroup-icon.js";
@@ -493,4 +499,4 @@ import { TodoListDoubleIcon } from "./todo-list-double-icon.js";
493
499
  import { UpBorderDoubleIcon } from "./up-border-double-icon.js";
494
500
  import { VerticalBorderDoubleIcon } from "./vertical-border-double-icon.js";
495
501
  import { WarnDoubleIcon } from "./warn-double-icon.js";
496
- export { AIcon, ActivityIcon, AddDigitsIcon, AddImageIcon, AddNoteIcon, AdditionAndSubtractionIcon, AdjustHeightDoubleIcon, AdjustWidthDoubleIcon, AlignBottomIcon, AlignTextBothIcon, AlignTopIcon, AllBorderIcon, AmplifyIcon, AreaChartIcon, ArrowDownIcon, ArrowRightIcon, ArrowTiltDownIcon, ArrowTiltUpIcon, ArrowUpIcon, AscendingIcon, AutoHeightDoubleIcon, AutoWidthDoubleIcon, AutofillDoubleIcon, AutowrapIcon, AvgIcon, BackIcon, BackSlashDoubleIcon, BanIcon, BarChartIcon, BoldIcon, BottomIcon, BoxplotIcon, BrushIcon, BubbleIcon, CalendarIcon, CalloutIcon, CancelFreezeIcon, CancelMergeIcon, CatalogueIcon, Cell0DoubleIcon, Cell100DoubleIcon, Cell25DoubleIcon, Cell50DoubleIcon, Cell75DoubleIcon, ChartIcon, CheckMarkIcon, ClearFormatDoubleIcon, ClockIcon, CloseIcon, CloudOutlineIcon, CntIcon, CodeBlockIcon, CodeIcon, ColumnChartIcon, ColumnIcon, ColumnSparklineIcon, ComboChartIcon, CommentIcon, ConditionsDoubleIcon, ConvertIcon, CopyDoubleIcon, CopyIcon, CorrectDoubleIcon, CorrectIcon, CreateCopyIcon, CrossHighlightingIcon, CrossIcon, CustomSortIcon, CutIcon, DataValidationIcon, DatabaseIcon, DeleteCellMoveDownDoubleIcon, DeleteCellShiftLeftDoubleIcon, DeleteCellShiftRightDoubleIcon, DeleteCellShiftUpDoubleIcon, DeleteColumnDoubleIcon, DeleteEmptyIcon, DeleteIcon, DeleteNoteIcon, DeleteRowDoubleIcon, DescendingIcon, DirectExportIcon, DissatisfiedDoubleIcon, DividerIcon, DocMultiIcon, DocSettingIcon, DollarIcon, DownBorderDoubleIcon, DownIcon, DownloadIcon, DownloadImageIcon, DropdownIcon, ErrorIcon, EuroIcon, ExpandAscendingIcon, ExpandDescendingIcon, ExponentialIcon, ExportIcon, EyeIcon, EyeOutlineIcon, EyelashIcon, FilterIcon, FlagIcon, FolderIcon, FontColorDoubleIcon, FontSizeIncreaseIcon, FontSizeReduceIcon, FoodsIcon, FreezeColumnIcon, FreezeRowIcon, FreezeToSelectedIcon, FullscreenIcon, FunctionIcon, FunnelIcon, FxIcon, GraphIcon, GridIcon, GridOutlineIcon, GroupIcon, GroupSparklineIcon, GroupingDoubleIcon, GuffawDoubleIcon, GuideIcon, H1Icon, H2Icon, H3Icon, H4Icon, H5Icon, H6Icon, HeaderFooterIcon, HeatmapIcon, HelpIcon, HideDoubleIcon, HideGridlinesDoubleIcon, HideNoteIcon, HistoryIcon, HomeIcon, HorizontalBorderDoubleIcon, HorizontalMergeIcon, HorizontallyIcon, ImpatientDoubleIcon, IncreaseIcon, IndicateDoubleIcon, InfoIcon, InnerBorderDoubleIcon, InsertCellDownDoubleIcon, InsertCellShiftRightDoubleIcon, InsertCommentDoubleIcon, InsertDoubleIcon, InsertIcon, InsertLinkDoubleIcon, InsertRowAboveDoubleIcon, InsertRowBelowDoubleIcon, ItalicIcon, KeyboardIcon, LeftBorderDoubleIcon, LeftDoubleDiagonalDoubleIcon, LeftIcon, LeftInsertColumnDoubleIcon, LeftJustifyingIcon, LeftRotationFortyFiveDegreesIcon, LeftRotationNinetyDegreesIcon, LeftTridiagonalDoubleIcon, LineChartIcon, LineSparklineIcon, LinearIcon, LinkIcon, LiveShareIcon, LoadingMultiIcon, LockIcon, LogarithmicIcon, MaxIcon, MenuIcon, MergeAllIcon, MinIcon, MistakeDoubleIcon, MistakeIcon, MoreDownIcon, MoreFunctionIcon, MoreHorizontalIcon, MoreIcon, MoreLeftIcon, MoreRightIcon, MoreUpIcon, MoveDownIcon, MoveUpIcon, MovingAverageIcon, NatureIcon, NoBorderIcon, NoColorDoubleIcon, NoRotationIcon, NoninductiveDoubleIcon, NumberIcon, ObjectsIcon, OffLineIcon, OnLineIcon, OneToOneIcon, OrderIcon, OuterBorderDoubleIcon, OverflowIcon, PaintBucketDoubleIcon, PasteSpecialDoubleIcon, PenIcon, PeopleIcon, PercentIcon, PieChartIcon, PipingIcon, PivotTableIcon, PlacesIcon, PointColorDoubleIcon, PolynomialIcon, PowerLineIcon, PrintIcon, Progress0Icon, Progress100Icon, Progress25Icon, Progress50Icon, Progress75Icon, ProtectIcon, QuoteIcon, RadarChartIcon, RandomIcon, RecentIcon, RecordIcon, RedoIcon, ReduceDigitsIcon, ReduceDoubleIcon, ReduceIcon, RelationshipIcon, RenameIcon, ReplyToCommentIcon, ResolvedIcon, RestoreIcon, RhomboidIcon, RightBorderDoubleIcon, RightDoubleDiagonalDoubleIcon, RightInsertColumnDoubleIcon, RightJustifyingIcon, RightRotationFortyFiveDegreesIcon, RightRotationNinetyDegreesIcon, RmbIcon, RoubleIcon, RoundnessIcon, RowIcon, SankeyIcon, ScatterChartIcon, SearchIcon, SelectRangeIcon, SequenceIcon, ShapeAccentBorderCallout1Icon, ShapeAccentBorderCallout2Icon, ShapeAccentBorderCallout3Icon, ShapeAccentCallout1Icon, ShapeAccentCallout2Icon, ShapeAccentCallout3Icon, ShapeActionButtonBackPreviousIcon, ShapeActionButtonBeginningIcon, ShapeActionButtonBlankIcon, ShapeActionButtonDocumentIcon, ShapeActionButtonEndIcon, ShapeActionButtonForwardNextIcon, ShapeActionButtonHelpIcon, ShapeActionButtonHomeIcon, ShapeActionButtonInformationIcon, ShapeActionButtonMovieIcon, ShapeActionButtonReturnIcon, ShapeActionButtonSoundIcon, ShapeArcIcon, ShapeBackgroundColorDoubleIcon, ShapeBentArrowIcon, ShapeBentConnector3Arrow1Icon, ShapeBentConnector3Arrow2Icon, ShapeBentConnector3Icon, ShapeBentUpArrowIcon, ShapeBevelIcon, ShapeBlockArcIcon, ShapeBorderCallout1Icon, ShapeBorderCallout2Icon, ShapeBorderCallout3Icon, ShapeBracePairIcon, ShapeBracketPairIcon, ShapeCallout1Icon, ShapeCallout2Icon, ShapeCallout3Icon, ShapeCanIcon, ShapeChartPlusIcon, ShapeChartStarIcon, ShapeChartXIcon, ShapeChevronIcon, ShapeChordIcon, ShapeCircularArrowIcon, ShapeCloudCalloutIcon, ShapeCloudIcon, ShapeCornerIcon, ShapeCornerTabsIcon, ShapeCubeIcon, ShapeCurvedConnector3Arrow1Icon, ShapeCurvedConnector3Arrow2Icon, ShapeCurvedConnector3Icon, ShapeCurvedDownArrowIcon, ShapeCurvedLeftArrowIcon, ShapeCurvedRightArrowIcon, ShapeCurvedUpArrowIcon, ShapeDecagonIcon, ShapeDiagStripeIcon, ShapeDiamondIcon, ShapeDodecagonIcon, ShapeDonutIcon, ShapeDoubleWaveIcon, ShapeDownArrowCalloutIcon, ShapeDownArrowIcon, ShapeEllipseIcon, ShapeEllipseRibbon2Icon, ShapeEllipseRibbonIcon, ShapeFlowChartAlternateProcessIcon, ShapeFlowChartCollateIcon, ShapeFlowChartConnectorIcon, ShapeFlowChartDecisionIcon, ShapeFlowChartDelayIcon, ShapeFlowChartDisplayIcon, ShapeFlowChartDocumentIcon, ShapeFlowChartExtractIcon, ShapeFlowChartInputOutputIcon, ShapeFlowChartInternalStorageIcon, ShapeFlowChartMagneticDiskIcon, ShapeFlowChartMagneticDrumIcon, ShapeFlowChartMagneticTapeIcon, ShapeFlowChartManualInputIcon, ShapeFlowChartManualOperationIcon, ShapeFlowChartMergeIcon, ShapeFlowChartMultidocumentIcon, ShapeFlowChartOfflineStorageIcon, ShapeFlowChartOffpageConnectorIcon, ShapeFlowChartOnlineStorageIcon, ShapeFlowChartOrIcon, ShapeFlowChartPredefinedProcessIcon, ShapeFlowChartPreparationIcon, ShapeFlowChartProcessIcon, ShapeFlowChartPunchedCardIcon, ShapeFlowChartPunchedTapeIcon, ShapeFlowChartSortIcon, ShapeFlowChartSummingJunctionIcon, ShapeFlowChartTerminatorIcon, ShapeFolderCornerIcon, ShapeFrameIcon, ShapeFunnelIcon, ShapeGear6Icon, ShapeGear9Icon, ShapeHalfFrameIcon, ShapeHeartIcon, ShapeHeptagonIcon, ShapeHexagonIcon, ShapeHomePlateIcon, ShapeHorizontalScrollIcon, ShapeIcon, ShapeIrregularSeal1Icon, ShapeIrregularSeal2Icon, ShapeLeftArrowCalloutIcon, ShapeLeftArrowIcon, ShapeLeftBraceIcon, ShapeLeftBracketIcon, ShapeLeftCircularArrowIcon, ShapeLeftRightArrowCalloutIcon, ShapeLeftRightArrowIcon, ShapeLeftRightCircularArrowIcon, ShapeLeftRightRibbonIcon, ShapeLeftRightUpArrowIcon, ShapeLeftUpArrowIcon, ShapeLightningBoltIcon, ShapeLineIcon, ShapeLineInvIcon, ShapeMathDivideIcon, ShapeMathEqualIcon, ShapeMathMinusIcon, ShapeMathMultiplyIcon, ShapeMathNotEqualIcon, ShapeMathPlusIcon, ShapeMoonIcon, ShapeNoSmokingIcon, ShapeNonIsoscelesTrapezoidIcon, ShapeNotchedRightArrowIcon, ShapeOctagonIcon, ShapeParallelogramIcon, ShapePentagonIcon, ShapePieIcon, ShapePieWedgeIcon, ShapePlaqueIcon, ShapePlaqueTabsIcon, ShapePlusIcon, ShapeQuadArrowCalloutIcon, ShapeQuadArrowIcon, ShapeRectIcon, ShapeRectTextboxHorizontalIcon, ShapeRectTextboxVerticalIcon, ShapeRibbon2Icon, ShapeRibbonIcon, ShapeRightArrowCalloutIcon, ShapeRightArrowIcon, ShapeRightBraceIcon, ShapeRightBracketIcon, ShapeRound1RectIcon, ShapeRound2DiagRectIcon, ShapeRound2SameRectIcon, ShapeRoundRectIcon, ShapeRtTriangleIcon, ShapeSmileyFaceIcon, ShapeSnip1RectIcon, ShapeSnip2DiagRectIcon, ShapeSnip2SameRectIcon, ShapeSnipRoundRectIcon, ShapeSquareTabsIcon, ShapeStar10Icon, ShapeStar12Icon, ShapeStar16Icon, ShapeStar24Icon, ShapeStar32Icon, ShapeStar4Icon, ShapeStar5Icon, ShapeStar6Icon, ShapeStar7Icon, ShapeStar8Icon, ShapeStraightConnector1Icon, ShapeStraightConnector2Icon, ShapeStripedRightArrowIcon, ShapeStrokeColorDoubleIcon, ShapeSunIcon, ShapeSwooshArrowIcon, ShapeTeardropIcon, ShapeTrapezoidIcon, ShapeTriangleIcon, ShapeUpArrowCalloutIcon, ShapeUpArrowIcon, ShapeUpDownArrowCalloutIcon, ShapeUpDownArrowIcon, ShapeUturnArrowIcon, ShapeVerticalScrollIcon, ShapeWaveIcon, ShapeWedgeEllipseCalloutIcon, ShapeWedgeRectCalloutIcon, ShapeWedgeRoundRectCalloutIcon, ShareIcon, ShareRangeIcon, SheetIcon, ShortcutIcon, Signal0DoubleIcon, Signal100DoubleIcon, Signal25DoubleIcon, Signal50DoubleIcon, Signal75DoubleIcon, SlashDoubleIcon, SlideMultiIcon, SmileDoubleIcon, SolveIcon, StarEmptyDoubleIcon, StarFullDoubleIcon, StarIncompleteDoubleIcon, StrikethroughIcon, SubscriptIcon, SuccessIcon, SumIcon, SuperscriptIcon, SymbolsIcon, TableIcon, TextIcon, TextTypeIcon, TodoListDoubleIcon, TopmostIcon, TriangleIcon, TruncationIcon, UnderlineIcon, UndoIcon, UngroupIcon, UngroupSparklineIcon, UniverCliIcon, UniverSdkMultiIcon, UnlinkIcon, UnorderIcon, UpBorderDoubleIcon, UpIcon, VerticalBorderDoubleIcon, VerticalCenterIcon, VerticalIntegrationIcon, VerticalTextIcon, WarnDoubleIcon, WarnIcon, WarningIcon, WaterfallChartIcon, WinlossSparklineIcon, WriteIcon, XlsxMultiIcon, ZenIcon, ZoomInIcon, ZoomIncreaseIcon, ZoomOutIcon, ZoomReduceIcon };
502
+ export { AIcon, ActivityIcon, AddDigitsIcon, AddImageIcon, AddNoteIcon, AdditionAndSubtractionIcon, AdjustHeightDoubleIcon, AdjustWidthDoubleIcon, AlignBottomIcon, AlignTextBothIcon, AlignTopIcon, AllBorderIcon, AmplifyIcon, AreaChartIcon, ArrowDownIcon, ArrowRightIcon, ArrowTiltDownIcon, ArrowTiltUpIcon, ArrowUpIcon, AscendingIcon, AutoHeightDoubleIcon, AutoWidthDoubleIcon, AutofillDoubleIcon, AutowrapIcon, AvgIcon, BackIcon, BackSlashDoubleIcon, BanIcon, BarChartIcon, BoldIcon, BottomIcon, BoxplotIcon, BrushIcon, BubbleIcon, CalendarIcon, CalloutIcon, CancelFreezeIcon, CancelMergeIcon, CatalogueIcon, Cell0DoubleIcon, Cell100DoubleIcon, Cell25DoubleIcon, Cell50DoubleIcon, Cell75DoubleIcon, ChartIcon, CheckMarkIcon, ClearFormatDoubleIcon, ClockIcon, CloseIcon, CloudOutlineIcon, CntIcon, CodeBlockIcon, CodeIcon, ColumnChartIcon, ColumnIcon, ColumnSparklineIcon, ComboChartIcon, CommentIcon, ConditionsDoubleIcon, ConvertIcon, CopyDoubleIcon, CopyIcon, CorrectDoubleIcon, CorrectIcon, CreateCopyIcon, CrossHighlightingIcon, CrossIcon, CustomSortIcon, CutIcon, DataValidationIcon, DatabaseIcon, DeleteCellMoveDownDoubleIcon, DeleteCellShiftLeftDoubleIcon, DeleteCellShiftRightDoubleIcon, DeleteCellShiftUpDoubleIcon, DeleteColumnDoubleIcon, DeleteEmptyIcon, DeleteIcon, DeleteNoteIcon, DeleteRowDoubleIcon, DescendingIcon, DirectExportIcon, DissatisfiedDoubleIcon, DividerIcon, DocMultiIcon, DocSettingIcon, DollarIcon, DownBorderDoubleIcon, DownIcon, DownloadIcon, DownloadImageIcon, DropdownIcon, ErrorIcon, EuroIcon, ExpandAscendingIcon, ExpandDescendingIcon, ExponentialIcon, ExportIcon, EyeIcon, EyeOutlineIcon, EyelashIcon, FilterIcon, FlagIcon, FlipHorizontalIcon, FlipVerticalIcon, FolderIcon, FontColorDoubleIcon, FontSizeIncreaseIcon, FontSizeReduceIcon, FoodsIcon, FreezeColumnIcon, FreezeRowIcon, FreezeToSelectedIcon, FullscreenIcon, FunctionIcon, FunnelIcon, FxIcon, GraphIcon, GridIcon, GridOutlineIcon, GroupIcon, GroupSparklineIcon, GroupingDoubleIcon, GuffawDoubleIcon, GuideIcon, H1Icon, H2Icon, H3Icon, H4Icon, H5Icon, H6Icon, HeaderFooterIcon, HeatmapIcon, HelpIcon, HideDoubleIcon, HideGridlinesDoubleIcon, HideNoteIcon, HistoryIcon, HomeIcon, HorizontalBorderDoubleIcon, HorizontalMergeIcon, HorizontallyIcon, ImpatientDoubleIcon, IncreaseIcon, IndicateDoubleIcon, InfoIcon, InnerBorderDoubleIcon, InsertCellDownDoubleIcon, InsertCellShiftRightDoubleIcon, InsertCommentDoubleIcon, InsertDoubleIcon, InsertIcon, InsertLinkDoubleIcon, InsertRowAboveDoubleIcon, InsertRowBelowDoubleIcon, ItalicIcon, KeyboardIcon, LeftBorderDoubleIcon, LeftDoubleDiagonalDoubleIcon, LeftIcon, LeftInsertColumnDoubleIcon, LeftJustifyingIcon, LeftRotationFortyFiveDegreesIcon, LeftRotationNinetyDegreesIcon, LeftTridiagonalDoubleIcon, LineChartIcon, LineSparklineIcon, LinearIcon, LinkIcon, LiveShareIcon, LoadingMultiIcon, LockIcon, LogarithmicIcon, MaxIcon, MenuIcon, MergeAllIcon, MinIcon, MistakeDoubleIcon, MistakeIcon, MoreDownIcon, MoreFunctionIcon, MoreHorizontalIcon, MoreIcon, MoreLeftIcon, MoreRightIcon, MoreUpIcon, MoveDownIcon, MoveUpIcon, MovingAverageIcon, NatureIcon, NoBorderIcon, NoColorDoubleIcon, NoRotationIcon, NoninductiveDoubleIcon, NumberIcon, ObjectsIcon, OffLineIcon, OnLineIcon, OneToOneIcon, OrderIcon, OuterBorderDoubleIcon, OverflowIcon, PaintBucketDoubleIcon, PasteSpecialDoubleIcon, PenIcon, PeopleIcon, PercentIcon, PieChartIcon, PipingIcon, PivotTableIcon, PlacesIcon, PointColorDoubleIcon, PolynomialIcon, PowerLineIcon, PrintIcon, Progress0Icon, Progress100Icon, Progress25Icon, Progress50Icon, Progress75Icon, ProtectIcon, QuoteIcon, RadarChartIcon, RandomIcon, RecentIcon, RecordIcon, RedoIcon, ReduceDigitsIcon, ReduceDoubleIcon, ReduceIcon, RelationshipIcon, RenameIcon, ReplyToCommentIcon, ResolvedIcon, RestoreIcon, RhomboidIcon, RightBorderDoubleIcon, RightDoubleDiagonalDoubleIcon, RightInsertColumnDoubleIcon, RightJustifyingIcon, RightRotationFortyFiveDegreesIcon, RightRotationNinetyDegreesIcon, RmbIcon, RoubleIcon, RoundnessIcon, RowIcon, SankeyIcon, ScatterChartIcon, SearchIcon, SelectRangeIcon, SequenceIcon, ShapeAccentBorderCallout1Icon, ShapeAccentBorderCallout2Icon, ShapeAccentBorderCallout3Icon, ShapeAccentCallout1Icon, ShapeAccentCallout2Icon, ShapeAccentCallout3Icon, ShapeActionButtonBackPreviousIcon, ShapeActionButtonBeginningIcon, ShapeActionButtonBlankIcon, ShapeActionButtonDocumentIcon, ShapeActionButtonEndIcon, ShapeActionButtonForwardNextIcon, ShapeActionButtonHelpIcon, ShapeActionButtonHomeIcon, ShapeActionButtonInformationIcon, ShapeActionButtonMovieIcon, ShapeActionButtonReturnIcon, ShapeActionButtonSoundIcon, ShapeArcIcon, ShapeBackgroundColorDoubleIcon, ShapeBentArrowIcon, ShapeBentConnector3Arrow1Icon, ShapeBentConnector3Arrow2Icon, ShapeBentConnector3Icon, ShapeBentUpArrowIcon, ShapeBevelIcon, ShapeBlockArcIcon, ShapeBorderCallout1Icon, ShapeBorderCallout2Icon, ShapeBorderCallout3Icon, ShapeBracePairIcon, ShapeBracketPairIcon, ShapeCallout1Icon, ShapeCallout2Icon, ShapeCallout3Icon, ShapeCanIcon, ShapeChartPlusIcon, ShapeChartStarIcon, ShapeChartXIcon, ShapeChevronIcon, ShapeChordIcon, ShapeCircularArrowIcon, ShapeCloudCalloutIcon, ShapeCloudIcon, ShapeCornerIcon, ShapeCornerTabsIcon, ShapeCubeIcon, ShapeCurvedConnector3Arrow1Icon, ShapeCurvedConnector3Arrow2Icon, ShapeCurvedConnector3Icon, ShapeCurvedDownArrowIcon, ShapeCurvedLeftArrowIcon, ShapeCurvedRightArrowIcon, ShapeCurvedUpArrowIcon, ShapeDecagonIcon, ShapeDiagStripeIcon, ShapeDiamondIcon, ShapeDodecagonIcon, ShapeDonutIcon, ShapeDoubleWaveIcon, ShapeDownArrowCalloutIcon, ShapeDownArrowIcon, ShapeEllipseIcon, ShapeEllipseRibbon2Icon, ShapeEllipseRibbonIcon, ShapeFlowChartAlternateProcessIcon, ShapeFlowChartCollateIcon, ShapeFlowChartConnectorIcon, ShapeFlowChartDecisionIcon, ShapeFlowChartDelayIcon, ShapeFlowChartDisplayIcon, ShapeFlowChartDocumentIcon, ShapeFlowChartExtractIcon, ShapeFlowChartInputOutputIcon, ShapeFlowChartInternalStorageIcon, ShapeFlowChartMagneticDiskIcon, ShapeFlowChartMagneticDrumIcon, ShapeFlowChartMagneticTapeIcon, ShapeFlowChartManualInputIcon, ShapeFlowChartManualOperationIcon, ShapeFlowChartMergeIcon, ShapeFlowChartMultidocumentIcon, ShapeFlowChartOfflineStorageIcon, ShapeFlowChartOffpageConnectorIcon, ShapeFlowChartOnlineStorageIcon, ShapeFlowChartOrIcon, ShapeFlowChartPredefinedProcessIcon, ShapeFlowChartPreparationIcon, ShapeFlowChartProcessIcon, ShapeFlowChartPunchedCardIcon, ShapeFlowChartPunchedTapeIcon, ShapeFlowChartSortIcon, ShapeFlowChartSummingJunctionIcon, ShapeFlowChartTerminatorIcon, ShapeFolderCornerIcon, ShapeFormatSettingIcon, ShapeFrameIcon, ShapeFunnelIcon, ShapeGear6Icon, ShapeGear9Icon, ShapeHalfFrameIcon, ShapeHeartIcon, ShapeHeptagonIcon, ShapeHexagonIcon, ShapeHomePlateIcon, ShapeHorizontalScrollIcon, ShapeIcon, ShapeIrregularSeal1Icon, ShapeIrregularSeal2Icon, ShapeLeftArrowCalloutIcon, ShapeLeftArrowIcon, ShapeLeftBraceIcon, ShapeLeftBracketIcon, ShapeLeftCircularArrowIcon, ShapeLeftRightArrowCalloutIcon, ShapeLeftRightArrowIcon, ShapeLeftRightCircularArrowIcon, ShapeLeftRightRibbonIcon, ShapeLeftRightUpArrowIcon, ShapeLeftUpArrowIcon, ShapeLightningBoltIcon, ShapeLineIcon, ShapeLineInvIcon, ShapeMathDivideIcon, ShapeMathEqualIcon, ShapeMathMinusIcon, ShapeMathMultiplyIcon, ShapeMathNotEqualIcon, ShapeMathPlusIcon, ShapeMoonIcon, ShapeNoSmokingIcon, ShapeNonIsoscelesTrapezoidIcon, ShapeNotchedRightArrowIcon, ShapeOctagonIcon, ShapeParallelogramIcon, ShapePentagonIcon, ShapePieIcon, ShapePieWedgeIcon, ShapePlaqueIcon, ShapePlaqueTabsIcon, ShapePlusIcon, ShapeQuadArrowCalloutIcon, ShapeQuadArrowIcon, ShapeRectIcon, ShapeRectTextboxHorizontalIcon, ShapeRectTextboxVerticalIcon, ShapeRibbon2Icon, ShapeRibbonIcon, ShapeRightArrowCalloutIcon, ShapeRightArrowIcon, ShapeRightBraceIcon, ShapeRightBracketIcon, ShapeRound1RectIcon, ShapeRound2DiagRectIcon, ShapeRound2SameRectIcon, ShapeRoundRectIcon, ShapeRtTriangleIcon, ShapeSmileyFaceIcon, ShapeSnip1RectIcon, ShapeSnip2DiagRectIcon, ShapeSnip2SameRectIcon, ShapeSnipRoundRectIcon, ShapeSquareTabsIcon, ShapeStar10Icon, ShapeStar12Icon, ShapeStar16Icon, ShapeStar24Icon, ShapeStar32Icon, ShapeStar4Icon, ShapeStar5Icon, ShapeStar6Icon, ShapeStar7Icon, ShapeStar8Icon, ShapeStraightConnector1Icon, ShapeStraightConnector2Icon, ShapeStripedRightArrowIcon, ShapeStrokeColorDoubleIcon, ShapeSunIcon, ShapeSwooshArrowIcon, ShapeTeardropIcon, ShapeTrapezoidIcon, ShapeTriangleIcon, ShapeUpArrowCalloutIcon, ShapeUpArrowIcon, ShapeUpDownArrowCalloutIcon, ShapeUpDownArrowIcon, ShapeUturnArrowIcon, ShapeVerticalScrollIcon, ShapeWaveIcon, ShapeWedgeEllipseCalloutIcon, ShapeWedgeRectCalloutIcon, ShapeWedgeRoundRectCalloutIcon, ShareIcon, ShareRangeIcon, SheetIcon, ShortcutIcon, Signal0DoubleIcon, Signal100DoubleIcon, Signal25DoubleIcon, Signal50DoubleIcon, Signal75DoubleIcon, SlashDoubleIcon, SlideMultiIcon, SlideshowPlayIcon, SlideshowThemeIcon, SmileDoubleIcon, SolveIcon, StarEmptyDoubleIcon, StarFullDoubleIcon, StarIncompleteDoubleIcon, StrikethroughIcon, SubscriptIcon, SuccessIcon, SumIcon, SuperscriptIcon, SymbolsIcon, TableIcon, TextIcon, TextTypeIcon, TodoListDoubleIcon, TopmostIcon, TriangleIcon, TruncationIcon, TypographyIcon, UnderlineIcon, UndoIcon, UngroupIcon, UngroupSparklineIcon, UniverCliIcon, UniverSdkMultiIcon, UnlinkIcon, UnorderIcon, UpBorderDoubleIcon, UpIcon, VerticalBorderDoubleIcon, VerticalCenterIcon, VerticalIntegrationIcon, VerticalTextIcon, WarnDoubleIcon, WarnIcon, WarningIcon, WaterfallChartIcon, WinlossSparklineIcon, WriteIcon, XlsxMultiIcon, ZenIcon, ZoomInIcon, ZoomIncreaseIcon, ZoomOutIcon, ZoomReduceIcon };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ShapeFormatSettingIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ShapeFormatSettingIcon;
@@ -0,0 +1,72 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/shape-format-setting-icon.tsx
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "viewBox": "0 0 16 16",
10
+ "width": "1em",
11
+ "height": "1em"
12
+ },
13
+ "children": [
14
+ {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "stroke": "currentColor",
18
+ "d": "M10.4 5.8V3.8C10.4 3.19249 9.90751 2.7 9.3 2.7H3.1C2.49249 2.7 2 3.19249 2 3.8V8.4C2 9.00751 2.49249 9.5 3.1 9.5H6.7",
19
+ "strokeLinecap": "round",
20
+ "strokeLinejoin": "round",
21
+ "strokeWidth": 1.3
22
+ }
23
+ },
24
+ {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "stroke": "currentColor",
28
+ "d": "M4.2 5.1H8",
29
+ "strokeLinecap": "round",
30
+ "strokeWidth": 1.3
31
+ }
32
+ },
33
+ {
34
+ "tag": "path",
35
+ "attrs": {
36
+ "stroke": "currentColor",
37
+ "d": "M4.2 7.3H6.8",
38
+ "strokeLinecap": "round",
39
+ "strokeWidth": 1.3
40
+ }
41
+ },
42
+ {
43
+ "tag": "path",
44
+ "attrs": {
45
+ "stroke": "currentColor",
46
+ "d": "M10.35 7.6H11.2L11.65 8.35L12.5 8.15L13.1 8.75L12.9 9.6L13.65 10.05V10.9L12.9 11.35L13.1 12.2L12.5 12.8L11.65 12.6L11.2 13.35H10.35L9.9 12.6L9.05 12.8L8.45 12.2L8.65 11.35L7.9 10.9V10.05L8.65 9.6L8.45 8.75L9.05 8.15L9.9 8.35L10.35 7.6Z",
47
+ "strokeLinejoin": "round",
48
+ "strokeWidth": 1.15
49
+ }
50
+ },
51
+ {
52
+ "tag": "circle",
53
+ "attrs": {
54
+ "cx": 10.78,
55
+ "cy": 10.48,
56
+ "r": 1.05,
57
+ "stroke": "currentColor",
58
+ "strokeWidth": 1.15
59
+ }
60
+ }
61
+ ]
62
+ };
63
+ const ShapeFormatSettingIcon = forwardRef(function ShapeFormatSettingIcon(props, ref) {
64
+ return createElement(IconBase, Object.assign({}, props, {
65
+ id: "shape-format-setting-icon",
66
+ ref,
67
+ icon: element
68
+ }));
69
+ });
70
+ ShapeFormatSettingIcon.displayName = "ShapeFormatSettingIcon";
71
+ //#endregion
72
+ export { ShapeFormatSettingIcon, ShapeFormatSettingIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const SlideshowPlayIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default SlideshowPlayIcon;
@@ -0,0 +1,62 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/slideshow-play-icon.tsx
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "viewBox": "0 0 16 16",
10
+ "width": "1em",
11
+ "height": "1em"
12
+ },
13
+ "children": [
14
+ {
15
+ "tag": "rect",
16
+ "attrs": {
17
+ "width": 11.8,
18
+ "height": 8.2,
19
+ "x": 2.1,
20
+ "y": 2.6,
21
+ "stroke": "currentColor",
22
+ "rx": 1.1,
23
+ "strokeWidth": 1.3
24
+ }
25
+ },
26
+ {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "fill": "currentColor",
30
+ "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"
31
+ }
32
+ },
33
+ {
34
+ "tag": "path",
35
+ "attrs": {
36
+ "stroke": "currentColor",
37
+ "d": "M8 10.8V12.8",
38
+ "strokeLinecap": "round",
39
+ "strokeWidth": 1.3
40
+ }
41
+ },
42
+ {
43
+ "tag": "path",
44
+ "attrs": {
45
+ "stroke": "currentColor",
46
+ "d": "M5.5 13.4H10.5",
47
+ "strokeLinecap": "round",
48
+ "strokeWidth": 1.3
49
+ }
50
+ }
51
+ ]
52
+ };
53
+ const SlideshowPlayIcon = forwardRef(function SlideshowPlayIcon(props, ref) {
54
+ return createElement(IconBase, Object.assign({}, props, {
55
+ id: "slideshow-play-icon",
56
+ ref,
57
+ icon: element
58
+ }));
59
+ });
60
+ SlideshowPlayIcon.displayName = "SlideshowPlayIcon";
61
+ //#endregion
62
+ export { SlideshowPlayIcon, SlideshowPlayIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const SlideshowThemeIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default SlideshowThemeIcon;
@@ -0,0 +1,98 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/slideshow-theme-icon.tsx
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "viewBox": "0 0 16 16",
10
+ "width": "1em",
11
+ "height": "1em"
12
+ },
13
+ "children": [
14
+ {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "stroke": "currentColor",
18
+ "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",
19
+ "strokeLinecap": "round",
20
+ "strokeWidth": 1.3
21
+ }
22
+ },
23
+ {
24
+ "tag": "path",
25
+ "attrs": {
26
+ "stroke": "currentColor",
27
+ "d": "M4.6 5.3H8.4",
28
+ "strokeLinecap": "round",
29
+ "strokeWidth": 1.3
30
+ }
31
+ },
32
+ {
33
+ "tag": "path",
34
+ "attrs": {
35
+ "stroke": "currentColor",
36
+ "d": "M4.6 7.7H7.1",
37
+ "strokeLinecap": "round",
38
+ "strokeWidth": 1.3
39
+ }
40
+ },
41
+ {
42
+ "tag": "path",
43
+ "attrs": {
44
+ "stroke": "currentColor",
45
+ "d": "M8 10.5V12.7",
46
+ "strokeLinecap": "round",
47
+ "strokeWidth": 1.3
48
+ }
49
+ },
50
+ {
51
+ "tag": "path",
52
+ "attrs": {
53
+ "stroke": "currentColor",
54
+ "d": "M5.6 13.4H10.4",
55
+ "strokeLinecap": "round",
56
+ "strokeWidth": 1.3
57
+ }
58
+ },
59
+ {
60
+ "tag": "rect",
61
+ "attrs": {
62
+ "width": 4.5,
63
+ "height": 4.5,
64
+ "x": 9.4,
65
+ "y": 4.5,
66
+ "stroke": "currentColor",
67
+ "rx": .9,
68
+ "strokeWidth": 1.2
69
+ }
70
+ },
71
+ {
72
+ "tag": "path",
73
+ "attrs": {
74
+ "stroke": "currentColor",
75
+ "d": "M9.4 6.75H13.9",
76
+ "strokeWidth": 1.2
77
+ }
78
+ },
79
+ {
80
+ "tag": "path",
81
+ "attrs": {
82
+ "stroke": "currentColor",
83
+ "d": "M11.65 4.5V9",
84
+ "strokeWidth": 1.2
85
+ }
86
+ }
87
+ ]
88
+ };
89
+ const SlideshowThemeIcon = forwardRef(function SlideshowThemeIcon(props, ref) {
90
+ return createElement(IconBase, Object.assign({}, props, {
91
+ id: "slideshow-theme-icon",
92
+ ref,
93
+ icon: element
94
+ }));
95
+ });
96
+ SlideshowThemeIcon.displayName = "SlideshowThemeIcon";
97
+ //#endregion
98
+ export { SlideshowThemeIcon, SlideshowThemeIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const TypographyIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default TypographyIcon;
@@ -0,0 +1,80 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/typography-icon.tsx
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "viewBox": "0 0 16 16",
10
+ "width": "1em",
11
+ "height": "1em"
12
+ },
13
+ "children": [
14
+ {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "stroke": "currentColor",
18
+ "d": "M1.8 13.5L6.1 2.5L10.2 13.5",
19
+ "strokeLinecap": "round",
20
+ "strokeLinejoin": "round",
21
+ "strokeWidth": 1.8
22
+ }
23
+ },
24
+ {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "stroke": "currentColor",
28
+ "d": "M3.7 9.4H8.2",
29
+ "strokeLinecap": "round",
30
+ "strokeWidth": 1.8
31
+ }
32
+ },
33
+ {
34
+ "tag": "path",
35
+ "attrs": {
36
+ "stroke": "currentColor",
37
+ "d": "M8.8 2.1H14.2",
38
+ "strokeLinecap": "round",
39
+ "strokeWidth": 1.4
40
+ }
41
+ },
42
+ {
43
+ "tag": "path",
44
+ "attrs": {
45
+ "stroke": "currentColor",
46
+ "d": "M10.2 5.9H14.2",
47
+ "strokeLinecap": "round",
48
+ "strokeWidth": 1.4
49
+ }
50
+ },
51
+ {
52
+ "tag": "path",
53
+ "attrs": {
54
+ "stroke": "currentColor",
55
+ "d": "M11.5 9.7H14.2",
56
+ "strokeLinecap": "round",
57
+ "strokeWidth": 1.4
58
+ }
59
+ },
60
+ {
61
+ "tag": "path",
62
+ "attrs": {
63
+ "stroke": "currentColor",
64
+ "d": "M12.7 13.5H14.2",
65
+ "strokeLinecap": "round",
66
+ "strokeWidth": 1.4
67
+ }
68
+ }
69
+ ]
70
+ };
71
+ const TypographyIcon = forwardRef(function TypographyIcon(props, ref) {
72
+ return createElement(IconBase, Object.assign({}, props, {
73
+ id: "typography-icon",
74
+ ref,
75
+ icon: element
76
+ }));
77
+ });
78
+ TypographyIcon.displayName = "TypographyIcon";
79
+ //#endregion
80
+ export { TypographyIcon, TypographyIcon as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/icons",
3
- "version": "1.8.0",
3
+ "version": "1.10.0",
4
4
  "description": "React icons for Univer.",
5
5
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
6
6
  "license": "MIT",
@@ -45,7 +45,7 @@
45
45
  "svg-parser": "^2.0.4",
46
46
  "svgo": "^4.0.1",
47
47
  "typescript": "^6.0.3",
48
- "@univerjs/icons-svg": "1.8.0"
48
+ "@univerjs/icons-svg": "1.10.0"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "node --experimental-strip-types ./scripts/build/index.ts && tsc"