@arco-iconbox/vue-update-line-icon 0.0.5 → 0.0.7
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 +42 -42
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +7 -7
- package/dist/icon.min.js.map +1 -1
- package/esm/IconBind/index.js +3 -3
- package/esm/IconLog/index.js +2 -2
- package/esm/index.js +1 -1
- package/lib/IconBind/index.js +3 -3
- package/lib/IconLog/index.js +2 -2
- package/lib/index.js +4 -4
- package/package.json +1 -1
- package/src/IconBind/index.vue +1 -1
- package/src/IconLog/index.vue +1 -1
- package/src/index.js +2 -2
package/dist/icon.js
CHANGED
|
@@ -3853,7 +3853,7 @@
|
|
|
3853
3853
|
}
|
|
3854
3854
|
var index$2 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2]]);
|
|
3855
3855
|
const _sfc_main$1 = {
|
|
3856
|
-
name: "
|
|
3856
|
+
name: "IconLog",
|
|
3857
3857
|
props: {
|
|
3858
3858
|
prefix: {
|
|
3859
3859
|
type: String,
|
|
@@ -3866,41 +3866,37 @@
|
|
|
3866
3866
|
}
|
|
3867
3867
|
};
|
|
3868
3868
|
const _hoisted_1$1 = ["fill"];
|
|
3869
|
-
const _hoisted_2$1 = /* @__PURE__ */ vue.createElementVNode("
|
|
3870
|
-
|
|
3869
|
+
const _hoisted_2$1 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3870
|
+
d: "M5.408 14H11.392C12.1696 14 12.8 13.3207 12.8 12.4828V6.22414L9.808 3H5.408C4.63038 3 4 3.67929 4 4.51724V12.4828C4 13.3207 4.63038 14 5.408 14Z",
|
|
3871
3871
|
stroke: "#434343",
|
|
3872
|
-
"stroke-width": "
|
|
3872
|
+
"stroke-width": "2",
|
|
3873
3873
|
"stroke-linecap": "round",
|
|
3874
3874
|
"stroke-linejoin": "round"
|
|
3875
|
-
},
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3875
|
+
}, null, -1);
|
|
3876
|
+
const _hoisted_3$1 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3877
|
+
d: "M12.8 6.3H9.5V3M6.20001 10.7002H9.50001M6.20001 8.5H9.50001",
|
|
3878
|
+
stroke: "#434343",
|
|
3879
|
+
"stroke-width": "2",
|
|
3880
|
+
"stroke-linecap": "round",
|
|
3881
|
+
"stroke-linejoin": "round"
|
|
3882
|
+
}, null, -1);
|
|
3883
|
+
const _hoisted_4$1 = [
|
|
3884
|
+
_hoisted_2$1,
|
|
3885
|
+
_hoisted_3$1
|
|
3886
|
+
];
|
|
3880
3887
|
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3881
3888
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3882
3889
|
viewBox: "0 0 16 16",
|
|
3883
3890
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3884
3891
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3885
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3892
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-log`],
|
|
3886
3893
|
width: "1em",
|
|
3887
3894
|
height: "1em"
|
|
3888
|
-
}, _ctx.$attrs),
|
|
3889
|
-
_hoisted_2$1,
|
|
3890
|
-
vue.createElementVNode("defs", null, [
|
|
3891
|
-
vue.createElementVNode("clipPath", _hoisted_3$1, [
|
|
3892
|
-
vue.createElementVNode("path", {
|
|
3893
|
-
fill: $props.useCurrentColor ? "currentColor" : "#fff",
|
|
3894
|
-
transform: "translate(2 2)",
|
|
3895
|
-
d: "M0 0H12V12H0z"
|
|
3896
|
-
}, null, 8, _hoisted_4$1)
|
|
3897
|
-
])
|
|
3898
|
-
])
|
|
3899
|
-
], 16, _hoisted_1$1);
|
|
3895
|
+
}, _ctx.$attrs), _hoisted_4$1, 16, _hoisted_1$1);
|
|
3900
3896
|
}
|
|
3901
3897
|
var index$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
|
|
3902
3898
|
const _sfc_main = {
|
|
3903
|
-
name: "
|
|
3899
|
+
name: "IconBind",
|
|
3904
3900
|
props: {
|
|
3905
3901
|
prefix: {
|
|
3906
3902
|
type: String,
|
|
@@ -3913,33 +3909,37 @@
|
|
|
3913
3909
|
}
|
|
3914
3910
|
};
|
|
3915
3911
|
const _hoisted_1 = ["fill"];
|
|
3916
|
-
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("
|
|
3917
|
-
|
|
3918
|
-
stroke: "#434343",
|
|
3919
|
-
"stroke-width": "1.5",
|
|
3920
|
-
"stroke-linecap": "round",
|
|
3921
|
-
"stroke-linejoin": "round"
|
|
3922
|
-
}, null, -1);
|
|
3923
|
-
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
3924
|
-
d: "M12.8 6.3H9.5V3M6.20001 10.7002H9.50001M6.20001 8.5H9.50001",
|
|
3912
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("g", {
|
|
3913
|
+
"clip-path": "url(#svg_f4f12c7a2c__svg_f4f12c7a2c__clip0_6461_243190)",
|
|
3925
3914
|
stroke: "#434343",
|
|
3926
|
-
"stroke-width": "
|
|
3915
|
+
"stroke-width": "2",
|
|
3927
3916
|
"stroke-linecap": "round",
|
|
3928
3917
|
"stroke-linejoin": "round"
|
|
3929
|
-
},
|
|
3930
|
-
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
];
|
|
3918
|
+
}, [
|
|
3919
|
+
/* @__PURE__ */ vue.createElementVNode("path", { d: "M8.56004 6.09292L6.27504 3.80793C5.60972 3.14259 4.51634 3.15725 3.83291 3.84067 3.1495 4.52407 3.13484 5.61747 3.80018 6.2828L5.78399 8.26662M10.2257 7.75098L12.2095 9.7348C12.8749 10.4002 12.8602 11.4935 12.1768 12.177 11.4934 12.8604 10.4 12.875 9.73465 12.2097L7.44965 9.92468M8.52734 8.53492C9.21077 7.8515 9.22542 6.75812 8.56009 6.09277M7.44974 7.44922C6.76632 8.13264 6.75167 9.22602 7.41699 9.89134" })
|
|
3920
|
+
], -1);
|
|
3921
|
+
const _hoisted_3 = { id: "svg_f4f12c7a2c__svg_f4f12c7a2c__clip0_6461_243190" };
|
|
3922
|
+
const _hoisted_4 = ["fill"];
|
|
3934
3923
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
3935
3924
|
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
3936
3925
|
viewBox: "0 0 16 16",
|
|
3937
3926
|
fill: $props.useCurrentColor ? "currentColor" : "none",
|
|
3938
3927
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3939
|
-
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-
|
|
3928
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-bind`],
|
|
3940
3929
|
width: "1em",
|
|
3941
3930
|
height: "1em"
|
|
3942
|
-
}, _ctx.$attrs),
|
|
3931
|
+
}, _ctx.$attrs), [
|
|
3932
|
+
_hoisted_2,
|
|
3933
|
+
vue.createElementVNode("defs", null, [
|
|
3934
|
+
vue.createElementVNode("clipPath", _hoisted_3, [
|
|
3935
|
+
vue.createElementVNode("path", {
|
|
3936
|
+
fill: $props.useCurrentColor ? "currentColor" : "#fff",
|
|
3937
|
+
transform: "translate(2 2)",
|
|
3938
|
+
d: "M0 0H12V12H0z"
|
|
3939
|
+
}, null, 8, _hoisted_4)
|
|
3940
|
+
])
|
|
3941
|
+
])
|
|
3942
|
+
], 16, _hoisted_1);
|
|
3943
3943
|
}
|
|
3944
3944
|
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
3945
3945
|
exports2.Icon3d = index$1x;
|
|
@@ -3953,7 +3953,7 @@
|
|
|
3953
3953
|
exports2.IconApply = index$1t;
|
|
3954
3954
|
exports2.IconAssembly = index$1p;
|
|
3955
3955
|
exports2.IconBasics = index$1n;
|
|
3956
|
-
exports2.IconBind = index
|
|
3956
|
+
exports2.IconBind = index;
|
|
3957
3957
|
exports2.IconBloodanalysis = index$1q;
|
|
3958
3958
|
exports2.IconBusinessprocess = index$1v;
|
|
3959
3959
|
exports2.IconCharts = index$1i;
|
|
@@ -3994,7 +3994,7 @@
|
|
|
3994
3994
|
exports2.IconLayer = index$Z;
|
|
3995
3995
|
exports2.IconLimits = index$Y;
|
|
3996
3996
|
exports2.IconLivingExample = index$b;
|
|
3997
|
-
exports2.IconLog = index;
|
|
3997
|
+
exports2.IconLog = index$1;
|
|
3998
3998
|
exports2.IconLose = index$d;
|
|
3999
3999
|
exports2.IconMail = index$V;
|
|
4000
4000
|
exports2.IconMirror = index$T;
|