@univerjs/icons 1.31.0 → 1.32.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,102 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let react = require("react");
6
+ let ts_base_js = require("./base.js");
7
+ //#region ts/chord-chart-icon.tsx
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": "g",
19
+ "attrs": { "fill": "currentColor" },
20
+ "children": [
21
+ {
22
+ "tag": "path",
23
+ "attrs": {
24
+ "d": "M88 10.8c11.1 0 22 2.4 32.1 7s19 11.3 26.2 19.7c-40.8 35.2-48.7 71.4-26.5 120.4-10.1 4.6-21 6.9-32.1 6.9s-22-2.4-32-7.1C78.3 108.8 88 64.7 88 10.8Z",
25
+ "transform": "translate(.1 .1)scale(.08977)",
26
+ "fillOpacity": .45
27
+ }
28
+ },
29
+ {
30
+ "tag": "path",
31
+ "attrs": {
32
+ "d": "M146.3 37.5c9.7 11.2 15.9 24.9 18 39.6-53.4 7.5-93.8 25.8-134.6 61-9.7-11.2-15.9-25-18-39.6 53.4-7.5 93.8-25.8 134.6-61Z",
33
+ "transform": "translate(.1 .1)scale(.08977)",
34
+ "fillOpacity": .45
35
+ }
36
+ },
37
+ {
38
+ "tag": "path",
39
+ "attrs": {
40
+ "d": "M55.7 157.7a77.5 77.5 0 0 1-18.4-12c35.5-40.5 29.7-67.5-19.3-89.9a77.5 77.5 0 0 1 11.9-18.5c40.7 35.4 48.4 71.5 25.8 120.4Z",
41
+ "transform": "translate(.1 .1)scale(.08977)",
42
+ "fillOpacity": .45
43
+ }
44
+ },
45
+ {
46
+ "tag": "path",
47
+ "attrs": {
48
+ "d": "M11.7 98.5a77.5 77.5 0 0 1 2.5-32.7c51.7 15.4 96.7 18.8 150 11.3a77.5 77.5 0 0 1-2.4 32.7C110.1 94.4 65.1 91 11.7 98.5Z",
49
+ "transform": "translate(.1 .1)scale(.08977)",
50
+ "fillOpacity": .45
51
+ }
52
+ },
53
+ {
54
+ "tag": "path",
55
+ "attrs": {
56
+ "d": "M29.9 37.3a77.2 77.2 0 0 1 47.4-25.7c7.5 53.3 32.8 82.8 84.5 98.2a77.2 77.2 0 0 1-32.5 43c-28.9-45.5-58.7-80.1-99.4-115.5Z",
57
+ "transform": "translate(.1 .1)scale(.08977)",
58
+ "fillOpacity": .45
59
+ }
60
+ },
61
+ {
62
+ "tag": "path",
63
+ "attrs": {
64
+ "d": "M88 5.5A5.5 5.5 0 0 1 93.9 0a88 88 0 0 1 46.1 158.8 5.5 5.5 0 0 1-7.9-1.5l-2.8-4.5A77.2 77.2 0 0 0 88 10.8V5.5Z",
65
+ "transform": "translate(.1 .1)scale(.08977)"
66
+ }
67
+ },
68
+ {
69
+ "tag": "path",
70
+ "attrs": {
71
+ "d": "M122 162.8a5.5 5.5 0 0 1-3.1 7.4 88 88 0 0 1-84.3-12.5 5.5 5.5 0 0 1-.8-8l3.5-4a77.2 77.2 0 0 0 82.5 12.2l2.2 4.9Z",
72
+ "transform": "translate(.1 .1)scale(.08977)"
73
+ }
74
+ },
75
+ {
76
+ "tag": "path",
77
+ "attrs": {
78
+ "d": "M25.7 141.6a5.5 5.5 0 0 1-8 .1A88 88 0 0 1 2.2 68.4a5.5 5.5 0 0 1 6.9-4.1l5.1 1.5a77.2 77.2 0 0 0 15.5 72.3l-4 3.5Z",
79
+ "transform": "translate(.1 .1)scale(.08977)"
80
+ }
81
+ },
82
+ {
83
+ "tag": "path",
84
+ "attrs": {
85
+ "d": "M13.2 53.5a5.5 5.5 0 0 1-2.6-7.6A88 88 0 0 1 70 1.7a5.5 5.5 0 0 1 6.5 4.6l.8 5.3a77.2 77.2 0 0 0-59.3 44.2l-4.8-2.3Z",
86
+ "transform": "translate(.1 .1)scale(.08977)"
87
+ }
88
+ }
89
+ ]
90
+ }]
91
+ };
92
+ const ChordChartIcon = (0, react.forwardRef)(function ChordChartIcon(props, ref) {
93
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
94
+ id: "chord-chart-icon",
95
+ ref,
96
+ icon: element
97
+ }));
98
+ });
99
+ ChordChartIcon.displayName = "ChordChartIcon";
100
+ //#endregion
101
+ exports.ChordChartIcon = ChordChartIcon;
102
+ exports.default = ChordChartIcon;
@@ -0,0 +1,91 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let react = require("react");
6
+ let ts_base_js = require("./base.js");
7
+ //#region ts/feature-search-icon.tsx
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
+ "d": "M7.1 10.5H3.2A1.5 1.5 0 0 1 1.7 9V3.2A1.5 1.5 0 0 1 3.2 1.7H9A1.5 1.5 0 0 1 10.5 3.2V7.1",
23
+ "strokeLinecap": "round",
24
+ "strokeWidth": 1.2
25
+ }
26
+ },
27
+ {
28
+ "tag": "rect",
29
+ "attrs": {
30
+ "width": 1.8,
31
+ "height": 1.8,
32
+ "x": 3.4,
33
+ "y": 3.4,
34
+ "fill": "currentColor",
35
+ "rx": .35
36
+ }
37
+ },
38
+ {
39
+ "tag": "rect",
40
+ "attrs": {
41
+ "width": 1.8,
42
+ "height": 1.8,
43
+ "x": 7,
44
+ "y": 3.4,
45
+ "fill": "currentColor",
46
+ "rx": .35
47
+ }
48
+ },
49
+ {
50
+ "tag": "rect",
51
+ "attrs": {
52
+ "width": 1.8,
53
+ "height": 1.8,
54
+ "x": 3.4,
55
+ "y": 7,
56
+ "fill": "currentColor",
57
+ "rx": .35
58
+ }
59
+ },
60
+ {
61
+ "tag": "circle",
62
+ "attrs": {
63
+ "cx": 10.1,
64
+ "cy": 10.1,
65
+ "r": 2.9,
66
+ "stroke": "currentColor",
67
+ "strokeWidth": 1.2
68
+ }
69
+ },
70
+ {
71
+ "tag": "path",
72
+ "attrs": {
73
+ "stroke": "currentColor",
74
+ "d": "M12.15 12.15 14.35 14.35",
75
+ "strokeLinecap": "round",
76
+ "strokeWidth": 1.2
77
+ }
78
+ }
79
+ ]
80
+ };
81
+ const FeatureSearchIcon = (0, react.forwardRef)(function FeatureSearchIcon(props, ref) {
82
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
83
+ id: "feature-search-icon",
84
+ ref,
85
+ icon: element
86
+ }));
87
+ });
88
+ FeatureSearchIcon.displayName = "FeatureSearchIcon";
89
+ //#endregion
90
+ exports.FeatureSearchIcon = FeatureSearchIcon;
91
+ exports.default = FeatureSearchIcon;
@@ -0,0 +1,46 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let react = require("react");
6
+ let ts_base_js = require("./base.js");
7
+ //#region ts/gauge-chart-icon.tsx
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
+ "d": "M.7 12.7a7.3 7.6 0 0 1 14.6 0h-2.5a4.8 5 0 0 0-9.6 0H.7ZM2.9 7.1 4.6 8.9M8 4.9v2.5M13.1 7.1 11.4 8.9M8 12.7 11.2 7.7",
22
+ "strokeLinecap": "round",
23
+ "strokeLinejoin": "round",
24
+ "strokeWidth": 1.2
25
+ }
26
+ }, {
27
+ "tag": "circle",
28
+ "attrs": {
29
+ "cx": 8,
30
+ "cy": 12.7,
31
+ "r": .7,
32
+ "fill": "currentColor"
33
+ }
34
+ }]
35
+ };
36
+ const GaugeChartIcon = (0, react.forwardRef)(function GaugeChartIcon(props, ref) {
37
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
38
+ id: "gauge-chart-icon",
39
+ ref,
40
+ icon: element
41
+ }));
42
+ });
43
+ GaugeChartIcon.displayName = "GaugeChartIcon";
44
+ //#endregion
45
+ exports.GaugeChartIcon = GaugeChartIcon;
46
+ exports.default = GaugeChartIcon;
@@ -38,6 +38,7 @@ let ts_catalogue_icon_js = require("./catalogue-icon.js");
38
38
  let ts_chart_icon_js = require("./chart-icon.js");
39
39
  let ts_check_mark_icon_js = require("./check-mark-icon.js");
40
40
  let ts_checkbox_icon_js = require("./checkbox-icon.js");
41
+ let ts_chord_chart_icon_js = require("./chord-chart-icon.js");
41
42
  let ts_class_diagram_class_icon_js = require("./class-diagram-class-icon.js");
42
43
  let ts_class_diagram_dashed_filled_arrow_connector_icon_js = require("./class-diagram-dashed-filled-arrow-connector-icon.js");
43
44
  let ts_class_diagram_dashed_open_arrow_connector_icon_js = require("./class-diagram-dashed-open-arrow-connector-icon.js");
@@ -131,6 +132,7 @@ let ts_exponential_icon_js = require("./exponential-icon.js");
131
132
  let ts_export_icon_js = require("./export-icon.js");
132
133
  let ts_eye_icon_js = require("./eye-icon.js");
133
134
  let ts_eyelash_icon_js = require("./eyelash-icon.js");
135
+ let ts_feature_search_icon_js = require("./feature-search-icon.js");
134
136
  let ts_filter_icon_js = require("./filter-icon.js");
135
137
  let ts_financial_function_icon_js = require("./financial-function-icon.js");
136
138
  let ts_first_tab_icon_js = require("./first-tab-icon.js");
@@ -159,6 +161,7 @@ let ts_freeze_to_selected_icon_js = require("./freeze-to-selected-icon.js");
159
161
  let ts_function_icon_js = require("./function-icon.js");
160
162
  let ts_funnel_icon_js = require("./funnel-icon.js");
161
163
  let ts_fx_icon_js = require("./fx-icon.js");
164
+ let ts_gauge_chart_icon_js = require("./gauge-chart-icon.js");
162
165
  let ts_graph_icon_js = require("./graph-icon.js");
163
166
  let ts_grid_icon_js = require("./grid-icon.js");
164
167
  let ts_grid_outline_icon_js = require("./grid-outline-icon.js");
@@ -509,6 +512,7 @@ let ts_subscript_icon_js = require("./subscript-icon.js");
509
512
  let ts_success_icon_js = require("./success-icon.js");
510
513
  let ts_success_outline_icon_js = require("./success-outline-icon.js");
511
514
  let ts_sum_icon_js = require("./sum-icon.js");
515
+ let ts_sunburst_chart_icon_js = require("./sunburst-chart-icon.js");
512
516
  let ts_superscript_icon_js = require("./superscript-icon.js");
513
517
  let ts_symbols_icon_js = require("./symbols-icon.js");
514
518
  let ts_table_border_style_dashed_icon_js = require("./table-border-style-dashed-icon.js");
@@ -947,6 +951,12 @@ Object.defineProperty(exports, "CheckboxIcon", {
947
951
  return ts_checkbox_icon_js.CheckboxIcon;
948
952
  }
949
953
  });
954
+ Object.defineProperty(exports, "ChordChartIcon", {
955
+ enumerable: true,
956
+ get: function() {
957
+ return ts_chord_chart_icon_js.ChordChartIcon;
958
+ }
959
+ });
950
960
  Object.defineProperty(exports, "ClassDiagramClassIcon", {
951
961
  enumerable: true,
952
962
  get: function() {
@@ -1595,6 +1605,12 @@ Object.defineProperty(exports, "EyelashIcon", {
1595
1605
  return ts_eyelash_icon_js.EyelashIcon;
1596
1606
  }
1597
1607
  });
1608
+ Object.defineProperty(exports, "FeatureSearchIcon", {
1609
+ enumerable: true,
1610
+ get: function() {
1611
+ return ts_feature_search_icon_js.FeatureSearchIcon;
1612
+ }
1613
+ });
1598
1614
  Object.defineProperty(exports, "FilterIcon", {
1599
1615
  enumerable: true,
1600
1616
  get: function() {
@@ -1769,6 +1785,12 @@ Object.defineProperty(exports, "FxIcon", {
1769
1785
  return ts_fx_icon_js.FxIcon;
1770
1786
  }
1771
1787
  });
1788
+ Object.defineProperty(exports, "GaugeChartIcon", {
1789
+ enumerable: true,
1790
+ get: function() {
1791
+ return ts_gauge_chart_icon_js.GaugeChartIcon;
1792
+ }
1793
+ });
1772
1794
  Object.defineProperty(exports, "GraphIcon", {
1773
1795
  enumerable: true,
1774
1796
  get: function() {
@@ -4163,6 +4185,12 @@ Object.defineProperty(exports, "SumIcon", {
4163
4185
  return ts_sum_icon_js.SumIcon;
4164
4186
  }
4165
4187
  });
4188
+ Object.defineProperty(exports, "SunburstChartIcon", {
4189
+ enumerable: true,
4190
+ get: function() {
4191
+ return ts_sunburst_chart_icon_js.SunburstChartIcon;
4192
+ }
4193
+ });
4166
4194
  Object.defineProperty(exports, "SuperscriptIcon", {
4167
4195
  enumerable: true,
4168
4196
  get: function() {
@@ -0,0 +1,56 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ let react = require("react");
6
+ let ts_base_js = require("./base.js");
7
+ //#region ts/sunburst-chart-icon.tsx
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": "circle",
20
+ "attrs": {
21
+ "cx": 8,
22
+ "cy": 7.5,
23
+ "r": 1.6,
24
+ "stroke": "currentColor",
25
+ "strokeWidth": 1.4
26
+ }
27
+ },
28
+ {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "stroke": "currentColor",
32
+ "d": "M8 3.5a4 4 0 0 1 3.9 3M12 7.8a4 4 0 0 1-3 3.6M8 11.5a4 4 0 0 1-4-3.7M4.1 6.8a4 4 0 0 1 2.9-3.2",
33
+ "strokeWidth": 1.7
34
+ }
35
+ },
36
+ {
37
+ "tag": "path",
38
+ "attrs": {
39
+ "stroke": "currentColor",
40
+ "d": "M9.1 1.1a6.5 6.5 0 0 1 5.4 7M9.4 13.9a6.5 6.5 0 0 1-7.7-4.7M1.5 8a6.5 6.5 0 0 1 5.4-6.9",
41
+ "strokeWidth": 1.9
42
+ }
43
+ }
44
+ ]
45
+ };
46
+ const SunburstChartIcon = (0, react.forwardRef)(function SunburstChartIcon(props, ref) {
47
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
48
+ id: "sunburst-chart-icon",
49
+ ref,
50
+ icon: element
51
+ }));
52
+ });
53
+ SunburstChartIcon.displayName = "SunburstChartIcon";
54
+ //#endregion
55
+ exports.SunburstChartIcon = SunburstChartIcon;
56
+ exports.default = SunburstChartIcon;
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const ChordChartIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default ChordChartIcon;
@@ -0,0 +1,97 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/chord-chart-icon.tsx
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": "g",
15
+ "attrs": { "fill": "currentColor" },
16
+ "children": [
17
+ {
18
+ "tag": "path",
19
+ "attrs": {
20
+ "d": "M88 10.8c11.1 0 22 2.4 32.1 7s19 11.3 26.2 19.7c-40.8 35.2-48.7 71.4-26.5 120.4-10.1 4.6-21 6.9-32.1 6.9s-22-2.4-32-7.1C78.3 108.8 88 64.7 88 10.8Z",
21
+ "transform": "translate(.1 .1)scale(.08977)",
22
+ "fillOpacity": .45
23
+ }
24
+ },
25
+ {
26
+ "tag": "path",
27
+ "attrs": {
28
+ "d": "M146.3 37.5c9.7 11.2 15.9 24.9 18 39.6-53.4 7.5-93.8 25.8-134.6 61-9.7-11.2-15.9-25-18-39.6 53.4-7.5 93.8-25.8 134.6-61Z",
29
+ "transform": "translate(.1 .1)scale(.08977)",
30
+ "fillOpacity": .45
31
+ }
32
+ },
33
+ {
34
+ "tag": "path",
35
+ "attrs": {
36
+ "d": "M55.7 157.7a77.5 77.5 0 0 1-18.4-12c35.5-40.5 29.7-67.5-19.3-89.9a77.5 77.5 0 0 1 11.9-18.5c40.7 35.4 48.4 71.5 25.8 120.4Z",
37
+ "transform": "translate(.1 .1)scale(.08977)",
38
+ "fillOpacity": .45
39
+ }
40
+ },
41
+ {
42
+ "tag": "path",
43
+ "attrs": {
44
+ "d": "M11.7 98.5a77.5 77.5 0 0 1 2.5-32.7c51.7 15.4 96.7 18.8 150 11.3a77.5 77.5 0 0 1-2.4 32.7C110.1 94.4 65.1 91 11.7 98.5Z",
45
+ "transform": "translate(.1 .1)scale(.08977)",
46
+ "fillOpacity": .45
47
+ }
48
+ },
49
+ {
50
+ "tag": "path",
51
+ "attrs": {
52
+ "d": "M29.9 37.3a77.2 77.2 0 0 1 47.4-25.7c7.5 53.3 32.8 82.8 84.5 98.2a77.2 77.2 0 0 1-32.5 43c-28.9-45.5-58.7-80.1-99.4-115.5Z",
53
+ "transform": "translate(.1 .1)scale(.08977)",
54
+ "fillOpacity": .45
55
+ }
56
+ },
57
+ {
58
+ "tag": "path",
59
+ "attrs": {
60
+ "d": "M88 5.5A5.5 5.5 0 0 1 93.9 0a88 88 0 0 1 46.1 158.8 5.5 5.5 0 0 1-7.9-1.5l-2.8-4.5A77.2 77.2 0 0 0 88 10.8V5.5Z",
61
+ "transform": "translate(.1 .1)scale(.08977)"
62
+ }
63
+ },
64
+ {
65
+ "tag": "path",
66
+ "attrs": {
67
+ "d": "M122 162.8a5.5 5.5 0 0 1-3.1 7.4 88 88 0 0 1-84.3-12.5 5.5 5.5 0 0 1-.8-8l3.5-4a77.2 77.2 0 0 0 82.5 12.2l2.2 4.9Z",
68
+ "transform": "translate(.1 .1)scale(.08977)"
69
+ }
70
+ },
71
+ {
72
+ "tag": "path",
73
+ "attrs": {
74
+ "d": "M25.7 141.6a5.5 5.5 0 0 1-8 .1A88 88 0 0 1 2.2 68.4a5.5 5.5 0 0 1 6.9-4.1l5.1 1.5a77.2 77.2 0 0 0 15.5 72.3l-4 3.5Z",
75
+ "transform": "translate(.1 .1)scale(.08977)"
76
+ }
77
+ },
78
+ {
79
+ "tag": "path",
80
+ "attrs": {
81
+ "d": "M13.2 53.5a5.5 5.5 0 0 1-2.6-7.6A88 88 0 0 1 70 1.7a5.5 5.5 0 0 1 6.5 4.6l.8 5.3a77.2 77.2 0 0 0-59.3 44.2l-4.8-2.3Z",
82
+ "transform": "translate(.1 .1)scale(.08977)"
83
+ }
84
+ }
85
+ ]
86
+ }]
87
+ };
88
+ const ChordChartIcon = forwardRef(function ChordChartIcon(props, ref) {
89
+ return createElement(IconBase, Object.assign({}, props, {
90
+ id: "chord-chart-icon",
91
+ ref,
92
+ icon: element
93
+ }));
94
+ });
95
+ ChordChartIcon.displayName = "ChordChartIcon";
96
+ //#endregion
97
+ export { ChordChartIcon, ChordChartIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const FeatureSearchIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default FeatureSearchIcon;
@@ -0,0 +1,86 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/feature-search-icon.tsx
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
+ "d": "M7.1 10.5H3.2A1.5 1.5 0 0 1 1.7 9V3.2A1.5 1.5 0 0 1 3.2 1.7H9A1.5 1.5 0 0 1 10.5 3.2V7.1",
19
+ "strokeLinecap": "round",
20
+ "strokeWidth": 1.2
21
+ }
22
+ },
23
+ {
24
+ "tag": "rect",
25
+ "attrs": {
26
+ "width": 1.8,
27
+ "height": 1.8,
28
+ "x": 3.4,
29
+ "y": 3.4,
30
+ "fill": "currentColor",
31
+ "rx": .35
32
+ }
33
+ },
34
+ {
35
+ "tag": "rect",
36
+ "attrs": {
37
+ "width": 1.8,
38
+ "height": 1.8,
39
+ "x": 7,
40
+ "y": 3.4,
41
+ "fill": "currentColor",
42
+ "rx": .35
43
+ }
44
+ },
45
+ {
46
+ "tag": "rect",
47
+ "attrs": {
48
+ "width": 1.8,
49
+ "height": 1.8,
50
+ "x": 3.4,
51
+ "y": 7,
52
+ "fill": "currentColor",
53
+ "rx": .35
54
+ }
55
+ },
56
+ {
57
+ "tag": "circle",
58
+ "attrs": {
59
+ "cx": 10.1,
60
+ "cy": 10.1,
61
+ "r": 2.9,
62
+ "stroke": "currentColor",
63
+ "strokeWidth": 1.2
64
+ }
65
+ },
66
+ {
67
+ "tag": "path",
68
+ "attrs": {
69
+ "stroke": "currentColor",
70
+ "d": "M12.15 12.15 14.35 14.35",
71
+ "strokeLinecap": "round",
72
+ "strokeWidth": 1.2
73
+ }
74
+ }
75
+ ]
76
+ };
77
+ const FeatureSearchIcon = forwardRef(function FeatureSearchIcon(props, ref) {
78
+ return createElement(IconBase, Object.assign({}, props, {
79
+ id: "feature-search-icon",
80
+ ref,
81
+ icon: element
82
+ }));
83
+ });
84
+ FeatureSearchIcon.displayName = "FeatureSearchIcon";
85
+ //#endregion
86
+ export { FeatureSearchIcon, FeatureSearchIcon as default };
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const GaugeChartIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default GaugeChartIcon;
@@ -0,0 +1,41 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/gauge-chart-icon.tsx
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
+ "d": "M.7 12.7a7.3 7.6 0 0 1 14.6 0h-2.5a4.8 5 0 0 0-9.6 0H.7ZM2.9 7.1 4.6 8.9M8 4.9v2.5M13.1 7.1 11.4 8.9M8 12.7 11.2 7.7",
18
+ "strokeLinecap": "round",
19
+ "strokeLinejoin": "round",
20
+ "strokeWidth": 1.2
21
+ }
22
+ }, {
23
+ "tag": "circle",
24
+ "attrs": {
25
+ "cx": 8,
26
+ "cy": 12.7,
27
+ "r": .7,
28
+ "fill": "currentColor"
29
+ }
30
+ }]
31
+ };
32
+ const GaugeChartIcon = forwardRef(function GaugeChartIcon(props, ref) {
33
+ return createElement(IconBase, Object.assign({}, props, {
34
+ id: "gauge-chart-icon",
35
+ ref,
36
+ icon: element
37
+ }));
38
+ });
39
+ GaugeChartIcon.displayName = "GaugeChartIcon";
40
+ //#endregion
41
+ export { GaugeChartIcon, GaugeChartIcon as default };
@@ -37,6 +37,7 @@ export { CatalogueIcon } from './catalogue-icon.js';
37
37
  export { ChartIcon } from './chart-icon.js';
38
38
  export { CheckMarkIcon } from './check-mark-icon.js';
39
39
  export { CheckboxIcon } from './checkbox-icon.js';
40
+ export { ChordChartIcon } from './chord-chart-icon.js';
40
41
  export { ClassDiagramClassIcon } from './class-diagram-class-icon.js';
41
42
  export { ClassDiagramDashedFilledArrowConnectorIcon } from './class-diagram-dashed-filled-arrow-connector-icon.js';
42
43
  export { ClassDiagramDashedOpenArrowConnectorIcon } from './class-diagram-dashed-open-arrow-connector-icon.js';
@@ -130,6 +131,7 @@ export { ExponentialIcon } from './exponential-icon.js';
130
131
  export { ExportIcon } from './export-icon.js';
131
132
  export { EyeIcon } from './eye-icon.js';
132
133
  export { EyelashIcon } from './eyelash-icon.js';
134
+ export { FeatureSearchIcon } from './feature-search-icon.js';
133
135
  export { FilterIcon } from './filter-icon.js';
134
136
  export { FinancialFunctionIcon } from './financial-function-icon.js';
135
137
  export { FirstTabIcon } from './first-tab-icon.js';
@@ -158,6 +160,7 @@ export { FreezeToSelectedIcon } from './freeze-to-selected-icon.js';
158
160
  export { FunctionIcon } from './function-icon.js';
159
161
  export { FunnelIcon } from './funnel-icon.js';
160
162
  export { FxIcon } from './fx-icon.js';
163
+ export { GaugeChartIcon } from './gauge-chart-icon.js';
161
164
  export { GraphIcon } from './graph-icon.js';
162
165
  export { GridIcon } from './grid-icon.js';
163
166
  export { GridOutlineIcon } from './grid-outline-icon.js';
@@ -508,6 +511,7 @@ export { SubscriptIcon } from './subscript-icon.js';
508
511
  export { SuccessIcon } from './success-icon.js';
509
512
  export { SuccessOutlineIcon } from './success-outline-icon.js';
510
513
  export { SumIcon } from './sum-icon.js';
514
+ export { SunburstChartIcon } from './sunburst-chart-icon.js';
511
515
  export { SuperscriptIcon } from './superscript-icon.js';
512
516
  export { SymbolsIcon } from './symbols-icon.js';
513
517
  export { TableBorderStyleDashedIcon } from './table-border-style-dashed-icon.js';
package/dist/esm/index.js CHANGED
@@ -37,6 +37,7 @@ import { CatalogueIcon } from "./catalogue-icon.js";
37
37
  import { ChartIcon } from "./chart-icon.js";
38
38
  import { CheckMarkIcon } from "./check-mark-icon.js";
39
39
  import { CheckboxIcon } from "./checkbox-icon.js";
40
+ import { ChordChartIcon } from "./chord-chart-icon.js";
40
41
  import { ClassDiagramClassIcon } from "./class-diagram-class-icon.js";
41
42
  import { ClassDiagramDashedFilledArrowConnectorIcon } from "./class-diagram-dashed-filled-arrow-connector-icon.js";
42
43
  import { ClassDiagramDashedOpenArrowConnectorIcon } from "./class-diagram-dashed-open-arrow-connector-icon.js";
@@ -130,6 +131,7 @@ import { ExponentialIcon } from "./exponential-icon.js";
130
131
  import { ExportIcon } from "./export-icon.js";
131
132
  import { EyeIcon } from "./eye-icon.js";
132
133
  import { EyelashIcon } from "./eyelash-icon.js";
134
+ import { FeatureSearchIcon } from "./feature-search-icon.js";
133
135
  import { FilterIcon } from "./filter-icon.js";
134
136
  import { FinancialFunctionIcon } from "./financial-function-icon.js";
135
137
  import { FirstTabIcon } from "./first-tab-icon.js";
@@ -158,6 +160,7 @@ import { FreezeToSelectedIcon } from "./freeze-to-selected-icon.js";
158
160
  import { FunctionIcon } from "./function-icon.js";
159
161
  import { FunnelIcon } from "./funnel-icon.js";
160
162
  import { FxIcon } from "./fx-icon.js";
163
+ import { GaugeChartIcon } from "./gauge-chart-icon.js";
161
164
  import { GraphIcon } from "./graph-icon.js";
162
165
  import { GridIcon } from "./grid-icon.js";
163
166
  import { GridOutlineIcon } from "./grid-outline-icon.js";
@@ -508,6 +511,7 @@ import { SubscriptIcon } from "./subscript-icon.js";
508
511
  import { SuccessIcon } from "./success-icon.js";
509
512
  import { SuccessOutlineIcon } from "./success-outline-icon.js";
510
513
  import { SumIcon } from "./sum-icon.js";
514
+ import { SunburstChartIcon } from "./sunburst-chart-icon.js";
511
515
  import { SuperscriptIcon } from "./superscript-icon.js";
512
516
  import { SymbolsIcon } from "./symbols-icon.js";
513
517
  import { TableBorderStyleDashedIcon } from "./table-border-style-dashed-icon.js";
@@ -628,4 +632,4 @@ import { TodoListDoubleIcon } from "./todo-list-double-icon.js";
628
632
  import { UpBorderDoubleIcon } from "./up-border-double-icon.js";
629
633
  import { VerticalBorderDoubleIcon } from "./vertical-border-double-icon.js";
630
634
  import { WarnDoubleIcon } from "./warn-double-icon.js";
631
- 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, ObjectLayersIcon, 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 };
635
+ 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, ChordChartIcon, 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, 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, MaxIcon, MenuIcon, MergeAllIcon, MermaidDiagramIcon, MinIcon, 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, 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, SunburstChartIcon, 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,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const SunburstChartIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default SunburstChartIcon;
@@ -0,0 +1,51 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/sunburst-chart-icon.tsx
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": "circle",
16
+ "attrs": {
17
+ "cx": 8,
18
+ "cy": 7.5,
19
+ "r": 1.6,
20
+ "stroke": "currentColor",
21
+ "strokeWidth": 1.4
22
+ }
23
+ },
24
+ {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "stroke": "currentColor",
28
+ "d": "M8 3.5a4 4 0 0 1 3.9 3M12 7.8a4 4 0 0 1-3 3.6M8 11.5a4 4 0 0 1-4-3.7M4.1 6.8a4 4 0 0 1 2.9-3.2",
29
+ "strokeWidth": 1.7
30
+ }
31
+ },
32
+ {
33
+ "tag": "path",
34
+ "attrs": {
35
+ "stroke": "currentColor",
36
+ "d": "M9.1 1.1a6.5 6.5 0 0 1 5.4 7M9.4 13.9a6.5 6.5 0 0 1-7.7-4.7M1.5 8a6.5 6.5 0 0 1 5.4-6.9",
37
+ "strokeWidth": 1.9
38
+ }
39
+ }
40
+ ]
41
+ };
42
+ const SunburstChartIcon = forwardRef(function SunburstChartIcon(props, ref) {
43
+ return createElement(IconBase, Object.assign({}, props, {
44
+ id: "sunburst-chart-icon",
45
+ ref,
46
+ icon: element
47
+ }));
48
+ });
49
+ SunburstChartIcon.displayName = "SunburstChartIcon";
50
+ //#endregion
51
+ export { SunburstChartIcon, SunburstChartIcon as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/icons",
3
- "version": "1.31.0",
3
+ "version": "1.32.0",
4
4
  "description": "React icons for Univer.",
5
5
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  "svg-parser": "^2.0.4",
47
47
  "svgo": "^4.0.1",
48
48
  "typescript": "7.0.1-rc",
49
- "@univerjs/icons-svg": "1.31.0"
49
+ "@univerjs/icons-svg": "1.32.0"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "node --experimental-strip-types ./scripts/build/index.mts && tsc"