@arco-iconbox/vue-smartcode 0.1.42 → 0.1.43
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.
- package/dist/icon.js +3 -3
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +3 -3
- package/dist/icon.min.js.map +1 -1
- package/esm/{IconIconLessThan → IconLineLessThan}/index.js +2 -2
- package/esm/index.js +1 -1
- package/lib/{IconIconLessThan → IconLineLessThan}/index.js +2 -2
- package/lib/index.js +2 -2
- package/package.json +1 -1
- package/src/{IconIconLessThan → IconLineLessThan}/index.vue +2 -2
- package/src/index.js +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
2
|
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
3
|
const _sfc_main = {
|
|
4
|
-
name: "
|
|
4
|
+
name: "IconLineLessThan",
|
|
5
5
|
props: {
|
|
6
6
|
prefix: {
|
|
7
7
|
type: String,
|
|
@@ -27,7 +27,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27
27
|
viewBox: "0 0 16 16",
|
|
28
28
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
29
29
|
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
30
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-lessThan`],
|
|
31
31
|
width: "1em",
|
|
32
32
|
height: "1em"
|
|
33
33
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
package/esm/index.js
CHANGED
|
@@ -270,5 +270,5 @@ export { default as IconLineGreaterEqual } from "./IconLineGreaterEqual/index.js
|
|
|
270
270
|
export { default as IconLineListContain } from "./IconLineListContain/index.js";
|
|
271
271
|
export { default as IconLineContain } from "./IconLineContain/index.js";
|
|
272
272
|
export { default as IconLineNotContain } from "./IconLineNotContain/index.js";
|
|
273
|
-
export { default as
|
|
273
|
+
export { default as IconLineLessThan } from "./IconLineLessThan/index.js";
|
|
274
274
|
export { default as IconLineNotListContain } from "./IconLineNotListContain/index.js";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var vue = require("vue");
|
|
3
3
|
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
4
|
const _sfc_main = {
|
|
5
|
-
name: "
|
|
5
|
+
name: "IconLineLessThan",
|
|
6
6
|
props: {
|
|
7
7
|
prefix: {
|
|
8
8
|
type: String,
|
|
@@ -28,7 +28,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28
28
|
viewBox: "0 0 16 16",
|
|
29
29
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
30
30
|
xmlns: "http://www.w3.org/2000/svg",
|
|
31
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
31
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-lessThan`],
|
|
32
32
|
width: "1em",
|
|
33
33
|
height: "1em"
|
|
34
34
|
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
package/lib/index.js
CHANGED
|
@@ -272,7 +272,7 @@ var index$4c = require("./IconLineGreaterEqual/index.js");
|
|
|
272
272
|
var index$4d = require("./IconLineListContain/index.js");
|
|
273
273
|
var index$4e = require("./IconLineContain/index.js");
|
|
274
274
|
var index$4f = require("./IconLineNotContain/index.js");
|
|
275
|
-
var index$4g = require("./
|
|
275
|
+
var index$4g = require("./IconLineLessThan/index.js");
|
|
276
276
|
var index$4h = require("./IconLineNotListContain/index.js");
|
|
277
277
|
exports.IconFillHeart = index;
|
|
278
278
|
exports.IconFillMute = index$1;
|
|
@@ -546,5 +546,5 @@ exports.IconLineGreaterEqual = index$4c;
|
|
|
546
546
|
exports.IconLineListContain = index$4d;
|
|
547
547
|
exports.IconLineContain = index$4e;
|
|
548
548
|
exports.IconLineNotContain = index$4f;
|
|
549
|
-
exports.
|
|
549
|
+
exports.IconLineLessThan = index$4g;
|
|
550
550
|
exports.IconLineNotListContain = index$4h;
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
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-
|
|
2
|
+
<svg viewBox="0 0 16 16" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-lessThan`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.6738 2.90621C11.9936 2.72595 12.3995 2.83858 12.5801 3.15816C12.7602 3.47778 12.6475 3.8838 12.3281 4.06441L5.35352 8.00094L12.3281 11.9384C12.6475 12.1191 12.7604 12.525 12.5801 12.8447C12.3996 13.1644 11.9936 13.2768 11.6738 13.0966L3.67285 8.58102C3.46413 8.46317 3.33417 8.24158 3.33398 8.00191C3.33398 7.76215 3.46415 7.54078 3.67285 7.42281L11.6738 2.90621Z"/></svg>
|
|
3
3
|
</template>
|
|
4
4
|
<script>
|
|
5
5
|
|
|
6
6
|
export default {
|
|
7
|
-
name: '
|
|
7
|
+
name: 'IconLineLessThan',
|
|
8
8
|
props: {
|
|
9
9
|
prefix: {
|
|
10
10
|
type: String,
|
package/src/index.js
CHANGED
|
@@ -270,5 +270,5 @@ export { default as IconLineGreaterEqual } from './IconLineGreaterEqual/index.vu
|
|
|
270
270
|
export { default as IconLineListContain } from './IconLineListContain/index.vue';
|
|
271
271
|
export { default as IconLineContain } from './IconLineContain/index.vue';
|
|
272
272
|
export { default as IconLineNotContain } from './IconLineNotContain/index.vue';
|
|
273
|
-
export { default as
|
|
273
|
+
export { default as IconLineLessThan } from './IconLineLessThan/index.vue';
|
|
274
274
|
export { default as IconLineNotListContain } from './IconLineNotListContain/index.vue';
|