@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.
Files changed (56) hide show
  1. package/dist/icon.js +2699 -2103
  2. package/dist/icon.js.map +1 -1
  3. package/dist/icon.min.js +410 -346
  4. package/dist/icon.min.js.map +1 -1
  5. package/esm/IconColorDoc/index.js +55 -0
  6. package/esm/IconColorLogicFlow/index.js +31 -0
  7. package/esm/IconColorPdf/index.js +55 -0
  8. package/esm/IconColorXls/index.js +55 -0
  9. package/esm/IconIconLineSet2/index.js +32 -0
  10. package/esm/IconLineAlignBottom/index.js +36 -0
  11. package/esm/IconLineAlignCenter/index.js +36 -0
  12. package/esm/IconLineAlignLeft/index.js +32 -0
  13. package/esm/IconLineAlignRight/index.js +36 -0
  14. package/esm/IconLineAlignTop/index.js +36 -0
  15. package/esm/IconLineAlignVertically/index.js +36 -0
  16. package/esm/IconLineInfoData/index.js +32 -0
  17. package/esm/IconLineInternationalization/index.js +40 -0
  18. package/esm/IconLineLlm/index.js +40 -0
  19. package/esm/IconLinePrint/index.js +40 -0
  20. package/esm/IconLineReset/index.js +36 -0
  21. package/esm/index.js +16 -0
  22. package/lib/IconColorDoc/index.js +56 -0
  23. package/lib/IconColorLogicFlow/index.js +32 -0
  24. package/lib/IconColorPdf/index.js +56 -0
  25. package/lib/IconColorXls/index.js +56 -0
  26. package/lib/IconIconLineSet2/index.js +33 -0
  27. package/lib/IconLineAlignBottom/index.js +37 -0
  28. package/lib/IconLineAlignCenter/index.js +37 -0
  29. package/lib/IconLineAlignLeft/index.js +33 -0
  30. package/lib/IconLineAlignRight/index.js +37 -0
  31. package/lib/IconLineAlignTop/index.js +37 -0
  32. package/lib/IconLineAlignVertically/index.js +37 -0
  33. package/lib/IconLineInfoData/index.js +33 -0
  34. package/lib/IconLineInternationalization/index.js +41 -0
  35. package/lib/IconLineLlm/index.js +41 -0
  36. package/lib/IconLinePrint/index.js +41 -0
  37. package/lib/IconLineReset/index.js +37 -0
  38. package/lib/index.js +32 -0
  39. package/package.json +1 -1
  40. package/src/IconColorDoc/index.vue +19 -0
  41. package/src/IconColorLogicFlow/index.vue +19 -0
  42. package/src/IconColorPdf/index.vue +19 -0
  43. package/src/IconColorXls/index.vue +19 -0
  44. package/src/IconIconLineSet2/index.vue +19 -0
  45. package/src/IconLineAlignBottom/index.vue +19 -0
  46. package/src/IconLineAlignCenter/index.vue +19 -0
  47. package/src/IconLineAlignLeft/index.vue +19 -0
  48. package/src/IconLineAlignRight/index.vue +19 -0
  49. package/src/IconLineAlignTop/index.vue +19 -0
  50. package/src/IconLineAlignVertically/index.vue +19 -0
  51. package/src/IconLineInfoData/index.vue +19 -0
  52. package/src/IconLineInternationalization/index.vue +19 -0
  53. package/src/IconLineLlm/index.vue +19 -0
  54. package/src/IconLinePrint/index.vue +19 -0
  55. package/src/IconLineReset/index.vue +19 -0
  56. package/src/index.js +17 -1
@@ -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
@@ -225,3 +225,19 @@ export { default as IconColorSwitch } from "./IconColorSwitch/index.js";
225
225
  export { default as IconColorInput } from "./IconColorInput/index.js";
226
226
  export { default as IconColorRadio } from "./IconColorRadio/index.js";
227
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";
235
+ export { default as IconColorDoc } from "./IconColorDoc/index.js";
236
+ export { default as IconColorPdf } from "./IconColorPdf/index.js";
237
+ export { default as IconColorXls } from "./IconColorXls/index.js";
238
+ export { default as IconLineInfoData } from "./IconLineInfoData/index.js";
239
+ export { default as IconLinePrint } from "./IconLinePrint/index.js";
240
+ export { default as IconLineInternationalization } from "./IconLineInternationalization/index.js";
241
+ export { default as IconIconLineSet2 } from "./IconIconLineSet2/index.js";
242
+ export { default as IconLineLlm } from "./IconLineLlm/index.js";
243
+ export { default as IconColorLogicFlow } from "./IconColorLogicFlow/index.js";
@@ -0,0 +1,56 @@
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: "IconColorDoc",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "sc"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: false
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
19
+ /* @__PURE__ */ vue.createElementVNode("pattern", {
20
+ id: "svg_3456e2184b__pattern0_6065_139064",
21
+ patternContentUnits: "objectBoundingBox",
22
+ width: "1",
23
+ height: "1"
24
+ }, [
25
+ /* @__PURE__ */ vue.createElementVNode("use", {
26
+ "xlink:href": "#svg_3456e2184b__image0_6065_139064",
27
+ transform: "scale(.025)"
28
+ })
29
+ ]),
30
+ /* @__PURE__ */ vue.createElementVNode("image", {
31
+ id: "svg_3456e2184b__image0_6065_139064",
32
+ width: "40",
33
+ height: "40",
34
+ preserveAspectRatio: "none",
35
+ "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=="
36
+ })
37
+ ], -1);
38
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
39
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
40
+ viewBox: "0 0 32 32",
41
+ fill: "none",
42
+ xmlns: "http://www.w3.org/2000/svg",
43
+ "xmlns:xlink": "http://www.w3.org/1999/xlink",
44
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color_doc`],
45
+ width: "1em",
46
+ height: "1em"
47
+ }, _ctx.$attrs), [
48
+ vue.createElementVNode("path", {
49
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_3456e2184b__pattern0_6065_139064)",
50
+ d: "M0 0H32V32H0z"
51
+ }, null, 8, _hoisted_1),
52
+ _hoisted_2
53
+ ], 16);
54
+ }
55
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
56
+ 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: "IconColorLogicFlow",
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
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
19
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
20
+ viewBox: "0 0 18 18",
21
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-logic-flow`],
22
+ width: "1em",
23
+ height: "1em"
24
+ }, _ctx.$attrs), [
25
+ vue.createElementVNode("path", {
26
+ 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",
27
+ fill: $props.useCurrentColor ? "currentColor" : "#E67213"
28
+ }, null, 8, _hoisted_1)
29
+ ], 16);
30
+ }
31
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
32
+ module.exports = index;
@@ -0,0 +1,56 @@
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: "IconColorPdf",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "sc"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: false
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
19
+ /* @__PURE__ */ vue.createElementVNode("pattern", {
20
+ id: "svg_d46e3ac0c9__pattern0_6065_68894",
21
+ patternContentUnits: "objectBoundingBox",
22
+ width: "1",
23
+ height: "1"
24
+ }, [
25
+ /* @__PURE__ */ vue.createElementVNode("use", {
26
+ "xlink:href": "#svg_d46e3ac0c9__image0_6065_68894",
27
+ transform: "scale(.025)"
28
+ })
29
+ ]),
30
+ /* @__PURE__ */ vue.createElementVNode("image", {
31
+ id: "svg_d46e3ac0c9__image0_6065_68894",
32
+ width: "40",
33
+ height: "40",
34
+ preserveAspectRatio: "none",
35
+ "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=="
36
+ })
37
+ ], -1);
38
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
39
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
40
+ viewBox: "0 0 32 32",
41
+ fill: "none",
42
+ xmlns: "http://www.w3.org/2000/svg",
43
+ "xmlns:xlink": "http://www.w3.org/1999/xlink",
44
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color_pdf`],
45
+ width: "1em",
46
+ height: "1em"
47
+ }, _ctx.$attrs), [
48
+ vue.createElementVNode("path", {
49
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_d46e3ac0c9__pattern0_6065_68894)",
50
+ d: "M0 0H32V32H0z"
51
+ }, null, 8, _hoisted_1),
52
+ _hoisted_2
53
+ ], 16);
54
+ }
55
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
56
+ module.exports = index;
@@ -0,0 +1,56 @@
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: "IconColorXls",
6
+ props: {
7
+ prefix: {
8
+ type: String,
9
+ default: "sc"
10
+ },
11
+ useCurrentColor: {
12
+ type: Boolean,
13
+ default: false
14
+ }
15
+ }
16
+ };
17
+ const _hoisted_1 = ["fill"];
18
+ const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
19
+ /* @__PURE__ */ vue.createElementVNode("pattern", {
20
+ id: "svg_ccbdf139eb__pattern0_6065_112559",
21
+ patternContentUnits: "objectBoundingBox",
22
+ width: "1",
23
+ height: "1"
24
+ }, [
25
+ /* @__PURE__ */ vue.createElementVNode("use", {
26
+ "xlink:href": "#svg_ccbdf139eb__image0_6065_112559",
27
+ transform: "scale(.025)"
28
+ })
29
+ ]),
30
+ /* @__PURE__ */ vue.createElementVNode("image", {
31
+ id: "svg_ccbdf139eb__image0_6065_112559",
32
+ width: "40",
33
+ height: "40",
34
+ preserveAspectRatio: "none",
35
+ "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"
36
+ })
37
+ ], -1);
38
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
39
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
40
+ viewBox: "0 0 32 32",
41
+ fill: "none",
42
+ xmlns: "http://www.w3.org/2000/svg",
43
+ "xmlns:xlink": "http://www.w3.org/1999/xlink",
44
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color_xls`],
45
+ width: "1em",
46
+ height: "1em"
47
+ }, _ctx.$attrs), [
48
+ vue.createElementVNode("path", {
49
+ fill: $props.useCurrentColor ? "currentColor" : "url(#svg_ccbdf139eb__pattern0_6065_112559)",
50
+ d: "M0 0H32V32H0z"
51
+ }, null, 8, _hoisted_1),
52
+ _hoisted_2
53
+ ], 16);
54
+ }
55
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
56
+ module.exports = index;
@@ -0,0 +1,33 @@
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: "IconIconLineSet2",
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", { 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" }, null, -1);
19
+ const _hoisted_3 = [
20
+ _hoisted_2
21
+ ];
22
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
23
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
24
+ viewBox: "0 0 18 18",
25
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-icon_line_set2`],
28
+ width: "1em",
29
+ height: "1em"
30
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
31
+ }
32
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
33
+ 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: "IconLineAlignBottom",
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: "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"
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-align-bottom`],
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;
@@ -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: "IconLineAlignCenter",
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: "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"
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-align-center`],
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;
@@ -0,0 +1,33 @@
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: "IconLineAlignLeft",
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", { 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);
19
+ const _hoisted_3 = [
20
+ _hoisted_2
21
+ ];
22
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
23
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
24
+ viewBox: "0 0 16 16",
25
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-align-left`],
28
+ width: "1em",
29
+ height: "1em"
30
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
31
+ }
32
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
33
+ 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: "IconLineAlignRight",
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: "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"
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-align-right`],
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;
@@ -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: "IconLineAlignTop",
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: "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"
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-align-top`],
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;
@@ -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: "IconLineAlignVertically",
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: "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"
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-align-vertically`],
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;
@@ -0,0 +1,33 @@
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: "IconLineInfoData",
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", { 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" }, null, -1);
19
+ const _hoisted_3 = [
20
+ _hoisted_2
21
+ ];
22
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
23
+ return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
24
+ viewBox: "0 0 18 18",
25
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-info-data`],
28
+ width: "1em",
29
+ height: "1em"
30
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
31
+ }
32
+ var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
33
+ 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: "IconLineInternationalization",
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_d30e200f40__clip0_6065_148125)" }, [
19
+ /* @__PURE__ */ vue.createElementVNode("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" })
20
+ ], -1);
21
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
22
+ /* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_d30e200f40__clip0_6065_148125" }, [
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-internationalization`],
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;