@arco-iconbox/vue-smartcode 0.1.30 → 0.1.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,36 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconLineAlignBottom",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
+ "fill-rule": "evenodd",
19
+ "clip-rule": "evenodd",
20
+ d: "M14 13.21C14.4584 13.21 14.8301 13.5816 14.8301 14.04C14.8298 14.4982 14.4583 14.8701 14 14.8701H2C1.54189 14.87 1.17015 14.4981 1.16992 14.04C1.16992 13.5817 1.54174 13.2101 2 13.21H14ZM4 4.78809C4.45822 4.78809 4.8298 5.16 4.83008 5.61816V11.3193H3.16992V5.61816C3.1702 5.16011 3.54192 4.78825 4 4.78809ZM8 0.334961C8.45825 0.334961 8.82985 0.706839 8.83008 1.16504V11.3193H7.16992V1.16504C7.17015 0.706941 7.54189 0.335126 8 0.334961ZM12 2.87988C12.4583 2.87988 12.83 3.25166 12.8301 3.70996V11.3193H11.1699V3.70996C11.17 3.25176 11.5418 2.88005 12 2.87988Z"
21
+ }, null, -1);
22
+ const _hoisted_3 = [
23
+ _hoisted_2
24
+ ];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return openBlock(), createElementBlock("svg", mergeProps({
27
+ viewBox: "0 0 16 16",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-align-bottom`],
31
+ width: "1em",
32
+ height: "1em"
33
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
34
+ }
35
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
36
+ export { index as default };
@@ -0,0 +1,36 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconLineAlignCenter",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
+ "fill-rule": "evenodd",
19
+ "clip-rule": "evenodd",
20
+ d: "M8 2.09277C8.45831 2.09277 8.82995 2.46457 8.83008 2.92285V7.16992H11.1699V4.19531C11.1699 3.73693 11.5416 3.36523 12 3.36523C12.4584 3.36523 12.8301 3.73693 12.8301 4.19531V7.16992H14C14.4584 7.16992 14.8301 7.5416 14.8301 8C14.8301 8.4584 14.4584 8.83008 14 8.83008H12.8301V11.8047C12.8301 12.2631 12.4584 12.6348 12 12.6348C11.5416 12.6348 11.1699 12.2631 11.1699 11.8047V8.83008H8.83008V13.0771C8.83001 13.5355 8.45836 13.9072 8 13.9072C7.54164 13.9072 7.16999 13.5355 7.16992 13.0771V8.83008H4.83008V10.8506C4.83 11.3089 4.45835 11.6807 4 11.6807C3.54165 11.6807 3.17 11.3089 3.16992 10.8506V8.83008H2C1.54174 8.82991 1.16992 8.45829 1.16992 8C1.16992 7.54171 1.54174 7.17009 2 7.16992H3.16992V5.14941C3.1701 4.69117 3.54171 4.31934 4 4.31934C4.45829 4.31934 4.8299 4.69117 4.83008 5.14941V7.16992H7.16992V2.92285C7.17005 2.46457 7.54169 2.09277 8 2.09277Z"
21
+ }, null, -1);
22
+ const _hoisted_3 = [
23
+ _hoisted_2
24
+ ];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return openBlock(), createElementBlock("svg", mergeProps({
27
+ viewBox: "0 0 16 16",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-align-center`],
31
+ width: "1em",
32
+ height: "1em"
33
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
34
+ }
35
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
36
+ export { index as default };
@@ -0,0 +1,32 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconLineAlignLeft",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M1.96503 1.16992C2.42334 1.17002 2.7951 1.54166 2.7951 2V14C2.7951 14.4583 2.42334 14.83 1.96503 14.8301C1.50663 14.8301 1.13495 14.4584 1.13495 14V2C1.13495 1.5416 1.50663 1.16992 1.96503 1.16992ZM10.3859 11.1699C10.8442 11.1701 11.216 11.5417 11.216 12C11.216 12.4583 10.8442 12.8299 10.3859 12.8301H4.68475V11.1699H10.3859ZM14.8391 7.16992C15.2973 7.17005 15.6691 7.54169 15.6691 8C15.6691 8.45831 15.2973 8.82995 14.8391 8.83008H4.68475V7.16992H14.8391ZM12.2941 3.16992C12.7525 3.16994 13.1242 3.54161 13.1242 4C13.1242 4.45839 12.7525 4.83006 12.2941 4.83008H4.68475V3.16992H12.2941Z" }, null, -1);
18
+ const _hoisted_3 = [
19
+ _hoisted_2
20
+ ];
21
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
22
+ return openBlock(), createElementBlock("svg", mergeProps({
23
+ viewBox: "0 0 16 16",
24
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
25
+ xmlns: "http://www.w3.org/2000/svg",
26
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-align-left`],
27
+ width: "1em",
28
+ height: "1em"
29
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
30
+ }
31
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
32
+ export { index as default };
@@ -0,0 +1,36 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconLineAlignRight",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
+ "fill-rule": "evenodd",
19
+ "clip-rule": "evenodd",
20
+ d: "M14.0391 1.16992C14.4974 1.16995 14.8691 1.54162 14.8691 2V14C14.8691 14.4584 14.4974 14.83 14.0391 14.8301C13.5807 14.8301 13.209 14.4584 13.209 14V2C13.209 1.5416 13.5807 1.16992 14.0391 1.16992ZM11.3193 12.8301H5.61816C5.15992 12.8299 4.78809 12.4583 4.78809 12C4.78809 11.5417 5.15992 11.1701 5.61816 11.1699H11.3193V12.8301ZM11.3193 7.16992V8.83008H1.16504C0.706755 8.82995 0.334961 8.45831 0.334961 8C0.334961 7.54169 0.706755 7.17005 1.16504 7.16992H11.3193ZM11.3193 4.83008H3.70996C3.25158 4.83007 2.87988 4.45839 2.87988 4C2.87988 3.54161 3.25158 3.16993 3.70996 3.16992H11.3193V4.83008Z"
21
+ }, null, -1);
22
+ const _hoisted_3 = [
23
+ _hoisted_2
24
+ ];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return openBlock(), createElementBlock("svg", mergeProps({
27
+ viewBox: "0 0 16 16",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-align-right`],
31
+ width: "1em",
32
+ height: "1em"
33
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
34
+ }
35
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
36
+ export { index as default };
@@ -0,0 +1,36 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconLineAlignTop",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
+ "fill-rule": "evenodd",
19
+ "clip-rule": "evenodd",
20
+ d: "M8.83008 4.68579V14.8401C8.8298 15.2982 8.45822 15.6702 8 15.6702C7.54192 15.67 7.1702 15.2981 7.16992 14.8401V4.68579H8.83008ZM4.83008 12.2952C4.82992 12.7534 4.4583 13.1252 4 13.1252C3.54184 13.1251 3.17008 12.7533 3.16992 12.2952V4.68579H4.83008V12.2952ZM12.8301 10.387C12.8298 10.8451 12.4582 11.217 12 11.217C11.5419 11.2169 11.1702 10.845 11.1699 10.387V4.68579H12.8301V10.387ZM14 1.13501C14.4583 1.13501 14.8299 1.50685 14.8301 1.96509C14.8301 2.42348 14.4584 2.79517 14 2.79517H2C1.54174 2.795 1.16992 2.42338 1.16992 1.96509C1.1701 1.50695 1.54186 1.13517 2 1.13501H14Z"
21
+ }, null, -1);
22
+ const _hoisted_3 = [
23
+ _hoisted_2
24
+ ];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return openBlock(), createElementBlock("svg", mergeProps({
27
+ viewBox: "0 0 16 16",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-align-top`],
31
+ width: "1em",
32
+ height: "1em"
33
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
34
+ }
35
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
36
+ export { index as default };
@@ -0,0 +1,36 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconLineAlignVertically",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
+ "fill-rule": "evenodd",
19
+ "clip-rule": "evenodd",
20
+ d: "M8.00076 1.16956C8.45881 1.16982 8.83064 1.54157 8.83084 1.99963V3.16956H10.8513C11.3094 3.16992 11.6814 3.54149 11.6814 3.99963C11.6814 4.45781 11.3094 4.82935 10.8513 4.82971H8.83084V7.16956H13.0779C13.536 7.16989 13.908 7.54147 13.908 7.99963C13.908 8.45783 13.536 8.82938 13.0779 8.82971H8.82986V11.1696H11.8045C12.2628 11.1696 12.6345 11.5413 12.6346 11.9996C12.6346 12.458 12.2629 12.8297 11.8045 12.8297H8.82986V13.9996C8.82986 14.458 8.45818 14.8297 7.99979 14.8297C7.54161 14.8294 7.16971 14.4579 7.16971 13.9996V12.8297H4.1951C3.73693 12.8294 3.36502 12.4579 3.36502 11.9996C3.36505 11.5414 3.73695 11.1698 4.1951 11.1696H7.16971V8.82971H2.92361C2.46522 8.82971 2.09354 8.45803 2.09354 7.99963C2.09357 7.54127 2.46524 7.16956 2.92361 7.16956H7.17068V4.82971H5.15018C4.69178 4.82971 4.3201 4.45803 4.3201 3.99963C4.32013 3.54127 4.6918 3.16956 5.15018 3.16956H7.17068V1.99963C7.17088 1.54141 7.54249 1.16956 8.00076 1.16956Z"
21
+ }, null, -1);
22
+ const _hoisted_3 = [
23
+ _hoisted_2
24
+ ];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return openBlock(), createElementBlock("svg", mergeProps({
27
+ viewBox: "0 0 16 16",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-align-vertically`],
31
+ width: "1em",
32
+ height: "1em"
33
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
34
+ }
35
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
36
+ export { index as default };
@@ -0,0 +1,36 @@
1
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
2
+ import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
3
+ const _sfc_main = {
4
+ name: "IconLineReset",
5
+ props: {
6
+ prefix: {
7
+ type: String,
8
+ default: "sc"
9
+ },
10
+ useCurrentColor: {
11
+ type: Boolean,
12
+ default: true
13
+ }
14
+ }
15
+ };
16
+ const _hoisted_1 = ["fill"];
17
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
18
+ "fill-rule": "evenodd",
19
+ "clip-rule": "evenodd",
20
+ d: "M7.96878 1.63916C11.4813 1.63918 14.3289 4.487 14.3291 7.99951C14.3291 11.5122 11.4815 14.3598 7.96878 14.3599C6.306 14.3599 4.79102 13.7208 3.65823 12.6763C3.38845 12.4273 3.37124 12.0067 3.62014 11.7368C3.86909 11.4671 4.28967 11.45 4.5596 11.6987C5.45645 12.5257 6.65305 13.0298 7.96878 13.0298C10.7469 13.0298 12.9991 10.7777 12.9991 7.99951C12.9988 5.22154 10.7468 2.96926 7.96878 2.96924C5.54909 2.96925 3.52905 4.67817 3.04788 6.95459L3.86331 6.34229C4.15681 6.12179 4.57427 6.18084 4.79495 6.47412C5.01554 6.76775 4.95673 7.18614 4.66311 7.40674L2.67092 8.90186C2.37738 9.12236 1.9609 9.06342 1.74026 8.77002L0.24319 6.77881C0.0226955 6.4852 0.0824633 6.06776 0.376003 5.84717C0.669559 5.62704 1.08616 5.68567 1.30667 5.979L1.76663 6.59033C2.40806 3.75612 4.9406 1.63917 7.96878 1.63916Z"
21
+ }, null, -1);
22
+ const _hoisted_3 = [
23
+ _hoisted_2
24
+ ];
25
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
26
+ return openBlock(), createElementBlock("svg", mergeProps({
27
+ viewBox: "0 0 16 16",
28
+ fill: $props.useCurrentColor ? "currentColor" : "#000",
29
+ xmlns: "http://www.w3.org/2000/svg",
30
+ class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-reset`],
31
+ width: "1em",
32
+ height: "1em"
33
+ }, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
34
+ }
35
+ var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
36
+ export { index as default };
package/esm/index.js CHANGED
@@ -225,3 +225,10 @@ 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";
@@ -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,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,13 @@ 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");
230
237
  exports.IconFillHeart = index;
231
238
  exports.IconFillMute = index$1;
232
239
  exports.IconFillSound = index$2;
@@ -454,3 +461,10 @@ exports.IconColorSwitch = index$3v;
454
461
  exports.IconColorInput = index$3w;
455
462
  exports.IconColorRadio = index$3x;
456
463
  exports.IconColorTextarea = index$3y;
464
+ exports.IconLineReset = index$3z;
465
+ exports.IconLineAlignTop = index$3A;
466
+ exports.IconLineAlignRight = index$3B;
467
+ exports.IconLineAlignLeft = index$3C;
468
+ exports.IconLineAlignVertically = index$3D;
469
+ exports.IconLineAlignCenter = index$3E;
470
+ exports.IconLineAlignBottom = index$3F;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-smartcode",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
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-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>