@univerjs/icons-vue 1.41.0 → 1.43.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,61 @@
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/clear-filter-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
+ "tag": "path",
19
+ "attrs": {
20
+ "stroke": "currentColor",
21
+ "stroke-linecap": "round",
22
+ "stroke-linejoin": "round",
23
+ "stroke-width": 1.2,
24
+ "d": "M2 2.5H13L9 7.2V10L6.5 11.5V7.2L2 2.5Z"
25
+ }
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "stroke": "currentColor",
30
+ "stroke-linecap": "round",
31
+ "stroke-width": 1.2,
32
+ "d": "M10.5 10.5L14 14M14 10.5L10.5 14"
33
+ }
34
+ }]
35
+ };
36
+ const ClearFilterIcon = (0, vue.defineComponent)({
37
+ name: "ClearFilterIcon",
38
+ inheritAttrs: false,
39
+ props: {
40
+ preserveStrokeWidth: {
41
+ type: Boolean,
42
+ default: false
43
+ },
44
+ extend: {
45
+ type: Object,
46
+ default: void 0
47
+ }
48
+ },
49
+ setup(props, { attrs }) {
50
+ return () => (0, vue.h)(ts_base_js.IconBase, {
51
+ ...attrs,
52
+ preserveStrokeWidth: props.preserveStrokeWidth,
53
+ extend: props.extend,
54
+ id: "clear-filter-icon",
55
+ icon: element
56
+ });
57
+ }
58
+ });
59
+ //#endregion
60
+ exports.ClearFilterIcon = ClearFilterIcon;
61
+ exports.default = ClearFilterIcon;
@@ -45,6 +45,7 @@ let ts_class_diagram_filled_arrow_connector_icon_js = require("./class-diagram-f
45
45
  let ts_class_diagram_filled_diamond_connector_icon_js = require("./class-diagram-filled-diamond-connector-icon.cjs");
46
46
  let ts_class_diagram_hollow_diamond_connector_icon_js = require("./class-diagram-hollow-diamond-connector-icon.cjs");
47
47
  let ts_class_diagram_interface_icon_js = require("./class-diagram-interface-icon.cjs");
48
+ let ts_clear_filter_icon_js = require("./clear-filter-icon.cjs");
48
49
  let ts_clock_icon_js = require("./clock-icon.cjs");
49
50
  let ts_close_icon_js = require("./close-icon.cjs");
50
51
  let ts_cloud_outline_icon_js = require("./cloud-outline-icon.cjs");
@@ -246,6 +247,9 @@ let ts_people_icon_js = require("./people-icon.cjs");
246
247
  let ts_percent_icon_js = require("./percent-icon.cjs");
247
248
  let ts_pie_chart_icon_js = require("./pie-chart-icon.cjs");
248
249
  let ts_piping_icon_js = require("./piping-icon.cjs");
250
+ let ts_pivot_chart_collapse_icon_js = require("./pivot-chart-collapse-icon.cjs");
251
+ let ts_pivot_chart_expand_icon_js = require("./pivot-chart-expand-icon.cjs");
252
+ let ts_pivot_chart_icon_js = require("./pivot-chart-icon.cjs");
249
253
  let ts_pivot_table_icon_js = require("./pivot-table-icon.cjs");
250
254
  let ts_places_icon_js = require("./places-icon.cjs");
251
255
  let ts_polynomial_icon_js = require("./polynomial-icon.cjs");
@@ -498,6 +502,7 @@ let ts_show_dimensions_icon_js = require("./show-dimensions-icon.cjs");
498
502
  let ts_show_toolbar_icon_js = require("./show-toolbar-icon.cjs");
499
503
  let ts_shrink_icon_js = require("./shrink-icon.cjs");
500
504
  let ts_shrink_to_fit_icon_js = require("./shrink-to-fit-icon.cjs");
505
+ let ts_slicer_icon_js = require("./slicer-icon.cjs");
501
506
  let ts_slides_app_icon_js = require("./slides-app-icon.cjs");
502
507
  let ts_slideshow_play_icon_js = require("./slideshow-play-icon.cjs");
503
508
  let ts_slideshow_theme_icon_js = require("./slideshow-theme-icon.cjs");
@@ -1004,6 +1009,12 @@ Object.defineProperty(exports, "ClassDiagramInterfaceIcon", {
1004
1009
  return ts_class_diagram_interface_icon_js.ClassDiagramInterfaceIcon;
1005
1010
  }
1006
1011
  });
1012
+ Object.defineProperty(exports, "ClearFilterIcon", {
1013
+ enumerable: true,
1014
+ get: function() {
1015
+ return ts_clear_filter_icon_js.ClearFilterIcon;
1016
+ }
1017
+ });
1007
1018
  Object.defineProperty(exports, "ClearFormatDoubleIcon", {
1008
1019
  enumerable: true,
1009
1020
  get: function() {
@@ -2462,6 +2473,24 @@ Object.defineProperty(exports, "PipingIcon", {
2462
2473
  return ts_piping_icon_js.PipingIcon;
2463
2474
  }
2464
2475
  });
2476
+ Object.defineProperty(exports, "PivotChartCollapseIcon", {
2477
+ enumerable: true,
2478
+ get: function() {
2479
+ return ts_pivot_chart_collapse_icon_js.PivotChartCollapseIcon;
2480
+ }
2481
+ });
2482
+ Object.defineProperty(exports, "PivotChartExpandIcon", {
2483
+ enumerable: true,
2484
+ get: function() {
2485
+ return ts_pivot_chart_expand_icon_js.PivotChartExpandIcon;
2486
+ }
2487
+ });
2488
+ Object.defineProperty(exports, "PivotChartIcon", {
2489
+ enumerable: true,
2490
+ get: function() {
2491
+ return ts_pivot_chart_icon_js.PivotChartIcon;
2492
+ }
2493
+ });
2465
2494
  Object.defineProperty(exports, "PivotTableIcon", {
2466
2495
  enumerable: true,
2467
2496
  get: function() {
@@ -4088,6 +4117,12 @@ Object.defineProperty(exports, "SlashDoubleIcon", {
4088
4117
  return ts_slash_double_icon_js.SlashDoubleIcon;
4089
4118
  }
4090
4119
  });
4120
+ Object.defineProperty(exports, "SlicerIcon", {
4121
+ enumerable: true,
4122
+ get: function() {
4123
+ return ts_slicer_icon_js.SlicerIcon;
4124
+ }
4125
+ });
4091
4126
  Object.defineProperty(exports, "SlidesAppIcon", {
4092
4127
  enumerable: true,
4093
4128
  get: function() {
@@ -0,0 +1,60 @@
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/pivot-chart-collapse-icon.ts
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "none",
13
+ "stroke": "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": 1.2,
17
+ "viewBox": "0 0 16 16",
18
+ "width": "1em",
19
+ "height": "1em"
20
+ },
21
+ "children": [{
22
+ "tag": "rect",
23
+ "attrs": {
24
+ "width": 6,
25
+ "height": 6,
26
+ "x": 1,
27
+ "y": 1,
28
+ "rx": 1
29
+ }
30
+ }, {
31
+ "tag": "path",
32
+ "attrs": { "d": "M2.75 4H5.25M9.5 4H14.5M4 7V13H6.5M4 9H6.5M9 9H14.5M9 13H14.5" }
33
+ }]
34
+ };
35
+ const PivotChartCollapseIcon = (0, vue.defineComponent)({
36
+ name: "PivotChartCollapseIcon",
37
+ inheritAttrs: false,
38
+ props: {
39
+ preserveStrokeWidth: {
40
+ type: Boolean,
41
+ default: false
42
+ },
43
+ extend: {
44
+ type: Object,
45
+ default: void 0
46
+ }
47
+ },
48
+ setup(props, { attrs }) {
49
+ return () => (0, vue.h)(ts_base_js.IconBase, {
50
+ ...attrs,
51
+ preserveStrokeWidth: props.preserveStrokeWidth,
52
+ extend: props.extend,
53
+ id: "pivot-chart-collapse-icon",
54
+ icon: element
55
+ });
56
+ }
57
+ });
58
+ //#endregion
59
+ exports.PivotChartCollapseIcon = PivotChartCollapseIcon;
60
+ exports.default = PivotChartCollapseIcon;
@@ -0,0 +1,60 @@
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/pivot-chart-expand-icon.ts
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "none",
13
+ "stroke": "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": 1.2,
17
+ "viewBox": "0 0 16 16",
18
+ "width": "1em",
19
+ "height": "1em"
20
+ },
21
+ "children": [{
22
+ "tag": "rect",
23
+ "attrs": {
24
+ "width": 6,
25
+ "height": 6,
26
+ "x": 1,
27
+ "y": 1,
28
+ "rx": 1
29
+ }
30
+ }, {
31
+ "tag": "path",
32
+ "attrs": { "d": "M2.75 4H5.25M4 2.75V5.25M9.5 4H14.5M4 7V13H6.5M4 9H6.5M9 9H14.5M9 13H14.5" }
33
+ }]
34
+ };
35
+ const PivotChartExpandIcon = (0, vue.defineComponent)({
36
+ name: "PivotChartExpandIcon",
37
+ inheritAttrs: false,
38
+ props: {
39
+ preserveStrokeWidth: {
40
+ type: Boolean,
41
+ default: false
42
+ },
43
+ extend: {
44
+ type: Object,
45
+ default: void 0
46
+ }
47
+ },
48
+ setup(props, { attrs }) {
49
+ return () => (0, vue.h)(ts_base_js.IconBase, {
50
+ ...attrs,
51
+ preserveStrokeWidth: props.preserveStrokeWidth,
52
+ extend: props.extend,
53
+ id: "pivot-chart-expand-icon",
54
+ icon: element
55
+ });
56
+ }
57
+ });
58
+ //#endregion
59
+ exports.PivotChartExpandIcon = PivotChartExpandIcon;
60
+ exports.default = PivotChartExpandIcon;
@@ -0,0 +1,67 @@
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/pivot-chart-icon.ts
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "none",
13
+ "stroke": "currentColor",
14
+ "stroke-linecap": "round",
15
+ "stroke-linejoin": "round",
16
+ "stroke-width": 1.2,
17
+ "viewBox": "0 0 16 16",
18
+ "width": "1em",
19
+ "height": "1em"
20
+ },
21
+ "children": [
22
+ {
23
+ "tag": "rect",
24
+ "attrs": {
25
+ "width": 13.5,
26
+ "height": 13.5,
27
+ "x": 1.25,
28
+ "y": 1.25,
29
+ "rx": 1.5
30
+ }
31
+ },
32
+ {
33
+ "tag": "path",
34
+ "attrs": { "d": "M1.25 4.75H14.75M4.75 1.25V14.75" }
35
+ },
36
+ {
37
+ "tag": "path",
38
+ "attrs": { "d": "M7.25 12V9.5M9.75 12V7M12.25 12V8.5" }
39
+ }
40
+ ]
41
+ };
42
+ const PivotChartIcon = (0, vue.defineComponent)({
43
+ name: "PivotChartIcon",
44
+ inheritAttrs: false,
45
+ props: {
46
+ preserveStrokeWidth: {
47
+ type: Boolean,
48
+ default: false
49
+ },
50
+ extend: {
51
+ type: Object,
52
+ default: void 0
53
+ }
54
+ },
55
+ setup(props, { attrs }) {
56
+ return () => (0, vue.h)(ts_base_js.IconBase, {
57
+ ...attrs,
58
+ preserveStrokeWidth: props.preserveStrokeWidth,
59
+ extend: props.extend,
60
+ id: "pivot-chart-icon",
61
+ icon: element
62
+ });
63
+ }
64
+ });
65
+ //#endregion
66
+ exports.PivotChartIcon = PivotChartIcon;
67
+ exports.default = PivotChartIcon;
@@ -0,0 +1,76 @@
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/slicer-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": 13,
22
+ "height": 12,
23
+ "x": 1.5,
24
+ "y": 2,
25
+ "stroke": "currentColor",
26
+ "stroke-width": 1.2,
27
+ "rx": 1.5
28
+ }
29
+ },
30
+ {
31
+ "tag": "path",
32
+ "attrs": {
33
+ "stroke": "currentColor",
34
+ "stroke-linecap": "round",
35
+ "stroke-width": 1.2,
36
+ "d": "M1.5 5.5H14.5M4 8H6M4 10.5H6"
37
+ }
38
+ },
39
+ {
40
+ "tag": "path",
41
+ "attrs": {
42
+ "stroke": "currentColor",
43
+ "stroke-linecap": "round",
44
+ "stroke-linejoin": "round",
45
+ "stroke-width": 1.2,
46
+ "d": "M8.5 8H12L10.8 9.6V11.5L9.7 12V9.6L8.5 8Z"
47
+ }
48
+ }
49
+ ]
50
+ };
51
+ const SlicerIcon = (0, vue.defineComponent)({
52
+ name: "SlicerIcon",
53
+ inheritAttrs: false,
54
+ props: {
55
+ preserveStrokeWidth: {
56
+ type: Boolean,
57
+ default: false
58
+ },
59
+ extend: {
60
+ type: Object,
61
+ default: void 0
62
+ }
63
+ },
64
+ setup(props, { attrs }) {
65
+ return () => (0, vue.h)(ts_base_js.IconBase, {
66
+ ...attrs,
67
+ preserveStrokeWidth: props.preserveStrokeWidth,
68
+ extend: props.extend,
69
+ id: "slicer-icon",
70
+ icon: element
71
+ });
72
+ }
73
+ });
74
+ //#endregion
75
+ exports.SlicerIcon = SlicerIcon;
76
+ exports.default = SlicerIcon;
@@ -0,0 +1,27 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const ClearFilterIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ preserveStrokeWidth: {
5
+ type: BooleanConstructor;
6
+ default: boolean;
7
+ };
8
+ extend: {
9
+ type: PropType<IExtendProps>;
10
+ default: undefined;
11
+ };
12
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
13
+ [key: string]: any;
14
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ preserveStrokeWidth: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ extend: {
20
+ type: PropType<IExtendProps>;
21
+ default: undefined;
22
+ };
23
+ }>> & Readonly<{}>, {
24
+ preserveStrokeWidth: boolean;
25
+ extend: IExtendProps;
26
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
+ export default ClearFilterIcon;
@@ -0,0 +1,56 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/clear-filter-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
+ "tag": "path",
15
+ "attrs": {
16
+ "stroke": "currentColor",
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round",
19
+ "stroke-width": 1.2,
20
+ "d": "M2 2.5H13L9 7.2V10L6.5 11.5V7.2L2 2.5Z"
21
+ }
22
+ }, {
23
+ "tag": "path",
24
+ "attrs": {
25
+ "stroke": "currentColor",
26
+ "stroke-linecap": "round",
27
+ "stroke-width": 1.2,
28
+ "d": "M10.5 10.5L14 14M14 10.5L10.5 14"
29
+ }
30
+ }]
31
+ };
32
+ const ClearFilterIcon = defineComponent({
33
+ name: "ClearFilterIcon",
34
+ inheritAttrs: false,
35
+ props: {
36
+ preserveStrokeWidth: {
37
+ type: Boolean,
38
+ default: false
39
+ },
40
+ extend: {
41
+ type: Object,
42
+ default: void 0
43
+ }
44
+ },
45
+ setup(props, { attrs }) {
46
+ return () => h(IconBase, {
47
+ ...attrs,
48
+ preserveStrokeWidth: props.preserveStrokeWidth,
49
+ extend: props.extend,
50
+ id: "clear-filter-icon",
51
+ icon: element
52
+ });
53
+ }
54
+ });
55
+ //#endregion
56
+ export { ClearFilterIcon, ClearFilterIcon as default };
@@ -44,6 +44,7 @@ export { ClassDiagramFilledArrowConnectorIcon } from './class-diagram-filled-arr
44
44
  export { ClassDiagramFilledDiamondConnectorIcon } from './class-diagram-filled-diamond-connector-icon.js';
45
45
  export { ClassDiagramHollowDiamondConnectorIcon } from './class-diagram-hollow-diamond-connector-icon.js';
46
46
  export { ClassDiagramInterfaceIcon } from './class-diagram-interface-icon.js';
47
+ export { ClearFilterIcon } from './clear-filter-icon.js';
47
48
  export { ClockIcon } from './clock-icon.js';
48
49
  export { CloseIcon } from './close-icon.js';
49
50
  export { CloudOutlineIcon } from './cloud-outline-icon.js';
@@ -245,6 +246,9 @@ export { PeopleIcon } from './people-icon.js';
245
246
  export { PercentIcon } from './percent-icon.js';
246
247
  export { PieChartIcon } from './pie-chart-icon.js';
247
248
  export { PipingIcon } from './piping-icon.js';
249
+ export { PivotChartCollapseIcon } from './pivot-chart-collapse-icon.js';
250
+ export { PivotChartExpandIcon } from './pivot-chart-expand-icon.js';
251
+ export { PivotChartIcon } from './pivot-chart-icon.js';
248
252
  export { PivotTableIcon } from './pivot-table-icon.js';
249
253
  export { PlacesIcon } from './places-icon.js';
250
254
  export { PolynomialIcon } from './polynomial-icon.js';
@@ -497,6 +501,7 @@ export { ShowDimensionsIcon } from './show-dimensions-icon.js';
497
501
  export { ShowToolbarIcon } from './show-toolbar-icon.js';
498
502
  export { ShrinkIcon } from './shrink-icon.js';
499
503
  export { ShrinkToFitIcon } from './shrink-to-fit-icon.js';
504
+ export { SlicerIcon } from './slicer-icon.js';
500
505
  export { SlidesAppIcon } from './slides-app-icon.js';
501
506
  export { SlideshowPlayIcon } from './slideshow-play-icon.js';
502
507
  export { SlideshowThemeIcon } from './slideshow-theme-icon.js';
package/dist/esm/index.js CHANGED
@@ -44,6 +44,7 @@ import { ClassDiagramFilledArrowConnectorIcon } from "./class-diagram-filled-arr
44
44
  import { ClassDiagramFilledDiamondConnectorIcon } from "./class-diagram-filled-diamond-connector-icon.js";
45
45
  import { ClassDiagramHollowDiamondConnectorIcon } from "./class-diagram-hollow-diamond-connector-icon.js";
46
46
  import { ClassDiagramInterfaceIcon } from "./class-diagram-interface-icon.js";
47
+ import { ClearFilterIcon } from "./clear-filter-icon.js";
47
48
  import { ClockIcon } from "./clock-icon.js";
48
49
  import { CloseIcon } from "./close-icon.js";
49
50
  import { CloudOutlineIcon } from "./cloud-outline-icon.js";
@@ -245,6 +246,9 @@ import { PeopleIcon } from "./people-icon.js";
245
246
  import { PercentIcon } from "./percent-icon.js";
246
247
  import { PieChartIcon } from "./pie-chart-icon.js";
247
248
  import { PipingIcon } from "./piping-icon.js";
249
+ import { PivotChartCollapseIcon } from "./pivot-chart-collapse-icon.js";
250
+ import { PivotChartExpandIcon } from "./pivot-chart-expand-icon.js";
251
+ import { PivotChartIcon } from "./pivot-chart-icon.js";
248
252
  import { PivotTableIcon } from "./pivot-table-icon.js";
249
253
  import { PlacesIcon } from "./places-icon.js";
250
254
  import { PolynomialIcon } from "./polynomial-icon.js";
@@ -497,6 +501,7 @@ import { ShowDimensionsIcon } from "./show-dimensions-icon.js";
497
501
  import { ShowToolbarIcon } from "./show-toolbar-icon.js";
498
502
  import { ShrinkIcon } from "./shrink-icon.js";
499
503
  import { ShrinkToFitIcon } from "./shrink-to-fit-icon.js";
504
+ import { SlicerIcon } from "./slicer-icon.js";
500
505
  import { SlidesAppIcon } from "./slides-app-icon.js";
501
506
  import { SlideshowPlayIcon } from "./slideshow-play-icon.js";
502
507
  import { SlideshowThemeIcon } from "./slideshow-theme-icon.js";
@@ -643,4 +648,4 @@ import { TodoListDoubleIcon } from "./todo-list-double-icon.js";
643
648
  import { UpBorderDoubleIcon } from "./up-border-double-icon.js";
644
649
  import { VerticalBorderDoubleIcon } from "./vertical-border-double-icon.js";
645
650
  import { WarnDoubleIcon } from "./warn-double-icon.js";
646
- export { AIcon, ActivityIcon, AddDigitsIcon, AddImageIcon, AddNoteIcon, AdditionAndSubtractionIcon, AdjustHeightDoubleIcon, AdjustWidthDoubleIcon, AiAssistantMultiIcon, AlignBottomIcon, AlignTextBothIcon, AlignTopIcon, AllBorderIcon, AmplifyIcon, AreaChartIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowTiltDownIcon, ArrowTiltUpIcon, ArrowUpIcon, AscendingIcon, AutoHeightDoubleIcon, AutoWidthDoubleIcon, AutofillDoubleIcon, AutowrapIcon, BackSlashDoubleIcon, BanIcon, BarChartIcon, BasesAppIcon, BasesMultiIcon, BoardsAppIcon, BoardsMultiIcon, BoldIcon, BottomIcon, BoxplotIcon, BrushIcon, BubbleIcon, CalendarIcon, CalloutIcon, CancelFreezeIcon, CancelMergeIcon, CandlestickChartIcon, CatalogueIcon, Cell0DoubleIcon, Cell100DoubleIcon, Cell25DoubleIcon, Cell50DoubleIcon, Cell75DoubleIcon, ChartIcon, CheckMarkIcon, CheckboxIcon, ChordChartIcon, ClassDiagramClassIcon, ClassDiagramDashedFilledArrowConnectorIcon, ClassDiagramDashedOpenArrowConnectorIcon, ClassDiagramFilledArrowConnectorIcon, ClassDiagramFilledDiamondConnectorIcon, ClassDiagramHollowDiamondConnectorIcon, ClassDiagramInterfaceIcon, ClearFormatDoubleIcon, ClockIcon, CloseIcon, CloudOutlineIcon, CodeBlockIcon, CodeIcon, ColorWheelMultiIcon, ColumnChartIcon, ColumnIcon, ColumnSparklineIcon, ComboChartIcon, CommentIcon, ComponentDiagramAssemblyConnectorIcon, ComponentDiagramComponentBoxIcon, ComponentDiagramComponentIcon, ComponentDiagramProvidedInterfaceIcon, ComponentDiagramRequiredInterfaceIcon, ConditionalColorIcon, ConditionsDoubleIcon, ConfigureTabIcon, ConnectionLineIcon, ConnectorBarCrowsFootMarkerIcon, ConnectorBarMarkerIcon, ConnectorCircleBarMarkerIcon, ConnectorCircleCrowsFootMarkerIcon, ConnectorCircleMarkerIcon, ConnectorCrossMarkerIcon, ConnectorCrowsFootMarkerIcon, ConnectorFilledArrowMarkerIcon, ConnectorFilledCircleMarkerIcon, ConnectorFilledDiamondMarkerIcon, ConnectorHollowDiamondMarkerIcon, ConnectorHollowTriangleMarkerIcon, ConnectorNoneMarkerIcon, ConnectorOpenArrowMarkerIcon, ConnectorRoundedElbowIcon, ConnectorSwapMarkersIcon, ConnectorXMarkerIcon, ConvertIcon, ConvertToNumberIcon, CopyDoubleIcon, CopyIcon, CorrectDoubleIcon, CreateCopyIcon, CropIcon, CrossHighlightingIcon, CrossIcon, CursorsIcon, CustomSortIcon, CutIcon, DataBarIcon, DataFlowCircleIcon, DataFlowDataStorage1Icon, DataFlowDataStorage2Icon, DataFlowDataStorage3Icon, DataFlowRoundedRectangleIcon, DataFlowRoundedSquareIcon, DataValidationIcon, DatabaseFunctionIcon, DatabaseIcon, DateFunctionIcon, DatePickerIcon, DeleteCellMoveDownDoubleIcon, DeleteCellShiftLeftDoubleIcon, DeleteCellShiftRightDoubleIcon, DeleteCellShiftUpDoubleIcon, DeleteColumnDoubleIcon, DeleteEmptyIcon, DeleteIcon, DeleteNoteIcon, DeleteRowDoubleIcon, DeleteTableDoubleIcon, DescendingIcon, DirectExportIcon, DissatisfiedDoubleIcon, DividerIcon, DocPasteOptionsIcon, DocSettingIcon, DocsAppIcon, DocsMultiIcon, DollarIcon, DongIcon, DownBorderDoubleIcon, DownIcon, DownloadIcon, DownloadImageIcon, DropdownListIcon, EngineeringFunctionIcon, EntityRelationshipEntityIcon, EntityRelationshipFieldTypeIcon, EntityRelationshipFullIcon, EntityRelationshipKeyFieldIcon, ErrorIcon, EuroIcon, ExclamationIcon, ExpandAscendingIcon, ExpandDescendingIcon, ExpandIcon, ExponentialIcon, ExportIcon, EyeIcon, EyelashIcon, FeatureSearchIcon, FilterIcon, FinancialFunctionIcon, FirstTabIcon, FlagIcon, FlipHorizontalIcon, FlipVerticalIcon, FolderIcon, FontColorDoubleIcon, FontSizeIncreaseIcon, FontSizeReduceIcon, FoodsIcon, FormulaAccentIcon, FormulaBracketIcon, FormulaFractionIcon, FormulaFunctionIcon, FormulaIntegralIcon, FormulaLargeOperatorIcon, FormulaLimitLogarithmIcon, FormulaMatrixIcon, FormulaOperatorIcon, FormulaRadicalIcon, FormulaScriptIcon, FountainPenIcon, FreezeColumnIcon, FreezeRowIcon, FreezeToSelectedIcon, FunctionIcon, FunnelIcon, FxIcon, GaugeChartIcon, GraphIcon, GridIcon, GridOutlineIcon, GripHorizontalIcon, GripVerticalIcon, GroupIcon, GroupSparklineIcon, GroupingDoubleIcon, GuffawDoubleIcon, H1Icon, H2Icon, H3Icon, H4Icon, H5Icon, H6Icon, HandIcon, HeaderFooterIcon, HeatmapIcon, HelpIcon, HideDoubleIcon, HideGridlinesIcon, HideNoteIcon, HistogramChartIcon, HistoryIcon, HomeIcon, HorizontalBorderDoubleIcon, HorizontalMergeIcon, HorizontallyIcon, ImpatientDoubleIcon, ImportIcon, IncreaseIcon, IndicateDoubleIcon, InfoIcon, InformationFunctionIcon, InnerBorderDoubleIcon, InsertCellDownDoubleIcon, InsertCellShiftRightDoubleIcon, InsertCommentDoubleIcon, InsertDoubleIcon, InsertIcon, InsertLinkDoubleIcon, InsertRowAboveDoubleIcon, InsertRowBelowDoubleIcon, ItalicIcon, KeyboardIcon, LeftBorderDoubleIcon, LeftDoubleDiagonalDoubleIcon, LeftInsertColumnDoubleIcon, LeftJustifyingIcon, LeftRotationFortyFiveDegreesIcon, LeftRotationNinetyDegreesIcon, LeftTridiagonalDoubleIcon, LineChartIcon, LineDashedNoneIcon, LineDoubleOpenArrowIcon, LineIndentDecreaseIcon, LineIndentIncreaseIcon, LineNoneIcon, LineOpenArrowIcon, LineSparklineIcon, LinearIcon, LinkIcon, LiveShareIcon, LoadingMultiIcon, LocateFixedIcon, LockIcon, LogarithmicIcon, LogicalFunctionIcon, LookupFunctionIcon, MathFunctionIcon, MenuIcon, MergeAllIcon, MermaidDiagramIcon, MindMapIcon, MistakeDoubleIcon, MoreDownIcon, MoreHorizontalIcon, MoreLeftIcon, MoreRightIcon, MoreUpIcon, MoreVerticalIcon, MoveDownIcon, MoveUpIcon, MovingAverageIcon, NatureIcon, NoBorderIcon, NoColorDoubleIcon, NoRotationIcon, NoninductiveDoubleIcon, NumberIcon, ObjectLayersIcon, ObjectsIcon, OffLineIcon, OnLineIcon, OneToOneIcon, OrderIcon, OuterBorderDoubleIcon, OverflowIcon, PaintBucketDoubleIcon, PaintIcon, ParagraphSettingIcon, PasteSpecialDoubleIcon, PdfAppIcon, PdfHighlightIcon, PdfMultiIcon, PenIcon, PeopleIcon, PercentIcon, PieChartIcon, PipingIcon, PivotTableIcon, PlacesIcon, PointColorDoubleIcon, PolynomialIcon, PowerLineIcon, PreciseSelectionIcon, PrintIcon, Progress0DoubleIcon, Progress100DoubleIcon, Progress25DoubleIcon, Progress50DoubleIcon, Progress75DoubleIcon, ProtectIcon, QuickAddIcon, QuoteIcon, RadarChartIcon, RandomIcon, RatingIcon, RecentIcon, RecordIcon, RedoIcon, ReduceDigitsIcon, ReduceDoubleIcon, ReduceIcon, RelationshipIcon, RenameIcon, ReplyToCommentIcon, ResourcesIcon, RestoreIcon, RhomboidIcon, RialIcon, RightBorderDoubleIcon, RightDoubleDiagonalDoubleIcon, RightInsertColumnDoubleIcon, RightJustifyingIcon, RightRotationFortyFiveDegreesIcon, RightRotationNinetyDegreesIcon, RmbIcon, RoubleIcon, RoundnessIcon, RowHeightExtraTallIcon, RowHeightMediumIcon, RowHeightShortIcon, RowHeightTallIcon, RowIcon, RulerIcon, RupiahIcon, SankeyIcon, ScatterChartIcon, SearchIcon, SectionSettingIcon, SelectRangeIcon, SequenceActivationBarIcon, SequenceActorLifelineIcon, SequenceAlternativeFragmentIcon, SequenceBoundaryLifelineIcon, SequenceCollectionLifelineIcon, SequenceControlLifelineIcon, SequenceDirectAccessStorageLifelineIcon, SequenceEntityLifelineIcon, SequenceFragmentIcon, SequenceMagneticDiskLifelineIcon, SequenceObjectLifelineIcon, 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, SheetsAppIcon, SheetsMultiIcon, ShortcutIcon, ShowDimensionsIcon, ShowToolbarIcon, ShrinkIcon, ShrinkToFitIcon, Signal0DoubleIcon, Signal100DoubleIcon, Signal25DoubleIcon, Signal50DoubleIcon, Signal75DoubleIcon, SlashDoubleIcon, SlidesAppIcon, SlidesMultiIcon, SlideshowPlayIcon, SlideshowThemeIcon, SmartArtIcon, SmileDoubleIcon, SmileIcon, StarEmptyDoubleIcon, StarFullDoubleIcon, StarIncompleteDoubleIcon, StatisticalFunctionIcon, StatusDiagramFinalStateIcon, StatusDiagramInitialStateIcon, StatusDiagramStateBarIcon, StickyNoteIcon, StrikethroughIcon, StrokeSize1Icon, StrokeSize2Icon, StrokeSize3Icon, StrokeSize4Icon, StrokeSize5Icon, SubscriptIcon, SubtitleTypeIcon, SuccessIcon, SuccessOutlineIcon, SunburstChartIcon, SuperscriptIcon, SymbolsIcon, TableBorderStyleDashedIcon, TableBorderStyleDottedIcon, TableBorderStyleIcon, TableBorderStyleSolidIcon, TableBorderWidthIcon, TableIcon, TextColorSwatchDoubleIcon, TextFunctionIcon, TextIcon, TextTypeIcon, TextWrapShapeIcon, TitleTypeIcon, TodoListDoubleIcon, TopmostIcon, TransitionsIcon, TreemapChartIcon, TriangleIcon, TruncationIcon, TypographyIcon, UnderlineIcon, UndoIcon, UngroupIcon, UngroupSparklineIcon, UniverCliIcon, UniverSdkMultiIcon, UnlinkIcon, UnlockIcon, UnorderIcon, UpBorderDoubleIcon, UpIcon, VerticalBorderDoubleIcon, VerticalCenterIcon, VerticalIntegrationIcon, VerticalTextIcon, WarnDoubleIcon, WarningIcon, WaterfallChartIcon, WinlossSparklineIcon, WonIcon, WriteIcon, ZlotyIcon, ZoomInIcon, ZoomOutIcon };
651
+ export { AIcon, ActivityIcon, AddDigitsIcon, AddImageIcon, AddNoteIcon, AdditionAndSubtractionIcon, AdjustHeightDoubleIcon, AdjustWidthDoubleIcon, AiAssistantMultiIcon, AlignBottomIcon, AlignTextBothIcon, AlignTopIcon, AllBorderIcon, AmplifyIcon, AreaChartIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowTiltDownIcon, ArrowTiltUpIcon, ArrowUpIcon, AscendingIcon, AutoHeightDoubleIcon, AutoWidthDoubleIcon, AutofillDoubleIcon, AutowrapIcon, BackSlashDoubleIcon, BanIcon, BarChartIcon, BasesAppIcon, BasesMultiIcon, BoardsAppIcon, BoardsMultiIcon, BoldIcon, BottomIcon, BoxplotIcon, BrushIcon, BubbleIcon, CalendarIcon, CalloutIcon, CancelFreezeIcon, CancelMergeIcon, CandlestickChartIcon, CatalogueIcon, Cell0DoubleIcon, Cell100DoubleIcon, Cell25DoubleIcon, Cell50DoubleIcon, Cell75DoubleIcon, ChartIcon, CheckMarkIcon, CheckboxIcon, ChordChartIcon, ClassDiagramClassIcon, ClassDiagramDashedFilledArrowConnectorIcon, ClassDiagramDashedOpenArrowConnectorIcon, ClassDiagramFilledArrowConnectorIcon, ClassDiagramFilledDiamondConnectorIcon, ClassDiagramHollowDiamondConnectorIcon, ClassDiagramInterfaceIcon, ClearFilterIcon, ClearFormatDoubleIcon, ClockIcon, CloseIcon, CloudOutlineIcon, CodeBlockIcon, CodeIcon, ColorWheelMultiIcon, ColumnChartIcon, ColumnIcon, ColumnSparklineIcon, ComboChartIcon, CommentIcon, ComponentDiagramAssemblyConnectorIcon, ComponentDiagramComponentBoxIcon, ComponentDiagramComponentIcon, ComponentDiagramProvidedInterfaceIcon, ComponentDiagramRequiredInterfaceIcon, ConditionalColorIcon, ConditionsDoubleIcon, ConfigureTabIcon, ConnectionLineIcon, ConnectorBarCrowsFootMarkerIcon, ConnectorBarMarkerIcon, ConnectorCircleBarMarkerIcon, ConnectorCircleCrowsFootMarkerIcon, ConnectorCircleMarkerIcon, ConnectorCrossMarkerIcon, ConnectorCrowsFootMarkerIcon, ConnectorFilledArrowMarkerIcon, ConnectorFilledCircleMarkerIcon, ConnectorFilledDiamondMarkerIcon, ConnectorHollowDiamondMarkerIcon, ConnectorHollowTriangleMarkerIcon, ConnectorNoneMarkerIcon, ConnectorOpenArrowMarkerIcon, ConnectorRoundedElbowIcon, ConnectorSwapMarkersIcon, ConnectorXMarkerIcon, ConvertIcon, ConvertToNumberIcon, CopyDoubleIcon, CopyIcon, CorrectDoubleIcon, CreateCopyIcon, CropIcon, CrossHighlightingIcon, CrossIcon, CursorsIcon, CustomSortIcon, CutIcon, DataBarIcon, DataFlowCircleIcon, DataFlowDataStorage1Icon, DataFlowDataStorage2Icon, DataFlowDataStorage3Icon, DataFlowRoundedRectangleIcon, DataFlowRoundedSquareIcon, DataValidationIcon, DatabaseFunctionIcon, DatabaseIcon, DateFunctionIcon, DatePickerIcon, DeleteCellMoveDownDoubleIcon, DeleteCellShiftLeftDoubleIcon, DeleteCellShiftRightDoubleIcon, DeleteCellShiftUpDoubleIcon, DeleteColumnDoubleIcon, DeleteEmptyIcon, DeleteIcon, DeleteNoteIcon, DeleteRowDoubleIcon, DeleteTableDoubleIcon, DescendingIcon, DirectExportIcon, DissatisfiedDoubleIcon, DividerIcon, DocPasteOptionsIcon, DocSettingIcon, DocsAppIcon, DocsMultiIcon, DollarIcon, DongIcon, DownBorderDoubleIcon, DownIcon, DownloadIcon, DownloadImageIcon, DropdownListIcon, EngineeringFunctionIcon, EntityRelationshipEntityIcon, EntityRelationshipFieldTypeIcon, EntityRelationshipFullIcon, EntityRelationshipKeyFieldIcon, ErrorIcon, EuroIcon, ExclamationIcon, ExpandAscendingIcon, ExpandDescendingIcon, ExpandIcon, ExponentialIcon, ExportIcon, EyeIcon, EyelashIcon, FeatureSearchIcon, FilterIcon, FinancialFunctionIcon, FirstTabIcon, FlagIcon, FlipHorizontalIcon, FlipVerticalIcon, FolderIcon, FontColorDoubleIcon, FontSizeIncreaseIcon, FontSizeReduceIcon, FoodsIcon, FormulaAccentIcon, FormulaBracketIcon, FormulaFractionIcon, FormulaFunctionIcon, FormulaIntegralIcon, FormulaLargeOperatorIcon, FormulaLimitLogarithmIcon, FormulaMatrixIcon, FormulaOperatorIcon, FormulaRadicalIcon, FormulaScriptIcon, FountainPenIcon, FreezeColumnIcon, FreezeRowIcon, FreezeToSelectedIcon, FunctionIcon, FunnelIcon, FxIcon, GaugeChartIcon, GraphIcon, GridIcon, GridOutlineIcon, GripHorizontalIcon, GripVerticalIcon, GroupIcon, GroupSparklineIcon, GroupingDoubleIcon, GuffawDoubleIcon, H1Icon, H2Icon, H3Icon, H4Icon, H5Icon, H6Icon, HandIcon, HeaderFooterIcon, HeatmapIcon, HelpIcon, HideDoubleIcon, HideGridlinesIcon, HideNoteIcon, HistogramChartIcon, HistoryIcon, HomeIcon, HorizontalBorderDoubleIcon, HorizontalMergeIcon, HorizontallyIcon, ImpatientDoubleIcon, ImportIcon, IncreaseIcon, IndicateDoubleIcon, InfoIcon, InformationFunctionIcon, InnerBorderDoubleIcon, InsertCellDownDoubleIcon, InsertCellShiftRightDoubleIcon, InsertCommentDoubleIcon, InsertDoubleIcon, InsertIcon, InsertLinkDoubleIcon, InsertRowAboveDoubleIcon, InsertRowBelowDoubleIcon, ItalicIcon, KeyboardIcon, LeftBorderDoubleIcon, LeftDoubleDiagonalDoubleIcon, LeftInsertColumnDoubleIcon, LeftJustifyingIcon, LeftRotationFortyFiveDegreesIcon, LeftRotationNinetyDegreesIcon, LeftTridiagonalDoubleIcon, LineChartIcon, LineDashedNoneIcon, LineDoubleOpenArrowIcon, LineIndentDecreaseIcon, LineIndentIncreaseIcon, LineNoneIcon, LineOpenArrowIcon, LineSparklineIcon, LinearIcon, LinkIcon, LiveShareIcon, LoadingMultiIcon, LocateFixedIcon, LockIcon, LogarithmicIcon, LogicalFunctionIcon, LookupFunctionIcon, MathFunctionIcon, MenuIcon, MergeAllIcon, MermaidDiagramIcon, MindMapIcon, MistakeDoubleIcon, MoreDownIcon, MoreHorizontalIcon, MoreLeftIcon, MoreRightIcon, MoreUpIcon, MoreVerticalIcon, MoveDownIcon, MoveUpIcon, MovingAverageIcon, NatureIcon, NoBorderIcon, NoColorDoubleIcon, NoRotationIcon, NoninductiveDoubleIcon, NumberIcon, ObjectLayersIcon, ObjectsIcon, OffLineIcon, OnLineIcon, OneToOneIcon, OrderIcon, OuterBorderDoubleIcon, OverflowIcon, PaintBucketDoubleIcon, PaintIcon, ParagraphSettingIcon, PasteSpecialDoubleIcon, PdfAppIcon, PdfHighlightIcon, PdfMultiIcon, PenIcon, PeopleIcon, PercentIcon, PieChartIcon, PipingIcon, PivotChartCollapseIcon, PivotChartExpandIcon, PivotChartIcon, PivotTableIcon, PlacesIcon, PointColorDoubleIcon, PolynomialIcon, PowerLineIcon, PreciseSelectionIcon, PrintIcon, Progress0DoubleIcon, Progress100DoubleIcon, Progress25DoubleIcon, Progress50DoubleIcon, Progress75DoubleIcon, ProtectIcon, QuickAddIcon, QuoteIcon, RadarChartIcon, RandomIcon, RatingIcon, RecentIcon, RecordIcon, RedoIcon, ReduceDigitsIcon, ReduceDoubleIcon, ReduceIcon, RelationshipIcon, RenameIcon, ReplyToCommentIcon, ResourcesIcon, RestoreIcon, RhomboidIcon, RialIcon, RightBorderDoubleIcon, RightDoubleDiagonalDoubleIcon, RightInsertColumnDoubleIcon, RightJustifyingIcon, RightRotationFortyFiveDegreesIcon, RightRotationNinetyDegreesIcon, RmbIcon, RoubleIcon, RoundnessIcon, RowHeightExtraTallIcon, RowHeightMediumIcon, RowHeightShortIcon, RowHeightTallIcon, RowIcon, RulerIcon, RupiahIcon, SankeyIcon, ScatterChartIcon, SearchIcon, SectionSettingIcon, SelectRangeIcon, SequenceActivationBarIcon, SequenceActorLifelineIcon, SequenceAlternativeFragmentIcon, SequenceBoundaryLifelineIcon, SequenceCollectionLifelineIcon, SequenceControlLifelineIcon, SequenceDirectAccessStorageLifelineIcon, SequenceEntityLifelineIcon, SequenceFragmentIcon, SequenceMagneticDiskLifelineIcon, SequenceObjectLifelineIcon, 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, SheetsAppIcon, SheetsMultiIcon, ShortcutIcon, ShowDimensionsIcon, ShowToolbarIcon, ShrinkIcon, ShrinkToFitIcon, Signal0DoubleIcon, Signal100DoubleIcon, Signal25DoubleIcon, Signal50DoubleIcon, Signal75DoubleIcon, SlashDoubleIcon, SlicerIcon, SlidesAppIcon, SlidesMultiIcon, SlideshowPlayIcon, SlideshowThemeIcon, SmartArtIcon, SmileDoubleIcon, SmileIcon, StarEmptyDoubleIcon, StarFullDoubleIcon, StarIncompleteDoubleIcon, StatisticalFunctionIcon, StatusDiagramFinalStateIcon, StatusDiagramInitialStateIcon, StatusDiagramStateBarIcon, StickyNoteIcon, StrikethroughIcon, StrokeSize1Icon, StrokeSize2Icon, StrokeSize3Icon, StrokeSize4Icon, StrokeSize5Icon, SubscriptIcon, SubtitleTypeIcon, SuccessIcon, SuccessOutlineIcon, SunburstChartIcon, SuperscriptIcon, SymbolsIcon, TableBorderStyleDashedIcon, TableBorderStyleDottedIcon, TableBorderStyleIcon, TableBorderStyleSolidIcon, TableBorderWidthIcon, TableIcon, TextColorSwatchDoubleIcon, TextFunctionIcon, TextIcon, TextTypeIcon, TextWrapShapeIcon, TitleTypeIcon, TodoListDoubleIcon, TopmostIcon, TransitionsIcon, TreemapChartIcon, TriangleIcon, TruncationIcon, TypographyIcon, UnderlineIcon, UndoIcon, UngroupIcon, UngroupSparklineIcon, UniverCliIcon, UniverSdkMultiIcon, UnlinkIcon, UnlockIcon, UnorderIcon, UpBorderDoubleIcon, UpIcon, VerticalBorderDoubleIcon, VerticalCenterIcon, VerticalIntegrationIcon, VerticalTextIcon, WarnDoubleIcon, WarningIcon, WaterfallChartIcon, WinlossSparklineIcon, WonIcon, WriteIcon, ZlotyIcon, ZoomInIcon, ZoomOutIcon };
@@ -0,0 +1,27 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const PivotChartCollapseIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ preserveStrokeWidth: {
5
+ type: BooleanConstructor;
6
+ default: boolean;
7
+ };
8
+ extend: {
9
+ type: PropType<IExtendProps>;
10
+ default: undefined;
11
+ };
12
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
13
+ [key: string]: any;
14
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ preserveStrokeWidth: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ extend: {
20
+ type: PropType<IExtendProps>;
21
+ default: undefined;
22
+ };
23
+ }>> & Readonly<{}>, {
24
+ preserveStrokeWidth: boolean;
25
+ extend: IExtendProps;
26
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
+ export default PivotChartCollapseIcon;
@@ -0,0 +1,55 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/pivot-chart-collapse-icon.ts
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "stroke": "currentColor",
10
+ "stroke-linecap": "round",
11
+ "stroke-linejoin": "round",
12
+ "stroke-width": 1.2,
13
+ "viewBox": "0 0 16 16",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [{
18
+ "tag": "rect",
19
+ "attrs": {
20
+ "width": 6,
21
+ "height": 6,
22
+ "x": 1,
23
+ "y": 1,
24
+ "rx": 1
25
+ }
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": { "d": "M2.75 4H5.25M9.5 4H14.5M4 7V13H6.5M4 9H6.5M9 9H14.5M9 13H14.5" }
29
+ }]
30
+ };
31
+ const PivotChartCollapseIcon = defineComponent({
32
+ name: "PivotChartCollapseIcon",
33
+ inheritAttrs: false,
34
+ props: {
35
+ preserveStrokeWidth: {
36
+ type: Boolean,
37
+ default: false
38
+ },
39
+ extend: {
40
+ type: Object,
41
+ default: void 0
42
+ }
43
+ },
44
+ setup(props, { attrs }) {
45
+ return () => h(IconBase, {
46
+ ...attrs,
47
+ preserveStrokeWidth: props.preserveStrokeWidth,
48
+ extend: props.extend,
49
+ id: "pivot-chart-collapse-icon",
50
+ icon: element
51
+ });
52
+ }
53
+ });
54
+ //#endregion
55
+ export { PivotChartCollapseIcon, PivotChartCollapseIcon as default };
@@ -0,0 +1,27 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const PivotChartExpandIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ preserveStrokeWidth: {
5
+ type: BooleanConstructor;
6
+ default: boolean;
7
+ };
8
+ extend: {
9
+ type: PropType<IExtendProps>;
10
+ default: undefined;
11
+ };
12
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
13
+ [key: string]: any;
14
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ preserveStrokeWidth: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ extend: {
20
+ type: PropType<IExtendProps>;
21
+ default: undefined;
22
+ };
23
+ }>> & Readonly<{}>, {
24
+ preserveStrokeWidth: boolean;
25
+ extend: IExtendProps;
26
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
+ export default PivotChartExpandIcon;
@@ -0,0 +1,55 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/pivot-chart-expand-icon.ts
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "stroke": "currentColor",
10
+ "stroke-linecap": "round",
11
+ "stroke-linejoin": "round",
12
+ "stroke-width": 1.2,
13
+ "viewBox": "0 0 16 16",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [{
18
+ "tag": "rect",
19
+ "attrs": {
20
+ "width": 6,
21
+ "height": 6,
22
+ "x": 1,
23
+ "y": 1,
24
+ "rx": 1
25
+ }
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": { "d": "M2.75 4H5.25M4 2.75V5.25M9.5 4H14.5M4 7V13H6.5M4 9H6.5M9 9H14.5M9 13H14.5" }
29
+ }]
30
+ };
31
+ const PivotChartExpandIcon = defineComponent({
32
+ name: "PivotChartExpandIcon",
33
+ inheritAttrs: false,
34
+ props: {
35
+ preserveStrokeWidth: {
36
+ type: Boolean,
37
+ default: false
38
+ },
39
+ extend: {
40
+ type: Object,
41
+ default: void 0
42
+ }
43
+ },
44
+ setup(props, { attrs }) {
45
+ return () => h(IconBase, {
46
+ ...attrs,
47
+ preserveStrokeWidth: props.preserveStrokeWidth,
48
+ extend: props.extend,
49
+ id: "pivot-chart-expand-icon",
50
+ icon: element
51
+ });
52
+ }
53
+ });
54
+ //#endregion
55
+ export { PivotChartExpandIcon, PivotChartExpandIcon as default };
@@ -0,0 +1,27 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const PivotChartIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ preserveStrokeWidth: {
5
+ type: BooleanConstructor;
6
+ default: boolean;
7
+ };
8
+ extend: {
9
+ type: PropType<IExtendProps>;
10
+ default: undefined;
11
+ };
12
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
13
+ [key: string]: any;
14
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ preserveStrokeWidth: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ extend: {
20
+ type: PropType<IExtendProps>;
21
+ default: undefined;
22
+ };
23
+ }>> & Readonly<{}>, {
24
+ preserveStrokeWidth: boolean;
25
+ extend: IExtendProps;
26
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
+ export default PivotChartIcon;
@@ -0,0 +1,62 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/pivot-chart-icon.ts
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "stroke": "currentColor",
10
+ "stroke-linecap": "round",
11
+ "stroke-linejoin": "round",
12
+ "stroke-width": 1.2,
13
+ "viewBox": "0 0 16 16",
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [
18
+ {
19
+ "tag": "rect",
20
+ "attrs": {
21
+ "width": 13.5,
22
+ "height": 13.5,
23
+ "x": 1.25,
24
+ "y": 1.25,
25
+ "rx": 1.5
26
+ }
27
+ },
28
+ {
29
+ "tag": "path",
30
+ "attrs": { "d": "M1.25 4.75H14.75M4.75 1.25V14.75" }
31
+ },
32
+ {
33
+ "tag": "path",
34
+ "attrs": { "d": "M7.25 12V9.5M9.75 12V7M12.25 12V8.5" }
35
+ }
36
+ ]
37
+ };
38
+ const PivotChartIcon = defineComponent({
39
+ name: "PivotChartIcon",
40
+ inheritAttrs: false,
41
+ props: {
42
+ preserveStrokeWidth: {
43
+ type: Boolean,
44
+ default: false
45
+ },
46
+ extend: {
47
+ type: Object,
48
+ default: void 0
49
+ }
50
+ },
51
+ setup(props, { attrs }) {
52
+ return () => h(IconBase, {
53
+ ...attrs,
54
+ preserveStrokeWidth: props.preserveStrokeWidth,
55
+ extend: props.extend,
56
+ id: "pivot-chart-icon",
57
+ icon: element
58
+ });
59
+ }
60
+ });
61
+ //#endregion
62
+ export { PivotChartIcon, PivotChartIcon as default };
@@ -0,0 +1,27 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const SlicerIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ preserveStrokeWidth: {
5
+ type: BooleanConstructor;
6
+ default: boolean;
7
+ };
8
+ extend: {
9
+ type: PropType<IExtendProps>;
10
+ default: undefined;
11
+ };
12
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
13
+ [key: string]: any;
14
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ preserveStrokeWidth: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ extend: {
20
+ type: PropType<IExtendProps>;
21
+ default: undefined;
22
+ };
23
+ }>> & Readonly<{}>, {
24
+ preserveStrokeWidth: boolean;
25
+ extend: IExtendProps;
26
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
+ export default SlicerIcon;
@@ -0,0 +1,71 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/slicer-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": 13,
18
+ "height": 12,
19
+ "x": 1.5,
20
+ "y": 2,
21
+ "stroke": "currentColor",
22
+ "stroke-width": 1.2,
23
+ "rx": 1.5
24
+ }
25
+ },
26
+ {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "stroke": "currentColor",
30
+ "stroke-linecap": "round",
31
+ "stroke-width": 1.2,
32
+ "d": "M1.5 5.5H14.5M4 8H6M4 10.5H6"
33
+ }
34
+ },
35
+ {
36
+ "tag": "path",
37
+ "attrs": {
38
+ "stroke": "currentColor",
39
+ "stroke-linecap": "round",
40
+ "stroke-linejoin": "round",
41
+ "stroke-width": 1.2,
42
+ "d": "M8.5 8H12L10.8 9.6V11.5L9.7 12V9.6L8.5 8Z"
43
+ }
44
+ }
45
+ ]
46
+ };
47
+ const SlicerIcon = defineComponent({
48
+ name: "SlicerIcon",
49
+ inheritAttrs: false,
50
+ props: {
51
+ preserveStrokeWidth: {
52
+ type: Boolean,
53
+ default: false
54
+ },
55
+ extend: {
56
+ type: Object,
57
+ default: void 0
58
+ }
59
+ },
60
+ setup(props, { attrs }) {
61
+ return () => h(IconBase, {
62
+ ...attrs,
63
+ preserveStrokeWidth: props.preserveStrokeWidth,
64
+ extend: props.extend,
65
+ id: "slicer-icon",
66
+ icon: element
67
+ });
68
+ }
69
+ });
70
+ //#endregion
71
+ export { SlicerIcon, SlicerIcon as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/icons-vue",
3
- "version": "1.41.0",
3
+ "version": "1.43.0",
4
4
  "description": "Vue icons for Univer.",
5
5
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
6
6
  "license": "MIT",
@@ -42,7 +42,7 @@
42
42
  "devDependencies": {
43
43
  "@types/node": "^26.6.2",
44
44
  "@types/svg-parser": "^2.0.6",
45
- "@univerjs/icons-svg": "1.41.0",
45
+ "@univerjs/icons-svg": "1.43.0",
46
46
  "rolldown": "1.2.9",
47
47
  "svg-parser": "^2.1.0",
48
48
  "svgo": "^4.1.0",