@arco-iconbox/vue-smartcode 0.1.29 → 0.1.31
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 +2423 -2003
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +438 -390
- package/dist/icon.min.js.map +1 -1
- package/esm/IconColorInput/index.js +38 -0
- package/esm/IconColorNum/index.js +38 -0
- package/esm/IconColorRadio/index.js +31 -0
- package/esm/IconColorSwitch/index.js +51 -0
- package/esm/IconColorTextarea/index.js +38 -0
- package/esm/IconLineAlignBottom/index.js +36 -0
- package/esm/IconLineAlignCenter/index.js +36 -0
- package/esm/IconLineAlignLeft/index.js +32 -0
- package/esm/IconLineAlignRight/index.js +36 -0
- package/esm/IconLineAlignTop/index.js +36 -0
- package/esm/IconLineAlignVertically/index.js +36 -0
- package/esm/IconLineReset/index.js +36 -0
- package/esm/index.js +12 -0
- package/lib/IconColorInput/index.js +39 -0
- package/lib/IconColorNum/index.js +39 -0
- package/lib/IconColorRadio/index.js +32 -0
- package/lib/IconColorSwitch/index.js +52 -0
- package/lib/IconColorTextarea/index.js +39 -0
- package/lib/IconLineAlignBottom/index.js +37 -0
- package/lib/IconLineAlignCenter/index.js +37 -0
- package/lib/IconLineAlignLeft/index.js +33 -0
- package/lib/IconLineAlignRight/index.js +37 -0
- package/lib/IconLineAlignTop/index.js +37 -0
- package/lib/IconLineAlignVertically/index.js +37 -0
- package/lib/IconLineReset/index.js +37 -0
- package/lib/index.js +24 -0
- package/package.json +1 -1
- package/src/IconColorInput/index.vue +19 -0
- package/src/IconColorNum/index.vue +19 -0
- package/src/IconColorRadio/index.vue +19 -0
- package/src/IconColorSwitch/index.vue +19 -0
- package/src/IconColorTextarea/index.vue +19 -0
- package/src/IconLineAlignBottom/index.vue +19 -0
- package/src/IconLineAlignCenter/index.vue +19 -0
- package/src/IconLineAlignLeft/index.vue +19 -0
- package/src/IconLineAlignRight/index.vue +19 -0
- package/src/IconLineAlignTop/index.vue +19 -0
- package/src/IconLineAlignVertically/index.vue +19 -0
- package/src/IconLineReset/index.vue +19 -0
- package/src/index.js +13 -1
|
@@ -0,0 +1,38 @@
|
|
|
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: "IconColorInput",
|
|
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 = ["fill"];
|
|
17
|
+
const _hoisted_2 = ["fill"];
|
|
18
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
20
|
+
viewBox: "0 0 24 24",
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-input`],
|
|
24
|
+
width: "1em",
|
|
25
|
+
height: "1em"
|
|
26
|
+
}, _ctx.$attrs), [
|
|
27
|
+
createElementVNode("path", {
|
|
28
|
+
d: "M15.6816 2.66797C16.7876 2.66797 17.6675 2.66772 18.376 2.72559C19.0941 2.78429 19.7102 2.90685 20.2744 3.19434C21.1831 3.65741 21.9217 4.39697 22.3848 5.30566C22.6722 5.86984 22.7958 6.48503 22.8545 7.20313C22.9124 7.91171 22.9111 8.79216 22.9111 9.89844V14.1016C22.9111 15.2078 22.9124 16.0883 22.8545 16.7969C22.7958 17.5149 22.6721 18.1302 22.3848 18.6943C21.9218 19.603 21.183 20.3426 20.2744 20.8057C19.7102 21.0931 19.0941 21.2157 18.376 21.2744C17.6675 21.3323 16.7876 21.332 15.6816 21.332H8.32031C7.21411 21.332 6.33357 21.3323 5.625 21.2744C4.90701 21.2157 4.29164 21.0929 3.72754 20.8057C2.81871 20.3426 2.07928 19.6032 1.61621 18.6943C1.32881 18.1302 1.20615 17.5149 1.14746 16.7969C1.08958 16.0883 1.08984 15.2078 1.08984 14.1016V9.89844C1.08984 8.79216 1.08956 7.91171 1.14746 7.20313C1.20615 6.48515 1.32886 5.86977 1.61621 5.30566C2.07929 4.39702 2.81884 3.65734 3.72754 3.19434C4.2916 2.90712 4.90708 2.78425 5.625 2.72559C6.33357 2.66772 7.21414 2.66797 8.32031 2.66797H15.6816ZM8.32031 4.32813C7.18703 4.32813 6.38598 4.32886 5.76074 4.37988C5.14538 4.43016 4.77171 4.52553 4.48046 4.67383C3.8844 4.97763 3.39958 5.46258 3.0957 6.05859C2.94729 6.34986 2.85206 6.72337 2.80175 7.33887C2.7507 7.96413 2.75 8.76503 2.75 9.89844V14.1016C2.75 15.2351 2.7507 16.0358 2.80175 16.6611C2.85205 17.2768 2.94728 17.6501 3.0957 17.9414C3.39959 18.5376 3.88428 19.0223 4.48046 19.3262C4.77175 19.4745 5.14522 19.5698 5.76074 19.6201C6.38599 19.6711 7.18701 19.6719 8.32031 19.6719H15.6816C16.8151 19.6719 17.616 19.6712 18.2412 19.6201C18.8565 19.5698 19.2293 19.4745 19.5205 19.3262C20.1167 19.0223 20.6024 18.5376 20.9062 17.9414C21.0546 17.6501 21.1489 17.2765 21.1992 16.6611C21.2503 16.0358 21.251 15.2351 21.251 14.1016V9.89844C21.251 8.76501 21.2503 7.96413 21.1992 7.33887C21.1489 6.72333 21.0547 6.34987 20.9062 6.05859C20.6024 5.46228 20.1168 4.97773 19.5205 4.67383C19.2293 4.52544 18.8565 4.4302 18.2412 4.37988C17.616 4.3288 16.8151 4.32813 15.6816 4.32813H8.32031Z",
|
|
29
|
+
fill: $props.useCurrentColor ? "currentColor" : "#165DFF"
|
|
30
|
+
}, null, 8, _hoisted_1),
|
|
31
|
+
createElementVNode("path", {
|
|
32
|
+
d: "M11.002 6.94238C11.4602 6.9426 11.832 7.3142 11.832 7.77246C11.8318 8.23051 11.46 8.60232 11.002 8.60254H9.78809V15.3975H11.002C11.4602 15.3977 11.832 15.7693 11.832 16.2275C11.832 16.6858 11.4602 17.0574 11.002 17.0576H6.91309C6.45484 17.0574 6.08301 16.6858 6.08301 16.2275C6.08301 15.7693 6.45484 15.3976 6.91309 15.3975H8.12793V8.60254H6.91309C6.455 8.60236 6.08326 8.23053 6.08301 7.77246C6.08301 7.31418 6.45484 6.94256 6.91309 6.94238H11.002Z",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "#00BBD8"
|
|
34
|
+
}, null, 8, _hoisted_2)
|
|
35
|
+
], 16);
|
|
36
|
+
}
|
|
37
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
38
|
+
export { index as default };
|
|
@@ -0,0 +1,38 @@
|
|
|
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: "IconColorNum",
|
|
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 = ["fill"];
|
|
17
|
+
const _hoisted_2 = ["fill"];
|
|
18
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
20
|
+
viewBox: "0 0 24 24",
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color_num`],
|
|
24
|
+
width: "1em",
|
|
25
|
+
height: "1em"
|
|
26
|
+
}, _ctx.$attrs), [
|
|
27
|
+
createElementVNode("path", {
|
|
28
|
+
d: "M15.6816 2.66797C16.7876 2.66797 17.6675 2.66772 18.376 2.72559C19.0941 2.78429 19.7102 2.90685 20.2744 3.19434C21.1831 3.65741 21.9218 4.39697 22.3848 5.30566C22.6722 5.86984 22.7958 6.48503 22.8545 7.20313C22.9124 7.91171 22.9111 8.79216 22.9111 9.89844V14.1016C22.9111 15.2078 22.9124 16.0883 22.8545 16.7969C22.7958 17.5149 22.6721 18.1302 22.3848 18.6943C21.9218 19.603 21.183 20.3426 20.2744 20.8057C19.7102 21.0931 19.0941 21.2157 18.376 21.2744C17.6675 21.3323 16.7876 21.332 15.6816 21.332H8.32031C7.21412 21.332 6.33358 21.3323 5.625 21.2744C4.90701 21.2157 4.29165 21.0929 3.72754 20.8057C2.81872 20.3426 2.07928 19.6032 1.61621 18.6943C1.32881 18.1302 1.20615 17.5149 1.14746 16.7969C1.08958 16.0883 1.08984 15.2078 1.08984 14.1016V9.89844C1.08984 8.79216 1.08957 7.91171 1.14746 7.20313C1.20615 6.48515 1.32887 5.86977 1.61621 5.30566C2.07929 4.39702 2.81885 3.65734 3.72754 3.19434C4.2916 2.90712 4.90709 2.78425 5.625 2.72559C6.33357 2.66772 7.21414 2.66797 8.32031 2.66797H15.6816ZM8.32031 4.32813C7.18704 4.32813 6.38599 4.32886 5.76074 4.37988C5.14538 4.43016 4.77172 4.52553 4.48047 4.67383C3.8844 4.97763 3.39959 5.46258 3.0957 6.05859C2.9473 6.34986 2.85207 6.72337 2.80176 7.33887C2.7507 7.96413 2.75 8.76503 2.75 9.89844V14.1016C2.75 15.2351 2.7507 16.0358 2.80176 16.6611C2.85206 17.2768 2.94728 17.6501 3.0957 17.9414C3.39959 18.5376 3.88429 19.0223 4.48047 19.3262C4.77175 19.4745 5.14523 19.5698 5.76074 19.6201C6.38599 19.6711 7.18702 19.6719 8.32031 19.6719H15.6816C16.8151 19.6719 17.616 19.6712 18.2412 19.6201C18.8565 19.5698 19.2293 19.4745 19.5205 19.3262C20.1167 19.0223 20.6024 18.5376 20.9063 17.9414C21.0546 17.6501 21.1489 17.2765 21.1992 16.6611C21.2503 16.0358 21.251 15.2351 21.251 14.1016V9.89844C21.251 8.76501 21.2503 7.96413 21.1992 7.33887C21.1489 6.72333 21.0547 6.34987 20.9063 6.05859C20.6024 5.46228 20.1168 4.97773 19.5205 4.67383C19.2293 4.52544 18.8565 4.4302 18.2412 4.37988C17.616 4.3288 16.8151 4.32813 15.6816 4.32813H8.32031Z",
|
|
29
|
+
fill: $props.useCurrentColor ? "currentColor" : "#165DFF"
|
|
30
|
+
}, null, 8, _hoisted_1),
|
|
31
|
+
createElementVNode("path", {
|
|
32
|
+
d: "M11.7744 9.87629C12.1767 8.14144 13.7083 7.4351 15.0625 7.62629C16.4235 7.81862 17.7059 8.91997 17.706 10.7337C17.706 12.6158 16.1689 13.557 15.1484 14.1546C14.7627 14.3805 14.4358 14.5656 14.1611 14.7445H16.8759C17.334 14.7447 17.7059 15.1164 17.706 15.5745C17.706 16.0327 17.3341 16.4044 16.8759 16.4046H12.583C12.1246 16.4046 11.7529 16.0329 11.7529 15.5745C11.753 14.7331 12.2334 14.1443 12.7236 13.7376C13.1935 13.348 13.8175 13.0101 14.3095 12.722C15.4352 12.0628 16.0459 11.5568 16.0459 10.7337C16.0457 9.84256 15.4704 9.36034 14.8301 9.26985C14.1828 9.17854 13.568 9.49041 13.3916 10.2513C13.2881 10.6978 12.842 10.9758 12.3955 10.8724C11.949 10.7688 11.6709 10.3228 11.7744 9.87629ZM8.24704 7.73469C8.50235 7.57141 8.82682 7.56005 9.09275 7.70539C9.35881 7.85098 9.52434 8.13062 9.52439 8.43391V14.7357H10.0166C10.4749 14.7357 10.8465 15.1075 10.8467 15.5657C10.8467 16.0241 10.475 16.3958 10.0166 16.3958H7.26267C6.80443 16.3956 6.43259 16.024 6.43259 15.5657C6.43277 15.1076 6.80454 14.7359 7.26267 14.7357H7.86423V9.95051L7.57126 10.138C7.18529 10.3849 6.67192 10.2729 6.42478 9.88703C6.17784 9.50105 6.29087 8.98769 6.67673 8.74055L8.24704 7.73469Z",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "#00BBD8"
|
|
34
|
+
}, null, 8, _hoisted_2)
|
|
35
|
+
], 16);
|
|
36
|
+
}
|
|
37
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
38
|
+
export { index as default };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createStaticVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconColorRadio",
|
|
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__ */ createStaticVNode('<rect x="2.714" y="4.26" width="6" height="6" rx="3" stroke="#165DFF" stroke-width="1.66" stroke-linejoin="round"></rect><path d="M11.9363 5.22894H21.2845" stroke="#00BBD8" stroke-width="1.66" stroke-linecap="round" stroke-linejoin="round"></path><rect x="2.714" y="13.739" width="6" height="6" rx="3" stroke="#00BBD8" stroke-width="1.66" stroke-linejoin="round"></rect><path d="M11.9363 9.29095H17.25" stroke="#00BBD8" stroke-width="1.66" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11.9363 14.7082H21.2845M11.9363 18.7703H17.25" stroke="#165DFF" stroke-width="1.66" stroke-linecap="round" stroke-linejoin="round"></path>', 5);
|
|
17
|
+
const _hoisted_6 = [
|
|
18
|
+
_hoisted_1
|
|
19
|
+
];
|
|
20
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
22
|
+
viewBox: "0 0 24 24",
|
|
23
|
+
fill: "none",
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color_radio`],
|
|
26
|
+
width: "1em",
|
|
27
|
+
height: "1em"
|
|
28
|
+
}, _ctx.$attrs), _hoisted_6, 16);
|
|
29
|
+
}
|
|
30
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
31
|
+
export { index as default };
|
|
@@ -0,0 +1,51 @@
|
|
|
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: "IconColorSwitch",
|
|
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.409",
|
|
18
|
+
y: "3.498",
|
|
19
|
+
width: "21.182",
|
|
20
|
+
height: "17.004",
|
|
21
|
+
rx: "8.502",
|
|
22
|
+
stroke: "#165DFF",
|
|
23
|
+
"stroke-width": "1.66",
|
|
24
|
+
"stroke-linejoin": "round"
|
|
25
|
+
}, null, -1);
|
|
26
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("rect", {
|
|
27
|
+
x: "10.895",
|
|
28
|
+
y: "8.016",
|
|
29
|
+
width: "7.968",
|
|
30
|
+
height: "7.968",
|
|
31
|
+
rx: "3.984",
|
|
32
|
+
stroke: "#00BBD8",
|
|
33
|
+
"stroke-width": "1.66",
|
|
34
|
+
"stroke-linejoin": "round"
|
|
35
|
+
}, null, -1);
|
|
36
|
+
const _hoisted_3 = [
|
|
37
|
+
_hoisted_1,
|
|
38
|
+
_hoisted_2
|
|
39
|
+
];
|
|
40
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
41
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
42
|
+
viewBox: "0 0 24 24",
|
|
43
|
+
fill: "none",
|
|
44
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
45
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color_switch`],
|
|
46
|
+
width: "1em",
|
|
47
|
+
height: "1em"
|
|
48
|
+
}, _ctx.$attrs), _hoisted_3, 16);
|
|
49
|
+
}
|
|
50
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
51
|
+
export { index as default };
|
|
@@ -0,0 +1,38 @@
|
|
|
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: "IconColorTextarea",
|
|
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 = ["fill"];
|
|
17
|
+
const _hoisted_2 = ["fill"];
|
|
18
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
20
|
+
viewBox: "0 0 24 24",
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color_textarea`],
|
|
24
|
+
width: "1em",
|
|
25
|
+
height: "1em"
|
|
26
|
+
}, _ctx.$attrs), [
|
|
27
|
+
createElementVNode("path", {
|
|
28
|
+
d: "M15.6816 2.66797C16.7876 2.66797 17.6675 2.66772 18.376 2.72559C19.0941 2.78429 19.7102 2.90685 20.2744 3.19434C21.1831 3.65741 21.9218 4.39697 22.3848 5.30566C22.6722 5.86984 22.7958 6.48503 22.8545 7.20313C22.9124 7.91171 22.9111 8.79216 22.9111 9.89844V14.1016C22.9111 15.2078 22.9124 16.0883 22.8545 16.7969C22.7958 17.5149 22.6721 18.1302 22.3848 18.6943C21.9218 19.603 21.183 20.3426 20.2744 20.8057C19.7102 21.0931 19.0941 21.2157 18.376 21.2744C17.6675 21.3323 16.7876 21.332 15.6816 21.332H8.32031C7.21412 21.332 6.33358 21.3323 5.625 21.2744C4.90701 21.2157 4.29165 21.0929 3.72754 20.8057C2.81872 20.3426 2.07928 19.6032 1.61621 18.6943C1.32881 18.1302 1.20615 17.5149 1.14746 16.7969C1.08958 16.0883 1.08984 15.2078 1.08984 14.1016V9.89844C1.08984 8.79216 1.08957 7.91171 1.14746 7.20313C1.20615 6.48515 1.32887 5.86977 1.61621 5.30566C2.07929 4.39702 2.81885 3.65734 3.72754 3.19434C4.2916 2.90712 4.90709 2.78425 5.625 2.72559C6.33357 2.66772 7.21414 2.66797 8.32031 2.66797H15.6816ZM8.32031 4.32813C7.18704 4.32813 6.38599 4.32886 5.76074 4.37988C5.14538 4.43016 4.77172 4.52553 4.48047 4.67383C3.8844 4.97763 3.39959 5.46258 3.0957 6.05859C2.9473 6.34986 2.85207 6.72337 2.80176 7.33887C2.7507 7.96413 2.75 8.76503 2.75 9.89844V14.1016C2.75 15.2351 2.7507 16.0358 2.80176 16.6611C2.85206 17.2768 2.94728 17.6501 3.0957 17.9414C3.39959 18.5376 3.88429 19.0223 4.48047 19.3262C4.77175 19.4745 5.14523 19.5698 5.76074 19.6201C6.38599 19.6711 7.18702 19.6719 8.32031 19.6719H15.6816C16.8151 19.6719 17.616 19.6712 18.2412 19.6201C18.8565 19.5698 19.2293 19.4745 19.5205 19.3262C20.1167 19.0223 20.6024 18.5376 20.9063 17.9414C21.0546 17.6501 21.1489 17.2765 21.1992 16.6611C21.2503 16.0358 21.251 15.2351 21.251 14.1016V9.89844C21.251 8.76501 21.2503 7.96413 21.1992 7.33887C21.1489 6.72333 21.0547 6.34987 20.9063 6.05859C20.6024 5.46228 20.1168 4.97773 19.5205 4.67383C19.2293 4.52544 18.8565 4.4302 18.2412 4.37988C17.616 4.3288 16.8151 4.32813 15.6816 4.32813H8.32031Z",
|
|
29
|
+
fill: $props.useCurrentColor ? "currentColor" : "#165DFF"
|
|
30
|
+
}, null, 8, _hoisted_1),
|
|
31
|
+
createElementVNode("path", {
|
|
32
|
+
d: "M11.2012 8.25684C11.6594 8.25709 12.0312 8.62868 12.0312 9.08691C12.0311 9.54506 11.6593 9.91674 11.2012 9.91699H9.5V16.2354C9.5 16.6937 9.12832 17.0654 8.66992 17.0654C8.21162 17.0653 7.83984 16.6937 7.83984 16.2354V9.91699H6.13965C5.68132 9.91699 5.30967 9.54522 5.30957 9.08691C5.30957 8.62852 5.68125 8.25684 6.13965 8.25684H11.2012ZM17.0938 15.4053C17.5519 15.4055 17.9237 15.7771 17.9238 16.2354C17.9238 16.6936 17.552 17.0652 17.0938 17.0654H12.1826C11.7242 17.0654 11.3525 16.6937 11.3525 16.2354C11.3526 15.777 11.7243 15.4053 12.1826 15.4053H17.0938ZM17.0938 12.4414C17.552 12.4416 17.9238 12.8132 17.9238 13.2715C17.9236 13.7296 17.5518 14.1014 17.0938 14.1016H13.5352C13.0769 14.1016 12.7053 13.7297 12.7051 13.2715C12.7051 12.8131 13.0768 12.4414 13.5352 12.4414H17.0938Z",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "#00BBD8"
|
|
34
|
+
}, null, 8, _hoisted_2)
|
|
35
|
+
], 16);
|
|
36
|
+
}
|
|
37
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
38
|
+
export { index as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
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: "IconLineAlignBottom",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
18
|
+
"fill-rule": "evenodd",
|
|
19
|
+
"clip-rule": "evenodd",
|
|
20
|
+
d: "M14 13.21C14.4584 13.21 14.8301 13.5816 14.8301 14.04C14.8298 14.4982 14.4583 14.8701 14 14.8701H2C1.54189 14.87 1.17015 14.4981 1.16992 14.04C1.16992 13.5817 1.54174 13.2101 2 13.21H14ZM4 4.78809C4.45822 4.78809 4.8298 5.16 4.83008 5.61816V11.3193H3.16992V5.61816C3.1702 5.16011 3.54192 4.78825 4 4.78809ZM8 0.334961C8.45825 0.334961 8.82985 0.706839 8.83008 1.16504V11.3193H7.16992V1.16504C7.17015 0.706941 7.54189 0.335126 8 0.334961ZM12 2.87988C12.4583 2.87988 12.83 3.25166 12.8301 3.70996V11.3193H11.1699V3.70996C11.17 3.25176 11.5418 2.88005 12 2.87988Z"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = [
|
|
23
|
+
_hoisted_2
|
|
24
|
+
];
|
|
25
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
27
|
+
viewBox: "0 0 16 16",
|
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-align-bottom`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
34
|
+
}
|
|
35
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
36
|
+
export { index as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
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: "IconLineAlignCenter",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
18
|
+
"fill-rule": "evenodd",
|
|
19
|
+
"clip-rule": "evenodd",
|
|
20
|
+
d: "M8 2.09277C8.45831 2.09277 8.82995 2.46457 8.83008 2.92285V7.16992H11.1699V4.19531C11.1699 3.73693 11.5416 3.36523 12 3.36523C12.4584 3.36523 12.8301 3.73693 12.8301 4.19531V7.16992H14C14.4584 7.16992 14.8301 7.5416 14.8301 8C14.8301 8.4584 14.4584 8.83008 14 8.83008H12.8301V11.8047C12.8301 12.2631 12.4584 12.6348 12 12.6348C11.5416 12.6348 11.1699 12.2631 11.1699 11.8047V8.83008H8.83008V13.0771C8.83001 13.5355 8.45836 13.9072 8 13.9072C7.54164 13.9072 7.16999 13.5355 7.16992 13.0771V8.83008H4.83008V10.8506C4.83 11.3089 4.45835 11.6807 4 11.6807C3.54165 11.6807 3.17 11.3089 3.16992 10.8506V8.83008H2C1.54174 8.82991 1.16992 8.45829 1.16992 8C1.16992 7.54171 1.54174 7.17009 2 7.16992H3.16992V5.14941C3.1701 4.69117 3.54171 4.31934 4 4.31934C4.45829 4.31934 4.8299 4.69117 4.83008 5.14941V7.16992H7.16992V2.92285C7.17005 2.46457 7.54169 2.09277 8 2.09277Z"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = [
|
|
23
|
+
_hoisted_2
|
|
24
|
+
];
|
|
25
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
27
|
+
viewBox: "0 0 16 16",
|
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-align-center`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
34
|
+
}
|
|
35
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
36
|
+
export { index as default };
|
|
@@ -0,0 +1,32 @@
|
|
|
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: "IconLineAlignLeft",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M1.96503 1.16992C2.42334 1.17002 2.7951 1.54166 2.7951 2V14C2.7951 14.4583 2.42334 14.83 1.96503 14.8301C1.50663 14.8301 1.13495 14.4584 1.13495 14V2C1.13495 1.5416 1.50663 1.16992 1.96503 1.16992ZM10.3859 11.1699C10.8442 11.1701 11.216 11.5417 11.216 12C11.216 12.4583 10.8442 12.8299 10.3859 12.8301H4.68475V11.1699H10.3859ZM14.8391 7.16992C15.2973 7.17005 15.6691 7.54169 15.6691 8C15.6691 8.45831 15.2973 8.82995 14.8391 8.83008H4.68475V7.16992H14.8391ZM12.2941 3.16992C12.7525 3.16994 13.1242 3.54161 13.1242 4C13.1242 4.45839 12.7525 4.83006 12.2941 4.83008H4.68475V3.16992H12.2941Z" }, null, -1);
|
|
18
|
+
const _hoisted_3 = [
|
|
19
|
+
_hoisted_2
|
|
20
|
+
];
|
|
21
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
23
|
+
viewBox: "0 0 16 16",
|
|
24
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-align-left`],
|
|
27
|
+
width: "1em",
|
|
28
|
+
height: "1em"
|
|
29
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
30
|
+
}
|
|
31
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
32
|
+
export { index as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
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: "IconLineAlignRight",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
18
|
+
"fill-rule": "evenodd",
|
|
19
|
+
"clip-rule": "evenodd",
|
|
20
|
+
d: "M14.0391 1.16992C14.4974 1.16995 14.8691 1.54162 14.8691 2V14C14.8691 14.4584 14.4974 14.83 14.0391 14.8301C13.5807 14.8301 13.209 14.4584 13.209 14V2C13.209 1.5416 13.5807 1.16992 14.0391 1.16992ZM11.3193 12.8301H5.61816C5.15992 12.8299 4.78809 12.4583 4.78809 12C4.78809 11.5417 5.15992 11.1701 5.61816 11.1699H11.3193V12.8301ZM11.3193 7.16992V8.83008H1.16504C0.706755 8.82995 0.334961 8.45831 0.334961 8C0.334961 7.54169 0.706755 7.17005 1.16504 7.16992H11.3193ZM11.3193 4.83008H3.70996C3.25158 4.83007 2.87988 4.45839 2.87988 4C2.87988 3.54161 3.25158 3.16993 3.70996 3.16992H11.3193V4.83008Z"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = [
|
|
23
|
+
_hoisted_2
|
|
24
|
+
];
|
|
25
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
27
|
+
viewBox: "0 0 16 16",
|
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-align-right`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
34
|
+
}
|
|
35
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
36
|
+
export { index as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
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: "IconLineAlignTop",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
18
|
+
"fill-rule": "evenodd",
|
|
19
|
+
"clip-rule": "evenodd",
|
|
20
|
+
d: "M8.83008 4.68579V14.8401C8.8298 15.2982 8.45822 15.6702 8 15.6702C7.54192 15.67 7.1702 15.2981 7.16992 14.8401V4.68579H8.83008ZM4.83008 12.2952C4.82992 12.7534 4.4583 13.1252 4 13.1252C3.54184 13.1251 3.17008 12.7533 3.16992 12.2952V4.68579H4.83008V12.2952ZM12.8301 10.387C12.8298 10.8451 12.4582 11.217 12 11.217C11.5419 11.2169 11.1702 10.845 11.1699 10.387V4.68579H12.8301V10.387ZM14 1.13501C14.4583 1.13501 14.8299 1.50685 14.8301 1.96509C14.8301 2.42348 14.4584 2.79517 14 2.79517H2C1.54174 2.795 1.16992 2.42338 1.16992 1.96509C1.1701 1.50695 1.54186 1.13517 2 1.13501H14Z"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = [
|
|
23
|
+
_hoisted_2
|
|
24
|
+
];
|
|
25
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
27
|
+
viewBox: "0 0 16 16",
|
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-align-top`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
34
|
+
}
|
|
35
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
36
|
+
export { index as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
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: "IconLineAlignVertically",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
18
|
+
"fill-rule": "evenodd",
|
|
19
|
+
"clip-rule": "evenodd",
|
|
20
|
+
d: "M8.00076 1.16956C8.45881 1.16982 8.83064 1.54157 8.83084 1.99963V3.16956H10.8513C11.3094 3.16992 11.6814 3.54149 11.6814 3.99963C11.6814 4.45781 11.3094 4.82935 10.8513 4.82971H8.83084V7.16956H13.0779C13.536 7.16989 13.908 7.54147 13.908 7.99963C13.908 8.45783 13.536 8.82938 13.0779 8.82971H8.82986V11.1696H11.8045C12.2628 11.1696 12.6345 11.5413 12.6346 11.9996C12.6346 12.458 12.2629 12.8297 11.8045 12.8297H8.82986V13.9996C8.82986 14.458 8.45818 14.8297 7.99979 14.8297C7.54161 14.8294 7.16971 14.4579 7.16971 13.9996V12.8297H4.1951C3.73693 12.8294 3.36502 12.4579 3.36502 11.9996C3.36505 11.5414 3.73695 11.1698 4.1951 11.1696H7.16971V8.82971H2.92361C2.46522 8.82971 2.09354 8.45803 2.09354 7.99963C2.09357 7.54127 2.46524 7.16956 2.92361 7.16956H7.17068V4.82971H5.15018C4.69178 4.82971 4.3201 4.45803 4.3201 3.99963C4.32013 3.54127 4.6918 3.16956 5.15018 3.16956H7.17068V1.99963C7.17088 1.54141 7.54249 1.16956 8.00076 1.16956Z"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = [
|
|
23
|
+
_hoisted_2
|
|
24
|
+
];
|
|
25
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
27
|
+
viewBox: "0 0 16 16",
|
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-align-vertically`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
34
|
+
}
|
|
35
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
36
|
+
export { index as default };
|
|
@@ -0,0 +1,36 @@
|
|
|
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: "IconLineReset",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: true
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
18
|
+
"fill-rule": "evenodd",
|
|
19
|
+
"clip-rule": "evenodd",
|
|
20
|
+
d: "M7.96878 1.63916C11.4813 1.63918 14.3289 4.487 14.3291 7.99951C14.3291 11.5122 11.4815 14.3598 7.96878 14.3599C6.306 14.3599 4.79102 13.7208 3.65823 12.6763C3.38845 12.4273 3.37124 12.0067 3.62014 11.7368C3.86909 11.4671 4.28967 11.45 4.5596 11.6987C5.45645 12.5257 6.65305 13.0298 7.96878 13.0298C10.7469 13.0298 12.9991 10.7777 12.9991 7.99951C12.9988 5.22154 10.7468 2.96926 7.96878 2.96924C5.54909 2.96925 3.52905 4.67817 3.04788 6.95459L3.86331 6.34229C4.15681 6.12179 4.57427 6.18084 4.79495 6.47412C5.01554 6.76775 4.95673 7.18614 4.66311 7.40674L2.67092 8.90186C2.37738 9.12236 1.9609 9.06342 1.74026 8.77002L0.24319 6.77881C0.0226955 6.4852 0.0824633 6.06776 0.376003 5.84717C0.669559 5.62704 1.08616 5.68567 1.30667 5.979L1.76663 6.59033C2.40806 3.75612 4.9406 1.63917 7.96878 1.63916Z"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = [
|
|
23
|
+
_hoisted_2
|
|
24
|
+
];
|
|
25
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
27
|
+
viewBox: "0 0 16 16",
|
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-reset`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
34
|
+
}
|
|
35
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
36
|
+
export { index as default };
|
package/esm/index.js
CHANGED
|
@@ -220,3 +220,15 @@ export { default as IconFillRow2col } from "./IconFillRow2col/index.js";
|
|
|
220
220
|
export { default as IconColorDataFilter } from "./IconColorDataFilter/index.js";
|
|
221
221
|
export { default as IconColorKey } from "./IconColorKey/index.js";
|
|
222
222
|
export { default as IconLinePass } from "./IconLinePass/index.js";
|
|
223
|
+
export { default as IconColorNum } from "./IconColorNum/index.js";
|
|
224
|
+
export { default as IconColorSwitch } from "./IconColorSwitch/index.js";
|
|
225
|
+
export { default as IconColorInput } from "./IconColorInput/index.js";
|
|
226
|
+
export { default as IconColorRadio } from "./IconColorRadio/index.js";
|
|
227
|
+
export { default as IconColorTextarea } from "./IconColorTextarea/index.js";
|
|
228
|
+
export { default as IconLineReset } from "./IconLineReset/index.js";
|
|
229
|
+
export { default as IconLineAlignTop } from "./IconLineAlignTop/index.js";
|
|
230
|
+
export { default as IconLineAlignRight } from "./IconLineAlignRight/index.js";
|
|
231
|
+
export { default as IconLineAlignLeft } from "./IconLineAlignLeft/index.js";
|
|
232
|
+
export { default as IconLineAlignVertically } from "./IconLineAlignVertically/index.js";
|
|
233
|
+
export { default as IconLineAlignCenter } from "./IconLineAlignCenter/index.js";
|
|
234
|
+
export { default as IconLineAlignBottom } from "./IconLineAlignBottom/index.js";
|
|
@@ -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: "IconColorInput",
|
|
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-input`],
|
|
25
|
+
width: "1em",
|
|
26
|
+
height: "1em"
|
|
27
|
+
}, _ctx.$attrs), [
|
|
28
|
+
vue.createElementVNode("path", {
|
|
29
|
+
d: "M15.6816 2.66797C16.7876 2.66797 17.6675 2.66772 18.376 2.72559C19.0941 2.78429 19.7102 2.90685 20.2744 3.19434C21.1831 3.65741 21.9217 4.39697 22.3848 5.30566C22.6722 5.86984 22.7958 6.48503 22.8545 7.20313C22.9124 7.91171 22.9111 8.79216 22.9111 9.89844V14.1016C22.9111 15.2078 22.9124 16.0883 22.8545 16.7969C22.7958 17.5149 22.6721 18.1302 22.3848 18.6943C21.9218 19.603 21.183 20.3426 20.2744 20.8057C19.7102 21.0931 19.0941 21.2157 18.376 21.2744C17.6675 21.3323 16.7876 21.332 15.6816 21.332H8.32031C7.21411 21.332 6.33357 21.3323 5.625 21.2744C4.90701 21.2157 4.29164 21.0929 3.72754 20.8057C2.81871 20.3426 2.07928 19.6032 1.61621 18.6943C1.32881 18.1302 1.20615 17.5149 1.14746 16.7969C1.08958 16.0883 1.08984 15.2078 1.08984 14.1016V9.89844C1.08984 8.79216 1.08956 7.91171 1.14746 7.20313C1.20615 6.48515 1.32886 5.86977 1.61621 5.30566C2.07929 4.39702 2.81884 3.65734 3.72754 3.19434C4.2916 2.90712 4.90708 2.78425 5.625 2.72559C6.33357 2.66772 7.21414 2.66797 8.32031 2.66797H15.6816ZM8.32031 4.32813C7.18703 4.32813 6.38598 4.32886 5.76074 4.37988C5.14538 4.43016 4.77171 4.52553 4.48046 4.67383C3.8844 4.97763 3.39958 5.46258 3.0957 6.05859C2.94729 6.34986 2.85206 6.72337 2.80175 7.33887C2.7507 7.96413 2.75 8.76503 2.75 9.89844V14.1016C2.75 15.2351 2.7507 16.0358 2.80175 16.6611C2.85205 17.2768 2.94728 17.6501 3.0957 17.9414C3.39959 18.5376 3.88428 19.0223 4.48046 19.3262C4.77175 19.4745 5.14522 19.5698 5.76074 19.6201C6.38599 19.6711 7.18701 19.6719 8.32031 19.6719H15.6816C16.8151 19.6719 17.616 19.6712 18.2412 19.6201C18.8565 19.5698 19.2293 19.4745 19.5205 19.3262C20.1167 19.0223 20.6024 18.5376 20.9062 17.9414C21.0546 17.6501 21.1489 17.2765 21.1992 16.6611C21.2503 16.0358 21.251 15.2351 21.251 14.1016V9.89844C21.251 8.76501 21.2503 7.96413 21.1992 7.33887C21.1489 6.72333 21.0547 6.34987 20.9062 6.05859C20.6024 5.46228 20.1168 4.97773 19.5205 4.67383C19.2293 4.52544 18.8565 4.4302 18.2412 4.37988C17.616 4.3288 16.8151 4.32813 15.6816 4.32813H8.32031Z",
|
|
30
|
+
fill: $props.useCurrentColor ? "currentColor" : "#165DFF"
|
|
31
|
+
}, null, 8, _hoisted_1),
|
|
32
|
+
vue.createElementVNode("path", {
|
|
33
|
+
d: "M11.002 6.94238C11.4602 6.9426 11.832 7.3142 11.832 7.77246C11.8318 8.23051 11.46 8.60232 11.002 8.60254H9.78809V15.3975H11.002C11.4602 15.3977 11.832 15.7693 11.832 16.2275C11.832 16.6858 11.4602 17.0574 11.002 17.0576H6.91309C6.45484 17.0574 6.08301 16.6858 6.08301 16.2275C6.08301 15.7693 6.45484 15.3976 6.91309 15.3975H8.12793V8.60254H6.91309C6.455 8.60236 6.08326 8.23053 6.08301 7.77246C6.08301 7.31418 6.45484 6.94256 6.91309 6.94238H11.002Z",
|
|
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,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: "IconColorNum",
|
|
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_num`],
|
|
25
|
+
width: "1em",
|
|
26
|
+
height: "1em"
|
|
27
|
+
}, _ctx.$attrs), [
|
|
28
|
+
vue.createElementVNode("path", {
|
|
29
|
+
d: "M15.6816 2.66797C16.7876 2.66797 17.6675 2.66772 18.376 2.72559C19.0941 2.78429 19.7102 2.90685 20.2744 3.19434C21.1831 3.65741 21.9218 4.39697 22.3848 5.30566C22.6722 5.86984 22.7958 6.48503 22.8545 7.20313C22.9124 7.91171 22.9111 8.79216 22.9111 9.89844V14.1016C22.9111 15.2078 22.9124 16.0883 22.8545 16.7969C22.7958 17.5149 22.6721 18.1302 22.3848 18.6943C21.9218 19.603 21.183 20.3426 20.2744 20.8057C19.7102 21.0931 19.0941 21.2157 18.376 21.2744C17.6675 21.3323 16.7876 21.332 15.6816 21.332H8.32031C7.21412 21.332 6.33358 21.3323 5.625 21.2744C4.90701 21.2157 4.29165 21.0929 3.72754 20.8057C2.81872 20.3426 2.07928 19.6032 1.61621 18.6943C1.32881 18.1302 1.20615 17.5149 1.14746 16.7969C1.08958 16.0883 1.08984 15.2078 1.08984 14.1016V9.89844C1.08984 8.79216 1.08957 7.91171 1.14746 7.20313C1.20615 6.48515 1.32887 5.86977 1.61621 5.30566C2.07929 4.39702 2.81885 3.65734 3.72754 3.19434C4.2916 2.90712 4.90709 2.78425 5.625 2.72559C6.33357 2.66772 7.21414 2.66797 8.32031 2.66797H15.6816ZM8.32031 4.32813C7.18704 4.32813 6.38599 4.32886 5.76074 4.37988C5.14538 4.43016 4.77172 4.52553 4.48047 4.67383C3.8844 4.97763 3.39959 5.46258 3.0957 6.05859C2.9473 6.34986 2.85207 6.72337 2.80176 7.33887C2.7507 7.96413 2.75 8.76503 2.75 9.89844V14.1016C2.75 15.2351 2.7507 16.0358 2.80176 16.6611C2.85206 17.2768 2.94728 17.6501 3.0957 17.9414C3.39959 18.5376 3.88429 19.0223 4.48047 19.3262C4.77175 19.4745 5.14523 19.5698 5.76074 19.6201C6.38599 19.6711 7.18702 19.6719 8.32031 19.6719H15.6816C16.8151 19.6719 17.616 19.6712 18.2412 19.6201C18.8565 19.5698 19.2293 19.4745 19.5205 19.3262C20.1167 19.0223 20.6024 18.5376 20.9063 17.9414C21.0546 17.6501 21.1489 17.2765 21.1992 16.6611C21.2503 16.0358 21.251 15.2351 21.251 14.1016V9.89844C21.251 8.76501 21.2503 7.96413 21.1992 7.33887C21.1489 6.72333 21.0547 6.34987 20.9063 6.05859C20.6024 5.46228 20.1168 4.97773 19.5205 4.67383C19.2293 4.52544 18.8565 4.4302 18.2412 4.37988C17.616 4.3288 16.8151 4.32813 15.6816 4.32813H8.32031Z",
|
|
30
|
+
fill: $props.useCurrentColor ? "currentColor" : "#165DFF"
|
|
31
|
+
}, null, 8, _hoisted_1),
|
|
32
|
+
vue.createElementVNode("path", {
|
|
33
|
+
d: "M11.7744 9.87629C12.1767 8.14144 13.7083 7.4351 15.0625 7.62629C16.4235 7.81862 17.7059 8.91997 17.706 10.7337C17.706 12.6158 16.1689 13.557 15.1484 14.1546C14.7627 14.3805 14.4358 14.5656 14.1611 14.7445H16.8759C17.334 14.7447 17.7059 15.1164 17.706 15.5745C17.706 16.0327 17.3341 16.4044 16.8759 16.4046H12.583C12.1246 16.4046 11.7529 16.0329 11.7529 15.5745C11.753 14.7331 12.2334 14.1443 12.7236 13.7376C13.1935 13.348 13.8175 13.0101 14.3095 12.722C15.4352 12.0628 16.0459 11.5568 16.0459 10.7337C16.0457 9.84256 15.4704 9.36034 14.8301 9.26985C14.1828 9.17854 13.568 9.49041 13.3916 10.2513C13.2881 10.6978 12.842 10.9758 12.3955 10.8724C11.949 10.7688 11.6709 10.3228 11.7744 9.87629ZM8.24704 7.73469C8.50235 7.57141 8.82682 7.56005 9.09275 7.70539C9.35881 7.85098 9.52434 8.13062 9.52439 8.43391V14.7357H10.0166C10.4749 14.7357 10.8465 15.1075 10.8467 15.5657C10.8467 16.0241 10.475 16.3958 10.0166 16.3958H7.26267C6.80443 16.3956 6.43259 16.024 6.43259 15.5657C6.43277 15.1076 6.80454 14.7359 7.26267 14.7357H7.86423V9.95051L7.57126 10.138C7.18529 10.3849 6.67192 10.2729 6.42478 9.88703C6.17784 9.50105 6.29087 8.98769 6.67673 8.74055L8.24704 7.73469Z",
|
|
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,32 @@
|
|
|
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: "IconColorRadio",
|
|
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.createStaticVNode('<rect x="2.714" y="4.26" width="6" height="6" rx="3" stroke="#165DFF" stroke-width="1.66" stroke-linejoin="round"></rect><path d="M11.9363 5.22894H21.2845" stroke="#00BBD8" stroke-width="1.66" stroke-linecap="round" stroke-linejoin="round"></path><rect x="2.714" y="13.739" width="6" height="6" rx="3" stroke="#00BBD8" stroke-width="1.66" stroke-linejoin="round"></rect><path d="M11.9363 9.29095H17.25" stroke="#00BBD8" stroke-width="1.66" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11.9363 14.7082H21.2845M11.9363 18.7703H17.25" stroke="#165DFF" stroke-width="1.66" stroke-linecap="round" stroke-linejoin="round"></path>', 5);
|
|
18
|
+
const _hoisted_6 = [
|
|
19
|
+
_hoisted_1
|
|
20
|
+
];
|
|
21
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
22
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
23
|
+
viewBox: "0 0 24 24",
|
|
24
|
+
fill: "none",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color_radio`],
|
|
27
|
+
width: "1em",
|
|
28
|
+
height: "1em"
|
|
29
|
+
}, _ctx.$attrs), _hoisted_6, 16);
|
|
30
|
+
}
|
|
31
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
32
|
+
module.exports = index;
|