@univerjs/icons-vue 1.8.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.
@@ -16,12 +16,15 @@ 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
- "stroke-linejoin": "round",
23
26
  "stroke-width": 1.3,
24
- "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"
27
+ "rx": .9
25
28
  }
26
29
  },
27
30
  {
@@ -30,7 +33,7 @@ const element = {
30
33
  "stroke": "currentColor",
31
34
  "stroke-linecap": "round",
32
35
  "stroke-width": 1.3,
33
- "d": "M4.8 5.7V9.7"
36
+ "d": "M4.9 12H11.1"
34
37
  }
35
38
  },
36
39
  {
@@ -39,16 +42,7 @@ const element = {
39
42
  "stroke": "currentColor",
40
43
  "stroke-linecap": "round",
41
44
  "stroke-width": 1.3,
42
- "d": "M8.4 5.7V8"
43
- }
44
- },
45
- {
46
- "tag": "path",
47
- "attrs": {
48
- "stroke": "currentColor",
49
- "stroke-linecap": "round",
50
- "stroke-width": 1.6,
51
- "d": "M8.4 9.8H8.5"
45
+ "d": "M6.3 14H9.7"
52
46
  }
53
47
  }
54
48
  ]
@@ -0,0 +1,94 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let vue = require("vue");
6
+ let ts_base_js = require("./base.cjs");
7
+ //#region ts/flip-horizontal-icon.ts
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
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round",
24
+ "stroke-width": 1.3,
25
+ "d": "M2.6 3.3L6.2 8L2.6 12.7V3.3Z"
26
+ }
27
+ },
28
+ {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "stroke": "currentColor",
32
+ "stroke-linecap": "round",
33
+ "stroke-linejoin": "round",
34
+ "stroke-width": 1.3,
35
+ "d": "M13.4 3.3L9.8 8L13.4 12.7V3.3Z"
36
+ }
37
+ },
38
+ {
39
+ "tag": "path",
40
+ "attrs": {
41
+ "stroke": "currentColor",
42
+ "stroke-linecap": "round",
43
+ "stroke-width": 1.2,
44
+ "d": "M8 2.2V3.8"
45
+ }
46
+ },
47
+ {
48
+ "tag": "path",
49
+ "attrs": {
50
+ "stroke": "currentColor",
51
+ "stroke-linecap": "round",
52
+ "stroke-width": 1.2,
53
+ "d": "M8 6.2V7.8"
54
+ }
55
+ },
56
+ {
57
+ "tag": "path",
58
+ "attrs": {
59
+ "stroke": "currentColor",
60
+ "stroke-linecap": "round",
61
+ "stroke-width": 1.2,
62
+ "d": "M8 10.2V11.8"
63
+ }
64
+ },
65
+ {
66
+ "tag": "path",
67
+ "attrs": {
68
+ "stroke": "currentColor",
69
+ "stroke-linecap": "round",
70
+ "stroke-width": 1.2,
71
+ "d": "M8 14V14.2"
72
+ }
73
+ }
74
+ ]
75
+ };
76
+ const FlipHorizontalIcon = (0, vue.defineComponent)({
77
+ name: "FlipHorizontalIcon",
78
+ inheritAttrs: false,
79
+ props: { extend: {
80
+ type: Object,
81
+ default: void 0
82
+ } },
83
+ setup(props, { attrs }) {
84
+ return () => (0, vue.h)(ts_base_js.IconBase, {
85
+ ...attrs,
86
+ extend: props.extend,
87
+ id: "flip-horizontal-icon",
88
+ icon: element
89
+ });
90
+ }
91
+ });
92
+ //#endregion
93
+ exports.FlipHorizontalIcon = FlipHorizontalIcon;
94
+ exports.default = FlipHorizontalIcon;
@@ -0,0 +1,94 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let vue = require("vue");
6
+ let ts_base_js = require("./base.cjs");
7
+ //#region ts/flip-vertical-icon.ts
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
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round",
24
+ "stroke-width": 1.3,
25
+ "d": "M3.3 2.6L8 6.2L12.7 2.6H3.3Z"
26
+ }
27
+ },
28
+ {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "stroke": "currentColor",
32
+ "stroke-linecap": "round",
33
+ "stroke-linejoin": "round",
34
+ "stroke-width": 1.3,
35
+ "d": "M3.3 13.4L8 9.8L12.7 13.4H3.3Z"
36
+ }
37
+ },
38
+ {
39
+ "tag": "path",
40
+ "attrs": {
41
+ "stroke": "currentColor",
42
+ "stroke-linecap": "round",
43
+ "stroke-width": 1.2,
44
+ "d": "M2.2 8H3.8"
45
+ }
46
+ },
47
+ {
48
+ "tag": "path",
49
+ "attrs": {
50
+ "stroke": "currentColor",
51
+ "stroke-linecap": "round",
52
+ "stroke-width": 1.2,
53
+ "d": "M6.2 8H7.8"
54
+ }
55
+ },
56
+ {
57
+ "tag": "path",
58
+ "attrs": {
59
+ "stroke": "currentColor",
60
+ "stroke-linecap": "round",
61
+ "stroke-width": 1.2,
62
+ "d": "M10.2 8H11.8"
63
+ }
64
+ },
65
+ {
66
+ "tag": "path",
67
+ "attrs": {
68
+ "stroke": "currentColor",
69
+ "stroke-linecap": "round",
70
+ "stroke-width": 1.2,
71
+ "d": "M14 8H14.2"
72
+ }
73
+ }
74
+ ]
75
+ };
76
+ const FlipVerticalIcon = (0, vue.defineComponent)({
77
+ name: "FlipVerticalIcon",
78
+ inheritAttrs: false,
79
+ props: { extend: {
80
+ type: Object,
81
+ default: void 0
82
+ } },
83
+ setup(props, { attrs }) {
84
+ return () => (0, vue.h)(ts_base_js.IconBase, {
85
+ ...attrs,
86
+ extend: props.extend,
87
+ id: "flip-vertical-icon",
88
+ icon: element
89
+ });
90
+ }
91
+ });
92
+ //#endregion
93
+ exports.FlipVerticalIcon = FlipVerticalIcon;
94
+ exports.default = FlipVerticalIcon;
@@ -78,6 +78,8 @@ let ts_eye_outline_icon_js = require("./eye-outline-icon.cjs");
78
78
  let ts_eyelash_icon_js = require("./eyelash-icon.cjs");
79
79
  let ts_filter_icon_js = require("./filter-icon.cjs");
80
80
  let ts_flag_icon_js = require("./flag-icon.cjs");
81
+ let ts_flip_horizontal_icon_js = require("./flip-horizontal-icon.cjs");
82
+ let ts_flip_vertical_icon_js = require("./flip-vertical-icon.cjs");
81
83
  let ts_folder_icon_js = require("./folder-icon.cjs");
82
84
  let ts_font_size_increase_icon_js = require("./font-size-increase-icon.cjs");
83
85
  let ts_font_size_reduce_icon_js = require("./font-size-reduce-icon.cjs");
@@ -385,6 +387,8 @@ let ts_share_icon_js = require("./share-icon.cjs");
385
387
  let ts_share_range_icon_js = require("./share-range-icon.cjs");
386
388
  let ts_sheet_icon_js = require("./sheet-icon.cjs");
387
389
  let ts_shortcut_icon_js = require("./shortcut-icon.cjs");
390
+ let ts_slideshow_play_icon_js = require("./slideshow-play-icon.cjs");
391
+ let ts_slideshow_theme_icon_js = require("./slideshow-theme-icon.cjs");
388
392
  let ts_solve_icon_js = require("./solve-icon.cjs");
389
393
  let ts_strikethrough_icon_js = require("./strikethrough-icon.cjs");
390
394
  let ts_subscript_icon_js = require("./subscript-icon.cjs");
@@ -398,6 +402,7 @@ let ts_text_type_icon_js = require("./text-type-icon.cjs");
398
402
  let ts_topmost_icon_js = require("./topmost-icon.cjs");
399
403
  let ts_triangle_icon_js = require("./triangle-icon.cjs");
400
404
  let ts_truncation_icon_js = require("./truncation-icon.cjs");
405
+ let ts_typography_icon_js = require("./typography-icon.cjs");
401
406
  let ts_underline_icon_js = require("./underline-icon.cjs");
402
407
  let ts_undo_icon_js = require("./undo-icon.cjs");
403
408
  let ts_ungroup_icon_js = require("./ungroup-icon.cjs");
@@ -1112,6 +1117,18 @@ Object.defineProperty(exports, "FlagIcon", {
1112
1117
  return ts_flag_icon_js.FlagIcon;
1113
1118
  }
1114
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
+ });
1115
1132
  Object.defineProperty(exports, "FolderIcon", {
1116
1133
  enumerable: true,
1117
1134
  get: function() {
@@ -3200,6 +3217,18 @@ Object.defineProperty(exports, "SlideMultiIcon", {
3200
3217
  return ts_slide_multi_icon_js.SlideMultiIcon;
3201
3218
  }
3202
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
+ });
3203
3232
  Object.defineProperty(exports, "SmileDoubleIcon", {
3204
3233
  enumerable: true,
3205
3234
  get: function() {
@@ -3308,6 +3337,12 @@ Object.defineProperty(exports, "TruncationIcon", {
3308
3337
  return ts_truncation_icon_js.TruncationIcon;
3309
3338
  }
3310
3339
  });
3340
+ Object.defineProperty(exports, "TypographyIcon", {
3341
+ enumerable: true,
3342
+ get: function() {
3343
+ return ts_typography_icon_js.TypographyIcon;
3344
+ }
3345
+ });
3311
3346
  Object.defineProperty(exports, "UnderlineIcon", {
3312
3347
  enumerable: true,
3313
3348
  get: function() {
@@ -0,0 +1,75 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let vue = require("vue");
6
+ let ts_base_js = require("./base.cjs");
7
+ //#region ts/slideshow-play-icon.ts
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
+ "stroke-width": 1.3,
27
+ "rx": 1.1
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
+ "stroke-linecap": "round",
42
+ "stroke-width": 1.3,
43
+ "d": "M8 10.8V12.8"
44
+ }
45
+ },
46
+ {
47
+ "tag": "path",
48
+ "attrs": {
49
+ "stroke": "currentColor",
50
+ "stroke-linecap": "round",
51
+ "stroke-width": 1.3,
52
+ "d": "M5.5 13.4H10.5"
53
+ }
54
+ }
55
+ ]
56
+ };
57
+ const SlideshowPlayIcon = (0, vue.defineComponent)({
58
+ name: "SlideshowPlayIcon",
59
+ inheritAttrs: false,
60
+ props: { extend: {
61
+ type: Object,
62
+ default: void 0
63
+ } },
64
+ setup(props, { attrs }) {
65
+ return () => (0, vue.h)(ts_base_js.IconBase, {
66
+ ...attrs,
67
+ extend: props.extend,
68
+ id: "slideshow-play-icon",
69
+ icon: element
70
+ });
71
+ }
72
+ });
73
+ //#endregion
74
+ exports.SlideshowPlayIcon = SlideshowPlayIcon;
75
+ exports.default = SlideshowPlayIcon;
@@ -0,0 +1,111 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let vue = require("vue");
6
+ let ts_base_js = require("./base.cjs");
7
+ //#region ts/slideshow-theme-icon.ts
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
+ "stroke-linecap": "round",
23
+ "stroke-width": 1.3,
24
+ "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"
25
+ }
26
+ },
27
+ {
28
+ "tag": "path",
29
+ "attrs": {
30
+ "stroke": "currentColor",
31
+ "stroke-linecap": "round",
32
+ "stroke-width": 1.3,
33
+ "d": "M4.6 5.3H8.4"
34
+ }
35
+ },
36
+ {
37
+ "tag": "path",
38
+ "attrs": {
39
+ "stroke": "currentColor",
40
+ "stroke-linecap": "round",
41
+ "stroke-width": 1.3,
42
+ "d": "M4.6 7.7H7.1"
43
+ }
44
+ },
45
+ {
46
+ "tag": "path",
47
+ "attrs": {
48
+ "stroke": "currentColor",
49
+ "stroke-linecap": "round",
50
+ "stroke-width": 1.3,
51
+ "d": "M8 10.5V12.7"
52
+ }
53
+ },
54
+ {
55
+ "tag": "path",
56
+ "attrs": {
57
+ "stroke": "currentColor",
58
+ "stroke-linecap": "round",
59
+ "stroke-width": 1.3,
60
+ "d": "M5.6 13.4H10.4"
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
+ "stroke-width": 1.2,
72
+ "rx": .9
73
+ }
74
+ },
75
+ {
76
+ "tag": "path",
77
+ "attrs": {
78
+ "stroke": "currentColor",
79
+ "stroke-width": 1.2,
80
+ "d": "M9.4 6.75H13.9"
81
+ }
82
+ },
83
+ {
84
+ "tag": "path",
85
+ "attrs": {
86
+ "stroke": "currentColor",
87
+ "stroke-width": 1.2,
88
+ "d": "M11.65 4.5V9"
89
+ }
90
+ }
91
+ ]
92
+ };
93
+ const SlideshowThemeIcon = (0, vue.defineComponent)({
94
+ name: "SlideshowThemeIcon",
95
+ inheritAttrs: false,
96
+ props: { extend: {
97
+ type: Object,
98
+ default: void 0
99
+ } },
100
+ setup(props, { attrs }) {
101
+ return () => (0, vue.h)(ts_base_js.IconBase, {
102
+ ...attrs,
103
+ extend: props.extend,
104
+ id: "slideshow-theme-icon",
105
+ icon: element
106
+ });
107
+ }
108
+ });
109
+ //#endregion
110
+ exports.SlideshowThemeIcon = SlideshowThemeIcon;
111
+ exports.default = SlideshowThemeIcon;
@@ -0,0 +1,93 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let vue = require("vue");
6
+ let ts_base_js = require("./base.cjs");
7
+ //#region ts/typography-icon.ts
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
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round",
24
+ "stroke-width": 1.8,
25
+ "d": "M1.8 13.5L6.1 2.5L10.2 13.5"
26
+ }
27
+ },
28
+ {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "stroke": "currentColor",
32
+ "stroke-linecap": "round",
33
+ "stroke-width": 1.8,
34
+ "d": "M3.7 9.4H8.2"
35
+ }
36
+ },
37
+ {
38
+ "tag": "path",
39
+ "attrs": {
40
+ "stroke": "currentColor",
41
+ "stroke-linecap": "round",
42
+ "stroke-width": 1.4,
43
+ "d": "M8.8 2.1H14.2"
44
+ }
45
+ },
46
+ {
47
+ "tag": "path",
48
+ "attrs": {
49
+ "stroke": "currentColor",
50
+ "stroke-linecap": "round",
51
+ "stroke-width": 1.4,
52
+ "d": "M10.2 5.9H14.2"
53
+ }
54
+ },
55
+ {
56
+ "tag": "path",
57
+ "attrs": {
58
+ "stroke": "currentColor",
59
+ "stroke-linecap": "round",
60
+ "stroke-width": 1.4,
61
+ "d": "M11.5 9.7H14.2"
62
+ }
63
+ },
64
+ {
65
+ "tag": "path",
66
+ "attrs": {
67
+ "stroke": "currentColor",
68
+ "stroke-linecap": "round",
69
+ "stroke-width": 1.4,
70
+ "d": "M12.7 13.5H14.2"
71
+ }
72
+ }
73
+ ]
74
+ };
75
+ const TypographyIcon = (0, vue.defineComponent)({
76
+ name: "TypographyIcon",
77
+ inheritAttrs: false,
78
+ props: { extend: {
79
+ type: Object,
80
+ default: void 0
81
+ } },
82
+ setup(props, { attrs }) {
83
+ return () => (0, vue.h)(ts_base_js.IconBase, {
84
+ ...attrs,
85
+ extend: props.extend,
86
+ id: "typography-icon",
87
+ icon: element
88
+ });
89
+ }
90
+ });
91
+ //#endregion
92
+ exports.TypographyIcon = TypographyIcon;
93
+ exports.default = TypographyIcon;
@@ -12,12 +12,15 @@ 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
- "stroke-linejoin": "round",
19
22
  "stroke-width": 1.3,
20
- "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
+ "rx": .9
21
24
  }
22
25
  },
23
26
  {
@@ -26,7 +29,7 @@ const element = {
26
29
  "stroke": "currentColor",
27
30
  "stroke-linecap": "round",
28
31
  "stroke-width": 1.3,
29
- "d": "M4.8 5.7V9.7"
32
+ "d": "M4.9 12H11.1"
30
33
  }
31
34
  },
32
35
  {
@@ -35,16 +38,7 @@ const element = {
35
38
  "stroke": "currentColor",
36
39
  "stroke-linecap": "round",
37
40
  "stroke-width": 1.3,
38
- "d": "M8.4 5.7V8"
39
- }
40
- },
41
- {
42
- "tag": "path",
43
- "attrs": {
44
- "stroke": "currentColor",
45
- "stroke-linecap": "round",
46
- "stroke-width": 1.6,
47
- "d": "M8.4 9.8H8.5"
41
+ "d": "M6.3 14H9.7"
48
42
  }
49
43
  }
50
44
  ]
@@ -0,0 +1,18 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const FlipHorizontalIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ extend: {
5
+ type: PropType<IExtendProps>;
6
+ default: undefined;
7
+ };
8
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
9
+ [key: string]: any;
10
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ extend: {
12
+ type: PropType<IExtendProps>;
13
+ default: undefined;
14
+ };
15
+ }>> & Readonly<{}>, {
16
+ extend: IExtendProps;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ export default FlipHorizontalIcon;
@@ -0,0 +1,89 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/flip-horizontal-icon.ts
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
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round",
20
+ "stroke-width": 1.3,
21
+ "d": "M2.6 3.3L6.2 8L2.6 12.7V3.3Z"
22
+ }
23
+ },
24
+ {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "stroke": "currentColor",
28
+ "stroke-linecap": "round",
29
+ "stroke-linejoin": "round",
30
+ "stroke-width": 1.3,
31
+ "d": "M13.4 3.3L9.8 8L13.4 12.7V3.3Z"
32
+ }
33
+ },
34
+ {
35
+ "tag": "path",
36
+ "attrs": {
37
+ "stroke": "currentColor",
38
+ "stroke-linecap": "round",
39
+ "stroke-width": 1.2,
40
+ "d": "M8 2.2V3.8"
41
+ }
42
+ },
43
+ {
44
+ "tag": "path",
45
+ "attrs": {
46
+ "stroke": "currentColor",
47
+ "stroke-linecap": "round",
48
+ "stroke-width": 1.2,
49
+ "d": "M8 6.2V7.8"
50
+ }
51
+ },
52
+ {
53
+ "tag": "path",
54
+ "attrs": {
55
+ "stroke": "currentColor",
56
+ "stroke-linecap": "round",
57
+ "stroke-width": 1.2,
58
+ "d": "M8 10.2V11.8"
59
+ }
60
+ },
61
+ {
62
+ "tag": "path",
63
+ "attrs": {
64
+ "stroke": "currentColor",
65
+ "stroke-linecap": "round",
66
+ "stroke-width": 1.2,
67
+ "d": "M8 14V14.2"
68
+ }
69
+ }
70
+ ]
71
+ };
72
+ const FlipHorizontalIcon = defineComponent({
73
+ name: "FlipHorizontalIcon",
74
+ inheritAttrs: false,
75
+ props: { extend: {
76
+ type: Object,
77
+ default: void 0
78
+ } },
79
+ setup(props, { attrs }) {
80
+ return () => h(IconBase, {
81
+ ...attrs,
82
+ extend: props.extend,
83
+ id: "flip-horizontal-icon",
84
+ icon: element
85
+ });
86
+ }
87
+ });
88
+ //#endregion
89
+ export { FlipHorizontalIcon, FlipHorizontalIcon as default };
@@ -0,0 +1,18 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const FlipVerticalIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ extend: {
5
+ type: PropType<IExtendProps>;
6
+ default: undefined;
7
+ };
8
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
9
+ [key: string]: any;
10
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ extend: {
12
+ type: PropType<IExtendProps>;
13
+ default: undefined;
14
+ };
15
+ }>> & Readonly<{}>, {
16
+ extend: IExtendProps;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ export default FlipVerticalIcon;
@@ -0,0 +1,89 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/flip-vertical-icon.ts
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
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round",
20
+ "stroke-width": 1.3,
21
+ "d": "M3.3 2.6L8 6.2L12.7 2.6H3.3Z"
22
+ }
23
+ },
24
+ {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "stroke": "currentColor",
28
+ "stroke-linecap": "round",
29
+ "stroke-linejoin": "round",
30
+ "stroke-width": 1.3,
31
+ "d": "M3.3 13.4L8 9.8L12.7 13.4H3.3Z"
32
+ }
33
+ },
34
+ {
35
+ "tag": "path",
36
+ "attrs": {
37
+ "stroke": "currentColor",
38
+ "stroke-linecap": "round",
39
+ "stroke-width": 1.2,
40
+ "d": "M2.2 8H3.8"
41
+ }
42
+ },
43
+ {
44
+ "tag": "path",
45
+ "attrs": {
46
+ "stroke": "currentColor",
47
+ "stroke-linecap": "round",
48
+ "stroke-width": 1.2,
49
+ "d": "M6.2 8H7.8"
50
+ }
51
+ },
52
+ {
53
+ "tag": "path",
54
+ "attrs": {
55
+ "stroke": "currentColor",
56
+ "stroke-linecap": "round",
57
+ "stroke-width": 1.2,
58
+ "d": "M10.2 8H11.8"
59
+ }
60
+ },
61
+ {
62
+ "tag": "path",
63
+ "attrs": {
64
+ "stroke": "currentColor",
65
+ "stroke-linecap": "round",
66
+ "stroke-width": 1.2,
67
+ "d": "M14 8H14.2"
68
+ }
69
+ }
70
+ ]
71
+ };
72
+ const FlipVerticalIcon = defineComponent({
73
+ name: "FlipVerticalIcon",
74
+ inheritAttrs: false,
75
+ props: { extend: {
76
+ type: Object,
77
+ default: void 0
78
+ } },
79
+ setup(props, { attrs }) {
80
+ return () => h(IconBase, {
81
+ ...attrs,
82
+ extend: props.extend,
83
+ id: "flip-vertical-icon",
84
+ icon: element
85
+ });
86
+ }
87
+ });
88
+ //#endregion
89
+ 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';
@@ -384,6 +386,8 @@ export { ShareIcon } from './share-icon.js';
384
386
  export { ShareRangeIcon } from './share-range-icon.js';
385
387
  export { SheetIcon } from './sheet-icon.js';
386
388
  export { ShortcutIcon } from './shortcut-icon.js';
389
+ export { SlideshowPlayIcon } from './slideshow-play-icon.js';
390
+ export { SlideshowThemeIcon } from './slideshow-theme-icon.js';
387
391
  export { SolveIcon } from './solve-icon.js';
388
392
  export { StrikethroughIcon } from './strikethrough-icon.js';
389
393
  export { SubscriptIcon } from './subscript-icon.js';
@@ -397,6 +401,7 @@ export { TextTypeIcon } from './text-type-icon.js';
397
401
  export { TopmostIcon } from './topmost-icon.js';
398
402
  export { TriangleIcon } from './triangle-icon.js';
399
403
  export { TruncationIcon } from './truncation-icon.js';
404
+ export { TypographyIcon } from './typography-icon.js';
400
405
  export { UnderlineIcon } from './underline-icon.js';
401
406
  export { UndoIcon } from './undo-icon.js';
402
407
  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";
@@ -384,6 +386,8 @@ import { ShareIcon } from "./share-icon.js";
384
386
  import { ShareRangeIcon } from "./share-range-icon.js";
385
387
  import { SheetIcon } from "./sheet-icon.js";
386
388
  import { ShortcutIcon } from "./shortcut-icon.js";
389
+ import { SlideshowPlayIcon } from "./slideshow-play-icon.js";
390
+ import { SlideshowThemeIcon } from "./slideshow-theme-icon.js";
387
391
  import { SolveIcon } from "./solve-icon.js";
388
392
  import { StrikethroughIcon } from "./strikethrough-icon.js";
389
393
  import { SubscriptIcon } from "./subscript-icon.js";
@@ -397,6 +401,7 @@ import { TextTypeIcon } from "./text-type-icon.js";
397
401
  import { TopmostIcon } from "./topmost-icon.js";
398
402
  import { TriangleIcon } from "./triangle-icon.js";
399
403
  import { TruncationIcon } from "./truncation-icon.js";
404
+ import { TypographyIcon } from "./typography-icon.js";
400
405
  import { UnderlineIcon } from "./underline-icon.js";
401
406
  import { UndoIcon } from "./undo-icon.js";
402
407
  import { UngroupIcon } from "./ungroup-icon.js";
@@ -493,4 +498,4 @@ import { TodoListDoubleIcon } from "./todo-list-double-icon.js";
493
498
  import { UpBorderDoubleIcon } from "./up-border-double-icon.js";
494
499
  import { VerticalBorderDoubleIcon } from "./vertical-border-double-icon.js";
495
500
  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 };
501
+ 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, 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,18 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const SlideshowPlayIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ extend: {
5
+ type: PropType<IExtendProps>;
6
+ default: undefined;
7
+ };
8
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
9
+ [key: string]: any;
10
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ extend: {
12
+ type: PropType<IExtendProps>;
13
+ default: undefined;
14
+ };
15
+ }>> & Readonly<{}>, {
16
+ extend: IExtendProps;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ export default SlideshowPlayIcon;
@@ -0,0 +1,70 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/slideshow-play-icon.ts
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
+ "stroke-width": 1.3,
23
+ "rx": 1.1
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
+ "stroke-linecap": "round",
38
+ "stroke-width": 1.3,
39
+ "d": "M8 10.8V12.8"
40
+ }
41
+ },
42
+ {
43
+ "tag": "path",
44
+ "attrs": {
45
+ "stroke": "currentColor",
46
+ "stroke-linecap": "round",
47
+ "stroke-width": 1.3,
48
+ "d": "M5.5 13.4H10.5"
49
+ }
50
+ }
51
+ ]
52
+ };
53
+ const SlideshowPlayIcon = defineComponent({
54
+ name: "SlideshowPlayIcon",
55
+ inheritAttrs: false,
56
+ props: { extend: {
57
+ type: Object,
58
+ default: void 0
59
+ } },
60
+ setup(props, { attrs }) {
61
+ return () => h(IconBase, {
62
+ ...attrs,
63
+ extend: props.extend,
64
+ id: "slideshow-play-icon",
65
+ icon: element
66
+ });
67
+ }
68
+ });
69
+ //#endregion
70
+ export { SlideshowPlayIcon, SlideshowPlayIcon as default };
@@ -0,0 +1,18 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const SlideshowThemeIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ extend: {
5
+ type: PropType<IExtendProps>;
6
+ default: undefined;
7
+ };
8
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
9
+ [key: string]: any;
10
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ extend: {
12
+ type: PropType<IExtendProps>;
13
+ default: undefined;
14
+ };
15
+ }>> & Readonly<{}>, {
16
+ extend: IExtendProps;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ export default SlideshowThemeIcon;
@@ -0,0 +1,106 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/slideshow-theme-icon.ts
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
+ "stroke-linecap": "round",
19
+ "stroke-width": 1.3,
20
+ "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"
21
+ }
22
+ },
23
+ {
24
+ "tag": "path",
25
+ "attrs": {
26
+ "stroke": "currentColor",
27
+ "stroke-linecap": "round",
28
+ "stroke-width": 1.3,
29
+ "d": "M4.6 5.3H8.4"
30
+ }
31
+ },
32
+ {
33
+ "tag": "path",
34
+ "attrs": {
35
+ "stroke": "currentColor",
36
+ "stroke-linecap": "round",
37
+ "stroke-width": 1.3,
38
+ "d": "M4.6 7.7H7.1"
39
+ }
40
+ },
41
+ {
42
+ "tag": "path",
43
+ "attrs": {
44
+ "stroke": "currentColor",
45
+ "stroke-linecap": "round",
46
+ "stroke-width": 1.3,
47
+ "d": "M8 10.5V12.7"
48
+ }
49
+ },
50
+ {
51
+ "tag": "path",
52
+ "attrs": {
53
+ "stroke": "currentColor",
54
+ "stroke-linecap": "round",
55
+ "stroke-width": 1.3,
56
+ "d": "M5.6 13.4H10.4"
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
+ "stroke-width": 1.2,
68
+ "rx": .9
69
+ }
70
+ },
71
+ {
72
+ "tag": "path",
73
+ "attrs": {
74
+ "stroke": "currentColor",
75
+ "stroke-width": 1.2,
76
+ "d": "M9.4 6.75H13.9"
77
+ }
78
+ },
79
+ {
80
+ "tag": "path",
81
+ "attrs": {
82
+ "stroke": "currentColor",
83
+ "stroke-width": 1.2,
84
+ "d": "M11.65 4.5V9"
85
+ }
86
+ }
87
+ ]
88
+ };
89
+ const SlideshowThemeIcon = defineComponent({
90
+ name: "SlideshowThemeIcon",
91
+ inheritAttrs: false,
92
+ props: { extend: {
93
+ type: Object,
94
+ default: void 0
95
+ } },
96
+ setup(props, { attrs }) {
97
+ return () => h(IconBase, {
98
+ ...attrs,
99
+ extend: props.extend,
100
+ id: "slideshow-theme-icon",
101
+ icon: element
102
+ });
103
+ }
104
+ });
105
+ //#endregion
106
+ export { SlideshowThemeIcon, SlideshowThemeIcon as default };
@@ -0,0 +1,18 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const TypographyIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ extend: {
5
+ type: PropType<IExtendProps>;
6
+ default: undefined;
7
+ };
8
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
9
+ [key: string]: any;
10
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ extend: {
12
+ type: PropType<IExtendProps>;
13
+ default: undefined;
14
+ };
15
+ }>> & Readonly<{}>, {
16
+ extend: IExtendProps;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ export default TypographyIcon;
@@ -0,0 +1,88 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/typography-icon.ts
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
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round",
20
+ "stroke-width": 1.8,
21
+ "d": "M1.8 13.5L6.1 2.5L10.2 13.5"
22
+ }
23
+ },
24
+ {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "stroke": "currentColor",
28
+ "stroke-linecap": "round",
29
+ "stroke-width": 1.8,
30
+ "d": "M3.7 9.4H8.2"
31
+ }
32
+ },
33
+ {
34
+ "tag": "path",
35
+ "attrs": {
36
+ "stroke": "currentColor",
37
+ "stroke-linecap": "round",
38
+ "stroke-width": 1.4,
39
+ "d": "M8.8 2.1H14.2"
40
+ }
41
+ },
42
+ {
43
+ "tag": "path",
44
+ "attrs": {
45
+ "stroke": "currentColor",
46
+ "stroke-linecap": "round",
47
+ "stroke-width": 1.4,
48
+ "d": "M10.2 5.9H14.2"
49
+ }
50
+ },
51
+ {
52
+ "tag": "path",
53
+ "attrs": {
54
+ "stroke": "currentColor",
55
+ "stroke-linecap": "round",
56
+ "stroke-width": 1.4,
57
+ "d": "M11.5 9.7H14.2"
58
+ }
59
+ },
60
+ {
61
+ "tag": "path",
62
+ "attrs": {
63
+ "stroke": "currentColor",
64
+ "stroke-linecap": "round",
65
+ "stroke-width": 1.4,
66
+ "d": "M12.7 13.5H14.2"
67
+ }
68
+ }
69
+ ]
70
+ };
71
+ const TypographyIcon = defineComponent({
72
+ name: "TypographyIcon",
73
+ inheritAttrs: false,
74
+ props: { extend: {
75
+ type: Object,
76
+ default: void 0
77
+ } },
78
+ setup(props, { attrs }) {
79
+ return () => h(IconBase, {
80
+ ...attrs,
81
+ extend: props.extend,
82
+ id: "typography-icon",
83
+ icon: element
84
+ });
85
+ }
86
+ });
87
+ //#endregion
88
+ export { TypographyIcon, TypographyIcon as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/icons-vue",
3
- "version": "1.8.0",
3
+ "version": "1.9.0",
4
4
  "description": "Vue icons for Univer.",
5
5
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
6
6
  "license": "MIT",
@@ -47,7 +47,7 @@
47
47
  "svgo": "^4.0.1",
48
48
  "typescript": "^6.0.3",
49
49
  "vue": "^3.5.35",
50
- "@univerjs/icons-svg": "1.8.0"
50
+ "@univerjs/icons-svg": "1.9.0"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "node --experimental-strip-types ./scripts/build/index.ts && tsc"