@univerjs/icons 1.40.0 → 1.42.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.
@@ -246,6 +246,9 @@ let ts_people_icon_js = require("./people-icon.js");
246
246
  let ts_percent_icon_js = require("./percent-icon.js");
247
247
  let ts_pie_chart_icon_js = require("./pie-chart-icon.js");
248
248
  let ts_piping_icon_js = require("./piping-icon.js");
249
+ let ts_pivot_chart_collapse_icon_js = require("./pivot-chart-collapse-icon.js");
250
+ let ts_pivot_chart_expand_icon_js = require("./pivot-chart-expand-icon.js");
251
+ let ts_pivot_chart_icon_js = require("./pivot-chart-icon.js");
249
252
  let ts_pivot_table_icon_js = require("./pivot-table-icon.js");
250
253
  let ts_places_icon_js = require("./places-icon.js");
251
254
  let ts_polynomial_icon_js = require("./polynomial-icon.js");
@@ -515,6 +518,7 @@ let ts_stroke_size3_icon_js = require("./stroke-size3-icon.js");
515
518
  let ts_stroke_size4_icon_js = require("./stroke-size4-icon.js");
516
519
  let ts_stroke_size5_icon_js = require("./stroke-size5-icon.js");
517
520
  let ts_subscript_icon_js = require("./subscript-icon.js");
521
+ let ts_subtitle_type_icon_js = require("./subtitle-type-icon.js");
518
522
  let ts_success_icon_js = require("./success-icon.js");
519
523
  let ts_success_outline_icon_js = require("./success-outline-icon.js");
520
524
  let ts_sunburst_chart_icon_js = require("./sunburst-chart-icon.js");
@@ -530,6 +534,7 @@ let ts_text_function_icon_js = require("./text-function-icon.js");
530
534
  let ts_text_icon_js = require("./text-icon.js");
531
535
  let ts_text_type_icon_js = require("./text-type-icon.js");
532
536
  let ts_text_wrap_shape_icon_js = require("./text-wrap-shape-icon.js");
537
+ let ts_title_type_icon_js = require("./title-type-icon.js");
533
538
  let ts_topmost_icon_js = require("./topmost-icon.js");
534
539
  let ts_transitions_icon_js = require("./transitions-icon.js");
535
540
  let ts_treemap_chart_icon_js = require("./treemap-chart-icon.js");
@@ -637,6 +642,7 @@ let ts_smile_double_icon_js = require("./smile-double-icon.js");
637
642
  let ts_star_empty_double_icon_js = require("./star-empty-double-icon.js");
638
643
  let ts_star_full_double_icon_js = require("./star-full-double-icon.js");
639
644
  let ts_star_incomplete_double_icon_js = require("./star-incomplete-double-icon.js");
645
+ let ts_text_color_swatch_double_icon_js = require("./text-color-swatch-double-icon.js");
640
646
  let ts_todo_list_double_icon_js = require("./todo-list-double-icon.js");
641
647
  let ts_up_border_double_icon_js = require("./up-border-double-icon.js");
642
648
  let ts_vertical_border_double_icon_js = require("./vertical-border-double-icon.js");
@@ -2459,6 +2465,24 @@ Object.defineProperty(exports, "PipingIcon", {
2459
2465
  return ts_piping_icon_js.PipingIcon;
2460
2466
  }
2461
2467
  });
2468
+ Object.defineProperty(exports, "PivotChartCollapseIcon", {
2469
+ enumerable: true,
2470
+ get: function() {
2471
+ return ts_pivot_chart_collapse_icon_js.PivotChartCollapseIcon;
2472
+ }
2473
+ });
2474
+ Object.defineProperty(exports, "PivotChartExpandIcon", {
2475
+ enumerable: true,
2476
+ get: function() {
2477
+ return ts_pivot_chart_expand_icon_js.PivotChartExpandIcon;
2478
+ }
2479
+ });
2480
+ Object.defineProperty(exports, "PivotChartIcon", {
2481
+ enumerable: true,
2482
+ get: function() {
2483
+ return ts_pivot_chart_icon_js.PivotChartIcon;
2484
+ }
2485
+ });
2462
2486
  Object.defineProperty(exports, "PivotTableIcon", {
2463
2487
  enumerable: true,
2464
2488
  get: function() {
@@ -4217,6 +4241,12 @@ Object.defineProperty(exports, "SubscriptIcon", {
4217
4241
  return ts_subscript_icon_js.SubscriptIcon;
4218
4242
  }
4219
4243
  });
4244
+ Object.defineProperty(exports, "SubtitleTypeIcon", {
4245
+ enumerable: true,
4246
+ get: function() {
4247
+ return ts_subtitle_type_icon_js.SubtitleTypeIcon;
4248
+ }
4249
+ });
4220
4250
  Object.defineProperty(exports, "SuccessIcon", {
4221
4251
  enumerable: true,
4222
4252
  get: function() {
@@ -4283,6 +4313,12 @@ Object.defineProperty(exports, "TableIcon", {
4283
4313
  return ts_table_icon_js.TableIcon;
4284
4314
  }
4285
4315
  });
4316
+ Object.defineProperty(exports, "TextColorSwatchDoubleIcon", {
4317
+ enumerable: true,
4318
+ get: function() {
4319
+ return ts_text_color_swatch_double_icon_js.TextColorSwatchDoubleIcon;
4320
+ }
4321
+ });
4286
4322
  Object.defineProperty(exports, "TextFunctionIcon", {
4287
4323
  enumerable: true,
4288
4324
  get: function() {
@@ -4307,6 +4343,12 @@ Object.defineProperty(exports, "TextWrapShapeIcon", {
4307
4343
  return ts_text_wrap_shape_icon_js.TextWrapShapeIcon;
4308
4344
  }
4309
4345
  });
4346
+ Object.defineProperty(exports, "TitleTypeIcon", {
4347
+ enumerable: true,
4348
+ get: function() {
4349
+ return ts_title_type_icon_js.TitleTypeIcon;
4350
+ }
4351
+ });
4310
4352
  Object.defineProperty(exports, "TodoListDoubleIcon", {
4311
4353
  enumerable: true,
4312
4354
  get: function() {
@@ -0,0 +1,45 @@
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/pivot-chart-collapse-icon.tsx
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "none",
13
+ "stroke": "currentColor",
14
+ "viewBox": "0 0 16 16",
15
+ "strokeLinecap": "round",
16
+ "strokeLinejoin": "round",
17
+ "strokeWidth": 1.2,
18
+ "width": "1em",
19
+ "height": "1em"
20
+ },
21
+ "children": [{
22
+ "tag": "rect",
23
+ "attrs": {
24
+ "width": 6,
25
+ "height": 6,
26
+ "x": 1,
27
+ "y": 1,
28
+ "rx": 1
29
+ }
30
+ }, {
31
+ "tag": "path",
32
+ "attrs": { "d": "M2.75 4H5.25M9.5 4H14.5M4 7V13H6.5M4 9H6.5M9 9H14.5M9 13H14.5" }
33
+ }]
34
+ };
35
+ const PivotChartCollapseIcon = (0, react.forwardRef)(function PivotChartCollapseIcon(props, ref) {
36
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
37
+ id: "pivot-chart-collapse-icon",
38
+ ref,
39
+ icon: element
40
+ }));
41
+ });
42
+ PivotChartCollapseIcon.displayName = "PivotChartCollapseIcon";
43
+ //#endregion
44
+ exports.PivotChartCollapseIcon = PivotChartCollapseIcon;
45
+ exports.default = PivotChartCollapseIcon;
@@ -0,0 +1,45 @@
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/pivot-chart-expand-icon.tsx
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "none",
13
+ "stroke": "currentColor",
14
+ "viewBox": "0 0 16 16",
15
+ "strokeLinecap": "round",
16
+ "strokeLinejoin": "round",
17
+ "strokeWidth": 1.2,
18
+ "width": "1em",
19
+ "height": "1em"
20
+ },
21
+ "children": [{
22
+ "tag": "rect",
23
+ "attrs": {
24
+ "width": 6,
25
+ "height": 6,
26
+ "x": 1,
27
+ "y": 1,
28
+ "rx": 1
29
+ }
30
+ }, {
31
+ "tag": "path",
32
+ "attrs": { "d": "M2.75 4H5.25M4 2.75V5.25M9.5 4H14.5M4 7V13H6.5M4 9H6.5M9 9H14.5M9 13H14.5" }
33
+ }]
34
+ };
35
+ const PivotChartExpandIcon = (0, react.forwardRef)(function PivotChartExpandIcon(props, ref) {
36
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
37
+ id: "pivot-chart-expand-icon",
38
+ ref,
39
+ icon: element
40
+ }));
41
+ });
42
+ PivotChartExpandIcon.displayName = "PivotChartExpandIcon";
43
+ //#endregion
44
+ exports.PivotChartExpandIcon = PivotChartExpandIcon;
45
+ exports.default = PivotChartExpandIcon;
@@ -0,0 +1,52 @@
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/pivot-chart-icon.tsx
8
+ const element = {
9
+ "tag": "svg",
10
+ "attrs": {
11
+ "xmlns": "http://www.w3.org/2000/svg",
12
+ "fill": "none",
13
+ "stroke": "currentColor",
14
+ "viewBox": "0 0 16 16",
15
+ "strokeLinecap": "round",
16
+ "strokeLinejoin": "round",
17
+ "strokeWidth": 1.2,
18
+ "width": "1em",
19
+ "height": "1em"
20
+ },
21
+ "children": [
22
+ {
23
+ "tag": "rect",
24
+ "attrs": {
25
+ "width": 13.5,
26
+ "height": 13.5,
27
+ "x": 1.25,
28
+ "y": 1.25,
29
+ "rx": 1.5
30
+ }
31
+ },
32
+ {
33
+ "tag": "path",
34
+ "attrs": { "d": "M1.25 4.75H14.75M4.75 1.25V14.75" }
35
+ },
36
+ {
37
+ "tag": "path",
38
+ "attrs": { "d": "M7.25 12V9.5M9.75 12V7M12.25 12V8.5" }
39
+ }
40
+ ]
41
+ };
42
+ const PivotChartIcon = (0, react.forwardRef)(function PivotChartIcon(props, ref) {
43
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
44
+ id: "pivot-chart-icon",
45
+ ref,
46
+ icon: element
47
+ }));
48
+ });
49
+ PivotChartIcon.displayName = "PivotChartIcon";
50
+ //#endregion
51
+ exports.PivotChartIcon = PivotChartIcon;
52
+ exports.default = PivotChartIcon;
@@ -0,0 +1,38 @@
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/subtitle-type-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": "M11.5 4.5C10.75 3.5 9.5 3 8 3C6 3 4.5 4 4.5 5.5C4.5 9 11.5 7 11.5 10.5C11.5 12 10 13 8 13C6.5 13 5.25 12.5 4.5 11.5",
22
+ "strokeLinecap": "round",
23
+ "strokeLinejoin": "round",
24
+ "strokeWidth": 1.33
25
+ }
26
+ }]
27
+ };
28
+ const SubtitleTypeIcon = (0, react.forwardRef)(function SubtitleTypeIcon(props, ref) {
29
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
30
+ id: "subtitle-type-icon",
31
+ ref,
32
+ icon: element
33
+ }));
34
+ });
35
+ SubtitleTypeIcon.displayName = "SubtitleTypeIcon";
36
+ //#endregion
37
+ exports.SubtitleTypeIcon = SubtitleTypeIcon;
38
+ exports.default = SubtitleTypeIcon;
@@ -0,0 +1,49 @@
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/text-color-swatch-double-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": "rect",
19
+ "attrs": {
20
+ "width": 14,
21
+ "height": 14,
22
+ "x": 1,
23
+ "y": 1,
24
+ "stroke": "currentColor",
25
+ "rx": 1.75,
26
+ "strokeOpacity": .12
27
+ }
28
+ }, {
29
+ "tag": "path",
30
+ "attrs": {
31
+ "stroke": "colorChannel1",
32
+ "d": "M4.75 11.5L8 4.5L11.25 11.5M6 9H10",
33
+ "strokeLinecap": "round",
34
+ "strokeLinejoin": "round",
35
+ "strokeWidth": 1.33
36
+ }
37
+ }]
38
+ };
39
+ const TextColorSwatchDoubleIcon = (0, react.forwardRef)(function TextColorSwatchDoubleIcon(props, ref) {
40
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
41
+ id: "text-color-swatch-double-icon",
42
+ ref,
43
+ icon: element
44
+ }));
45
+ });
46
+ TextColorSwatchDoubleIcon.displayName = "TextColorSwatchDoubleIcon";
47
+ //#endregion
48
+ exports.TextColorSwatchDoubleIcon = TextColorSwatchDoubleIcon;
49
+ exports.default = TextColorSwatchDoubleIcon;
@@ -0,0 +1,38 @@
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/title-type-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": "M1.75 4H9.25M5.5 4V12.5M10.25 7.5H14.25M11.75 5.5V11C11.75 12 12.25 12.5 13.25 12.5H14.25",
22
+ "strokeLinecap": "round",
23
+ "strokeLinejoin": "round",
24
+ "strokeWidth": 1.33
25
+ }
26
+ }]
27
+ };
28
+ const TitleTypeIcon = (0, react.forwardRef)(function TitleTypeIcon(props, ref) {
29
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
30
+ id: "title-type-icon",
31
+ ref,
32
+ icon: element
33
+ }));
34
+ });
35
+ TitleTypeIcon.displayName = "TitleTypeIcon";
36
+ //#endregion
37
+ exports.TitleTypeIcon = TitleTypeIcon;
38
+ exports.default = TitleTypeIcon;
@@ -245,6 +245,9 @@ export { PeopleIcon } from './people-icon.js';
245
245
  export { PercentIcon } from './percent-icon.js';
246
246
  export { PieChartIcon } from './pie-chart-icon.js';
247
247
  export { PipingIcon } from './piping-icon.js';
248
+ export { PivotChartCollapseIcon } from './pivot-chart-collapse-icon.js';
249
+ export { PivotChartExpandIcon } from './pivot-chart-expand-icon.js';
250
+ export { PivotChartIcon } from './pivot-chart-icon.js';
248
251
  export { PivotTableIcon } from './pivot-table-icon.js';
249
252
  export { PlacesIcon } from './places-icon.js';
250
253
  export { PolynomialIcon } from './polynomial-icon.js';
@@ -514,6 +517,7 @@ export { StrokeSize3Icon } from './stroke-size3-icon.js';
514
517
  export { StrokeSize4Icon } from './stroke-size4-icon.js';
515
518
  export { StrokeSize5Icon } from './stroke-size5-icon.js';
516
519
  export { SubscriptIcon } from './subscript-icon.js';
520
+ export { SubtitleTypeIcon } from './subtitle-type-icon.js';
517
521
  export { SuccessIcon } from './success-icon.js';
518
522
  export { SuccessOutlineIcon } from './success-outline-icon.js';
519
523
  export { SunburstChartIcon } from './sunburst-chart-icon.js';
@@ -529,6 +533,7 @@ export { TextFunctionIcon } from './text-function-icon.js';
529
533
  export { TextIcon } from './text-icon.js';
530
534
  export { TextTypeIcon } from './text-type-icon.js';
531
535
  export { TextWrapShapeIcon } from './text-wrap-shape-icon.js';
536
+ export { TitleTypeIcon } from './title-type-icon.js';
532
537
  export { TopmostIcon } from './topmost-icon.js';
533
538
  export { TransitionsIcon } from './transitions-icon.js';
534
539
  export { TreemapChartIcon } from './treemap-chart-icon.js';
@@ -636,6 +641,7 @@ export { SmileDoubleIcon } from './smile-double-icon.js';
636
641
  export { StarEmptyDoubleIcon } from './star-empty-double-icon.js';
637
642
  export { StarFullDoubleIcon } from './star-full-double-icon.js';
638
643
  export { StarIncompleteDoubleIcon } from './star-incomplete-double-icon.js';
644
+ export { TextColorSwatchDoubleIcon } from './text-color-swatch-double-icon.js';
639
645
  export { TodoListDoubleIcon } from './todo-list-double-icon.js';
640
646
  export { UpBorderDoubleIcon } from './up-border-double-icon.js';
641
647
  export { VerticalBorderDoubleIcon } from './vertical-border-double-icon.js';
package/dist/esm/index.js CHANGED
@@ -245,6 +245,9 @@ import { PeopleIcon } from "./people-icon.js";
245
245
  import { PercentIcon } from "./percent-icon.js";
246
246
  import { PieChartIcon } from "./pie-chart-icon.js";
247
247
  import { PipingIcon } from "./piping-icon.js";
248
+ import { PivotChartCollapseIcon } from "./pivot-chart-collapse-icon.js";
249
+ import { PivotChartExpandIcon } from "./pivot-chart-expand-icon.js";
250
+ import { PivotChartIcon } from "./pivot-chart-icon.js";
248
251
  import { PivotTableIcon } from "./pivot-table-icon.js";
249
252
  import { PlacesIcon } from "./places-icon.js";
250
253
  import { PolynomialIcon } from "./polynomial-icon.js";
@@ -514,6 +517,7 @@ import { StrokeSize3Icon } from "./stroke-size3-icon.js";
514
517
  import { StrokeSize4Icon } from "./stroke-size4-icon.js";
515
518
  import { StrokeSize5Icon } from "./stroke-size5-icon.js";
516
519
  import { SubscriptIcon } from "./subscript-icon.js";
520
+ import { SubtitleTypeIcon } from "./subtitle-type-icon.js";
517
521
  import { SuccessIcon } from "./success-icon.js";
518
522
  import { SuccessOutlineIcon } from "./success-outline-icon.js";
519
523
  import { SunburstChartIcon } from "./sunburst-chart-icon.js";
@@ -529,6 +533,7 @@ import { TextFunctionIcon } from "./text-function-icon.js";
529
533
  import { TextIcon } from "./text-icon.js";
530
534
  import { TextTypeIcon } from "./text-type-icon.js";
531
535
  import { TextWrapShapeIcon } from "./text-wrap-shape-icon.js";
536
+ import { TitleTypeIcon } from "./title-type-icon.js";
532
537
  import { TopmostIcon } from "./topmost-icon.js";
533
538
  import { TransitionsIcon } from "./transitions-icon.js";
534
539
  import { TreemapChartIcon } from "./treemap-chart-icon.js";
@@ -636,8 +641,9 @@ import { SmileDoubleIcon } from "./smile-double-icon.js";
636
641
  import { StarEmptyDoubleIcon } from "./star-empty-double-icon.js";
637
642
  import { StarFullDoubleIcon } from "./star-full-double-icon.js";
638
643
  import { StarIncompleteDoubleIcon } from "./star-incomplete-double-icon.js";
644
+ import { TextColorSwatchDoubleIcon } from "./text-color-swatch-double-icon.js";
639
645
  import { TodoListDoubleIcon } from "./todo-list-double-icon.js";
640
646
  import { UpBorderDoubleIcon } from "./up-border-double-icon.js";
641
647
  import { VerticalBorderDoubleIcon } from "./vertical-border-double-icon.js";
642
648
  import { WarnDoubleIcon } from "./warn-double-icon.js";
643
- export { AIcon, ActivityIcon, AddDigitsIcon, AddImageIcon, AddNoteIcon, AdditionAndSubtractionIcon, AdjustHeightDoubleIcon, AdjustWidthDoubleIcon, AiAssistantMultiIcon, AlignBottomIcon, AlignTextBothIcon, AlignTopIcon, AllBorderIcon, AmplifyIcon, AreaChartIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowTiltDownIcon, ArrowTiltUpIcon, ArrowUpIcon, AscendingIcon, AutoHeightDoubleIcon, AutoWidthDoubleIcon, AutofillDoubleIcon, AutowrapIcon, BackSlashDoubleIcon, BanIcon, BarChartIcon, BasesAppIcon, BasesMultiIcon, BoardsAppIcon, BoardsMultiIcon, BoldIcon, BottomIcon, BoxplotIcon, BrushIcon, BubbleIcon, CalendarIcon, CalloutIcon, CancelFreezeIcon, CancelMergeIcon, CandlestickChartIcon, CatalogueIcon, Cell0DoubleIcon, Cell100DoubleIcon, Cell25DoubleIcon, Cell50DoubleIcon, Cell75DoubleIcon, ChartIcon, CheckMarkIcon, CheckboxIcon, ChordChartIcon, ClassDiagramClassIcon, ClassDiagramDashedFilledArrowConnectorIcon, ClassDiagramDashedOpenArrowConnectorIcon, ClassDiagramFilledArrowConnectorIcon, ClassDiagramFilledDiamondConnectorIcon, ClassDiagramHollowDiamondConnectorIcon, ClassDiagramInterfaceIcon, ClearFormatDoubleIcon, ClockIcon, CloseIcon, CloudOutlineIcon, CodeBlockIcon, CodeIcon, ColorWheelMultiIcon, ColumnChartIcon, ColumnIcon, ColumnSparklineIcon, ComboChartIcon, CommentIcon, ComponentDiagramAssemblyConnectorIcon, ComponentDiagramComponentBoxIcon, ComponentDiagramComponentIcon, ComponentDiagramProvidedInterfaceIcon, ComponentDiagramRequiredInterfaceIcon, ConditionalColorIcon, ConditionsDoubleIcon, ConfigureTabIcon, ConnectionLineIcon, ConnectorBarCrowsFootMarkerIcon, ConnectorBarMarkerIcon, ConnectorCircleBarMarkerIcon, ConnectorCircleCrowsFootMarkerIcon, ConnectorCircleMarkerIcon, ConnectorCrossMarkerIcon, ConnectorCrowsFootMarkerIcon, ConnectorFilledArrowMarkerIcon, ConnectorFilledCircleMarkerIcon, ConnectorFilledDiamondMarkerIcon, ConnectorHollowDiamondMarkerIcon, ConnectorHollowTriangleMarkerIcon, ConnectorNoneMarkerIcon, ConnectorOpenArrowMarkerIcon, ConnectorRoundedElbowIcon, ConnectorSwapMarkersIcon, ConnectorXMarkerIcon, ConvertIcon, ConvertToNumberIcon, CopyDoubleIcon, CopyIcon, CorrectDoubleIcon, CreateCopyIcon, CropIcon, CrossHighlightingIcon, CrossIcon, CursorsIcon, CustomSortIcon, CutIcon, DataBarIcon, DataFlowCircleIcon, DataFlowDataStorage1Icon, DataFlowDataStorage2Icon, DataFlowDataStorage3Icon, DataFlowRoundedRectangleIcon, DataFlowRoundedSquareIcon, DataValidationIcon, DatabaseFunctionIcon, DatabaseIcon, DateFunctionIcon, DatePickerIcon, DeleteCellMoveDownDoubleIcon, DeleteCellShiftLeftDoubleIcon, DeleteCellShiftRightDoubleIcon, DeleteCellShiftUpDoubleIcon, DeleteColumnDoubleIcon, DeleteEmptyIcon, DeleteIcon, DeleteNoteIcon, DeleteRowDoubleIcon, DeleteTableDoubleIcon, DescendingIcon, DirectExportIcon, DissatisfiedDoubleIcon, DividerIcon, DocPasteOptionsIcon, DocSettingIcon, DocsAppIcon, DocsMultiIcon, DollarIcon, DongIcon, DownBorderDoubleIcon, DownIcon, DownloadIcon, DownloadImageIcon, DropdownListIcon, EngineeringFunctionIcon, EntityRelationshipEntityIcon, EntityRelationshipFieldTypeIcon, EntityRelationshipFullIcon, EntityRelationshipKeyFieldIcon, ErrorIcon, EuroIcon, ExclamationIcon, ExpandAscendingIcon, ExpandDescendingIcon, ExpandIcon, ExponentialIcon, ExportIcon, EyeIcon, EyelashIcon, FeatureSearchIcon, FilterIcon, FinancialFunctionIcon, FirstTabIcon, FlagIcon, FlipHorizontalIcon, FlipVerticalIcon, FolderIcon, FontColorDoubleIcon, FontSizeIncreaseIcon, FontSizeReduceIcon, FoodsIcon, FormulaAccentIcon, FormulaBracketIcon, FormulaFractionIcon, FormulaFunctionIcon, FormulaIntegralIcon, FormulaLargeOperatorIcon, FormulaLimitLogarithmIcon, FormulaMatrixIcon, FormulaOperatorIcon, FormulaRadicalIcon, FormulaScriptIcon, FountainPenIcon, FreezeColumnIcon, FreezeRowIcon, FreezeToSelectedIcon, FunctionIcon, FunnelIcon, FxIcon, GaugeChartIcon, GraphIcon, GridIcon, GridOutlineIcon, GripHorizontalIcon, GripVerticalIcon, GroupIcon, GroupSparklineIcon, GroupingDoubleIcon, GuffawDoubleIcon, H1Icon, H2Icon, H3Icon, H4Icon, H5Icon, H6Icon, HandIcon, HeaderFooterIcon, HeatmapIcon, HelpIcon, HideDoubleIcon, HideGridlinesIcon, HideNoteIcon, HistogramChartIcon, HistoryIcon, HomeIcon, HorizontalBorderDoubleIcon, HorizontalMergeIcon, HorizontallyIcon, ImpatientDoubleIcon, ImportIcon, IncreaseIcon, IndicateDoubleIcon, InfoIcon, InformationFunctionIcon, InnerBorderDoubleIcon, InsertCellDownDoubleIcon, InsertCellShiftRightDoubleIcon, InsertCommentDoubleIcon, InsertDoubleIcon, InsertIcon, InsertLinkDoubleIcon, InsertRowAboveDoubleIcon, InsertRowBelowDoubleIcon, ItalicIcon, KeyboardIcon, LeftBorderDoubleIcon, LeftDoubleDiagonalDoubleIcon, LeftInsertColumnDoubleIcon, LeftJustifyingIcon, LeftRotationFortyFiveDegreesIcon, LeftRotationNinetyDegreesIcon, LeftTridiagonalDoubleIcon, LineChartIcon, LineDashedNoneIcon, LineDoubleOpenArrowIcon, LineIndentDecreaseIcon, LineIndentIncreaseIcon, LineNoneIcon, LineOpenArrowIcon, LineSparklineIcon, LinearIcon, LinkIcon, LiveShareIcon, LoadingMultiIcon, LocateFixedIcon, LockIcon, LogarithmicIcon, LogicalFunctionIcon, LookupFunctionIcon, MathFunctionIcon, MenuIcon, MergeAllIcon, MermaidDiagramIcon, MindMapIcon, MistakeDoubleIcon, MoreDownIcon, MoreHorizontalIcon, MoreLeftIcon, MoreRightIcon, MoreUpIcon, MoreVerticalIcon, MoveDownIcon, MoveUpIcon, MovingAverageIcon, NatureIcon, NoBorderIcon, NoColorDoubleIcon, NoRotationIcon, NoninductiveDoubleIcon, NumberIcon, ObjectLayersIcon, ObjectsIcon, OffLineIcon, OnLineIcon, OneToOneIcon, OrderIcon, OuterBorderDoubleIcon, OverflowIcon, PaintBucketDoubleIcon, PaintIcon, ParagraphSettingIcon, PasteSpecialDoubleIcon, PdfAppIcon, PdfHighlightIcon, PdfMultiIcon, PenIcon, PeopleIcon, PercentIcon, PieChartIcon, PipingIcon, PivotTableIcon, PlacesIcon, PointColorDoubleIcon, PolynomialIcon, PowerLineIcon, PreciseSelectionIcon, PrintIcon, Progress0DoubleIcon, Progress100DoubleIcon, Progress25DoubleIcon, Progress50DoubleIcon, Progress75DoubleIcon, ProtectIcon, QuickAddIcon, QuoteIcon, RadarChartIcon, RandomIcon, RatingIcon, RecentIcon, RecordIcon, RedoIcon, ReduceDigitsIcon, ReduceDoubleIcon, ReduceIcon, RelationshipIcon, RenameIcon, ReplyToCommentIcon, ResourcesIcon, RestoreIcon, RhomboidIcon, RialIcon, RightBorderDoubleIcon, RightDoubleDiagonalDoubleIcon, RightInsertColumnDoubleIcon, RightJustifyingIcon, RightRotationFortyFiveDegreesIcon, RightRotationNinetyDegreesIcon, RmbIcon, RoubleIcon, RoundnessIcon, RowHeightExtraTallIcon, RowHeightMediumIcon, RowHeightShortIcon, RowHeightTallIcon, RowIcon, RulerIcon, RupiahIcon, SankeyIcon, ScatterChartIcon, SearchIcon, SectionSettingIcon, SelectRangeIcon, SequenceActivationBarIcon, SequenceActorLifelineIcon, SequenceAlternativeFragmentIcon, SequenceBoundaryLifelineIcon, SequenceCollectionLifelineIcon, SequenceControlLifelineIcon, SequenceDirectAccessStorageLifelineIcon, SequenceEntityLifelineIcon, SequenceFragmentIcon, SequenceMagneticDiskLifelineIcon, SequenceObjectLifelineIcon, ShapeAccentBorderCallout1Icon, ShapeAccentBorderCallout2Icon, ShapeAccentBorderCallout3Icon, ShapeAccentCallout1Icon, ShapeAccentCallout2Icon, ShapeAccentCallout3Icon, ShapeActionButtonBackPreviousIcon, ShapeActionButtonBeginningIcon, ShapeActionButtonBlankIcon, ShapeActionButtonDocumentIcon, ShapeActionButtonEndIcon, ShapeActionButtonForwardNextIcon, ShapeActionButtonHelpIcon, ShapeActionButtonHomeIcon, ShapeActionButtonInformationIcon, ShapeActionButtonMovieIcon, ShapeActionButtonReturnIcon, ShapeActionButtonSoundIcon, ShapeArcIcon, ShapeBackgroundColorDoubleIcon, ShapeBentArrowIcon, ShapeBentConnector3Arrow1Icon, ShapeBentConnector3Arrow2Icon, ShapeBentConnector3Icon, ShapeBentUpArrowIcon, ShapeBevelIcon, ShapeBlockArcIcon, ShapeBorderCallout1Icon, ShapeBorderCallout2Icon, ShapeBorderCallout3Icon, ShapeBracePairIcon, ShapeBracketPairIcon, ShapeCallout1Icon, ShapeCallout2Icon, ShapeCallout3Icon, ShapeCanIcon, ShapeChartPlusIcon, ShapeChartStarIcon, ShapeChartXIcon, ShapeChevronIcon, ShapeChordIcon, ShapeCircularArrowIcon, ShapeCloudCalloutIcon, ShapeCloudIcon, ShapeCornerIcon, ShapeCornerTabsIcon, ShapeCubeIcon, ShapeCurvedConnector3Arrow1Icon, ShapeCurvedConnector3Arrow2Icon, ShapeCurvedConnector3Icon, ShapeCurvedDownArrowIcon, ShapeCurvedLeftArrowIcon, ShapeCurvedRightArrowIcon, ShapeCurvedUpArrowIcon, ShapeDecagonIcon, ShapeDiagStripeIcon, ShapeDiamondIcon, ShapeDodecagonIcon, ShapeDonutIcon, ShapeDoubleWaveIcon, ShapeDownArrowCalloutIcon, ShapeDownArrowIcon, ShapeEllipseIcon, ShapeEllipseRibbon2Icon, ShapeEllipseRibbonIcon, ShapeFlowChartAlternateProcessIcon, ShapeFlowChartCollateIcon, ShapeFlowChartConnectorIcon, ShapeFlowChartDecisionIcon, ShapeFlowChartDelayIcon, ShapeFlowChartDisplayIcon, ShapeFlowChartDocumentIcon, ShapeFlowChartExtractIcon, ShapeFlowChartInputOutputIcon, ShapeFlowChartInternalStorageIcon, ShapeFlowChartMagneticDiskIcon, ShapeFlowChartMagneticDrumIcon, ShapeFlowChartMagneticTapeIcon, ShapeFlowChartManualInputIcon, ShapeFlowChartManualOperationIcon, ShapeFlowChartMergeIcon, ShapeFlowChartMultidocumentIcon, ShapeFlowChartOfflineStorageIcon, ShapeFlowChartOffpageConnectorIcon, ShapeFlowChartOnlineStorageIcon, ShapeFlowChartOrIcon, ShapeFlowChartPredefinedProcessIcon, ShapeFlowChartPreparationIcon, ShapeFlowChartProcessIcon, ShapeFlowChartPunchedCardIcon, ShapeFlowChartPunchedTapeIcon, ShapeFlowChartSortIcon, ShapeFlowChartSummingJunctionIcon, ShapeFlowChartTerminatorIcon, ShapeFolderCornerIcon, ShapeFormatSettingIcon, ShapeFrameIcon, ShapeFunnelIcon, ShapeGear6Icon, ShapeGear9Icon, ShapeHalfFrameIcon, ShapeHeartIcon, ShapeHeptagonIcon, ShapeHexagonIcon, ShapeHomePlateIcon, ShapeHorizontalScrollIcon, ShapeIcon, ShapeIrregularSeal1Icon, ShapeIrregularSeal2Icon, ShapeLeftArrowCalloutIcon, ShapeLeftArrowIcon, ShapeLeftBraceIcon, ShapeLeftBracketIcon, ShapeLeftCircularArrowIcon, ShapeLeftRightArrowCalloutIcon, ShapeLeftRightArrowIcon, ShapeLeftRightCircularArrowIcon, ShapeLeftRightRibbonIcon, ShapeLeftRightUpArrowIcon, ShapeLeftUpArrowIcon, ShapeLightningBoltIcon, ShapeLineIcon, ShapeLineInvIcon, ShapeMathDivideIcon, ShapeMathEqualIcon, ShapeMathMinusIcon, ShapeMathMultiplyIcon, ShapeMathNotEqualIcon, ShapeMathPlusIcon, ShapeMoonIcon, ShapeNoSmokingIcon, ShapeNonIsoscelesTrapezoidIcon, ShapeNotchedRightArrowIcon, ShapeOctagonIcon, ShapeParallelogramIcon, ShapePentagonIcon, ShapePieIcon, ShapePieWedgeIcon, ShapePlaqueIcon, ShapePlaqueTabsIcon, ShapePlusIcon, ShapeQuadArrowCalloutIcon, ShapeQuadArrowIcon, ShapeRectIcon, ShapeRectTextboxHorizontalIcon, ShapeRectTextboxVerticalIcon, ShapeRibbon2Icon, ShapeRibbonIcon, ShapeRightArrowCalloutIcon, ShapeRightArrowIcon, ShapeRightBraceIcon, ShapeRightBracketIcon, ShapeRound1RectIcon, ShapeRound2DiagRectIcon, ShapeRound2SameRectIcon, ShapeRoundRectIcon, ShapeRtTriangleIcon, ShapeSmileyFaceIcon, ShapeSnip1RectIcon, ShapeSnip2DiagRectIcon, ShapeSnip2SameRectIcon, ShapeSnipRoundRectIcon, ShapeSquareTabsIcon, ShapeStar10Icon, ShapeStar12Icon, ShapeStar16Icon, ShapeStar24Icon, ShapeStar32Icon, ShapeStar4Icon, ShapeStar5Icon, ShapeStar6Icon, ShapeStar7Icon, ShapeStar8Icon, ShapeStraightConnector1Icon, ShapeStraightConnector2Icon, ShapeStripedRightArrowIcon, ShapeStrokeColorDoubleIcon, ShapeSunIcon, ShapeSwooshArrowIcon, ShapeTeardropIcon, ShapeTrapezoidIcon, ShapeTriangleIcon, ShapeUpArrowCalloutIcon, ShapeUpArrowIcon, ShapeUpDownArrowCalloutIcon, ShapeUpDownArrowIcon, ShapeUturnArrowIcon, ShapeVerticalScrollIcon, ShapeWaveIcon, ShapeWedgeEllipseCalloutIcon, ShapeWedgeRectCalloutIcon, ShapeWedgeRoundRectCalloutIcon, ShareIcon, ShareRangeIcon, SheetIcon, SheetsAppIcon, SheetsMultiIcon, ShortcutIcon, ShowDimensionsIcon, ShowToolbarIcon, ShrinkIcon, ShrinkToFitIcon, Signal0DoubleIcon, Signal100DoubleIcon, Signal25DoubleIcon, Signal50DoubleIcon, Signal75DoubleIcon, SlashDoubleIcon, SlidesAppIcon, SlidesMultiIcon, SlideshowPlayIcon, SlideshowThemeIcon, SmartArtIcon, SmileDoubleIcon, SmileIcon, StarEmptyDoubleIcon, StarFullDoubleIcon, StarIncompleteDoubleIcon, StatisticalFunctionIcon, StatusDiagramFinalStateIcon, StatusDiagramInitialStateIcon, StatusDiagramStateBarIcon, StickyNoteIcon, StrikethroughIcon, StrokeSize1Icon, StrokeSize2Icon, StrokeSize3Icon, StrokeSize4Icon, StrokeSize5Icon, SubscriptIcon, SuccessIcon, SuccessOutlineIcon, 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, WonIcon, WriteIcon, ZlotyIcon, ZoomInIcon, ZoomOutIcon };
649
+ export { AIcon, ActivityIcon, AddDigitsIcon, AddImageIcon, AddNoteIcon, AdditionAndSubtractionIcon, AdjustHeightDoubleIcon, AdjustWidthDoubleIcon, AiAssistantMultiIcon, AlignBottomIcon, AlignTextBothIcon, AlignTopIcon, AllBorderIcon, AmplifyIcon, AreaChartIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowTiltDownIcon, ArrowTiltUpIcon, ArrowUpIcon, AscendingIcon, AutoHeightDoubleIcon, AutoWidthDoubleIcon, AutofillDoubleIcon, AutowrapIcon, BackSlashDoubleIcon, BanIcon, BarChartIcon, BasesAppIcon, BasesMultiIcon, BoardsAppIcon, BoardsMultiIcon, BoldIcon, BottomIcon, BoxplotIcon, BrushIcon, BubbleIcon, CalendarIcon, CalloutIcon, CancelFreezeIcon, CancelMergeIcon, CandlestickChartIcon, CatalogueIcon, Cell0DoubleIcon, Cell100DoubleIcon, Cell25DoubleIcon, Cell50DoubleIcon, Cell75DoubleIcon, ChartIcon, CheckMarkIcon, CheckboxIcon, ChordChartIcon, ClassDiagramClassIcon, ClassDiagramDashedFilledArrowConnectorIcon, ClassDiagramDashedOpenArrowConnectorIcon, ClassDiagramFilledArrowConnectorIcon, ClassDiagramFilledDiamondConnectorIcon, ClassDiagramHollowDiamondConnectorIcon, ClassDiagramInterfaceIcon, ClearFormatDoubleIcon, ClockIcon, CloseIcon, CloudOutlineIcon, CodeBlockIcon, CodeIcon, ColorWheelMultiIcon, ColumnChartIcon, ColumnIcon, ColumnSparklineIcon, ComboChartIcon, CommentIcon, ComponentDiagramAssemblyConnectorIcon, ComponentDiagramComponentBoxIcon, ComponentDiagramComponentIcon, ComponentDiagramProvidedInterfaceIcon, ComponentDiagramRequiredInterfaceIcon, ConditionalColorIcon, ConditionsDoubleIcon, ConfigureTabIcon, ConnectionLineIcon, ConnectorBarCrowsFootMarkerIcon, ConnectorBarMarkerIcon, ConnectorCircleBarMarkerIcon, ConnectorCircleCrowsFootMarkerIcon, ConnectorCircleMarkerIcon, ConnectorCrossMarkerIcon, ConnectorCrowsFootMarkerIcon, ConnectorFilledArrowMarkerIcon, ConnectorFilledCircleMarkerIcon, ConnectorFilledDiamondMarkerIcon, ConnectorHollowDiamondMarkerIcon, ConnectorHollowTriangleMarkerIcon, ConnectorNoneMarkerIcon, ConnectorOpenArrowMarkerIcon, ConnectorRoundedElbowIcon, ConnectorSwapMarkersIcon, ConnectorXMarkerIcon, ConvertIcon, ConvertToNumberIcon, CopyDoubleIcon, CopyIcon, CorrectDoubleIcon, CreateCopyIcon, CropIcon, CrossHighlightingIcon, CrossIcon, CursorsIcon, CustomSortIcon, CutIcon, DataBarIcon, DataFlowCircleIcon, DataFlowDataStorage1Icon, DataFlowDataStorage2Icon, DataFlowDataStorage3Icon, DataFlowRoundedRectangleIcon, DataFlowRoundedSquareIcon, DataValidationIcon, DatabaseFunctionIcon, DatabaseIcon, DateFunctionIcon, DatePickerIcon, DeleteCellMoveDownDoubleIcon, DeleteCellShiftLeftDoubleIcon, DeleteCellShiftRightDoubleIcon, DeleteCellShiftUpDoubleIcon, DeleteColumnDoubleIcon, DeleteEmptyIcon, DeleteIcon, DeleteNoteIcon, DeleteRowDoubleIcon, DeleteTableDoubleIcon, DescendingIcon, DirectExportIcon, DissatisfiedDoubleIcon, DividerIcon, DocPasteOptionsIcon, DocSettingIcon, DocsAppIcon, DocsMultiIcon, DollarIcon, DongIcon, DownBorderDoubleIcon, DownIcon, DownloadIcon, DownloadImageIcon, DropdownListIcon, EngineeringFunctionIcon, EntityRelationshipEntityIcon, EntityRelationshipFieldTypeIcon, EntityRelationshipFullIcon, EntityRelationshipKeyFieldIcon, ErrorIcon, EuroIcon, ExclamationIcon, ExpandAscendingIcon, ExpandDescendingIcon, ExpandIcon, ExponentialIcon, ExportIcon, EyeIcon, EyelashIcon, FeatureSearchIcon, FilterIcon, FinancialFunctionIcon, FirstTabIcon, FlagIcon, FlipHorizontalIcon, FlipVerticalIcon, FolderIcon, FontColorDoubleIcon, FontSizeIncreaseIcon, FontSizeReduceIcon, FoodsIcon, FormulaAccentIcon, FormulaBracketIcon, FormulaFractionIcon, FormulaFunctionIcon, FormulaIntegralIcon, FormulaLargeOperatorIcon, FormulaLimitLogarithmIcon, FormulaMatrixIcon, FormulaOperatorIcon, FormulaRadicalIcon, FormulaScriptIcon, FountainPenIcon, FreezeColumnIcon, FreezeRowIcon, FreezeToSelectedIcon, FunctionIcon, FunnelIcon, FxIcon, GaugeChartIcon, GraphIcon, GridIcon, GridOutlineIcon, GripHorizontalIcon, GripVerticalIcon, GroupIcon, GroupSparklineIcon, GroupingDoubleIcon, GuffawDoubleIcon, H1Icon, H2Icon, H3Icon, H4Icon, H5Icon, H6Icon, HandIcon, HeaderFooterIcon, HeatmapIcon, HelpIcon, HideDoubleIcon, HideGridlinesIcon, HideNoteIcon, HistogramChartIcon, HistoryIcon, HomeIcon, HorizontalBorderDoubleIcon, HorizontalMergeIcon, HorizontallyIcon, ImpatientDoubleIcon, ImportIcon, IncreaseIcon, IndicateDoubleIcon, InfoIcon, InformationFunctionIcon, InnerBorderDoubleIcon, InsertCellDownDoubleIcon, InsertCellShiftRightDoubleIcon, InsertCommentDoubleIcon, InsertDoubleIcon, InsertIcon, InsertLinkDoubleIcon, InsertRowAboveDoubleIcon, InsertRowBelowDoubleIcon, ItalicIcon, KeyboardIcon, LeftBorderDoubleIcon, LeftDoubleDiagonalDoubleIcon, LeftInsertColumnDoubleIcon, LeftJustifyingIcon, LeftRotationFortyFiveDegreesIcon, LeftRotationNinetyDegreesIcon, LeftTridiagonalDoubleIcon, LineChartIcon, LineDashedNoneIcon, LineDoubleOpenArrowIcon, LineIndentDecreaseIcon, LineIndentIncreaseIcon, LineNoneIcon, LineOpenArrowIcon, LineSparklineIcon, LinearIcon, LinkIcon, LiveShareIcon, LoadingMultiIcon, LocateFixedIcon, LockIcon, LogarithmicIcon, LogicalFunctionIcon, LookupFunctionIcon, MathFunctionIcon, MenuIcon, MergeAllIcon, MermaidDiagramIcon, MindMapIcon, MistakeDoubleIcon, MoreDownIcon, MoreHorizontalIcon, MoreLeftIcon, MoreRightIcon, MoreUpIcon, MoreVerticalIcon, MoveDownIcon, MoveUpIcon, MovingAverageIcon, NatureIcon, NoBorderIcon, NoColorDoubleIcon, NoRotationIcon, NoninductiveDoubleIcon, NumberIcon, ObjectLayersIcon, ObjectsIcon, OffLineIcon, OnLineIcon, OneToOneIcon, OrderIcon, OuterBorderDoubleIcon, OverflowIcon, PaintBucketDoubleIcon, PaintIcon, ParagraphSettingIcon, PasteSpecialDoubleIcon, PdfAppIcon, PdfHighlightIcon, PdfMultiIcon, PenIcon, PeopleIcon, PercentIcon, PieChartIcon, PipingIcon, PivotChartCollapseIcon, PivotChartExpandIcon, PivotChartIcon, PivotTableIcon, PlacesIcon, PointColorDoubleIcon, PolynomialIcon, PowerLineIcon, PreciseSelectionIcon, PrintIcon, Progress0DoubleIcon, Progress100DoubleIcon, Progress25DoubleIcon, Progress50DoubleIcon, Progress75DoubleIcon, ProtectIcon, QuickAddIcon, QuoteIcon, RadarChartIcon, RandomIcon, RatingIcon, RecentIcon, RecordIcon, RedoIcon, ReduceDigitsIcon, ReduceDoubleIcon, ReduceIcon, RelationshipIcon, RenameIcon, ReplyToCommentIcon, ResourcesIcon, RestoreIcon, RhomboidIcon, RialIcon, RightBorderDoubleIcon, RightDoubleDiagonalDoubleIcon, RightInsertColumnDoubleIcon, RightJustifyingIcon, RightRotationFortyFiveDegreesIcon, RightRotationNinetyDegreesIcon, RmbIcon, RoubleIcon, RoundnessIcon, RowHeightExtraTallIcon, RowHeightMediumIcon, RowHeightShortIcon, RowHeightTallIcon, RowIcon, RulerIcon, RupiahIcon, SankeyIcon, ScatterChartIcon, SearchIcon, SectionSettingIcon, SelectRangeIcon, SequenceActivationBarIcon, SequenceActorLifelineIcon, SequenceAlternativeFragmentIcon, SequenceBoundaryLifelineIcon, SequenceCollectionLifelineIcon, SequenceControlLifelineIcon, SequenceDirectAccessStorageLifelineIcon, SequenceEntityLifelineIcon, SequenceFragmentIcon, SequenceMagneticDiskLifelineIcon, SequenceObjectLifelineIcon, ShapeAccentBorderCallout1Icon, ShapeAccentBorderCallout2Icon, ShapeAccentBorderCallout3Icon, ShapeAccentCallout1Icon, ShapeAccentCallout2Icon, ShapeAccentCallout3Icon, ShapeActionButtonBackPreviousIcon, ShapeActionButtonBeginningIcon, ShapeActionButtonBlankIcon, ShapeActionButtonDocumentIcon, ShapeActionButtonEndIcon, ShapeActionButtonForwardNextIcon, ShapeActionButtonHelpIcon, ShapeActionButtonHomeIcon, ShapeActionButtonInformationIcon, ShapeActionButtonMovieIcon, ShapeActionButtonReturnIcon, ShapeActionButtonSoundIcon, ShapeArcIcon, ShapeBackgroundColorDoubleIcon, ShapeBentArrowIcon, ShapeBentConnector3Arrow1Icon, ShapeBentConnector3Arrow2Icon, ShapeBentConnector3Icon, ShapeBentUpArrowIcon, ShapeBevelIcon, ShapeBlockArcIcon, ShapeBorderCallout1Icon, ShapeBorderCallout2Icon, ShapeBorderCallout3Icon, ShapeBracePairIcon, ShapeBracketPairIcon, ShapeCallout1Icon, ShapeCallout2Icon, ShapeCallout3Icon, ShapeCanIcon, ShapeChartPlusIcon, ShapeChartStarIcon, ShapeChartXIcon, ShapeChevronIcon, ShapeChordIcon, ShapeCircularArrowIcon, ShapeCloudCalloutIcon, ShapeCloudIcon, ShapeCornerIcon, ShapeCornerTabsIcon, ShapeCubeIcon, ShapeCurvedConnector3Arrow1Icon, ShapeCurvedConnector3Arrow2Icon, ShapeCurvedConnector3Icon, ShapeCurvedDownArrowIcon, ShapeCurvedLeftArrowIcon, ShapeCurvedRightArrowIcon, ShapeCurvedUpArrowIcon, ShapeDecagonIcon, ShapeDiagStripeIcon, ShapeDiamondIcon, ShapeDodecagonIcon, ShapeDonutIcon, ShapeDoubleWaveIcon, ShapeDownArrowCalloutIcon, ShapeDownArrowIcon, ShapeEllipseIcon, ShapeEllipseRibbon2Icon, ShapeEllipseRibbonIcon, ShapeFlowChartAlternateProcessIcon, ShapeFlowChartCollateIcon, ShapeFlowChartConnectorIcon, ShapeFlowChartDecisionIcon, ShapeFlowChartDelayIcon, ShapeFlowChartDisplayIcon, ShapeFlowChartDocumentIcon, ShapeFlowChartExtractIcon, ShapeFlowChartInputOutputIcon, ShapeFlowChartInternalStorageIcon, ShapeFlowChartMagneticDiskIcon, ShapeFlowChartMagneticDrumIcon, ShapeFlowChartMagneticTapeIcon, ShapeFlowChartManualInputIcon, ShapeFlowChartManualOperationIcon, ShapeFlowChartMergeIcon, ShapeFlowChartMultidocumentIcon, ShapeFlowChartOfflineStorageIcon, ShapeFlowChartOffpageConnectorIcon, ShapeFlowChartOnlineStorageIcon, ShapeFlowChartOrIcon, ShapeFlowChartPredefinedProcessIcon, ShapeFlowChartPreparationIcon, ShapeFlowChartProcessIcon, ShapeFlowChartPunchedCardIcon, ShapeFlowChartPunchedTapeIcon, ShapeFlowChartSortIcon, ShapeFlowChartSummingJunctionIcon, ShapeFlowChartTerminatorIcon, ShapeFolderCornerIcon, ShapeFormatSettingIcon, ShapeFrameIcon, ShapeFunnelIcon, ShapeGear6Icon, ShapeGear9Icon, ShapeHalfFrameIcon, ShapeHeartIcon, ShapeHeptagonIcon, ShapeHexagonIcon, ShapeHomePlateIcon, ShapeHorizontalScrollIcon, ShapeIcon, ShapeIrregularSeal1Icon, ShapeIrregularSeal2Icon, ShapeLeftArrowCalloutIcon, ShapeLeftArrowIcon, ShapeLeftBraceIcon, ShapeLeftBracketIcon, ShapeLeftCircularArrowIcon, ShapeLeftRightArrowCalloutIcon, ShapeLeftRightArrowIcon, ShapeLeftRightCircularArrowIcon, ShapeLeftRightRibbonIcon, ShapeLeftRightUpArrowIcon, ShapeLeftUpArrowIcon, ShapeLightningBoltIcon, ShapeLineIcon, ShapeLineInvIcon, ShapeMathDivideIcon, ShapeMathEqualIcon, ShapeMathMinusIcon, ShapeMathMultiplyIcon, ShapeMathNotEqualIcon, ShapeMathPlusIcon, ShapeMoonIcon, ShapeNoSmokingIcon, ShapeNonIsoscelesTrapezoidIcon, ShapeNotchedRightArrowIcon, ShapeOctagonIcon, ShapeParallelogramIcon, ShapePentagonIcon, ShapePieIcon, ShapePieWedgeIcon, ShapePlaqueIcon, ShapePlaqueTabsIcon, ShapePlusIcon, ShapeQuadArrowCalloutIcon, ShapeQuadArrowIcon, ShapeRectIcon, ShapeRectTextboxHorizontalIcon, ShapeRectTextboxVerticalIcon, ShapeRibbon2Icon, ShapeRibbonIcon, ShapeRightArrowCalloutIcon, ShapeRightArrowIcon, ShapeRightBraceIcon, ShapeRightBracketIcon, ShapeRound1RectIcon, ShapeRound2DiagRectIcon, ShapeRound2SameRectIcon, ShapeRoundRectIcon, ShapeRtTriangleIcon, ShapeSmileyFaceIcon, ShapeSnip1RectIcon, ShapeSnip2DiagRectIcon, ShapeSnip2SameRectIcon, ShapeSnipRoundRectIcon, ShapeSquareTabsIcon, ShapeStar10Icon, ShapeStar12Icon, ShapeStar16Icon, ShapeStar24Icon, ShapeStar32Icon, ShapeStar4Icon, ShapeStar5Icon, ShapeStar6Icon, ShapeStar7Icon, ShapeStar8Icon, ShapeStraightConnector1Icon, ShapeStraightConnector2Icon, ShapeStripedRightArrowIcon, ShapeStrokeColorDoubleIcon, ShapeSunIcon, ShapeSwooshArrowIcon, ShapeTeardropIcon, ShapeTrapezoidIcon, ShapeTriangleIcon, ShapeUpArrowCalloutIcon, ShapeUpArrowIcon, ShapeUpDownArrowCalloutIcon, ShapeUpDownArrowIcon, ShapeUturnArrowIcon, ShapeVerticalScrollIcon, ShapeWaveIcon, ShapeWedgeEllipseCalloutIcon, ShapeWedgeRectCalloutIcon, ShapeWedgeRoundRectCalloutIcon, ShareIcon, ShareRangeIcon, SheetIcon, SheetsAppIcon, SheetsMultiIcon, ShortcutIcon, ShowDimensionsIcon, ShowToolbarIcon, ShrinkIcon, ShrinkToFitIcon, Signal0DoubleIcon, Signal100DoubleIcon, Signal25DoubleIcon, Signal50DoubleIcon, Signal75DoubleIcon, SlashDoubleIcon, SlidesAppIcon, SlidesMultiIcon, SlideshowPlayIcon, SlideshowThemeIcon, SmartArtIcon, SmileDoubleIcon, SmileIcon, StarEmptyDoubleIcon, StarFullDoubleIcon, StarIncompleteDoubleIcon, StatisticalFunctionIcon, StatusDiagramFinalStateIcon, StatusDiagramInitialStateIcon, StatusDiagramStateBarIcon, StickyNoteIcon, StrikethroughIcon, StrokeSize1Icon, StrokeSize2Icon, StrokeSize3Icon, StrokeSize4Icon, StrokeSize5Icon, SubscriptIcon, SubtitleTypeIcon, SuccessIcon, SuccessOutlineIcon, SunburstChartIcon, SuperscriptIcon, SymbolsIcon, TableBorderStyleDashedIcon, TableBorderStyleDottedIcon, TableBorderStyleIcon, TableBorderStyleSolidIcon, TableBorderWidthIcon, TableIcon, TextColorSwatchDoubleIcon, TextFunctionIcon, TextIcon, TextTypeIcon, TextWrapShapeIcon, TitleTypeIcon, TodoListDoubleIcon, TopmostIcon, TransitionsIcon, TreemapChartIcon, TriangleIcon, TruncationIcon, TypographyIcon, UnderlineIcon, UndoIcon, UngroupIcon, UngroupSparklineIcon, UniverCliIcon, UniverSdkMultiIcon, UnlinkIcon, UnlockIcon, UnorderIcon, UpBorderDoubleIcon, UpIcon, VerticalBorderDoubleIcon, VerticalCenterIcon, VerticalIntegrationIcon, VerticalTextIcon, WarnDoubleIcon, WarningIcon, WaterfallChartIcon, WinlossSparklineIcon, WonIcon, WriteIcon, ZlotyIcon, ZoomInIcon, ZoomOutIcon };
@@ -0,0 +1,2 @@
1
+ export declare const PivotChartCollapseIcon: import("react").ForwardRefExoticComponent<import("./base.js").IIconProps & import("react").RefAttributes<SVGElement>>;
2
+ export default PivotChartCollapseIcon;
@@ -0,0 +1,40 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/pivot-chart-collapse-icon.tsx
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "stroke": "currentColor",
10
+ "viewBox": "0 0 16 16",
11
+ "strokeLinecap": "round",
12
+ "strokeLinejoin": "round",
13
+ "strokeWidth": 1.2,
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [{
18
+ "tag": "rect",
19
+ "attrs": {
20
+ "width": 6,
21
+ "height": 6,
22
+ "x": 1,
23
+ "y": 1,
24
+ "rx": 1
25
+ }
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": { "d": "M2.75 4H5.25M9.5 4H14.5M4 7V13H6.5M4 9H6.5M9 9H14.5M9 13H14.5" }
29
+ }]
30
+ };
31
+ const PivotChartCollapseIcon = forwardRef(function PivotChartCollapseIcon(props, ref) {
32
+ return createElement(IconBase, Object.assign({}, props, {
33
+ id: "pivot-chart-collapse-icon",
34
+ ref,
35
+ icon: element
36
+ }));
37
+ });
38
+ PivotChartCollapseIcon.displayName = "PivotChartCollapseIcon";
39
+ //#endregion
40
+ export { PivotChartCollapseIcon, PivotChartCollapseIcon as default };
@@ -0,0 +1,2 @@
1
+ export declare const PivotChartExpandIcon: import("react").ForwardRefExoticComponent<import("./base.js").IIconProps & import("react").RefAttributes<SVGElement>>;
2
+ export default PivotChartExpandIcon;
@@ -0,0 +1,40 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/pivot-chart-expand-icon.tsx
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "stroke": "currentColor",
10
+ "viewBox": "0 0 16 16",
11
+ "strokeLinecap": "round",
12
+ "strokeLinejoin": "round",
13
+ "strokeWidth": 1.2,
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [{
18
+ "tag": "rect",
19
+ "attrs": {
20
+ "width": 6,
21
+ "height": 6,
22
+ "x": 1,
23
+ "y": 1,
24
+ "rx": 1
25
+ }
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": { "d": "M2.75 4H5.25M4 2.75V5.25M9.5 4H14.5M4 7V13H6.5M4 9H6.5M9 9H14.5M9 13H14.5" }
29
+ }]
30
+ };
31
+ const PivotChartExpandIcon = forwardRef(function PivotChartExpandIcon(props, ref) {
32
+ return createElement(IconBase, Object.assign({}, props, {
33
+ id: "pivot-chart-expand-icon",
34
+ ref,
35
+ icon: element
36
+ }));
37
+ });
38
+ PivotChartExpandIcon.displayName = "PivotChartExpandIcon";
39
+ //#endregion
40
+ export { PivotChartExpandIcon, PivotChartExpandIcon as default };
@@ -0,0 +1,2 @@
1
+ export declare const PivotChartIcon: import("react").ForwardRefExoticComponent<import("./base.js").IIconProps & import("react").RefAttributes<SVGElement>>;
2
+ export default PivotChartIcon;
@@ -0,0 +1,47 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/pivot-chart-icon.tsx
4
+ const element = {
5
+ "tag": "svg",
6
+ "attrs": {
7
+ "xmlns": "http://www.w3.org/2000/svg",
8
+ "fill": "none",
9
+ "stroke": "currentColor",
10
+ "viewBox": "0 0 16 16",
11
+ "strokeLinecap": "round",
12
+ "strokeLinejoin": "round",
13
+ "strokeWidth": 1.2,
14
+ "width": "1em",
15
+ "height": "1em"
16
+ },
17
+ "children": [
18
+ {
19
+ "tag": "rect",
20
+ "attrs": {
21
+ "width": 13.5,
22
+ "height": 13.5,
23
+ "x": 1.25,
24
+ "y": 1.25,
25
+ "rx": 1.5
26
+ }
27
+ },
28
+ {
29
+ "tag": "path",
30
+ "attrs": { "d": "M1.25 4.75H14.75M4.75 1.25V14.75" }
31
+ },
32
+ {
33
+ "tag": "path",
34
+ "attrs": { "d": "M7.25 12V9.5M9.75 12V7M12.25 12V8.5" }
35
+ }
36
+ ]
37
+ };
38
+ const PivotChartIcon = forwardRef(function PivotChartIcon(props, ref) {
39
+ return createElement(IconBase, Object.assign({}, props, {
40
+ id: "pivot-chart-icon",
41
+ ref,
42
+ icon: element
43
+ }));
44
+ });
45
+ PivotChartIcon.displayName = "PivotChartIcon";
46
+ //#endregion
47
+ export { PivotChartIcon, PivotChartIcon as default };
@@ -0,0 +1,2 @@
1
+ export declare const SubtitleTypeIcon: import("react").ForwardRefExoticComponent<import("./base.js").IIconProps & import("react").RefAttributes<SVGElement>>;
2
+ export default SubtitleTypeIcon;
@@ -0,0 +1,33 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/subtitle-type-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": "M11.5 4.5C10.75 3.5 9.5 3 8 3C6 3 4.5 4 4.5 5.5C4.5 9 11.5 7 11.5 10.5C11.5 12 10 13 8 13C6.5 13 5.25 12.5 4.5 11.5",
18
+ "strokeLinecap": "round",
19
+ "strokeLinejoin": "round",
20
+ "strokeWidth": 1.33
21
+ }
22
+ }]
23
+ };
24
+ const SubtitleTypeIcon = forwardRef(function SubtitleTypeIcon(props, ref) {
25
+ return createElement(IconBase, Object.assign({}, props, {
26
+ id: "subtitle-type-icon",
27
+ ref,
28
+ icon: element
29
+ }));
30
+ });
31
+ SubtitleTypeIcon.displayName = "SubtitleTypeIcon";
32
+ //#endregion
33
+ export { SubtitleTypeIcon, SubtitleTypeIcon as default };
@@ -0,0 +1,2 @@
1
+ export declare const TextColorSwatchDoubleIcon: import("react").ForwardRefExoticComponent<import("./base.js").IIconProps & import("react").RefAttributes<SVGElement>>;
2
+ export default TextColorSwatchDoubleIcon;
@@ -0,0 +1,44 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/text-color-swatch-double-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": "rect",
15
+ "attrs": {
16
+ "width": 14,
17
+ "height": 14,
18
+ "x": 1,
19
+ "y": 1,
20
+ "stroke": "currentColor",
21
+ "rx": 1.75,
22
+ "strokeOpacity": .12
23
+ }
24
+ }, {
25
+ "tag": "path",
26
+ "attrs": {
27
+ "stroke": "colorChannel1",
28
+ "d": "M4.75 11.5L8 4.5L11.25 11.5M6 9H10",
29
+ "strokeLinecap": "round",
30
+ "strokeLinejoin": "round",
31
+ "strokeWidth": 1.33
32
+ }
33
+ }]
34
+ };
35
+ const TextColorSwatchDoubleIcon = forwardRef(function TextColorSwatchDoubleIcon(props, ref) {
36
+ return createElement(IconBase, Object.assign({}, props, {
37
+ id: "text-color-swatch-double-icon",
38
+ ref,
39
+ icon: element
40
+ }));
41
+ });
42
+ TextColorSwatchDoubleIcon.displayName = "TextColorSwatchDoubleIcon";
43
+ //#endregion
44
+ export { TextColorSwatchDoubleIcon, TextColorSwatchDoubleIcon as default };
@@ -0,0 +1,2 @@
1
+ export declare const TitleTypeIcon: import("react").ForwardRefExoticComponent<import("./base.js").IIconProps & import("react").RefAttributes<SVGElement>>;
2
+ export default TitleTypeIcon;
@@ -0,0 +1,33 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/title-type-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": "M1.75 4H9.25M5.5 4V12.5M10.25 7.5H14.25M11.75 5.5V11C11.75 12 12.25 12.5 13.25 12.5H14.25",
18
+ "strokeLinecap": "round",
19
+ "strokeLinejoin": "round",
20
+ "strokeWidth": 1.33
21
+ }
22
+ }]
23
+ };
24
+ const TitleTypeIcon = forwardRef(function TitleTypeIcon(props, ref) {
25
+ return createElement(IconBase, Object.assign({}, props, {
26
+ id: "title-type-icon",
27
+ ref,
28
+ icon: element
29
+ }));
30
+ });
31
+ TitleTypeIcon.displayName = "TitleTypeIcon";
32
+ //#endregion
33
+ export { TitleTypeIcon, TitleTypeIcon as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/icons",
3
- "version": "1.40.0",
3
+ "version": "1.42.0",
4
4
  "description": "React icons for Univer.",
5
5
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
6
6
  "license": "MIT",
@@ -42,7 +42,7 @@
42
42
  "devDependencies": {
43
43
  "@types/node": "^26.6.2",
44
44
  "@types/svg-parser": "^2.0.6",
45
- "@univerjs/icons-svg": "1.40.0",
45
+ "@univerjs/icons-svg": "1.42.0",
46
46
  "rolldown": "1.2.9",
47
47
  "svg-parser": "^2.1.0",
48
48
  "svgo": "^4.1.0",