@univerjs/icons-vue 1.24.0 → 1.25.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.
- package/dist/cjs/checkbox-icon.cjs +57 -0
- package/dist/cjs/dropdown-list-icon.cjs +76 -0
- package/dist/cjs/expand-icon.cjs +46 -0
- package/dist/cjs/fountain-pen-icon.cjs +12 -20
- package/dist/cjs/index.cjs +28 -7
- package/dist/cjs/shrink-icon.cjs +46 -0
- package/dist/esm/{fullscreen-icon.d.ts → checkbox-icon.d.ts} +2 -2
- package/dist/esm/checkbox-icon.js +52 -0
- package/dist/esm/dropdown-list-icon.d.ts +18 -0
- package/dist/esm/dropdown-list-icon.js +71 -0
- package/dist/esm/expand-icon.d.ts +18 -0
- package/dist/esm/expand-icon.js +41 -0
- package/dist/esm/fountain-pen-icon.js +12 -20
- package/dist/esm/index.d.ts +4 -1
- package/dist/esm/index.js +5 -2
- package/dist/esm/shrink-icon.d.ts +18 -0
- package/dist/esm/shrink-icon.js +41 -0
- package/package.json +2 -2
- package/dist/cjs/fullscreen-icon.cjs +0 -66
- package/dist/esm/fullscreen-icon.js +0 -61
|
@@ -0,0 +1,57 @@
|
|
|
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/checkbox-icon.ts
|
|
8
|
+
const element = {
|
|
9
|
+
"tag": "svg",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
12
|
+
"fill": "none",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "rect",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"width": 13,
|
|
21
|
+
"height": 13,
|
|
22
|
+
"x": 1.5,
|
|
23
|
+
"y": 1.5,
|
|
24
|
+
"stroke": "currentColor",
|
|
25
|
+
"stroke-width": 1.2,
|
|
26
|
+
"rx": 1.5
|
|
27
|
+
}
|
|
28
|
+
}, {
|
|
29
|
+
"tag": "path",
|
|
30
|
+
"attrs": {
|
|
31
|
+
"stroke": "currentColor",
|
|
32
|
+
"stroke-linecap": "round",
|
|
33
|
+
"stroke-linejoin": "round",
|
|
34
|
+
"stroke-width": 1.2,
|
|
35
|
+
"d": "M4.5 8L6.8 10.3L11.5 5.6"
|
|
36
|
+
}
|
|
37
|
+
}]
|
|
38
|
+
};
|
|
39
|
+
const CheckboxIcon = (0, vue.defineComponent)({
|
|
40
|
+
name: "CheckboxIcon",
|
|
41
|
+
inheritAttrs: false,
|
|
42
|
+
props: { extend: {
|
|
43
|
+
type: Object,
|
|
44
|
+
default: void 0
|
|
45
|
+
} },
|
|
46
|
+
setup(props, { attrs }) {
|
|
47
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
48
|
+
...attrs,
|
|
49
|
+
extend: props.extend,
|
|
50
|
+
id: "checkbox-icon",
|
|
51
|
+
icon: element
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
});
|
|
55
|
+
//#endregion
|
|
56
|
+
exports.CheckboxIcon = CheckboxIcon;
|
|
57
|
+
exports.default = CheckboxIcon;
|
|
@@ -0,0 +1,76 @@
|
|
|
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/dropdown-list-icon.ts
|
|
8
|
+
const element = {
|
|
9
|
+
"tag": "svg",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
12
|
+
"fill": "none",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [
|
|
18
|
+
{
|
|
19
|
+
"tag": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"stroke": "currentColor",
|
|
22
|
+
"stroke-linejoin": "round",
|
|
23
|
+
"stroke-width": 1.2,
|
|
24
|
+
"d": "M8 5.5H2C1.72386 5.5 1.5 5.27614 1.5 5V2C1.5 1.72386 1.72386 1.5 2 1.5H14C14.2761 1.5 14.5 1.72386 14.5 2V5C14.5 5.27614 14.2761 5.5 14 5.5H13"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"tag": "path",
|
|
29
|
+
"attrs": {
|
|
30
|
+
"stroke": "currentColor",
|
|
31
|
+
"stroke-linecap": "round",
|
|
32
|
+
"stroke-linejoin": "round",
|
|
33
|
+
"stroke-width": 1.2,
|
|
34
|
+
"d": "M8.5 3.5L10.5 5.5L12.5 3.5"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"tag": "path",
|
|
39
|
+
"attrs": {
|
|
40
|
+
"stroke": "currentColor",
|
|
41
|
+
"stroke-linejoin": "round",
|
|
42
|
+
"stroke-width": 1.2,
|
|
43
|
+
"d": "M2 7.5H14C14.2761 7.5 14.5 7.72386 14.5 8V14C14.5 14.2761 14.2761 14.5 14 14.5H2C1.72386 14.5 1.5 14.2761 1.5 14V8C1.5 7.72386 1.72386 7.5 2 7.5Z"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"tag": "path",
|
|
48
|
+
"attrs": {
|
|
49
|
+
"stroke": "currentColor",
|
|
50
|
+
"stroke-linecap": "round",
|
|
51
|
+
"stroke-linejoin": "round",
|
|
52
|
+
"stroke-width": 1.2,
|
|
53
|
+
"d": "M3.5 9.5H9.5M3.5 12.5H7.5"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
]
|
|
57
|
+
};
|
|
58
|
+
const DropdownListIcon = (0, vue.defineComponent)({
|
|
59
|
+
name: "DropdownListIcon",
|
|
60
|
+
inheritAttrs: false,
|
|
61
|
+
props: { extend: {
|
|
62
|
+
type: Object,
|
|
63
|
+
default: void 0
|
|
64
|
+
} },
|
|
65
|
+
setup(props, { attrs }) {
|
|
66
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
67
|
+
...attrs,
|
|
68
|
+
extend: props.extend,
|
|
69
|
+
id: "dropdown-list-icon",
|
|
70
|
+
icon: element
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
});
|
|
74
|
+
//#endregion
|
|
75
|
+
exports.DropdownListIcon = DropdownListIcon;
|
|
76
|
+
exports.default = DropdownListIcon;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
5
|
+
let vue = require("vue");
|
|
6
|
+
let ts_base_js = require("./base.cjs");
|
|
7
|
+
//#region ts/expand-icon.ts
|
|
8
|
+
const element = {
|
|
9
|
+
"tag": "svg",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
12
|
+
"fill": "none",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"stroke": "currentColor",
|
|
21
|
+
"stroke-linecap": "round",
|
|
22
|
+
"stroke-linejoin": "round",
|
|
23
|
+
"stroke-width": 1.2,
|
|
24
|
+
"d": "M10 10L14 14M10 6L14 2M14 10.6667V14H10.6667M14 5.33333V2H10.6667M2 10.6667V14H5.33333M2 14L6 10M2 5.33333V2H5.33333M6 6L2 2"
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
const ExpandIcon = (0, vue.defineComponent)({
|
|
29
|
+
name: "ExpandIcon",
|
|
30
|
+
inheritAttrs: false,
|
|
31
|
+
props: { extend: {
|
|
32
|
+
type: Object,
|
|
33
|
+
default: void 0
|
|
34
|
+
} },
|
|
35
|
+
setup(props, { attrs }) {
|
|
36
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
37
|
+
...attrs,
|
|
38
|
+
extend: props.extend,
|
|
39
|
+
id: "expand-icon",
|
|
40
|
+
icon: element
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
exports.ExpandIcon = ExpandIcon;
|
|
46
|
+
exports.default = ExpandIcon;
|
|
@@ -15,23 +15,14 @@ const element = {
|
|
|
15
15
|
"height": "1em"
|
|
16
16
|
},
|
|
17
17
|
"children": [
|
|
18
|
-
{
|
|
19
|
-
"tag": "path",
|
|
20
|
-
"attrs": {
|
|
21
|
-
"stroke": "currentColor",
|
|
22
|
-
"stroke-linecap": "round",
|
|
23
|
-
"stroke-width": 1.35,
|
|
24
|
-
"d": "M10.2663 2.33334L14.0663 6.13334"
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
18
|
{
|
|
28
19
|
"tag": "path",
|
|
29
20
|
"attrs": {
|
|
30
21
|
"stroke": "currentColor",
|
|
31
22
|
"stroke-linecap": "round",
|
|
32
23
|
"stroke-linejoin": "round",
|
|
33
|
-
"stroke-width": 1.
|
|
34
|
-
"d": "
|
|
24
|
+
"stroke-width": 1.2,
|
|
25
|
+
"d": "M9 3.5L4.00389 5.99805C4.00141 5.99929 3.99956 6.00151 3.99877 6.00418L1.50517 14.4824C1.50294 14.49 1.51 14.4971 1.51759 14.4948L9.99582 12.0012C9.99849 12.0004 10.0007 11.9986 10.0019 11.9961L12.5 7"
|
|
35
26
|
}
|
|
36
27
|
},
|
|
37
28
|
{
|
|
@@ -39,27 +30,28 @@ const element = {
|
|
|
39
30
|
"attrs": {
|
|
40
31
|
"stroke": "currentColor",
|
|
41
32
|
"stroke-linecap": "round",
|
|
42
|
-
"stroke-
|
|
43
|
-
"
|
|
33
|
+
"stroke-linejoin": "round",
|
|
34
|
+
"stroke-width": 1.2,
|
|
35
|
+
"d": "M1.5 14.5L4.5 11.5M1.5 14.5H14.5"
|
|
44
36
|
}
|
|
45
37
|
},
|
|
46
38
|
{
|
|
47
39
|
"tag": "circle",
|
|
48
40
|
"attrs": {
|
|
49
|
-
"cx":
|
|
50
|
-
"cy":
|
|
51
|
-
"r": .
|
|
52
|
-
"
|
|
41
|
+
"cx": 6.5,
|
|
42
|
+
"cy": 9.5,
|
|
43
|
+
"r": .5,
|
|
44
|
+
"stroke": "currentColor",
|
|
45
|
+
"stroke-width": 1.2
|
|
53
46
|
}
|
|
54
47
|
},
|
|
55
48
|
{
|
|
56
49
|
"tag": "path",
|
|
57
50
|
"attrs": {
|
|
58
51
|
"stroke": "currentColor",
|
|
59
|
-
"stroke-linecap": "round",
|
|
60
52
|
"stroke-linejoin": "round",
|
|
61
|
-
"stroke-width": 1.
|
|
62
|
-
"d": "
|
|
53
|
+
"stroke-width": 1.2,
|
|
54
|
+
"d": "M8.35355 2.85355C8.15829 2.65829 8.15829 2.34171 8.35355 2.14645L9.14645 1.35355C9.34171 1.15829 9.65829 1.15829 9.85355 1.35355L14.6464 6.14645C14.8417 6.34171 14.8417 6.65829 14.6464 6.85355L13.8536 7.64645C13.6583 7.84171 13.3417 7.84171 13.1464 7.64645L8.35355 2.85355Z"
|
|
63
55
|
}
|
|
64
56
|
}
|
|
65
57
|
]
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -36,6 +36,7 @@ let ts_cancel_merge_icon_js = require("./cancel-merge-icon.cjs");
|
|
|
36
36
|
let ts_catalogue_icon_js = require("./catalogue-icon.cjs");
|
|
37
37
|
let ts_chart_icon_js = require("./chart-icon.cjs");
|
|
38
38
|
let ts_check_mark_icon_js = require("./check-mark-icon.cjs");
|
|
39
|
+
let ts_checkbox_icon_js = require("./checkbox-icon.cjs");
|
|
39
40
|
let ts_class_diagram_class_icon_js = require("./class-diagram-class-icon.cjs");
|
|
40
41
|
let ts_class_diagram_dashed_filled_arrow_connector_icon_js = require("./class-diagram-dashed-filled-arrow-connector-icon.cjs");
|
|
41
42
|
let ts_class_diagram_dashed_open_arrow_connector_icon_js = require("./class-diagram-dashed-open-arrow-connector-icon.cjs");
|
|
@@ -111,6 +112,7 @@ let ts_dollar_icon_js = require("./dollar-icon.cjs");
|
|
|
111
112
|
let ts_down_icon_js = require("./down-icon.cjs");
|
|
112
113
|
let ts_download_icon_js = require("./download-icon.cjs");
|
|
113
114
|
let ts_download_image_icon_js = require("./download-image-icon.cjs");
|
|
115
|
+
let ts_dropdown_list_icon_js = require("./dropdown-list-icon.cjs");
|
|
114
116
|
let ts_engineering_function_icon_js = require("./engineering-function-icon.cjs");
|
|
115
117
|
let ts_entity_relationship_entity_icon_js = require("./entity-relationship-entity-icon.cjs");
|
|
116
118
|
let ts_entity_relationship_field_type_icon_js = require("./entity-relationship-field-type-icon.cjs");
|
|
@@ -121,6 +123,7 @@ let ts_euro_icon_js = require("./euro-icon.cjs");
|
|
|
121
123
|
let ts_exclamation_icon_js = require("./exclamation-icon.cjs");
|
|
122
124
|
let ts_expand_ascending_icon_js = require("./expand-ascending-icon.cjs");
|
|
123
125
|
let ts_expand_descending_icon_js = require("./expand-descending-icon.cjs");
|
|
126
|
+
let ts_expand_icon_js = require("./expand-icon.cjs");
|
|
124
127
|
let ts_exponential_icon_js = require("./exponential-icon.cjs");
|
|
125
128
|
let ts_export_icon_js = require("./export-icon.cjs");
|
|
126
129
|
let ts_eye_icon_js = require("./eye-icon.cjs");
|
|
@@ -150,7 +153,6 @@ let ts_fountain_pen_icon_js = require("./fountain-pen-icon.cjs");
|
|
|
150
153
|
let ts_freeze_column_icon_js = require("./freeze-column-icon.cjs");
|
|
151
154
|
let ts_freeze_row_icon_js = require("./freeze-row-icon.cjs");
|
|
152
155
|
let ts_freeze_to_selected_icon_js = require("./freeze-to-selected-icon.cjs");
|
|
153
|
-
let ts_fullscreen_icon_js = require("./fullscreen-icon.cjs");
|
|
154
156
|
let ts_function_icon_js = require("./function-icon.cjs");
|
|
155
157
|
let ts_funnel_icon_js = require("./funnel-icon.cjs");
|
|
156
158
|
let ts_fx_icon_js = require("./fx-icon.cjs");
|
|
@@ -480,6 +482,7 @@ let ts_sheets_app_icon_js = require("./sheets-app-icon.cjs");
|
|
|
480
482
|
let ts_shortcut_icon_js = require("./shortcut-icon.cjs");
|
|
481
483
|
let ts_show_dimensions_icon_js = require("./show-dimensions-icon.cjs");
|
|
482
484
|
let ts_show_toolbar_icon_js = require("./show-toolbar-icon.cjs");
|
|
485
|
+
let ts_shrink_icon_js = require("./shrink-icon.cjs");
|
|
483
486
|
let ts_shrink_to_fit_icon_js = require("./shrink-to-fit-icon.cjs");
|
|
484
487
|
let ts_slides_app_icon_js = require("./slides-app-icon.cjs");
|
|
485
488
|
let ts_slideshow_play_icon_js = require("./slideshow-play-icon.cjs");
|
|
@@ -924,6 +927,12 @@ Object.defineProperty(exports, "CheckMarkIcon", {
|
|
|
924
927
|
return ts_check_mark_icon_js.CheckMarkIcon;
|
|
925
928
|
}
|
|
926
929
|
});
|
|
930
|
+
Object.defineProperty(exports, "CheckboxIcon", {
|
|
931
|
+
enumerable: true,
|
|
932
|
+
get: function() {
|
|
933
|
+
return ts_checkbox_icon_js.CheckboxIcon;
|
|
934
|
+
}
|
|
935
|
+
});
|
|
927
936
|
Object.defineProperty(exports, "ClassDiagramClassIcon", {
|
|
928
937
|
enumerable: true,
|
|
929
938
|
get: function() {
|
|
@@ -1464,6 +1473,12 @@ Object.defineProperty(exports, "DownloadImageIcon", {
|
|
|
1464
1473
|
return ts_download_image_icon_js.DownloadImageIcon;
|
|
1465
1474
|
}
|
|
1466
1475
|
});
|
|
1476
|
+
Object.defineProperty(exports, "DropdownListIcon", {
|
|
1477
|
+
enumerable: true,
|
|
1478
|
+
get: function() {
|
|
1479
|
+
return ts_dropdown_list_icon_js.DropdownListIcon;
|
|
1480
|
+
}
|
|
1481
|
+
});
|
|
1467
1482
|
Object.defineProperty(exports, "EngineeringFunctionIcon", {
|
|
1468
1483
|
enumerable: true,
|
|
1469
1484
|
get: function() {
|
|
@@ -1524,6 +1539,12 @@ Object.defineProperty(exports, "ExpandDescendingIcon", {
|
|
|
1524
1539
|
return ts_expand_descending_icon_js.ExpandDescendingIcon;
|
|
1525
1540
|
}
|
|
1526
1541
|
});
|
|
1542
|
+
Object.defineProperty(exports, "ExpandIcon", {
|
|
1543
|
+
enumerable: true,
|
|
1544
|
+
get: function() {
|
|
1545
|
+
return ts_expand_icon_js.ExpandIcon;
|
|
1546
|
+
}
|
|
1547
|
+
});
|
|
1527
1548
|
Object.defineProperty(exports, "ExponentialIcon", {
|
|
1528
1549
|
enumerable: true,
|
|
1529
1550
|
get: function() {
|
|
@@ -1704,12 +1725,6 @@ Object.defineProperty(exports, "FreezeToSelectedIcon", {
|
|
|
1704
1725
|
return ts_freeze_to_selected_icon_js.FreezeToSelectedIcon;
|
|
1705
1726
|
}
|
|
1706
1727
|
});
|
|
1707
|
-
Object.defineProperty(exports, "FullscreenIcon", {
|
|
1708
|
-
enumerable: true,
|
|
1709
|
-
get: function() {
|
|
1710
|
-
return ts_fullscreen_icon_js.FullscreenIcon;
|
|
1711
|
-
}
|
|
1712
|
-
});
|
|
1713
1728
|
Object.defineProperty(exports, "FunctionIcon", {
|
|
1714
1729
|
enumerable: true,
|
|
1715
1730
|
get: function() {
|
|
@@ -3918,6 +3933,12 @@ Object.defineProperty(exports, "ShowToolbarIcon", {
|
|
|
3918
3933
|
return ts_show_toolbar_icon_js.ShowToolbarIcon;
|
|
3919
3934
|
}
|
|
3920
3935
|
});
|
|
3936
|
+
Object.defineProperty(exports, "ShrinkIcon", {
|
|
3937
|
+
enumerable: true,
|
|
3938
|
+
get: function() {
|
|
3939
|
+
return ts_shrink_icon_js.ShrinkIcon;
|
|
3940
|
+
}
|
|
3941
|
+
});
|
|
3921
3942
|
Object.defineProperty(exports, "ShrinkToFitIcon", {
|
|
3922
3943
|
enumerable: true,
|
|
3923
3944
|
get: function() {
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
5
|
+
let vue = require("vue");
|
|
6
|
+
let ts_base_js = require("./base.cjs");
|
|
7
|
+
//#region ts/shrink-icon.ts
|
|
8
|
+
const element = {
|
|
9
|
+
"tag": "svg",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
12
|
+
"fill": "none",
|
|
13
|
+
"viewBox": "0 0 16 16",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"stroke": "currentColor",
|
|
21
|
+
"stroke-linecap": "round",
|
|
22
|
+
"stroke-linejoin": "round",
|
|
23
|
+
"stroke-width": 1.2,
|
|
24
|
+
"d": "M10 10L14 14M10 10V13.2M10 10H13.2M6 13.2V10H2.8M6 10L2 14M10 2.8V6H13.2M10 6L14 2M6 2.8V6H2.8M6 6L2 2"
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
const ShrinkIcon = (0, vue.defineComponent)({
|
|
29
|
+
name: "ShrinkIcon",
|
|
30
|
+
inheritAttrs: false,
|
|
31
|
+
props: { extend: {
|
|
32
|
+
type: Object,
|
|
33
|
+
default: void 0
|
|
34
|
+
} },
|
|
35
|
+
setup(props, { attrs }) {
|
|
36
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
37
|
+
...attrs,
|
|
38
|
+
extend: props.extend,
|
|
39
|
+
id: "shrink-icon",
|
|
40
|
+
icon: element
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
exports.ShrinkIcon = ShrinkIcon;
|
|
46
|
+
exports.default = ShrinkIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
2
|
import type { IExtendProps } from './base.js';
|
|
3
|
-
export declare const
|
|
3
|
+
export declare const CheckboxIcon: 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 FullscreenIcon: import("vue").DefineComponent<import("vue")
|
|
|
15
15
|
}>> & Readonly<{}>, {
|
|
16
16
|
extend: IExtendProps;
|
|
17
17
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
|
-
export default
|
|
18
|
+
export default CheckboxIcon;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { defineComponent, h } from "vue";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/checkbox-icon.ts
|
|
4
|
+
const element = {
|
|
5
|
+
"tag": "svg",
|
|
6
|
+
"attrs": {
|
|
7
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
8
|
+
"fill": "none",
|
|
9
|
+
"viewBox": "0 0 16 16",
|
|
10
|
+
"width": "1em",
|
|
11
|
+
"height": "1em"
|
|
12
|
+
},
|
|
13
|
+
"children": [{
|
|
14
|
+
"tag": "rect",
|
|
15
|
+
"attrs": {
|
|
16
|
+
"width": 13,
|
|
17
|
+
"height": 13,
|
|
18
|
+
"x": 1.5,
|
|
19
|
+
"y": 1.5,
|
|
20
|
+
"stroke": "currentColor",
|
|
21
|
+
"stroke-width": 1.2,
|
|
22
|
+
"rx": 1.5
|
|
23
|
+
}
|
|
24
|
+
}, {
|
|
25
|
+
"tag": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"stroke": "currentColor",
|
|
28
|
+
"stroke-linecap": "round",
|
|
29
|
+
"stroke-linejoin": "round",
|
|
30
|
+
"stroke-width": 1.2,
|
|
31
|
+
"d": "M4.5 8L6.8 10.3L11.5 5.6"
|
|
32
|
+
}
|
|
33
|
+
}]
|
|
34
|
+
};
|
|
35
|
+
const CheckboxIcon = defineComponent({
|
|
36
|
+
name: "CheckboxIcon",
|
|
37
|
+
inheritAttrs: false,
|
|
38
|
+
props: { extend: {
|
|
39
|
+
type: Object,
|
|
40
|
+
default: void 0
|
|
41
|
+
} },
|
|
42
|
+
setup(props, { attrs }) {
|
|
43
|
+
return () => h(IconBase, {
|
|
44
|
+
...attrs,
|
|
45
|
+
extend: props.extend,
|
|
46
|
+
id: "checkbox-icon",
|
|
47
|
+
icon: element
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
});
|
|
51
|
+
//#endregion
|
|
52
|
+
export { CheckboxIcon, CheckboxIcon as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { IExtendProps } from './base.js';
|
|
3
|
+
export declare const DropdownListIcon: 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 DropdownListIcon;
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { defineComponent, h } from "vue";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/dropdown-list-icon.ts
|
|
4
|
+
const element = {
|
|
5
|
+
"tag": "svg",
|
|
6
|
+
"attrs": {
|
|
7
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
8
|
+
"fill": "none",
|
|
9
|
+
"viewBox": "0 0 16 16",
|
|
10
|
+
"width": "1em",
|
|
11
|
+
"height": "1em"
|
|
12
|
+
},
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"stroke": "currentColor",
|
|
18
|
+
"stroke-linejoin": "round",
|
|
19
|
+
"stroke-width": 1.2,
|
|
20
|
+
"d": "M8 5.5H2C1.72386 5.5 1.5 5.27614 1.5 5V2C1.5 1.72386 1.72386 1.5 2 1.5H14C14.2761 1.5 14.5 1.72386 14.5 2V5C14.5 5.27614 14.2761 5.5 14 5.5H13"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"tag": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"stroke": "currentColor",
|
|
27
|
+
"stroke-linecap": "round",
|
|
28
|
+
"stroke-linejoin": "round",
|
|
29
|
+
"stroke-width": 1.2,
|
|
30
|
+
"d": "M8.5 3.5L10.5 5.5L12.5 3.5"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"tag": "path",
|
|
35
|
+
"attrs": {
|
|
36
|
+
"stroke": "currentColor",
|
|
37
|
+
"stroke-linejoin": "round",
|
|
38
|
+
"stroke-width": 1.2,
|
|
39
|
+
"d": "M2 7.5H14C14.2761 7.5 14.5 7.72386 14.5 8V14C14.5 14.2761 14.2761 14.5 14 14.5H2C1.72386 14.5 1.5 14.2761 1.5 14V8C1.5 7.72386 1.72386 7.5 2 7.5Z"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"tag": "path",
|
|
44
|
+
"attrs": {
|
|
45
|
+
"stroke": "currentColor",
|
|
46
|
+
"stroke-linecap": "round",
|
|
47
|
+
"stroke-linejoin": "round",
|
|
48
|
+
"stroke-width": 1.2,
|
|
49
|
+
"d": "M3.5 9.5H9.5M3.5 12.5H7.5"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
};
|
|
54
|
+
const DropdownListIcon = defineComponent({
|
|
55
|
+
name: "DropdownListIcon",
|
|
56
|
+
inheritAttrs: false,
|
|
57
|
+
props: { extend: {
|
|
58
|
+
type: Object,
|
|
59
|
+
default: void 0
|
|
60
|
+
} },
|
|
61
|
+
setup(props, { attrs }) {
|
|
62
|
+
return () => h(IconBase, {
|
|
63
|
+
...attrs,
|
|
64
|
+
extend: props.extend,
|
|
65
|
+
id: "dropdown-list-icon",
|
|
66
|
+
icon: element
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
});
|
|
70
|
+
//#endregion
|
|
71
|
+
export { DropdownListIcon, DropdownListIcon as default };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { IExtendProps } from './base.js';
|
|
3
|
+
export declare const ExpandIcon: 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 ExpandIcon;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { defineComponent, h } from "vue";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/expand-icon.ts
|
|
4
|
+
const element = {
|
|
5
|
+
"tag": "svg",
|
|
6
|
+
"attrs": {
|
|
7
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
8
|
+
"fill": "none",
|
|
9
|
+
"viewBox": "0 0 16 16",
|
|
10
|
+
"width": "1em",
|
|
11
|
+
"height": "1em"
|
|
12
|
+
},
|
|
13
|
+
"children": [{
|
|
14
|
+
"tag": "path",
|
|
15
|
+
"attrs": {
|
|
16
|
+
"stroke": "currentColor",
|
|
17
|
+
"stroke-linecap": "round",
|
|
18
|
+
"stroke-linejoin": "round",
|
|
19
|
+
"stroke-width": 1.2,
|
|
20
|
+
"d": "M10 10L14 14M10 6L14 2M14 10.6667V14H10.6667M14 5.33333V2H10.6667M2 10.6667V14H5.33333M2 14L6 10M2 5.33333V2H5.33333M6 6L2 2"
|
|
21
|
+
}
|
|
22
|
+
}]
|
|
23
|
+
};
|
|
24
|
+
const ExpandIcon = defineComponent({
|
|
25
|
+
name: "ExpandIcon",
|
|
26
|
+
inheritAttrs: false,
|
|
27
|
+
props: { extend: {
|
|
28
|
+
type: Object,
|
|
29
|
+
default: void 0
|
|
30
|
+
} },
|
|
31
|
+
setup(props, { attrs }) {
|
|
32
|
+
return () => h(IconBase, {
|
|
33
|
+
...attrs,
|
|
34
|
+
extend: props.extend,
|
|
35
|
+
id: "expand-icon",
|
|
36
|
+
icon: element
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
//#endregion
|
|
41
|
+
export { ExpandIcon, ExpandIcon as default };
|
|
@@ -11,23 +11,14 @@ const element = {
|
|
|
11
11
|
"height": "1em"
|
|
12
12
|
},
|
|
13
13
|
"children": [
|
|
14
|
-
{
|
|
15
|
-
"tag": "path",
|
|
16
|
-
"attrs": {
|
|
17
|
-
"stroke": "currentColor",
|
|
18
|
-
"stroke-linecap": "round",
|
|
19
|
-
"stroke-width": 1.35,
|
|
20
|
-
"d": "M10.2663 2.33334L14.0663 6.13334"
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
14
|
{
|
|
24
15
|
"tag": "path",
|
|
25
16
|
"attrs": {
|
|
26
17
|
"stroke": "currentColor",
|
|
27
18
|
"stroke-linecap": "round",
|
|
28
19
|
"stroke-linejoin": "round",
|
|
29
|
-
"stroke-width": 1.
|
|
30
|
-
"d": "
|
|
20
|
+
"stroke-width": 1.2,
|
|
21
|
+
"d": "M9 3.5L4.00389 5.99805C4.00141 5.99929 3.99956 6.00151 3.99877 6.00418L1.50517 14.4824C1.50294 14.49 1.51 14.4971 1.51759 14.4948L9.99582 12.0012C9.99849 12.0004 10.0007 11.9986 10.0019 11.9961L12.5 7"
|
|
31
22
|
}
|
|
32
23
|
},
|
|
33
24
|
{
|
|
@@ -35,27 +26,28 @@ const element = {
|
|
|
35
26
|
"attrs": {
|
|
36
27
|
"stroke": "currentColor",
|
|
37
28
|
"stroke-linecap": "round",
|
|
38
|
-
"stroke-
|
|
39
|
-
"
|
|
29
|
+
"stroke-linejoin": "round",
|
|
30
|
+
"stroke-width": 1.2,
|
|
31
|
+
"d": "M1.5 14.5L4.5 11.5M1.5 14.5H14.5"
|
|
40
32
|
}
|
|
41
33
|
},
|
|
42
34
|
{
|
|
43
35
|
"tag": "circle",
|
|
44
36
|
"attrs": {
|
|
45
|
-
"cx":
|
|
46
|
-
"cy":
|
|
47
|
-
"r": .
|
|
48
|
-
"
|
|
37
|
+
"cx": 6.5,
|
|
38
|
+
"cy": 9.5,
|
|
39
|
+
"r": .5,
|
|
40
|
+
"stroke": "currentColor",
|
|
41
|
+
"stroke-width": 1.2
|
|
49
42
|
}
|
|
50
43
|
},
|
|
51
44
|
{
|
|
52
45
|
"tag": "path",
|
|
53
46
|
"attrs": {
|
|
54
47
|
"stroke": "currentColor",
|
|
55
|
-
"stroke-linecap": "round",
|
|
56
48
|
"stroke-linejoin": "round",
|
|
57
|
-
"stroke-width": 1.
|
|
58
|
-
"d": "
|
|
49
|
+
"stroke-width": 1.2,
|
|
50
|
+
"d": "M8.35355 2.85355C8.15829 2.65829 8.15829 2.34171 8.35355 2.14645L9.14645 1.35355C9.34171 1.15829 9.65829 1.15829 9.85355 1.35355L14.6464 6.14645C14.8417 6.34171 14.8417 6.65829 14.6464 6.85355L13.8536 7.64645C13.6583 7.84171 13.3417 7.84171 13.1464 7.64645L8.35355 2.85355Z"
|
|
59
51
|
}
|
|
60
52
|
}
|
|
61
53
|
]
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ export { CancelMergeIcon } from './cancel-merge-icon.js';
|
|
|
35
35
|
export { CatalogueIcon } from './catalogue-icon.js';
|
|
36
36
|
export { ChartIcon } from './chart-icon.js';
|
|
37
37
|
export { CheckMarkIcon } from './check-mark-icon.js';
|
|
38
|
+
export { CheckboxIcon } from './checkbox-icon.js';
|
|
38
39
|
export { ClassDiagramClassIcon } from './class-diagram-class-icon.js';
|
|
39
40
|
export { ClassDiagramDashedFilledArrowConnectorIcon } from './class-diagram-dashed-filled-arrow-connector-icon.js';
|
|
40
41
|
export { ClassDiagramDashedOpenArrowConnectorIcon } from './class-diagram-dashed-open-arrow-connector-icon.js';
|
|
@@ -110,6 +111,7 @@ export { DollarIcon } from './dollar-icon.js';
|
|
|
110
111
|
export { DownIcon } from './down-icon.js';
|
|
111
112
|
export { DownloadIcon } from './download-icon.js';
|
|
112
113
|
export { DownloadImageIcon } from './download-image-icon.js';
|
|
114
|
+
export { DropdownListIcon } from './dropdown-list-icon.js';
|
|
113
115
|
export { EngineeringFunctionIcon } from './engineering-function-icon.js';
|
|
114
116
|
export { EntityRelationshipEntityIcon } from './entity-relationship-entity-icon.js';
|
|
115
117
|
export { EntityRelationshipFieldTypeIcon } from './entity-relationship-field-type-icon.js';
|
|
@@ -120,6 +122,7 @@ export { EuroIcon } from './euro-icon.js';
|
|
|
120
122
|
export { ExclamationIcon } from './exclamation-icon.js';
|
|
121
123
|
export { ExpandAscendingIcon } from './expand-ascending-icon.js';
|
|
122
124
|
export { ExpandDescendingIcon } from './expand-descending-icon.js';
|
|
125
|
+
export { ExpandIcon } from './expand-icon.js';
|
|
123
126
|
export { ExponentialIcon } from './exponential-icon.js';
|
|
124
127
|
export { ExportIcon } from './export-icon.js';
|
|
125
128
|
export { EyeIcon } from './eye-icon.js';
|
|
@@ -149,7 +152,6 @@ export { FountainPenIcon } from './fountain-pen-icon.js';
|
|
|
149
152
|
export { FreezeColumnIcon } from './freeze-column-icon.js';
|
|
150
153
|
export { FreezeRowIcon } from './freeze-row-icon.js';
|
|
151
154
|
export { FreezeToSelectedIcon } from './freeze-to-selected-icon.js';
|
|
152
|
-
export { FullscreenIcon } from './fullscreen-icon.js';
|
|
153
155
|
export { FunctionIcon } from './function-icon.js';
|
|
154
156
|
export { FunnelIcon } from './funnel-icon.js';
|
|
155
157
|
export { FxIcon } from './fx-icon.js';
|
|
@@ -479,6 +481,7 @@ export { SheetsAppIcon } from './sheets-app-icon.js';
|
|
|
479
481
|
export { ShortcutIcon } from './shortcut-icon.js';
|
|
480
482
|
export { ShowDimensionsIcon } from './show-dimensions-icon.js';
|
|
481
483
|
export { ShowToolbarIcon } from './show-toolbar-icon.js';
|
|
484
|
+
export { ShrinkIcon } from './shrink-icon.js';
|
|
482
485
|
export { ShrinkToFitIcon } from './shrink-to-fit-icon.js';
|
|
483
486
|
export { SlidesAppIcon } from './slides-app-icon.js';
|
|
484
487
|
export { SlideshowPlayIcon } from './slideshow-play-icon.js';
|
package/dist/esm/index.js
CHANGED
|
@@ -35,6 +35,7 @@ import { CancelMergeIcon } from "./cancel-merge-icon.js";
|
|
|
35
35
|
import { CatalogueIcon } from "./catalogue-icon.js";
|
|
36
36
|
import { ChartIcon } from "./chart-icon.js";
|
|
37
37
|
import { CheckMarkIcon } from "./check-mark-icon.js";
|
|
38
|
+
import { CheckboxIcon } from "./checkbox-icon.js";
|
|
38
39
|
import { ClassDiagramClassIcon } from "./class-diagram-class-icon.js";
|
|
39
40
|
import { ClassDiagramDashedFilledArrowConnectorIcon } from "./class-diagram-dashed-filled-arrow-connector-icon.js";
|
|
40
41
|
import { ClassDiagramDashedOpenArrowConnectorIcon } from "./class-diagram-dashed-open-arrow-connector-icon.js";
|
|
@@ -110,6 +111,7 @@ import { DollarIcon } from "./dollar-icon.js";
|
|
|
110
111
|
import { DownIcon } from "./down-icon.js";
|
|
111
112
|
import { DownloadIcon } from "./download-icon.js";
|
|
112
113
|
import { DownloadImageIcon } from "./download-image-icon.js";
|
|
114
|
+
import { DropdownListIcon } from "./dropdown-list-icon.js";
|
|
113
115
|
import { EngineeringFunctionIcon } from "./engineering-function-icon.js";
|
|
114
116
|
import { EntityRelationshipEntityIcon } from "./entity-relationship-entity-icon.js";
|
|
115
117
|
import { EntityRelationshipFieldTypeIcon } from "./entity-relationship-field-type-icon.js";
|
|
@@ -120,6 +122,7 @@ import { EuroIcon } from "./euro-icon.js";
|
|
|
120
122
|
import { ExclamationIcon } from "./exclamation-icon.js";
|
|
121
123
|
import { ExpandAscendingIcon } from "./expand-ascending-icon.js";
|
|
122
124
|
import { ExpandDescendingIcon } from "./expand-descending-icon.js";
|
|
125
|
+
import { ExpandIcon } from "./expand-icon.js";
|
|
123
126
|
import { ExponentialIcon } from "./exponential-icon.js";
|
|
124
127
|
import { ExportIcon } from "./export-icon.js";
|
|
125
128
|
import { EyeIcon } from "./eye-icon.js";
|
|
@@ -149,7 +152,6 @@ import { FountainPenIcon } from "./fountain-pen-icon.js";
|
|
|
149
152
|
import { FreezeColumnIcon } from "./freeze-column-icon.js";
|
|
150
153
|
import { FreezeRowIcon } from "./freeze-row-icon.js";
|
|
151
154
|
import { FreezeToSelectedIcon } from "./freeze-to-selected-icon.js";
|
|
152
|
-
import { FullscreenIcon } from "./fullscreen-icon.js";
|
|
153
155
|
import { FunctionIcon } from "./function-icon.js";
|
|
154
156
|
import { FunnelIcon } from "./funnel-icon.js";
|
|
155
157
|
import { FxIcon } from "./fx-icon.js";
|
|
@@ -479,6 +481,7 @@ import { SheetsAppIcon } from "./sheets-app-icon.js";
|
|
|
479
481
|
import { ShortcutIcon } from "./shortcut-icon.js";
|
|
480
482
|
import { ShowDimensionsIcon } from "./show-dimensions-icon.js";
|
|
481
483
|
import { ShowToolbarIcon } from "./show-toolbar-icon.js";
|
|
484
|
+
import { ShrinkIcon } from "./shrink-icon.js";
|
|
482
485
|
import { ShrinkToFitIcon } from "./shrink-to-fit-icon.js";
|
|
483
486
|
import { SlidesAppIcon } from "./slides-app-icon.js";
|
|
484
487
|
import { SlideshowPlayIcon } from "./slideshow-play-icon.js";
|
|
@@ -617,4 +620,4 @@ import { TodoListDoubleIcon } from "./todo-list-double-icon.js";
|
|
|
617
620
|
import { UpBorderDoubleIcon } from "./up-border-double-icon.js";
|
|
618
621
|
import { VerticalBorderDoubleIcon } from "./vertical-border-double-icon.js";
|
|
619
622
|
import { WarnDoubleIcon } from "./warn-double-icon.js";
|
|
620
|
-
export { AIcon, ActivityIcon, AddDigitsIcon, AddImageIcon, AddNoteIcon, AdditionAndSubtractionIcon, AdjustHeightDoubleIcon, AdjustWidthDoubleIcon, AiAssistantMultiIcon, AlignBottomIcon, AlignTextBothIcon, AlignTopIcon, AllBorderIcon, AmplifyIcon, AreaChartIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowTiltDownIcon, ArrowTiltUpIcon, ArrowUpIcon, AscendingIcon, AutoHeightDoubleIcon, AutoWidthDoubleIcon, AutofillDoubleIcon, AutowrapIcon, AvgIcon, BackSlashDoubleIcon, BanIcon, BarChartIcon, BasesAppIcon, BasesMultiIcon, BoardsAppIcon, BoardsMultiIcon, BoldIcon, BottomIcon, BoxplotIcon, BrushIcon, BubbleIcon, CalendarIcon, CalloutIcon, CancelFreezeIcon, CancelMergeIcon, CatalogueIcon, Cell0DoubleIcon, Cell100DoubleIcon, Cell25DoubleIcon, Cell50DoubleIcon, Cell75DoubleIcon, ChartIcon, CheckMarkIcon, ClassDiagramClassIcon, ClassDiagramDashedFilledArrowConnectorIcon, ClassDiagramDashedOpenArrowConnectorIcon, ClassDiagramFilledArrowConnectorIcon, ClassDiagramFilledDiamondConnectorIcon, ClassDiagramHollowDiamondConnectorIcon, ClassDiagramInterfaceIcon, ClearFormatDoubleIcon, ClockIcon, CloseIcon, CloudOutlineIcon, CntIcon, CodeBlockIcon, CodeIcon, ColorWheelMultiIcon, ColumnChartIcon, ColumnIcon, ColumnSparklineIcon, ComboChartIcon, CommentIcon, ComponentDiagramAssemblyConnectorIcon, ComponentDiagramComponentBoxIcon, ComponentDiagramComponentIcon, ComponentDiagramProvidedInterfaceIcon, ComponentDiagramRequiredInterfaceIcon, ConditionalColorIcon, ConditionsDoubleIcon, ConfigureTabIcon, ConnectionLineIcon, ConnectorBarCrowsFootMarkerIcon, ConnectorBarMarkerIcon, ConnectorCircleBarMarkerIcon, ConnectorCircleCrowsFootMarkerIcon, ConnectorCircleMarkerIcon, ConnectorCrossMarkerIcon, ConnectorCrowsFootMarkerIcon, ConnectorFilledArrowMarkerIcon, ConnectorFilledCircleMarkerIcon, ConnectorFilledDiamondMarkerIcon, ConnectorHollowDiamondMarkerIcon, ConnectorHollowTriangleMarkerIcon, ConnectorNoneMarkerIcon, ConnectorOpenArrowMarkerIcon, ConnectorRoundedElbowIcon, ConnectorSwapMarkersIcon, ConnectorXMarkerIcon, ConvertIcon, ConvertToNumberIcon, CopyDoubleIcon, CopyIcon, CorrectDoubleIcon, CreateCopyIcon, CropIcon, CrossHighlightingIcon, CrossIcon, CursorsIcon, CustomSortIcon, CutIcon, DataFlowCircleIcon, DataFlowDataStorage1Icon, DataFlowDataStorage2Icon, DataFlowDataStorage3Icon, DataFlowRoundedRectangleIcon, DataFlowRoundedSquareIcon, DataValidationIcon, DatabaseFunctionIcon, DatabaseIcon, DateFunctionIcon, DeleteCellMoveDownDoubleIcon, DeleteCellShiftLeftDoubleIcon, DeleteCellShiftRightDoubleIcon, DeleteCellShiftUpDoubleIcon, DeleteColumnDoubleIcon, DeleteEmptyIcon, DeleteIcon, DeleteNoteIcon, DeleteRowDoubleIcon, DeleteTableDoubleIcon, DescendingIcon, DirectExportIcon, DissatisfiedDoubleIcon, DividerIcon, DocSettingIcon, DocsAppIcon, DocsMultiIcon, DollarIcon, DownBorderDoubleIcon, DownIcon, DownloadIcon, DownloadImageIcon, EngineeringFunctionIcon, EntityRelationshipEntityIcon, EntityRelationshipFieldTypeIcon, EntityRelationshipFullIcon, EntityRelationshipKeyFieldIcon, ErrorIcon, EuroIcon, ExclamationIcon, ExpandAscendingIcon, ExpandDescendingIcon, ExponentialIcon, ExportIcon, EyeIcon, EyelashIcon, FilterIcon, FinancialFunctionIcon, FirstTabIcon, FlagIcon, FlipHorizontalIcon, FlipVerticalIcon, FolderIcon, FontColorDoubleIcon, FontSizeIncreaseIcon, FontSizeReduceIcon, FoodsIcon, FormulaAccentIcon, FormulaBracketIcon, FormulaFractionIcon, FormulaFunctionIcon, FormulaIntegralIcon, FormulaLargeOperatorIcon, FormulaLimitLogarithmIcon, FormulaMatrixIcon, FormulaOperatorIcon, FormulaRadicalIcon, FormulaScriptIcon, FountainPenIcon, FreezeColumnIcon, FreezeRowIcon, FreezeToSelectedIcon, FullscreenIcon, FunctionIcon, FunnelIcon, FxIcon, GraphIcon, GridIcon, GridOutlineIcon, GripHorizontalIcon, GripVerticalIcon, GroupIcon, GroupSparklineIcon, GroupingDoubleIcon, GuffawDoubleIcon, H1Icon, H2Icon, H3Icon, H4Icon, H5Icon, H6Icon, HandIcon, HeaderFooterIcon, HeatmapIcon, HelpIcon, HideDoubleIcon, HideGridlinesDoubleIcon, HideNoteIcon, HistoryIcon, HomeIcon, HorizontalBorderDoubleIcon, HorizontalMergeIcon, HorizontallyIcon, ImpatientDoubleIcon, ImportIcon, IncreaseIcon, IndicateDoubleIcon, InfoIcon, InformationFunctionIcon, InnerBorderDoubleIcon, InsertCellDownDoubleIcon, InsertCellShiftRightDoubleIcon, InsertCommentDoubleIcon, InsertDoubleIcon, InsertIcon, InsertLinkDoubleIcon, InsertRowAboveDoubleIcon, InsertRowBelowDoubleIcon, ItalicIcon, KeyboardIcon, LeftBorderDoubleIcon, LeftDoubleDiagonalDoubleIcon, LeftInsertColumnDoubleIcon, LeftJustifyingIcon, LeftRotationFortyFiveDegreesIcon, LeftRotationNinetyDegreesIcon, LeftTridiagonalDoubleIcon, LineChartIcon, LineDashedNoneIcon, LineDoubleOpenArrowIcon, LineIndentDecreaseIcon, LineIndentIncreaseIcon, LineNoneIcon, LineOpenArrowIcon, LineSparklineIcon, LinearIcon, LinkIcon, LiveShareIcon, LoadingMultiIcon, LocateFixedIcon, LockIcon, LogarithmicIcon, LogicalFunctionIcon, LookupFunctionIcon, MathFunctionIcon, MaxIcon, MenuIcon, MergeAllIcon, MermaidDiagramIcon, MinIcon, MindMapIcon, MistakeDoubleIcon, MoreDownIcon, MoreHorizontalIcon, MoreLeftIcon, MoreRightIcon, MoreUpIcon, MoreVerticalIcon, MoveDownIcon, MoveUpIcon, MovingAverageIcon, NatureIcon, NoBorderIcon, NoColorDoubleIcon, NoRotationIcon, NoninductiveDoubleIcon, NumberIcon, ObjectsIcon, OffLineIcon, OnLineIcon, OneToOneIcon, OrderIcon, OuterBorderDoubleIcon, OverflowIcon, PaintBucketDoubleIcon, PaintIcon, PasteSpecialDoubleIcon, PenIcon, PeopleIcon, PercentIcon, PieChartIcon, PipingIcon, PivotTableIcon, PlacesIcon, PointColorDoubleIcon, PolynomialIcon, PowerLineIcon, PreciseSelectionIcon, PrintIcon, Progress0DoubleIcon, Progress100DoubleIcon, Progress25DoubleIcon, Progress50DoubleIcon, Progress75DoubleIcon, ProtectIcon, QuickAddIcon, QuoteIcon, RadarChartIcon, RandomIcon, RecentIcon, RecordIcon, RedoIcon, ReduceDigitsIcon, ReduceDoubleIcon, ReduceIcon, RelationshipIcon, RenameIcon, ReplyToCommentIcon, ResourcesIcon, RestoreIcon, RhomboidIcon, RightBorderDoubleIcon, RightDoubleDiagonalDoubleIcon, RightInsertColumnDoubleIcon, RightJustifyingIcon, RightRotationFortyFiveDegreesIcon, RightRotationNinetyDegreesIcon, RmbIcon, RoubleIcon, RoundnessIcon, RowHeightExtraTallIcon, RowHeightMediumIcon, RowHeightShortIcon, RowHeightTallIcon, RowIcon, RulerIcon, SankeyIcon, ScatterChartIcon, SearchIcon, SelectRangeIcon, SequenceActivationBarIcon, SequenceActorLifelineIcon, SequenceAlternativeFragmentIcon, SequenceBoundaryLifelineIcon, SequenceCollectionLifelineIcon, SequenceControlLifelineIcon, SequenceDirectAccessStorageLifelineIcon, SequenceEntityLifelineIcon, SequenceFragmentIcon, SequenceMagneticDiskLifelineIcon, SequenceObjectLifelineIcon, ShapeAccentBorderCallout1Icon, ShapeAccentBorderCallout2Icon, ShapeAccentBorderCallout3Icon, ShapeAccentCallout1Icon, ShapeAccentCallout2Icon, ShapeAccentCallout3Icon, ShapeActionButtonBackPreviousIcon, ShapeActionButtonBeginningIcon, ShapeActionButtonBlankIcon, ShapeActionButtonDocumentIcon, ShapeActionButtonEndIcon, ShapeActionButtonForwardNextIcon, ShapeActionButtonHelpIcon, ShapeActionButtonHomeIcon, ShapeActionButtonInformationIcon, ShapeActionButtonMovieIcon, ShapeActionButtonReturnIcon, ShapeActionButtonSoundIcon, ShapeArcIcon, ShapeBackgroundColorDoubleIcon, ShapeBentArrowIcon, ShapeBentConnector3Arrow1Icon, ShapeBentConnector3Arrow2Icon, ShapeBentConnector3Icon, ShapeBentUpArrowIcon, ShapeBevelIcon, ShapeBlockArcIcon, ShapeBorderCallout1Icon, ShapeBorderCallout2Icon, ShapeBorderCallout3Icon, ShapeBracePairIcon, ShapeBracketPairIcon, ShapeCallout1Icon, ShapeCallout2Icon, ShapeCallout3Icon, ShapeCanIcon, ShapeChartPlusIcon, ShapeChartStarIcon, ShapeChartXIcon, ShapeChevronIcon, ShapeChordIcon, ShapeCircularArrowIcon, ShapeCloudCalloutIcon, ShapeCloudIcon, ShapeCornerIcon, ShapeCornerTabsIcon, ShapeCubeIcon, ShapeCurvedConnector3Arrow1Icon, ShapeCurvedConnector3Arrow2Icon, ShapeCurvedConnector3Icon, ShapeCurvedDownArrowIcon, ShapeCurvedLeftArrowIcon, ShapeCurvedRightArrowIcon, ShapeCurvedUpArrowIcon, ShapeDecagonIcon, ShapeDiagStripeIcon, ShapeDiamondIcon, ShapeDodecagonIcon, ShapeDonutIcon, ShapeDoubleWaveIcon, ShapeDownArrowCalloutIcon, ShapeDownArrowIcon, ShapeEllipseIcon, ShapeEllipseRibbon2Icon, ShapeEllipseRibbonIcon, ShapeFlowChartAlternateProcessIcon, ShapeFlowChartCollateIcon, ShapeFlowChartConnectorIcon, ShapeFlowChartDecisionIcon, ShapeFlowChartDelayIcon, ShapeFlowChartDisplayIcon, ShapeFlowChartDocumentIcon, ShapeFlowChartExtractIcon, ShapeFlowChartInputOutputIcon, ShapeFlowChartInternalStorageIcon, ShapeFlowChartMagneticDiskIcon, ShapeFlowChartMagneticDrumIcon, ShapeFlowChartMagneticTapeIcon, ShapeFlowChartManualInputIcon, ShapeFlowChartManualOperationIcon, ShapeFlowChartMergeIcon, ShapeFlowChartMultidocumentIcon, ShapeFlowChartOfflineStorageIcon, ShapeFlowChartOffpageConnectorIcon, ShapeFlowChartOnlineStorageIcon, ShapeFlowChartOrIcon, ShapeFlowChartPredefinedProcessIcon, ShapeFlowChartPreparationIcon, ShapeFlowChartProcessIcon, ShapeFlowChartPunchedCardIcon, ShapeFlowChartPunchedTapeIcon, ShapeFlowChartSortIcon, ShapeFlowChartSummingJunctionIcon, ShapeFlowChartTerminatorIcon, ShapeFolderCornerIcon, ShapeFormatSettingIcon, ShapeFrameIcon, ShapeFunnelIcon, ShapeGear6Icon, ShapeGear9Icon, ShapeHalfFrameIcon, ShapeHeartIcon, ShapeHeptagonIcon, ShapeHexagonIcon, ShapeHomePlateIcon, ShapeHorizontalScrollIcon, ShapeIcon, ShapeIrregularSeal1Icon, ShapeIrregularSeal2Icon, ShapeLeftArrowCalloutIcon, ShapeLeftArrowIcon, ShapeLeftBraceIcon, ShapeLeftBracketIcon, ShapeLeftCircularArrowIcon, ShapeLeftRightArrowCalloutIcon, ShapeLeftRightArrowIcon, ShapeLeftRightCircularArrowIcon, ShapeLeftRightRibbonIcon, ShapeLeftRightUpArrowIcon, ShapeLeftUpArrowIcon, ShapeLightningBoltIcon, ShapeLineIcon, ShapeLineInvIcon, ShapeMathDivideIcon, ShapeMathEqualIcon, ShapeMathMinusIcon, ShapeMathMultiplyIcon, ShapeMathNotEqualIcon, ShapeMathPlusIcon, ShapeMoonIcon, ShapeNoSmokingIcon, ShapeNonIsoscelesTrapezoidIcon, ShapeNotchedRightArrowIcon, ShapeOctagonIcon, ShapeParallelogramIcon, ShapePentagonIcon, ShapePieIcon, ShapePieWedgeIcon, ShapePlaqueIcon, ShapePlaqueTabsIcon, ShapePlusIcon, ShapeQuadArrowCalloutIcon, ShapeQuadArrowIcon, ShapeRectIcon, ShapeRectTextboxHorizontalIcon, ShapeRectTextboxVerticalIcon, ShapeRibbon2Icon, ShapeRibbonIcon, ShapeRightArrowCalloutIcon, ShapeRightArrowIcon, ShapeRightBraceIcon, ShapeRightBracketIcon, ShapeRound1RectIcon, ShapeRound2DiagRectIcon, ShapeRound2SameRectIcon, ShapeRoundRectIcon, ShapeRtTriangleIcon, ShapeSmileyFaceIcon, ShapeSnip1RectIcon, ShapeSnip2DiagRectIcon, ShapeSnip2SameRectIcon, ShapeSnipRoundRectIcon, ShapeSquareTabsIcon, ShapeStar10Icon, ShapeStar12Icon, ShapeStar16Icon, ShapeStar24Icon, ShapeStar32Icon, ShapeStar4Icon, ShapeStar5Icon, ShapeStar6Icon, ShapeStar7Icon, ShapeStar8Icon, ShapeStraightConnector1Icon, ShapeStraightConnector2Icon, ShapeStripedRightArrowIcon, ShapeStrokeColorDoubleIcon, ShapeSunIcon, ShapeSwooshArrowIcon, ShapeTeardropIcon, ShapeTrapezoidIcon, ShapeTriangleIcon, ShapeUpArrowCalloutIcon, ShapeUpArrowIcon, ShapeUpDownArrowCalloutIcon, ShapeUpDownArrowIcon, ShapeUturnArrowIcon, ShapeVerticalScrollIcon, ShapeWaveIcon, ShapeWedgeEllipseCalloutIcon, ShapeWedgeRectCalloutIcon, ShapeWedgeRoundRectCalloutIcon, ShareIcon, ShareRangeIcon, SheetIcon, SheetsAppIcon, SheetsMultiIcon, ShortcutIcon, ShowDimensionsIcon, ShowToolbarIcon, ShrinkToFitIcon, Signal0DoubleIcon, Signal100DoubleIcon, Signal25DoubleIcon, Signal50DoubleIcon, Signal75DoubleIcon, SlashDoubleIcon, SlidesAppIcon, SlidesMultiIcon, SlideshowPlayIcon, SlideshowThemeIcon, SmileDoubleIcon, StarEmptyDoubleIcon, StarFullDoubleIcon, StarIncompleteDoubleIcon, StatisticalFunctionIcon, StatusDiagramFinalStateIcon, StatusDiagramInitialStateIcon, StatusDiagramStateBarIcon, StickyNoteIcon, StrikethroughIcon, StrokeSize1Icon, StrokeSize2Icon, StrokeSize3Icon, StrokeSize4Icon, StrokeSize5Icon, SubscriptIcon, SuccessIcon, SuccessOutlineIcon, SumIcon, SuperscriptIcon, SymbolsIcon, TableBorderStyleDashedIcon, TableBorderStyleDottedIcon, TableBorderStyleIcon, TableBorderStyleSolidIcon, TableBorderWidthIcon, TableIcon, TextFunctionIcon, TextIcon, TextTypeIcon, TextWrapShapeIcon, TodoListDoubleIcon, TopmostIcon, TransitionsIcon, TriangleIcon, TruncationIcon, TypographyIcon, UnderlineIcon, UndoIcon, UngroupIcon, UngroupSparklineIcon, UniverCliIcon, UniverSdkMultiIcon, UnlinkIcon, UnorderIcon, UpBorderDoubleIcon, UpIcon, VerticalBorderDoubleIcon, VerticalCenterIcon, VerticalIntegrationIcon, VerticalTextIcon, WarnDoubleIcon, WarningIcon, WaterfallChartIcon, WinlossSparklineIcon, WriteIcon, ZoomInIcon, ZoomOutIcon };
|
|
623
|
+
export { AIcon, ActivityIcon, AddDigitsIcon, AddImageIcon, AddNoteIcon, AdditionAndSubtractionIcon, AdjustHeightDoubleIcon, AdjustWidthDoubleIcon, AiAssistantMultiIcon, AlignBottomIcon, AlignTextBothIcon, AlignTopIcon, AllBorderIcon, AmplifyIcon, AreaChartIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowTiltDownIcon, ArrowTiltUpIcon, ArrowUpIcon, AscendingIcon, AutoHeightDoubleIcon, AutoWidthDoubleIcon, AutofillDoubleIcon, AutowrapIcon, AvgIcon, BackSlashDoubleIcon, BanIcon, BarChartIcon, BasesAppIcon, BasesMultiIcon, BoardsAppIcon, BoardsMultiIcon, BoldIcon, BottomIcon, BoxplotIcon, BrushIcon, BubbleIcon, CalendarIcon, CalloutIcon, CancelFreezeIcon, CancelMergeIcon, CatalogueIcon, Cell0DoubleIcon, Cell100DoubleIcon, Cell25DoubleIcon, Cell50DoubleIcon, Cell75DoubleIcon, ChartIcon, CheckMarkIcon, CheckboxIcon, ClassDiagramClassIcon, ClassDiagramDashedFilledArrowConnectorIcon, ClassDiagramDashedOpenArrowConnectorIcon, ClassDiagramFilledArrowConnectorIcon, ClassDiagramFilledDiamondConnectorIcon, ClassDiagramHollowDiamondConnectorIcon, ClassDiagramInterfaceIcon, ClearFormatDoubleIcon, ClockIcon, CloseIcon, CloudOutlineIcon, CntIcon, CodeBlockIcon, CodeIcon, ColorWheelMultiIcon, ColumnChartIcon, ColumnIcon, ColumnSparklineIcon, ComboChartIcon, CommentIcon, ComponentDiagramAssemblyConnectorIcon, ComponentDiagramComponentBoxIcon, ComponentDiagramComponentIcon, ComponentDiagramProvidedInterfaceIcon, ComponentDiagramRequiredInterfaceIcon, ConditionalColorIcon, ConditionsDoubleIcon, ConfigureTabIcon, ConnectionLineIcon, ConnectorBarCrowsFootMarkerIcon, ConnectorBarMarkerIcon, ConnectorCircleBarMarkerIcon, ConnectorCircleCrowsFootMarkerIcon, ConnectorCircleMarkerIcon, ConnectorCrossMarkerIcon, ConnectorCrowsFootMarkerIcon, ConnectorFilledArrowMarkerIcon, ConnectorFilledCircleMarkerIcon, ConnectorFilledDiamondMarkerIcon, ConnectorHollowDiamondMarkerIcon, ConnectorHollowTriangleMarkerIcon, ConnectorNoneMarkerIcon, ConnectorOpenArrowMarkerIcon, ConnectorRoundedElbowIcon, ConnectorSwapMarkersIcon, ConnectorXMarkerIcon, ConvertIcon, ConvertToNumberIcon, CopyDoubleIcon, CopyIcon, CorrectDoubleIcon, CreateCopyIcon, CropIcon, CrossHighlightingIcon, CrossIcon, CursorsIcon, CustomSortIcon, CutIcon, DataFlowCircleIcon, DataFlowDataStorage1Icon, DataFlowDataStorage2Icon, DataFlowDataStorage3Icon, DataFlowRoundedRectangleIcon, DataFlowRoundedSquareIcon, DataValidationIcon, DatabaseFunctionIcon, DatabaseIcon, DateFunctionIcon, DeleteCellMoveDownDoubleIcon, DeleteCellShiftLeftDoubleIcon, DeleteCellShiftRightDoubleIcon, DeleteCellShiftUpDoubleIcon, DeleteColumnDoubleIcon, DeleteEmptyIcon, DeleteIcon, DeleteNoteIcon, DeleteRowDoubleIcon, DeleteTableDoubleIcon, DescendingIcon, DirectExportIcon, DissatisfiedDoubleIcon, DividerIcon, DocSettingIcon, DocsAppIcon, DocsMultiIcon, DollarIcon, DownBorderDoubleIcon, DownIcon, DownloadIcon, DownloadImageIcon, DropdownListIcon, EngineeringFunctionIcon, EntityRelationshipEntityIcon, EntityRelationshipFieldTypeIcon, EntityRelationshipFullIcon, EntityRelationshipKeyFieldIcon, ErrorIcon, EuroIcon, ExclamationIcon, ExpandAscendingIcon, ExpandDescendingIcon, ExpandIcon, ExponentialIcon, ExportIcon, EyeIcon, EyelashIcon, FilterIcon, FinancialFunctionIcon, FirstTabIcon, FlagIcon, FlipHorizontalIcon, FlipVerticalIcon, FolderIcon, FontColorDoubleIcon, FontSizeIncreaseIcon, FontSizeReduceIcon, FoodsIcon, FormulaAccentIcon, FormulaBracketIcon, FormulaFractionIcon, FormulaFunctionIcon, FormulaIntegralIcon, FormulaLargeOperatorIcon, FormulaLimitLogarithmIcon, FormulaMatrixIcon, FormulaOperatorIcon, FormulaRadicalIcon, FormulaScriptIcon, FountainPenIcon, FreezeColumnIcon, FreezeRowIcon, FreezeToSelectedIcon, FunctionIcon, FunnelIcon, FxIcon, GraphIcon, GridIcon, GridOutlineIcon, GripHorizontalIcon, GripVerticalIcon, GroupIcon, GroupSparklineIcon, GroupingDoubleIcon, GuffawDoubleIcon, H1Icon, H2Icon, H3Icon, H4Icon, H5Icon, H6Icon, HandIcon, HeaderFooterIcon, HeatmapIcon, HelpIcon, HideDoubleIcon, HideGridlinesDoubleIcon, HideNoteIcon, HistoryIcon, HomeIcon, HorizontalBorderDoubleIcon, HorizontalMergeIcon, HorizontallyIcon, ImpatientDoubleIcon, ImportIcon, IncreaseIcon, IndicateDoubleIcon, InfoIcon, InformationFunctionIcon, InnerBorderDoubleIcon, InsertCellDownDoubleIcon, InsertCellShiftRightDoubleIcon, InsertCommentDoubleIcon, InsertDoubleIcon, InsertIcon, InsertLinkDoubleIcon, InsertRowAboveDoubleIcon, InsertRowBelowDoubleIcon, ItalicIcon, KeyboardIcon, LeftBorderDoubleIcon, LeftDoubleDiagonalDoubleIcon, LeftInsertColumnDoubleIcon, LeftJustifyingIcon, LeftRotationFortyFiveDegreesIcon, LeftRotationNinetyDegreesIcon, LeftTridiagonalDoubleIcon, LineChartIcon, LineDashedNoneIcon, LineDoubleOpenArrowIcon, LineIndentDecreaseIcon, LineIndentIncreaseIcon, LineNoneIcon, LineOpenArrowIcon, LineSparklineIcon, LinearIcon, LinkIcon, LiveShareIcon, LoadingMultiIcon, LocateFixedIcon, LockIcon, LogarithmicIcon, LogicalFunctionIcon, LookupFunctionIcon, MathFunctionIcon, MaxIcon, MenuIcon, MergeAllIcon, MermaidDiagramIcon, MinIcon, MindMapIcon, MistakeDoubleIcon, MoreDownIcon, MoreHorizontalIcon, MoreLeftIcon, MoreRightIcon, MoreUpIcon, MoreVerticalIcon, MoveDownIcon, MoveUpIcon, MovingAverageIcon, NatureIcon, NoBorderIcon, NoColorDoubleIcon, NoRotationIcon, NoninductiveDoubleIcon, NumberIcon, ObjectsIcon, OffLineIcon, OnLineIcon, OneToOneIcon, OrderIcon, OuterBorderDoubleIcon, OverflowIcon, PaintBucketDoubleIcon, PaintIcon, PasteSpecialDoubleIcon, PenIcon, PeopleIcon, PercentIcon, PieChartIcon, PipingIcon, PivotTableIcon, PlacesIcon, PointColorDoubleIcon, PolynomialIcon, PowerLineIcon, PreciseSelectionIcon, PrintIcon, Progress0DoubleIcon, Progress100DoubleIcon, Progress25DoubleIcon, Progress50DoubleIcon, Progress75DoubleIcon, ProtectIcon, QuickAddIcon, QuoteIcon, RadarChartIcon, RandomIcon, RecentIcon, RecordIcon, RedoIcon, ReduceDigitsIcon, ReduceDoubleIcon, ReduceIcon, RelationshipIcon, RenameIcon, ReplyToCommentIcon, ResourcesIcon, RestoreIcon, RhomboidIcon, RightBorderDoubleIcon, RightDoubleDiagonalDoubleIcon, RightInsertColumnDoubleIcon, RightJustifyingIcon, RightRotationFortyFiveDegreesIcon, RightRotationNinetyDegreesIcon, RmbIcon, RoubleIcon, RoundnessIcon, RowHeightExtraTallIcon, RowHeightMediumIcon, RowHeightShortIcon, RowHeightTallIcon, RowIcon, RulerIcon, SankeyIcon, ScatterChartIcon, SearchIcon, SelectRangeIcon, SequenceActivationBarIcon, SequenceActorLifelineIcon, SequenceAlternativeFragmentIcon, SequenceBoundaryLifelineIcon, SequenceCollectionLifelineIcon, SequenceControlLifelineIcon, SequenceDirectAccessStorageLifelineIcon, SequenceEntityLifelineIcon, SequenceFragmentIcon, SequenceMagneticDiskLifelineIcon, SequenceObjectLifelineIcon, ShapeAccentBorderCallout1Icon, ShapeAccentBorderCallout2Icon, ShapeAccentBorderCallout3Icon, ShapeAccentCallout1Icon, ShapeAccentCallout2Icon, ShapeAccentCallout3Icon, ShapeActionButtonBackPreviousIcon, ShapeActionButtonBeginningIcon, ShapeActionButtonBlankIcon, ShapeActionButtonDocumentIcon, ShapeActionButtonEndIcon, ShapeActionButtonForwardNextIcon, ShapeActionButtonHelpIcon, ShapeActionButtonHomeIcon, ShapeActionButtonInformationIcon, ShapeActionButtonMovieIcon, ShapeActionButtonReturnIcon, ShapeActionButtonSoundIcon, ShapeArcIcon, ShapeBackgroundColorDoubleIcon, ShapeBentArrowIcon, ShapeBentConnector3Arrow1Icon, ShapeBentConnector3Arrow2Icon, ShapeBentConnector3Icon, ShapeBentUpArrowIcon, ShapeBevelIcon, ShapeBlockArcIcon, ShapeBorderCallout1Icon, ShapeBorderCallout2Icon, ShapeBorderCallout3Icon, ShapeBracePairIcon, ShapeBracketPairIcon, ShapeCallout1Icon, ShapeCallout2Icon, ShapeCallout3Icon, ShapeCanIcon, ShapeChartPlusIcon, ShapeChartStarIcon, ShapeChartXIcon, ShapeChevronIcon, ShapeChordIcon, ShapeCircularArrowIcon, ShapeCloudCalloutIcon, ShapeCloudIcon, ShapeCornerIcon, ShapeCornerTabsIcon, ShapeCubeIcon, ShapeCurvedConnector3Arrow1Icon, ShapeCurvedConnector3Arrow2Icon, ShapeCurvedConnector3Icon, ShapeCurvedDownArrowIcon, ShapeCurvedLeftArrowIcon, ShapeCurvedRightArrowIcon, ShapeCurvedUpArrowIcon, ShapeDecagonIcon, ShapeDiagStripeIcon, ShapeDiamondIcon, ShapeDodecagonIcon, ShapeDonutIcon, ShapeDoubleWaveIcon, ShapeDownArrowCalloutIcon, ShapeDownArrowIcon, ShapeEllipseIcon, ShapeEllipseRibbon2Icon, ShapeEllipseRibbonIcon, ShapeFlowChartAlternateProcessIcon, ShapeFlowChartCollateIcon, ShapeFlowChartConnectorIcon, ShapeFlowChartDecisionIcon, ShapeFlowChartDelayIcon, ShapeFlowChartDisplayIcon, ShapeFlowChartDocumentIcon, ShapeFlowChartExtractIcon, ShapeFlowChartInputOutputIcon, ShapeFlowChartInternalStorageIcon, ShapeFlowChartMagneticDiskIcon, ShapeFlowChartMagneticDrumIcon, ShapeFlowChartMagneticTapeIcon, ShapeFlowChartManualInputIcon, ShapeFlowChartManualOperationIcon, ShapeFlowChartMergeIcon, ShapeFlowChartMultidocumentIcon, ShapeFlowChartOfflineStorageIcon, ShapeFlowChartOffpageConnectorIcon, ShapeFlowChartOnlineStorageIcon, ShapeFlowChartOrIcon, ShapeFlowChartPredefinedProcessIcon, ShapeFlowChartPreparationIcon, ShapeFlowChartProcessIcon, ShapeFlowChartPunchedCardIcon, ShapeFlowChartPunchedTapeIcon, ShapeFlowChartSortIcon, ShapeFlowChartSummingJunctionIcon, ShapeFlowChartTerminatorIcon, ShapeFolderCornerIcon, ShapeFormatSettingIcon, ShapeFrameIcon, ShapeFunnelIcon, ShapeGear6Icon, ShapeGear9Icon, ShapeHalfFrameIcon, ShapeHeartIcon, ShapeHeptagonIcon, ShapeHexagonIcon, ShapeHomePlateIcon, ShapeHorizontalScrollIcon, ShapeIcon, ShapeIrregularSeal1Icon, ShapeIrregularSeal2Icon, ShapeLeftArrowCalloutIcon, ShapeLeftArrowIcon, ShapeLeftBraceIcon, ShapeLeftBracketIcon, ShapeLeftCircularArrowIcon, ShapeLeftRightArrowCalloutIcon, ShapeLeftRightArrowIcon, ShapeLeftRightCircularArrowIcon, ShapeLeftRightRibbonIcon, ShapeLeftRightUpArrowIcon, ShapeLeftUpArrowIcon, ShapeLightningBoltIcon, ShapeLineIcon, ShapeLineInvIcon, ShapeMathDivideIcon, ShapeMathEqualIcon, ShapeMathMinusIcon, ShapeMathMultiplyIcon, ShapeMathNotEqualIcon, ShapeMathPlusIcon, ShapeMoonIcon, ShapeNoSmokingIcon, ShapeNonIsoscelesTrapezoidIcon, ShapeNotchedRightArrowIcon, ShapeOctagonIcon, ShapeParallelogramIcon, ShapePentagonIcon, ShapePieIcon, ShapePieWedgeIcon, ShapePlaqueIcon, ShapePlaqueTabsIcon, ShapePlusIcon, ShapeQuadArrowCalloutIcon, ShapeQuadArrowIcon, ShapeRectIcon, ShapeRectTextboxHorizontalIcon, ShapeRectTextboxVerticalIcon, ShapeRibbon2Icon, ShapeRibbonIcon, ShapeRightArrowCalloutIcon, ShapeRightArrowIcon, ShapeRightBraceIcon, ShapeRightBracketIcon, ShapeRound1RectIcon, ShapeRound2DiagRectIcon, ShapeRound2SameRectIcon, ShapeRoundRectIcon, ShapeRtTriangleIcon, ShapeSmileyFaceIcon, ShapeSnip1RectIcon, ShapeSnip2DiagRectIcon, ShapeSnip2SameRectIcon, ShapeSnipRoundRectIcon, ShapeSquareTabsIcon, ShapeStar10Icon, ShapeStar12Icon, ShapeStar16Icon, ShapeStar24Icon, ShapeStar32Icon, ShapeStar4Icon, ShapeStar5Icon, ShapeStar6Icon, ShapeStar7Icon, ShapeStar8Icon, ShapeStraightConnector1Icon, ShapeStraightConnector2Icon, ShapeStripedRightArrowIcon, ShapeStrokeColorDoubleIcon, ShapeSunIcon, ShapeSwooshArrowIcon, ShapeTeardropIcon, ShapeTrapezoidIcon, ShapeTriangleIcon, ShapeUpArrowCalloutIcon, ShapeUpArrowIcon, ShapeUpDownArrowCalloutIcon, ShapeUpDownArrowIcon, ShapeUturnArrowIcon, ShapeVerticalScrollIcon, ShapeWaveIcon, ShapeWedgeEllipseCalloutIcon, ShapeWedgeRectCalloutIcon, ShapeWedgeRoundRectCalloutIcon, ShareIcon, ShareRangeIcon, SheetIcon, SheetsAppIcon, SheetsMultiIcon, ShortcutIcon, ShowDimensionsIcon, ShowToolbarIcon, ShrinkIcon, ShrinkToFitIcon, Signal0DoubleIcon, Signal100DoubleIcon, Signal25DoubleIcon, Signal50DoubleIcon, Signal75DoubleIcon, SlashDoubleIcon, SlidesAppIcon, SlidesMultiIcon, SlideshowPlayIcon, SlideshowThemeIcon, SmileDoubleIcon, StarEmptyDoubleIcon, StarFullDoubleIcon, StarIncompleteDoubleIcon, StatisticalFunctionIcon, StatusDiagramFinalStateIcon, StatusDiagramInitialStateIcon, StatusDiagramStateBarIcon, StickyNoteIcon, StrikethroughIcon, StrokeSize1Icon, StrokeSize2Icon, StrokeSize3Icon, StrokeSize4Icon, StrokeSize5Icon, SubscriptIcon, SuccessIcon, SuccessOutlineIcon, SumIcon, SuperscriptIcon, SymbolsIcon, TableBorderStyleDashedIcon, TableBorderStyleDottedIcon, TableBorderStyleIcon, TableBorderStyleSolidIcon, TableBorderWidthIcon, TableIcon, TextFunctionIcon, TextIcon, TextTypeIcon, TextWrapShapeIcon, TodoListDoubleIcon, TopmostIcon, TransitionsIcon, TriangleIcon, TruncationIcon, TypographyIcon, UnderlineIcon, UndoIcon, UngroupIcon, UngroupSparklineIcon, UniverCliIcon, UniverSdkMultiIcon, UnlinkIcon, UnorderIcon, UpBorderDoubleIcon, UpIcon, VerticalBorderDoubleIcon, VerticalCenterIcon, VerticalIntegrationIcon, VerticalTextIcon, WarnDoubleIcon, WarningIcon, WaterfallChartIcon, WinlossSparklineIcon, WriteIcon, ZoomInIcon, ZoomOutIcon };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { IExtendProps } from './base.js';
|
|
3
|
+
export declare const ShrinkIcon: 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 ShrinkIcon;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { defineComponent, h } from "vue";
|
|
2
|
+
import { IconBase } from "./base.js";
|
|
3
|
+
//#region ts/shrink-icon.ts
|
|
4
|
+
const element = {
|
|
5
|
+
"tag": "svg",
|
|
6
|
+
"attrs": {
|
|
7
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
8
|
+
"fill": "none",
|
|
9
|
+
"viewBox": "0 0 16 16",
|
|
10
|
+
"width": "1em",
|
|
11
|
+
"height": "1em"
|
|
12
|
+
},
|
|
13
|
+
"children": [{
|
|
14
|
+
"tag": "path",
|
|
15
|
+
"attrs": {
|
|
16
|
+
"stroke": "currentColor",
|
|
17
|
+
"stroke-linecap": "round",
|
|
18
|
+
"stroke-linejoin": "round",
|
|
19
|
+
"stroke-width": 1.2,
|
|
20
|
+
"d": "M10 10L14 14M10 10V13.2M10 10H13.2M6 13.2V10H2.8M6 10L2 14M10 2.8V6H13.2M10 6L14 2M6 2.8V6H2.8M6 6L2 2"
|
|
21
|
+
}
|
|
22
|
+
}]
|
|
23
|
+
};
|
|
24
|
+
const ShrinkIcon = defineComponent({
|
|
25
|
+
name: "ShrinkIcon",
|
|
26
|
+
inheritAttrs: false,
|
|
27
|
+
props: { extend: {
|
|
28
|
+
type: Object,
|
|
29
|
+
default: void 0
|
|
30
|
+
} },
|
|
31
|
+
setup(props, { attrs }) {
|
|
32
|
+
return () => h(IconBase, {
|
|
33
|
+
...attrs,
|
|
34
|
+
extend: props.extend,
|
|
35
|
+
id: "shrink-icon",
|
|
36
|
+
icon: element
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
//#endregion
|
|
41
|
+
export { ShrinkIcon, ShrinkIcon as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/icons-vue",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.25.0",
|
|
4
4
|
"description": "Vue icons for Univer.",
|
|
5
5
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"svgo": "^4.0.1",
|
|
48
48
|
"typescript": "7.0.1-rc",
|
|
49
49
|
"vue": "^3.5.39",
|
|
50
|
-
"@univerjs/icons-svg": "1.
|
|
50
|
+
"@univerjs/icons-svg": "1.25.0"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|
|
53
53
|
"build": "node --experimental-strip-types ./scripts/build/index.mts && tsc"
|
|
@@ -1,66 +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/fullscreen-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": "M10.3999 1.9999C10.3999 1.66853 10.6685 1.3999 10.9999 1.3999H13.9999C14.3313 1.3999 14.5999 1.66853 14.5999 1.9999V4.9999C14.5999 5.33127 14.3313 5.5999 13.9999 5.5999C13.6685 5.5999 13.3999 5.33127 13.3999 4.9999V3.41428L11.0902 5.724C10.8559 5.95831 10.476 5.95831 10.2417 5.724C10.0073 5.48968 10.0073 5.10979 10.2417 4.87547L12.5172 2.5999H10.9999C10.6685 2.5999 10.3999 2.33127 10.3999 1.9999Z"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"tag": "path",
|
|
27
|
-
"attrs": {
|
|
28
|
-
"fill": "currentColor",
|
|
29
|
-
"d": "M10.2758 10.2436C10.5101 10.0093 10.89 10.0093 11.1244 10.2436L13.3999 12.5191V10.9999C13.3999 10.6685 13.6685 10.3999 13.9999 10.3999C14.3313 10.3999 14.5999 10.6685 14.5999 10.9999V13.9999C14.5999 14.3313 14.3313 14.5999 13.9999 14.5999H10.9999C10.6685 14.5999 10.3999 14.3313 10.3999 13.9999C10.3999 13.6685 10.6685 13.3999 10.9999 13.3999H12.5836L10.2758 11.0921C10.0415 10.8578 10.0415 10.4779 10.2758 10.2436Z"
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"tag": "path",
|
|
34
|
-
"attrs": {
|
|
35
|
-
"fill": "currentColor",
|
|
36
|
-
"d": "M5.75535 11.0943C5.99085 10.8611 5.99276 10.4812 5.75964 10.2458C5.52651 10.0103 5.14661 10.0083 4.91112 10.2415L2.5999 12.5295V10.9999C2.5999 10.6685 2.33127 10.3999 1.9999 10.3999C1.66853 10.3999 1.3999 10.6685 1.3999 10.9999V13.9999C1.3999 14.3313 1.66853 14.5999 1.9999 14.5999H4.9999C5.33127 14.5999 5.5999 14.3313 5.5999 13.9999C5.5999 13.6685 5.33127 13.3999 4.9999 13.3999H3.42632L5.75535 11.0943Z"
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"tag": "path",
|
|
41
|
-
"attrs": {
|
|
42
|
-
"fill": "currentColor",
|
|
43
|
-
"d": "M1.3999 1.9999C1.3999 1.91908 1.41588 1.842 1.44485 1.77163L1.56933 1.58204L1.5735 1.57779C1.63111 1.51959 1.69769 1.47566 1.76883 1.44601C1.83995 1.41631 1.91803 1.3999 1.99992 1.3999H4.9999C5.33127 1.3999 5.5999 1.66853 5.5999 1.9999C5.5999 2.33127 5.33127 2.5999 4.9999 2.5999H3.45884L5.75535 4.87333C5.99085 5.10646 5.99276 5.48636 5.75964 5.72185C5.52651 5.95735 5.14661 5.95927 4.91112 5.72614L2.5999 3.43815V4.9999C2.5999 5.33127 2.33127 5.5999 1.9999 5.5999C1.66853 5.5999 1.3999 5.33127 1.3999 4.9999V1.9999Z"
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
]
|
|
47
|
-
};
|
|
48
|
-
const FullscreenIcon = (0, vue.defineComponent)({
|
|
49
|
-
name: "FullscreenIcon",
|
|
50
|
-
inheritAttrs: false,
|
|
51
|
-
props: { extend: {
|
|
52
|
-
type: Object,
|
|
53
|
-
default: void 0
|
|
54
|
-
} },
|
|
55
|
-
setup(props, { attrs }) {
|
|
56
|
-
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
57
|
-
...attrs,
|
|
58
|
-
extend: props.extend,
|
|
59
|
-
id: "fullscreen-icon",
|
|
60
|
-
icon: element
|
|
61
|
-
});
|
|
62
|
-
}
|
|
63
|
-
});
|
|
64
|
-
//#endregion
|
|
65
|
-
exports.FullscreenIcon = FullscreenIcon;
|
|
66
|
-
exports.default = FullscreenIcon;
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { defineComponent, h } from "vue";
|
|
2
|
-
import { IconBase } from "./base.js";
|
|
3
|
-
//#region ts/fullscreen-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": "M10.3999 1.9999C10.3999 1.66853 10.6685 1.3999 10.9999 1.3999H13.9999C14.3313 1.3999 14.5999 1.66853 14.5999 1.9999V4.9999C14.5999 5.33127 14.3313 5.5999 13.9999 5.5999C13.6685 5.5999 13.3999 5.33127 13.3999 4.9999V3.41428L11.0902 5.724C10.8559 5.95831 10.476 5.95831 10.2417 5.724C10.0073 5.48968 10.0073 5.10979 10.2417 4.87547L12.5172 2.5999H10.9999C10.6685 2.5999 10.3999 2.33127 10.3999 1.9999Z"
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"tag": "path",
|
|
23
|
-
"attrs": {
|
|
24
|
-
"fill": "currentColor",
|
|
25
|
-
"d": "M10.2758 10.2436C10.5101 10.0093 10.89 10.0093 11.1244 10.2436L13.3999 12.5191V10.9999C13.3999 10.6685 13.6685 10.3999 13.9999 10.3999C14.3313 10.3999 14.5999 10.6685 14.5999 10.9999V13.9999C14.5999 14.3313 14.3313 14.5999 13.9999 14.5999H10.9999C10.6685 14.5999 10.3999 14.3313 10.3999 13.9999C10.3999 13.6685 10.6685 13.3999 10.9999 13.3999H12.5836L10.2758 11.0921C10.0415 10.8578 10.0415 10.4779 10.2758 10.2436Z"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"tag": "path",
|
|
30
|
-
"attrs": {
|
|
31
|
-
"fill": "currentColor",
|
|
32
|
-
"d": "M5.75535 11.0943C5.99085 10.8611 5.99276 10.4812 5.75964 10.2458C5.52651 10.0103 5.14661 10.0083 4.91112 10.2415L2.5999 12.5295V10.9999C2.5999 10.6685 2.33127 10.3999 1.9999 10.3999C1.66853 10.3999 1.3999 10.6685 1.3999 10.9999V13.9999C1.3999 14.3313 1.66853 14.5999 1.9999 14.5999H4.9999C5.33127 14.5999 5.5999 14.3313 5.5999 13.9999C5.5999 13.6685 5.33127 13.3999 4.9999 13.3999H3.42632L5.75535 11.0943Z"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"tag": "path",
|
|
37
|
-
"attrs": {
|
|
38
|
-
"fill": "currentColor",
|
|
39
|
-
"d": "M1.3999 1.9999C1.3999 1.91908 1.41588 1.842 1.44485 1.77163L1.56933 1.58204L1.5735 1.57779C1.63111 1.51959 1.69769 1.47566 1.76883 1.44601C1.83995 1.41631 1.91803 1.3999 1.99992 1.3999H4.9999C5.33127 1.3999 5.5999 1.66853 5.5999 1.9999C5.5999 2.33127 5.33127 2.5999 4.9999 2.5999H3.45884L5.75535 4.87333C5.99085 5.10646 5.99276 5.48636 5.75964 5.72185C5.52651 5.95735 5.14661 5.95927 4.91112 5.72614L2.5999 3.43815V4.9999C2.5999 5.33127 2.33127 5.5999 1.9999 5.5999C1.66853 5.5999 1.3999 5.33127 1.3999 4.9999V1.9999Z"
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
]
|
|
43
|
-
};
|
|
44
|
-
const FullscreenIcon = defineComponent({
|
|
45
|
-
name: "FullscreenIcon",
|
|
46
|
-
inheritAttrs: false,
|
|
47
|
-
props: { extend: {
|
|
48
|
-
type: Object,
|
|
49
|
-
default: void 0
|
|
50
|
-
} },
|
|
51
|
-
setup(props, { attrs }) {
|
|
52
|
-
return () => h(IconBase, {
|
|
53
|
-
...attrs,
|
|
54
|
-
extend: props.extend,
|
|
55
|
-
id: "fullscreen-icon",
|
|
56
|
-
icon: element
|
|
57
|
-
});
|
|
58
|
-
}
|
|
59
|
-
});
|
|
60
|
-
//#endregion
|
|
61
|
-
export { FullscreenIcon, FullscreenIcon as default };
|