@arco-iconbox/vue-smartcode 0.1.91 → 0.1.93

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: "IconLineCode2",
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: "M9.56151 1.76774C9.68709 1.42271 10.068 1.24484 10.4131 1.37028C10.7582 1.4959 10.9361 1.8777 10.8105 2.22282L6.43944 14.2326C6.31382 14.5777 5.93202 14.7557 5.5869 14.63C5.2421 14.5044 5.06419 14.1234 5.18944 13.7785L9.56151 1.76774ZM3.7744 4.24138C4.01811 3.96671 4.43814 3.94206 4.71287 4.18571C4.98757 4.42943 5.0132 4.84945 4.76951 5.12419L2.76854 7.38005C2.59549 7.57516 2.48998 7.69418 2.41795 7.78923C2.38476 7.83308 2.36661 7.86278 2.35643 7.88103C2.34815 7.89591 2.34516 7.903 2.34471 7.90446C2.32618 7.96687 2.32608 8.03447 2.34471 8.09685C2.34538 8.09879 2.34838 8.10585 2.35643 8.12028C2.36664 8.13856 2.38478 8.16729 2.41795 8.2111C2.49004 8.30626 2.59513 8.42575 2.76854 8.62126L4.76951 10.8771C5.01316 11.1519 4.98757 11.5719 4.71287 11.8156C4.43815 12.0588 4.01799 12.0344 3.7744 11.7599L1.77342 9.50407C1.61364 9.32392 1.46776 9.16048 1.3574 9.01482C1.24213 8.86263 1.13381 8.68923 1.0703 8.47673C0.977654 8.16628 0.977761 7.83506 1.0703 7.52458C1.13373 7.31218 1.24222 7.13863 1.3574 6.9865C1.46767 6.84093 1.61376 6.67724 1.77342 6.49724L3.7744 4.24138ZM11.2871 4.18571C11.5618 3.94204 11.9819 3.96671 12.2256 4.24138L14.2265 6.49724C14.3863 6.67733 14.5322 6.84087 14.6426 6.9865C14.7578 7.13868 14.8662 7.31208 14.9297 7.52458C15.0222 7.83509 15.0223 8.16623 14.9297 8.47673C14.8662 8.68918 14.7578 8.86266 14.6426 9.01482C14.5322 9.16042 14.3862 9.32401 14.2265 9.50407L12.2256 11.7599C11.9819 12.0343 11.5617 12.059 11.2871 11.8156C11.0125 11.572 10.987 11.1519 11.2305 10.8771L13.2314 8.62126C13.4047 8.42591 13.5099 8.30622 13.582 8.2111C13.6151 8.16745 13.6333 8.13857 13.6435 8.12028C13.6514 8.10618 13.6545 8.09897 13.6553 8.09685C13.6739 8.03442 13.6738 7.9669 13.6553 7.90446C13.6548 7.903 13.6519 7.89605 13.6435 7.88103C13.6333 7.86275 13.6153 7.83321 13.582 7.78923C13.51 7.69414 13.4046 7.57529 13.2314 7.38005L11.2305 5.12419C10.9868 4.84953 11.0126 4.42946 11.2871 4.18571Z" }, 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-code2`],
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 };
package/esm/index.js CHANGED
@@ -381,3 +381,4 @@ export { default as IconLineAddBold } from "./IconLineAddBold/index.js";
381
381
  export { default as IconLineAddChild } from "./IconLineAddChild/index.js";
382
382
  export { default as IconLineVerification } from "./IconLineVerification/index.js";
383
383
  export { default as IconLineDisabled } from "./IconLineDisabled/index.js";
384
+ export { default as IconLineCode2 } from "./IconLineCode2/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: "IconLineCode2",
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.56151 1.76774C9.68709 1.42271 10.068 1.24484 10.4131 1.37028C10.7582 1.4959 10.9361 1.8777 10.8105 2.22282L6.43944 14.2326C6.31382 14.5777 5.93202 14.7557 5.5869 14.63C5.2421 14.5044 5.06419 14.1234 5.18944 13.7785L9.56151 1.76774ZM3.7744 4.24138C4.01811 3.96671 4.43814 3.94206 4.71287 4.18571C4.98757 4.42943 5.0132 4.84945 4.76951 5.12419L2.76854 7.38005C2.59549 7.57516 2.48998 7.69418 2.41795 7.78923C2.38476 7.83308 2.36661 7.86278 2.35643 7.88103C2.34815 7.89591 2.34516 7.903 2.34471 7.90446C2.32618 7.96687 2.32608 8.03447 2.34471 8.09685C2.34538 8.09879 2.34838 8.10585 2.35643 8.12028C2.36664 8.13856 2.38478 8.16729 2.41795 8.2111C2.49004 8.30626 2.59513 8.42575 2.76854 8.62126L4.76951 10.8771C5.01316 11.1519 4.98757 11.5719 4.71287 11.8156C4.43815 12.0588 4.01799 12.0344 3.7744 11.7599L1.77342 9.50407C1.61364 9.32392 1.46776 9.16048 1.3574 9.01482C1.24213 8.86263 1.13381 8.68923 1.0703 8.47673C0.977654 8.16628 0.977761 7.83506 1.0703 7.52458C1.13373 7.31218 1.24222 7.13863 1.3574 6.9865C1.46767 6.84093 1.61376 6.67724 1.77342 6.49724L3.7744 4.24138ZM11.2871 4.18571C11.5618 3.94204 11.9819 3.96671 12.2256 4.24138L14.2265 6.49724C14.3863 6.67733 14.5322 6.84087 14.6426 6.9865C14.7578 7.13868 14.8662 7.31208 14.9297 7.52458C15.0222 7.83509 15.0223 8.16623 14.9297 8.47673C14.8662 8.68918 14.7578 8.86266 14.6426 9.01482C14.5322 9.16042 14.3862 9.32401 14.2265 9.50407L12.2256 11.7599C11.9819 12.0343 11.5617 12.059 11.2871 11.8156C11.0125 11.572 10.987 11.1519 11.2305 10.8771L13.2314 8.62126C13.4047 8.42591 13.5099 8.30622 13.582 8.2111C13.6151 8.16745 13.6333 8.13857 13.6435 8.12028C13.6514 8.10618 13.6545 8.09897 13.6553 8.09685C13.6739 8.03442 13.6738 7.9669 13.6553 7.90446C13.6548 7.903 13.6519 7.89605 13.6435 7.88103C13.6333 7.86275 13.6153 7.83321 13.582 7.78923C13.51 7.69414 13.4046 7.57529 13.2314 7.38005L11.2305 5.12419C10.9868 4.84953 11.0126 4.42946 11.2871 4.18571Z" }, 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-code2`],
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;
package/lib/index.js CHANGED
@@ -383,6 +383,7 @@ var index$5X = require("./IconLineAddBold/index.js");
383
383
  var index$5Y = require("./IconLineAddChild/index.js");
384
384
  var index$5Z = require("./IconLineVerification/index.js");
385
385
  var index$5_ = require("./IconLineDisabled/index.js");
386
+ var index$5$ = require("./IconLineCode2/index.js");
386
387
  exports.IconFillHeart = index;
387
388
  exports.IconFillMute = index$1;
388
389
  exports.IconFillSound = index$2;
@@ -766,3 +767,4 @@ exports.IconLineAddBold = index$5X;
766
767
  exports.IconLineAddChild = index$5Y;
767
768
  exports.IconLineVerification = index$5Z;
768
769
  exports.IconLineDisabled = index$5_;
770
+ exports.IconLineCode2 = index$5$;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-smartcode",
3
- "version": "0.1.91",
3
+ "version": "0.1.93",
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-code2`]" width="1em" height="1em" v-bind="$attrs"><path d="M9.56151 1.76774C9.68709 1.42271 10.068 1.24484 10.4131 1.37028C10.7582 1.4959 10.9361 1.8777 10.8105 2.22282L6.43944 14.2326C6.31382 14.5777 5.93202 14.7557 5.5869 14.63C5.2421 14.5044 5.06419 14.1234 5.18944 13.7785L9.56151 1.76774ZM3.7744 4.24138C4.01811 3.96671 4.43814 3.94206 4.71287 4.18571C4.98757 4.42943 5.0132 4.84945 4.76951 5.12419L2.76854 7.38005C2.59549 7.57516 2.48998 7.69418 2.41795 7.78923C2.38476 7.83308 2.36661 7.86278 2.35643 7.88103C2.34815 7.89591 2.34516 7.903 2.34471 7.90446C2.32618 7.96687 2.32608 8.03447 2.34471 8.09685C2.34538 8.09879 2.34838 8.10585 2.35643 8.12028C2.36664 8.13856 2.38478 8.16729 2.41795 8.2111C2.49004 8.30626 2.59513 8.42575 2.76854 8.62126L4.76951 10.8771C5.01316 11.1519 4.98757 11.5719 4.71287 11.8156C4.43815 12.0588 4.01799 12.0344 3.7744 11.7599L1.77342 9.50407C1.61364 9.32392 1.46776 9.16048 1.3574 9.01482C1.24213 8.86263 1.13381 8.68923 1.0703 8.47673C0.977654 8.16628 0.977761 7.83506 1.0703 7.52458C1.13373 7.31218 1.24222 7.13863 1.3574 6.9865C1.46767 6.84093 1.61376 6.67724 1.77342 6.49724L3.7744 4.24138ZM11.2871 4.18571C11.5618 3.94204 11.9819 3.96671 12.2256 4.24138L14.2265 6.49724C14.3863 6.67733 14.5322 6.84087 14.6426 6.9865C14.7578 7.13868 14.8662 7.31208 14.9297 7.52458C15.0222 7.83509 15.0223 8.16623 14.9297 8.47673C14.8662 8.68918 14.7578 8.86266 14.6426 9.01482C14.5322 9.16042 14.3862 9.32401 14.2265 9.50407L12.2256 11.7599C11.9819 12.0343 11.5617 12.059 11.2871 11.8156C11.0125 11.572 10.987 11.1519 11.2305 10.8771L13.2314 8.62126C13.4047 8.42591 13.5099 8.30622 13.582 8.2111C13.6151 8.16745 13.6333 8.13857 13.6435 8.12028C13.6514 8.10618 13.6545 8.09897 13.6553 8.09685C13.6739 8.03442 13.6738 7.9669 13.6553 7.90446C13.6548 7.903 13.6519 7.89605 13.6435 7.88103C13.6333 7.86275 13.6153 7.83321 13.582 7.78923C13.51 7.69414 13.4046 7.57529 13.2314 7.38005L11.2305 5.12419C10.9868 4.84953 11.0126 4.42946 11.2871 4.18571Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineCode2',
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
@@ -380,4 +380,5 @@ export { default as IconColorEditForm } from './IconColorEditForm/index.vue';
380
380
  export { default as IconLineAddBold } from './IconLineAddBold/index.vue';
381
381
  export { default as IconLineAddChild } from './IconLineAddChild/index.vue';
382
382
  export { default as IconLineVerification } from './IconLineVerification/index.vue';
383
- export { default as IconLineDisabled } from './IconLineDisabled/index.vue';
383
+ export { default as IconLineDisabled } from './IconLineDisabled/index.vue';
384
+ export { default as IconLineCode2 } from './IconLineCode2/index.vue';