@univerjs/icons-vue 1.11.0 → 1.12.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.
@@ -164,11 +164,6 @@ let ts_places_icon_js = require("./places-icon.cjs");
164
164
  let ts_polynomial_icon_js = require("./polynomial-icon.cjs");
165
165
  let ts_power_line_icon_js = require("./power-line-icon.cjs");
166
166
  let ts_print_icon_js = require("./print-icon.cjs");
167
- let ts_progress_0_icon_js = require("./progress-0-icon.cjs");
168
- let ts_progress_100_icon_js = require("./progress-100-icon.cjs");
169
- let ts_progress_25_icon_js = require("./progress-25-icon.cjs");
170
- let ts_progress_50_icon_js = require("./progress-50-icon.cjs");
171
- let ts_progress_75_icon_js = require("./progress-75-icon.cjs");
172
167
  let ts_protect_icon_js = require("./protect-icon.cjs");
173
168
  let ts_quote_icon_js = require("./quote-icon.cjs");
174
169
  let ts_radar_chart_icon_js = require("./radar-chart-icon.cjs");
@@ -195,7 +190,6 @@ let ts_sankey_icon_js = require("./sankey-icon.cjs");
195
190
  let ts_scatter_chart_icon_js = require("./scatter-chart-icon.cjs");
196
191
  let ts_search_icon_js = require("./search-icon.cjs");
197
192
  let ts_select_range_icon_js = require("./select-range-icon.cjs");
198
- let ts_sequence_icon_js = require("./sequence-icon.cjs");
199
193
  let ts_shape_accent_border_callout1_icon_js = require("./shape-accent-border-callout1-icon.cjs");
200
194
  let ts_shape_accent_border_callout2_icon_js = require("./shape-accent-border-callout2-icon.cjs");
201
195
  let ts_shape_accent_border_callout3_icon_js = require("./shape-accent-border-callout3-icon.cjs");
@@ -483,6 +477,11 @@ let ts_outer_border_double_icon_js = require("./outer-border-double-icon.cjs");
483
477
  let ts_paint_bucket_double_icon_js = require("./paint-bucket-double-icon.cjs");
484
478
  let ts_paste_special_double_icon_js = require("./paste-special-double-icon.cjs");
485
479
  let ts_point_color_double_icon_js = require("./point-color-double-icon.cjs");
480
+ let ts_progress_0_double_icon_js = require("./progress-0-double-icon.cjs");
481
+ let ts_progress_100_double_icon_js = require("./progress-100-double-icon.cjs");
482
+ let ts_progress_25_double_icon_js = require("./progress-25-double-icon.cjs");
483
+ let ts_progress_50_double_icon_js = require("./progress-50-double-icon.cjs");
484
+ let ts_progress_75_double_icon_js = require("./progress-75-double-icon.cjs");
486
485
  let ts_reduce_double_icon_js = require("./reduce-double-icon.cjs");
487
486
  let ts_right_border_double_icon_js = require("./right-border-double-icon.cjs");
488
487
  let ts_right_double_diagonal_double_icon_js = require("./right-double-diagonal-double-icon.cjs");
@@ -1805,34 +1804,34 @@ Object.defineProperty(exports, "PrintIcon", {
1805
1804
  return ts_print_icon_js.PrintIcon;
1806
1805
  }
1807
1806
  });
1808
- Object.defineProperty(exports, "Progress0Icon", {
1807
+ Object.defineProperty(exports, "Progress0DoubleIcon", {
1809
1808
  enumerable: true,
1810
1809
  get: function() {
1811
- return ts_progress_0_icon_js.Progress0Icon;
1810
+ return ts_progress_0_double_icon_js.Progress0DoubleIcon;
1812
1811
  }
1813
1812
  });
1814
- Object.defineProperty(exports, "Progress100Icon", {
1813
+ Object.defineProperty(exports, "Progress100DoubleIcon", {
1815
1814
  enumerable: true,
1816
1815
  get: function() {
1817
- return ts_progress_100_icon_js.Progress100Icon;
1816
+ return ts_progress_100_double_icon_js.Progress100DoubleIcon;
1818
1817
  }
1819
1818
  });
1820
- Object.defineProperty(exports, "Progress25Icon", {
1819
+ Object.defineProperty(exports, "Progress25DoubleIcon", {
1821
1820
  enumerable: true,
1822
1821
  get: function() {
1823
- return ts_progress_25_icon_js.Progress25Icon;
1822
+ return ts_progress_25_double_icon_js.Progress25DoubleIcon;
1824
1823
  }
1825
1824
  });
1826
- Object.defineProperty(exports, "Progress50Icon", {
1825
+ Object.defineProperty(exports, "Progress50DoubleIcon", {
1827
1826
  enumerable: true,
1828
1827
  get: function() {
1829
- return ts_progress_50_icon_js.Progress50Icon;
1828
+ return ts_progress_50_double_icon_js.Progress50DoubleIcon;
1830
1829
  }
1831
1830
  });
1832
- Object.defineProperty(exports, "Progress75Icon", {
1831
+ Object.defineProperty(exports, "Progress75DoubleIcon", {
1833
1832
  enumerable: true,
1834
1833
  get: function() {
1835
- return ts_progress_75_icon_js.Progress75Icon;
1834
+ return ts_progress_75_double_icon_js.Progress75DoubleIcon;
1836
1835
  }
1837
1836
  });
1838
1837
  Object.defineProperty(exports, "ProtectIcon", {
@@ -2015,12 +2014,6 @@ Object.defineProperty(exports, "SelectRangeIcon", {
2015
2014
  return ts_select_range_icon_js.SelectRangeIcon;
2016
2015
  }
2017
2016
  });
2018
- Object.defineProperty(exports, "SequenceIcon", {
2019
- enumerable: true,
2020
- get: function() {
2021
- return ts_sequence_icon_js.SequenceIcon;
2022
- }
2023
- });
2024
2017
  Object.defineProperty(exports, "ShapeAccentBorderCallout1Icon", {
2025
2018
  enumerable: true,
2026
2019
  get: function() {
@@ -4,7 +4,7 @@ Object.defineProperties(exports, {
4
4
  });
5
5
  let vue = require("vue");
6
6
  let ts_base_js = require("./base.cjs");
7
- //#region ts/progress-0-icon.ts
7
+ //#region ts/progress-0-double-icon.ts
8
8
  const element = {
9
9
  "tag": "svg",
10
10
  "attrs": {
@@ -33,8 +33,8 @@ const element = {
33
33
  }
34
34
  }]
35
35
  };
36
- const Progress0Icon = (0, vue.defineComponent)({
37
- name: "Progress0Icon",
36
+ const Progress0DoubleIcon = (0, vue.defineComponent)({
37
+ name: "Progress0DoubleIcon",
38
38
  inheritAttrs: false,
39
39
  props: { extend: {
40
40
  type: Object,
@@ -44,11 +44,11 @@ const Progress0Icon = (0, vue.defineComponent)({
44
44
  return () => (0, vue.h)(ts_base_js.IconBase, {
45
45
  ...attrs,
46
46
  extend: props.extend,
47
- id: "progress-0-icon",
47
+ id: "progress-0-double-icon",
48
48
  icon: element
49
49
  });
50
50
  }
51
51
  });
52
52
  //#endregion
53
- exports.Progress0Icon = Progress0Icon;
54
- exports.default = Progress0Icon;
53
+ exports.Progress0DoubleIcon = Progress0DoubleIcon;
54
+ exports.default = Progress0DoubleIcon;
@@ -4,7 +4,7 @@ Object.defineProperties(exports, {
4
4
  });
5
5
  let vue = require("vue");
6
6
  let ts_base_js = require("./base.cjs");
7
- //#region ts/progress-100-icon.ts
7
+ //#region ts/progress-100-double-icon.ts
8
8
  const element = {
9
9
  "tag": "svg",
10
10
  "attrs": {
@@ -33,8 +33,8 @@ const element = {
33
33
  }
34
34
  }]
35
35
  };
36
- const Progress100Icon = (0, vue.defineComponent)({
37
- name: "Progress100Icon",
36
+ const Progress100DoubleIcon = (0, vue.defineComponent)({
37
+ name: "Progress100DoubleIcon",
38
38
  inheritAttrs: false,
39
39
  props: { extend: {
40
40
  type: Object,
@@ -44,11 +44,11 @@ const Progress100Icon = (0, vue.defineComponent)({
44
44
  return () => (0, vue.h)(ts_base_js.IconBase, {
45
45
  ...attrs,
46
46
  extend: props.extend,
47
- id: "progress-100-icon",
47
+ id: "progress-100-double-icon",
48
48
  icon: element
49
49
  });
50
50
  }
51
51
  });
52
52
  //#endregion
53
- exports.Progress100Icon = Progress100Icon;
54
- exports.default = Progress100Icon;
53
+ exports.Progress100DoubleIcon = Progress100DoubleIcon;
54
+ exports.default = Progress100DoubleIcon;
@@ -4,7 +4,7 @@ Object.defineProperties(exports, {
4
4
  });
5
5
  let vue = require("vue");
6
6
  let ts_base_js = require("./base.cjs");
7
- //#region ts/progress-25-icon.ts
7
+ //#region ts/progress-25-double-icon.ts
8
8
  const element = {
9
9
  "tag": "svg",
10
10
  "attrs": {
@@ -43,8 +43,8 @@ const element = {
43
43
  }
44
44
  ]
45
45
  };
46
- const Progress25Icon = (0, vue.defineComponent)({
47
- name: "Progress25Icon",
46
+ const Progress25DoubleIcon = (0, vue.defineComponent)({
47
+ name: "Progress25DoubleIcon",
48
48
  inheritAttrs: false,
49
49
  props: { extend: {
50
50
  type: Object,
@@ -54,11 +54,11 @@ const Progress25Icon = (0, vue.defineComponent)({
54
54
  return () => (0, vue.h)(ts_base_js.IconBase, {
55
55
  ...attrs,
56
56
  extend: props.extend,
57
- id: "progress-25-icon",
57
+ id: "progress-25-double-icon",
58
58
  icon: element
59
59
  });
60
60
  }
61
61
  });
62
62
  //#endregion
63
- exports.Progress25Icon = Progress25Icon;
64
- exports.default = Progress25Icon;
63
+ exports.Progress25DoubleIcon = Progress25DoubleIcon;
64
+ exports.default = Progress25DoubleIcon;
@@ -4,7 +4,7 @@ Object.defineProperties(exports, {
4
4
  });
5
5
  let vue = require("vue");
6
6
  let ts_base_js = require("./base.cjs");
7
- //#region ts/progress-50-icon.ts
7
+ //#region ts/progress-50-double-icon.ts
8
8
  const element = {
9
9
  "tag": "svg",
10
10
  "attrs": {
@@ -43,8 +43,8 @@ const element = {
43
43
  }
44
44
  ]
45
45
  };
46
- const Progress50Icon = (0, vue.defineComponent)({
47
- name: "Progress50Icon",
46
+ const Progress50DoubleIcon = (0, vue.defineComponent)({
47
+ name: "Progress50DoubleIcon",
48
48
  inheritAttrs: false,
49
49
  props: { extend: {
50
50
  type: Object,
@@ -54,11 +54,11 @@ const Progress50Icon = (0, vue.defineComponent)({
54
54
  return () => (0, vue.h)(ts_base_js.IconBase, {
55
55
  ...attrs,
56
56
  extend: props.extend,
57
- id: "progress-50-icon",
57
+ id: "progress-50-double-icon",
58
58
  icon: element
59
59
  });
60
60
  }
61
61
  });
62
62
  //#endregion
63
- exports.Progress50Icon = Progress50Icon;
64
- exports.default = Progress50Icon;
63
+ exports.Progress50DoubleIcon = Progress50DoubleIcon;
64
+ exports.default = Progress50DoubleIcon;
@@ -4,7 +4,7 @@ Object.defineProperties(exports, {
4
4
  });
5
5
  let vue = require("vue");
6
6
  let ts_base_js = require("./base.cjs");
7
- //#region ts/progress-75-icon.ts
7
+ //#region ts/progress-75-double-icon.ts
8
8
  const element = {
9
9
  "tag": "svg",
10
10
  "attrs": {
@@ -43,8 +43,8 @@ const element = {
43
43
  }
44
44
  ]
45
45
  };
46
- const Progress75Icon = (0, vue.defineComponent)({
47
- name: "Progress75Icon",
46
+ const Progress75DoubleIcon = (0, vue.defineComponent)({
47
+ name: "Progress75DoubleIcon",
48
48
  inheritAttrs: false,
49
49
  props: { extend: {
50
50
  type: Object,
@@ -54,11 +54,11 @@ const Progress75Icon = (0, vue.defineComponent)({
54
54
  return () => (0, vue.h)(ts_base_js.IconBase, {
55
55
  ...attrs,
56
56
  extend: props.extend,
57
- id: "progress-75-icon",
57
+ id: "progress-75-double-icon",
58
58
  icon: element
59
59
  });
60
60
  }
61
61
  });
62
62
  //#endregion
63
- exports.Progress75Icon = Progress75Icon;
64
- exports.default = Progress75Icon;
63
+ exports.Progress75DoubleIcon = Progress75DoubleIcon;
64
+ exports.default = Progress75DoubleIcon;
@@ -163,11 +163,6 @@ export { PlacesIcon } from './places-icon.js';
163
163
  export { PolynomialIcon } from './polynomial-icon.js';
164
164
  export { PowerLineIcon } from './power-line-icon.js';
165
165
  export { PrintIcon } from './print-icon.js';
166
- export { Progress0Icon } from './progress-0-icon.js';
167
- export { Progress100Icon } from './progress-100-icon.js';
168
- export { Progress25Icon } from './progress-25-icon.js';
169
- export { Progress50Icon } from './progress-50-icon.js';
170
- export { Progress75Icon } from './progress-75-icon.js';
171
166
  export { ProtectIcon } from './protect-icon.js';
172
167
  export { QuoteIcon } from './quote-icon.js';
173
168
  export { RadarChartIcon } from './radar-chart-icon.js';
@@ -194,7 +189,6 @@ export { SankeyIcon } from './sankey-icon.js';
194
189
  export { ScatterChartIcon } from './scatter-chart-icon.js';
195
190
  export { SearchIcon } from './search-icon.js';
196
191
  export { SelectRangeIcon } from './select-range-icon.js';
197
- export { SequenceIcon } from './sequence-icon.js';
198
192
  export { ShapeAccentBorderCallout1Icon } from './shape-accent-border-callout1-icon.js';
199
193
  export { ShapeAccentBorderCallout2Icon } from './shape-accent-border-callout2-icon.js';
200
194
  export { ShapeAccentBorderCallout3Icon } from './shape-accent-border-callout3-icon.js';
@@ -482,6 +476,11 @@ export { OuterBorderDoubleIcon } from './outer-border-double-icon.js';
482
476
  export { PaintBucketDoubleIcon } from './paint-bucket-double-icon.js';
483
477
  export { PasteSpecialDoubleIcon } from './paste-special-double-icon.js';
484
478
  export { PointColorDoubleIcon } from './point-color-double-icon.js';
479
+ export { Progress0DoubleIcon } from './progress-0-double-icon.js';
480
+ export { Progress100DoubleIcon } from './progress-100-double-icon.js';
481
+ export { Progress25DoubleIcon } from './progress-25-double-icon.js';
482
+ export { Progress50DoubleIcon } from './progress-50-double-icon.js';
483
+ export { Progress75DoubleIcon } from './progress-75-double-icon.js';
485
484
  export { ReduceDoubleIcon } from './reduce-double-icon.js';
486
485
  export { RightBorderDoubleIcon } from './right-border-double-icon.js';
487
486
  export { RightDoubleDiagonalDoubleIcon } from './right-double-diagonal-double-icon.js';
package/dist/esm/index.js CHANGED
@@ -163,11 +163,6 @@ import { PlacesIcon } from "./places-icon.js";
163
163
  import { PolynomialIcon } from "./polynomial-icon.js";
164
164
  import { PowerLineIcon } from "./power-line-icon.js";
165
165
  import { PrintIcon } from "./print-icon.js";
166
- import { Progress0Icon } from "./progress-0-icon.js";
167
- import { Progress100Icon } from "./progress-100-icon.js";
168
- import { Progress25Icon } from "./progress-25-icon.js";
169
- import { Progress50Icon } from "./progress-50-icon.js";
170
- import { Progress75Icon } from "./progress-75-icon.js";
171
166
  import { ProtectIcon } from "./protect-icon.js";
172
167
  import { QuoteIcon } from "./quote-icon.js";
173
168
  import { RadarChartIcon } from "./radar-chart-icon.js";
@@ -194,7 +189,6 @@ import { SankeyIcon } from "./sankey-icon.js";
194
189
  import { ScatterChartIcon } from "./scatter-chart-icon.js";
195
190
  import { SearchIcon } from "./search-icon.js";
196
191
  import { SelectRangeIcon } from "./select-range-icon.js";
197
- import { SequenceIcon } from "./sequence-icon.js";
198
192
  import { ShapeAccentBorderCallout1Icon } from "./shape-accent-border-callout1-icon.js";
199
193
  import { ShapeAccentBorderCallout2Icon } from "./shape-accent-border-callout2-icon.js";
200
194
  import { ShapeAccentBorderCallout3Icon } from "./shape-accent-border-callout3-icon.js";
@@ -482,6 +476,11 @@ import { OuterBorderDoubleIcon } from "./outer-border-double-icon.js";
482
476
  import { PaintBucketDoubleIcon } from "./paint-bucket-double-icon.js";
483
477
  import { PasteSpecialDoubleIcon } from "./paste-special-double-icon.js";
484
478
  import { PointColorDoubleIcon } from "./point-color-double-icon.js";
479
+ import { Progress0DoubleIcon } from "./progress-0-double-icon.js";
480
+ import { Progress100DoubleIcon } from "./progress-100-double-icon.js";
481
+ import { Progress25DoubleIcon } from "./progress-25-double-icon.js";
482
+ import { Progress50DoubleIcon } from "./progress-50-double-icon.js";
483
+ import { Progress75DoubleIcon } from "./progress-75-double-icon.js";
485
484
  import { ReduceDoubleIcon } from "./reduce-double-icon.js";
486
485
  import { RightBorderDoubleIcon } from "./right-border-double-icon.js";
487
486
  import { RightDoubleDiagonalDoubleIcon } from "./right-double-diagonal-double-icon.js";
@@ -502,4 +501,4 @@ import { TodoListDoubleIcon } from "./todo-list-double-icon.js";
502
501
  import { UpBorderDoubleIcon } from "./up-border-double-icon.js";
503
502
  import { VerticalBorderDoubleIcon } from "./vertical-border-double-icon.js";
504
503
  import { WarnDoubleIcon } from "./warn-double-icon.js";
505
- export { AIcon, ActivityIcon, 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, CalloutIcon, CancelFreezeIcon, CancelMergeIcon, CatalogueIcon, Cell0DoubleIcon, Cell100DoubleIcon, Cell25DoubleIcon, Cell50DoubleIcon, Cell75DoubleIcon, ChartIcon, CheckMarkIcon, ClearFormatDoubleIcon, ClockIcon, CloseIcon, CloudOutlineIcon, CntIcon, CodeBlockIcon, CodeIcon, ColumnChartIcon, ColumnIcon, ColumnSparklineIcon, ComboChartIcon, CommentIcon, ConditionsDoubleIcon, ConvertIcon, CopyDoubleIcon, CopyIcon, CorrectDoubleIcon, CorrectIcon, CreateCopyIcon, CropIcon, 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, FlipHorizontalIcon, FlipVerticalIcon, FolderIcon, FontColorDoubleIcon, FontSizeIncreaseIcon, FontSizeReduceIcon, FoodsIcon, FreezeColumnIcon, FreezeRowIcon, FreezeToSelectedIcon, FullscreenIcon, FunctionIcon, FunnelIcon, FxIcon, GraphIcon, GridIcon, GridOutlineIcon, GripVerticalIcon, 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, NatureIcon, NoBorderIcon, NoColorDoubleIcon, NoRotationIcon, NoninductiveDoubleIcon, NumberIcon, ObjectsIcon, OffLineIcon, OnLineIcon, OneToOneIcon, OrderIcon, OuterBorderDoubleIcon, OverflowIcon, PaintBucketDoubleIcon, PasteSpecialDoubleIcon, PenIcon, PeopleIcon, PercentIcon, PieChartIcon, PipingIcon, PivotTableIcon, PlacesIcon, PointColorDoubleIcon, PolynomialIcon, PowerLineIcon, PrintIcon, Progress0Icon, Progress100Icon, Progress25Icon, Progress50Icon, Progress75Icon, ProtectIcon, QuoteIcon, RadarChartIcon, RandomIcon, RecentIcon, 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, 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, ShortcutIcon, Signal0DoubleIcon, Signal100DoubleIcon, Signal25DoubleIcon, Signal50DoubleIcon, Signal75DoubleIcon, SlashDoubleIcon, SlideMultiIcon, SlideshowPlayIcon, SlideshowThemeIcon, SmileDoubleIcon, SolveIcon, StarEmptyDoubleIcon, StarFullDoubleIcon, StarIncompleteDoubleIcon, StrikethroughIcon, SubscriptIcon, SuccessIcon, SumIcon, SuperscriptIcon, SymbolsIcon, TableIcon, TextIcon, TextTypeIcon, TextWrapShapeIcon, TodoListDoubleIcon, TopmostIcon, TriangleIcon, TruncationIcon, TypographyIcon, UnderlineIcon, UndoIcon, UngroupIcon, UngroupSparklineIcon, UniverCliIcon, UniverSdkMultiIcon, UnlinkIcon, UnorderIcon, UpBorderDoubleIcon, UpIcon, VerticalBorderDoubleIcon, VerticalCenterIcon, VerticalIntegrationIcon, VerticalTextIcon, WarnDoubleIcon, WarnIcon, WarningIcon, WaterfallChartIcon, WinlossSparklineIcon, WriteIcon, XlsxMultiIcon, ZenIcon, ZoomInIcon, ZoomIncreaseIcon, ZoomOutIcon, ZoomReduceIcon };
504
+ export { AIcon, ActivityIcon, 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, CalloutIcon, CancelFreezeIcon, CancelMergeIcon, CatalogueIcon, Cell0DoubleIcon, Cell100DoubleIcon, Cell25DoubleIcon, Cell50DoubleIcon, Cell75DoubleIcon, ChartIcon, CheckMarkIcon, ClearFormatDoubleIcon, ClockIcon, CloseIcon, CloudOutlineIcon, CntIcon, CodeBlockIcon, CodeIcon, ColumnChartIcon, ColumnIcon, ColumnSparklineIcon, ComboChartIcon, CommentIcon, ConditionsDoubleIcon, ConvertIcon, CopyDoubleIcon, CopyIcon, CorrectDoubleIcon, CorrectIcon, CreateCopyIcon, CropIcon, 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, FlipHorizontalIcon, FlipVerticalIcon, FolderIcon, FontColorDoubleIcon, FontSizeIncreaseIcon, FontSizeReduceIcon, FoodsIcon, FreezeColumnIcon, FreezeRowIcon, FreezeToSelectedIcon, FullscreenIcon, FunctionIcon, FunnelIcon, FxIcon, GraphIcon, GridIcon, GridOutlineIcon, GripVerticalIcon, 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, NatureIcon, NoBorderIcon, NoColorDoubleIcon, NoRotationIcon, NoninductiveDoubleIcon, NumberIcon, ObjectsIcon, OffLineIcon, OnLineIcon, OneToOneIcon, OrderIcon, OuterBorderDoubleIcon, OverflowIcon, PaintBucketDoubleIcon, PasteSpecialDoubleIcon, PenIcon, PeopleIcon, PercentIcon, PieChartIcon, PipingIcon, PivotTableIcon, PlacesIcon, PointColorDoubleIcon, PolynomialIcon, PowerLineIcon, PrintIcon, Progress0DoubleIcon, Progress100DoubleIcon, Progress25DoubleIcon, Progress50DoubleIcon, Progress75DoubleIcon, ProtectIcon, QuoteIcon, RadarChartIcon, RandomIcon, RecentIcon, 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, 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, ShortcutIcon, Signal0DoubleIcon, Signal100DoubleIcon, Signal25DoubleIcon, Signal50DoubleIcon, Signal75DoubleIcon, SlashDoubleIcon, SlideMultiIcon, SlideshowPlayIcon, SlideshowThemeIcon, SmileDoubleIcon, SolveIcon, StarEmptyDoubleIcon, StarFullDoubleIcon, StarIncompleteDoubleIcon, StrikethroughIcon, SubscriptIcon, SuccessIcon, SumIcon, SuperscriptIcon, SymbolsIcon, TableIcon, TextIcon, TextTypeIcon, TextWrapShapeIcon, TodoListDoubleIcon, TopmostIcon, TriangleIcon, TruncationIcon, TypographyIcon, UnderlineIcon, UndoIcon, UngroupIcon, UngroupSparklineIcon, UniverCliIcon, UniverSdkMultiIcon, UnlinkIcon, UnorderIcon, UpBorderDoubleIcon, UpIcon, VerticalBorderDoubleIcon, VerticalCenterIcon, VerticalIntegrationIcon, VerticalTextIcon, WarnDoubleIcon, WarnIcon, WarningIcon, WaterfallChartIcon, WinlossSparklineIcon, WriteIcon, XlsxMultiIcon, ZenIcon, ZoomInIcon, ZoomIncreaseIcon, ZoomOutIcon, ZoomReduceIcon };
@@ -1,6 +1,6 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { IExtendProps } from './base.js';
3
- export declare const Progress0Icon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ export declare const Progress0DoubleIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  extend: {
5
5
  type: PropType<IExtendProps>;
6
6
  default: undefined;
@@ -15,4 +15,4 @@ export declare const Progress0Icon: import("vue").DefineComponent<import("vue").
15
15
  }>> & Readonly<{}>, {
16
16
  extend: IExtendProps;
17
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
- export default Progress0Icon;
18
+ export default Progress0DoubleIcon;
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, h } from "vue";
2
2
  import { IconBase } from "./base.js";
3
- //#region ts/progress-0-icon.ts
3
+ //#region ts/progress-0-double-icon.ts
4
4
  const element = {
5
5
  "tag": "svg",
6
6
  "attrs": {
@@ -29,8 +29,8 @@ const element = {
29
29
  }
30
30
  }]
31
31
  };
32
- const Progress0Icon = defineComponent({
33
- name: "Progress0Icon",
32
+ const Progress0DoubleIcon = defineComponent({
33
+ name: "Progress0DoubleIcon",
34
34
  inheritAttrs: false,
35
35
  props: { extend: {
36
36
  type: Object,
@@ -40,10 +40,10 @@ const Progress0Icon = defineComponent({
40
40
  return () => h(IconBase, {
41
41
  ...attrs,
42
42
  extend: props.extend,
43
- id: "progress-0-icon",
43
+ id: "progress-0-double-icon",
44
44
  icon: element
45
45
  });
46
46
  }
47
47
  });
48
48
  //#endregion
49
- export { Progress0Icon, Progress0Icon as default };
49
+ export { Progress0DoubleIcon, Progress0DoubleIcon as default };
@@ -0,0 +1,18 @@
1
+ import type { PropType } from 'vue';
2
+ import type { IExtendProps } from './base.js';
3
+ export declare const Progress100DoubleIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ extend: {
5
+ type: PropType<IExtendProps>;
6
+ default: undefined;
7
+ };
8
+ }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
9
+ [key: string]: any;
10
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ extend: {
12
+ type: PropType<IExtendProps>;
13
+ default: undefined;
14
+ };
15
+ }>> & Readonly<{}>, {
16
+ extend: IExtendProps;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
+ export default Progress100DoubleIcon;
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, h } from "vue";
2
2
  import { IconBase } from "./base.js";
3
- //#region ts/progress-100-icon.ts
3
+ //#region ts/progress-100-double-icon.ts
4
4
  const element = {
5
5
  "tag": "svg",
6
6
  "attrs": {
@@ -29,8 +29,8 @@ const element = {
29
29
  }
30
30
  }]
31
31
  };
32
- const Progress100Icon = defineComponent({
33
- name: "Progress100Icon",
32
+ const Progress100DoubleIcon = defineComponent({
33
+ name: "Progress100DoubleIcon",
34
34
  inheritAttrs: false,
35
35
  props: { extend: {
36
36
  type: Object,
@@ -40,10 +40,10 @@ const Progress100Icon = defineComponent({
40
40
  return () => h(IconBase, {
41
41
  ...attrs,
42
42
  extend: props.extend,
43
- id: "progress-100-icon",
43
+ id: "progress-100-double-icon",
44
44
  icon: element
45
45
  });
46
46
  }
47
47
  });
48
48
  //#endregion
49
- export { Progress100Icon, Progress100Icon as default };
49
+ export { Progress100DoubleIcon, Progress100DoubleIcon as default };
@@ -1,6 +1,6 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { IExtendProps } from './base.js';
3
- export declare const Progress100Icon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ export declare const Progress25DoubleIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  extend: {
5
5
  type: PropType<IExtendProps>;
6
6
  default: undefined;
@@ -15,4 +15,4 @@ export declare const Progress100Icon: import("vue").DefineComponent<import("vue"
15
15
  }>> & Readonly<{}>, {
16
16
  extend: IExtendProps;
17
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
- export default Progress100Icon;
18
+ export default Progress25DoubleIcon;
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, h } from "vue";
2
2
  import { IconBase } from "./base.js";
3
- //#region ts/progress-25-icon.ts
3
+ //#region ts/progress-25-double-icon.ts
4
4
  const element = {
5
5
  "tag": "svg",
6
6
  "attrs": {
@@ -39,8 +39,8 @@ const element = {
39
39
  }
40
40
  ]
41
41
  };
42
- const Progress25Icon = defineComponent({
43
- name: "Progress25Icon",
42
+ const Progress25DoubleIcon = defineComponent({
43
+ name: "Progress25DoubleIcon",
44
44
  inheritAttrs: false,
45
45
  props: { extend: {
46
46
  type: Object,
@@ -50,10 +50,10 @@ const Progress25Icon = defineComponent({
50
50
  return () => h(IconBase, {
51
51
  ...attrs,
52
52
  extend: props.extend,
53
- id: "progress-25-icon",
53
+ id: "progress-25-double-icon",
54
54
  icon: element
55
55
  });
56
56
  }
57
57
  });
58
58
  //#endregion
59
- export { Progress25Icon, Progress25Icon as default };
59
+ export { Progress25DoubleIcon, Progress25DoubleIcon as default };
@@ -1,6 +1,6 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { IExtendProps } from './base.js';
3
- export declare const Progress25Icon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ export declare const Progress50DoubleIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  extend: {
5
5
  type: PropType<IExtendProps>;
6
6
  default: undefined;
@@ -15,4 +15,4 @@ export declare const Progress25Icon: import("vue").DefineComponent<import("vue")
15
15
  }>> & Readonly<{}>, {
16
16
  extend: IExtendProps;
17
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
- export default Progress25Icon;
18
+ export default Progress50DoubleIcon;
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, h } from "vue";
2
2
  import { IconBase } from "./base.js";
3
- //#region ts/progress-50-icon.ts
3
+ //#region ts/progress-50-double-icon.ts
4
4
  const element = {
5
5
  "tag": "svg",
6
6
  "attrs": {
@@ -39,8 +39,8 @@ const element = {
39
39
  }
40
40
  ]
41
41
  };
42
- const Progress50Icon = defineComponent({
43
- name: "Progress50Icon",
42
+ const Progress50DoubleIcon = defineComponent({
43
+ name: "Progress50DoubleIcon",
44
44
  inheritAttrs: false,
45
45
  props: { extend: {
46
46
  type: Object,
@@ -50,10 +50,10 @@ const Progress50Icon = defineComponent({
50
50
  return () => h(IconBase, {
51
51
  ...attrs,
52
52
  extend: props.extend,
53
- id: "progress-50-icon",
53
+ id: "progress-50-double-icon",
54
54
  icon: element
55
55
  });
56
56
  }
57
57
  });
58
58
  //#endregion
59
- export { Progress50Icon, Progress50Icon as default };
59
+ export { Progress50DoubleIcon, Progress50DoubleIcon as default };
@@ -1,6 +1,6 @@
1
1
  import type { PropType } from 'vue';
2
2
  import type { IExtendProps } from './base.js';
3
- export declare const Progress50Icon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ export declare const Progress75DoubleIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  extend: {
5
5
  type: PropType<IExtendProps>;
6
6
  default: undefined;
@@ -15,4 +15,4 @@ export declare const Progress50Icon: import("vue").DefineComponent<import("vue")
15
15
  }>> & Readonly<{}>, {
16
16
  extend: IExtendProps;
17
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
- export default Progress50Icon;
18
+ export default Progress75DoubleIcon;
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, h } from "vue";
2
2
  import { IconBase } from "./base.js";
3
- //#region ts/progress-75-icon.ts
3
+ //#region ts/progress-75-double-icon.ts
4
4
  const element = {
5
5
  "tag": "svg",
6
6
  "attrs": {
@@ -39,8 +39,8 @@ const element = {
39
39
  }
40
40
  ]
41
41
  };
42
- const Progress75Icon = defineComponent({
43
- name: "Progress75Icon",
42
+ const Progress75DoubleIcon = defineComponent({
43
+ name: "Progress75DoubleIcon",
44
44
  inheritAttrs: false,
45
45
  props: { extend: {
46
46
  type: Object,
@@ -50,10 +50,10 @@ const Progress75Icon = defineComponent({
50
50
  return () => h(IconBase, {
51
51
  ...attrs,
52
52
  extend: props.extend,
53
- id: "progress-75-icon",
53
+ id: "progress-75-double-icon",
54
54
  icon: element
55
55
  });
56
56
  }
57
57
  });
58
58
  //#endregion
59
- export { Progress75Icon, Progress75Icon as default };
59
+ export { Progress75DoubleIcon, Progress75DoubleIcon as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/icons-vue",
3
- "version": "1.11.0",
3
+ "version": "1.12.0",
4
4
  "description": "Vue icons for Univer.",
5
5
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
6
6
  "license": "MIT",
@@ -47,7 +47,7 @@
47
47
  "svgo": "^4.0.1",
48
48
  "typescript": "^6.0.3",
49
49
  "vue": "^3.5.35",
50
- "@univerjs/icons-svg": "1.11.0"
50
+ "@univerjs/icons-svg": "1.12.0"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "node --experimental-strip-types ./scripts/build/index.ts && tsc"
@@ -1,80 +0,0 @@
1
- Object.defineProperties(exports, {
2
- __esModule: { value: true },
3
- [Symbol.toStringTag]: { value: "Module" }
4
- });
5
- let vue = require("vue");
6
- let ts_base_js = require("./base.cjs");
7
- //#region ts/sequence-icon.ts
8
- const element = {
9
- "tag": "svg",
10
- "attrs": {
11
- "xmlns": "http://www.w3.org/2000/svg",
12
- "fill": "none",
13
- "viewBox": "0 0 16 16",
14
- "width": "1em",
15
- "height": "1em"
16
- },
17
- "children": [
18
- {
19
- "tag": "path",
20
- "attrs": {
21
- "fill": "currentColor",
22
- "d": "M6 5C6.55228 5 7 4.55228 7 4C7 3.44772 6.55228 3 6 3C5.44772 3 5 3.44772 5 4C5 4.55228 5.44772 5 6 5Z"
23
- }
24
- },
25
- {
26
- "tag": "path",
27
- "attrs": {
28
- "fill": "currentColor",
29
- "d": "M6 9C6.55228 9 7 8.55229 7 8C7 7.44772 6.55228 7 6 7C5.44772 7 5 7.44772 5 8C5 8.55229 5.44772 9 6 9Z"
30
- }
31
- },
32
- {
33
- "tag": "path",
34
- "attrs": {
35
- "fill": "currentColor",
36
- "d": "M7 12C7 12.5523 6.55228 13 6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11C6.55228 11 7 11.4477 7 12Z"
37
- }
38
- },
39
- {
40
- "tag": "path",
41
- "attrs": {
42
- "fill": "currentColor",
43
- "d": "M10 5C10.5523 5 11 4.55228 11 4C11 3.44772 10.5523 3 10 3C9.44771 3 9 3.44772 9 4C9 4.55228 9.44771 5 10 5Z"
44
- }
45
- },
46
- {
47
- "tag": "path",
48
- "attrs": {
49
- "fill": "currentColor",
50
- "d": "M11 8C11 8.55229 10.5523 9 10 9C9.44771 9 9 8.55229 9 8C9 7.44772 9.44771 7 10 7C10.5523 7 11 7.44772 11 8Z"
51
- }
52
- },
53
- {
54
- "tag": "path",
55
- "attrs": {
56
- "fill": "currentColor",
57
- "d": "M10 13C10.5523 13 11 12.5523 11 12C11 11.4477 10.5523 11 10 11C9.44771 11 9 11.4477 9 12C9 12.5523 9.44771 13 10 13Z"
58
- }
59
- }
60
- ]
61
- };
62
- const SequenceIcon = (0, vue.defineComponent)({
63
- name: "SequenceIcon",
64
- inheritAttrs: false,
65
- props: { extend: {
66
- type: Object,
67
- default: void 0
68
- } },
69
- setup(props, { attrs }) {
70
- return () => (0, vue.h)(ts_base_js.IconBase, {
71
- ...attrs,
72
- extend: props.extend,
73
- id: "sequence-icon",
74
- icon: element
75
- });
76
- }
77
- });
78
- //#endregion
79
- exports.SequenceIcon = SequenceIcon;
80
- exports.default = SequenceIcon;
@@ -1,18 +0,0 @@
1
- import type { PropType } from 'vue';
2
- import type { IExtendProps } from './base.js';
3
- export declare const Progress75Icon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- extend: {
5
- type: PropType<IExtendProps>;
6
- default: undefined;
7
- };
8
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
9
- [key: string]: any;
10
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
- extend: {
12
- type: PropType<IExtendProps>;
13
- default: undefined;
14
- };
15
- }>> & Readonly<{}>, {
16
- extend: IExtendProps;
17
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
- export default Progress75Icon;
@@ -1,18 +0,0 @@
1
- import type { PropType } from 'vue';
2
- import type { IExtendProps } from './base.js';
3
- export declare const SequenceIcon: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
- extend: {
5
- type: PropType<IExtendProps>;
6
- default: undefined;
7
- };
8
- }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
9
- [key: string]: any;
10
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
- extend: {
12
- type: PropType<IExtendProps>;
13
- default: undefined;
14
- };
15
- }>> & Readonly<{}>, {
16
- extend: IExtendProps;
17
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
18
- export default SequenceIcon;
@@ -1,75 +0,0 @@
1
- import { defineComponent, h } from "vue";
2
- import { IconBase } from "./base.js";
3
- //#region ts/sequence-icon.ts
4
- const element = {
5
- "tag": "svg",
6
- "attrs": {
7
- "xmlns": "http://www.w3.org/2000/svg",
8
- "fill": "none",
9
- "viewBox": "0 0 16 16",
10
- "width": "1em",
11
- "height": "1em"
12
- },
13
- "children": [
14
- {
15
- "tag": "path",
16
- "attrs": {
17
- "fill": "currentColor",
18
- "d": "M6 5C6.55228 5 7 4.55228 7 4C7 3.44772 6.55228 3 6 3C5.44772 3 5 3.44772 5 4C5 4.55228 5.44772 5 6 5Z"
19
- }
20
- },
21
- {
22
- "tag": "path",
23
- "attrs": {
24
- "fill": "currentColor",
25
- "d": "M6 9C6.55228 9 7 8.55229 7 8C7 7.44772 6.55228 7 6 7C5.44772 7 5 7.44772 5 8C5 8.55229 5.44772 9 6 9Z"
26
- }
27
- },
28
- {
29
- "tag": "path",
30
- "attrs": {
31
- "fill": "currentColor",
32
- "d": "M7 12C7 12.5523 6.55228 13 6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11C6.55228 11 7 11.4477 7 12Z"
33
- }
34
- },
35
- {
36
- "tag": "path",
37
- "attrs": {
38
- "fill": "currentColor",
39
- "d": "M10 5C10.5523 5 11 4.55228 11 4C11 3.44772 10.5523 3 10 3C9.44771 3 9 3.44772 9 4C9 4.55228 9.44771 5 10 5Z"
40
- }
41
- },
42
- {
43
- "tag": "path",
44
- "attrs": {
45
- "fill": "currentColor",
46
- "d": "M11 8C11 8.55229 10.5523 9 10 9C9.44771 9 9 8.55229 9 8C9 7.44772 9.44771 7 10 7C10.5523 7 11 7.44772 11 8Z"
47
- }
48
- },
49
- {
50
- "tag": "path",
51
- "attrs": {
52
- "fill": "currentColor",
53
- "d": "M10 13C10.5523 13 11 12.5523 11 12C11 11.4477 10.5523 11 10 11C9.44771 11 9 11.4477 9 12C9 12.5523 9.44771 13 10 13Z"
54
- }
55
- }
56
- ]
57
- };
58
- const SequenceIcon = defineComponent({
59
- name: "SequenceIcon",
60
- inheritAttrs: false,
61
- props: { extend: {
62
- type: Object,
63
- default: void 0
64
- } },
65
- setup(props, { attrs }) {
66
- return () => h(IconBase, {
67
- ...attrs,
68
- extend: props.extend,
69
- id: "sequence-icon",
70
- icon: element
71
- });
72
- }
73
- });
74
- //#endregion
75
- export { SequenceIcon, SequenceIcon as default };