@arco-iconbox/vue-smartcode 0.0.12 → 0.0.13
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/{IconIconLineLanguage → IconLineLanguage}/index.js +2 -2
- package/esm/index.js +1 -1
- package/lib/{IconIconLineLanguage → IconLineLanguage}/index.js +2 -2
- package/lib/index.js +2 -2
- package/package.json +1 -1
- package/src/IconLineLanguage/index.vue +19 -0
- package/src/index.js +1 -1
- package/src/IconIconLineLanguage/index.vue +0 -19
package/dist/icon.js
CHANGED
|
@@ -1990,7 +1990,7 @@
|
|
|
1990
1990
|
}
|
|
1991
1991
|
var index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
|
|
1992
1992
|
const _sfc_main = {
|
|
1993
|
-
name: "
|
|
1993
|
+
name: "IconLineLanguage",
|
|
1994
1994
|
props: {
|
|
1995
1995
|
prefix: {
|
|
1996
1996
|
type: String,
|
|
@@ -2020,7 +2020,7 @@
|
|
|
2020
2020
|
viewBox: "0 0 16 16",
|
|
2021
2021
|
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
2022
2022
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2023
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
2023
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-language`],
|
|
2024
2024
|
width: "1em",
|
|
2025
2025
|
height: "1em"
|
|
2026
2026
|
}, _ctx.$attrs), _hoisted_4, 16, _hoisted_1);
|
|
@@ -2049,7 +2049,6 @@
|
|
|
2049
2049
|
exports2.IconFillStar = index$3;
|
|
2050
2050
|
exports2.IconFillSun = index$Z;
|
|
2051
2051
|
exports2.IconFillTemplate = index$L;
|
|
2052
|
-
exports2.IconIconLineLanguage = index;
|
|
2053
2052
|
exports2.IconLineAdd = index$4;
|
|
2054
2053
|
exports2.IconLineArrowdown = index$H;
|
|
2055
2054
|
exports2.IconLineArrowleft = index$E;
|
|
@@ -2073,6 +2072,7 @@
|
|
|
2073
2072
|
exports2.IconLineFollow = index$s;
|
|
2074
2073
|
exports2.IconLineHome = index$c;
|
|
2075
2074
|
exports2.IconLineInfo = index$h;
|
|
2075
|
+
exports2.IconLineLanguage = index;
|
|
2076
2076
|
exports2.IconLineLock = index$f;
|
|
2077
2077
|
exports2.IconLineManage = index$m;
|
|
2078
2078
|
exports2.IconLineMoney = index$l;
|