@arco-iconbox/vue-smartcode 0.1.82 → 0.1.83

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: "IconLineDown",
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: "M14.0864 13.1348C14.4535 13.135 14.7514 13.4327 14.7515 13.7998C14.7515 14.167 14.4535 14.4646 14.0864 14.4648H1.91357C1.5463 14.4648 1.24854 14.1671 1.24854 13.7998C1.24864 13.4326 1.54637 13.1348 1.91357 13.1348H14.0864ZM8.00049 1.22852C8.36848 1.22859 8.66727 1.52755 8.66748 1.89551V9.58398L11.689 6.5625C11.9493 6.30261 12.3711 6.30336 12.6313 6.56348C12.891 6.82373 12.8911 7.24469 12.6313 7.50488L9.22607 10.9111C9.10195 11.0353 8.98016 11.1572 8.86963 11.251C8.75319 11.3498 8.60536 11.4559 8.4126 11.5186C8.14495 11.6055 7.85605 11.6064 7.58838 11.5195C7.3954 11.4568 7.24689 11.3499 7.13037 11.251C7.01989 11.1572 6.89799 11.0352 6.77393 10.9111L3.36865 7.50586C3.10866 7.24557 3.10861 6.82276 3.36865 6.5625C3.6289 6.30227 4.05163 6.30249 4.31201 6.5625L7.3335 9.58398V1.89551C7.33371 1.52752 7.63247 1.22856 8.00049 1.22852Z" }, 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-down`],
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
@@ -366,3 +366,4 @@ export { default as IconLineStop } from "./IconLineStop/index.js";
366
366
  export { default as IconColorStop } from "./IconColorStop/index.js";
367
367
  export { default as IconColorSuccess } from "./IconColorSuccess/index.js";
368
368
  export { default as IconLineFile2 } from "./IconLineFile2/index.js";
369
+ export { default as IconLineDown } from "./IconLineDown/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: "IconLineDown",
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: "M14.0864 13.1348C14.4535 13.135 14.7514 13.4327 14.7515 13.7998C14.7515 14.167 14.4535 14.4646 14.0864 14.4648H1.91357C1.5463 14.4648 1.24854 14.1671 1.24854 13.7998C1.24864 13.4326 1.54637 13.1348 1.91357 13.1348H14.0864ZM8.00049 1.22852C8.36848 1.22859 8.66727 1.52755 8.66748 1.89551V9.58398L11.689 6.5625C11.9493 6.30261 12.3711 6.30336 12.6313 6.56348C12.891 6.82373 12.8911 7.24469 12.6313 7.50488L9.22607 10.9111C9.10195 11.0353 8.98016 11.1572 8.86963 11.251C8.75319 11.3498 8.60536 11.4559 8.4126 11.5186C8.14495 11.6055 7.85605 11.6064 7.58838 11.5195C7.3954 11.4568 7.24689 11.3499 7.13037 11.251C7.01989 11.1572 6.89799 11.0352 6.77393 10.9111L3.36865 7.50586C3.10866 7.24557 3.10861 6.82276 3.36865 6.5625C3.6289 6.30227 4.05163 6.30249 4.31201 6.5625L7.3335 9.58398V1.89551C7.33371 1.52752 7.63247 1.22856 8.00049 1.22852Z" }, 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-down`],
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
@@ -368,6 +368,7 @@ var index$5I = require("./IconLineStop/index.js");
368
368
  var index$5J = require("./IconColorStop/index.js");
369
369
  var index$5K = require("./IconColorSuccess/index.js");
370
370
  var index$5L = require("./IconLineFile2/index.js");
371
+ var index$5M = require("./IconLineDown/index.js");
371
372
  exports.IconFillHeart = index;
372
373
  exports.IconFillMute = index$1;
373
374
  exports.IconFillSound = index$2;
@@ -736,3 +737,4 @@ exports.IconLineStop = index$5I;
736
737
  exports.IconColorStop = index$5J;
737
738
  exports.IconColorSuccess = index$5K;
738
739
  exports.IconLineFile2 = index$5L;
740
+ exports.IconLineDown = index$5M;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-iconbox/vue-smartcode",
3
- "version": "0.1.82",
3
+ "version": "0.1.83",
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-down`]" width="1em" height="1em" v-bind="$attrs"><path d="M14.0864 13.1348C14.4535 13.135 14.7514 13.4327 14.7515 13.7998C14.7515 14.167 14.4535 14.4646 14.0864 14.4648H1.91357C1.5463 14.4648 1.24854 14.1671 1.24854 13.7998C1.24864 13.4326 1.54637 13.1348 1.91357 13.1348H14.0864ZM8.00049 1.22852C8.36848 1.22859 8.66727 1.52755 8.66748 1.89551V9.58398L11.689 6.5625C11.9493 6.30261 12.3711 6.30336 12.6313 6.56348C12.891 6.82373 12.8911 7.24469 12.6313 7.50488L9.22607 10.9111C9.10195 11.0353 8.98016 11.1572 8.86963 11.251C8.75319 11.3498 8.60536 11.4559 8.4126 11.5186C8.14495 11.6055 7.85605 11.6064 7.58838 11.5195C7.3954 11.4568 7.24689 11.3499 7.13037 11.251C7.01989 11.1572 6.89799 11.0352 6.77393 10.9111L3.36865 7.50586C3.10866 7.24557 3.10861 6.82276 3.36865 6.5625C3.6289 6.30227 4.05163 6.30249 4.31201 6.5625L7.3335 9.58398V1.89551C7.33371 1.52752 7.63247 1.22856 8.00049 1.22852Z"/></svg>
3
+ </template>
4
+ <script>
5
+
6
+ export default {
7
+ name: 'IconLineDown',
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
@@ -365,4 +365,5 @@ export { default as IconColorRichtext } from './IconColorRichtext/index.vue';
365
365
  export { default as IconLineStop } from './IconLineStop/index.vue';
366
366
  export { default as IconColorStop } from './IconColorStop/index.vue';
367
367
  export { default as IconColorSuccess } from './IconColorSuccess/index.vue';
368
- export { default as IconLineFile2 } from './IconLineFile2/index.vue';
368
+ export { default as IconLineFile2 } from './IconLineFile2/index.vue';
369
+ export { default as IconLineDown } from './IconLineDown/index.vue';