@univerjs/icons-vue 1.34.0 → 1.35.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/chord-chart-icon.cjs +63 -73
- package/dist/cjs/index.cjs +14 -35
- package/dist/cjs/pdf-app-icon.cjs +67 -0
- package/dist/cjs/pdf-multi-icon.cjs +83 -0
- package/dist/cjs/shape-format-setting-icon.cjs +9 -13
- package/dist/esm/chord-chart-icon.js +63 -73
- package/dist/esm/index.d.ts +2 -5
- package/dist/esm/index.js +3 -6
- package/dist/esm/{avg-icon.d.ts → pdf-app-icon.d.ts} +2 -2
- package/dist/esm/pdf-app-icon.js +62 -0
- package/dist/esm/{cnt-icon.d.ts → pdf-multi-icon.d.ts} +2 -2
- package/dist/esm/pdf-multi-icon.js +78 -0
- package/dist/esm/shape-format-setting-icon.js +9 -13
- package/package.json +2 -2
- package/dist/cjs/avg-icon.cjs +0 -83
- package/dist/cjs/cnt-icon.cjs +0 -83
- package/dist/cjs/max-icon.cjs +0 -83
- package/dist/cjs/min-icon.cjs +0 -83
- package/dist/cjs/sum-icon.cjs +0 -74
- package/dist/esm/avg-icon.js +0 -78
- package/dist/esm/cnt-icon.js +0 -78
- package/dist/esm/max-icon.d.ts +0 -18
- package/dist/esm/max-icon.js +0 -78
- package/dist/esm/min-icon.d.ts +0 -18
- package/dist/esm/min-icon.js +0 -78
- package/dist/esm/sum-icon.d.ts +0 -18
- package/dist/esm/sum-icon.js +0 -69
|
@@ -14,80 +14,70 @@ const element = {
|
|
|
14
14
|
"width": "1em",
|
|
15
15
|
"height": "1em"
|
|
16
16
|
},
|
|
17
|
-
"children": [
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
"transform": "translate(.1 .1)scale(.08977)"
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"tag": "path",
|
|
31
|
-
"attrs": {
|
|
32
|
-
"fill-opacity": .45,
|
|
33
|
-
"d": "M146.3 37.5c9.7 11.2 15.9 24.9 18 39.6-53.4 7.5-93.8 25.8-134.6 61-9.7-11.2-15.9-25-18-39.6 53.4-7.5 93.8-25.8 134.6-61Z",
|
|
34
|
-
"transform": "translate(.1 .1)scale(.08977)"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"tag": "path",
|
|
39
|
-
"attrs": {
|
|
40
|
-
"fill-opacity": .45,
|
|
41
|
-
"d": "M55.7 157.7a77.5 77.5 0 0 1-18.4-12c35.5-40.5 29.7-67.5-19.3-89.9a77.5 77.5 0 0 1 11.9-18.5c40.7 35.4 48.4 71.5 25.8 120.4Z",
|
|
42
|
-
"transform": "translate(.1 .1)scale(.08977)"
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"tag": "path",
|
|
47
|
-
"attrs": {
|
|
48
|
-
"fill-opacity": .45,
|
|
49
|
-
"d": "M11.7 98.5a77.5 77.5 0 0 1 2.5-32.7c51.7 15.4 96.7 18.8 150 11.3a77.5 77.5 0 0 1-2.4 32.7C110.1 94.4 65.1 91 11.7 98.5Z",
|
|
50
|
-
"transform": "translate(.1 .1)scale(.08977)"
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"tag": "path",
|
|
55
|
-
"attrs": {
|
|
56
|
-
"fill-opacity": .45,
|
|
57
|
-
"d": "M29.9 37.3a77.2 77.2 0 0 1 47.4-25.7c7.5 53.3 32.8 82.8 84.5 98.2a77.2 77.2 0 0 1-32.5 43c-28.9-45.5-58.7-80.1-99.4-115.5Z",
|
|
58
|
-
"transform": "translate(.1 .1)scale(.08977)"
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"tag": "path",
|
|
63
|
-
"attrs": {
|
|
64
|
-
"d": "M88 5.5A5.5 5.5 0 0 1 93.9 0a88 88 0 0 1 46.1 158.8 5.5 5.5 0 0 1-7.9-1.5l-2.8-4.5A77.2 77.2 0 0 0 88 10.8V5.5Z",
|
|
65
|
-
"transform": "translate(.1 .1)scale(.08977)"
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"tag": "path",
|
|
70
|
-
"attrs": {
|
|
71
|
-
"d": "M122 162.8a5.5 5.5 0 0 1-3.1 7.4 88 88 0 0 1-84.3-12.5 5.5 5.5 0 0 1-.8-8l3.5-4a77.2 77.2 0 0 0 82.5 12.2l2.2 4.9Z",
|
|
72
|
-
"transform": "translate(.1 .1)scale(.08977)"
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"tag": "path",
|
|
77
|
-
"attrs": {
|
|
78
|
-
"d": "M25.7 141.6a5.5 5.5 0 0 1-8 .1A88 88 0 0 1 2.2 68.4a5.5 5.5 0 0 1 6.9-4.1l5.1 1.5a77.2 77.2 0 0 0 15.5 72.3l-4 3.5Z",
|
|
79
|
-
"transform": "translate(.1 .1)scale(.08977)"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"tag": "path",
|
|
84
|
-
"attrs": {
|
|
85
|
-
"d": "M13.2 53.5a5.5 5.5 0 0 1-2.6-7.6A88 88 0 0 1 70 1.7a5.5 5.5 0 0 1 6.5 4.6l.8 5.3a77.2 77.2 0 0 0-59.3 44.2l-4.8-2.3Z",
|
|
86
|
-
"transform": "translate(.1 .1)scale(.08977)"
|
|
87
|
-
}
|
|
17
|
+
"children": [
|
|
18
|
+
{
|
|
19
|
+
"tag": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"stroke": "currentColor",
|
|
22
|
+
"stroke-linecap": "round",
|
|
23
|
+
"stroke-width": 13,
|
|
24
|
+
"d": "M88 10.8C88 65 115 115 129.3 152.8",
|
|
25
|
+
"transform": "translate(.1 .1)scale(.08977)"
|
|
88
26
|
}
|
|
89
|
-
|
|
90
|
-
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"tag": "path",
|
|
30
|
+
"attrs": {
|
|
31
|
+
"stroke": "currentColor",
|
|
32
|
+
"stroke-linecap": "round",
|
|
33
|
+
"stroke-width": 13,
|
|
34
|
+
"d": "M146.3 37.5C105 43 67 104 37.3 145.7",
|
|
35
|
+
"transform": "translate(.1 .1)scale(.08977)"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"tag": "path",
|
|
40
|
+
"attrs": {
|
|
41
|
+
"stroke": "currentColor",
|
|
42
|
+
"stroke-linecap": "round",
|
|
43
|
+
"stroke-width": 13,
|
|
44
|
+
"d": "M14.2 65.8C60 82 116 95 161.8 109.8",
|
|
45
|
+
"transform": "translate(.1 .1)scale(.08977)"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"tag": "path",
|
|
50
|
+
"attrs": {
|
|
51
|
+
"fill": "currentColor",
|
|
52
|
+
"d": "M88 5.5A5.5 5.5 0 0 1 93.9 0a88 88 0 0 1 46.1 158.8 5.5 5.5 0 0 1-7.9-1.5l-2.8-4.5A77.2 77.2 0 0 0 88 10.8V5.5Z",
|
|
53
|
+
"transform": "translate(.1 .1)scale(.08977)"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"tag": "path",
|
|
58
|
+
"attrs": {
|
|
59
|
+
"fill": "currentColor",
|
|
60
|
+
"d": "M122 162.8a5.5 5.5 0 0 1-3.1 7.4 88 88 0 0 1-84.3-12.5 5.5 5.5 0 0 1-.8-8l3.5-4a77.2 77.2 0 0 0 82.5 12.2l2.2 4.9Z",
|
|
61
|
+
"transform": "translate(.1 .1)scale(.08977)"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"tag": "path",
|
|
66
|
+
"attrs": {
|
|
67
|
+
"fill": "currentColor",
|
|
68
|
+
"d": "M25.7 141.6a5.5 5.5 0 0 1-8 .1A88 88 0 0 1 2.2 68.4a5.5 5.5 0 0 1 6.9-4.1l5.1 1.5a77.2 77.2 0 0 0 15.5 72.3l-4 3.5Z",
|
|
69
|
+
"transform": "translate(.1 .1)scale(.08977)"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"tag": "path",
|
|
74
|
+
"attrs": {
|
|
75
|
+
"fill": "currentColor",
|
|
76
|
+
"d": "M13.2 53.5a5.5 5.5 0 0 1-2.6-7.6A88 88 0 0 1 70 1.7a5.5 5.5 0 0 1 6.5 4.6l.8 5.3a77.2 77.2 0 0 0-59.3 44.2l-4.8-2.3Z",
|
|
77
|
+
"transform": "translate(.1 .1)scale(.08977)"
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
]
|
|
91
81
|
};
|
|
92
82
|
const ChordChartIcon = (0, vue.defineComponent)({
|
|
93
83
|
name: "ChordChartIcon",
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -19,7 +19,6 @@ let ts_arrow_tilt_up_icon_js = require("./arrow-tilt-up-icon.cjs");
|
|
|
19
19
|
let ts_arrow_up_icon_js = require("./arrow-up-icon.cjs");
|
|
20
20
|
let ts_ascending_icon_js = require("./ascending-icon.cjs");
|
|
21
21
|
let ts_autowrap_icon_js = require("./autowrap-icon.cjs");
|
|
22
|
-
let ts_avg_icon_js = require("./avg-icon.cjs");
|
|
23
22
|
let ts_ban_icon_js = require("./ban-icon.cjs");
|
|
24
23
|
let ts_bar_chart_icon_js = require("./bar-chart-icon.cjs");
|
|
25
24
|
let ts_bases_app_icon_js = require("./bases-app-icon.cjs");
|
|
@@ -49,7 +48,6 @@ let ts_class_diagram_interface_icon_js = require("./class-diagram-interface-icon
|
|
|
49
48
|
let ts_clock_icon_js = require("./clock-icon.cjs");
|
|
50
49
|
let ts_close_icon_js = require("./close-icon.cjs");
|
|
51
50
|
let ts_cloud_outline_icon_js = require("./cloud-outline-icon.cjs");
|
|
52
|
-
let ts_cnt_icon_js = require("./cnt-icon.cjs");
|
|
53
51
|
let ts_code_block_icon_js = require("./code-block-icon.cjs");
|
|
54
52
|
let ts_code_icon_js = require("./code-icon.cjs");
|
|
55
53
|
let ts_column_chart_icon_js = require("./column-chart-icon.cjs");
|
|
@@ -214,11 +212,9 @@ let ts_logarithmic_icon_js = require("./logarithmic-icon.cjs");
|
|
|
214
212
|
let ts_logical_function_icon_js = require("./logical-function-icon.cjs");
|
|
215
213
|
let ts_lookup_function_icon_js = require("./lookup-function-icon.cjs");
|
|
216
214
|
let ts_math_function_icon_js = require("./math-function-icon.cjs");
|
|
217
|
-
let ts_max_icon_js = require("./max-icon.cjs");
|
|
218
215
|
let ts_menu_icon_js = require("./menu-icon.cjs");
|
|
219
216
|
let ts_merge_all_icon_js = require("./merge-all-icon.cjs");
|
|
220
217
|
let ts_mermaid_diagram_icon_js = require("./mermaid-diagram-icon.cjs");
|
|
221
|
-
let ts_min_icon_js = require("./min-icon.cjs");
|
|
222
218
|
let ts_mind_map_icon_js = require("./mind-map-icon.cjs");
|
|
223
219
|
let ts_more_down_icon_js = require("./more-down-icon.cjs");
|
|
224
220
|
let ts_more_horizontal_icon_js = require("./more-horizontal-icon.cjs");
|
|
@@ -241,6 +237,7 @@ let ts_one_to_one_icon_js = require("./one-to-one-icon.cjs");
|
|
|
241
237
|
let ts_order_icon_js = require("./order-icon.cjs");
|
|
242
238
|
let ts_overflow_icon_js = require("./overflow-icon.cjs");
|
|
243
239
|
let ts_paint_icon_js = require("./paint-icon.cjs");
|
|
240
|
+
let ts_pdf_app_icon_js = require("./pdf-app-icon.cjs");
|
|
244
241
|
let ts_pen_icon_js = require("./pen-icon.cjs");
|
|
245
242
|
let ts_people_icon_js = require("./people-icon.cjs");
|
|
246
243
|
let ts_percent_icon_js = require("./percent-icon.cjs");
|
|
@@ -515,7 +512,6 @@ let ts_stroke_size5_icon_js = require("./stroke-size5-icon.cjs");
|
|
|
515
512
|
let ts_subscript_icon_js = require("./subscript-icon.cjs");
|
|
516
513
|
let ts_success_icon_js = require("./success-icon.cjs");
|
|
517
514
|
let ts_success_outline_icon_js = require("./success-outline-icon.cjs");
|
|
518
|
-
let ts_sum_icon_js = require("./sum-icon.cjs");
|
|
519
515
|
let ts_sunburst_chart_icon_js = require("./sunburst-chart-icon.cjs");
|
|
520
516
|
let ts_superscript_icon_js = require("./superscript-icon.cjs");
|
|
521
517
|
let ts_symbols_icon_js = require("./symbols-icon.cjs");
|
|
@@ -561,6 +557,7 @@ let ts_boards_multi_icon_js = require("./boards-multi-icon.cjs");
|
|
|
561
557
|
let ts_color_wheel_multi_icon_js = require("./color-wheel-multi-icon.cjs");
|
|
562
558
|
let ts_docs_multi_icon_js = require("./docs-multi-icon.cjs");
|
|
563
559
|
let ts_loading_multi_icon_js = require("./loading-multi-icon.cjs");
|
|
560
|
+
let ts_pdf_multi_icon_js = require("./pdf-multi-icon.cjs");
|
|
564
561
|
let ts_sheets_multi_icon_js = require("./sheets-multi-icon.cjs");
|
|
565
562
|
let ts_slides_multi_icon_js = require("./slides-multi-icon.cjs");
|
|
566
563
|
let ts_univer_sdk_multi_icon_js = require("./univer-sdk-multi-icon.cjs");
|
|
@@ -795,12 +792,6 @@ Object.defineProperty(exports, "AutowrapIcon", {
|
|
|
795
792
|
return ts_autowrap_icon_js.AutowrapIcon;
|
|
796
793
|
}
|
|
797
794
|
});
|
|
798
|
-
Object.defineProperty(exports, "AvgIcon", {
|
|
799
|
-
enumerable: true,
|
|
800
|
-
get: function() {
|
|
801
|
-
return ts_avg_icon_js.AvgIcon;
|
|
802
|
-
}
|
|
803
|
-
});
|
|
804
795
|
Object.defineProperty(exports, "BackSlashDoubleIcon", {
|
|
805
796
|
enumerable: true,
|
|
806
797
|
get: function() {
|
|
@@ -1029,12 +1020,6 @@ Object.defineProperty(exports, "CloudOutlineIcon", {
|
|
|
1029
1020
|
return ts_cloud_outline_icon_js.CloudOutlineIcon;
|
|
1030
1021
|
}
|
|
1031
1022
|
});
|
|
1032
|
-
Object.defineProperty(exports, "CntIcon", {
|
|
1033
|
-
enumerable: true,
|
|
1034
|
-
get: function() {
|
|
1035
|
-
return ts_cnt_icon_js.CntIcon;
|
|
1036
|
-
}
|
|
1037
|
-
});
|
|
1038
1023
|
Object.defineProperty(exports, "CodeBlockIcon", {
|
|
1039
1024
|
enumerable: true,
|
|
1040
1025
|
get: function() {
|
|
@@ -2223,12 +2208,6 @@ Object.defineProperty(exports, "MathFunctionIcon", {
|
|
|
2223
2208
|
return ts_math_function_icon_js.MathFunctionIcon;
|
|
2224
2209
|
}
|
|
2225
2210
|
});
|
|
2226
|
-
Object.defineProperty(exports, "MaxIcon", {
|
|
2227
|
-
enumerable: true,
|
|
2228
|
-
get: function() {
|
|
2229
|
-
return ts_max_icon_js.MaxIcon;
|
|
2230
|
-
}
|
|
2231
|
-
});
|
|
2232
2211
|
Object.defineProperty(exports, "MenuIcon", {
|
|
2233
2212
|
enumerable: true,
|
|
2234
2213
|
get: function() {
|
|
@@ -2247,12 +2226,6 @@ Object.defineProperty(exports, "MermaidDiagramIcon", {
|
|
|
2247
2226
|
return ts_mermaid_diagram_icon_js.MermaidDiagramIcon;
|
|
2248
2227
|
}
|
|
2249
2228
|
});
|
|
2250
|
-
Object.defineProperty(exports, "MinIcon", {
|
|
2251
|
-
enumerable: true,
|
|
2252
|
-
get: function() {
|
|
2253
|
-
return ts_min_icon_js.MinIcon;
|
|
2254
|
-
}
|
|
2255
|
-
});
|
|
2256
2229
|
Object.defineProperty(exports, "MindMapIcon", {
|
|
2257
2230
|
enumerable: true,
|
|
2258
2231
|
get: function() {
|
|
@@ -2421,6 +2394,18 @@ Object.defineProperty(exports, "PasteSpecialDoubleIcon", {
|
|
|
2421
2394
|
return ts_paste_special_double_icon_js.PasteSpecialDoubleIcon;
|
|
2422
2395
|
}
|
|
2423
2396
|
});
|
|
2397
|
+
Object.defineProperty(exports, "PdfAppIcon", {
|
|
2398
|
+
enumerable: true,
|
|
2399
|
+
get: function() {
|
|
2400
|
+
return ts_pdf_app_icon_js.PdfAppIcon;
|
|
2401
|
+
}
|
|
2402
|
+
});
|
|
2403
|
+
Object.defineProperty(exports, "PdfMultiIcon", {
|
|
2404
|
+
enumerable: true,
|
|
2405
|
+
get: function() {
|
|
2406
|
+
return ts_pdf_multi_icon_js.PdfMultiIcon;
|
|
2407
|
+
}
|
|
2408
|
+
});
|
|
2424
2409
|
Object.defineProperty(exports, "PenIcon", {
|
|
2425
2410
|
enumerable: true,
|
|
2426
2411
|
get: function() {
|
|
@@ -4209,12 +4194,6 @@ Object.defineProperty(exports, "SuccessOutlineIcon", {
|
|
|
4209
4194
|
return ts_success_outline_icon_js.SuccessOutlineIcon;
|
|
4210
4195
|
}
|
|
4211
4196
|
});
|
|
4212
|
-
Object.defineProperty(exports, "SumIcon", {
|
|
4213
|
-
enumerable: true,
|
|
4214
|
-
get: function() {
|
|
4215
|
-
return ts_sum_icon_js.SumIcon;
|
|
4216
|
-
}
|
|
4217
|
-
});
|
|
4218
4197
|
Object.defineProperty(exports, "SunburstChartIcon", {
|
|
4219
4198
|
enumerable: true,
|
|
4220
4199
|
get: function() {
|
|
@@ -0,0 +1,67 @@
|
|
|
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/pdf-app-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": "M4.84365 4.8458H8.72365L11.1562 7.27835V11.1583H5.84365C5.29137 11.1583 4.84365 10.7106 4.84365 10.1583V4.8458ZM8.72365 4.8458V7.27835H11.1562"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"tag": "rect",
|
|
29
|
+
"attrs": {
|
|
30
|
+
"width": 3.9,
|
|
31
|
+
"height": 1.15,
|
|
32
|
+
"x": 6.05,
|
|
33
|
+
"y": 8.42,
|
|
34
|
+
"fill": "currentColor",
|
|
35
|
+
"rx": .35
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"tag": "path",
|
|
40
|
+
"attrs": {
|
|
41
|
+
"fill": "currentColor",
|
|
42
|
+
"fill-rule": "evenodd",
|
|
43
|
+
"d": "M1.90107 0.578613C1.45925 0.578613 1.10107 0.936785 1.10107 1.37861V11.8216C1.10107 13.8098 2.71285 15.4216 4.70107 15.4216H14.0987C14.5406 15.4216 14.8987 15.0634 14.8987 14.6216V4.17861C14.8987 2.19039 13.287 0.578613 11.2987 0.578613H1.90107ZM2.30107 11.8216V1.77861H11.2987C12.6242 1.77861 13.6987 2.85313 13.6987 4.17861V14.2216H4.70107C3.37559 14.2216 2.30107 13.1471 2.30107 11.8216Z",
|
|
44
|
+
"clip-rule": "evenodd"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
};
|
|
49
|
+
const PdfAppIcon = (0, vue.defineComponent)({
|
|
50
|
+
name: "PdfAppIcon",
|
|
51
|
+
inheritAttrs: false,
|
|
52
|
+
props: { extend: {
|
|
53
|
+
type: Object,
|
|
54
|
+
default: void 0
|
|
55
|
+
} },
|
|
56
|
+
setup(props, { attrs }) {
|
|
57
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
58
|
+
...attrs,
|
|
59
|
+
extend: props.extend,
|
|
60
|
+
id: "pdf-app-icon",
|
|
61
|
+
icon: element
|
|
62
|
+
});
|
|
63
|
+
}
|
|
64
|
+
});
|
|
65
|
+
//#endregion
|
|
66
|
+
exports.PdfAppIcon = PdfAppIcon;
|
|
67
|
+
exports.default = PdfAppIcon;
|
|
@@ -0,0 +1,83 @@
|
|
|
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/pdf-multi-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": "#E5484D",
|
|
22
|
+
"d": "M3.4535 1.12549C2.7002 1.12549 2.08954 1.73615 2.08954 2.48945V13.5104C2.08954 14.2637 2.7002 14.8744 3.4535 14.8744H12.5465C13.2998 14.8744 13.9105 14.2637 13.9105 13.5104V5.0992L10.0091 1.12549H3.4535Z"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"tag": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"fill": "#C62F35",
|
|
29
|
+
"d": "M10.0075 1.12549L13.9104 5.09842H10.6742C10.306 5.09842 10.0075 4.79994 10.0075 4.43175V1.12549Z"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"tag": "path",
|
|
34
|
+
"attrs": {
|
|
35
|
+
"fill": "white",
|
|
36
|
+
"d": "M4.75 6.45H9.3L11.25 8.4V12.35H4.75V6.45Z"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"tag": "path",
|
|
41
|
+
"attrs": {
|
|
42
|
+
"fill": "#F7C7C9",
|
|
43
|
+
"d": "M9.3 6.45V8.4H11.25L9.3 6.45Z"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"tag": "path",
|
|
48
|
+
"attrs": {
|
|
49
|
+
"fill": "#B9252D",
|
|
50
|
+
"d": "M4.15 8.65H11.75V11.35H4.15V8.65Z"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"tag": "path",
|
|
55
|
+
"attrs": {
|
|
56
|
+
"stroke": "white",
|
|
57
|
+
"stroke-linecap": "round",
|
|
58
|
+
"stroke-linejoin": "round",
|
|
59
|
+
"stroke-width": .42,
|
|
60
|
+
"d": "M5.05 10.62V9.38H5.45C5.76 9.38 5.94 9.57 5.94 9.82C5.94 10.08 5.76 10.25 5.45 10.25H5.05M6.43 9.38V10.62H6.78C7.16 10.62 7.38 10.38 7.38 10C7.38 9.62 7.16 9.38 6.78 9.38H6.43ZM7.88 10.62V9.38H8.85M7.88 9.99H8.62"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
};
|
|
65
|
+
const PdfMultiIcon = (0, vue.defineComponent)({
|
|
66
|
+
name: "PdfMultiIcon",
|
|
67
|
+
inheritAttrs: false,
|
|
68
|
+
props: { extend: {
|
|
69
|
+
type: Object,
|
|
70
|
+
default: void 0
|
|
71
|
+
} },
|
|
72
|
+
setup(props, { attrs }) {
|
|
73
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
74
|
+
...attrs,
|
|
75
|
+
extend: props.extend,
|
|
76
|
+
id: "pdf-multi-icon",
|
|
77
|
+
icon: element
|
|
78
|
+
});
|
|
79
|
+
}
|
|
80
|
+
});
|
|
81
|
+
//#endregion
|
|
82
|
+
exports.PdfMultiIcon = PdfMultiIcon;
|
|
83
|
+
exports.default = PdfMultiIcon;
|
|
@@ -21,8 +21,8 @@ const element = {
|
|
|
21
21
|
"stroke": "currentColor",
|
|
22
22
|
"stroke-linecap": "round",
|
|
23
23
|
"stroke-linejoin": "round",
|
|
24
|
-
"stroke-width": 1.
|
|
25
|
-
"d": "
|
|
24
|
+
"stroke-width": 1.2,
|
|
25
|
+
"d": "M13.5 7V4.29412C13.5 3.5794 12.8679 3 12 3H2.57143C1.70356 3 1.5 3.5794 1.5 4.29412V7V10C1.5 10.7147 1.70356 11 2.57143 11H7.71429"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
{
|
|
@@ -30,8 +30,8 @@ const element = {
|
|
|
30
30
|
"attrs": {
|
|
31
31
|
"stroke": "currentColor",
|
|
32
32
|
"stroke-linecap": "round",
|
|
33
|
-
"stroke-width": 1.
|
|
34
|
-
"d": "M4.2 5.
|
|
33
|
+
"stroke-width": 1.2,
|
|
34
|
+
"d": "M4.2 5.5H10.5"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
{
|
|
@@ -39,8 +39,8 @@ const element = {
|
|
|
39
39
|
"attrs": {
|
|
40
40
|
"stroke": "currentColor",
|
|
41
41
|
"stroke-linecap": "round",
|
|
42
|
-
"stroke-width": 1.
|
|
43
|
-
"d": "M4.2
|
|
42
|
+
"stroke-width": 1.2,
|
|
43
|
+
"d": "M4.2 8.3H6.8"
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
{
|
|
@@ -48,18 +48,14 @@ const element = {
|
|
|
48
48
|
"attrs": {
|
|
49
49
|
"stroke": "currentColor",
|
|
50
50
|
"stroke-linejoin": "round",
|
|
51
|
-
"
|
|
52
|
-
"d": "M10.35 7.6H11.2L11.65 8.35L12.5 8.15L13.1 8.75L12.9 9.6L13.65 10.05V10.9L12.9 11.35L13.1 12.2L12.5 12.8L11.65 12.6L11.2 13.35H10.35L9.9 12.6L9.05 12.8L8.45 12.2L8.65 11.35L7.9 10.9V10.05L8.65 9.6L8.45 8.75L9.05 8.15L9.9 8.35L10.35 7.6Z"
|
|
51
|
+
"d": "M11.5565 8H12.4435L12.913 8.78261L13.8 8.57391L14.4261 9.2L14.2174 10.087L15 10.5565V11.4435L14.2174 11.913L14.4261 12.8L13.8 13.4261L12.913 13.2174L12.4435 14H11.5565L11.087 13.2174L10.2 13.4261L9.57391 12.8L9.78261 11.913L9 11.4435V10.5565L9.78261 10.087L9.57391 9.2L10.2 8.57391L11.087 8.78261L11.5565 8Z"
|
|
53
52
|
}
|
|
54
53
|
},
|
|
55
54
|
{
|
|
56
|
-
"tag": "
|
|
55
|
+
"tag": "path",
|
|
57
56
|
"attrs": {
|
|
58
|
-
"cx": 10.78,
|
|
59
|
-
"cy": 10.48,
|
|
60
|
-
"r": 1.05,
|
|
61
57
|
"stroke": "currentColor",
|
|
62
|
-
"
|
|
58
|
+
"d": "M12.05 12.1C12.6299 12.1 13.1 11.6299 13.1 11.05C13.1 10.4701 12.6299 10 12.05 10C11.4701 10 11 10.4701 11 11.05C11 11.6299 11.4701 12.1 12.05 12.1Z"
|
|
63
59
|
}
|
|
64
60
|
}
|
|
65
61
|
]
|
|
@@ -10,80 +10,70 @@ const element = {
|
|
|
10
10
|
"width": "1em",
|
|
11
11
|
"height": "1em"
|
|
12
12
|
},
|
|
13
|
-
"children": [
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"transform": "translate(.1 .1)scale(.08977)"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"tag": "path",
|
|
27
|
-
"attrs": {
|
|
28
|
-
"fill-opacity": .45,
|
|
29
|
-
"d": "M146.3 37.5c9.7 11.2 15.9 24.9 18 39.6-53.4 7.5-93.8 25.8-134.6 61-9.7-11.2-15.9-25-18-39.6 53.4-7.5 93.8-25.8 134.6-61Z",
|
|
30
|
-
"transform": "translate(.1 .1)scale(.08977)"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"tag": "path",
|
|
35
|
-
"attrs": {
|
|
36
|
-
"fill-opacity": .45,
|
|
37
|
-
"d": "M55.7 157.7a77.5 77.5 0 0 1-18.4-12c35.5-40.5 29.7-67.5-19.3-89.9a77.5 77.5 0 0 1 11.9-18.5c40.7 35.4 48.4 71.5 25.8 120.4Z",
|
|
38
|
-
"transform": "translate(.1 .1)scale(.08977)"
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"tag": "path",
|
|
43
|
-
"attrs": {
|
|
44
|
-
"fill-opacity": .45,
|
|
45
|
-
"d": "M11.7 98.5a77.5 77.5 0 0 1 2.5-32.7c51.7 15.4 96.7 18.8 150 11.3a77.5 77.5 0 0 1-2.4 32.7C110.1 94.4 65.1 91 11.7 98.5Z",
|
|
46
|
-
"transform": "translate(.1 .1)scale(.08977)"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"tag": "path",
|
|
51
|
-
"attrs": {
|
|
52
|
-
"fill-opacity": .45,
|
|
53
|
-
"d": "M29.9 37.3a77.2 77.2 0 0 1 47.4-25.7c7.5 53.3 32.8 82.8 84.5 98.2a77.2 77.2 0 0 1-32.5 43c-28.9-45.5-58.7-80.1-99.4-115.5Z",
|
|
54
|
-
"transform": "translate(.1 .1)scale(.08977)"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"tag": "path",
|
|
59
|
-
"attrs": {
|
|
60
|
-
"d": "M88 5.5A5.5 5.5 0 0 1 93.9 0a88 88 0 0 1 46.1 158.8 5.5 5.5 0 0 1-7.9-1.5l-2.8-4.5A77.2 77.2 0 0 0 88 10.8V5.5Z",
|
|
61
|
-
"transform": "translate(.1 .1)scale(.08977)"
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"tag": "path",
|
|
66
|
-
"attrs": {
|
|
67
|
-
"d": "M122 162.8a5.5 5.5 0 0 1-3.1 7.4 88 88 0 0 1-84.3-12.5 5.5 5.5 0 0 1-.8-8l3.5-4a77.2 77.2 0 0 0 82.5 12.2l2.2 4.9Z",
|
|
68
|
-
"transform": "translate(.1 .1)scale(.08977)"
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"tag": "path",
|
|
73
|
-
"attrs": {
|
|
74
|
-
"d": "M25.7 141.6a5.5 5.5 0 0 1-8 .1A88 88 0 0 1 2.2 68.4a5.5 5.5 0 0 1 6.9-4.1l5.1 1.5a77.2 77.2 0 0 0 15.5 72.3l-4 3.5Z",
|
|
75
|
-
"transform": "translate(.1 .1)scale(.08977)"
|
|
76
|
-
}
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"tag": "path",
|
|
80
|
-
"attrs": {
|
|
81
|
-
"d": "M13.2 53.5a5.5 5.5 0 0 1-2.6-7.6A88 88 0 0 1 70 1.7a5.5 5.5 0 0 1 6.5 4.6l.8 5.3a77.2 77.2 0 0 0-59.3 44.2l-4.8-2.3Z",
|
|
82
|
-
"transform": "translate(.1 .1)scale(.08977)"
|
|
83
|
-
}
|
|
13
|
+
"children": [
|
|
14
|
+
{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"stroke": "currentColor",
|
|
18
|
+
"stroke-linecap": "round",
|
|
19
|
+
"stroke-width": 13,
|
|
20
|
+
"d": "M88 10.8C88 65 115 115 129.3 152.8",
|
|
21
|
+
"transform": "translate(.1 .1)scale(.08977)"
|
|
84
22
|
}
|
|
85
|
-
|
|
86
|
-
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"tag": "path",
|
|
26
|
+
"attrs": {
|
|
27
|
+
"stroke": "currentColor",
|
|
28
|
+
"stroke-linecap": "round",
|
|
29
|
+
"stroke-width": 13,
|
|
30
|
+
"d": "M146.3 37.5C105 43 67 104 37.3 145.7",
|
|
31
|
+
"transform": "translate(.1 .1)scale(.08977)"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"tag": "path",
|
|
36
|
+
"attrs": {
|
|
37
|
+
"stroke": "currentColor",
|
|
38
|
+
"stroke-linecap": "round",
|
|
39
|
+
"stroke-width": 13,
|
|
40
|
+
"d": "M14.2 65.8C60 82 116 95 161.8 109.8",
|
|
41
|
+
"transform": "translate(.1 .1)scale(.08977)"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"tag": "path",
|
|
46
|
+
"attrs": {
|
|
47
|
+
"fill": "currentColor",
|
|
48
|
+
"d": "M88 5.5A5.5 5.5 0 0 1 93.9 0a88 88 0 0 1 46.1 158.8 5.5 5.5 0 0 1-7.9-1.5l-2.8-4.5A77.2 77.2 0 0 0 88 10.8V5.5Z",
|
|
49
|
+
"transform": "translate(.1 .1)scale(.08977)"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"tag": "path",
|
|
54
|
+
"attrs": {
|
|
55
|
+
"fill": "currentColor",
|
|
56
|
+
"d": "M122 162.8a5.5 5.5 0 0 1-3.1 7.4 88 88 0 0 1-84.3-12.5 5.5 5.5 0 0 1-.8-8l3.5-4a77.2 77.2 0 0 0 82.5 12.2l2.2 4.9Z",
|
|
57
|
+
"transform": "translate(.1 .1)scale(.08977)"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"tag": "path",
|
|
62
|
+
"attrs": {
|
|
63
|
+
"fill": "currentColor",
|
|
64
|
+
"d": "M25.7 141.6a5.5 5.5 0 0 1-8 .1A88 88 0 0 1 2.2 68.4a5.5 5.5 0 0 1 6.9-4.1l5.1 1.5a77.2 77.2 0 0 0 15.5 72.3l-4 3.5Z",
|
|
65
|
+
"transform": "translate(.1 .1)scale(.08977)"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"tag": "path",
|
|
70
|
+
"attrs": {
|
|
71
|
+
"fill": "currentColor",
|
|
72
|
+
"d": "M13.2 53.5a5.5 5.5 0 0 1-2.6-7.6A88 88 0 0 1 70 1.7a5.5 5.5 0 0 1 6.5 4.6l.8 5.3a77.2 77.2 0 0 0-59.3 44.2l-4.8-2.3Z",
|
|
73
|
+
"transform": "translate(.1 .1)scale(.08977)"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
]
|
|
87
77
|
};
|
|
88
78
|
const ChordChartIcon = defineComponent({
|
|
89
79
|
name: "ChordChartIcon",
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -18,7 +18,6 @@ export { ArrowTiltUpIcon } from './arrow-tilt-up-icon.js';
|
|
|
18
18
|
export { ArrowUpIcon } from './arrow-up-icon.js';
|
|
19
19
|
export { AscendingIcon } from './ascending-icon.js';
|
|
20
20
|
export { AutowrapIcon } from './autowrap-icon.js';
|
|
21
|
-
export { AvgIcon } from './avg-icon.js';
|
|
22
21
|
export { BanIcon } from './ban-icon.js';
|
|
23
22
|
export { BarChartIcon } from './bar-chart-icon.js';
|
|
24
23
|
export { BasesAppIcon } from './bases-app-icon.js';
|
|
@@ -48,7 +47,6 @@ export { ClassDiagramInterfaceIcon } from './class-diagram-interface-icon.js';
|
|
|
48
47
|
export { ClockIcon } from './clock-icon.js';
|
|
49
48
|
export { CloseIcon } from './close-icon.js';
|
|
50
49
|
export { CloudOutlineIcon } from './cloud-outline-icon.js';
|
|
51
|
-
export { CntIcon } from './cnt-icon.js';
|
|
52
50
|
export { CodeBlockIcon } from './code-block-icon.js';
|
|
53
51
|
export { CodeIcon } from './code-icon.js';
|
|
54
52
|
export { ColumnChartIcon } from './column-chart-icon.js';
|
|
@@ -213,11 +211,9 @@ export { LogarithmicIcon } from './logarithmic-icon.js';
|
|
|
213
211
|
export { LogicalFunctionIcon } from './logical-function-icon.js';
|
|
214
212
|
export { LookupFunctionIcon } from './lookup-function-icon.js';
|
|
215
213
|
export { MathFunctionIcon } from './math-function-icon.js';
|
|
216
|
-
export { MaxIcon } from './max-icon.js';
|
|
217
214
|
export { MenuIcon } from './menu-icon.js';
|
|
218
215
|
export { MergeAllIcon } from './merge-all-icon.js';
|
|
219
216
|
export { MermaidDiagramIcon } from './mermaid-diagram-icon.js';
|
|
220
|
-
export { MinIcon } from './min-icon.js';
|
|
221
217
|
export { MindMapIcon } from './mind-map-icon.js';
|
|
222
218
|
export { MoreDownIcon } from './more-down-icon.js';
|
|
223
219
|
export { MoreHorizontalIcon } from './more-horizontal-icon.js';
|
|
@@ -240,6 +236,7 @@ export { OneToOneIcon } from './one-to-one-icon.js';
|
|
|
240
236
|
export { OrderIcon } from './order-icon.js';
|
|
241
237
|
export { OverflowIcon } from './overflow-icon.js';
|
|
242
238
|
export { PaintIcon } from './paint-icon.js';
|
|
239
|
+
export { PdfAppIcon } from './pdf-app-icon.js';
|
|
243
240
|
export { PenIcon } from './pen-icon.js';
|
|
244
241
|
export { PeopleIcon } from './people-icon.js';
|
|
245
242
|
export { PercentIcon } from './percent-icon.js';
|
|
@@ -514,7 +511,6 @@ export { StrokeSize5Icon } from './stroke-size5-icon.js';
|
|
|
514
511
|
export { SubscriptIcon } from './subscript-icon.js';
|
|
515
512
|
export { SuccessIcon } from './success-icon.js';
|
|
516
513
|
export { SuccessOutlineIcon } from './success-outline-icon.js';
|
|
517
|
-
export { SumIcon } from './sum-icon.js';
|
|
518
514
|
export { SunburstChartIcon } from './sunburst-chart-icon.js';
|
|
519
515
|
export { SuperscriptIcon } from './superscript-icon.js';
|
|
520
516
|
export { SymbolsIcon } from './symbols-icon.js';
|
|
@@ -560,6 +556,7 @@ export { BoardsMultiIcon } from './boards-multi-icon.js';
|
|
|
560
556
|
export { ColorWheelMultiIcon } from './color-wheel-multi-icon.js';
|
|
561
557
|
export { DocsMultiIcon } from './docs-multi-icon.js';
|
|
562
558
|
export { LoadingMultiIcon } from './loading-multi-icon.js';
|
|
559
|
+
export { PdfMultiIcon } from './pdf-multi-icon.js';
|
|
563
560
|
export { SheetsMultiIcon } from './sheets-multi-icon.js';
|
|
564
561
|
export { SlidesMultiIcon } from './slides-multi-icon.js';
|
|
565
562
|
export { UniverSdkMultiIcon } from './univer-sdk-multi-icon.js';
|