@univerjs/icons-vue 1.28.0 → 1.30.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,63 @@
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/candlestick-chart-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": .5,
24
+ "d": "M.7 4.4h14.6M.7 9.5h14.6M.7 15.1h14.6"
25
+ }
26
+ },
27
+ {
28
+ "tag": "path",
29
+ "attrs": {
30
+ "stroke": "currentColor",
31
+ "stroke-linecap": "round",
32
+ "stroke-width": 1.1,
33
+ "d": "M2.3 2.1v12.2M6.1 3.8v8.9M9.9.8v8.6M13.7 2.8V13"
34
+ }
35
+ },
36
+ {
37
+ "tag": "path",
38
+ "attrs": {
39
+ "fill": "currentColor",
40
+ "d": "M1.1 5h2.4v6.3H1.1zM4.9 6.2h2.4V10H4.9zM8.7 2.8h2.4v4H8.7zM12.5 5h2.4v4.2h-2.4z"
41
+ }
42
+ }
43
+ ]
44
+ };
45
+ const CandlestickChartIcon = (0, vue.defineComponent)({
46
+ name: "CandlestickChartIcon",
47
+ inheritAttrs: false,
48
+ props: { extend: {
49
+ type: Object,
50
+ default: void 0
51
+ } },
52
+ setup(props, { attrs }) {
53
+ return () => (0, vue.h)(ts_base_js.IconBase, {
54
+ ...attrs,
55
+ extend: props.extend,
56
+ id: "candlestick-chart-icon",
57
+ icon: element
58
+ });
59
+ }
60
+ });
61
+ //#endregion
62
+ exports.CandlestickChartIcon = CandlestickChartIcon;
63
+ exports.default = CandlestickChartIcon;
@@ -14,48 +14,25 @@ const element = {
14
14
  "width": "1em",
15
15
  "height": "1em"
16
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": "M6.1 2.6H5.5C4.6 2.6 4 3.2 4 4.1V5.8C4 6.5 3.5 7 2.8 7H2.5"
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": "M2.5 9H2.8C3.5 9 4 9.5 4 10.2V11.9C4 12.8 4.6 13.4 5.5 13.4H6.1"
36
- }
37
- },
38
- {
39
- "tag": "path",
40
- "attrs": {
41
- "stroke": "currentColor",
42
- "stroke-linecap": "round",
43
- "stroke-linejoin": "round",
44
- "stroke-width": 1.3,
45
- "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"
46
- }
47
- },
48
- {
49
- "tag": "path",
50
- "attrs": {
51
- "stroke": "currentColor",
52
- "stroke-linecap": "round",
53
- "stroke-linejoin": "round",
54
- "stroke-width": 1.3,
55
- "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"
56
- }
17
+ "children": [{
18
+ "tag": "path",
19
+ "attrs": {
20
+ "stroke": "currentColor",
21
+ "stroke-linecap": "round",
22
+ "stroke-linejoin": "round",
23
+ "stroke-width": 1.3,
24
+ "d": "M5.33333 2H4.66667C3.93029 2 3.33333 2.59695 3.33333 3.33333V6.66667C3.33333 7.40305 2.73638 8 2 8C2.73638 8 3.33333 8.59695 3.33333 9.33333V12.6667C3.33333 13.403 3.93029 14 4.66667 14H5.33333"
57
25
  }
58
- ]
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "stroke": "currentColor",
30
+ "stroke-linecap": "round",
31
+ "stroke-linejoin": "round",
32
+ "stroke-width": 1.3,
33
+ "d": "M10.6667 14H11.3333C12.0697 14 12.6667 13.403 12.6667 12.6667V9.33333C12.6667 8.59695 13.2636 8 14 8C13.2636 8 12.6667 7.40305 12.6667 6.66667V3.33333C12.6667 2.59695 12.0697 2 11.3333 2H10.6667"
34
+ }
35
+ }]
59
36
  };
60
37
  const CodeBlockIcon = (0, vue.defineComponent)({
61
38
  name: "CodeBlockIcon",
@@ -0,0 +1,46 @@
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/histogram-chart-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": "M1.8 13.8H14.2M2.4 13.8V9.2H5.2V13.8M5.2 13.8V4.8H8V13.8M8 13.8V2.2H10.8V13.8M10.8 13.8V7H13.6V13.8"
25
+ }
26
+ }]
27
+ };
28
+ const HistogramChartIcon = (0, vue.defineComponent)({
29
+ name: "HistogramChartIcon",
30
+ inheritAttrs: false,
31
+ props: { extend: {
32
+ type: Object,
33
+ default: void 0
34
+ } },
35
+ setup(props, { attrs }) {
36
+ return () => (0, vue.h)(ts_base_js.IconBase, {
37
+ ...attrs,
38
+ extend: props.extend,
39
+ id: "histogram-chart-icon",
40
+ icon: element
41
+ });
42
+ }
43
+ });
44
+ //#endregion
45
+ exports.HistogramChartIcon = HistogramChartIcon;
46
+ exports.default = HistogramChartIcon;
@@ -33,6 +33,7 @@ let ts_calendar_icon_js = require("./calendar-icon.cjs");
33
33
  let ts_callout_icon_js = require("./callout-icon.cjs");
34
34
  let ts_cancel_freeze_icon_js = require("./cancel-freeze-icon.cjs");
35
35
  let ts_cancel_merge_icon_js = require("./cancel-merge-icon.cjs");
36
+ let ts_candlestick_chart_icon_js = require("./candlestick-chart-icon.cjs");
36
37
  let ts_catalogue_icon_js = require("./catalogue-icon.cjs");
37
38
  let ts_chart_icon_js = require("./chart-icon.cjs");
38
39
  let ts_check_mark_icon_js = require("./check-mark-icon.cjs");
@@ -177,6 +178,7 @@ let ts_heatmap_icon_js = require("./heatmap-icon.cjs");
177
178
  let ts_help_icon_js = require("./help-icon.cjs");
178
179
  let ts_hide_gridlines_icon_js = require("./hide-gridlines-icon.cjs");
179
180
  let ts_hide_note_icon_js = require("./hide-note-icon.cjs");
181
+ let ts_histogram_chart_icon_js = require("./histogram-chart-icon.cjs");
180
182
  let ts_history_icon_js = require("./history-icon.cjs");
181
183
  let ts_home_icon_js = require("./home-icon.cjs");
182
184
  let ts_horizontal_merge_icon_js = require("./horizontal-merge-icon.cjs");
@@ -520,6 +522,7 @@ let ts_text_type_icon_js = require("./text-type-icon.cjs");
520
522
  let ts_text_wrap_shape_icon_js = require("./text-wrap-shape-icon.cjs");
521
523
  let ts_topmost_icon_js = require("./topmost-icon.cjs");
522
524
  let ts_transitions_icon_js = require("./transitions-icon.cjs");
525
+ let ts_treemap_chart_icon_js = require("./treemap-chart-icon.cjs");
523
526
  let ts_triangle_icon_js = require("./triangle-icon.cjs");
524
527
  let ts_truncation_icon_js = require("./truncation-icon.cjs");
525
528
  let ts_typography_icon_js = require("./typography-icon.cjs");
@@ -529,6 +532,7 @@ let ts_ungroup_icon_js = require("./ungroup-icon.cjs");
529
532
  let ts_ungroup_sparkline_icon_js = require("./ungroup-sparkline-icon.cjs");
530
533
  let ts_univer_cli_icon_js = require("./univer-cli-icon.cjs");
531
534
  let ts_unlink_icon_js = require("./unlink-icon.cjs");
535
+ let ts_unlock_icon_js = require("./unlock-icon.cjs");
532
536
  let ts_unorder_icon_js = require("./unorder-icon.cjs");
533
537
  let ts_up_icon_js = require("./up-icon.cjs");
534
538
  let ts_vertical_center_icon_js = require("./vertical-center-icon.cjs");
@@ -882,6 +886,12 @@ Object.defineProperty(exports, "CancelMergeIcon", {
882
886
  return ts_cancel_merge_icon_js.CancelMergeIcon;
883
887
  }
884
888
  });
889
+ Object.defineProperty(exports, "CandlestickChartIcon", {
890
+ enumerable: true,
891
+ get: function() {
892
+ return ts_candlestick_chart_icon_js.CandlestickChartIcon;
893
+ }
894
+ });
885
895
  Object.defineProperty(exports, "CatalogueIcon", {
886
896
  enumerable: true,
887
897
  get: function() {
@@ -1890,6 +1900,12 @@ Object.defineProperty(exports, "HideNoteIcon", {
1890
1900
  return ts_hide_note_icon_js.HideNoteIcon;
1891
1901
  }
1892
1902
  });
1903
+ Object.defineProperty(exports, "HistogramChartIcon", {
1904
+ enumerable: true,
1905
+ get: function() {
1906
+ return ts_histogram_chart_icon_js.HistogramChartIcon;
1907
+ }
1908
+ });
1893
1909
  Object.defineProperty(exports, "HistoryIcon", {
1894
1910
  enumerable: true,
1895
1911
  get: function() {
@@ -4230,6 +4246,12 @@ Object.defineProperty(exports, "TransitionsIcon", {
4230
4246
  return ts_transitions_icon_js.TransitionsIcon;
4231
4247
  }
4232
4248
  });
4249
+ Object.defineProperty(exports, "TreemapChartIcon", {
4250
+ enumerable: true,
4251
+ get: function() {
4252
+ return ts_treemap_chart_icon_js.TreemapChartIcon;
4253
+ }
4254
+ });
4233
4255
  Object.defineProperty(exports, "TriangleIcon", {
4234
4256
  enumerable: true,
4235
4257
  get: function() {
@@ -4290,6 +4312,12 @@ Object.defineProperty(exports, "UnlinkIcon", {
4290
4312
  return ts_unlink_icon_js.UnlinkIcon;
4291
4313
  }
4292
4314
  });
4315
+ Object.defineProperty(exports, "UnlockIcon", {
4316
+ enumerable: true,
4317
+ get: function() {
4318
+ return ts_unlock_icon_js.UnlockIcon;
4319
+ }
4320
+ });
4293
4321
  Object.defineProperty(exports, "UnorderIcon", {
4294
4322
  enumerable: true,
4295
4323
  get: function() {
@@ -0,0 +1,46 @@
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/treemap-chart-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": "M1.8 1.8H14.2V14.2H1.8V1.8ZM1.8 8.8H8.4M8.4 1.8V14.2M8.4 6.2H14.2M11.2 6.2V14.2"
25
+ }
26
+ }]
27
+ };
28
+ const TreemapChartIcon = (0, vue.defineComponent)({
29
+ name: "TreemapChartIcon",
30
+ inheritAttrs: false,
31
+ props: { extend: {
32
+ type: Object,
33
+ default: void 0
34
+ } },
35
+ setup(props, { attrs }) {
36
+ return () => (0, vue.h)(ts_base_js.IconBase, {
37
+ ...attrs,
38
+ extend: props.extend,
39
+ id: "treemap-chart-icon",
40
+ icon: element
41
+ });
42
+ }
43
+ });
44
+ //#endregion
45
+ exports.TreemapChartIcon = TreemapChartIcon;
46
+ exports.default = TreemapChartIcon;
@@ -0,0 +1,65 @@
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/unlock-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
+ "fill": "currentColor",
22
+ "fill-rule": "evenodd",
23
+ "d": "M2.62402 7.72905C2.58427 7.72905 2.55205 7.76127 2.55205 7.80102V13.6782C2.55205 13.7179 2.58427 13.7502 2.62402 13.7502H13.3755C13.4152 13.7502 13.4474 13.7179 13.4474 13.6782V7.80102C13.4474 7.76127 13.4152 7.72905 13.3755 7.72905H2.62402ZM1.35205 7.80102C1.35205 7.09853 1.92153 6.52905 2.62402 6.52905H13.3755C14.0779 6.52905 14.6474 7.09853 14.6474 7.80102V13.6782C14.6474 14.3807 14.0779 14.9502 13.3755 14.9502H2.62402C1.92153 14.9502 1.35205 14.3807 1.35205 13.6782V7.80102Z",
24
+ "clip-rule": "evenodd"
25
+ }
26
+ },
27
+ {
28
+ "tag": "path",
29
+ "attrs": {
30
+ "stroke": "currentColor",
31
+ "stroke-linecap": "round",
32
+ "stroke-width": 1.2,
33
+ "d": "M5.04336 7.12895V4.60666C5.04336 2.97376 6.3671 1.65005 8 1.65005C9.6329 1.65005 10.9566 2.97376 10.9566 4.60666V5.35"
34
+ }
35
+ },
36
+ {
37
+ "tag": "path",
38
+ "attrs": {
39
+ "fill": "currentColor",
40
+ "fill-rule": "evenodd",
41
+ "d": "M8.00039 9.4668C8.33176 9.4668 8.60039 9.73543 8.60039 10.0668V12.0827C8.60039 12.4141 8.33176 12.6827 8.00039 12.6827C7.66902 12.6827 7.40039 12.4141 7.40039 12.0827V10.0668C7.40039 9.73543 7.66902 9.4668 8.00039 9.4668Z",
42
+ "clip-rule": "evenodd"
43
+ }
44
+ }
45
+ ]
46
+ };
47
+ const UnlockIcon = (0, vue.defineComponent)({
48
+ name: "UnlockIcon",
49
+ inheritAttrs: false,
50
+ props: { extend: {
51
+ type: Object,
52
+ default: void 0
53
+ } },
54
+ setup(props, { attrs }) {
55
+ return () => (0, vue.h)(ts_base_js.IconBase, {
56
+ ...attrs,
57
+ extend: props.extend,
58
+ id: "unlock-icon",
59
+ icon: element
60
+ });
61
+ }
62
+ });
63
+ //#endregion
64
+ exports.UnlockIcon = UnlockIcon;
65
+ exports.default = UnlockIcon;
@@ -0,0 +1,18 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const CandlestickChartIcon: 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 CandlestickChartIcon;
@@ -0,0 +1,58 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/candlestick-chart-icon.ts
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "viewBox": "0 0 16 16",
10
+ "width": "1em",
11
+ "height": "1em"
12
+ },
13
+ "children": [
14
+ {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "stroke": "currentColor",
18
+ "stroke-linecap": "round",
19
+ "stroke-width": .5,
20
+ "d": "M.7 4.4h14.6M.7 9.5h14.6M.7 15.1h14.6"
21
+ }
22
+ },
23
+ {
24
+ "tag": "path",
25
+ "attrs": {
26
+ "stroke": "currentColor",
27
+ "stroke-linecap": "round",
28
+ "stroke-width": 1.1,
29
+ "d": "M2.3 2.1v12.2M6.1 3.8v8.9M9.9.8v8.6M13.7 2.8V13"
30
+ }
31
+ },
32
+ {
33
+ "tag": "path",
34
+ "attrs": {
35
+ "fill": "currentColor",
36
+ "d": "M1.1 5h2.4v6.3H1.1zM4.9 6.2h2.4V10H4.9zM8.7 2.8h2.4v4H8.7zM12.5 5h2.4v4.2h-2.4z"
37
+ }
38
+ }
39
+ ]
40
+ };
41
+ const CandlestickChartIcon = defineComponent({
42
+ name: "CandlestickChartIcon",
43
+ inheritAttrs: false,
44
+ props: { extend: {
45
+ type: Object,
46
+ default: void 0
47
+ } },
48
+ setup(props, { attrs }) {
49
+ return () => h(IconBase, {
50
+ ...attrs,
51
+ extend: props.extend,
52
+ id: "candlestick-chart-icon",
53
+ icon: element
54
+ });
55
+ }
56
+ });
57
+ //#endregion
58
+ export { CandlestickChartIcon, CandlestickChartIcon as default };
@@ -10,48 +10,25 @@ const element = {
10
10
  "width": "1em",
11
11
  "height": "1em"
12
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
- }
13
+ "children": [{
14
+ "tag": "path",
15
+ "attrs": {
16
+ "stroke": "currentColor",
17
+ "stroke-linecap": "round",
18
+ "stroke-linejoin": "round",
19
+ "stroke-width": 1.3,
20
+ "d": "M5.33333 2H4.66667C3.93029 2 3.33333 2.59695 3.33333 3.33333V6.66667C3.33333 7.40305 2.73638 8 2 8C2.73638 8 3.33333 8.59695 3.33333 9.33333V12.6667C3.33333 13.403 3.93029 14 4.66667 14H5.33333"
53
21
  }
54
- ]
22
+ }, {
23
+ "tag": "path",
24
+ "attrs": {
25
+ "stroke": "currentColor",
26
+ "stroke-linecap": "round",
27
+ "stroke-linejoin": "round",
28
+ "stroke-width": 1.3,
29
+ "d": "M10.6667 14H11.3333C12.0697 14 12.6667 13.403 12.6667 12.6667V9.33333C12.6667 8.59695 13.2636 8 14 8C13.2636 8 12.6667 7.40305 12.6667 6.66667V3.33333C12.6667 2.59695 12.0697 2 11.3333 2H10.6667"
30
+ }
31
+ }]
55
32
  };
56
33
  const CodeBlockIcon = defineComponent({
57
34
  name: "CodeBlockIcon",
@@ -0,0 +1,18 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const HistogramChartIcon: 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 HistogramChartIcon;
@@ -0,0 +1,41 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/histogram-chart-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": "M1.8 13.8H14.2M2.4 13.8V9.2H5.2V13.8M5.2 13.8V4.8H8V13.8M8 13.8V2.2H10.8V13.8M10.8 13.8V7H13.6V13.8"
21
+ }
22
+ }]
23
+ };
24
+ const HistogramChartIcon = defineComponent({
25
+ name: "HistogramChartIcon",
26
+ inheritAttrs: false,
27
+ props: { extend: {
28
+ type: Object,
29
+ default: void 0
30
+ } },
31
+ setup(props, { attrs }) {
32
+ return () => h(IconBase, {
33
+ ...attrs,
34
+ extend: props.extend,
35
+ id: "histogram-chart-icon",
36
+ icon: element
37
+ });
38
+ }
39
+ });
40
+ //#endregion
41
+ export { HistogramChartIcon, HistogramChartIcon as default };
@@ -32,6 +32,7 @@ export { CalendarIcon } from './calendar-icon.js';
32
32
  export { CalloutIcon } from './callout-icon.js';
33
33
  export { CancelFreezeIcon } from './cancel-freeze-icon.js';
34
34
  export { CancelMergeIcon } from './cancel-merge-icon.js';
35
+ export { CandlestickChartIcon } from './candlestick-chart-icon.js';
35
36
  export { CatalogueIcon } from './catalogue-icon.js';
36
37
  export { ChartIcon } from './chart-icon.js';
37
38
  export { CheckMarkIcon } from './check-mark-icon.js';
@@ -176,6 +177,7 @@ export { HeatmapIcon } from './heatmap-icon.js';
176
177
  export { HelpIcon } from './help-icon.js';
177
178
  export { HideGridlinesIcon } from './hide-gridlines-icon.js';
178
179
  export { HideNoteIcon } from './hide-note-icon.js';
180
+ export { HistogramChartIcon } from './histogram-chart-icon.js';
179
181
  export { HistoryIcon } from './history-icon.js';
180
182
  export { HomeIcon } from './home-icon.js';
181
183
  export { HorizontalMergeIcon } from './horizontal-merge-icon.js';
@@ -519,6 +521,7 @@ export { TextTypeIcon } from './text-type-icon.js';
519
521
  export { TextWrapShapeIcon } from './text-wrap-shape-icon.js';
520
522
  export { TopmostIcon } from './topmost-icon.js';
521
523
  export { TransitionsIcon } from './transitions-icon.js';
524
+ export { TreemapChartIcon } from './treemap-chart-icon.js';
522
525
  export { TriangleIcon } from './triangle-icon.js';
523
526
  export { TruncationIcon } from './truncation-icon.js';
524
527
  export { TypographyIcon } from './typography-icon.js';
@@ -528,6 +531,7 @@ export { UngroupIcon } from './ungroup-icon.js';
528
531
  export { UngroupSparklineIcon } from './ungroup-sparkline-icon.js';
529
532
  export { UniverCliIcon } from './univer-cli-icon.js';
530
533
  export { UnlinkIcon } from './unlink-icon.js';
534
+ export { UnlockIcon } from './unlock-icon.js';
531
535
  export { UnorderIcon } from './unorder-icon.js';
532
536
  export { UpIcon } from './up-icon.js';
533
537
  export { VerticalCenterIcon } from './vertical-center-icon.js';
package/dist/esm/index.js CHANGED
@@ -32,6 +32,7 @@ import { CalendarIcon } from "./calendar-icon.js";
32
32
  import { CalloutIcon } from "./callout-icon.js";
33
33
  import { CancelFreezeIcon } from "./cancel-freeze-icon.js";
34
34
  import { CancelMergeIcon } from "./cancel-merge-icon.js";
35
+ import { CandlestickChartIcon } from "./candlestick-chart-icon.js";
35
36
  import { CatalogueIcon } from "./catalogue-icon.js";
36
37
  import { ChartIcon } from "./chart-icon.js";
37
38
  import { CheckMarkIcon } from "./check-mark-icon.js";
@@ -176,6 +177,7 @@ import { HeatmapIcon } from "./heatmap-icon.js";
176
177
  import { HelpIcon } from "./help-icon.js";
177
178
  import { HideGridlinesIcon } from "./hide-gridlines-icon.js";
178
179
  import { HideNoteIcon } from "./hide-note-icon.js";
180
+ import { HistogramChartIcon } from "./histogram-chart-icon.js";
179
181
  import { HistoryIcon } from "./history-icon.js";
180
182
  import { HomeIcon } from "./home-icon.js";
181
183
  import { HorizontalMergeIcon } from "./horizontal-merge-icon.js";
@@ -519,6 +521,7 @@ import { TextTypeIcon } from "./text-type-icon.js";
519
521
  import { TextWrapShapeIcon } from "./text-wrap-shape-icon.js";
520
522
  import { TopmostIcon } from "./topmost-icon.js";
521
523
  import { TransitionsIcon } from "./transitions-icon.js";
524
+ import { TreemapChartIcon } from "./treemap-chart-icon.js";
522
525
  import { TriangleIcon } from "./triangle-icon.js";
523
526
  import { TruncationIcon } from "./truncation-icon.js";
524
527
  import { TypographyIcon } from "./typography-icon.js";
@@ -528,6 +531,7 @@ import { UngroupIcon } from "./ungroup-icon.js";
528
531
  import { UngroupSparklineIcon } from "./ungroup-sparkline-icon.js";
529
532
  import { UniverCliIcon } from "./univer-cli-icon.js";
530
533
  import { UnlinkIcon } from "./unlink-icon.js";
534
+ import { UnlockIcon } from "./unlock-icon.js";
531
535
  import { UnorderIcon } from "./unorder-icon.js";
532
536
  import { UpIcon } from "./up-icon.js";
533
537
  import { VerticalCenterIcon } from "./vertical-center-icon.js";
@@ -623,4 +627,4 @@ import { TodoListDoubleIcon } from "./todo-list-double-icon.js";
623
627
  import { UpBorderDoubleIcon } from "./up-border-double-icon.js";
624
628
  import { VerticalBorderDoubleIcon } from "./vertical-border-double-icon.js";
625
629
  import { WarnDoubleIcon } from "./warn-double-icon.js";
626
- 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, AvgIcon, BackSlashDoubleIcon, BanIcon, BarChartIcon, BasesAppIcon, BasesMultiIcon, BoardsAppIcon, BoardsMultiIcon, BoldIcon, BottomIcon, BoxplotIcon, BrushIcon, BubbleIcon, CalendarIcon, CalloutIcon, CancelFreezeIcon, CancelMergeIcon, CatalogueIcon, Cell0DoubleIcon, Cell100DoubleIcon, Cell25DoubleIcon, Cell50DoubleIcon, Cell75DoubleIcon, ChartIcon, CheckMarkIcon, CheckboxIcon, ClassDiagramClassIcon, ClassDiagramDashedFilledArrowConnectorIcon, ClassDiagramDashedOpenArrowConnectorIcon, ClassDiagramFilledArrowConnectorIcon, ClassDiagramFilledDiamondConnectorIcon, ClassDiagramHollowDiamondConnectorIcon, ClassDiagramInterfaceIcon, ClearFormatDoubleIcon, ClockIcon, CloseIcon, CloudOutlineIcon, CntIcon, 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, DocSettingIcon, DocsAppIcon, DocsMultiIcon, DollarIcon, DownBorderDoubleIcon, DownIcon, DownloadIcon, DownloadImageIcon, DropdownListIcon, EngineeringFunctionIcon, EntityRelationshipEntityIcon, EntityRelationshipFieldTypeIcon, EntityRelationshipFullIcon, EntityRelationshipKeyFieldIcon, ErrorIcon, EuroIcon, ExclamationIcon, ExpandAscendingIcon, ExpandDescendingIcon, ExpandIcon, ExponentialIcon, ExportIcon, EyeIcon, EyelashIcon, 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, GraphIcon, GridIcon, GridOutlineIcon, GripHorizontalIcon, GripVerticalIcon, GroupIcon, GroupSparklineIcon, GroupingDoubleIcon, GuffawDoubleIcon, H1Icon, H2Icon, H3Icon, H4Icon, H5Icon, H6Icon, HandIcon, HeaderFooterIcon, HeatmapIcon, HelpIcon, HideDoubleIcon, HideGridlinesIcon, HideNoteIcon, 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, MaxIcon, MenuIcon, MergeAllIcon, MermaidDiagramIcon, MinIcon, MindMapIcon, MistakeDoubleIcon, MoreDownIcon, MoreHorizontalIcon, MoreLeftIcon, MoreRightIcon, MoreUpIcon, MoreVerticalIcon, MoveDownIcon, MoveUpIcon, MovingAverageIcon, NatureIcon, NoBorderIcon, NoColorDoubleIcon, NoRotationIcon, NoninductiveDoubleIcon, NumberIcon, ObjectsIcon, OffLineIcon, OnLineIcon, OneToOneIcon, OrderIcon, OuterBorderDoubleIcon, OverflowIcon, PaintBucketDoubleIcon, PaintIcon, PasteSpecialDoubleIcon, 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, RightBorderDoubleIcon, RightDoubleDiagonalDoubleIcon, RightInsertColumnDoubleIcon, RightJustifyingIcon, RightRotationFortyFiveDegreesIcon, RightRotationNinetyDegreesIcon, RmbIcon, RoubleIcon, RoundnessIcon, RowHeightExtraTallIcon, RowHeightMediumIcon, RowHeightShortIcon, RowHeightTallIcon, RowIcon, RulerIcon, SankeyIcon, ScatterChartIcon, SearchIcon, 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, SmileDoubleIcon, StarEmptyDoubleIcon, StarFullDoubleIcon, StarIncompleteDoubleIcon, StatisticalFunctionIcon, StatusDiagramFinalStateIcon, StatusDiagramInitialStateIcon, StatusDiagramStateBarIcon, StickyNoteIcon, StrikethroughIcon, StrokeSize1Icon, StrokeSize2Icon, StrokeSize3Icon, StrokeSize4Icon, StrokeSize5Icon, SubscriptIcon, SuccessIcon, SuccessOutlineIcon, SumIcon, SuperscriptIcon, SymbolsIcon, TableBorderStyleDashedIcon, TableBorderStyleDottedIcon, TableBorderStyleIcon, TableBorderStyleSolidIcon, TableBorderWidthIcon, TableIcon, TextFunctionIcon, TextIcon, TextTypeIcon, TextWrapShapeIcon, TodoListDoubleIcon, TopmostIcon, TransitionsIcon, TriangleIcon, TruncationIcon, TypographyIcon, UnderlineIcon, UndoIcon, UngroupIcon, UngroupSparklineIcon, UniverCliIcon, UniverSdkMultiIcon, UnlinkIcon, UnorderIcon, UpBorderDoubleIcon, UpIcon, VerticalBorderDoubleIcon, VerticalCenterIcon, VerticalIntegrationIcon, VerticalTextIcon, WarnDoubleIcon, WarningIcon, WaterfallChartIcon, WinlossSparklineIcon, WriteIcon, ZoomInIcon, ZoomOutIcon };
630
+ 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, AvgIcon, 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, ClassDiagramClassIcon, ClassDiagramDashedFilledArrowConnectorIcon, ClassDiagramDashedOpenArrowConnectorIcon, ClassDiagramFilledArrowConnectorIcon, ClassDiagramFilledDiamondConnectorIcon, ClassDiagramHollowDiamondConnectorIcon, ClassDiagramInterfaceIcon, ClearFormatDoubleIcon, ClockIcon, CloseIcon, CloudOutlineIcon, CntIcon, 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, DocSettingIcon, DocsAppIcon, DocsMultiIcon, DollarIcon, DownBorderDoubleIcon, DownIcon, DownloadIcon, DownloadImageIcon, DropdownListIcon, EngineeringFunctionIcon, EntityRelationshipEntityIcon, EntityRelationshipFieldTypeIcon, EntityRelationshipFullIcon, EntityRelationshipKeyFieldIcon, ErrorIcon, EuroIcon, ExclamationIcon, ExpandAscendingIcon, ExpandDescendingIcon, ExpandIcon, ExponentialIcon, ExportIcon, EyeIcon, EyelashIcon, 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, 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, MaxIcon, MenuIcon, MergeAllIcon, MermaidDiagramIcon, MinIcon, MindMapIcon, MistakeDoubleIcon, MoreDownIcon, MoreHorizontalIcon, MoreLeftIcon, MoreRightIcon, MoreUpIcon, MoreVerticalIcon, MoveDownIcon, MoveUpIcon, MovingAverageIcon, NatureIcon, NoBorderIcon, NoColorDoubleIcon, NoRotationIcon, NoninductiveDoubleIcon, NumberIcon, ObjectsIcon, OffLineIcon, OnLineIcon, OneToOneIcon, OrderIcon, OuterBorderDoubleIcon, OverflowIcon, PaintBucketDoubleIcon, PaintIcon, PasteSpecialDoubleIcon, 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, RightBorderDoubleIcon, RightDoubleDiagonalDoubleIcon, RightInsertColumnDoubleIcon, RightJustifyingIcon, RightRotationFortyFiveDegreesIcon, RightRotationNinetyDegreesIcon, RmbIcon, RoubleIcon, RoundnessIcon, RowHeightExtraTallIcon, RowHeightMediumIcon, RowHeightShortIcon, RowHeightTallIcon, RowIcon, RulerIcon, SankeyIcon, ScatterChartIcon, SearchIcon, 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, SmileDoubleIcon, StarEmptyDoubleIcon, StarFullDoubleIcon, StarIncompleteDoubleIcon, StatisticalFunctionIcon, StatusDiagramFinalStateIcon, StatusDiagramInitialStateIcon, StatusDiagramStateBarIcon, StickyNoteIcon, StrikethroughIcon, StrokeSize1Icon, StrokeSize2Icon, StrokeSize3Icon, StrokeSize4Icon, StrokeSize5Icon, SubscriptIcon, SuccessIcon, SuccessOutlineIcon, SumIcon, SuperscriptIcon, SymbolsIcon, TableBorderStyleDashedIcon, TableBorderStyleDottedIcon, TableBorderStyleIcon, TableBorderStyleSolidIcon, TableBorderWidthIcon, TableIcon, TextFunctionIcon, TextIcon, TextTypeIcon, TextWrapShapeIcon, 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, WriteIcon, ZoomInIcon, ZoomOutIcon };
@@ -0,0 +1,18 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const TreemapChartIcon: 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 TreemapChartIcon;
@@ -0,0 +1,41 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/treemap-chart-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": "M1.8 1.8H14.2V14.2H1.8V1.8ZM1.8 8.8H8.4M8.4 1.8V14.2M8.4 6.2H14.2M11.2 6.2V14.2"
21
+ }
22
+ }]
23
+ };
24
+ const TreemapChartIcon = defineComponent({
25
+ name: "TreemapChartIcon",
26
+ inheritAttrs: false,
27
+ props: { extend: {
28
+ type: Object,
29
+ default: void 0
30
+ } },
31
+ setup(props, { attrs }) {
32
+ return () => h(IconBase, {
33
+ ...attrs,
34
+ extend: props.extend,
35
+ id: "treemap-chart-icon",
36
+ icon: element
37
+ });
38
+ }
39
+ });
40
+ //#endregion
41
+ export { TreemapChartIcon, TreemapChartIcon as default };
@@ -0,0 +1,18 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const UnlockIcon: 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 UnlockIcon;
@@ -0,0 +1,60 @@
1
+ import { defineComponent, h } from "vue";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/unlock-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
+ "fill": "currentColor",
18
+ "fill-rule": "evenodd",
19
+ "d": "M2.62402 7.72905C2.58427 7.72905 2.55205 7.76127 2.55205 7.80102V13.6782C2.55205 13.7179 2.58427 13.7502 2.62402 13.7502H13.3755C13.4152 13.7502 13.4474 13.7179 13.4474 13.6782V7.80102C13.4474 7.76127 13.4152 7.72905 13.3755 7.72905H2.62402ZM1.35205 7.80102C1.35205 7.09853 1.92153 6.52905 2.62402 6.52905H13.3755C14.0779 6.52905 14.6474 7.09853 14.6474 7.80102V13.6782C14.6474 14.3807 14.0779 14.9502 13.3755 14.9502H2.62402C1.92153 14.9502 1.35205 14.3807 1.35205 13.6782V7.80102Z",
20
+ "clip-rule": "evenodd"
21
+ }
22
+ },
23
+ {
24
+ "tag": "path",
25
+ "attrs": {
26
+ "stroke": "currentColor",
27
+ "stroke-linecap": "round",
28
+ "stroke-width": 1.2,
29
+ "d": "M5.04336 7.12895V4.60666C5.04336 2.97376 6.3671 1.65005 8 1.65005C9.6329 1.65005 10.9566 2.97376 10.9566 4.60666V5.35"
30
+ }
31
+ },
32
+ {
33
+ "tag": "path",
34
+ "attrs": {
35
+ "fill": "currentColor",
36
+ "fill-rule": "evenodd",
37
+ "d": "M8.00039 9.4668C8.33176 9.4668 8.60039 9.73543 8.60039 10.0668V12.0827C8.60039 12.4141 8.33176 12.6827 8.00039 12.6827C7.66902 12.6827 7.40039 12.4141 7.40039 12.0827V10.0668C7.40039 9.73543 7.66902 9.4668 8.00039 9.4668Z",
38
+ "clip-rule": "evenodd"
39
+ }
40
+ }
41
+ ]
42
+ };
43
+ const UnlockIcon = defineComponent({
44
+ name: "UnlockIcon",
45
+ inheritAttrs: false,
46
+ props: { extend: {
47
+ type: Object,
48
+ default: void 0
49
+ } },
50
+ setup(props, { attrs }) {
51
+ return () => h(IconBase, {
52
+ ...attrs,
53
+ extend: props.extend,
54
+ id: "unlock-icon",
55
+ icon: element
56
+ });
57
+ }
58
+ });
59
+ //#endregion
60
+ export { UnlockIcon, UnlockIcon as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/icons-vue",
3
- "version": "1.28.0",
3
+ "version": "1.30.0",
4
4
  "description": "Vue icons for Univer.",
5
5
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
6
6
  "license": "MIT",
@@ -47,7 +47,7 @@
47
47
  "svgo": "^4.0.1",
48
48
  "typescript": "7.0.1-rc",
49
49
  "vue": "^3.5.39",
50
- "@univerjs/icons-svg": "1.28.0"
50
+ "@univerjs/icons-svg": "1.30.0"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "node --experimental-strip-types ./scripts/build/index.mts && tsc"