@arco-iconbox/vue-smartcode 0.1.65 → 0.1.66

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.
@@ -0,0 +1,32 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconLineToolbarImport",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M5.90527 1.50293C6.27254 1.50293 6.57031 1.80071 6.57031 2.16797C6.57031 2.53524 6.27254 2.83301 5.90527 2.83301H5.11328C4.54242 2.83301 4.15361 2.83388 3.85352 2.8584C3.56144 2.8823 3.41113 2.92528 3.30664 2.97852C3.0558 3.10647 2.85154 3.31065 2.72363 3.56152C2.6704 3.66604 2.6274 3.81623 2.60352 4.1084C2.579 4.40854 2.57813 4.79715 2.57813 5.36817V10.6318C2.57813 11.2025 2.57903 11.5906 2.60352 11.8906C2.62738 12.1827 2.67043 12.333 2.72363 12.4375C2.85156 12.6886 3.05562 12.8935 3.30664 13.0215C3.41113 13.0747 3.56142 13.1177 3.85352 13.1416C4.15361 13.1661 4.54242 13.167 5.11328 13.167H10.3779C10.9484 13.167 11.3367 13.1661 11.6367 13.1416C11.9288 13.1177 12.0791 13.0747 12.1836 13.0215C12.4348 12.8935 12.6386 12.6886 12.7666 12.4375C12.8199 12.333 12.8638 12.183 12.8877 11.8906C12.9122 11.5906 12.9121 11.2025 12.9121 10.6318V8.52832C12.9123 8.16145 13.2103 7.86363 13.5771 7.86328C13.9443 7.86328 14.242 8.16124 14.2422 8.52832V10.6318C14.2422 11.1807 14.2428 11.6323 14.2129 11.999C14.1823 12.3736 14.1169 12.7187 13.9521 13.042C13.6966 13.5432 13.2884 13.9506 12.7871 14.2061C12.4639 14.3706 12.1196 14.4362 11.7451 14.4668C11.3784 14.4967 10.9266 14.4971 10.3779 14.4971H5.11328C4.56434 14.4971 4.11192 14.4968 3.74512 14.4668C3.3707 14.4362 3.02625 14.3707 2.70313 14.2061C2.2019 13.9506 1.79354 13.5432 1.53809 13.042C1.37342 12.7187 1.30795 12.3736 1.27735 11.999C1.24741 11.6323 1.24805 11.1806 1.24805 10.6318V5.36817C1.24805 4.8191 1.24737 4.36686 1.27735 4C1.30795 3.62554 1.37349 3.28116 1.53809 2.95801C1.79355 2.45663 2.20178 2.04848 2.70313 1.79297C3.02623 1.62837 3.37073 1.56285 3.74512 1.53223C4.11192 1.50226 4.56434 1.50293 5.11328 1.50293H5.90527ZM14.0869 1.77246C14.4539 1.77272 14.7518 2.07056 14.752 2.4375C14.7518 2.80461 14.4531 3.10254 14.0859 3.10254C12.655 3.10257 11.5899 3.27816 10.667 4.05762C9.82634 4.76775 9.02248 6.04769 8.26953 8.40039L9.72656 7.44336C10.0333 7.24192 10.4466 7.32737 10.6484 7.63379C10.8501 7.94045 10.7643 8.35278 10.458 8.55469L7.63086 10.4131C7.32397 10.6148 6.91172 10.5295 6.70996 10.2227L4.86231 7.41309C4.66059 7.10625 4.74595 6.69396 5.05274 6.49219C5.35962 6.29044 5.77186 6.37576 5.97363 6.68262L6.94922 8.16602C7.74905 5.60601 8.67044 4.00308 9.80957 3.04102C11.1007 1.95082 12.565 1.77245 14.0869 1.77246Z" }, null, -1);
18
+ const _hoisted_3 = [
19
+ _hoisted_2
20
+ ];
21
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
+ return openBlock(), createElementBlock("svg", mergeProps({
23
+ viewBox: "0 0 16 16",
24
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-toolbar-import`],
27
+ width: "1em",
28
+ height: "1em"
29
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
30
+ }
31
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
+ export { index as default };
@@ -0,0 +1,32 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconLineToolbarPreview",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M4.68896 1.0325C5.06407 0.996585 5.39667 1.07888 5.72412 1.21414C6.03399 1.34218 6.38579 1.53805 6.78955 1.76199C7.69025 2.26156 8.75218 2.87071 9.88916 3.56277C11.043 4.26509 12.1195 4.95923 13.0278 5.5618C13.4608 5.84901 13.8278 6.09125 14.104 6.31765C14.3883 6.55068 14.6356 6.81289 14.7827 7.16629C14.9977 7.68312 14.9984 8.31144 14.7837 8.8284C14.6367 9.18215 14.3885 9.44462 14.104 9.67801C13.8275 9.90481 13.4596 10.1477 13.0259 10.4358C12.1017 11.0496 11.0165 11.7506 9.88916 12.4368C8.78232 13.1105 7.71619 13.7215 6.80225 14.2278C6.3937 14.4541 6.03886 14.6515 5.72705 14.7805C5.39808 14.9167 5.0634 15.0004 4.68701 14.9641C4.13642 14.911 3.54515 14.5903 3.20068 14.1575C2.96759 13.8646 2.8549 13.5451 2.78955 13.2005C2.72808 12.8761 2.70101 12.4826 2.66943 12.0345C2.59279 10.9467 2.53467 9.59544 2.53467 8.00027C2.53467 6.39644 2.59413 5.03931 2.67139 3.94851C2.70284 3.50448 2.72896 3.11398 2.79053 2.79129C2.85606 2.44795 2.96907 2.13019 3.20166 1.83816C3.54568 1.40634 4.13938 1.0852 4.68896 1.0325ZM4.81592 2.35574C4.62538 2.37405 4.36202 2.51757 4.24268 2.66726C4.18535 2.73927 4.13666 2.83361 4.09717 3.04031C4.05371 3.26808 4.03118 3.56759 3.99756 4.04226C3.92243 5.10295 3.86475 6.42895 3.86475 8.00027C3.86475 9.56332 3.92204 10.8838 3.99658 11.9417C4.03032 12.4204 4.05256 12.7232 4.09619 12.9534C4.13599 13.1631 4.18494 13.2581 4.2417 13.3294C4.3617 13.4799 4.62337 13.6224 4.81494 13.6409C4.90182 13.6492 5.01016 13.6381 5.21826 13.552C5.44403 13.4586 5.72283 13.3057 6.15771 13.0647C7.0596 12.5651 8.10966 11.9634 9.19775 11.3011C10.3063 10.6263 11.3765 9.93544 12.2905 9.3284C12.7472 9.02509 13.0477 8.82397 13.2603 8.64969C13.4643 8.48234 13.527 8.38632 13.5552 8.31863C13.6342 8.12845 13.6342 7.86718 13.5552 7.67703C13.5269 7.60916 13.4648 7.51282 13.2612 7.34598C13.0492 7.17216 12.7484 6.97267 12.2925 6.67019C11.3952 6.07493 10.3337 5.39093 9.19775 4.69949C8.07842 4.01816 7.03204 3.4176 6.14404 2.92508C5.7139 2.6865 5.43928 2.53577 5.21631 2.44363C5.01141 2.35899 4.90398 2.34735 4.81592 2.35574Z" }, null, -1);
18
+ const _hoisted_3 = [
19
+ _hoisted_2
20
+ ];
21
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
+ return openBlock(), createElementBlock("svg", mergeProps({
23
+ viewBox: "0 0 16 16",
24
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-toolbar-preview`],
27
+ width: "1em",
28
+ height: "1em"
29
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
30
+ }
31
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
+ export { index as default };
@@ -0,0 +1,40 @@
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: "IconLineToolbarVerify",
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("g", { "clip-path": "url(#svg_49274d40a3__clip0_8944_10986)" }, [
18
+ /* @__PURE__ */ createElementVNode("path", { d: "M7.04248 0.95459C7.40962 0.95474 7.70752 1.25245 7.70752 1.61963C7.70735 1.98666 7.40952 2.28452 7.04248 2.28467H6.41943C5.56849 2.28467 4.97028 2.28559 4.50342 2.32373C4.04429 2.36124 3.77058 2.43179 3.55908 2.53955C3.12021 2.76334 2.76332 3.12019 2.53955 3.55908C2.43186 3.77055 2.36123 4.04446 2.32373 4.50342C2.28561 4.97023 2.28467 5.56868 2.28467 6.41943V9.58057C2.28467 10.4313 2.28561 11.0298 2.32373 11.4966C2.36125 11.9555 2.43181 12.2295 2.53955 12.4409C2.76339 12.8799 3.12005 13.2377 3.55908 13.4614C3.77056 13.5691 4.0444 13.6397 4.50342 13.6772C4.97026 13.7154 5.56855 13.7153 6.41943 13.7153H9.58057C10.4314 13.7153 11.0297 13.7154 11.4966 13.6772C11.9556 13.6397 12.2294 13.5692 12.4409 13.4614C12.8801 13.2376 13.2376 12.8801 13.4614 12.4409C13.5692 12.2295 13.6397 11.9555 13.6772 11.4966C13.7154 11.0298 13.7153 10.4313 13.7153 9.58057V8.95752C13.7156 8.59055 14.0134 8.29359 14.3804 8.29346C14.7475 8.29347 15.0451 8.59048 15.0454 8.95752V9.58057C15.0454 10.4094 15.046 11.0715 15.0024 11.605C14.9582 12.1462 14.8652 12.6143 14.646 13.0444C14.2946 13.7339 13.734 14.2947 13.0444 14.646C12.6142 14.8652 12.1463 14.9582 11.605 15.0024C11.0714 15.046 10.4096 15.0454 9.58057 15.0454H6.41943C5.59045 15.0454 4.92859 15.046 4.39502 15.0024C3.85373 14.9582 3.38574 14.8651 2.95557 14.646C2.26614 14.2947 1.70535 13.7339 1.354 13.0444C1.13486 12.6143 1.0418 12.1462 0.997559 11.605C0.953981 11.0715 0.95459 10.4094 0.95459 9.58057V6.41943C0.95459 5.59058 0.95399 4.92854 0.997559 4.39502C1.04178 3.85376 1.13488 3.38573 1.354 2.95557C1.70535 2.26608 2.26609 1.70537 2.95557 1.354C3.38579 1.13479 3.85366 1.04179 4.39502 0.997559C4.92859 0.953964 5.59042 0.95459 6.41943 0.95459H7.04248ZM12.9077 2.74072C13.1675 2.48151 13.5886 2.48215 13.8481 2.7417C14.1072 3.00145 14.1067 3.42264 13.8472 3.68213L9.23291 8.29541C9.04278 8.48553 8.87222 8.65773 8.71924 8.7876C8.56034 8.92244 8.37669 9.05151 8.146 9.12646C7.81171 9.23497 7.45096 9.23507 7.1167 9.12646C6.886 9.05144 6.70236 8.92248 6.54346 8.7876C6.39047 8.6577 6.21992 8.48554 6.02979 8.29541L4.91455 7.18018C4.65518 6.92056 4.65524 6.49939 4.91455 6.23975C5.17418 5.98022 5.5953 5.98031 5.85498 6.23975L6.97021 7.35498C7.1759 7.56067 7.30278 7.68733 7.40479 7.77393C7.45206 7.81403 7.48345 7.83578 7.50342 7.84814C7.51291 7.85402 7.51943 7.85722 7.52295 7.85889C7.526 7.86033 7.52734 7.86163 7.52783 7.86182C7.5949 7.88361 7.66776 7.88347 7.73486 7.86182C7.73521 7.8617 7.73752 7.86042 7.74072 7.85889C7.74426 7.8572 7.75115 7.85376 7.76025 7.84814C7.78025 7.83574 7.81185 7.81383 7.85889 7.77393C7.96086 7.68736 8.08689 7.56056 8.29248 7.35498L12.9077 2.74072Z" })
19
+ ], -1);
20
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("defs", null, [
21
+ /* @__PURE__ */ createElementVNode("clipPath", { id: "svg_49274d40a3__clip0_8944_10986" }, [
22
+ /* @__PURE__ */ createElementVNode("path", { d: "M0 0H16V16H0z" })
23
+ ])
24
+ ], -1);
25
+ const _hoisted_4 = [
26
+ _hoisted_2,
27
+ _hoisted_3
28
+ ];
29
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
30
+ return openBlock(), createElementBlock("svg", mergeProps({
31
+ viewBox: "0 0 16 16",
32
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-toolbar-verify`],
35
+ width: "1em",
36
+ height: "1em"
37
+ }, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
38
+ }
39
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
40
+ export { index as default };
package/esm/index.js CHANGED
@@ -332,3 +332,6 @@ export { default as IconFillSend } from "./IconFillSend/index.js";
332
332
  export { default as IconFillTask } from "./IconFillTask/index.js";
333
333
  export { default as IconLineUpload } from "./IconLineUpload/index.js";
334
334
  export { default as IconColorQdrant } from "./IconColorQdrant/index.js";
335
+ export { default as IconLineToolbarPreview } from "./IconLineToolbarPreview/index.js";
336
+ export { default as IconLineToolbarVerify } from "./IconLineToolbarVerify/index.js";
337
+ export { default as IconLineToolbarImport } from "./IconLineToolbarImport/index.js";
@@ -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: "IconLineToolbarImport",
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: "M5.90527 1.50293C6.27254 1.50293 6.57031 1.80071 6.57031 2.16797C6.57031 2.53524 6.27254 2.83301 5.90527 2.83301H5.11328C4.54242 2.83301 4.15361 2.83388 3.85352 2.8584C3.56144 2.8823 3.41113 2.92528 3.30664 2.97852C3.0558 3.10647 2.85154 3.31065 2.72363 3.56152C2.6704 3.66604 2.6274 3.81623 2.60352 4.1084C2.579 4.40854 2.57813 4.79715 2.57813 5.36817V10.6318C2.57813 11.2025 2.57903 11.5906 2.60352 11.8906C2.62738 12.1827 2.67043 12.333 2.72363 12.4375C2.85156 12.6886 3.05562 12.8935 3.30664 13.0215C3.41113 13.0747 3.56142 13.1177 3.85352 13.1416C4.15361 13.1661 4.54242 13.167 5.11328 13.167H10.3779C10.9484 13.167 11.3367 13.1661 11.6367 13.1416C11.9288 13.1177 12.0791 13.0747 12.1836 13.0215C12.4348 12.8935 12.6386 12.6886 12.7666 12.4375C12.8199 12.333 12.8638 12.183 12.8877 11.8906C12.9122 11.5906 12.9121 11.2025 12.9121 10.6318V8.52832C12.9123 8.16145 13.2103 7.86363 13.5771 7.86328C13.9443 7.86328 14.242 8.16124 14.2422 8.52832V10.6318C14.2422 11.1807 14.2428 11.6323 14.2129 11.999C14.1823 12.3736 14.1169 12.7187 13.9521 13.042C13.6966 13.5432 13.2884 13.9506 12.7871 14.2061C12.4639 14.3706 12.1196 14.4362 11.7451 14.4668C11.3784 14.4967 10.9266 14.4971 10.3779 14.4971H5.11328C4.56434 14.4971 4.11192 14.4968 3.74512 14.4668C3.3707 14.4362 3.02625 14.3707 2.70313 14.2061C2.2019 13.9506 1.79354 13.5432 1.53809 13.042C1.37342 12.7187 1.30795 12.3736 1.27735 11.999C1.24741 11.6323 1.24805 11.1806 1.24805 10.6318V5.36817C1.24805 4.8191 1.24737 4.36686 1.27735 4C1.30795 3.62554 1.37349 3.28116 1.53809 2.95801C1.79355 2.45663 2.20178 2.04848 2.70313 1.79297C3.02623 1.62837 3.37073 1.56285 3.74512 1.53223C4.11192 1.50226 4.56434 1.50293 5.11328 1.50293H5.90527ZM14.0869 1.77246C14.4539 1.77272 14.7518 2.07056 14.752 2.4375C14.7518 2.80461 14.4531 3.10254 14.0859 3.10254C12.655 3.10257 11.5899 3.27816 10.667 4.05762C9.82634 4.76775 9.02248 6.04769 8.26953 8.40039L9.72656 7.44336C10.0333 7.24192 10.4466 7.32737 10.6484 7.63379C10.8501 7.94045 10.7643 8.35278 10.458 8.55469L7.63086 10.4131C7.32397 10.6148 6.91172 10.5295 6.70996 10.2227L4.86231 7.41309C4.66059 7.10625 4.74595 6.69396 5.05274 6.49219C5.35962 6.29044 5.77186 6.37576 5.97363 6.68262L6.94922 8.16602C7.74905 5.60601 8.67044 4.00308 9.80957 3.04102C11.1007 1.95082 12.565 1.77245 14.0869 1.77246Z" }, 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-toolbar-import`],
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,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: "IconLineToolbarPreview",
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: "M4.68896 1.0325C5.06407 0.996585 5.39667 1.07888 5.72412 1.21414C6.03399 1.34218 6.38579 1.53805 6.78955 1.76199C7.69025 2.26156 8.75218 2.87071 9.88916 3.56277C11.043 4.26509 12.1195 4.95923 13.0278 5.5618C13.4608 5.84901 13.8278 6.09125 14.104 6.31765C14.3883 6.55068 14.6356 6.81289 14.7827 7.16629C14.9977 7.68312 14.9984 8.31144 14.7837 8.8284C14.6367 9.18215 14.3885 9.44462 14.104 9.67801C13.8275 9.90481 13.4596 10.1477 13.0259 10.4358C12.1017 11.0496 11.0165 11.7506 9.88916 12.4368C8.78232 13.1105 7.71619 13.7215 6.80225 14.2278C6.3937 14.4541 6.03886 14.6515 5.72705 14.7805C5.39808 14.9167 5.0634 15.0004 4.68701 14.9641C4.13642 14.911 3.54515 14.5903 3.20068 14.1575C2.96759 13.8646 2.8549 13.5451 2.78955 13.2005C2.72808 12.8761 2.70101 12.4826 2.66943 12.0345C2.59279 10.9467 2.53467 9.59544 2.53467 8.00027C2.53467 6.39644 2.59413 5.03931 2.67139 3.94851C2.70284 3.50448 2.72896 3.11398 2.79053 2.79129C2.85606 2.44795 2.96907 2.13019 3.20166 1.83816C3.54568 1.40634 4.13938 1.0852 4.68896 1.0325ZM4.81592 2.35574C4.62538 2.37405 4.36202 2.51757 4.24268 2.66726C4.18535 2.73927 4.13666 2.83361 4.09717 3.04031C4.05371 3.26808 4.03118 3.56759 3.99756 4.04226C3.92243 5.10295 3.86475 6.42895 3.86475 8.00027C3.86475 9.56332 3.92204 10.8838 3.99658 11.9417C4.03032 12.4204 4.05256 12.7232 4.09619 12.9534C4.13599 13.1631 4.18494 13.2581 4.2417 13.3294C4.3617 13.4799 4.62337 13.6224 4.81494 13.6409C4.90182 13.6492 5.01016 13.6381 5.21826 13.552C5.44403 13.4586 5.72283 13.3057 6.15771 13.0647C7.0596 12.5651 8.10966 11.9634 9.19775 11.3011C10.3063 10.6263 11.3765 9.93544 12.2905 9.3284C12.7472 9.02509 13.0477 8.82397 13.2603 8.64969C13.4643 8.48234 13.527 8.38632 13.5552 8.31863C13.6342 8.12845 13.6342 7.86718 13.5552 7.67703C13.5269 7.60916 13.4648 7.51282 13.2612 7.34598C13.0492 7.17216 12.7484 6.97267 12.2925 6.67019C11.3952 6.07493 10.3337 5.39093 9.19775 4.69949C8.07842 4.01816 7.03204 3.4176 6.14404 2.92508C5.7139 2.6865 5.43928 2.53577 5.21631 2.44363C5.01141 2.35899 4.90398 2.34735 4.81592 2.35574Z" }, 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-toolbar-preview`],
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: "IconLineToolbarVerify",
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_49274d40a3__clip0_8944_10986)" }, [
19
+ /* @__PURE__ */ vue.createElementVNode("path", { d: "M7.04248 0.95459C7.40962 0.95474 7.70752 1.25245 7.70752 1.61963C7.70735 1.98666 7.40952 2.28452 7.04248 2.28467H6.41943C5.56849 2.28467 4.97028 2.28559 4.50342 2.32373C4.04429 2.36124 3.77058 2.43179 3.55908 2.53955C3.12021 2.76334 2.76332 3.12019 2.53955 3.55908C2.43186 3.77055 2.36123 4.04446 2.32373 4.50342C2.28561 4.97023 2.28467 5.56868 2.28467 6.41943V9.58057C2.28467 10.4313 2.28561 11.0298 2.32373 11.4966C2.36125 11.9555 2.43181 12.2295 2.53955 12.4409C2.76339 12.8799 3.12005 13.2377 3.55908 13.4614C3.77056 13.5691 4.0444 13.6397 4.50342 13.6772C4.97026 13.7154 5.56855 13.7153 6.41943 13.7153H9.58057C10.4314 13.7153 11.0297 13.7154 11.4966 13.6772C11.9556 13.6397 12.2294 13.5692 12.4409 13.4614C12.8801 13.2376 13.2376 12.8801 13.4614 12.4409C13.5692 12.2295 13.6397 11.9555 13.6772 11.4966C13.7154 11.0298 13.7153 10.4313 13.7153 9.58057V8.95752C13.7156 8.59055 14.0134 8.29359 14.3804 8.29346C14.7475 8.29347 15.0451 8.59048 15.0454 8.95752V9.58057C15.0454 10.4094 15.046 11.0715 15.0024 11.605C14.9582 12.1462 14.8652 12.6143 14.646 13.0444C14.2946 13.7339 13.734 14.2947 13.0444 14.646C12.6142 14.8652 12.1463 14.9582 11.605 15.0024C11.0714 15.046 10.4096 15.0454 9.58057 15.0454H6.41943C5.59045 15.0454 4.92859 15.046 4.39502 15.0024C3.85373 14.9582 3.38574 14.8651 2.95557 14.646C2.26614 14.2947 1.70535 13.7339 1.354 13.0444C1.13486 12.6143 1.0418 12.1462 0.997559 11.605C0.953981 11.0715 0.95459 10.4094 0.95459 9.58057V6.41943C0.95459 5.59058 0.95399 4.92854 0.997559 4.39502C1.04178 3.85376 1.13488 3.38573 1.354 2.95557C1.70535 2.26608 2.26609 1.70537 2.95557 1.354C3.38579 1.13479 3.85366 1.04179 4.39502 0.997559C4.92859 0.953964 5.59042 0.95459 6.41943 0.95459H7.04248ZM12.9077 2.74072C13.1675 2.48151 13.5886 2.48215 13.8481 2.7417C14.1072 3.00145 14.1067 3.42264 13.8472 3.68213L9.23291 8.29541C9.04278 8.48553 8.87222 8.65773 8.71924 8.7876C8.56034 8.92244 8.37669 9.05151 8.146 9.12646C7.81171 9.23497 7.45096 9.23507 7.1167 9.12646C6.886 9.05144 6.70236 8.92248 6.54346 8.7876C6.39047 8.6577 6.21992 8.48554 6.02979 8.29541L4.91455 7.18018C4.65518 6.92056 4.65524 6.49939 4.91455 6.23975C5.17418 5.98022 5.5953 5.98031 5.85498 6.23975L6.97021 7.35498C7.1759 7.56067 7.30278 7.68733 7.40479 7.77393C7.45206 7.81403 7.48345 7.83578 7.50342 7.84814C7.51291 7.85402 7.51943 7.85722 7.52295 7.85889C7.526 7.86033 7.52734 7.86163 7.52783 7.86182C7.5949 7.88361 7.66776 7.88347 7.73486 7.86182C7.73521 7.8617 7.73752 7.86042 7.74072 7.85889C7.74426 7.8572 7.75115 7.85376 7.76025 7.84814C7.78025 7.83574 7.81185 7.81383 7.85889 7.77393C7.96086 7.68736 8.08689 7.56056 8.29248 7.35498L12.9077 2.74072Z" })
20
+ ], -1);
21
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("defs", null, [
22
+ /* @__PURE__ */ vue.createElementVNode("clipPath", { id: "svg_49274d40a3__clip0_8944_10986" }, [
23
+ /* @__PURE__ */ vue.createElementVNode("path", { d: "M0 0H16V16H0z" })
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 16 16",
33
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
34
+ xmlns: "http://www.w3.org/2000/svg",
35
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-toolbar-verify`],
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;
package/lib/index.js CHANGED
@@ -334,6 +334,9 @@ var index$5a = require("./IconFillSend/index.js");
334
334
  var index$5b = require("./IconFillTask/index.js");
335
335
  var index$5c = require("./IconLineUpload/index.js");
336
336
  var index$5d = require("./IconColorQdrant/index.js");
337
+ var index$5e = require("./IconLineToolbarPreview/index.js");
338
+ var index$5f = require("./IconLineToolbarVerify/index.js");
339
+ var index$5g = require("./IconLineToolbarImport/index.js");
337
340
  exports.IconFillHeart = index;
338
341
  exports.IconFillMute = index$1;
339
342
  exports.IconFillSound = index$2;
@@ -668,3 +671,6 @@ exports.IconFillSend = index$5a;
668
671
  exports.IconFillTask = index$5b;
669
672
  exports.IconLineUpload = index$5c;
670
673
  exports.IconColorQdrant = index$5d;
674
+ exports.IconLineToolbarPreview = index$5e;
675
+ exports.IconLineToolbarVerify = index$5f;
676
+ exports.IconLineToolbarImport = index$5g;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-smartcode",
3
- "version": "0.1.65",
3
+ "version": "0.1.66",
4
4
  "main": "lib/index.js",
5
5
  "module": "esm/index.js",
6
6
  "license": "ISC",
@@ -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-toolbar-import`]" width="1em" height="1em" v-bind="$attrs"><path d="M5.90527 1.50293C6.27254 1.50293 6.57031 1.80071 6.57031 2.16797C6.57031 2.53524 6.27254 2.83301 5.90527 2.83301H5.11328C4.54242 2.83301 4.15361 2.83388 3.85352 2.8584C3.56144 2.8823 3.41113 2.92528 3.30664 2.97852C3.0558 3.10647 2.85154 3.31065 2.72363 3.56152C2.6704 3.66604 2.6274 3.81623 2.60352 4.1084C2.579 4.40854 2.57813 4.79715 2.57813 5.36817V10.6318C2.57813 11.2025 2.57903 11.5906 2.60352 11.8906C2.62738 12.1827 2.67043 12.333 2.72363 12.4375C2.85156 12.6886 3.05562 12.8935 3.30664 13.0215C3.41113 13.0747 3.56142 13.1177 3.85352 13.1416C4.15361 13.1661 4.54242 13.167 5.11328 13.167H10.3779C10.9484 13.167 11.3367 13.1661 11.6367 13.1416C11.9288 13.1177 12.0791 13.0747 12.1836 13.0215C12.4348 12.8935 12.6386 12.6886 12.7666 12.4375C12.8199 12.333 12.8638 12.183 12.8877 11.8906C12.9122 11.5906 12.9121 11.2025 12.9121 10.6318V8.52832C12.9123 8.16145 13.2103 7.86363 13.5771 7.86328C13.9443 7.86328 14.242 8.16124 14.2422 8.52832V10.6318C14.2422 11.1807 14.2428 11.6323 14.2129 11.999C14.1823 12.3736 14.1169 12.7187 13.9521 13.042C13.6966 13.5432 13.2884 13.9506 12.7871 14.2061C12.4639 14.3706 12.1196 14.4362 11.7451 14.4668C11.3784 14.4967 10.9266 14.4971 10.3779 14.4971H5.11328C4.56434 14.4971 4.11192 14.4968 3.74512 14.4668C3.3707 14.4362 3.02625 14.3707 2.70313 14.2061C2.2019 13.9506 1.79354 13.5432 1.53809 13.042C1.37342 12.7187 1.30795 12.3736 1.27735 11.999C1.24741 11.6323 1.24805 11.1806 1.24805 10.6318V5.36817C1.24805 4.8191 1.24737 4.36686 1.27735 4C1.30795 3.62554 1.37349 3.28116 1.53809 2.95801C1.79355 2.45663 2.20178 2.04848 2.70313 1.79297C3.02623 1.62837 3.37073 1.56285 3.74512 1.53223C4.11192 1.50226 4.56434 1.50293 5.11328 1.50293H5.90527ZM14.0869 1.77246C14.4539 1.77272 14.7518 2.07056 14.752 2.4375C14.7518 2.80461 14.4531 3.10254 14.0859 3.10254C12.655 3.10257 11.5899 3.27816 10.667 4.05762C9.82634 4.76775 9.02248 6.04769 8.26953 8.40039L9.72656 7.44336C10.0333 7.24192 10.4466 7.32737 10.6484 7.63379C10.8501 7.94045 10.7643 8.35278 10.458 8.55469L7.63086 10.4131C7.32397 10.6148 6.91172 10.5295 6.70996 10.2227L4.86231 7.41309C4.66059 7.10625 4.74595 6.69396 5.05274 6.49219C5.35962 6.29044 5.77186 6.37576 5.97363 6.68262L6.94922 8.16602C7.74905 5.60601 8.67044 4.00308 9.80957 3.04102C11.1007 1.95082 12.565 1.77245 14.0869 1.77246Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineToolbarImport',
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-toolbar-preview`]" width="1em" height="1em" v-bind="$attrs"><path d="M4.68896 1.0325C5.06407 0.996585 5.39667 1.07888 5.72412 1.21414C6.03399 1.34218 6.38579 1.53805 6.78955 1.76199C7.69025 2.26156 8.75218 2.87071 9.88916 3.56277C11.043 4.26509 12.1195 4.95923 13.0278 5.5618C13.4608 5.84901 13.8278 6.09125 14.104 6.31765C14.3883 6.55068 14.6356 6.81289 14.7827 7.16629C14.9977 7.68312 14.9984 8.31144 14.7837 8.8284C14.6367 9.18215 14.3885 9.44462 14.104 9.67801C13.8275 9.90481 13.4596 10.1477 13.0259 10.4358C12.1017 11.0496 11.0165 11.7506 9.88916 12.4368C8.78232 13.1105 7.71619 13.7215 6.80225 14.2278C6.3937 14.4541 6.03886 14.6515 5.72705 14.7805C5.39808 14.9167 5.0634 15.0004 4.68701 14.9641C4.13642 14.911 3.54515 14.5903 3.20068 14.1575C2.96759 13.8646 2.8549 13.5451 2.78955 13.2005C2.72808 12.8761 2.70101 12.4826 2.66943 12.0345C2.59279 10.9467 2.53467 9.59544 2.53467 8.00027C2.53467 6.39644 2.59413 5.03931 2.67139 3.94851C2.70284 3.50448 2.72896 3.11398 2.79053 2.79129C2.85606 2.44795 2.96907 2.13019 3.20166 1.83816C3.54568 1.40634 4.13938 1.0852 4.68896 1.0325ZM4.81592 2.35574C4.62538 2.37405 4.36202 2.51757 4.24268 2.66726C4.18535 2.73927 4.13666 2.83361 4.09717 3.04031C4.05371 3.26808 4.03118 3.56759 3.99756 4.04226C3.92243 5.10295 3.86475 6.42895 3.86475 8.00027C3.86475 9.56332 3.92204 10.8838 3.99658 11.9417C4.03032 12.4204 4.05256 12.7232 4.09619 12.9534C4.13599 13.1631 4.18494 13.2581 4.2417 13.3294C4.3617 13.4799 4.62337 13.6224 4.81494 13.6409C4.90182 13.6492 5.01016 13.6381 5.21826 13.552C5.44403 13.4586 5.72283 13.3057 6.15771 13.0647C7.0596 12.5651 8.10966 11.9634 9.19775 11.3011C10.3063 10.6263 11.3765 9.93544 12.2905 9.3284C12.7472 9.02509 13.0477 8.82397 13.2603 8.64969C13.4643 8.48234 13.527 8.38632 13.5552 8.31863C13.6342 8.12845 13.6342 7.86718 13.5552 7.67703C13.5269 7.60916 13.4648 7.51282 13.2612 7.34598C13.0492 7.17216 12.7484 6.97267 12.2925 6.67019C11.3952 6.07493 10.3337 5.39093 9.19775 4.69949C8.07842 4.01816 7.03204 3.4176 6.14404 2.92508C5.7139 2.6865 5.43928 2.53577 5.21631 2.44363C5.01141 2.35899 4.90398 2.34735 4.81592 2.35574Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineToolbarPreview',
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-toolbar-verify`]" width="1em" height="1em" v-bind="$attrs"><g clip-path="url(#svg_49274d40a3__clip0_8944_10986)"><path d="M7.04248 0.95459C7.40962 0.95474 7.70752 1.25245 7.70752 1.61963C7.70735 1.98666 7.40952 2.28452 7.04248 2.28467H6.41943C5.56849 2.28467 4.97028 2.28559 4.50342 2.32373C4.04429 2.36124 3.77058 2.43179 3.55908 2.53955C3.12021 2.76334 2.76332 3.12019 2.53955 3.55908C2.43186 3.77055 2.36123 4.04446 2.32373 4.50342C2.28561 4.97023 2.28467 5.56868 2.28467 6.41943V9.58057C2.28467 10.4313 2.28561 11.0298 2.32373 11.4966C2.36125 11.9555 2.43181 12.2295 2.53955 12.4409C2.76339 12.8799 3.12005 13.2377 3.55908 13.4614C3.77056 13.5691 4.0444 13.6397 4.50342 13.6772C4.97026 13.7154 5.56855 13.7153 6.41943 13.7153H9.58057C10.4314 13.7153 11.0297 13.7154 11.4966 13.6772C11.9556 13.6397 12.2294 13.5692 12.4409 13.4614C12.8801 13.2376 13.2376 12.8801 13.4614 12.4409C13.5692 12.2295 13.6397 11.9555 13.6772 11.4966C13.7154 11.0298 13.7153 10.4313 13.7153 9.58057V8.95752C13.7156 8.59055 14.0134 8.29359 14.3804 8.29346C14.7475 8.29347 15.0451 8.59048 15.0454 8.95752V9.58057C15.0454 10.4094 15.046 11.0715 15.0024 11.605C14.9582 12.1462 14.8652 12.6143 14.646 13.0444C14.2946 13.7339 13.734 14.2947 13.0444 14.646C12.6142 14.8652 12.1463 14.9582 11.605 15.0024C11.0714 15.046 10.4096 15.0454 9.58057 15.0454H6.41943C5.59045 15.0454 4.92859 15.046 4.39502 15.0024C3.85373 14.9582 3.38574 14.8651 2.95557 14.646C2.26614 14.2947 1.70535 13.7339 1.354 13.0444C1.13486 12.6143 1.0418 12.1462 0.997559 11.605C0.953981 11.0715 0.95459 10.4094 0.95459 9.58057V6.41943C0.95459 5.59058 0.95399 4.92854 0.997559 4.39502C1.04178 3.85376 1.13488 3.38573 1.354 2.95557C1.70535 2.26608 2.26609 1.70537 2.95557 1.354C3.38579 1.13479 3.85366 1.04179 4.39502 0.997559C4.92859 0.953964 5.59042 0.95459 6.41943 0.95459H7.04248ZM12.9077 2.74072C13.1675 2.48151 13.5886 2.48215 13.8481 2.7417C14.1072 3.00145 14.1067 3.42264 13.8472 3.68213L9.23291 8.29541C9.04278 8.48553 8.87222 8.65773 8.71924 8.7876C8.56034 8.92244 8.37669 9.05151 8.146 9.12646C7.81171 9.23497 7.45096 9.23507 7.1167 9.12646C6.886 9.05144 6.70236 8.92248 6.54346 8.7876C6.39047 8.6577 6.21992 8.48554 6.02979 8.29541L4.91455 7.18018C4.65518 6.92056 4.65524 6.49939 4.91455 6.23975C5.17418 5.98022 5.5953 5.98031 5.85498 6.23975L6.97021 7.35498C7.1759 7.56067 7.30278 7.68733 7.40479 7.77393C7.45206 7.81403 7.48345 7.83578 7.50342 7.84814C7.51291 7.85402 7.51943 7.85722 7.52295 7.85889C7.526 7.86033 7.52734 7.86163 7.52783 7.86182C7.5949 7.88361 7.66776 7.88347 7.73486 7.86182C7.73521 7.8617 7.73752 7.86042 7.74072 7.85889C7.74426 7.8572 7.75115 7.85376 7.76025 7.84814C7.78025 7.83574 7.81185 7.81383 7.85889 7.77393C7.96086 7.68736 8.08689 7.56056 8.29248 7.35498L12.9077 2.74072Z"/></g><defs><clipPath id="svg_49274d40a3__clip0_8944_10986"><path d="M0 0H16V16H0z"/></clipPath></defs></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineToolbarVerify',
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
@@ -331,4 +331,7 @@ export { default as IconFillActivity } from './IconFillActivity/index.vue';
331
331
  export { default as IconFillSend } from './IconFillSend/index.vue';
332
332
  export { default as IconFillTask } from './IconFillTask/index.vue';
333
333
  export { default as IconLineUpload } from './IconLineUpload/index.vue';
334
- export { default as IconColorQdrant } from './IconColorQdrant/index.vue';
334
+ export { default as IconColorQdrant } from './IconColorQdrant/index.vue';
335
+ export { default as IconLineToolbarPreview } from './IconLineToolbarPreview/index.vue';
336
+ export { default as IconLineToolbarVerify } from './IconLineToolbarVerify/index.vue';
337
+ export { default as IconLineToolbarImport } from './IconLineToolbarImport/index.vue';