@univerjs/icons-vue 1.7.0 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,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;
@@ -0,0 +1,18 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const CalloutIcon: 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 CalloutIcon;
@@ -0,0 +1,63 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/callout-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.4,
18
+ "height": 6.6,
19
+ "x": 2.3,
20
+ "y": 3.2,
21
+ "stroke": "currentColor",
22
+ "stroke-width": 1.3,
23
+ "rx": .9
24
+ }
25
+ },
26
+ {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "stroke": "currentColor",
30
+ "stroke-linecap": "round",
31
+ "stroke-width": 1.3,
32
+ "d": "M4.9 12H11.1"
33
+ }
34
+ },
35
+ {
36
+ "tag": "path",
37
+ "attrs": {
38
+ "stroke": "currentColor",
39
+ "stroke-linecap": "round",
40
+ "stroke-width": 1.3,
41
+ "d": "M6.3 14H9.7"
42
+ }
43
+ }
44
+ ]
45
+ };
46
+ const CalloutIcon = defineComponent({
47
+ name: "CalloutIcon",
48
+ inheritAttrs: false,
49
+ props: { extend: {
50
+ type: Object,
51
+ default: void 0
52
+ } },
53
+ setup(props, { attrs }) {
54
+ return () => h(IconBase, {
55
+ ...attrs,
56
+ extend: props.extend,
57
+ id: "callout-icon",
58
+ icon: element
59
+ });
60
+ }
61
+ });
62
+ //#endregion
63
+ export { CalloutIcon, CalloutIcon as default };
@@ -0,0 +1,18 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const CodeBlockIcon: 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 CodeBlockIcon;
@@ -0,0 +1,73 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/code-block-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": "M6.1 2.6H5.5C4.6 2.6 4 3.2 4 4.1V5.8C4 6.5 3.5 7 2.8 7H2.5"
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": "M2.5 9H2.8C3.5 9 4 9.5 4 10.2V11.9C4 12.8 4.6 13.4 5.5 13.4H6.1"
32
+ }
33
+ },
34
+ {
35
+ "tag": "path",
36
+ "attrs": {
37
+ "stroke": "currentColor",
38
+ "stroke-linecap": "round",
39
+ "stroke-linejoin": "round",
40
+ "stroke-width": 1.3,
41
+ "d": "M9.9 2.6H10.5C11.4 2.6 12 3.2 12 4.1V5.8C12 6.5 12.5 7 13.2 7H13.5"
42
+ }
43
+ },
44
+ {
45
+ "tag": "path",
46
+ "attrs": {
47
+ "stroke": "currentColor",
48
+ "stroke-linecap": "round",
49
+ "stroke-linejoin": "round",
50
+ "stroke-width": 1.3,
51
+ "d": "M13.5 9H13.2C12.5 9 12 9.5 12 10.2V11.9C12 12.8 11.4 13.4 10.5 13.4H9.9"
52
+ }
53
+ }
54
+ ]
55
+ };
56
+ const CodeBlockIcon = defineComponent({
57
+ name: "CodeBlockIcon",
58
+ inheritAttrs: false,
59
+ props: { extend: {
60
+ type: Object,
61
+ default: void 0
62
+ } },
63
+ setup(props, { attrs }) {
64
+ return () => h(IconBase, {
65
+ ...attrs,
66
+ extend: props.extend,
67
+ id: "code-block-icon",
68
+ icon: element
69
+ });
70
+ }
71
+ });
72
+ //#endregion
73
+ export { CodeBlockIcon, CodeBlockIcon as default };
@@ -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 };
@@ -27,6 +27,7 @@ export { BoxplotIcon } from './boxplot-icon.js';
27
27
  export { BrushIcon } from './brush-icon.js';
28
28
  export { BubbleIcon } from './bubble-icon.js';
29
29
  export { CalendarIcon } from './calendar-icon.js';
30
+ export { CalloutIcon } from './callout-icon.js';
30
31
  export { CancelFreezeIcon } from './cancel-freeze-icon.js';
31
32
  export { CancelMergeIcon } from './cancel-merge-icon.js';
32
33
  export { CatalogueIcon } from './catalogue-icon.js';
@@ -36,6 +37,7 @@ export { ClockIcon } from './clock-icon.js';
36
37
  export { CloseIcon } from './close-icon.js';
37
38
  export { CloudOutlineIcon } from './cloud-outline-icon.js';
38
39
  export { CntIcon } from './cnt-icon.js';
40
+ export { CodeBlockIcon } from './code-block-icon.js';
39
41
  export { CodeIcon } from './code-icon.js';
40
42
  export { ColumnChartIcon } from './column-chart-icon.js';
41
43
  export { ColumnIcon } from './column-icon.js';
@@ -75,6 +77,8 @@ export { EyeOutlineIcon } from './eye-outline-icon.js';
75
77
  export { EyelashIcon } from './eyelash-icon.js';
76
78
  export { FilterIcon } from './filter-icon.js';
77
79
  export { FlagIcon } from './flag-icon.js';
80
+ export { FlipHorizontalIcon } from './flip-horizontal-icon.js';
81
+ export { FlipVerticalIcon } from './flip-vertical-icon.js';
78
82
  export { FolderIcon } from './folder-icon.js';
79
83
  export { FontSizeIncreaseIcon } from './font-size-increase-icon.js';
80
84
  export { FontSizeReduceIcon } from './font-size-reduce-icon.js';
@@ -163,6 +167,7 @@ export { Progress25Icon } from './progress-25-icon.js';
163
167
  export { Progress50Icon } from './progress-50-icon.js';
164
168
  export { Progress75Icon } from './progress-75-icon.js';
165
169
  export { ProtectIcon } from './protect-icon.js';
170
+ export { QuoteIcon } from './quote-icon.js';
166
171
  export { RadarChartIcon } from './radar-chart-icon.js';
167
172
  export { RandomIcon } from './random-icon.js';
168
173
  export { RecentIcon } from './recent-icon.js';
@@ -381,6 +386,8 @@ export { ShareIcon } from './share-icon.js';
381
386
  export { ShareRangeIcon } from './share-range-icon.js';
382
387
  export { SheetIcon } from './sheet-icon.js';
383
388
  export { ShortcutIcon } from './shortcut-icon.js';
389
+ export { SlideshowPlayIcon } from './slideshow-play-icon.js';
390
+ export { SlideshowThemeIcon } from './slideshow-theme-icon.js';
384
391
  export { SolveIcon } from './solve-icon.js';
385
392
  export { StrikethroughIcon } from './strikethrough-icon.js';
386
393
  export { SubscriptIcon } from './subscript-icon.js';
@@ -394,6 +401,7 @@ export { TextTypeIcon } from './text-type-icon.js';
394
401
  export { TopmostIcon } from './topmost-icon.js';
395
402
  export { TriangleIcon } from './triangle-icon.js';
396
403
  export { TruncationIcon } from './truncation-icon.js';
404
+ export { TypographyIcon } from './typography-icon.js';
397
405
  export { UnderlineIcon } from './underline-icon.js';
398
406
  export { UndoIcon } from './undo-icon.js';
399
407
  export { UngroupIcon } from './ungroup-icon.js';