@univerjs/icons-vue 1.18.0 → 1.20.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/color-wheel-multi-icon.cjs +114 -0
- package/dist/cjs/index.cjs +56 -0
- package/dist/cjs/line-indent-decrease-icon.cjs +66 -0
- package/dist/cjs/line-indent-increase-icon.cjs +66 -0
- package/dist/cjs/stroke-size1-icon.cjs +46 -0
- package/dist/cjs/stroke-size2-icon.cjs +46 -0
- package/dist/cjs/stroke-size3-icon.cjs +46 -0
- package/dist/cjs/stroke-size4-icon.cjs +46 -0
- package/dist/cjs/stroke-size5-icon.cjs +46 -0
- package/dist/esm/color-wheel-multi-icon.d.ts +18 -0
- package/dist/esm/color-wheel-multi-icon.js +109 -0
- package/dist/esm/index.d.ts +8 -0
- package/dist/esm/index.js +9 -1
- package/dist/esm/line-indent-decrease-icon.d.ts +18 -0
- package/dist/esm/line-indent-decrease-icon.js +61 -0
- package/dist/esm/line-indent-increase-icon.d.ts +18 -0
- package/dist/esm/line-indent-increase-icon.js +61 -0
- package/dist/esm/stroke-size1-icon.d.ts +18 -0
- package/dist/esm/stroke-size1-icon.js +41 -0
- package/dist/esm/stroke-size2-icon.d.ts +18 -0
- package/dist/esm/stroke-size2-icon.js +41 -0
- package/dist/esm/stroke-size3-icon.d.ts +18 -0
- package/dist/esm/stroke-size3-icon.js +41 -0
- package/dist/esm/stroke-size4-icon.d.ts +18 -0
- package/dist/esm/stroke-size4-icon.js +41 -0
- package/dist/esm/stroke-size5-icon.d.ts +18 -0
- package/dist/esm/stroke-size5-icon.js +41 -0
- package/package.json +2 -2
|
@@ -0,0 +1,114 @@
|
|
|
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/color-wheel-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 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [
|
|
18
|
+
{
|
|
19
|
+
"tag": "circle",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"cx": 10,
|
|
22
|
+
"cy": 10,
|
|
23
|
+
"r": 9,
|
|
24
|
+
"fill": "#F5F5F5"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"tag": "path",
|
|
29
|
+
"attrs": {
|
|
30
|
+
"fill": "#6646E8",
|
|
31
|
+
"d": "M10 10L10 1A9 9 0 0 1 19 10Z"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"tag": "path",
|
|
36
|
+
"attrs": {
|
|
37
|
+
"fill": "#55B144",
|
|
38
|
+
"d": "M10 10L19 10A9 9 0 0 1 10 19Z"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"tag": "path",
|
|
43
|
+
"attrs": {
|
|
44
|
+
"fill": "#CBC443",
|
|
45
|
+
"d": "M10 10L10 19A9 9 0 0 1 1 10Z"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"tag": "path",
|
|
50
|
+
"attrs": {
|
|
51
|
+
"fill": "#E8433D",
|
|
52
|
+
"d": "M10 10L1 10A9 9 0 0 1 10 1Z"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"tag": "circle",
|
|
57
|
+
"attrs": {
|
|
58
|
+
"cx": 10,
|
|
59
|
+
"cy": 10,
|
|
60
|
+
"r": 9,
|
|
61
|
+
"fill": "url(#color-wheel-multi-icon_color-wheel-multi-icon-radial)"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"tag": "defs",
|
|
66
|
+
"attrs": {},
|
|
67
|
+
"children": [{
|
|
68
|
+
"tag": "radialGradient",
|
|
69
|
+
"attrs": {
|
|
70
|
+
"id": "color-wheel-multi-icon_color-wheel-multi-icon-radial",
|
|
71
|
+
"cx": 0,
|
|
72
|
+
"cy": 0,
|
|
73
|
+
"r": 1,
|
|
74
|
+
"gradientTransform": "matrix(0 9 -9 0 10 10)",
|
|
75
|
+
"gradientUnits": "userSpaceOnUse"
|
|
76
|
+
},
|
|
77
|
+
"children": [{
|
|
78
|
+
"tag": "stop",
|
|
79
|
+
"attrs": {
|
|
80
|
+
"stop-color": "white",
|
|
81
|
+
"stop-opacity": .82
|
|
82
|
+
}
|
|
83
|
+
}, {
|
|
84
|
+
"tag": "stop",
|
|
85
|
+
"attrs": {
|
|
86
|
+
"offset": 1,
|
|
87
|
+
"stop-color": "#F5F5F5",
|
|
88
|
+
"stop-opacity": .01
|
|
89
|
+
}
|
|
90
|
+
}]
|
|
91
|
+
}]
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"defIds": ["color-wheel-multi-icon_color-wheel-multi-icon-radial"]
|
|
95
|
+
};
|
|
96
|
+
const ColorWheelMultiIcon = (0, vue.defineComponent)({
|
|
97
|
+
name: "ColorWheelMultiIcon",
|
|
98
|
+
inheritAttrs: false,
|
|
99
|
+
props: { extend: {
|
|
100
|
+
type: Object,
|
|
101
|
+
default: void 0
|
|
102
|
+
} },
|
|
103
|
+
setup(props, { attrs }) {
|
|
104
|
+
return () => (0, vue.h)(ts_base_js.IconBase, {
|
|
105
|
+
...attrs,
|
|
106
|
+
extend: props.extend,
|
|
107
|
+
id: "color-wheel-multi-icon",
|
|
108
|
+
icon: element
|
|
109
|
+
});
|
|
110
|
+
}
|
|
111
|
+
});
|
|
112
|
+
//#endregion
|
|
113
|
+
exports.ColorWheelMultiIcon = ColorWheelMultiIcon;
|
|
114
|
+
exports.default = ColorWheelMultiIcon;
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -172,6 +172,8 @@ let ts_left_rotation_ninety_degrees_icon_js = require("./left-rotation-ninety-de
|
|
|
172
172
|
let ts_line_chart_icon_js = require("./line-chart-icon.cjs");
|
|
173
173
|
let ts_line_dashed_none_icon_js = require("./line-dashed-none-icon.cjs");
|
|
174
174
|
let ts_line_double_open_arrow_icon_js = require("./line-double-open-arrow-icon.cjs");
|
|
175
|
+
let ts_line_indent_decrease_icon_js = require("./line-indent-decrease-icon.cjs");
|
|
176
|
+
let ts_line_indent_increase_icon_js = require("./line-indent-increase-icon.cjs");
|
|
175
177
|
let ts_line_none_icon_js = require("./line-none-icon.cjs");
|
|
176
178
|
let ts_line_open_arrow_icon_js = require("./line-open-arrow-icon.cjs");
|
|
177
179
|
let ts_line_sparkline_icon_js = require("./line-sparkline-icon.cjs");
|
|
@@ -466,6 +468,11 @@ let ts_status_diagram_initial_state_icon_js = require("./status-diagram-initial-
|
|
|
466
468
|
let ts_status_diagram_state_bar_icon_js = require("./status-diagram-state-bar-icon.cjs");
|
|
467
469
|
let ts_sticky_note_icon_js = require("./sticky-note-icon.cjs");
|
|
468
470
|
let ts_strikethrough_icon_js = require("./strikethrough-icon.cjs");
|
|
471
|
+
let ts_stroke_size1_icon_js = require("./stroke-size1-icon.cjs");
|
|
472
|
+
let ts_stroke_size2_icon_js = require("./stroke-size2-icon.cjs");
|
|
473
|
+
let ts_stroke_size3_icon_js = require("./stroke-size3-icon.cjs");
|
|
474
|
+
let ts_stroke_size4_icon_js = require("./stroke-size4-icon.cjs");
|
|
475
|
+
let ts_stroke_size5_icon_js = require("./stroke-size5-icon.cjs");
|
|
469
476
|
let ts_subscript_icon_js = require("./subscript-icon.cjs");
|
|
470
477
|
let ts_success_icon_js = require("./success-icon.cjs");
|
|
471
478
|
let ts_success_outline_icon_js = require("./success-outline-icon.cjs");
|
|
@@ -506,6 +513,7 @@ let ts_zoom_out_icon_js = require("./zoom-out-icon.cjs");
|
|
|
506
513
|
let ts_ai_assistant_multi_icon_js = require("./ai-assistant-multi-icon.cjs");
|
|
507
514
|
let ts_bases_multi_icon_js = require("./bases-multi-icon.cjs");
|
|
508
515
|
let ts_boards_multi_icon_js = require("./boards-multi-icon.cjs");
|
|
516
|
+
let ts_color_wheel_multi_icon_js = require("./color-wheel-multi-icon.cjs");
|
|
509
517
|
let ts_docs_multi_icon_js = require("./docs-multi-icon.cjs");
|
|
510
518
|
let ts_loading_multi_icon_js = require("./loading-multi-icon.cjs");
|
|
511
519
|
let ts_sheets_multi_icon_js = require("./sheets-multi-icon.cjs");
|
|
@@ -976,6 +984,12 @@ Object.defineProperty(exports, "CodeIcon", {
|
|
|
976
984
|
return ts_code_icon_js.CodeIcon;
|
|
977
985
|
}
|
|
978
986
|
});
|
|
987
|
+
Object.defineProperty(exports, "ColorWheelMultiIcon", {
|
|
988
|
+
enumerable: true,
|
|
989
|
+
get: function() {
|
|
990
|
+
return ts_color_wheel_multi_icon_js.ColorWheelMultiIcon;
|
|
991
|
+
}
|
|
992
|
+
});
|
|
979
993
|
Object.defineProperty(exports, "ColumnChartIcon", {
|
|
980
994
|
enumerable: true,
|
|
981
995
|
get: function() {
|
|
@@ -1906,6 +1920,18 @@ Object.defineProperty(exports, "LineDoubleOpenArrowIcon", {
|
|
|
1906
1920
|
return ts_line_double_open_arrow_icon_js.LineDoubleOpenArrowIcon;
|
|
1907
1921
|
}
|
|
1908
1922
|
});
|
|
1923
|
+
Object.defineProperty(exports, "LineIndentDecreaseIcon", {
|
|
1924
|
+
enumerable: true,
|
|
1925
|
+
get: function() {
|
|
1926
|
+
return ts_line_indent_decrease_icon_js.LineIndentDecreaseIcon;
|
|
1927
|
+
}
|
|
1928
|
+
});
|
|
1929
|
+
Object.defineProperty(exports, "LineIndentIncreaseIcon", {
|
|
1930
|
+
enumerable: true,
|
|
1931
|
+
get: function() {
|
|
1932
|
+
return ts_line_indent_increase_icon_js.LineIndentIncreaseIcon;
|
|
1933
|
+
}
|
|
1934
|
+
});
|
|
1909
1935
|
Object.defineProperty(exports, "LineNoneIcon", {
|
|
1910
1936
|
enumerable: true,
|
|
1911
1937
|
get: function() {
|
|
@@ -3856,6 +3882,36 @@ Object.defineProperty(exports, "StrikethroughIcon", {
|
|
|
3856
3882
|
return ts_strikethrough_icon_js.StrikethroughIcon;
|
|
3857
3883
|
}
|
|
3858
3884
|
});
|
|
3885
|
+
Object.defineProperty(exports, "StrokeSize1Icon", {
|
|
3886
|
+
enumerable: true,
|
|
3887
|
+
get: function() {
|
|
3888
|
+
return ts_stroke_size1_icon_js.StrokeSize1Icon;
|
|
3889
|
+
}
|
|
3890
|
+
});
|
|
3891
|
+
Object.defineProperty(exports, "StrokeSize2Icon", {
|
|
3892
|
+
enumerable: true,
|
|
3893
|
+
get: function() {
|
|
3894
|
+
return ts_stroke_size2_icon_js.StrokeSize2Icon;
|
|
3895
|
+
}
|
|
3896
|
+
});
|
|
3897
|
+
Object.defineProperty(exports, "StrokeSize3Icon", {
|
|
3898
|
+
enumerable: true,
|
|
3899
|
+
get: function() {
|
|
3900
|
+
return ts_stroke_size3_icon_js.StrokeSize3Icon;
|
|
3901
|
+
}
|
|
3902
|
+
});
|
|
3903
|
+
Object.defineProperty(exports, "StrokeSize4Icon", {
|
|
3904
|
+
enumerable: true,
|
|
3905
|
+
get: function() {
|
|
3906
|
+
return ts_stroke_size4_icon_js.StrokeSize4Icon;
|
|
3907
|
+
}
|
|
3908
|
+
});
|
|
3909
|
+
Object.defineProperty(exports, "StrokeSize5Icon", {
|
|
3910
|
+
enumerable: true,
|
|
3911
|
+
get: function() {
|
|
3912
|
+
return ts_stroke_size5_icon_js.StrokeSize5Icon;
|
|
3913
|
+
}
|
|
3914
|
+
});
|
|
3859
3915
|
Object.defineProperty(exports, "SubscriptIcon", {
|
|
3860
3916
|
enumerable: true,
|
|
3861
3917
|
get: function() {
|
|
@@ -0,0 +1,66 @@
|
|
|
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/line-indent-decrease-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-linecap": "round",
|
|
23
|
+
"stroke-width": 1.3,
|
|
24
|
+
"d": "M2.1 2.5H13.9M7.1 5.8H13.9M7.1 9.1H13.9M2.1 12.4H13.9"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"tag": "path",
|
|
29
|
+
"attrs": {
|
|
30
|
+
"stroke": "currentColor",
|
|
31
|
+
"stroke-linecap": "round",
|
|
32
|
+
"stroke-linejoin": "round",
|
|
33
|
+
"stroke-width": 1.3,
|
|
34
|
+
"d": "M5 5.6L2.4 8L5 10.4"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"tag": "path",
|
|
39
|
+
"attrs": {
|
|
40
|
+
"stroke": "currentColor",
|
|
41
|
+
"stroke-linecap": "round",
|
|
42
|
+
"stroke-width": 1.3,
|
|
43
|
+
"d": "M2.4 8H5.1"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
};
|
|
48
|
+
const LineIndentDecreaseIcon = (0, vue.defineComponent)({
|
|
49
|
+
name: "LineIndentDecreaseIcon",
|
|
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: "line-indent-decrease-icon",
|
|
60
|
+
icon: element
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
//#endregion
|
|
65
|
+
exports.LineIndentDecreaseIcon = LineIndentDecreaseIcon;
|
|
66
|
+
exports.default = LineIndentDecreaseIcon;
|
|
@@ -0,0 +1,66 @@
|
|
|
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/line-indent-increase-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-linecap": "round",
|
|
23
|
+
"stroke-width": 1.3,
|
|
24
|
+
"d": "M2.1 2.5H13.9M7.1 5.8H13.9M7.1 9.1H13.9M2.1 12.4H13.9"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"tag": "path",
|
|
29
|
+
"attrs": {
|
|
30
|
+
"stroke": "currentColor",
|
|
31
|
+
"stroke-linecap": "round",
|
|
32
|
+
"stroke-linejoin": "round",
|
|
33
|
+
"stroke-width": 1.3,
|
|
34
|
+
"d": "M2.4 5.6L5 8L2.4 10.4"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"tag": "path",
|
|
39
|
+
"attrs": {
|
|
40
|
+
"stroke": "currentColor",
|
|
41
|
+
"stroke-linecap": "round",
|
|
42
|
+
"stroke-width": 1.3,
|
|
43
|
+
"d": "M2.3 8H5"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
};
|
|
48
|
+
const LineIndentIncreaseIcon = (0, vue.defineComponent)({
|
|
49
|
+
name: "LineIndentIncreaseIcon",
|
|
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: "line-indent-increase-icon",
|
|
60
|
+
icon: element
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
//#endregion
|
|
65
|
+
exports.LineIndentIncreaseIcon = LineIndentIncreaseIcon;
|
|
66
|
+
exports.default = LineIndentIncreaseIcon;
|
|
@@ -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/stroke-size1-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 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"fill": "currentColor",
|
|
21
|
+
"fill-rule": "evenodd",
|
|
22
|
+
"d": "M6.07705 0.197445C7.38981 1.20701 4.02148 6.03315 3.45693 7.71262C2.89238 9.3921 1.60039 12.4519 3.87953 12.6304C6.15867 12.8089 8.56155 7.71263 11.8494 8.28764C14.107 8.68246 13.609 13.3788 15.3042 16.2769C17.4487 19.943 20.501 19.943 20.501 21.2611C20.501 23.3019 15.1983 19.8771 13.525 16.5571C11.8518 13.2372 12.6009 11.2633 11.154 10.7376C9.70714 10.2119 8.42272 14.9732 3.87953 14.9732C-0.0516641 14.9732 -0.63741 11.727 0.543057 6.93492C1.72352 2.14285 4.76429 -0.812116 6.07705 0.197445Z",
|
|
23
|
+
"clip-rule": "evenodd",
|
|
24
|
+
"transform": "matrix(.86 0 0 .86 1.25 .6)"
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
const StrokeSize1Icon = (0, vue.defineComponent)({
|
|
29
|
+
name: "StrokeSize1Icon",
|
|
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: "stroke-size1-icon",
|
|
40
|
+
icon: element
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
exports.StrokeSize1Icon = StrokeSize1Icon;
|
|
46
|
+
exports.default = StrokeSize1Icon;
|
|
@@ -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/stroke-size2-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 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"fill": "currentColor",
|
|
21
|
+
"fill-rule": "evenodd",
|
|
22
|
+
"d": "M7.34865 0.407767C8.73052 1.23236 8.94049 3.18121 7.4341 5.785C5.67061 8.8332 3.45699 12.8496 4.71364 13.2991C7.11551 14.158 9.37215 8.74575 12.6835 9.12447C16.1383 9.51959 14.4431 14.2156 16.1383 17.1138C18.2828 20.7798 21.2769 20.7813 21.3351 22.098C21.5137 26.1394 16.7787 22.7794 13.8856 19.0045C10.9925 15.2295 13.1948 13.3002 11.7479 12.7745C10.301 12.2487 9.25683 16.8136 4.71364 16.8136C-0.415879 16.8136 -0.577595 12.3002 0.602872 7.5081C1.78334 2.71603 4.45045 -1.32166 7.34865 0.407767Z",
|
|
23
|
+
"clip-rule": "evenodd",
|
|
24
|
+
"transform": "matrix(.86 0 0 .86 .65 .1)"
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
const StrokeSize2Icon = (0, vue.defineComponent)({
|
|
29
|
+
name: "StrokeSize2Icon",
|
|
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: "stroke-size2-icon",
|
|
40
|
+
icon: element
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
exports.StrokeSize2Icon = StrokeSize2Icon;
|
|
46
|
+
exports.default = StrokeSize2Icon;
|
|
@@ -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/stroke-size3-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 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"fill": "currentColor",
|
|
21
|
+
"fill-rule": "evenodd",
|
|
22
|
+
"d": "M8.91098 0.36897C10.2928 1.19357 10.8827 4.23424 9.3763 6.83803C7.61281 9.88622 4.77107 12.544 5.97477 13.1474C7.38514 13.8543 8.99567 8.70698 13.3597 9.30442C17.8867 9.92418 15.2333 14.4719 16.9286 17.37C19.0731 21.0361 22.2621 21.2852 22.3202 22.6019C22.4988 26.6433 16.9846 24.4584 14.0915 20.6834C11.1984 16.9084 13.4065 15.0902 11.9596 14.5645C10.5127 14.0387 10.9664 18.5665 5.71212 18.5665C-0.574598 18.5665 -0.574597 12.8733 0.605869 8.08126C1.78634 3.2892 6.01278 -1.36046 8.91098 0.36897Z",
|
|
23
|
+
"clip-rule": "evenodd",
|
|
24
|
+
"transform": "matrix(.84 0 0 .84 .25 -.4)"
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
const StrokeSize3Icon = (0, vue.defineComponent)({
|
|
29
|
+
name: "StrokeSize3Icon",
|
|
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: "stroke-size3-icon",
|
|
40
|
+
icon: element
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
exports.StrokeSize3Icon = StrokeSize3Icon;
|
|
46
|
+
exports.default = StrokeSize3Icon;
|
|
@@ -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/stroke-size4-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 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"fill": "currentColor",
|
|
21
|
+
"fill-rule": "evenodd",
|
|
22
|
+
"d": "M10.0312 0.376683C11.4131 1.20128 12.5419 4.59816 11.0355 7.20195C9.27202 10.2501 6.9852 11.3292 8.1889 11.9326C9.59927 12.6395 9.35713 8.55786 13.7211 9.1553C18.2482 9.77506 16.3536 14.4796 18.0488 17.3777C20.1933 21.0438 22.6376 21.191 22.6958 22.5076C22.8744 26.549 17.835 25.7466 14.942 21.9716C12.0489 18.1967 13.5203 17.0294 12.0735 16.5037C10.6266 15.9779 11.7659 20.1505 6.51162 20.1505C0.224897 20.1505 -0.745681 12.75 0.434786 7.9579C1.61525 3.16584 7.13302 -1.35275 10.0312 0.376683Z",
|
|
23
|
+
"clip-rule": "evenodd",
|
|
24
|
+
"transform": "matrix(.82 0 0 .82 .35 -.75)"
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
const StrokeSize4Icon = (0, vue.defineComponent)({
|
|
29
|
+
name: "StrokeSize4Icon",
|
|
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: "stroke-size4-icon",
|
|
40
|
+
icon: element
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
exports.StrokeSize4Icon = StrokeSize4Icon;
|
|
46
|
+
exports.default = StrokeSize4Icon;
|
|
@@ -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/stroke-size5-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 20 20",
|
|
14
|
+
"width": "1em",
|
|
15
|
+
"height": "1em"
|
|
16
|
+
},
|
|
17
|
+
"children": [{
|
|
18
|
+
"tag": "path",
|
|
19
|
+
"attrs": {
|
|
20
|
+
"fill": "currentColor",
|
|
21
|
+
"fill-rule": "evenodd",
|
|
22
|
+
"d": "M9.5567 0.207516C12.4416 1.20683 13.2813 4.65797 11.8145 7.2894C10.5169 9.61718 10.1693 10.0953 10.506 10.3199C11.0302 10.6695 10.9859 8.38336 14.3047 8.9075C19.6963 9.75899 18.0789 13.8433 19.6963 16.4862C21.8633 20.0273 23.739 19.5258 23.739 22.6172C23.739 26.6634 18.1634 25.512 14.6706 22.2692C11.1778 19.0264 12.9351 17.5548 12.0113 17.1972C11.0874 16.8397 11.5238 20.5528 6.26945 20.5528C-0.017271 20.5528 -0.703395 12.8463 0.477071 8.05424C1.65754 3.26218 6.06666 -1.00142 9.5567 0.207516Z",
|
|
23
|
+
"clip-rule": "evenodd",
|
|
24
|
+
"transform": "matrix(.81 0 0 .81 .3 -.7)"
|
|
25
|
+
}
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
const StrokeSize5Icon = (0, vue.defineComponent)({
|
|
29
|
+
name: "StrokeSize5Icon",
|
|
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: "stroke-size5-icon",
|
|
40
|
+
icon: element
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
exports.StrokeSize5Icon = StrokeSize5Icon;
|
|
46
|
+
exports.default = StrokeSize5Icon;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { IExtendProps } from './base.js';
|
|
3
|
+
export declare const ColorWheelMultiIcon: 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 ColorWheelMultiIcon;
|