@arco-iconbox/vue-smartcode 0.1.20 → 0.1.21
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 +1467 -1437
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +44 -40
- package/dist/icon.min.js.map +1 -1
- package/esm/IconFillCode/index.js +32 -0
- package/esm/index.js +1 -0
- package/lib/IconFillCode/index.js +33 -0
- package/lib/index.js +2 -0
- package/package.json +1 -1
- package/src/IconFillCode/index.vue +19 -0
- package/src/index.js +2 -1
|
@@ -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: "IconFillCode",
|
|
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.88649 2.66772C2.27698 2.27744 2.91008 2.27741 3.30055 2.66772L5.84091 5.20809C5.96114 5.32831 6.0943 5.46045 6.19899 5.58374C6.31126 5.716 6.44793 5.90261 6.52972 6.15405C6.63848 6.48879 6.63848 6.84991 6.52972 7.18465C6.44793 7.43614 6.31128 7.62269 6.19899 7.75496C6.0943 7.87826 5.96115 8.01038 5.84091 8.13062L3.30055 10.671C2.91007 11.0614 2.27699 11.0613 1.88649 10.671C1.49606 10.2805 1.49608 9.64743 1.88649 9.25692L4.42685 6.71655C4.44314 6.70026 4.45788 6.68426 4.47243 6.66968C4.45779 6.65502 4.44325 6.63854 4.42685 6.62215L1.88649 4.08244C1.49599 3.69194 1.49603 3.05825 1.88649 2.66772ZM10.74 8.96395C11.2922 8.96401 11.74 9.4117 11.74 9.96395C11.7399 10.5161 11.2922 10.9639 10.74 10.9639H7.4275C6.87527 10.9639 6.42759 10.5162 6.4275 9.96395C6.4275 9.41166 6.87522 8.96395 7.4275 8.96395H10.74Z" }, 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 14 14",
|
|
24
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-code`],
|
|
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
|
@@ -195,3 +195,4 @@ export { default as IconFillCycleIf } from "./IconFillCycleIf/index.js";
|
|
|
195
195
|
export { default as IconFillCycleAlpha } from "./IconFillCycleAlpha/index.js";
|
|
196
196
|
export { default as IconFillCyclePrep } from "./IconFillCyclePrep/index.js";
|
|
197
197
|
export { default as IconFillVariable } from "./IconFillVariable/index.js";
|
|
198
|
+
export { default as IconFillCode } from "./IconFillCode/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: "IconFillCode",
|
|
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.88649 2.66772C2.27698 2.27744 2.91008 2.27741 3.30055 2.66772L5.84091 5.20809C5.96114 5.32831 6.0943 5.46045 6.19899 5.58374C6.31126 5.716 6.44793 5.90261 6.52972 6.15405C6.63848 6.48879 6.63848 6.84991 6.52972 7.18465C6.44793 7.43614 6.31128 7.62269 6.19899 7.75496C6.0943 7.87826 5.96115 8.01038 5.84091 8.13062L3.30055 10.671C2.91007 11.0614 2.27699 11.0613 1.88649 10.671C1.49606 10.2805 1.49608 9.64743 1.88649 9.25692L4.42685 6.71655C4.44314 6.70026 4.45788 6.68426 4.47243 6.66968C4.45779 6.65502 4.44325 6.63854 4.42685 6.62215L1.88649 4.08244C1.49599 3.69194 1.49603 3.05825 1.88649 2.66772ZM10.74 8.96395C11.2922 8.96401 11.74 9.4117 11.74 9.96395C11.7399 10.5161 11.2922 10.9639 10.74 10.9639H7.4275C6.87527 10.9639 6.42759 10.5162 6.4275 9.96395C6.4275 9.41166 6.87522 8.96395 7.4275 8.96395H10.74Z" }, 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 14 14",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-code`],
|
|
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
|
@@ -197,6 +197,7 @@ var index$31 = require("./IconFillCycleIf/index.js");
|
|
|
197
197
|
var index$32 = require("./IconFillCycleAlpha/index.js");
|
|
198
198
|
var index$33 = require("./IconFillCyclePrep/index.js");
|
|
199
199
|
var index$34 = require("./IconFillVariable/index.js");
|
|
200
|
+
var index$35 = require("./IconFillCode/index.js");
|
|
200
201
|
exports.IconFillHeart = index;
|
|
201
202
|
exports.IconFillMute = index$1;
|
|
202
203
|
exports.IconFillSound = index$2;
|
|
@@ -394,3 +395,4 @@ exports.IconFillCycleIf = index$31;
|
|
|
394
395
|
exports.IconFillCycleAlpha = index$32;
|
|
395
396
|
exports.IconFillCyclePrep = index$33;
|
|
396
397
|
exports.IconFillVariable = index$34;
|
|
398
|
+
exports.IconFillCode = index$35;
|
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 14 14" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-fill-code`]" width="1em" height="1em" v-bind="$attrs"><path d="M1.88649 2.66772C2.27698 2.27744 2.91008 2.27741 3.30055 2.66772L5.84091 5.20809C5.96114 5.32831 6.0943 5.46045 6.19899 5.58374C6.31126 5.716 6.44793 5.90261 6.52972 6.15405C6.63848 6.48879 6.63848 6.84991 6.52972 7.18465C6.44793 7.43614 6.31128 7.62269 6.19899 7.75496C6.0943 7.87826 5.96115 8.01038 5.84091 8.13062L3.30055 10.671C2.91007 11.0614 2.27699 11.0613 1.88649 10.671C1.49606 10.2805 1.49608 9.64743 1.88649 9.25692L4.42685 6.71655C4.44314 6.70026 4.45788 6.68426 4.47243 6.66968C4.45779 6.65502 4.44325 6.63854 4.42685 6.62215L1.88649 4.08244C1.49599 3.69194 1.49603 3.05825 1.88649 2.66772ZM10.74 8.96395C11.2922 8.96401 11.74 9.4117 11.74 9.96395C11.7399 10.5161 11.2922 10.9639 10.74 10.9639H7.4275C6.87527 10.9639 6.42759 10.5162 6.4275 9.96395C6.4275 9.41166 6.87522 8.96395 7.4275 8.96395H10.74Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconFillCode',
|
|
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
|
@@ -194,4 +194,5 @@ export { default as IconFillSelector } from './IconFillSelector/index.vue';
|
|
|
194
194
|
export { default as IconFillCycleIf } from './IconFillCycleIf/index.vue';
|
|
195
195
|
export { default as IconFillCycleAlpha } from './IconFillCycleAlpha/index.vue';
|
|
196
196
|
export { default as IconFillCyclePrep } from './IconFillCyclePrep/index.vue';
|
|
197
|
-
export { default as IconFillVariable } from './IconFillVariable/index.vue';
|
|
197
|
+
export { default as IconFillVariable } from './IconFillVariable/index.vue';
|
|
198
|
+
export { default as IconFillCode } from './IconFillCode/index.vue';
|