@arco-iconbox/vue-smartcode 0.1.73 → 0.1.75
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/icon.js +4012 -3230
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +629 -561
- package/dist/icon.min.js.map +1 -1
- package/esm/IconColorBlock/index.js +71 -0
- package/esm/IconColorCard/index.js +44 -0
- package/esm/IconColorCascade/index.js +40 -0
- package/esm/IconColorCheckbox/index.js +48 -0
- package/esm/IconColorColorselection/index.js +54 -0
- package/esm/IconColorDate/index.js +57 -0
- package/esm/IconColorDictionary/index.js +40 -0
- package/esm/IconColorImageupload/index.js +53 -0
- package/esm/IconColorLine/index.js +41 -0
- package/esm/IconColorLink/index.js +38 -0
- package/esm/IconColorOrganization/index.js +46 -0
- package/esm/IconColorPeople/index.js +47 -0
- package/esm/IconColorRating/index.js +44 -0
- package/esm/IconColorSlide/index.js +59 -0
- package/esm/IconColorTab/index.js +44 -0
- package/esm/IconColorTip/index.js +46 -0
- package/esm/IconColorTitle/index.js +44 -0
- package/esm/index.js +17 -0
- package/lib/IconColorBlock/index.js +72 -0
- package/lib/IconColorCard/index.js +45 -0
- package/lib/IconColorCascade/index.js +41 -0
- package/lib/IconColorCheckbox/index.js +49 -0
- package/lib/IconColorColorselection/index.js +55 -0
- package/lib/IconColorDate/index.js +58 -0
- package/lib/IconColorDictionary/index.js +41 -0
- package/lib/IconColorImageupload/index.js +54 -0
- package/lib/IconColorLine/index.js +42 -0
- package/lib/IconColorLink/index.js +39 -0
- package/lib/IconColorOrganization/index.js +47 -0
- package/lib/IconColorPeople/index.js +48 -0
- package/lib/IconColorRating/index.js +45 -0
- package/lib/IconColorSlide/index.js +60 -0
- package/lib/IconColorTab/index.js +45 -0
- package/lib/IconColorTip/index.js +47 -0
- package/lib/IconColorTitle/index.js +45 -0
- package/lib/index.js +34 -0
- package/package.json +1 -1
- package/src/IconColorBlock/index.vue +19 -0
- package/src/IconColorCard/index.vue +19 -0
- package/src/IconColorCascade/index.vue +19 -0
- package/src/IconColorCheckbox/index.vue +19 -0
- package/src/IconColorColorselection/index.vue +19 -0
- package/src/IconColorDate/index.vue +19 -0
- package/src/IconColorDictionary/index.vue +19 -0
- package/src/IconColorImageupload/index.vue +19 -0
- package/src/IconColorLine/index.vue +19 -0
- package/src/IconColorLink/index.vue +19 -0
- package/src/IconColorOrganization/index.vue +19 -0
- package/src/IconColorPeople/index.vue +19 -0
- package/src/IconColorRating/index.vue +19 -0
- package/src/IconColorSlide/index.vue +19 -0
- package/src/IconColorTab/index.vue +19 -0
- package/src/IconColorTip/index.vue +19 -0
- package/src/IconColorTitle/index.vue +19 -0
- package/src/index.js +18 -1
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconColorSlide",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: false
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
+
d: "M13.1973 7.55554H21.3022M2.69922 7.55554H3.41242",
|
|
18
|
+
stroke: "#165DFF",
|
|
19
|
+
"stroke-width": "1.66",
|
|
20
|
+
"stroke-linecap": "round"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("circle", {
|
|
23
|
+
cx: "8.169",
|
|
24
|
+
cy: "7.556",
|
|
25
|
+
stroke: "#00BBD8",
|
|
26
|
+
"stroke-width": "1.66",
|
|
27
|
+
r: "2.085"
|
|
28
|
+
}, null, -1);
|
|
29
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
30
|
+
d: "M20.5801 16.4449H21.2933M2.69922 16.4449H10.8042",
|
|
31
|
+
stroke: "#165DFF",
|
|
32
|
+
"stroke-width": "1.66",
|
|
33
|
+
"stroke-linecap": "round"
|
|
34
|
+
}, null, -1);
|
|
35
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("circle", {
|
|
36
|
+
cx: "15.831",
|
|
37
|
+
cy: "16.445",
|
|
38
|
+
stroke: "#00BBD8",
|
|
39
|
+
"stroke-width": "1.66",
|
|
40
|
+
r: "2.085"
|
|
41
|
+
}, null, -1);
|
|
42
|
+
const _hoisted_5 = [
|
|
43
|
+
_hoisted_1,
|
|
44
|
+
_hoisted_2,
|
|
45
|
+
_hoisted_3,
|
|
46
|
+
_hoisted_4
|
|
47
|
+
];
|
|
48
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
49
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
50
|
+
viewBox: "0 0 24 24",
|
|
51
|
+
fill: "none",
|
|
52
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
53
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-slide`],
|
|
54
|
+
width: "1em",
|
|
55
|
+
height: "1em"
|
|
56
|
+
}, _ctx.$attrs), _hoisted_5, 16);
|
|
57
|
+
}
|
|
58
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
59
|
+
export { index as default };
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconColorTab",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: false
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
+
d: "M14.3047 4.07349L14.3047 9.2793",
|
|
18
|
+
stroke: "#00BBD8",
|
|
19
|
+
"stroke-width": "1.66",
|
|
20
|
+
"stroke-linecap": "round"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
23
|
+
d: "M20.8196 9.44585V15.1264C20.8196 16.8065 20.8196 17.6466 20.4926 18.2883C20.205 18.8528 19.746 19.3118 19.1816 19.5994C18.5398 19.9264 17.6997 19.9264 16.0196 19.9264H7.98164C6.30148 19.9264 5.4614 19.9264 4.81967 19.5994C4.25518 19.3118 3.79624 18.8528 3.50862 18.2883C3.18164 17.6466 3.18164 16.8065 3.18164 15.1264V9.44585M20.8196 9.44585V8.87349C20.8196 7.19333 20.8196 6.35325 20.4926 5.71151C20.205 5.14703 19.746 4.68809 19.1816 4.40047C18.5398 4.07349 17.6997 4.07349 16.0196 4.07349H13.147H7.98164C6.30148 4.07349 5.4614 4.07349 4.81967 4.40047C4.25518 4.68809 3.79624 5.14703 3.50862 5.71151C3.18164 6.35325 3.18164 7.19333 3.18164 8.87349V9.44585M20.8196 9.44585H3.18164",
|
|
24
|
+
stroke: "#165DFF",
|
|
25
|
+
"stroke-width": "1.66",
|
|
26
|
+
"stroke-linecap": "round",
|
|
27
|
+
"stroke-linejoin": "round"
|
|
28
|
+
}, null, -1);
|
|
29
|
+
const _hoisted_3 = [
|
|
30
|
+
_hoisted_1,
|
|
31
|
+
_hoisted_2
|
|
32
|
+
];
|
|
33
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
35
|
+
viewBox: "0 0 24 24",
|
|
36
|
+
fill: "none",
|
|
37
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
38
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-tab`],
|
|
39
|
+
width: "1em",
|
|
40
|
+
height: "1em"
|
|
41
|
+
}, _ctx.$attrs), _hoisted_3, 16);
|
|
42
|
+
}
|
|
43
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
44
|
+
export { index as default };
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconColorTip",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: false
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("path", {
|
|
17
|
+
d: "M10.4492 22.2666H13.5494",
|
|
18
|
+
stroke: "#165DFF",
|
|
19
|
+
"stroke-width": "1.66",
|
|
20
|
+
"stroke-linecap": "round"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_2 = ["fill"];
|
|
23
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
24
|
+
d: "M17.4064 12.1078C17.4064 14.7864 14.5865 16.34 13.0039 16.8367C11.4213 17.3334 8.85592 20.2105 12.0001 20.2105C15.1442 20.2105 12.384 17.1807 10.973 16.8367C8.85697 16.3208 6.59375 14.8704 6.59375 12.1078C6.59375 9.12203 9.01424 6.70154 12.0001 6.70154C14.9859 6.70154 17.4064 9.12203 17.4064 12.1078Z",
|
|
25
|
+
stroke: "#00BBD8",
|
|
26
|
+
"stroke-width": "1.66"
|
|
27
|
+
}, null, -1);
|
|
28
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
29
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
30
|
+
viewBox: "0 0 24 24",
|
|
31
|
+
fill: "none",
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-tip`],
|
|
34
|
+
width: "1em",
|
|
35
|
+
height: "1em"
|
|
36
|
+
}, _ctx.$attrs), [
|
|
37
|
+
_hoisted_1,
|
|
38
|
+
createElementVNode("path", {
|
|
39
|
+
d: "M21.5449 11.2725C22.0029 11.2728 22.3748 11.6445 22.375 12.1025C22.3749 12.5606 22.003 12.9323 21.5449 12.9326H19.7148C19.7435 12.6616 19.7588 12.3861 19.7588 12.1074C19.7588 11.8253 19.7432 11.5468 19.7139 11.2725H21.5449ZM4.28516 11.2725C4.25579 11.5468 4.24025 11.8253 4.24023 12.1074C4.24023 12.3861 4.25554 12.6616 4.28418 12.9326H2.45508C1.99675 12.9326 1.6251 12.5608 1.625 12.1025C1.62522 11.6443 1.99682 11.2725 2.45508 11.2725H4.28516ZM18.166 4.76855C18.4902 4.44443 19.0157 4.44442 19.3398 4.76855C19.6637 5.09271 19.6639 5.61834 19.3398 5.94238L18.041 7.24023C17.6926 6.80835 17.2991 6.41482 16.8672 6.06641L18.166 4.76855ZM4.66699 4.76855C4.99113 4.44443 5.51766 4.44442 5.8418 4.76855L7.13574 6.0625C6.70364 6.41058 6.30962 6.80376 5.96094 7.23535L4.66699 5.94238C4.34316 5.61833 4.34323 5.09265 4.66699 4.76855ZM12.0049 1.7334C12.4631 1.73351 12.8349 2.10524 12.835 2.56348V4.39258C12.5605 4.3632 12.2813 4.34766 11.999 4.34766C11.7206 4.34767 11.4456 4.36299 11.1748 4.3916V2.56348C11.1749 2.10534 11.5468 1.73366 12.0049 1.7334Z",
|
|
40
|
+
fill: $props.useCurrentColor ? "currentColor" : "#165DFF"
|
|
41
|
+
}, null, 8, _hoisted_2),
|
|
42
|
+
_hoisted_3
|
|
43
|
+
], 16);
|
|
44
|
+
}
|
|
45
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
46
|
+
export { index as default };
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconColorTitle",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: false
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = /* @__PURE__ */ createElementVNode("rect", {
|
|
17
|
+
x: "1.92",
|
|
18
|
+
y: "3.498",
|
|
19
|
+
width: "20.162",
|
|
20
|
+
height: "17.004",
|
|
21
|
+
rx: "4",
|
|
22
|
+
stroke: "#165DFF",
|
|
23
|
+
"stroke-width": "1.66",
|
|
24
|
+
"stroke-linejoin": "round"
|
|
25
|
+
}, null, -1);
|
|
26
|
+
const _hoisted_2 = ["fill"];
|
|
27
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
28
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
29
|
+
viewBox: "0 0 24 24",
|
|
30
|
+
fill: "none",
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
32
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-title`],
|
|
33
|
+
width: "1em",
|
|
34
|
+
height: "1em"
|
|
35
|
+
}, _ctx.$attrs), [
|
|
36
|
+
_hoisted_1,
|
|
37
|
+
createElementVNode("path", {
|
|
38
|
+
d: "M12.2959 7.90161C12.7542 7.90168 13.126 8.27333 13.126 8.73169V15.2688C13.1258 15.727 12.7542 16.0988 12.2959 16.0989C11.8376 16.0989 11.466 15.7271 11.4658 15.2688V12.7278C11.4475 12.729 11.4288 12.7307 11.4102 12.7307H8.33398V15.2688C8.33385 15.7271 7.96222 16.0989 7.50391 16.0989C7.04559 16.0989 6.67396 15.7271 6.67383 15.2688V8.73169C6.67383 8.27329 7.04551 7.90161 7.50391 7.90161C7.9623 7.90161 8.33398 8.27329 8.33398 8.73169V11.0706H11.4102C11.4288 11.0706 11.4475 11.0713 11.4658 11.0725V8.73169C11.4658 8.27329 11.8375 7.90161 12.2959 7.90161ZM16.4971 11.1702C16.9554 11.1703 17.3271 11.5419 17.3271 12.0002V15.2688C17.3271 15.7271 16.9554 16.0987 16.4971 16.0989C16.0387 16.0989 15.667 15.7272 15.667 15.2688V12.0002C15.667 11.5418 16.0387 11.1702 16.4971 11.1702Z",
|
|
39
|
+
fill: $props.useCurrentColor ? "currentColor" : "#00BBD8"
|
|
40
|
+
}, null, 8, _hoisted_2)
|
|
41
|
+
], 16);
|
|
42
|
+
}
|
|
43
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
44
|
+
export { index as default };
|
package/esm/index.js
CHANGED
|
@@ -342,3 +342,20 @@ export { default as IconColorDataFlow } from "./IconColorDataFlow/index.js";
|
|
|
342
342
|
export { default as IconColorOrg } from "./IconColorOrg/index.js";
|
|
343
343
|
export { default as IconColorApiGary } from "./IconColorApiGary/index.js";
|
|
344
344
|
export { default as IconColorApiPurple } from "./IconColorApiPurple/index.js";
|
|
345
|
+
export { default as IconColorCheckbox } from "./IconColorCheckbox/index.js";
|
|
346
|
+
export { default as IconColorRating } from "./IconColorRating/index.js";
|
|
347
|
+
export { default as IconColorCascade } from "./IconColorCascade/index.js";
|
|
348
|
+
export { default as IconColorDate } from "./IconColorDate/index.js";
|
|
349
|
+
export { default as IconColorLink } from "./IconColorLink/index.js";
|
|
350
|
+
export { default as IconColorColorselection } from "./IconColorColorselection/index.js";
|
|
351
|
+
export { default as IconColorTip } from "./IconColorTip/index.js";
|
|
352
|
+
export { default as IconColorImageupload } from "./IconColorImageupload/index.js";
|
|
353
|
+
export { default as IconColorSlide } from "./IconColorSlide/index.js";
|
|
354
|
+
export { default as IconColorPeople } from "./IconColorPeople/index.js";
|
|
355
|
+
export { default as IconColorTitle } from "./IconColorTitle/index.js";
|
|
356
|
+
export { default as IconColorBlock } from "./IconColorBlock/index.js";
|
|
357
|
+
export { default as IconColorTab } from "./IconColorTab/index.js";
|
|
358
|
+
export { default as IconColorDictionary } from "./IconColorDictionary/index.js";
|
|
359
|
+
export { default as IconColorOrganization } from "./IconColorOrganization/index.js";
|
|
360
|
+
export { default as IconColorCard } from "./IconColorCard/index.js";
|
|
361
|
+
export { default as IconColorLine } from "./IconColorLine/index.js";
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconColorBlock",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("rect", {
|
|
18
|
+
x: "3.23",
|
|
19
|
+
y: "4.178",
|
|
20
|
+
width: "9.152",
|
|
21
|
+
height: "6.572",
|
|
22
|
+
rx: "2",
|
|
23
|
+
stroke: "#165DFF",
|
|
24
|
+
"stroke-width": "1.66"
|
|
25
|
+
}, null, -1);
|
|
26
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("rect", {
|
|
27
|
+
x: "20.768",
|
|
28
|
+
y: "19.822",
|
|
29
|
+
width: "9.152",
|
|
30
|
+
height: "6.572",
|
|
31
|
+
rx: "2",
|
|
32
|
+
transform: "rotate(-180 20.768 19.822)",
|
|
33
|
+
stroke: "#165DFF",
|
|
34
|
+
"stroke-width": "1.66"
|
|
35
|
+
}, null, -1);
|
|
36
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("rect", {
|
|
37
|
+
x: "3.23",
|
|
38
|
+
y: "13.25",
|
|
39
|
+
width: "5.787",
|
|
40
|
+
height: "6.572",
|
|
41
|
+
rx: "2",
|
|
42
|
+
stroke: "#165DFF",
|
|
43
|
+
"stroke-width": "1.66"
|
|
44
|
+
}, null, -1);
|
|
45
|
+
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("rect", {
|
|
46
|
+
x: "20.768",
|
|
47
|
+
y: "10.75",
|
|
48
|
+
width: "5.787",
|
|
49
|
+
height: "6.572",
|
|
50
|
+
rx: "2",
|
|
51
|
+
transform: "rotate(-180 20.768 10.75)",
|
|
52
|
+
stroke: "#00BBD8",
|
|
53
|
+
"stroke-width": "1.66"
|
|
54
|
+
}, null, -1);
|
|
55
|
+
const _hoisted_5 = [
|
|
56
|
+
_hoisted_1,
|
|
57
|
+
_hoisted_2,
|
|
58
|
+
_hoisted_3,
|
|
59
|
+
_hoisted_4
|
|
60
|
+
];
|
|
61
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
62
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
63
|
+
viewBox: "0 0 24 24",
|
|
64
|
+
fill: "none",
|
|
65
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
66
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-block`],
|
|
67
|
+
width: "1em",
|
|
68
|
+
height: "1em"
|
|
69
|
+
}, _ctx.$attrs), _hoisted_5, 16);
|
|
70
|
+
}
|
|
71
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
72
|
+
module.exports = index;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconColorCard",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
18
|
+
d: "M20.8196 9.44585V15.1264C20.8196 16.8065 20.8196 17.6466 20.4926 18.2883C20.205 18.8528 19.746 19.3118 19.1816 19.5994C18.5398 19.9264 17.6997 19.9264 16.0196 19.9264H7.98164C6.30148 19.9264 5.4614 19.9264 4.81967 19.5994C4.25518 19.3118 3.79624 18.8528 3.50862 18.2883C3.18164 17.6466 3.18164 16.8065 3.18164 15.1264V9.44585M20.8196 9.44585V8.87349C20.8196 7.19333 20.8196 6.35325 20.4926 5.71151C20.205 5.14703 19.746 4.68809 19.1816 4.40047C18.5398 4.07349 17.6997 4.07349 16.0196 4.07349H13.147H7.98164C6.30148 4.07349 5.4614 4.07349 4.81967 4.40047C4.25518 4.68809 3.79624 5.14703 3.50862 5.71151C3.18164 6.35325 3.18164 7.19333 3.18164 8.87349V9.44585M20.8196 9.44585H3.18164",
|
|
19
|
+
stroke: "#165DFF",
|
|
20
|
+
"stroke-width": "1.66",
|
|
21
|
+
"stroke-linecap": "round",
|
|
22
|
+
"stroke-linejoin": "round"
|
|
23
|
+
}, null, -1);
|
|
24
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
25
|
+
d: "M8.02539 15.5784H11.5382",
|
|
26
|
+
stroke: "#00BBD8",
|
|
27
|
+
"stroke-width": "1.66",
|
|
28
|
+
"stroke-linecap": "round"
|
|
29
|
+
}, null, -1);
|
|
30
|
+
const _hoisted_3 = [
|
|
31
|
+
_hoisted_1,
|
|
32
|
+
_hoisted_2
|
|
33
|
+
];
|
|
34
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
35
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
36
|
+
viewBox: "0 0 24 24",
|
|
37
|
+
fill: "none",
|
|
38
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
39
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-card`],
|
|
40
|
+
width: "1em",
|
|
41
|
+
height: "1em"
|
|
42
|
+
}, _ctx.$attrs), _hoisted_3, 16);
|
|
43
|
+
}
|
|
44
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
45
|
+
module.exports = index;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconColorCascade",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = ["fill"];
|
|
19
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
20
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
21
|
+
viewBox: "0 0 24 24",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-cascade`],
|
|
25
|
+
width: "1em",
|
|
26
|
+
height: "1em"
|
|
27
|
+
}, _ctx.$attrs), [
|
|
28
|
+
vue.createElementVNode("path", {
|
|
29
|
+
d: "M9.22852 2.38385C10.0549 2.38385 10.7247 2.38352 11.2666 2.4278C11.8181 2.47287 12.3102 2.5688 12.7676 2.80182C13.488 3.16899 14.0743 3.75427 14.4414 4.47467C14.6744 4.93194 14.7694 5.42421 14.8145 5.97565C14.8587 6.51749 14.8584 7.18746 14.8584 8.01373V9.14264H15.9873C16.8136 9.14264 17.4836 9.14231 18.0254 9.18658C18.5768 9.23167 19.0691 9.32762 19.5264 9.56061C20.2466 9.92779 20.8331 10.5132 21.2002 11.2335C21.4331 11.6906 21.5282 12.1831 21.5732 12.7344C21.6175 13.2762 21.6172 13.9464 21.6172 14.7725V15.9864C21.6172 16.8126 21.6175 17.4826 21.5732 18.0245C21.5282 18.5759 21.4332 19.0682 21.2002 19.5255C20.833 20.246 20.2469 20.8321 19.5264 21.1993C19.0691 21.4323 18.5768 21.5272 18.0254 21.5723C17.4836 21.6166 16.8136 21.6163 15.9873 21.6163H14.7734C13.9473 21.6163 13.2772 21.6166 12.7354 21.5723C12.184 21.5273 11.6916 21.4322 11.2344 21.1993C10.5141 20.8322 9.9287 20.2457 9.56152 19.5255C9.32854 19.0682 9.23258 18.5759 9.1875 18.0245C9.14323 17.4826 9.14355 16.8126 9.14355 15.9864V14.8575H8.01465C7.18837 14.8575 6.51841 14.8578 5.97656 14.8135C5.42513 14.7685 4.93286 14.6735 4.47559 14.4405C3.75518 14.0734 3.1699 13.487 2.80273 12.7667C2.56971 12.3093 2.47378 11.8172 2.42871 11.2657C2.38444 10.7238 2.38477 10.054 2.38477 9.2276V8.01373C2.38477 7.18745 2.38444 6.51749 2.42871 5.97565C2.47379 5.4242 2.56974 4.93196 2.80273 4.47467C3.16985 3.75445 3.75537 3.16894 4.47559 2.80182C4.93287 2.56882 5.42511 2.47287 5.97656 2.4278C6.51841 2.38353 7.18837 2.38385 8.01465 2.38385H9.22852ZM14.8408 10.8028C14.8345 10.9666 14.8263 11.1207 14.8145 11.2657C14.7694 11.8172 14.6744 12.3093 14.4414 12.7667C14.0742 13.4872 13.4882 14.0733 12.7676 14.4405C12.3102 14.6735 11.8181 14.7685 11.2666 14.8135C11.1217 14.8254 10.9675 14.8326 10.8037 14.8389V15.9864C10.8037 16.8397 10.8044 17.4302 10.8418 17.8887C10.8785 18.3374 10.9461 18.5872 11.04 18.7715C11.2481 19.1796 11.5802 19.5118 11.9883 19.7198C12.1726 19.8136 12.4224 19.8814 12.8711 19.918C13.3296 19.9555 13.9201 19.9561 14.7734 19.9561H15.9873C16.8407 19.9561 17.4311 19.9555 17.8896 19.918C18.3384 19.8813 18.5881 19.8137 18.7725 19.7198C19.1807 19.5118 19.5127 19.1797 19.7207 18.7715C19.8146 18.5872 19.8823 18.3375 19.9189 17.8887C19.9564 17.4302 19.957 16.8397 19.957 15.9864V14.7725C19.957 13.9192 19.9564 13.3287 19.9189 12.8702C19.8823 12.4215 19.8146 12.1717 19.7207 11.9874C19.5127 11.5793 19.1806 11.2471 18.7725 11.0391C18.5881 10.9452 18.3384 10.8776 17.8896 10.8409C17.4311 10.8035 16.8406 10.8028 15.9873 10.8028H14.8408ZM8.01465 4.04401C7.16116 4.04401 6.57085 4.04465 6.1123 4.08209C5.66339 4.11877 5.41385 4.1864 5.22949 4.28033C4.82127 4.48836 4.48928 4.82035 4.28125 5.22858C4.18732 5.41293 4.11969 5.66247 4.08301 6.11139C4.04556 6.56993 4.04492 7.16024 4.04492 8.01373V9.2276C4.04492 10.0811 4.04557 10.6714 4.08301 11.1299C4.11968 11.5788 4.18733 11.8284 4.28125 12.0128C4.48927 12.421 4.82128 12.753 5.22949 12.961C5.41385 13.0549 5.66341 13.1226 6.1123 13.1592C6.57085 13.1967 7.16115 13.1973 8.01465 13.1973H9.16113C9.16745 13.0335 9.17566 12.8794 9.1875 12.7344C9.23257 12.183 9.32856 11.6907 9.56152 11.2335C9.92864 10.5132 10.5142 9.92773 11.2344 9.56061C11.6916 9.32765 12.1839 9.23166 12.7354 9.18658C12.8803 9.17475 13.0344 9.16653 13.1982 9.16022V8.01373C13.1982 7.16024 13.1976 6.56993 13.1602 6.11139C13.1235 5.66249 13.0558 5.41293 12.9619 5.22858C12.7539 4.82036 12.4219 4.48835 12.0137 4.28033C11.8293 4.18641 11.5797 4.11877 11.1309 4.08209C10.6723 4.04466 10.082 4.04401 9.22852 4.04401H8.01465ZM12.8711 10.8409C12.4223 10.8776 12.1726 10.9452 11.9883 11.0391C11.5801 11.2472 11.2481 11.5791 11.04 11.9874C10.9461 12.1717 10.8785 12.4213 10.8418 12.8702C10.834 12.9662 10.8272 13.068 10.8223 13.1768C10.9318 13.1719 11.0343 13.1671 11.1309 13.1592C11.5798 13.1226 11.8293 13.0549 12.0137 12.961C12.4219 12.753 12.7539 12.421 12.9619 12.0128C13.0558 11.8284 13.1235 11.5789 13.1602 11.1299C13.168 11.0334 13.1728 10.9308 13.1777 10.8214C13.0689 10.8263 12.9671 10.833 12.8711 10.8409Z",
|
|
30
|
+
fill: $props.useCurrentColor ? "currentColor" : "#165DFF"
|
|
31
|
+
}, null, 8, _hoisted_1),
|
|
32
|
+
vue.createElementVNode("path", {
|
|
33
|
+
"fill-rule": "evenodd",
|
|
34
|
+
"clip-rule": "evenodd",
|
|
35
|
+
d: "M14.7676 9.22092H14.8584C14.8584 10.0494 14.8587 10.721 14.8145 11.2639C14.7694 11.816 14.6734 12.3084 14.4404 12.7658C14.0733 13.4864 13.4871 14.0725 12.7666 14.4397C12.3087 14.673 11.8147 14.7687 11.2607 14.8137C10.7157 14.8579 10.0404 14.8576 9.20703 14.8576V14.7824H9.14258C9.14258 13.9538 9.14159 13.282 9.18555 12.7395C9.23028 12.1878 9.32576 11.6952 9.55762 11.2385C9.9254 10.5143 10.5141 9.92564 11.2383 9.55783C11.6946 9.32611 12.1854 9.23155 12.7354 9.18674C13.2757 9.14271 13.9436 9.14279 14.7676 9.14279V9.22092ZM12.8701 10.841C12.4225 10.8775 12.1741 10.9449 11.9902 11.0383C11.5799 11.2467 11.2465 11.5801 11.0381 11.9904C10.945 12.1738 10.8773 12.4231 10.8408 12.8733C10.8331 12.9681 10.8281 13.0687 10.8232 13.176C10.9304 13.1711 11.0312 13.1671 11.126 13.1594C11.5791 13.1226 11.8301 13.0547 12.0137 12.9612C12.4217 12.7531 12.754 12.421 12.9619 12.0129C13.0557 11.8288 13.1235 11.579 13.1602 11.1291C13.168 11.0328 13.1728 10.9306 13.1777 10.8215C13.0685 10.8264 12.9664 10.8332 12.8701 10.841Z",
|
|
36
|
+
fill: $props.useCurrentColor ? "currentColor" : "#00BBD8"
|
|
37
|
+
}, null, 8, _hoisted_2)
|
|
38
|
+
], 16);
|
|
39
|
+
}
|
|
40
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
41
|
+
module.exports = index;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconColorCheckbox",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("rect", {
|
|
18
|
+
x: "3",
|
|
19
|
+
y: "3",
|
|
20
|
+
width: "18",
|
|
21
|
+
height: "18",
|
|
22
|
+
rx: "4",
|
|
23
|
+
stroke: "#165DFF",
|
|
24
|
+
"stroke-width": "1.66",
|
|
25
|
+
"stroke-linejoin": "round"
|
|
26
|
+
}, null, -1);
|
|
27
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
28
|
+
d: "M6.89062 11.9134L9.22281 14.2456C9.61883 14.6416 9.81683 14.8396 10.0452 14.9138C10.246 14.9791 10.4624 14.9791 10.6632 14.9138C10.8915 14.8396 11.0895 14.6416 11.4855 14.2456L17.1081 8.62305",
|
|
29
|
+
stroke: "#00BBD8",
|
|
30
|
+
"stroke-width": "1.66",
|
|
31
|
+
"stroke-linecap": "round",
|
|
32
|
+
"stroke-linejoin": "round"
|
|
33
|
+
}, null, -1);
|
|
34
|
+
const _hoisted_3 = [
|
|
35
|
+
_hoisted_1,
|
|
36
|
+
_hoisted_2
|
|
37
|
+
];
|
|
38
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
39
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
40
|
+
viewBox: "0 0 24 24",
|
|
41
|
+
fill: "none",
|
|
42
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
43
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-checkbox`],
|
|
44
|
+
width: "1em",
|
|
45
|
+
height: "1em"
|
|
46
|
+
}, _ctx.$attrs), _hoisted_3, 16);
|
|
47
|
+
}
|
|
48
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
49
|
+
module.exports = index;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconColorColorselection",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = { "clip-path": "url(#svg_e8c74bc251__clip0_9572_43841)" };
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19
|
+
d: "M17.7818 13.7797L13.7002 17.8612C12.5122 19.0493 11.9181 19.6433 11.2331 19.8659C10.6306 20.0616 9.98158 20.0616 9.37905 19.8659C8.69406 19.6433 8.10004 19.0493 6.91199 17.8612L6.22455 17.1738C5.0365 15.9857 4.44247 15.3917 4.21991 14.7067C4.02414 14.1042 4.02414 13.4552 4.21991 12.8526C4.44247 12.1676 5.0365 11.5736 6.22455 10.3856L10.3061 6.30402L17.7818 13.7797ZM10.3061 6.30402L6.83203 2.82996M17.7818 13.7797H8.3808",
|
|
20
|
+
stroke: "#165DFF",
|
|
21
|
+
"stroke-width": "1.66",
|
|
22
|
+
"stroke-linecap": "round",
|
|
23
|
+
"stroke-linejoin": "round"
|
|
24
|
+
}, null, -1);
|
|
25
|
+
const _hoisted_3 = ["fill"];
|
|
26
|
+
const _hoisted_4 = { id: "svg_e8c74bc251__clip0_9572_43841" };
|
|
27
|
+
const _hoisted_5 = ["fill"];
|
|
28
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
29
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
30
|
+
viewBox: "0 0 24 24",
|
|
31
|
+
fill: "none",
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-colorselection`],
|
|
34
|
+
width: "1em",
|
|
35
|
+
height: "1em"
|
|
36
|
+
}, _ctx.$attrs), [
|
|
37
|
+
vue.createElementVNode("g", _hoisted_1, [
|
|
38
|
+
_hoisted_2,
|
|
39
|
+
vue.createElementVNode("path", {
|
|
40
|
+
d: "M18.8926 15.83L20.6603 17.5977C21.6367 18.574 21.6367 20.1569 20.6603 21.1333C19.684 22.1096 18.1011 22.1096 17.1248 21.1333C16.1485 20.1569 16.1485 18.574 17.1248 17.5977L18.8926 15.83Z",
|
|
41
|
+
fill: $props.useCurrentColor ? "currentColor" : "#00BBD8"
|
|
42
|
+
}, null, 8, _hoisted_3)
|
|
43
|
+
]),
|
|
44
|
+
vue.createElementVNode("defs", null, [
|
|
45
|
+
vue.createElementVNode("clipPath", _hoisted_4, [
|
|
46
|
+
vue.createElementVNode("path", {
|
|
47
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff",
|
|
48
|
+
d: "M0 0H24V24H0z"
|
|
49
|
+
}, null, 8, _hoisted_5)
|
|
50
|
+
])
|
|
51
|
+
])
|
|
52
|
+
], 16);
|
|
53
|
+
}
|
|
54
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
55
|
+
module.exports = index;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconColorDate",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("rect", {
|
|
18
|
+
x: "3.25",
|
|
19
|
+
y: "4.499",
|
|
20
|
+
width: "17.502",
|
|
21
|
+
height: "15.752",
|
|
22
|
+
rx: "3",
|
|
23
|
+
stroke: "#165DFF",
|
|
24
|
+
"stroke-width": "1.66",
|
|
25
|
+
"stroke-linejoin": "round"
|
|
26
|
+
}, null, -1);
|
|
27
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
28
|
+
d: "M3.25 9.02341H20.7517",
|
|
29
|
+
stroke: "#165DFF",
|
|
30
|
+
"stroke-width": "1.66"
|
|
31
|
+
}, null, -1);
|
|
32
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
33
|
+
d: "M7.625 2.74915V5.78795M16.377 2.74915V5.78795",
|
|
34
|
+
stroke: "#165DFF",
|
|
35
|
+
"stroke-width": "1.66",
|
|
36
|
+
"stroke-linecap": "round"
|
|
37
|
+
}, null, -1);
|
|
38
|
+
const _hoisted_4 = ["fill"];
|
|
39
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
40
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
41
|
+
viewBox: "0 0 24 24",
|
|
42
|
+
fill: "none",
|
|
43
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
44
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-date`],
|
|
45
|
+
width: "1em",
|
|
46
|
+
height: "1em"
|
|
47
|
+
}, _ctx.$attrs), [
|
|
48
|
+
_hoisted_1,
|
|
49
|
+
_hoisted_2,
|
|
50
|
+
_hoisted_3,
|
|
51
|
+
vue.createElementVNode("path", {
|
|
52
|
+
d: "M9.53125 11.7038C10.8072 11.7038 11.8417 12.7383 11.8418 14.0143V15.111C11.8418 16.3871 10.8073 17.4215 9.53125 17.4215C8.25543 17.4213 7.2207 16.3869 7.2207 15.111V14.0143C7.2208 12.7385 8.25549 11.704 9.53125 11.7038ZM15.9512 11.7038C16.2299 11.7039 16.49 11.8442 16.6436 12.0768C16.7971 12.3097 16.8238 12.6046 16.7139 12.861C16.5188 13.3162 16.2232 14.0642 15.9785 14.8112C15.7217 15.5952 15.5636 16.2545 15.5635 16.5915C15.5635 17.0499 15.1918 17.4215 14.7334 17.4215C14.2752 17.4213 13.9033 17.0497 13.9033 16.5915C13.9034 15.9546 14.1511 15.0587 14.4014 14.2946C14.5054 13.977 14.619 13.6608 14.7295 13.3639H13.292C12.8337 13.3638 12.4619 12.9922 12.4619 12.5338C12.462 12.0756 12.8338 11.7039 13.292 11.7038H15.9512ZM9.53125 13.3639C9.17228 13.3642 8.88096 13.6553 8.88086 14.0143V15.111C8.88086 15.4701 9.17222 15.7611 9.53125 15.7614C9.89052 15.7614 10.1816 15.4703 10.1816 15.111V14.0143C10.1815 13.6551 9.89046 13.3639 9.53125 13.3639Z",
|
|
53
|
+
fill: $props.useCurrentColor ? "currentColor" : "#00BBD8"
|
|
54
|
+
}, null, 8, _hoisted_4)
|
|
55
|
+
], 16);
|
|
56
|
+
}
|
|
57
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
58
|
+
module.exports = index;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconColorDictionary",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19
|
+
d: "M8.28906 8.95947L11.7861 8.95947",
|
|
20
|
+
stroke: "#00BBD8",
|
|
21
|
+
"stroke-width": "1.66",
|
|
22
|
+
"stroke-linecap": "round"
|
|
23
|
+
}, null, -1);
|
|
24
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
26
|
+
viewBox: "0 0 24 24",
|
|
27
|
+
fill: "none",
|
|
28
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-dictionary`],
|
|
30
|
+
width: "1em",
|
|
31
|
+
height: "1em"
|
|
32
|
+
}, _ctx.$attrs), [
|
|
33
|
+
vue.createElementVNode("path", {
|
|
34
|
+
d: "M15.4766 3.29443C16.1627 3.29443 16.728 3.29411 17.1865 3.33154C17.6545 3.3698 18.0854 3.45205 18.4893 3.65771C19.1155 3.97697 19.625 4.48654 19.9443 5.11279C20.1501 5.51669 20.2322 5.94752 20.2705 6.41553C20.308 6.87402 20.3076 7.43932 20.3076 8.12549V16.1196H19.2666C18.5544 16.2218 18.0068 16.8332 18.0068 17.5737C18.0073 18.3851 18.6652 19.0432 19.4766 19.0435H20.3145V20.7056H6.82129C5.0915 20.7056 3.68892 19.3034 3.68848 17.5737L3.6875 17.5728V8.12549C3.6875 7.43932 3.68715 6.87402 3.72461 6.41553C3.76289 5.9475 3.84498 5.5167 4.05078 5.11279C4.37008 4.48644 4.8795 3.97701 5.50586 3.65771C5.90978 3.45191 6.34056 3.36983 6.80859 3.33154C7.26709 3.29408 7.83237 3.29443 8.51855 3.29443H15.4766ZM6.82129 16.103C6.00939 16.103 5.35059 16.7618 5.35059 17.5737C5.35103 18.3852 6.00967 19.0435 6.82129 19.0435H16.7109C16.7125 19.0463 16.7143 19.0494 16.7158 19.0522C16.4794 18.6119 16.3449 18.1085 16.3447 17.5737C16.3447 17.0421 16.4782 16.5417 16.7119 16.103H6.82129ZM8.51855 4.95654C7.80504 4.95654 7.31944 4.95715 6.94434 4.98779C6.57908 5.01766 6.39138 5.07162 6.26074 5.13818C5.94686 5.29815 5.69122 5.5538 5.53125 5.86768C5.46469 5.99831 5.41073 6.18604 5.38086 6.55127C5.35022 6.92636 5.34961 7.41199 5.34961 8.12549V14.8081C5.78843 14.5741 6.28931 14.4409 6.82129 14.4409H18.6455V8.12549C18.6455 7.412 18.6449 6.92636 18.6143 6.55127C18.5844 6.18607 18.5294 5.9983 18.4629 5.86768C18.3029 5.55408 18.0481 5.29804 17.7344 5.13818C17.6037 5.07171 17.4158 5.01762 17.0508 4.98779C16.6757 4.95717 16.19 4.95654 15.4766 4.95654H8.51855Z",
|
|
35
|
+
fill: $props.useCurrentColor ? "currentColor" : "#165DFF"
|
|
36
|
+
}, null, 8, _hoisted_1),
|
|
37
|
+
_hoisted_2
|
|
38
|
+
], 16);
|
|
39
|
+
}
|
|
40
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
41
|
+
module.exports = index;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconColorImageupload",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
18
|
+
d: "M12.9309 4.34189H9.84727C7.60706 4.34189 6.48695 4.34189 5.6313 4.77786C4.87866 5.16136 4.26673 5.77328 3.88324 6.52593C3.44727 7.38157 3.44727 8.50168 3.44727 10.7419V13.7948C3.44727 16.035 3.44727 17.1551 3.88324 18.0107C4.26673 18.7634 4.87866 19.3753 5.6313 19.7588C6.48695 20.1948 7.60705 20.1948 9.84726 20.1948H13.8327C16.0729 20.1948 17.193 20.1948 18.0486 19.7588C18.8013 19.3753 19.4132 18.7634 19.7967 18.0107C20.2327 17.1551 20.2327 16.035 20.2327 13.7948V9.71425",
|
|
19
|
+
stroke: "#165DFF",
|
|
20
|
+
"stroke-width": "1.66",
|
|
21
|
+
"stroke-linecap": "round",
|
|
22
|
+
"stroke-linejoin": "round"
|
|
23
|
+
}, null, -1);
|
|
24
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
25
|
+
d: "M4.07227 16.3838L7.91539 13.7129L9.83695 15.0483L11.7585 16.3838M19.9251 17.2341L13.3085 12.6357L11.5727 13.842",
|
|
26
|
+
stroke: "#165DFF",
|
|
27
|
+
"stroke-width": "1.66",
|
|
28
|
+
"stroke-linecap": "round",
|
|
29
|
+
"stroke-linejoin": "round"
|
|
30
|
+
}, null, -1);
|
|
31
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
32
|
+
d: "M17.6523 2.63531V10.0955M20.5081 5.49111L17.6523 2.63531 14.7966 5.49111",
|
|
33
|
+
stroke: "#00BBD8",
|
|
34
|
+
"stroke-width": "1.66",
|
|
35
|
+
"stroke-linecap": "round",
|
|
36
|
+
"stroke-linejoin": "round"
|
|
37
|
+
}, null, -1);
|
|
38
|
+
const _hoisted_4 = [
|
|
39
|
+
_hoisted_1,
|
|
40
|
+
_hoisted_2,
|
|
41
|
+
_hoisted_3
|
|
42
|
+
];
|
|
43
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
44
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
45
|
+
viewBox: "0 0 24 24",
|
|
46
|
+
fill: "none",
|
|
47
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
48
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-imageupload`],
|
|
49
|
+
width: "1em",
|
|
50
|
+
height: "1em"
|
|
51
|
+
}, _ctx.$attrs), _hoisted_4, 16);
|
|
52
|
+
}
|
|
53
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
54
|
+
module.exports = index;
|