@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,42 @@
|
|
|
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: "IconColorLine",
|
|
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: "M3.04297 12.0027H20.9572",
|
|
19
|
+
stroke: "#00BBD8",
|
|
20
|
+
"stroke-width": "1.66",
|
|
21
|
+
"stroke-linecap": "round",
|
|
22
|
+
"stroke-linejoin": "round"
|
|
23
|
+
}, null, -1);
|
|
24
|
+
const _hoisted_2 = ["fill"];
|
|
25
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
fill: "none",
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-line`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), [
|
|
34
|
+
_hoisted_1,
|
|
35
|
+
vue.createElementVNode("path", {
|
|
36
|
+
d: "M6.41406 4.62964C6.87246 4.62964 7.24414 5.00132 7.24414 5.45972 7.24393 5.91793 6.87233 6.28979 6.41406 6.28979H3.04297C2.58475 6.28974 2.2131 5.9179 2.21289 5.45972 2.21289 5.00136 2.58462 4.6297 3.04297 4.62964H6.41406zM13.6855 4.62964C14.1439 4.62964 14.5156 5.00132 14.5156 5.45972 14.5154 5.91793 14.1438 6.28979 13.6855 6.28979H10.3145C9.85622 6.28976 9.48459 5.91791 9.48438 5.45972 9.48438 5.00134 9.85609 4.62968 10.3145 4.62964H13.6855zM20.957 4.62964C21.4154 4.62964 21.7871 5.00132 21.7871 5.45972 21.7869 5.91793 21.4153 6.28979 20.957 6.28979H17.5859C17.1277 6.28978 16.7561 5.91792 16.7559 5.45972 16.7559 5.00133 17.1276 4.62966 17.5859 4.62964H20.957zM6.41406 17.7136C6.87239 17.7136 7.24404 18.0854 7.24414 18.5437 7.24414 19.0021 6.87246 19.3738 6.41406 19.3738H3.04297C2.58462 19.3737 2.21289 19.0021 2.21289 18.5437 2.213 18.0854 2.58469 17.7137 3.04297 17.7136H6.41406zM13.6855 17.7136C14.1439 17.7136 14.5155 18.0854 14.5156 18.5437 14.5156 19.0021 14.1439 19.3738 13.6855 19.3738H10.3145C9.85609 19.3737 9.48438 19.0021 9.48438 18.5437 9.48448 18.0854 9.85616 17.7137 10.3145 17.7136H13.6855zM20.957 17.7136C21.4154 17.7136 21.787 18.0854 21.7871 18.5437 21.7871 19.0021 21.4154 19.3738 20.957 19.3738H17.5859C17.1276 19.3738 16.7559 19.0021 16.7559 18.5437 16.756 18.0854 17.1276 17.7136 17.5859 17.7136H20.957z",
|
|
37
|
+
fill: $props.useCurrentColor ? "currentColor" : "#165DFF"
|
|
38
|
+
}, null, 8, _hoisted_2)
|
|
39
|
+
], 16);
|
|
40
|
+
}
|
|
41
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
42
|
+
module.exports = index;
|
|
@@ -0,0 +1,39 @@
|
|
|
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: "IconColorLink",
|
|
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-link`],
|
|
25
|
+
width: "1em",
|
|
26
|
+
height: "1em"
|
|
27
|
+
}, _ctx.$attrs), [
|
|
28
|
+
vue.createElementVNode("path", {
|
|
29
|
+
d: "M12.8428 12.8427C12.5186 13.1669 12.5186 13.6924 12.8428 14.0165C13.1669 14.3407 13.6924 14.3407 14.0165 14.0165L13.4297 13.4296L12.8428 12.8427ZM5.75797 14.4614C6.0821 14.7855 6.60762 14.7855 6.93175 14.4614C7.25588 14.1372 7.25588 13.6117 6.93175 13.2875L6.34486 13.8745L5.75797 14.4614ZM12.6948 5.16498L12.1079 5.75188L12.8428 6.48675L13.4297 5.89985L14.0165 5.31294L13.2817 4.57807L12.6948 5.16498ZM5.53262 13.0622L6.11951 12.4753L5.75209 12.1079L5.16519 12.6948L4.5783 13.2817L4.94573 13.6491L5.53262 13.0622ZM5.53262 13.0622L4.94573 13.6491L5.75797 14.4614L6.34486 13.8745L6.93175 13.2875L6.11951 12.4753L5.53262 13.0622ZM13.4297 5.89985L12.8428 6.48675C14.5979 8.24191 14.5979 11.0876 12.8428 12.8427L13.4297 13.4296L14.0165 14.0165C16.4199 11.6131 16.4199 7.71637 14.0165 5.31294L13.4297 5.89985ZM5.16519 5.16498L5.75209 5.75189C7.5072 3.99673 10.3528 3.99673 12.1079 5.75188L12.6948 5.16498L13.2817 4.57807C10.8783 2.17464 6.98168 2.17464 4.5783 4.57807L5.16519 5.16498ZM5.16519 5.16498L4.5783 4.57807C2.17493 6.9815 2.17493 10.8782 4.5783 13.2817L5.16519 12.6948L5.75209 12.1079C3.99697 10.3527 3.99697 7.50704 5.75209 5.75189L5.16519 5.16498Z",
|
|
30
|
+
fill: $props.useCurrentColor ? "currentColor" : "#165DFF"
|
|
31
|
+
}, null, 8, _hoisted_1),
|
|
32
|
+
vue.createElementVNode("path", {
|
|
33
|
+
d: "M11.1564 11.1569C11.4805 10.8327 11.4805 10.3072 11.1564 9.98307C10.8323 9.65893 10.3067 9.65893 9.9826 9.98307L10.5695 10.57L11.1564 11.1569ZM18.1315 9.42853C17.8073 9.10439 17.2818 9.10439 16.9577 9.42853C16.6335 9.75267 16.6335 10.2782 16.9577 10.6023L17.5446 10.0154L18.1315 9.42853ZM11.3043 18.8346L11.8912 18.2477L11.1564 17.5129L10.5695 18.0998L9.9826 18.6867L10.7175 19.4215L11.3043 18.8346ZM18.4665 10.9374L17.8796 11.5243L18.2471 11.8918L18.834 11.3048L19.4208 10.7179L19.0534 10.3505L18.4665 10.9374ZM18.4665 10.9374L19.0534 10.3505L18.1315 9.42853L17.5446 10.0154L16.9577 10.6023L17.8796 11.5243L18.4665 10.9374ZM18.834 18.8346L18.2471 18.2477C16.4919 20.0029 13.6464 20.0029 11.8912 18.2477L11.3043 18.8346L10.7175 19.4215C13.1208 21.825 17.0175 21.825 19.4208 19.4215L18.834 18.8346ZM18.834 18.8346L19.4208 19.4215C21.8242 17.0181 21.8242 13.1214 19.4208 10.7179L18.834 11.3048L18.2471 11.8918C20.0022 13.6469 20.0022 16.4926 18.2471 18.2477L18.834 18.8346ZM10.5695 18.0998L11.1564 17.5129C9.40127 15.7577 9.40127 12.912 11.1564 11.1569L10.5695 10.57L9.9826 9.98307C7.57922 12.3865 7.57923 16.2832 9.9826 18.6867L10.5695 18.0998Z",
|
|
34
|
+
fill: $props.useCurrentColor ? "currentColor" : "#00BBD8"
|
|
35
|
+
}, null, 8, _hoisted_2)
|
|
36
|
+
], 16);
|
|
37
|
+
}
|
|
38
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
39
|
+
module.exports = index;
|
|
@@ -0,0 +1,47 @@
|
|
|
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: "IconColorOrganization",
|
|
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: "M12 8.03125L12 14.2225",
|
|
20
|
+
stroke: "#00BBD8",
|
|
21
|
+
"stroke-width": "1.663",
|
|
22
|
+
"stroke-linejoin": "round"
|
|
23
|
+
}, null, -1);
|
|
24
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
25
|
+
d: "M4.8125 14.2225V11.2473H19.1875V14.2225",
|
|
26
|
+
stroke: "#00BBD8",
|
|
27
|
+
"stroke-width": "1.663"
|
|
28
|
+
}, null, -1);
|
|
29
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
30
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
31
|
+
viewBox: "0 0 24 24",
|
|
32
|
+
fill: "none",
|
|
33
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-organization`],
|
|
35
|
+
width: "1em",
|
|
36
|
+
height: "1em"
|
|
37
|
+
}, _ctx.$attrs), [
|
|
38
|
+
vue.createElementVNode("path", {
|
|
39
|
+
d: "M4.8125 16.4795C5.84812 16.4795 6.6875 17.319 6.6875 18.3545C6.68729 19.3898 5.84799 20.2295 4.8125 20.2295C3.77701 20.2295 2.93771 19.3898 2.9375 18.3545C2.9375 17.319 3.77688 16.4795 4.8125 16.4795ZM12 16.4795C13.0356 16.4795 13.875 17.319 13.875 18.3545C13.8747 19.3898 13.0355 20.2295 12 20.2295C10.9645 20.2295 10.1253 19.3898 10.125 18.3545C10.125 17.319 10.9644 16.4795 12 16.4795ZM19.1875 16.4795C20.2231 16.4795 21.0625 17.319 21.0625 18.3545C21.0623 19.3898 20.223 20.2295 19.1875 20.2295C18.152 20.2295 17.3127 19.3898 17.3125 18.3545C17.3125 17.319 18.1519 16.4795 19.1875 16.4795ZM12 2.75C13.1283 2.75003 14.043 3.66473 14.043 4.79297C14.043 5.92123 13.1283 6.83591 12 6.83594C10.8716 6.83594 9.95703 5.92125 9.95703 4.79297C9.95705 3.66471 10.8716 2.75 12 2.75Z",
|
|
40
|
+
fill: $props.useCurrentColor ? "currentColor" : "#165DFF"
|
|
41
|
+
}, null, 8, _hoisted_1),
|
|
42
|
+
_hoisted_2,
|
|
43
|
+
_hoisted_3
|
|
44
|
+
], 16);
|
|
45
|
+
}
|
|
46
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
47
|
+
module.exports = index;
|
|
@@ -0,0 +1,48 @@
|
|
|
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: "IconColorPeople",
|
|
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: "M2.30859 17.8132C2.30859 17.3609 2.30859 17.1348 2.32687 16.9442C2.50983 15.037 4.01945 13.5274 5.92663 13.3445C6.11718 13.3262 6.34334 13.3262 6.79566 13.3262H17.205C17.6573 13.3262 17.8835 13.3262 18.074 13.3445C19.9812 13.5274 21.4908 15.037 21.6738 16.9442C21.6921 17.1348 21.6921 17.3609 21.6921 17.8132C21.6921 18.0394 21.6921 18.1525 21.6829 18.2478C21.5915 19.2013 20.8367 19.9562 19.8831 20.0476C19.7878 20.0568 19.6747 20.0568 19.4485 20.0568H4.55213C4.32597 20.0568 4.21288 20.0568 4.11761 20.0476C3.16402 19.9562 2.40921 19.2013 2.31773 18.2478C2.30859 18.1525 2.30859 18.0394 2.30859 17.8132Z",
|
|
19
|
+
stroke: "#165DFF",
|
|
20
|
+
"stroke-width": "1.66",
|
|
21
|
+
"stroke-linejoin": "round"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("rect", {
|
|
24
|
+
x: "8.391",
|
|
25
|
+
y: "3.2",
|
|
26
|
+
width: "7.22",
|
|
27
|
+
height: "7.22",
|
|
28
|
+
rx: "3.61",
|
|
29
|
+
stroke: "#00BBD8",
|
|
30
|
+
"stroke-width": "1.66",
|
|
31
|
+
"stroke-linejoin": "round"
|
|
32
|
+
}, null, -1);
|
|
33
|
+
const _hoisted_3 = [
|
|
34
|
+
_hoisted_1,
|
|
35
|
+
_hoisted_2
|
|
36
|
+
];
|
|
37
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
38
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
39
|
+
viewBox: "0 0 24 24",
|
|
40
|
+
fill: "none",
|
|
41
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
42
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-people`],
|
|
43
|
+
width: "1em",
|
|
44
|
+
height: "1em"
|
|
45
|
+
}, _ctx.$attrs), _hoisted_3, 16);
|
|
46
|
+
}
|
|
47
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
48
|
+
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: "IconColorRating",
|
|
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 2L14.645 8.35942L21.5106 8.90983L16.2798 13.3906L17.8779 20.0902L12 16.5L6.12215 20.0902L7.72025 13.3906L2.48944 8.90983L9.35497 8.35942L12 2Z",
|
|
19
|
+
stroke: "#165DFF",
|
|
20
|
+
"stroke-width": "1.66",
|
|
21
|
+
"stroke-linejoin": "round"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
24
|
+
d: "M12.797 16.1588L12.0009 16.6185L11.2048 16.1588C10.1433 15.5459 10.1433 14.0138 11.2048 13.4009C11.6974 13.1165 12.3044 13.1165 12.797 13.4009C13.8585 14.0138 13.8585 15.5459 12.797 16.1588Z",
|
|
25
|
+
stroke: "#00BBD8",
|
|
26
|
+
"stroke-width": "1.66",
|
|
27
|
+
"stroke-linecap": "round",
|
|
28
|
+
"stroke-linejoin": "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-rating`],
|
|
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,60 @@
|
|
|
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: "IconColorSlide",
|
|
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: "M13.1973 7.55554H21.3022M2.69922 7.55554H3.41242",
|
|
19
|
+
stroke: "#165DFF",
|
|
20
|
+
"stroke-width": "1.66",
|
|
21
|
+
"stroke-linecap": "round"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("circle", {
|
|
24
|
+
cx: "8.169",
|
|
25
|
+
cy: "7.556",
|
|
26
|
+
stroke: "#00BBD8",
|
|
27
|
+
"stroke-width": "1.66",
|
|
28
|
+
r: "2.085"
|
|
29
|
+
}, null, -1);
|
|
30
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
31
|
+
d: "M20.5801 16.4449H21.2933M2.69922 16.4449H10.8042",
|
|
32
|
+
stroke: "#165DFF",
|
|
33
|
+
"stroke-width": "1.66",
|
|
34
|
+
"stroke-linecap": "round"
|
|
35
|
+
}, null, -1);
|
|
36
|
+
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("circle", {
|
|
37
|
+
cx: "15.831",
|
|
38
|
+
cy: "16.445",
|
|
39
|
+
stroke: "#00BBD8",
|
|
40
|
+
"stroke-width": "1.66",
|
|
41
|
+
r: "2.085"
|
|
42
|
+
}, null, -1);
|
|
43
|
+
const _hoisted_5 = [
|
|
44
|
+
_hoisted_1,
|
|
45
|
+
_hoisted_2,
|
|
46
|
+
_hoisted_3,
|
|
47
|
+
_hoisted_4
|
|
48
|
+
];
|
|
49
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
50
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
51
|
+
viewBox: "0 0 24 24",
|
|
52
|
+
fill: "none",
|
|
53
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
54
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-slide`],
|
|
55
|
+
width: "1em",
|
|
56
|
+
height: "1em"
|
|
57
|
+
}, _ctx.$attrs), _hoisted_5, 16);
|
|
58
|
+
}
|
|
59
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
60
|
+
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: "IconColorTab",
|
|
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: "M14.3047 4.07349L14.3047 9.2793",
|
|
19
|
+
stroke: "#00BBD8",
|
|
20
|
+
"stroke-width": "1.66",
|
|
21
|
+
"stroke-linecap": "round"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
24
|
+
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",
|
|
25
|
+
stroke: "#165DFF",
|
|
26
|
+
"stroke-width": "1.66",
|
|
27
|
+
"stroke-linecap": "round",
|
|
28
|
+
"stroke-linejoin": "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-tab`],
|
|
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,47 @@
|
|
|
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: "IconColorTip",
|
|
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: "M10.4492 22.2666H13.5494",
|
|
19
|
+
stroke: "#165DFF",
|
|
20
|
+
"stroke-width": "1.66",
|
|
21
|
+
"stroke-linecap": "round"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_2 = ["fill"];
|
|
24
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
25
|
+
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",
|
|
26
|
+
stroke: "#00BBD8",
|
|
27
|
+
"stroke-width": "1.66"
|
|
28
|
+
}, null, -1);
|
|
29
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
30
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
31
|
+
viewBox: "0 0 24 24",
|
|
32
|
+
fill: "none",
|
|
33
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-tip`],
|
|
35
|
+
width: "1em",
|
|
36
|
+
height: "1em"
|
|
37
|
+
}, _ctx.$attrs), [
|
|
38
|
+
_hoisted_1,
|
|
39
|
+
vue.createElementVNode("path", {
|
|
40
|
+
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",
|
|
41
|
+
fill: $props.useCurrentColor ? "currentColor" : "#165DFF"
|
|
42
|
+
}, null, 8, _hoisted_2),
|
|
43
|
+
_hoisted_3
|
|
44
|
+
], 16);
|
|
45
|
+
}
|
|
46
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
47
|
+
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: "IconColorTitle",
|
|
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: "1.92",
|
|
19
|
+
y: "3.498",
|
|
20
|
+
width: "20.162",
|
|
21
|
+
height: "17.004",
|
|
22
|
+
rx: "4",
|
|
23
|
+
stroke: "#165DFF",
|
|
24
|
+
"stroke-width": "1.66",
|
|
25
|
+
"stroke-linejoin": "round"
|
|
26
|
+
}, null, -1);
|
|
27
|
+
const _hoisted_2 = ["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-title`],
|
|
34
|
+
width: "1em",
|
|
35
|
+
height: "1em"
|
|
36
|
+
}, _ctx.$attrs), [
|
|
37
|
+
_hoisted_1,
|
|
38
|
+
vue.createElementVNode("path", {
|
|
39
|
+
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",
|
|
40
|
+
fill: $props.useCurrentColor ? "currentColor" : "#00BBD8"
|
|
41
|
+
}, null, 8, _hoisted_2)
|
|
42
|
+
], 16);
|
|
43
|
+
}
|
|
44
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
45
|
+
module.exports = index;
|
package/lib/index.js
CHANGED
|
@@ -344,6 +344,23 @@ var index$5k = require("./IconColorDataFlow/index.js");
|
|
|
344
344
|
var index$5l = require("./IconColorOrg/index.js");
|
|
345
345
|
var index$5m = require("./IconColorApiGary/index.js");
|
|
346
346
|
var index$5n = require("./IconColorApiPurple/index.js");
|
|
347
|
+
var index$5o = require("./IconColorCheckbox/index.js");
|
|
348
|
+
var index$5p = require("./IconColorRating/index.js");
|
|
349
|
+
var index$5q = require("./IconColorCascade/index.js");
|
|
350
|
+
var index$5r = require("./IconColorDate/index.js");
|
|
351
|
+
var index$5s = require("./IconColorLink/index.js");
|
|
352
|
+
var index$5t = require("./IconColorColorselection/index.js");
|
|
353
|
+
var index$5u = require("./IconColorTip/index.js");
|
|
354
|
+
var index$5v = require("./IconColorImageupload/index.js");
|
|
355
|
+
var index$5w = require("./IconColorSlide/index.js");
|
|
356
|
+
var index$5x = require("./IconColorPeople/index.js");
|
|
357
|
+
var index$5y = require("./IconColorTitle/index.js");
|
|
358
|
+
var index$5z = require("./IconColorBlock/index.js");
|
|
359
|
+
var index$5A = require("./IconColorTab/index.js");
|
|
360
|
+
var index$5B = require("./IconColorDictionary/index.js");
|
|
361
|
+
var index$5C = require("./IconColorOrganization/index.js");
|
|
362
|
+
var index$5D = require("./IconColorCard/index.js");
|
|
363
|
+
var index$5E = require("./IconColorLine/index.js");
|
|
347
364
|
exports.IconFillHeart = index;
|
|
348
365
|
exports.IconFillMute = index$1;
|
|
349
366
|
exports.IconFillSound = index$2;
|
|
@@ -688,3 +705,20 @@ exports.IconColorDataFlow = index$5k;
|
|
|
688
705
|
exports.IconColorOrg = index$5l;
|
|
689
706
|
exports.IconColorApiGary = index$5m;
|
|
690
707
|
exports.IconColorApiPurple = index$5n;
|
|
708
|
+
exports.IconColorCheckbox = index$5o;
|
|
709
|
+
exports.IconColorRating = index$5p;
|
|
710
|
+
exports.IconColorCascade = index$5q;
|
|
711
|
+
exports.IconColorDate = index$5r;
|
|
712
|
+
exports.IconColorLink = index$5s;
|
|
713
|
+
exports.IconColorColorselection = index$5t;
|
|
714
|
+
exports.IconColorTip = index$5u;
|
|
715
|
+
exports.IconColorImageupload = index$5v;
|
|
716
|
+
exports.IconColorSlide = index$5w;
|
|
717
|
+
exports.IconColorPeople = index$5x;
|
|
718
|
+
exports.IconColorTitle = index$5y;
|
|
719
|
+
exports.IconColorBlock = index$5z;
|
|
720
|
+
exports.IconColorTab = index$5A;
|
|
721
|
+
exports.IconColorDictionary = index$5B;
|
|
722
|
+
exports.IconColorOrganization = index$5C;
|
|
723
|
+
exports.IconColorCard = index$5D;
|
|
724
|
+
exports.IconColorLine = index$5E;
|
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-block`]" width="1em" height="1em" v-bind="$attrs"><rect x="3.23" y="4.178" width="9.152" height="6.572" rx="2" stroke="#165DFF" stroke-width="1.66"/><rect x="20.768" y="19.822" width="9.152" height="6.572" rx="2" transform="rotate(-180 20.768 19.822)" stroke="#165DFF" stroke-width="1.66"/><rect x="3.23" y="13.25" width="5.787" height="6.572" rx="2" stroke="#165DFF" stroke-width="1.66"/><rect x="20.768" y="10.75" width="5.787" height="6.572" rx="2" transform="rotate(-180 20.768 10.75)" stroke="#00BBD8" stroke-width="1.66"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorBlock',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: false,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-card`]" width="1em" height="1em" v-bind="$attrs"><path 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" stroke="#165DFF" stroke-width="1.66" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.02539 15.5784H11.5382" stroke="#00BBD8" stroke-width="1.66" stroke-linecap="round"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorCard',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: false,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-cascade`]" width="1em" height="1em" v-bind="$attrs"><path 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" :fill="useCurrentColor ? 'currentColor' : '#165DFF'"/><path fill-rule="evenodd" clip-rule="evenodd" 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" :fill="useCurrentColor ? 'currentColor' : '#00BBD8'"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorCascade',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: false,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-checkbox`]" width="1em" height="1em" v-bind="$attrs"><rect x="3" y="3" width="18" height="18" rx="4" stroke="#165DFF" stroke-width="1.66" stroke-linejoin="round"/><path 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" stroke="#00BBD8" stroke-width="1.66" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorCheckbox',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: false,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-colorselection`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_e8c74bc251__clip0_9572_43841)"><path 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" stroke="#165DFF" stroke-width="1.66" stroke-linecap="round" stroke-linejoin="round"/><path 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" :fill="useCurrentColor ? 'currentColor' : '#00BBD8'"/></g><defs><clipPath id="svg_e8c74bc251__clip0_9572_43841"><path :fill="useCurrentColor ? 'currentColor' : '#fff'" d="M0 0H24V24H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorColorselection',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: false,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-date`]" width="1em" height="1em" v-bind="$attrs"><rect x="3.25" y="4.499" width="17.502" height="15.752" rx="3" stroke="#165DFF" stroke-width="1.66" stroke-linejoin="round"/><path d="M3.25 9.02341H20.7517" stroke="#165DFF" stroke-width="1.66"/><path d="M7.625 2.74915V5.78795M16.377 2.74915V5.78795" stroke="#165DFF" stroke-width="1.66" stroke-linecap="round"/><path 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" :fill="useCurrentColor ? 'currentColor' : '#00BBD8'"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorDate',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: false,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-dictionary`]" width="1em" height="1em" v-bind="$attrs"><path 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" :fill="useCurrentColor ? 'currentColor' : '#165DFF'"/><path d="M8.28906 8.95947L11.7861 8.95947" stroke="#00BBD8" stroke-width="1.66" stroke-linecap="round"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorDictionary',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: false,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|