@univerjs/icons 1.2.0 → 1.3.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,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/grouping-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
+ {
19
+ "tag": "path",
20
+ "attrs": {
21
+ "fill": "currentColor",
22
+ "d": "M7.05 1C6.38726 1 5.85 1.53726 5.85 2.2V13.8C5.85 14.4627 6.38726 15 7.05 15H13.4C14.0627 15 14.6 14.4627 14.6 13.8V2.2C14.6 1.53726 14.0627 1 13.4 1H7.05ZM7.05 2.2H13.4V4.05H7.05V2.2ZM7.05 5.25H13.4V7.4H7.05V5.25ZM13.4 8.6H7.05V10.75H13.4V8.6ZM7.05 11.95H13.4V13.8H7.05V11.95Z",
23
+ "fillRule": "evenodd",
24
+ "clipRule": "evenodd"
25
+ }
26
+ },
27
+ {
28
+ "tag": "path",
29
+ "attrs": {
30
+ "stroke": "currentColor",
31
+ "d": "M2.9 4.8V3.65H5.95M2.9 11.2V12.35H5.95",
32
+ "strokeLinecap": "round",
33
+ "strokeLinejoin": "round",
34
+ "strokeWidth": 1.2
35
+ }
36
+ },
37
+ {
38
+ "tag": "path",
39
+ "attrs": {
40
+ "fill": "colorChannel1",
41
+ "d": "M2.9 6C3.25899 6 3.55 6.29101 3.55 6.65V7.35H4.25C4.60899 7.35 4.9 7.64101 4.9 8C4.9 8.35899 4.60899 8.65 4.25 8.65H3.55V9.35C3.55 9.70899 3.25899 10 2.9 10C2.54101 10 2.25 9.70899 2.25 9.35V8.65H1.55C1.19101 8.65 0.9 8.35899 0.9 8C0.9 7.64101 1.19101 7.35 1.55 7.35H2.25V6.65C2.25 6.29101 2.54101 6 2.9 6Z"
42
+ }
43
+ }
44
+ ]
45
+ };
46
+ const GroupingDoubleIcon = (0, react.forwardRef)(function GroupingDoubleIcon(props, ref) {
47
+ return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
48
+ id: "grouping-double-icon",
49
+ ref,
50
+ icon: element
51
+ }));
52
+ });
53
+ GroupingDoubleIcon.displayName = "GroupingDoubleIcon";
54
+ //#endregion
55
+ exports.GroupingDoubleIcon = GroupingDoubleIcon;
56
+ exports.default = GroupingDoubleIcon;
@@ -101,7 +101,6 @@ let ts_header_footer_icon_js = require("./header-footer-icon.js");
101
101
  let ts_heatmap_icon_js = require("./heatmap-icon.js");
102
102
  let ts_help_icon_js = require("./help-icon.js");
103
103
  let ts_hide_note_icon_js = require("./hide-note-icon.js");
104
- let ts_hide_slide_icon_js = require("./hide-slide-icon.js");
105
104
  let ts_history_icon_js = require("./history-icon.js");
106
105
  let ts_home_icon_js = require("./home-icon.js");
107
106
  let ts_horizontal_merge_icon_js = require("./horizontal-merge-icon.js");
@@ -435,6 +434,7 @@ let ts_delete_row_double_icon_js = require("./delete-row-double-icon.js");
435
434
  let ts_dissatisfied_double_icon_js = require("./dissatisfied-double-icon.js");
436
435
  let ts_down_border_double_icon_js = require("./down-border-double-icon.js");
437
436
  let ts_font_color_double_icon_js = require("./font-color-double-icon.js");
437
+ let ts_grouping_double_icon_js = require("./grouping-double-icon.js");
438
438
  let ts_guffaw_double_icon_js = require("./guffaw-double-icon.js");
439
439
  let ts_hide_double_icon_js = require("./hide-double-icon.js");
440
440
  let ts_hide_gridlines_double_icon_js = require("./hide-gridlines-double-icon.js");
@@ -1174,6 +1174,12 @@ Object.defineProperty(exports, "GroupSparklineIcon", {
1174
1174
  return ts_group_sparkline_icon_js.GroupSparklineIcon;
1175
1175
  }
1176
1176
  });
1177
+ Object.defineProperty(exports, "GroupingDoubleIcon", {
1178
+ enumerable: true,
1179
+ get: function() {
1180
+ return ts_grouping_double_icon_js.GroupingDoubleIcon;
1181
+ }
1182
+ });
1177
1183
  Object.defineProperty(exports, "GuffawDoubleIcon", {
1178
1184
  enumerable: true,
1179
1185
  get: function() {
@@ -1258,12 +1264,6 @@ Object.defineProperty(exports, "HideNoteIcon", {
1258
1264
  return ts_hide_note_icon_js.HideNoteIcon;
1259
1265
  }
1260
1266
  });
1261
- Object.defineProperty(exports, "HideSlideIcon", {
1262
- enumerable: true,
1263
- get: function() {
1264
- return ts_hide_slide_icon_js.HideSlideIcon;
1265
- }
1266
- });
1267
1267
  Object.defineProperty(exports, "HistoryIcon", {
1268
1268
  enumerable: true,
1269
1269
  get: function() {
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from './base.js';
2
+ export declare const GroupingDoubleIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
+ export default GroupingDoubleIcon;
@@ -0,0 +1,51 @@
1
+ import { createElement, forwardRef } from "react";
2
+ import { IconBase } from "./base.js";
3
+ //#region ts/grouping-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
+ {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "fill": "currentColor",
18
+ "d": "M7.05 1C6.38726 1 5.85 1.53726 5.85 2.2V13.8C5.85 14.4627 6.38726 15 7.05 15H13.4C14.0627 15 14.6 14.4627 14.6 13.8V2.2C14.6 1.53726 14.0627 1 13.4 1H7.05ZM7.05 2.2H13.4V4.05H7.05V2.2ZM7.05 5.25H13.4V7.4H7.05V5.25ZM13.4 8.6H7.05V10.75H13.4V8.6ZM7.05 11.95H13.4V13.8H7.05V11.95Z",
19
+ "fillRule": "evenodd",
20
+ "clipRule": "evenodd"
21
+ }
22
+ },
23
+ {
24
+ "tag": "path",
25
+ "attrs": {
26
+ "stroke": "currentColor",
27
+ "d": "M2.9 4.8V3.65H5.95M2.9 11.2V12.35H5.95",
28
+ "strokeLinecap": "round",
29
+ "strokeLinejoin": "round",
30
+ "strokeWidth": 1.2
31
+ }
32
+ },
33
+ {
34
+ "tag": "path",
35
+ "attrs": {
36
+ "fill": "colorChannel1",
37
+ "d": "M2.9 6C3.25899 6 3.55 6.29101 3.55 6.65V7.35H4.25C4.60899 7.35 4.9 7.64101 4.9 8C4.9 8.35899 4.60899 8.65 4.25 8.65H3.55V9.35C3.55 9.70899 3.25899 10 2.9 10C2.54101 10 2.25 9.70899 2.25 9.35V8.65H1.55C1.19101 8.65 0.9 8.35899 0.9 8C0.9 7.64101 1.19101 7.35 1.55 7.35H2.25V6.65C2.25 6.29101 2.54101 6 2.9 6Z"
38
+ }
39
+ }
40
+ ]
41
+ };
42
+ const GroupingDoubleIcon = forwardRef(function GroupingDoubleIcon(props, ref) {
43
+ return createElement(IconBase, Object.assign({}, props, {
44
+ id: "grouping-double-icon",
45
+ ref,
46
+ icon: element
47
+ }));
48
+ });
49
+ GroupingDoubleIcon.displayName = "GroupingDoubleIcon";
50
+ //#endregion
51
+ export { GroupingDoubleIcon, GroupingDoubleIcon as default };
@@ -100,7 +100,6 @@ export { HeaderFooterIcon } from './header-footer-icon.js';
100
100
  export { HeatmapIcon } from './heatmap-icon.js';
101
101
  export { HelpIcon } from './help-icon.js';
102
102
  export { HideNoteIcon } from './hide-note-icon.js';
103
- export { HideSlideIcon } from './hide-slide-icon.js';
104
103
  export { HistoryIcon } from './history-icon.js';
105
104
  export { HomeIcon } from './home-icon.js';
106
105
  export { HorizontalMergeIcon } from './horizontal-merge-icon.js';
@@ -434,6 +433,7 @@ export { DeleteRowDoubleIcon } from './delete-row-double-icon.js';
434
433
  export { DissatisfiedDoubleIcon } from './dissatisfied-double-icon.js';
435
434
  export { DownBorderDoubleIcon } from './down-border-double-icon.js';
436
435
  export { FontColorDoubleIcon } from './font-color-double-icon.js';
436
+ export { GroupingDoubleIcon } from './grouping-double-icon.js';
437
437
  export { GuffawDoubleIcon } from './guffaw-double-icon.js';
438
438
  export { HideDoubleIcon } from './hide-double-icon.js';
439
439
  export { HideGridlinesDoubleIcon } from './hide-gridlines-double-icon.js';
package/dist/esm/index.js CHANGED
@@ -100,7 +100,6 @@ import { HeaderFooterIcon } from "./header-footer-icon.js";
100
100
  import { HeatmapIcon } from "./heatmap-icon.js";
101
101
  import { HelpIcon } from "./help-icon.js";
102
102
  import { HideNoteIcon } from "./hide-note-icon.js";
103
- import { HideSlideIcon } from "./hide-slide-icon.js";
104
103
  import { HistoryIcon } from "./history-icon.js";
105
104
  import { HomeIcon } from "./home-icon.js";
106
105
  import { HorizontalMergeIcon } from "./horizontal-merge-icon.js";
@@ -434,6 +433,7 @@ import { DeleteRowDoubleIcon } from "./delete-row-double-icon.js";
434
433
  import { DissatisfiedDoubleIcon } from "./dissatisfied-double-icon.js";
435
434
  import { DownBorderDoubleIcon } from "./down-border-double-icon.js";
436
435
  import { FontColorDoubleIcon } from "./font-color-double-icon.js";
436
+ import { GroupingDoubleIcon } from "./grouping-double-icon.js";
437
437
  import { GuffawDoubleIcon } from "./guffaw-double-icon.js";
438
438
  import { HideDoubleIcon } from "./hide-double-icon.js";
439
439
  import { HideGridlinesDoubleIcon } from "./hide-gridlines-double-icon.js";
@@ -477,4 +477,4 @@ import { TodoListDoubleIcon } from "./todo-list-double-icon.js";
477
477
  import { UpBorderDoubleIcon } from "./up-border-double-icon.js";
478
478
  import { VerticalBorderDoubleIcon } from "./vertical-border-double-icon.js";
479
479
  import { WarnDoubleIcon } from "./warn-double-icon.js";
480
- export { AIcon, AddDigitsIcon, AddImageIcon, AddNoteIcon, AdditionAndSubtractionIcon, AdjustHeightDoubleIcon, AdjustWidthDoubleIcon, AlignBottomIcon, AlignTextBothIcon, AlignTopIcon, AllBorderIcon, AmplifyIcon, AreaChartIcon, ArrowDownIcon, ArrowRightIcon, ArrowTiltDownIcon, ArrowTiltUpIcon, ArrowUpIcon, AscendingIcon, AutoHeightDoubleIcon, AutoWidthDoubleIcon, AutofillDoubleIcon, AutowrapIcon, AvgIcon, BackIcon, BackSlashDoubleIcon, BanIcon, BarChartIcon, BoldIcon, BottomIcon, BoxplotIcon, BrushIcon, BubbleIcon, CalendarIcon, CancelFreezeIcon, CancelMergeIcon, CatalogueIcon, Cell0DoubleIcon, Cell100DoubleIcon, Cell25DoubleIcon, Cell50DoubleIcon, Cell75DoubleIcon, ChartIcon, CheckMarkIcon, ClearFormatDoubleIcon, ClockIcon, CloseIcon, CloudOutlineIcon, CntIcon, CodeIcon, ColumnChartIcon, ColumnIcon, ColumnSparklineIcon, ComboChartIcon, CommentIcon, ConditionsDoubleIcon, ConvertIcon, CopyDoubleIcon, CopyIcon, CorrectDoubleIcon, CorrectIcon, CreateCopyIcon, CrossHighlightingIcon, CrossIcon, CustomSortIcon, CutIcon, DataValidationIcon, DatabaseIcon, DeleteCellMoveDownDoubleIcon, DeleteCellShiftLeftDoubleIcon, DeleteCellShiftRightDoubleIcon, DeleteCellShiftUpDoubleIcon, DeleteColumnDoubleIcon, DeleteEmptyIcon, DeleteIcon, DeleteNoteIcon, DeleteRowDoubleIcon, DescendingIcon, DirectExportIcon, DissatisfiedDoubleIcon, DividerIcon, DocMultiIcon, DocSettingIcon, DollarIcon, DownBorderDoubleIcon, DownIcon, DownloadIcon, DownloadImageIcon, DropdownIcon, ErrorIcon, EuroIcon, ExpandAscendingIcon, ExpandDescendingIcon, ExponentialIcon, ExportIcon, EyeIcon, EyeOutlineIcon, EyelashIcon, FilterIcon, FlagIcon, FolderIcon, FontColorDoubleIcon, FontSizeIncreaseIcon, FontSizeReduceIcon, FreezeColumnIcon, FreezeRowIcon, FreezeToSelectedIcon, FullscreenIcon, FunctionIcon, FunnelIcon, FxIcon, GraphIcon, GridIcon, GridOutlineIcon, GroupIcon, GroupSparklineIcon, GuffawDoubleIcon, GuideIcon, H1Icon, H2Icon, H3Icon, H4Icon, H5Icon, H6Icon, HeaderFooterIcon, HeatmapIcon, HelpIcon, HideDoubleIcon, HideGridlinesDoubleIcon, HideNoteIcon, HideSlideIcon, HistoryIcon, HomeIcon, HorizontalBorderDoubleIcon, HorizontalMergeIcon, HorizontallyIcon, ImpatientDoubleIcon, IncreaseIcon, IndicateDoubleIcon, InfoIcon, InnerBorderDoubleIcon, InsertCellDownDoubleIcon, InsertCellShiftRightDoubleIcon, InsertCommentDoubleIcon, InsertDoubleIcon, InsertIcon, InsertLinkDoubleIcon, InsertRowAboveDoubleIcon, InsertRowBelowDoubleIcon, ItalicIcon, KeyboardIcon, LeftBorderDoubleIcon, LeftDoubleDiagonalDoubleIcon, LeftIcon, LeftInsertColumnDoubleIcon, LeftJustifyingIcon, LeftRotationFortyFiveDegreesIcon, LeftRotationNinetyDegreesIcon, LeftTridiagonalDoubleIcon, LineChartIcon, LineSparklineIcon, LinearIcon, LinkIcon, LiveShareIcon, LoadingMultiIcon, LockIcon, LogarithmicIcon, MaxIcon, MenuIcon, MergeAllIcon, MinIcon, MistakeDoubleIcon, MistakeIcon, MoreDownIcon, MoreFunctionIcon, MoreHorizontalIcon, MoreIcon, MoreLeftIcon, MoreRightIcon, MoreUpIcon, MoveDownIcon, MoveUpIcon, MovingAverageIcon, NoBorderIcon, NoColorDoubleIcon, NoRotationIcon, NoninductiveDoubleIcon, NumberIcon, OffLineIcon, OnLineIcon, OneToOneIcon, OrderIcon, OuterBorderDoubleIcon, OverflowIcon, PaintBucketDoubleIcon, PasteSpecialDoubleIcon, PenIcon, PercentIcon, PieChartIcon, PipingIcon, PivotTableIcon, PointColorDoubleIcon, PolynomialIcon, PowerLineIcon, PrintIcon, Progress0Icon, Progress100Icon, Progress25Icon, Progress50Icon, Progress75Icon, ProtectIcon, RadarChartIcon, RecordIcon, RedoIcon, ReduceDigitsIcon, ReduceDoubleIcon, ReduceIcon, RelationshipIcon, RenameIcon, ReplyToCommentIcon, ResolvedIcon, RestoreIcon, RhomboidIcon, RightBorderDoubleIcon, RightDoubleDiagonalDoubleIcon, RightInsertColumnDoubleIcon, RightJustifyingIcon, RightRotationFortyFiveDegreesIcon, RightRotationNinetyDegreesIcon, RmbIcon, RoubleIcon, RoundnessIcon, RowIcon, SankeyIcon, ScatterChartIcon, SearchIcon, SelectRangeIcon, SequenceIcon, ShapeAccentBorderCallout1Icon, ShapeAccentBorderCallout2Icon, ShapeAccentBorderCallout3Icon, ShapeAccentCallout1Icon, ShapeAccentCallout2Icon, ShapeAccentCallout3Icon, ShapeActionButtonBackPreviousIcon, ShapeActionButtonBeginningIcon, ShapeActionButtonBlankIcon, ShapeActionButtonDocumentIcon, ShapeActionButtonEndIcon, ShapeActionButtonForwardNextIcon, ShapeActionButtonHelpIcon, ShapeActionButtonHomeIcon, ShapeActionButtonInformationIcon, ShapeActionButtonMovieIcon, ShapeActionButtonReturnIcon, ShapeActionButtonSoundIcon, ShapeArcIcon, 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, 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, ShapeSunIcon, ShapeSwooshArrowIcon, ShapeTeardropIcon, ShapeTrapezoidIcon, ShapeTriangleIcon, ShapeUpArrowCalloutIcon, ShapeUpArrowIcon, ShapeUpDownArrowCalloutIcon, ShapeUpDownArrowIcon, ShapeUturnArrowIcon, ShapeVerticalScrollIcon, ShapeWaveIcon, ShapeWedgeEllipseCalloutIcon, ShapeWedgeRectCalloutIcon, ShapeWedgeRoundRectCalloutIcon, ShareIcon, ShareRangeIcon, SheetIcon, ShortcutIcon, Signal0DoubleIcon, Signal100DoubleIcon, Signal25DoubleIcon, Signal50DoubleIcon, Signal75DoubleIcon, SlashDoubleIcon, SlideMultiIcon, SmileDoubleIcon, SolveIcon, StarEmptyDoubleIcon, StarFullDoubleIcon, StarIncompleteDoubleIcon, StrikethroughIcon, SubscriptIcon, SuccessIcon, SumIcon, SuperscriptIcon, TableIcon, TextIcon, TextTypeIcon, TodoListDoubleIcon, TopmostIcon, TriangleIcon, TruncationIcon, UnderlineIcon, UndoIcon, UngroupIcon, UngroupSparklineIcon, UnlinkIcon, UnorderIcon, UpBorderDoubleIcon, UpIcon, VerticalBorderDoubleIcon, VerticalCenterIcon, VerticalIntegrationIcon, VerticalTextIcon, WarnDoubleIcon, WarnIcon, WarningIcon, WaterfallChartIcon, WinlossSparklineIcon, WriteIcon, XlsxMultiIcon, ZenIcon, ZoomInIcon, ZoomIncreaseIcon, ZoomOutIcon, ZoomReduceIcon };
480
+ export { AIcon, AddDigitsIcon, AddImageIcon, AddNoteIcon, AdditionAndSubtractionIcon, AdjustHeightDoubleIcon, AdjustWidthDoubleIcon, AlignBottomIcon, AlignTextBothIcon, AlignTopIcon, AllBorderIcon, AmplifyIcon, AreaChartIcon, ArrowDownIcon, ArrowRightIcon, ArrowTiltDownIcon, ArrowTiltUpIcon, ArrowUpIcon, AscendingIcon, AutoHeightDoubleIcon, AutoWidthDoubleIcon, AutofillDoubleIcon, AutowrapIcon, AvgIcon, BackIcon, BackSlashDoubleIcon, BanIcon, BarChartIcon, BoldIcon, BottomIcon, BoxplotIcon, BrushIcon, BubbleIcon, CalendarIcon, CancelFreezeIcon, CancelMergeIcon, CatalogueIcon, Cell0DoubleIcon, Cell100DoubleIcon, Cell25DoubleIcon, Cell50DoubleIcon, Cell75DoubleIcon, ChartIcon, CheckMarkIcon, ClearFormatDoubleIcon, ClockIcon, CloseIcon, CloudOutlineIcon, CntIcon, CodeIcon, ColumnChartIcon, ColumnIcon, ColumnSparklineIcon, ComboChartIcon, CommentIcon, ConditionsDoubleIcon, ConvertIcon, CopyDoubleIcon, CopyIcon, CorrectDoubleIcon, CorrectIcon, CreateCopyIcon, CrossHighlightingIcon, CrossIcon, CustomSortIcon, CutIcon, DataValidationIcon, DatabaseIcon, DeleteCellMoveDownDoubleIcon, DeleteCellShiftLeftDoubleIcon, DeleteCellShiftRightDoubleIcon, DeleteCellShiftUpDoubleIcon, DeleteColumnDoubleIcon, DeleteEmptyIcon, DeleteIcon, DeleteNoteIcon, DeleteRowDoubleIcon, DescendingIcon, DirectExportIcon, DissatisfiedDoubleIcon, DividerIcon, DocMultiIcon, DocSettingIcon, DollarIcon, DownBorderDoubleIcon, DownIcon, DownloadIcon, DownloadImageIcon, DropdownIcon, ErrorIcon, EuroIcon, ExpandAscendingIcon, ExpandDescendingIcon, ExponentialIcon, ExportIcon, EyeIcon, EyeOutlineIcon, EyelashIcon, FilterIcon, FlagIcon, FolderIcon, FontColorDoubleIcon, FontSizeIncreaseIcon, FontSizeReduceIcon, FreezeColumnIcon, FreezeRowIcon, FreezeToSelectedIcon, FullscreenIcon, FunctionIcon, FunnelIcon, FxIcon, GraphIcon, GridIcon, GridOutlineIcon, GroupIcon, GroupSparklineIcon, GroupingDoubleIcon, GuffawDoubleIcon, GuideIcon, H1Icon, H2Icon, H3Icon, H4Icon, H5Icon, H6Icon, HeaderFooterIcon, HeatmapIcon, HelpIcon, HideDoubleIcon, HideGridlinesDoubleIcon, HideNoteIcon, HistoryIcon, HomeIcon, HorizontalBorderDoubleIcon, HorizontalMergeIcon, HorizontallyIcon, ImpatientDoubleIcon, IncreaseIcon, IndicateDoubleIcon, InfoIcon, InnerBorderDoubleIcon, InsertCellDownDoubleIcon, InsertCellShiftRightDoubleIcon, InsertCommentDoubleIcon, InsertDoubleIcon, InsertIcon, InsertLinkDoubleIcon, InsertRowAboveDoubleIcon, InsertRowBelowDoubleIcon, ItalicIcon, KeyboardIcon, LeftBorderDoubleIcon, LeftDoubleDiagonalDoubleIcon, LeftIcon, LeftInsertColumnDoubleIcon, LeftJustifyingIcon, LeftRotationFortyFiveDegreesIcon, LeftRotationNinetyDegreesIcon, LeftTridiagonalDoubleIcon, LineChartIcon, LineSparklineIcon, LinearIcon, LinkIcon, LiveShareIcon, LoadingMultiIcon, LockIcon, LogarithmicIcon, MaxIcon, MenuIcon, MergeAllIcon, MinIcon, MistakeDoubleIcon, MistakeIcon, MoreDownIcon, MoreFunctionIcon, MoreHorizontalIcon, MoreIcon, MoreLeftIcon, MoreRightIcon, MoreUpIcon, MoveDownIcon, MoveUpIcon, MovingAverageIcon, NoBorderIcon, NoColorDoubleIcon, NoRotationIcon, NoninductiveDoubleIcon, NumberIcon, OffLineIcon, OnLineIcon, OneToOneIcon, OrderIcon, OuterBorderDoubleIcon, OverflowIcon, PaintBucketDoubleIcon, PasteSpecialDoubleIcon, PenIcon, PercentIcon, PieChartIcon, PipingIcon, PivotTableIcon, PointColorDoubleIcon, PolynomialIcon, PowerLineIcon, PrintIcon, Progress0Icon, Progress100Icon, Progress25Icon, Progress50Icon, Progress75Icon, ProtectIcon, RadarChartIcon, RecordIcon, RedoIcon, ReduceDigitsIcon, ReduceDoubleIcon, ReduceIcon, RelationshipIcon, RenameIcon, ReplyToCommentIcon, ResolvedIcon, RestoreIcon, RhomboidIcon, RightBorderDoubleIcon, RightDoubleDiagonalDoubleIcon, RightInsertColumnDoubleIcon, RightJustifyingIcon, RightRotationFortyFiveDegreesIcon, RightRotationNinetyDegreesIcon, RmbIcon, RoubleIcon, RoundnessIcon, RowIcon, SankeyIcon, ScatterChartIcon, SearchIcon, SelectRangeIcon, SequenceIcon, ShapeAccentBorderCallout1Icon, ShapeAccentBorderCallout2Icon, ShapeAccentBorderCallout3Icon, ShapeAccentCallout1Icon, ShapeAccentCallout2Icon, ShapeAccentCallout3Icon, ShapeActionButtonBackPreviousIcon, ShapeActionButtonBeginningIcon, ShapeActionButtonBlankIcon, ShapeActionButtonDocumentIcon, ShapeActionButtonEndIcon, ShapeActionButtonForwardNextIcon, ShapeActionButtonHelpIcon, ShapeActionButtonHomeIcon, ShapeActionButtonInformationIcon, ShapeActionButtonMovieIcon, ShapeActionButtonReturnIcon, ShapeActionButtonSoundIcon, ShapeArcIcon, 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, 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, ShapeSunIcon, ShapeSwooshArrowIcon, ShapeTeardropIcon, ShapeTrapezoidIcon, ShapeTriangleIcon, ShapeUpArrowCalloutIcon, ShapeUpArrowIcon, ShapeUpDownArrowCalloutIcon, ShapeUpDownArrowIcon, ShapeUturnArrowIcon, ShapeVerticalScrollIcon, ShapeWaveIcon, ShapeWedgeEllipseCalloutIcon, ShapeWedgeRectCalloutIcon, ShapeWedgeRoundRectCalloutIcon, ShareIcon, ShareRangeIcon, SheetIcon, ShortcutIcon, Signal0DoubleIcon, Signal100DoubleIcon, Signal25DoubleIcon, Signal50DoubleIcon, Signal75DoubleIcon, SlashDoubleIcon, SlideMultiIcon, SmileDoubleIcon, SolveIcon, StarEmptyDoubleIcon, StarFullDoubleIcon, StarIncompleteDoubleIcon, StrikethroughIcon, SubscriptIcon, SuccessIcon, SumIcon, SuperscriptIcon, TableIcon, TextIcon, TextTypeIcon, TodoListDoubleIcon, TopmostIcon, TriangleIcon, TruncationIcon, UnderlineIcon, UndoIcon, UngroupIcon, UngroupSparklineIcon, UnlinkIcon, UnorderIcon, UpBorderDoubleIcon, UpIcon, VerticalBorderDoubleIcon, VerticalCenterIcon, VerticalIntegrationIcon, VerticalTextIcon, WarnDoubleIcon, WarnIcon, WarningIcon, WaterfallChartIcon, WinlossSparklineIcon, WriteIcon, XlsxMultiIcon, ZenIcon, ZoomInIcon, ZoomIncreaseIcon, ZoomOutIcon, ZoomReduceIcon };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/icons",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "React icons for Univer.",
5
5
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
6
6
  "license": "MIT",
@@ -40,12 +40,12 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/svg-parser": "^2.0.6",
43
- "rolldown": "1.0.0",
44
- "@types/node": "^25.7.0",
43
+ "rolldown": "1.0.1",
44
+ "@types/node": "^25.9.1",
45
45
  "svg-parser": "^2.0.4",
46
46
  "svgo": "^4.0.1",
47
47
  "typescript": "^6.0.3",
48
- "@univerjs/icons-svg": "1.2.0"
48
+ "@univerjs/icons-svg": "1.3.0"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "node --experimental-strip-types ./scripts/build/index.ts && tsc"
@@ -1,43 +0,0 @@
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/hide-slide-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
- "fill": "currentColor",
21
- "d": "M1.5 2.5C1.5 2.22386 1.72386 2 2 2H14C14.2761 2 14.5 2.22386 14.5 2.5V11.5C14.5 11.7761 14.2761 12 14 12H2C1.72386 12 1.5 11.7761 1.5 11.5V2.5ZM2.5 3V11H13.5V3H2.5Z",
22
- "fillRule": "evenodd",
23
- "clipRule": "evenodd"
24
- }
25
- }, {
26
- "tag": "path",
27
- "attrs": {
28
- "fill": "currentColor",
29
- "d": "M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L14.7071 13.2929C15.0976 13.6834 15.0976 14.3166 14.7071 14.7071C14.3166 15.0976 13.6834 15.0976 13.2929 14.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z"
30
- }
31
- }]
32
- };
33
- const HideSlideIcon = (0, react.forwardRef)(function HideSlideIcon(props, ref) {
34
- return (0, react.createElement)(ts_base_js.IconBase, Object.assign({}, props, {
35
- id: "hide-slide-icon",
36
- ref,
37
- icon: element
38
- }));
39
- });
40
- HideSlideIcon.displayName = "HideSlideIcon";
41
- //#endregion
42
- exports.HideSlideIcon = HideSlideIcon;
43
- exports.default = HideSlideIcon;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from './base.js';
2
- export declare const HideSlideIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGElement>>;
3
- export default HideSlideIcon;
@@ -1,38 +0,0 @@
1
- import { createElement, forwardRef } from "react";
2
- import { IconBase } from "./base.js";
3
- //#region ts/hide-slide-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
- "fill": "currentColor",
17
- "d": "M1.5 2.5C1.5 2.22386 1.72386 2 2 2H14C14.2761 2 14.5 2.22386 14.5 2.5V11.5C14.5 11.7761 14.2761 12 14 12H2C1.72386 12 1.5 11.7761 1.5 11.5V2.5ZM2.5 3V11H13.5V3H2.5Z",
18
- "fillRule": "evenodd",
19
- "clipRule": "evenodd"
20
- }
21
- }, {
22
- "tag": "path",
23
- "attrs": {
24
- "fill": "currentColor",
25
- "d": "M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L14.7071 13.2929C15.0976 13.6834 15.0976 14.3166 14.7071 14.7071C14.3166 15.0976 13.6834 15.0976 13.2929 14.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z"
26
- }
27
- }]
28
- };
29
- const HideSlideIcon = forwardRef(function HideSlideIcon(props, ref) {
30
- return createElement(IconBase, Object.assign({}, props, {
31
- id: "hide-slide-icon",
32
- ref,
33
- icon: element
34
- }));
35
- });
36
- HideSlideIcon.displayName = "HideSlideIcon";
37
- //#endregion
38
- export { HideSlideIcon, HideSlideIcon as default };