@univerjs/icons-vue 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,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");
@@ -286,6 +288,7 @@ let ts_shape_flow_chart_sort_icon_js = require("./shape-flow-chart-sort-icon.cjs
286
288
  let ts_shape_flow_chart_summing_junction_icon_js = require("./shape-flow-chart-summing-junction-icon.cjs");
287
289
  let ts_shape_flow_chart_terminator_icon_js = require("./shape-flow-chart-terminator-icon.cjs");
288
290
  let ts_shape_folder_corner_icon_js = require("./shape-folder-corner-icon.cjs");
291
+ let ts_shape_format_setting_icon_js = require("./shape-format-setting-icon.cjs");
289
292
  let ts_shape_frame_icon_js = require("./shape-frame-icon.cjs");
290
293
  let ts_shape_funnel_icon_js = require("./shape-funnel-icon.cjs");
291
294
  let ts_shape_gear6_icon_js = require("./shape-gear6-icon.cjs");
@@ -385,6 +388,8 @@ let ts_share_icon_js = require("./share-icon.cjs");
385
388
  let ts_share_range_icon_js = require("./share-range-icon.cjs");
386
389
  let ts_sheet_icon_js = require("./sheet-icon.cjs");
387
390
  let ts_shortcut_icon_js = require("./shortcut-icon.cjs");
391
+ let ts_slideshow_play_icon_js = require("./slideshow-play-icon.cjs");
392
+ let ts_slideshow_theme_icon_js = require("./slideshow-theme-icon.cjs");
388
393
  let ts_solve_icon_js = require("./solve-icon.cjs");
389
394
  let ts_strikethrough_icon_js = require("./strikethrough-icon.cjs");
390
395
  let ts_subscript_icon_js = require("./subscript-icon.cjs");
@@ -398,6 +403,7 @@ let ts_text_type_icon_js = require("./text-type-icon.cjs");
398
403
  let ts_topmost_icon_js = require("./topmost-icon.cjs");
399
404
  let ts_triangle_icon_js = require("./triangle-icon.cjs");
400
405
  let ts_truncation_icon_js = require("./truncation-icon.cjs");
406
+ let ts_typography_icon_js = require("./typography-icon.cjs");
401
407
  let ts_underline_icon_js = require("./underline-icon.cjs");
402
408
  let ts_undo_icon_js = require("./undo-icon.cjs");
403
409
  let ts_ungroup_icon_js = require("./ungroup-icon.cjs");
@@ -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,85 @@
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/shape-format-setting-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": "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"
26
+ }
27
+ },
28
+ {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "stroke": "currentColor",
32
+ "stroke-linecap": "round",
33
+ "stroke-width": 1.3,
34
+ "d": "M4.2 5.1H8"
35
+ }
36
+ },
37
+ {
38
+ "tag": "path",
39
+ "attrs": {
40
+ "stroke": "currentColor",
41
+ "stroke-linecap": "round",
42
+ "stroke-width": 1.3,
43
+ "d": "M4.2 7.3H6.8"
44
+ }
45
+ },
46
+ {
47
+ "tag": "path",
48
+ "attrs": {
49
+ "stroke": "currentColor",
50
+ "stroke-linejoin": "round",
51
+ "stroke-width": 1.15,
52
+ "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"
53
+ }
54
+ },
55
+ {
56
+ "tag": "circle",
57
+ "attrs": {
58
+ "cx": 10.78,
59
+ "cy": 10.48,
60
+ "r": 1.05,
61
+ "stroke": "currentColor",
62
+ "stroke-width": 1.15
63
+ }
64
+ }
65
+ ]
66
+ };
67
+ const ShapeFormatSettingIcon = (0, vue.defineComponent)({
68
+ name: "ShapeFormatSettingIcon",
69
+ inheritAttrs: false,
70
+ props: { extend: {
71
+ type: Object,
72
+ default: void 0
73
+ } },
74
+ setup(props, { attrs }) {
75
+ return () => (0, vue.h)(ts_base_js.IconBase, {
76
+ ...attrs,
77
+ extend: props.extend,
78
+ id: "shape-format-setting-icon",
79
+ icon: element
80
+ });
81
+ }
82
+ });
83
+ //#endregion
84
+ exports.ShapeFormatSettingIcon = ShapeFormatSettingIcon;
85
+ exports.default = ShapeFormatSettingIcon;
@@ -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;