@arco-iconbox/vue-smartcode 0.1.30 → 0.1.32
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 +2699 -2103
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +410 -346
- package/dist/icon.min.js.map +1 -1
- package/esm/IconColorDoc/index.js +55 -0
- package/esm/IconColorLogicFlow/index.js +31 -0
- package/esm/IconColorPdf/index.js +55 -0
- package/esm/IconColorXls/index.js +55 -0
- package/esm/IconIconLineSet2/index.js +32 -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/IconLineInfoData/index.js +32 -0
- package/esm/IconLineInternationalization/index.js +40 -0
- package/esm/IconLineLlm/index.js +40 -0
- package/esm/IconLinePrint/index.js +40 -0
- package/esm/IconLineReset/index.js +36 -0
- package/esm/index.js +16 -0
- package/lib/IconColorDoc/index.js +56 -0
- package/lib/IconColorLogicFlow/index.js +32 -0
- package/lib/IconColorPdf/index.js +56 -0
- package/lib/IconColorXls/index.js +56 -0
- package/lib/IconIconLineSet2/index.js +33 -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/IconLineInfoData/index.js +33 -0
- package/lib/IconLineInternationalization/index.js +41 -0
- package/lib/IconLineLlm/index.js +41 -0
- package/lib/IconLinePrint/index.js +41 -0
- package/lib/IconLineReset/index.js +37 -0
- package/lib/index.js +32 -0
- package/package.json +1 -1
- package/src/IconColorDoc/index.vue +19 -0
- package/src/IconColorLogicFlow/index.vue +19 -0
- package/src/IconColorPdf/index.vue +19 -0
- package/src/IconColorXls/index.vue +19 -0
- package/src/IconIconLineSet2/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/IconLineInfoData/index.vue +19 -0
- package/src/IconLineInternationalization/index.vue +19 -0
- package/src/IconLineLlm/index.vue +19 -0
- package/src/IconLinePrint/index.vue +19 -0
- package/src/IconLineReset/index.vue +19 -0
- package/src/index.js +17 -1
|
@@ -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: "IconLineLlm",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_d145f061a5__clip0_6065_148105)" }, [
|
|
19
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M9.00098 15.2979C9.74645 15.2979 10.3514 15.902 10.3516 16.6475C10.3516 17.393 9.74656 17.998 9.00098 17.998C8.25547 17.998 7.65137 17.393 7.65137 16.6475C7.65155 15.9021 8.25559 15.2979 9.00098 15.2979ZM13.4551 2.63574C13.9823 2.10853 14.8371 2.10853 15.3643 2.63574C15.8913 3.16296 15.8914 4.01777 15.3643 4.54492C15.008 4.90117 14.5021 5.01589 14.0488 4.89062L13.9961 4.94434C13.1964 5.74407 12.6253 6.31712 12.2139 6.80176C11.8078 7.28006 11.5958 7.6291 11.4854 7.96875C11.2677 8.63856 11.2677 9.36144 11.4854 10.0312C11.5958 10.3709 11.8078 10.7199 12.2139 11.1982C12.6253 11.6829 13.1964 12.2559 13.9961 13.0557L14.0479 13.1074C14.5014 12.9817 15.0077 13.0966 15.3643 13.4531C15.8913 13.9803 15.8914 14.8352 15.3643 15.3623C14.8371 15.8894 13.9823 15.8893 13.4551 15.3623C13.0993 15.0066 12.9841 14.5016 13.1084 14.0488L13.0557 13.9961C12.2559 13.1964 11.6829 12.6253 11.1982 12.2139C10.7199 11.8078 10.3709 11.5958 10.0312 11.4854C9.36144 11.2677 8.63856 11.2677 7.96875 11.4854C7.6291 11.5958 7.28006 11.8078 6.80176 12.2139C6.31712 12.6253 5.74407 13.1964 4.94434 13.9961L4.89258 14.0469C5.01778 14.5001 4.90312 15.0061 4.54688 15.3623C4.01965 15.8891 3.16476 15.8893 2.6377 15.3623C2.11063 14.8352 2.11092 13.9804 2.6377 13.4531C2.99366 13.0972 3.49917 12.9817 3.95215 13.1064L4.00391 13.0557C4.80364 12.2559 5.37469 11.6829 5.78613 11.1982C6.19216 10.7199 6.40416 10.3709 6.51465 10.0312C6.73228 9.36144 6.73228 8.63856 6.51465 7.96875C6.40416 7.6291 6.19216 7.28006 5.78613 6.80176C5.37469 6.31712 4.80364 5.74407 4.00391 4.94434L3.9502 4.89062C3.49765 5.0146 2.99322 4.90045 2.6377 4.54492C2.11074 4.01776 2.11074 3.1629 2.6377 2.63574C3.16484 2.1086 4.01965 2.10873 4.54688 2.63574C4.9033 2.99217 5.01711 3.49775 4.8916 3.95117L4.94434 4.00391C5.74407 4.80364 6.31712 5.37469 6.80176 5.78613C7.28006 6.19216 7.6291 6.40416 7.96875 6.51465C8.63856 6.73228 9.36144 6.73228 10.0312 6.51465C10.3709 6.40416 10.7199 6.19216 11.1982 5.78613C11.4405 5.58046 11.7052 5.33509 12.0088 5.04102L13.0557 4.00391L13.1084 3.9502C12.9835 3.49712 13.099 2.99184 13.4551 2.63574ZM1.35254 7.64941C2.09799 7.64953 2.7021 8.25355 2.70215 8.99902C2.70215 9.74454 2.09803 10.3485 1.35254 10.3486C0.606955 10.3486 0.00195314 9.74461 0.00195312 8.99902C0.00200586 8.25348 0.606987 7.64941 1.35254 7.64941ZM16.6494 7.64941C17.395 7.64941 17.9999 8.25348 18 8.99902C18 9.74461 17.395 10.3486 16.6494 10.3486C15.904 10.3484 15.2998 9.74445 15.2998 8.99902C15.2999 8.25364 15.9041 7.64966 16.6494 7.64941ZM10.1328 7.86621C9.38849 8.05264 8.61051 8.0528 7.86621 7.86621C8.0528 8.61051 8.05264 9.38849 7.86621 10.1328C8.61036 9.9463 9.38864 9.94646 10.1328 10.1328C9.94646 9.38864 9.9463 8.61036 10.1328 7.86621ZM9.00098 0C9.74643 0 10.3514 0.604204 10.3516 1.34961C10.3516 2.09519 9.74656 2.7002 9.00098 2.7002C8.25545 2.70013 7.65137 2.09515 7.65137 1.34961C7.65158 0.604246 8.25558 6.78237e-05 9.00098 0Z" })
|
|
20
|
+
], -1);
|
|
21
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
22
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_d145f061a5__clip0_6065_148105" }, [
|
|
23
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H18V18H0z" })
|
|
24
|
+
])
|
|
25
|
+
], -1);
|
|
26
|
+
const _hoisted_4 = [
|
|
27
|
+
_hoisted_2,
|
|
28
|
+
_hoisted_3
|
|
29
|
+
];
|
|
30
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
31
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
32
|
+
viewBox: "0 0 18 18",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-llm`],
|
|
36
|
+
width: "1em",
|
|
37
|
+
height: "1em"
|
|
38
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
39
|
+
}
|
|
40
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
41
|
+
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: "IconLinePrint",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("g", { "clip-path": "url(#svg_c7cdef3726__clip0_6065_112272)" }, [
|
|
19
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M10.6511 0.750001C11.2682 0.750001 11.7767 0.749269 12.1891 0.78296C12.6102 0.817398 12.9979 0.891221 13.3614 1.07629C13.9253 1.36375 14.3847 1.823 14.672 2.38696C14.8571 2.75045 14.9309 3.138 14.9654 3.55919C14.9991 3.97186 14.9983 4.48082 14.9983 5.09837V5.59715C15.2105 5.64352 15.4147 5.71015 15.6114 5.81028C16.1753 6.09773 16.6346 6.55693 16.922 7.12094C17.1072 7.48451 17.1809 7.87189 17.2154 8.29318C17.2491 8.70588 17.2483 9.21469 17.2483 9.83236V11.6297C17.2483 11.9482 17.2504 12.1789 17.2241 12.3823C17.0494 13.7329 15.9852 14.7957 14.6347 14.9706C14.6009 14.975 14.5658 14.9775 14.5303 14.9805C14.5268 14.9947 14.5253 15.0093 14.5215 15.0234C14.2443 16.0579 13.4357 16.8665 12.4012 17.1437C11.996 17.2523 11.5244 17.2459 10.8752 17.2459H7.12555C6.47648 17.2459 6.0047 17.2522 5.59956 17.1437C4.56494 16.8665 3.75644 16.058 3.47921 15.0234C3.47543 15.0093 3.47283 14.9948 3.46932 14.9805C3.43438 14.9776 3.40036 14.9749 3.36715 14.9706C2.0157 14.7962 0.950998 13.7326 0.776585 12.3812C0.750422 12.1782 0.752415 11.9477 0.752415 11.6297V9.83236C0.752415 9.21469 0.751655 8.70588 0.785374 8.29318C0.819817 7.87192 0.893506 7.48449 1.07871 7.12094C1.36616 6.55694 1.82533 6.09767 2.38937 5.81028C2.58616 5.71008 2.79008 5.64348 3.0024 5.59715V5.09837C3.0024 4.48079 3.00166 3.97187 3.03536 3.55919C3.0698 3.1379 3.14349 2.75053 3.3287 2.38696C3.61614 1.82283 4.07523 1.36373 4.63936 1.07629C5.00287 0.891171 5.39039 0.817389 5.8116 0.78296C6.22424 0.749277 6.73329 0.750001 7.35077 0.750001H10.6511ZM5.2491 12.7503C5.17721 12.7536 5.15439 12.7586 5.15242 12.7591C5.02265 12.794 4.92147 12.8952 4.88655 13.025C4.88654 13.0249 4.88121 13.0462 4.87776 13.1217C4.87393 13.2057 4.87337 13.3165 4.87337 13.4974C4.87337 14.243 4.88026 14.4697 4.925 14.6367C5.06393 15.1547 5.46825 15.559 5.98628 15.6979C6.15327 15.7427 6.38009 15.7496 7.12555 15.7496H10.8752C11.6201 15.7496 11.8464 15.7426 12.0133 15.6979C12.5315 15.559 12.9368 15.1548 13.0757 14.6367C13.1205 14.4697 13.1274 14.2429 13.1274 13.4974C13.1274 13.3165 13.1268 13.2057 13.123 13.1217C13.1196 13.0469 13.1143 13.0254 13.1142 13.025C13.0793 12.8951 12.9771 12.794 12.8472 12.7591C12.8433 12.7582 12.8194 12.7534 12.7516 12.7503C12.6676 12.7465 12.5559 12.7459 12.3748 12.7459H5.62483C5.44401 12.7459 5.3331 12.7465 5.2491 12.7503ZM5.10078 6.98032C4.45869 6.98032 4.02115 6.98134 3.68355 7.00888C3.35514 7.03573 3.18589 7.0842 3.06832 7.14402C2.78609 7.28791 2.55639 7.5177 2.41244 7.7999C2.35254 7.91747 2.30419 8.08641 2.27731 8.41513C2.24972 8.75277 2.24875 9.19001 2.24875 9.83236V11.6297C2.24875 11.9945 2.25003 12.1063 2.26083 12.19C2.34027 12.8053 2.78784 13.3003 3.37704 13.4512C3.37662 13.1667 3.37422 12.8868 3.44076 12.6383C3.61398 11.9919 4.11933 11.4865 4.7657 11.3133C5.02766 11.2432 5.32456 11.2496 5.62483 11.2496H12.3748C12.6753 11.2496 12.9729 11.2431 13.235 11.3133C13.8813 11.4865 14.3868 11.9919 14.56 12.6383C14.6265 12.8868 14.623 13.1668 14.6226 13.4512C15.2119 13.3004 15.6603 12.8053 15.7399 12.19C15.7507 12.1062 15.752 11.9942 15.752 11.6297V9.83236C15.752 9.19001 15.7521 8.75277 15.7245 8.41513C15.6976 8.08643 15.6482 7.91748 15.5883 7.7999C15.4443 7.51766 15.2147 7.28793 14.9324 7.14402C14.8149 7.08412 14.6458 7.03577 14.3172 7.00888C13.9797 6.98133 13.5428 6.98032 12.901 6.98032H5.10078ZM7.35077 2.24633C6.70866 2.24633 6.27114 2.24735 5.93354 2.2749C5.60498 2.30175 5.43589 2.35018 5.31831 2.41003C5.03599 2.55397 4.80637 2.78359 4.66243 3.06591C4.60253 3.18349 4.55417 3.35237 4.5273 3.68114C4.49973 4.01877 4.49874 4.45613 4.49874 5.09837V5.48619C4.68662 5.48492 4.88744 5.48399 5.10078 5.48399H12.901C13.1142 5.48399 13.3143 5.48491 13.502 5.48619V5.09837C13.502 4.45618 13.5021 4.01875 13.4745 3.68114C13.4477 3.35269 13.3981 3.18348 13.3383 3.06591C13.1944 2.78373 12.9646 2.55395 12.6824 2.41003C12.5649 2.35013 12.3958 2.30178 12.0672 2.2749C11.7297 2.24734 11.2928 2.24633 10.6511 2.24633H7.35077Z" })
|
|
20
|
+
], -1);
|
|
21
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
|
|
22
|
+
/* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_c7cdef3726__clip0_6065_112272" }, [
|
|
23
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H18V18H0z" })
|
|
24
|
+
])
|
|
25
|
+
], -1);
|
|
26
|
+
const _hoisted_4 = [
|
|
27
|
+
_hoisted_2,
|
|
28
|
+
_hoisted_3
|
|
29
|
+
];
|
|
30
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
31
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
32
|
+
viewBox: "0 0 18 18",
|
|
33
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-print`],
|
|
36
|
+
width: "1em",
|
|
37
|
+
height: "1em"
|
|
38
|
+
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
39
|
+
}
|
|
40
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
41
|
+
module.exports = index;
|
|
@@ -0,0 +1,37 @@
|
|
|
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: "IconLineReset",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
19
|
+
"fill-rule": "evenodd",
|
|
20
|
+
"clip-rule": "evenodd",
|
|
21
|
+
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"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_3 = [
|
|
24
|
+
_hoisted_2
|
|
25
|
+
];
|
|
26
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
28
|
+
viewBox: "0 0 16 16",
|
|
29
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
31
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-reset`],
|
|
32
|
+
width: "1em",
|
|
33
|
+
height: "1em"
|
|
34
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
35
|
+
}
|
|
36
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
37
|
+
module.exports = index;
|
package/lib/index.js
CHANGED
|
@@ -227,6 +227,22 @@ var index$3v = require("./IconColorSwitch/index.js");
|
|
|
227
227
|
var index$3w = require("./IconColorInput/index.js");
|
|
228
228
|
var index$3x = require("./IconColorRadio/index.js");
|
|
229
229
|
var index$3y = require("./IconColorTextarea/index.js");
|
|
230
|
+
var index$3z = require("./IconLineReset/index.js");
|
|
231
|
+
var index$3A = require("./IconLineAlignTop/index.js");
|
|
232
|
+
var index$3B = require("./IconLineAlignRight/index.js");
|
|
233
|
+
var index$3C = require("./IconLineAlignLeft/index.js");
|
|
234
|
+
var index$3D = require("./IconLineAlignVertically/index.js");
|
|
235
|
+
var index$3E = require("./IconLineAlignCenter/index.js");
|
|
236
|
+
var index$3F = require("./IconLineAlignBottom/index.js");
|
|
237
|
+
var index$3G = require("./IconColorDoc/index.js");
|
|
238
|
+
var index$3H = require("./IconColorPdf/index.js");
|
|
239
|
+
var index$3I = require("./IconColorXls/index.js");
|
|
240
|
+
var index$3J = require("./IconLineInfoData/index.js");
|
|
241
|
+
var index$3K = require("./IconLinePrint/index.js");
|
|
242
|
+
var index$3L = require("./IconLineInternationalization/index.js");
|
|
243
|
+
var index$3M = require("./IconIconLineSet2/index.js");
|
|
244
|
+
var index$3N = require("./IconLineLlm/index.js");
|
|
245
|
+
var index$3O = require("./IconColorLogicFlow/index.js");
|
|
230
246
|
exports.IconFillHeart = index;
|
|
231
247
|
exports.IconFillMute = index$1;
|
|
232
248
|
exports.IconFillSound = index$2;
|
|
@@ -454,3 +470,19 @@ exports.IconColorSwitch = index$3v;
|
|
|
454
470
|
exports.IconColorInput = index$3w;
|
|
455
471
|
exports.IconColorRadio = index$3x;
|
|
456
472
|
exports.IconColorTextarea = index$3y;
|
|
473
|
+
exports.IconLineReset = index$3z;
|
|
474
|
+
exports.IconLineAlignTop = index$3A;
|
|
475
|
+
exports.IconLineAlignRight = index$3B;
|
|
476
|
+
exports.IconLineAlignLeft = index$3C;
|
|
477
|
+
exports.IconLineAlignVertically = index$3D;
|
|
478
|
+
exports.IconLineAlignCenter = index$3E;
|
|
479
|
+
exports.IconLineAlignBottom = index$3F;
|
|
480
|
+
exports.IconColorDoc = index$3G;
|
|
481
|
+
exports.IconColorPdf = index$3H;
|
|
482
|
+
exports.IconColorXls = index$3I;
|
|
483
|
+
exports.IconLineInfoData = index$3J;
|
|
484
|
+
exports.IconLinePrint = index$3K;
|
|
485
|
+
exports.IconLineInternationalization = index$3L;
|
|
486
|
+
exports.IconIconLineSet2 = index$3M;
|
|
487
|
+
exports.IconLineLlm = index$3N;
|
|
488
|
+
exports.IconColorLogicFlow = index$3O;
|
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" :class="[`${prefix}-icon`, `${prefix}-icon-color_doc`]" width="1em" height="1em" v-bind="$attrs"><path :fill="useCurrentColor ? 'currentColor' : 'url(#svg_3456e2184b__pattern0_6065_139064)'" d="M0 0H32V32H0z"/><defs><pattern id="svg_3456e2184b__pattern0_6065_139064" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="#svg_3456e2184b__image0_6065_139064" transform="scale(.025)"/></pattern><image id="svg_3456e2184b__image0_6065_139064" width="40" height="40" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAy1JREFUWEftmD9ME1Ecx78PXRhwaCcJJDgU4lJ6toOGmLYOBkPDYBysBNQFDhdtcBE1lGjEoTWdhGpMqom64CKw2joYGWysbP5JbKJBFwwBhERLT359Pdt6Pa/XXq4MfUnTP/e73/u87+/7e7k+hl0+mBqfS5Q8WaDDCP7j3UjcHmXpanIpAB2i1LGHIQ6D4Ahq/DTSln3wegX9kApApyjFwHC2mtWq3XPVD1hakJKQg1zVk1sJOCq9BeDQk0QrNg9IYSmPwASt+OLr5RT8DGaM9+SJigDpp5hHYOcrhawHIBgQcQssUAlkXQAJbGfioFtgk1qQdQOsFLKugAQpZRHwOllETUlTAMUTGdja96pWkwHn3AJ7WC7AFMCegxmcPKoOmFOS75GJfyFNAdze/o1e+xp6e6z/64nVPGTK9H1QnjDz8zsszWuqkL8ySL960HWgboBaWwqAdHKaNQArEEo1pKFgLerRvQ0FGwrCKUqGP7DqkLXhQR1ilQ3Vr6DfC3i6C8k+fAWevgCWfxR+a7UA/mM8bn0LeP8FuL9QGuO08ZiuNmB5BZhfBOYWFZD6AYNDgO8wT9bSzCFogstRgGAJLhoA9luVMQO3ODDdExoB1jeBxBLgsvF4ypF4VwJZPaDrAk/UagUeXwG+rQBnpoDgIOA7Akw+KihCC6KF3Vvgr7kbuec9DExxSFrosI9fo+9Fo3ZASjZ2iper/zpXhtTwjpWWKx7iCodngSfjBVgNkxoDONwH0Gtk558EKUjqEGzxINVIHQIkC9A7edcUQFKNfEWqhUSgsw3ov8b9lrOBBXh+k/uLSh8P88/kOXlQmeV4w0qc804fLy81DU0u+23+dd5TW8DEIOBxFHxJClIXyyrS54kh4M6sgU1SXBqCCT8rGFwueXGM3CByY0Uvca/Kg3YCMcJ3hJoUpNXKiTc2geQnRef97W63nU9FzZH8qHSbxw50tnOol0tl8+hvEi1XG3x91wOmktOlx3OK/8WHRCnCGC4arExl6RhiybulR3Nlj4CbGOLMwCPgSugkIJ2V4E3NlB4Tm3KIrgXYBKTfzCiPPeg+VUCtpGZd/wOY1YI423gtpQAAAABJRU5ErkJggg=="/></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorDoc',
|
|
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 18 18" :class="[`${prefix}-icon`, `${prefix}-icon-color-logic-flow`]" width="1em" height="1em" v-bind="$attrs"><path d="M9.00004 1.39844C9.4131 1.39858 9.74821 1.73352 9.74821 2.14661V2.54431H13.9076C14.1989 2.54431 14.4937 2.53795 14.7734 2.61902C14.9996 2.68473 15.2122 2.79227 15.3985 2.93652C15.6287 3.11493 15.7962 3.35787 15.9676 3.59351L16.028 3.677C16.2668 4.00527 16.5192 4.32994 16.6169 4.70972C16.6953 5.01529 16.6953 5.33579 16.6169 5.64136C16.5192 6.02125 16.2669 6.34572 16.028 6.67407L15.9676 6.75757C15.7961 6.99328 15.6288 7.23609 15.3985 7.41455C15.2121 7.55887 14.9997 7.66632 14.7734 7.73206C14.4937 7.81315 14.199 7.80677 13.9076 7.80676H9.74821V9.36682H13.6967C13.999 9.36682 14.2716 9.36606 14.4965 9.3844C14.7301 9.40351 14.9785 9.44737 15.2216 9.57117C15.574 9.75074 15.8605 10.0372 16.0401 10.3896C16.164 10.6329 16.2077 10.881 16.2268 11.1147C16.2452 11.3397 16.2444 11.6121 16.2444 11.9146V12.0815C16.2444 12.384 16.2452 12.6564 16.2268 12.8813C16.2077 13.115 16.164 13.3633 16.0401 13.6064C15.8605 13.9587 15.5739 14.2454 15.2216 14.4249C14.9785 14.5487 14.7301 14.5926 14.4965 14.6117C14.2716 14.63 13.999 14.6293 13.6967 14.6293H9.74821V16.832C9.7482 17.2451 9.41309 17.5812 9.00004 17.5813C8.5872 17.5811 8.25218 17.2459 8.25187 16.8331V14.6293H4.09794C3.80669 14.6293 3.5118 14.6357 3.23222 14.5546C3.00597 14.4888 2.79338 14.3813 2.6071 14.2371C2.37692 14.0587 2.20837 13.8167 2.03691 13.5812L1.97648 13.4977C1.7375 13.1694 1.48539 12.8448 1.38761 12.465C1.30896 12.1591 1.30901 11.837 1.38761 11.5311C1.48536 11.1514 1.73755 10.8266 1.97648 10.4984L2.03691 10.4149C2.20832 10.1794 2.37702 9.93741 2.6071 9.75903C2.79335 9.6148 3.00601 9.50726 3.23222 9.44153C3.5118 9.36043 3.80669 9.36681 4.09794 9.36682H8.25187V7.80676H4.30778C4.00549 7.80676 3.73286 7.80756 3.50798 7.78918C3.27439 7.77004 3.02592 7.72625 2.78288 7.60242C2.43068 7.42282 2.14389 7.1362 1.9644 6.78394C1.8406 6.54082 1.79674 6.29247 1.77763 6.05884C1.75926 5.83386 1.76005 5.56145 1.76005 5.25903V5.09204C1.76005 4.7896 1.75925 4.51721 1.77763 4.29224C1.79676 4.05856 1.84052 3.8103 1.9644 3.56714C2.14392 3.21483 2.43061 2.92825 2.78288 2.74866C3.02593 2.62482 3.27438 2.58104 3.50798 2.56189C3.73286 2.54352 4.00549 2.54431 4.30778 2.54431H8.25187V2.14661C8.25187 1.73354 8.58702 1.39862 9.00004 1.39844ZM4.09794 10.8632C3.71857 10.8632 3.67602 10.8706 3.6486 10.8785C3.6034 10.8918 3.5606 10.9134 3.52336 10.9423C3.50083 10.9598 3.4696 10.991 3.2476 11.296L3.18718 11.3795C2.87245 11.8119 2.84601 11.8685 2.83671 11.9047C2.82115 11.9658 2.8211 12.0303 2.83671 12.0914C2.84603 12.1276 2.87246 12.1842 3.18718 12.6166L3.2476 12.7001C3.47026 13.006 3.50081 13.0363 3.52336 13.0538C3.56063 13.0827 3.60336 13.1043 3.6486 13.1176C3.67602 13.1255 3.71857 13.1329 4.09794 13.1329H13.6967C14.0234 13.1329 14.2246 13.132 14.3746 13.1198C14.4434 13.1141 14.4861 13.1071 14.5119 13.1011C14.5234 13.0984 14.5317 13.096 14.5361 13.0945C14.5391 13.0934 14.5417 13.0926 14.5426 13.0923C14.6134 13.0562 14.6713 12.9982 14.7074 12.9275C14.7076 12.9271 14.7083 12.9247 14.7096 12.9209C14.7111 12.9167 14.7134 12.9086 14.7162 12.8967C14.7223 12.871 14.7292 12.8286 14.7349 12.7594C14.7472 12.6094 14.7481 12.4085 14.7481 12.0815V11.9146C14.7481 11.5876 14.7471 11.3867 14.7349 11.2367C14.7292 11.1674 14.7223 11.1252 14.7162 11.0994C14.7134 11.0874 14.7111 11.0794 14.7096 11.0752C14.7082 11.0712 14.7076 11.069 14.7074 11.0686C14.6713 10.9978 14.6135 10.9399 14.5426 10.9038C14.5418 10.9035 14.5393 10.9028 14.5361 10.9016C14.5318 10.9001 14.5235 10.8978 14.5119 10.895C14.4861 10.889 14.4435 10.882 14.3746 10.8763C14.2246 10.8641 14.0234 10.8632 13.6967 10.8632H4.09794ZM4.30778 4.04065C3.98098 4.04065 3.77984 4.04158 3.62992 4.05383C3.56086 4.05951 3.51831 4.06648 3.4926 4.07251C3.48083 4.07529 3.47256 4.07764 3.46843 4.0791C3.46472 4.08041 3.4622 4.08111 3.46183 4.0813C3.39114 4.11743 3.3331 4.17536 3.29704 4.24609C3.29683 4.24659 3.29621 4.24886 3.29484 4.25269C3.29336 4.25687 3.29107 4.26487 3.28825 4.27686C3.28221 4.30262 3.27525 4.34489 3.26957 4.41418C3.25732 4.56416 3.25639 4.76503 3.25639 5.09204V5.25903C3.25639 5.58599 3.25733 5.78691 3.26957 5.93689C3.27523 6.00601 3.28222 6.04841 3.28825 6.07422C3.29101 6.08595 3.29336 6.09412 3.29484 6.09839C3.29604 6.10174 3.29676 6.10417 3.29704 6.10498C3.33308 6.17567 3.3912 6.23364 3.46183 6.26978C3.46219 6.26996 3.46478 6.27069 3.46843 6.27197C3.47255 6.27343 3.48087 6.27579 3.4926 6.27856C3.51831 6.28459 3.56088 6.29157 3.62992 6.29724C3.77984 6.30949 3.98098 6.31042 4.30778 6.31042H13.9076C14.285 6.31042 14.3284 6.30295 14.3559 6.29504C14.4014 6.28184 14.4448 6.2603 14.4822 6.23132C14.5048 6.2138 14.5356 6.18328 14.758 5.87756L14.8184 5.79407C15.133 5.36157 15.1585 5.30507 15.1678 5.26892C15.1834 5.20768 15.1834 5.14339 15.1678 5.08215C15.1584 5.04599 15.1322 4.98834 14.8184 4.55701L14.758 4.47351C14.5357 4.16801 14.5048 4.13727 14.4822 4.11975C14.4448 4.09084 14.4013 4.06922 14.3559 4.05603C14.3284 4.04814 14.2845 4.04065 13.9076 4.04065H4.30778Z" :fill="useCurrentColor ? 'currentColor' : '#E67213'"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorLogicFlow',
|
|
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 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" :class="[`${prefix}-icon`, `${prefix}-icon-color_pdf`]" width="1em" height="1em" v-bind="$attrs"><path :fill="useCurrentColor ? 'currentColor' : 'url(#svg_d46e3ac0c9__pattern0_6065_68894)'" d="M0 0H32V32H0z"/><defs><pattern id="svg_d46e3ac0c9__pattern0_6065_68894" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="#svg_d46e3ac0c9__image0_6065_68894" transform="scale(.025)"/></pattern><image id="svg_d46e3ac0c9__image0_6065_68894" width="40" height="40" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAxtJREFUWEftmE9IFHEUx78/V7NVF3WhQfekh+riYQRBXEkcckOSYrpUUNAfULuFEUSB/aFLIIjgxSUKOxRrl5a2ru5ek8I5ePHknpTWMmPZbZd1d+L309lmd2ec/TPOdth3nPd+bz7vz+8x8wj+cyF6fNsiPywDXWbwO/pHQ/aHL8Ll+CoA3BL5LhsQhElwFMo58SBss3cIRBBKhiwA/C7yiwS4UU60emeck49ga22XkKynkLul+C4AjIj8KgC+FCdGtgeA1Ewibk+vkb1arwW4YWZ5WYn3M7j/XpksksGRW8VCWg+4TzZH3J6pYiCrBQgQPCUDnmdGkNUDpGRFQFYXkKUvPUXco3N6mbQEsOXyBOxdJ/WrSchNMjDyRsvAEsCG3kG0ecTD2y0NgZzxhPKNLAHcy2RA3OfRMXT2MMhdyLJABs9Jls9B5YW/UkCildOFlPdSYf59sLtqgEYjBUCY80s1wCISpWtSy2Al2aNnaxmsZRARkTf9g7WEtNZ6sIRkaZqWn8G25y+zHuVYFMkvQSSCAfbsMB3Vt9y+j/ru0zlEieWP2fMqRfmAJz6sIhPZRHLtKxp7+lDHuRB7NYP4p3dQ62ycC8d6+rC3sY7d6XHQYGgA9Dk9q0hqJcSCzJPKAGnU0fknzGf7rI+99Mf1IQao1tkvXGNZi/kWEF/yMkAZwO/pcaMWMAeQNDsYIP2Y/Dk5VgBIKZzez0Asip17VxlgXbMD0dcz/zK49k0LtjLAdGSTlZn2E4WM+byILy1oAjIozoWdyTEG2NDTlwO0fUnz/70yQKUHaWaSKyGkDnoqv8QUzDnrQ2pjnZVVKbHSHpSU+tKQygDVfaZ2rgas7z6Fpit30NgvIDr/GInlgPU9mB85BVQLvbmxJS/+BN5mx9CRX5LjwkWktzezZVUDUZ0imXiU2VBIRejYIU0OJFcKxop5Y8ZoPpikL78HTQIwciNxfinnemv9F9M1xF0jT0ekX+T8Us5qTnMFXAcEiYkr4GKCkYFwBhA6/VLOmlh3ib4l8sM2iyDTQLjTLxWsPWhguoDFRG2FzV8Hobg4RqvHAAAAAABJRU5ErkJggg=="/></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorPdf',
|
|
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 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" :class="[`${prefix}-icon`, `${prefix}-icon-color_xls`]" width="1em" height="1em" v-bind="$attrs"><path :fill="useCurrentColor ? 'currentColor' : 'url(#svg_ccbdf139eb__pattern0_6065_112559)'" d="M0 0H32V32H0z"/><defs><pattern id="svg_ccbdf139eb__pattern0_6065_112559" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="#svg_ccbdf139eb__image0_6065_112559" transform="scale(.025)"/></pattern><image id="svg_ccbdf139eb__image0_6065_112559" width="40" height="40" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAA2hJREFUWEftmDFMU1EUhv+LGguUgMIAgqGolUGUEggFBGmNUQsuGB1c1LJQNKAdZdJoihsNJMIkiBtlxW6UpBAwkdA6iWisCcSSAKkJKgTK0/PKayjl8Up5tA69S/t6zz33u/855/blMPzng4nxVTtMug1AJQf/JVXxyMuCZk80vsIAKxwm1RHGHJxMcAT1oLzBcyw5TW9glXuGDAO86DD1McbuRXNasTUPtTeRrkhzreKovoGV+PbiOwyweqR5CoBmL06kbAkwQ6EEB+aqYxUlUvZb58MAa0ZM3zgwWXJP2EgA3HzuM7BKY6SQ8QAEA2e9zqrMkUDGBXAT7KmBVT6TgownILFJQsYbEBw4cx2rsoopGRPAO0VXcCrzxC7RTLpvYNo3OxnEBLAspxDXzmol0m1db2A1I9uNYgLo9/tRm3setYVlopAMzJeEJP1VVu6K+T0obLj2awUZh1JEIdc2/J7hup6CuAFKXSkc4BnTdScApYQSnU8oGLV0mwsTCiYUJAUO4oU1UmUTORipUmJ2UStYkqGGMb8ezoWPsM0N8/6zFcfRVniX/80+Pw7LuSbYvROwz0+E7E92jfk3oMlQw7uyuKONsCBqQHLQWWyGWpmHVncHZpZnYdM+5/22uAPvmvT82jOE3u9DQUDl4WT0lraBPukgZ5R5vA/Lp/6wg9CifQFmKzLRW/oEP1aW4Fxwo1FVz8NO+WZAczsBatLV6NKYQ8AN2RU87PL677BI7wuQvN3Ou4zW07d4x6QUKRYI986ApFxAaQbnggvvvO/h+vn54P6LKZ8CIUtBq9uKKV9gMzFAYa4xvx6Ux2RHedji7oB3ZUl+BTuLHyNHkRl0bJy0YHn9z66ApCLZbI3AwOwwur4OygtIVUx5Z5nu51WgorF7x2GZfhsEtM0OY2DOEdxYnZoLS5EJnV8G+eqnCNi0LyA7oOCYrhECpEG5SDlJmzsX3cGq3iqL8YMF7UVN/AGEQcVhnGznD7l9RF0kdIdRaKliBccUupqsYj58lIv0ffugaqf5mqwLOJN6Et7VRdEK3vc1I1p6Mk5EraCMDFKuXKO67pD2XHh/0GGygrFHUp4OYv5f269vTPcqpDUXkxZwJIeh8Po5Tj+h7wlpE8ekiS4FmAR4RvU9YW0PWicKKOU0VvN/AYdS7zg1ub7CAAAAAElFTkSuQmCC"/></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorXls',
|
|
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 18 18" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-icon_line_set2`]" width="1em" height="1em" v-bind="$attrs"><path d="M11.835 10.116C12.4563 10.116 12.96 10.6196 12.96 11.241V12.1188H15.6605C16.0736 12.1188 16.4086 12.4538 16.4086 12.8669C16.4085 13.2801 16.0736 13.6151 15.6605 13.6151H12.96V14.494C12.9596 15.1149 12.4561 15.619 11.835 15.619C11.214 15.619 10.7105 15.1149 10.71 14.494V11.241C10.71 10.6196 11.2137 10.116 11.835 10.116ZM9.08954 12.1188C9.50272 12.1188 9.83771 12.4538 9.83771 12.8669C9.83762 13.28 9.50266 13.6151 9.08954 13.6151H2.33954C1.92663 13.6149 1.59146 13.2799 1.59137 12.8669C1.59137 12.4539 1.92657 12.119 2.33954 12.1188H9.08954ZM6.16827 2.375C6.78959 2.375 7.29327 2.87868 7.29327 3.5V6.75305C7.29294 7.37409 6.78939 7.87805 6.16827 7.87805C5.54716 7.87805 5.04361 7.37409 5.04327 6.75305V5.87415H2.33954C1.92658 5.87389 1.59137 5.53899 1.59137 5.12598C1.59141 4.71299 1.9266 4.37807 2.33954 4.37781H5.04327V3.5C5.04327 2.87868 5.54695 2.375 6.16827 2.375ZM15.6605 4.37781C16.0736 4.37781 16.4086 4.71283 16.4086 5.12598C16.4086 5.53915 16.0736 5.87415 15.6605 5.87415H8.91046C8.49743 5.87397 8.16229 5.53905 8.16229 5.12598C8.16233 4.71294 8.49745 4.37798 8.91046 4.37781H15.6605Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconIconLineSet2',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-align-bottom`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" 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"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineAlignBottom',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-align-center`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" 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"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineAlignCenter',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-align-left`]" width="1em" height="1em" v-bind="$attrs"><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"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineAlignLeft',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-align-right`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" 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"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineAlignRight',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-align-top`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" 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"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineAlignTop',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-align-vertically`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" 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"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineAlignVertically',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 18 18" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-info-data`]" width="1em" height="1em" v-bind="$attrs"><path d="M9 1.70312C13.031 1.70314 16.2988 4.97096 16.2988 9.00195C16.2988 13.033 13.031 16.3008 9 16.3008C4.96899 16.3008 1.70117 13.033 1.70117 9.00195C1.70119 4.97096 4.969 1.70314 9 1.70312ZM9 3.0332C5.70354 3.03321 3.03127 5.7055 3.03125 9.00195C3.03125 12.2984 5.70353 14.9707 9 14.9707C12.2965 14.9707 14.9688 12.2984 14.9688 9.00195C14.9687 5.7055 12.2965 3.03321 9 3.0332ZM9 8.43359C9.3671 8.43359 9.66476 8.7316 9.66504 9.09863V12.0508C9.66496 12.418 9.36722 12.7158 9 12.7158C8.63279 12.7158 8.33504 12.418 8.33496 12.0508V9.09863C8.33524 8.73161 8.63291 8.4336 9 8.43359ZM9 5.37402C9.52691 5.37402 9.95383 5.80225 9.9541 6.3291C9.95394 6.85605 9.52698 7.2832 9 7.2832C8.47303 7.28319 8.04606 6.85604 8.0459 6.3291C8.04617 5.80226 8.4731 5.37403 9 5.37402Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineInfoData',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 18 18" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-internationalization`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_d30e200f40__clip0_6065_148125)"><path d="M9 0.835938C13.5092 0.836201 17.165 4.49173 17.165 9.00098C17.1645 13.5098 13.5089 17.1658 9 17.166C4.491 17.1659 0.835472 13.5099 0.834961 9.00098C0.834961 4.49163 4.49068 0.836041 9 0.835938ZM6.76855 9.66504C6.84366 11.5687 7.22886 13.1567 7.61328 14.2998C7.82733 14.9363 8.04056 15.4333 8.19824 15.7676C8.2015 15.7745 8.20479 15.7813 8.20801 15.7881C8.46776 15.8181 8.73221 15.8359 9 15.8359C9.26766 15.8359 9.53138 15.8171 9.79102 15.7871C9.79416 15.7805 9.79856 15.7744 9.80176 15.7676C9.95944 15.4333 10.1727 14.9363 10.3867 14.2998C10.7711 13.1567 11.1563 11.5687 11.2314 9.66504H6.76855ZM2.19727 9.66504C2.45203 12.3033 4.20627 14.5024 6.59766 15.4004C6.51787 15.1939 6.43459 14.9686 6.35254 14.7246C5.93228 13.4749 5.5134 11.7415 5.4375 9.66504H2.19727ZM12.5625 9.66504C12.4866 11.7415 12.0677 13.4749 11.6475 14.7246C11.5655 14.9682 11.482 15.1932 11.4023 15.3994C13.7932 14.5011 15.547 12.3029 15.8018 9.66504H12.5625ZM6.59668 2.60059C4.20589 3.49866 2.45218 5.69728 2.19727 8.33496H5.4375C5.51341 6.25857 5.93229 4.52503 6.35254 3.27539C6.43443 3.03192 6.51707 2.80681 6.59668 2.60059ZM11.4023 2.60059C11.482 2.8069 11.5655 3.03179 11.6475 3.27539C12.0677 4.52503 12.4866 6.25857 12.5625 8.33496H15.8018C15.5468 5.69722 13.7932 3.49863 11.4023 2.60059ZM9 2.16602C8.73188 2.16602 8.4671 2.18285 8.20703 2.21289C8.20412 2.21902 8.20119 2.2252 8.19824 2.23145C8.04061 2.56563 7.82727 3.06299 7.61328 3.69922C7.22884 4.84236 6.84367 6.43116 6.76855 8.33496H11.2314C11.1563 6.43116 10.7712 4.84236 10.3867 3.69922C10.1727 3.06299 9.95939 2.56563 9.80176 2.23145C9.79875 2.22507 9.79496 2.21914 9.79199 2.21289C9.53208 2.18287 9.26795 2.16603 9 2.16602Z"/></g><defs><clipPath id="svg_d30e200f40__clip0_6065_148125"><path d="M0 0H18V18H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineInternationalization',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 18 18" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-llm`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_d145f061a5__clip0_6065_148105)"><path d="M9.00098 15.2979C9.74645 15.2979 10.3514 15.902 10.3516 16.6475C10.3516 17.393 9.74656 17.998 9.00098 17.998C8.25547 17.998 7.65137 17.393 7.65137 16.6475C7.65155 15.9021 8.25559 15.2979 9.00098 15.2979ZM13.4551 2.63574C13.9823 2.10853 14.8371 2.10853 15.3643 2.63574C15.8913 3.16296 15.8914 4.01777 15.3643 4.54492C15.008 4.90117 14.5021 5.01589 14.0488 4.89062L13.9961 4.94434C13.1964 5.74407 12.6253 6.31712 12.2139 6.80176C11.8078 7.28006 11.5958 7.6291 11.4854 7.96875C11.2677 8.63856 11.2677 9.36144 11.4854 10.0312C11.5958 10.3709 11.8078 10.7199 12.2139 11.1982C12.6253 11.6829 13.1964 12.2559 13.9961 13.0557L14.0479 13.1074C14.5014 12.9817 15.0077 13.0966 15.3643 13.4531C15.8913 13.9803 15.8914 14.8352 15.3643 15.3623C14.8371 15.8894 13.9823 15.8893 13.4551 15.3623C13.0993 15.0066 12.9841 14.5016 13.1084 14.0488L13.0557 13.9961C12.2559 13.1964 11.6829 12.6253 11.1982 12.2139C10.7199 11.8078 10.3709 11.5958 10.0312 11.4854C9.36144 11.2677 8.63856 11.2677 7.96875 11.4854C7.6291 11.5958 7.28006 11.8078 6.80176 12.2139C6.31712 12.6253 5.74407 13.1964 4.94434 13.9961L4.89258 14.0469C5.01778 14.5001 4.90312 15.0061 4.54688 15.3623C4.01965 15.8891 3.16476 15.8893 2.6377 15.3623C2.11063 14.8352 2.11092 13.9804 2.6377 13.4531C2.99366 13.0972 3.49917 12.9817 3.95215 13.1064L4.00391 13.0557C4.80364 12.2559 5.37469 11.6829 5.78613 11.1982C6.19216 10.7199 6.40416 10.3709 6.51465 10.0312C6.73228 9.36144 6.73228 8.63856 6.51465 7.96875C6.40416 7.6291 6.19216 7.28006 5.78613 6.80176C5.37469 6.31712 4.80364 5.74407 4.00391 4.94434L3.9502 4.89062C3.49765 5.0146 2.99322 4.90045 2.6377 4.54492C2.11074 4.01776 2.11074 3.1629 2.6377 2.63574C3.16484 2.1086 4.01965 2.10873 4.54688 2.63574C4.9033 2.99217 5.01711 3.49775 4.8916 3.95117L4.94434 4.00391C5.74407 4.80364 6.31712 5.37469 6.80176 5.78613C7.28006 6.19216 7.6291 6.40416 7.96875 6.51465C8.63856 6.73228 9.36144 6.73228 10.0312 6.51465C10.3709 6.40416 10.7199 6.19216 11.1982 5.78613C11.4405 5.58046 11.7052 5.33509 12.0088 5.04102L13.0557 4.00391L13.1084 3.9502C12.9835 3.49712 13.099 2.99184 13.4551 2.63574ZM1.35254 7.64941C2.09799 7.64953 2.7021 8.25355 2.70215 8.99902C2.70215 9.74454 2.09803 10.3485 1.35254 10.3486C0.606955 10.3486 0.00195314 9.74461 0.00195312 8.99902C0.00200586 8.25348 0.606987 7.64941 1.35254 7.64941ZM16.6494 7.64941C17.395 7.64941 17.9999 8.25348 18 8.99902C18 9.74461 17.395 10.3486 16.6494 10.3486C15.904 10.3484 15.2998 9.74445 15.2998 8.99902C15.2999 8.25364 15.9041 7.64966 16.6494 7.64941ZM10.1328 7.86621C9.38849 8.05264 8.61051 8.0528 7.86621 7.86621C8.0528 8.61051 8.05264 9.38849 7.86621 10.1328C8.61036 9.9463 9.38864 9.94646 10.1328 10.1328C9.94646 9.38864 9.9463 8.61036 10.1328 7.86621ZM9.00098 0C9.74643 0 10.3514 0.604204 10.3516 1.34961C10.3516 2.09519 9.74656 2.7002 9.00098 2.7002C8.25545 2.70013 7.65137 2.09515 7.65137 1.34961C7.65158 0.604246 8.25558 6.78237e-05 9.00098 0Z"/></g><defs><clipPath id="svg_d145f061a5__clip0_6065_148105"><path d="M0 0H18V18H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineLlm',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 18 18" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-print`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_c7cdef3726__clip0_6065_112272)"><path d="M10.6511 0.750001C11.2682 0.750001 11.7767 0.749269 12.1891 0.78296C12.6102 0.817398 12.9979 0.891221 13.3614 1.07629C13.9253 1.36375 14.3847 1.823 14.672 2.38696C14.8571 2.75045 14.9309 3.138 14.9654 3.55919C14.9991 3.97186 14.9983 4.48082 14.9983 5.09837V5.59715C15.2105 5.64352 15.4147 5.71015 15.6114 5.81028C16.1753 6.09773 16.6346 6.55693 16.922 7.12094C17.1072 7.48451 17.1809 7.87189 17.2154 8.29318C17.2491 8.70588 17.2483 9.21469 17.2483 9.83236V11.6297C17.2483 11.9482 17.2504 12.1789 17.2241 12.3823C17.0494 13.7329 15.9852 14.7957 14.6347 14.9706C14.6009 14.975 14.5658 14.9775 14.5303 14.9805C14.5268 14.9947 14.5253 15.0093 14.5215 15.0234C14.2443 16.0579 13.4357 16.8665 12.4012 17.1437C11.996 17.2523 11.5244 17.2459 10.8752 17.2459H7.12555C6.47648 17.2459 6.0047 17.2522 5.59956 17.1437C4.56494 16.8665 3.75644 16.058 3.47921 15.0234C3.47543 15.0093 3.47283 14.9948 3.46932 14.9805C3.43438 14.9776 3.40036 14.9749 3.36715 14.9706C2.0157 14.7962 0.950998 13.7326 0.776585 12.3812C0.750422 12.1782 0.752415 11.9477 0.752415 11.6297V9.83236C0.752415 9.21469 0.751655 8.70588 0.785374 8.29318C0.819817 7.87192 0.893506 7.48449 1.07871 7.12094C1.36616 6.55694 1.82533 6.09767 2.38937 5.81028C2.58616 5.71008 2.79008 5.64348 3.0024 5.59715V5.09837C3.0024 4.48079 3.00166 3.97187 3.03536 3.55919C3.0698 3.1379 3.14349 2.75053 3.3287 2.38696C3.61614 1.82283 4.07523 1.36373 4.63936 1.07629C5.00287 0.891171 5.39039 0.817389 5.8116 0.78296C6.22424 0.749277 6.73329 0.750001 7.35077 0.750001H10.6511ZM5.2491 12.7503C5.17721 12.7536 5.15439 12.7586 5.15242 12.7591C5.02265 12.794 4.92147 12.8952 4.88655 13.025C4.88654 13.0249 4.88121 13.0462 4.87776 13.1217C4.87393 13.2057 4.87337 13.3165 4.87337 13.4974C4.87337 14.243 4.88026 14.4697 4.925 14.6367C5.06393 15.1547 5.46825 15.559 5.98628 15.6979C6.15327 15.7427 6.38009 15.7496 7.12555 15.7496H10.8752C11.6201 15.7496 11.8464 15.7426 12.0133 15.6979C12.5315 15.559 12.9368 15.1548 13.0757 14.6367C13.1205 14.4697 13.1274 14.2429 13.1274 13.4974C13.1274 13.3165 13.1268 13.2057 13.123 13.1217C13.1196 13.0469 13.1143 13.0254 13.1142 13.025C13.0793 12.8951 12.9771 12.794 12.8472 12.7591C12.8433 12.7582 12.8194 12.7534 12.7516 12.7503C12.6676 12.7465 12.5559 12.7459 12.3748 12.7459H5.62483C5.44401 12.7459 5.3331 12.7465 5.2491 12.7503ZM5.10078 6.98032C4.45869 6.98032 4.02115 6.98134 3.68355 7.00888C3.35514 7.03573 3.18589 7.0842 3.06832 7.14402C2.78609 7.28791 2.55639 7.5177 2.41244 7.7999C2.35254 7.91747 2.30419 8.08641 2.27731 8.41513C2.24972 8.75277 2.24875 9.19001 2.24875 9.83236V11.6297C2.24875 11.9945 2.25003 12.1063 2.26083 12.19C2.34027 12.8053 2.78784 13.3003 3.37704 13.4512C3.37662 13.1667 3.37422 12.8868 3.44076 12.6383C3.61398 11.9919 4.11933 11.4865 4.7657 11.3133C5.02766 11.2432 5.32456 11.2496 5.62483 11.2496H12.3748C12.6753 11.2496 12.9729 11.2431 13.235 11.3133C13.8813 11.4865 14.3868 11.9919 14.56 12.6383C14.6265 12.8868 14.623 13.1668 14.6226 13.4512C15.2119 13.3004 15.6603 12.8053 15.7399 12.19C15.7507 12.1062 15.752 11.9942 15.752 11.6297V9.83236C15.752 9.19001 15.7521 8.75277 15.7245 8.41513C15.6976 8.08643 15.6482 7.91748 15.5883 7.7999C15.4443 7.51766 15.2147 7.28793 14.9324 7.14402C14.8149 7.08412 14.6458 7.03577 14.3172 7.00888C13.9797 6.98133 13.5428 6.98032 12.901 6.98032H5.10078ZM7.35077 2.24633C6.70866 2.24633 6.27114 2.24735 5.93354 2.2749C5.60498 2.30175 5.43589 2.35018 5.31831 2.41003C5.03599 2.55397 4.80637 2.78359 4.66243 3.06591C4.60253 3.18349 4.55417 3.35237 4.5273 3.68114C4.49973 4.01877 4.49874 4.45613 4.49874 5.09837V5.48619C4.68662 5.48492 4.88744 5.48399 5.10078 5.48399H12.901C13.1142 5.48399 13.3143 5.48491 13.502 5.48619V5.09837C13.502 4.45618 13.5021 4.01875 13.4745 3.68114C13.4477 3.35269 13.3981 3.18348 13.3383 3.06591C13.1944 2.78373 12.9646 2.55395 12.6824 2.41003C12.5649 2.35013 12.3958 2.30178 12.0672 2.2749C11.7297 2.24734 11.2928 2.24633 10.6511 2.24633H7.35077Z"/></g><defs><clipPath id="svg_c7cdef3726__clip0_6065_112272"><path d="M0 0H18V18H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLinePrint',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-reset`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" 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"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineReset',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
package/src/index.js
CHANGED
|
@@ -224,4 +224,20 @@ export { default as IconColorNum } from './IconColorNum/index.vue';
|
|
|
224
224
|
export { default as IconColorSwitch } from './IconColorSwitch/index.vue';
|
|
225
225
|
export { default as IconColorInput } from './IconColorInput/index.vue';
|
|
226
226
|
export { default as IconColorRadio } from './IconColorRadio/index.vue';
|
|
227
|
-
export { default as IconColorTextarea } from './IconColorTextarea/index.vue';
|
|
227
|
+
export { default as IconColorTextarea } from './IconColorTextarea/index.vue';
|
|
228
|
+
export { default as IconLineReset } from './IconLineReset/index.vue';
|
|
229
|
+
export { default as IconLineAlignTop } from './IconLineAlignTop/index.vue';
|
|
230
|
+
export { default as IconLineAlignRight } from './IconLineAlignRight/index.vue';
|
|
231
|
+
export { default as IconLineAlignLeft } from './IconLineAlignLeft/index.vue';
|
|
232
|
+
export { default as IconLineAlignVertically } from './IconLineAlignVertically/index.vue';
|
|
233
|
+
export { default as IconLineAlignCenter } from './IconLineAlignCenter/index.vue';
|
|
234
|
+
export { default as IconLineAlignBottom } from './IconLineAlignBottom/index.vue';
|
|
235
|
+
export { default as IconColorDoc } from './IconColorDoc/index.vue';
|
|
236
|
+
export { default as IconColorPdf } from './IconColorPdf/index.vue';
|
|
237
|
+
export { default as IconColorXls } from './IconColorXls/index.vue';
|
|
238
|
+
export { default as IconLineInfoData } from './IconLineInfoData/index.vue';
|
|
239
|
+
export { default as IconLinePrint } from './IconLinePrint/index.vue';
|
|
240
|
+
export { default as IconLineInternationalization } from './IconLineInternationalization/index.vue';
|
|
241
|
+
export { default as IconIconLineSet2 } from './IconIconLineSet2/index.vue';
|
|
242
|
+
export { default as IconLineLlm } from './IconLineLlm/index.vue';
|
|
243
|
+
export { default as IconColorLogicFlow } from './IconColorLogicFlow/index.vue';
|