@arco-iconbox/vue-smartcode 0.1.59 → 0.1.61
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 +3077 -2889
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +25 -1
- package/dist/icon.min.js.map +1 -1
- package/esm/IconFillActivity/index.js +32 -0
- package/esm/IconFillNotice/index.js +36 -0
- package/esm/IconFillRepost/index.js +32 -0
- package/esm/IconFillSend/index.js +36 -0
- package/esm/IconFillTask/index.js +32 -0
- package/esm/IconLineUpload/index.js +32 -0
- package/esm/index.js +6 -0
- package/lib/IconFillActivity/index.js +33 -0
- package/lib/IconFillNotice/index.js +37 -0
- package/lib/IconFillRepost/index.js +33 -0
- package/lib/IconFillSend/index.js +37 -0
- package/lib/IconFillTask/index.js +33 -0
- package/lib/IconLineUpload/index.js +33 -0
- package/lib/index.js +12 -0
- package/package.json +1 -1
- package/src/IconFillActivity/index.vue +19 -0
- package/src/IconFillNotice/index.vue +19 -0
- package/src/IconFillRepost/index.vue +19 -0
- package/src/IconFillSend/index.vue +19 -0
- package/src/IconFillTask/index.vue +19 -0
- package/src/IconLineUpload/index.vue +19 -0
- package/src/index.js +7 -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: "IconFillActivity",
|
|
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: "M5.68848 3C6.23579 3 6.50961 3.00002 6.71875 3.10645C6.90278 3.20021 7.05272 3.35015 7.14648 3.53418C7.25299 3.74332 7.25293 4.01709 7.25293 4.56445V20.4346C7.25293 20.9823 7.25308 21.2566 7.14648 21.4658C7.05271 21.6498 6.90274 21.7998 6.71875 21.8936C6.50962 21.9999 6.23568 22 5.68848 22H5.36621C4.81848 22 4.54417 22.0001 4.33496 21.8936C4.15103 21.7998 4.00198 21.6497 3.9082 21.4658C3.8016 21.2566 3.80078 20.9823 3.80078 20.4346V4.56445C3.80078 4.01697 3.80163 3.74334 3.9082 3.53418C4.00196 3.35021 4.151 3.20021 4.33496 3.10645C4.54417 2.99985 4.81846 3 5.36621 3H5.68848ZM14.0615 4.09863C16.741 4.09863 18.7038 4.21088 19.8154 4.29688C20.158 4.32338 20.3296 4.33652 20.4443 4.42383C20.5425 4.49854 20.6118 4.61545 20.6309 4.7373C20.6532 4.87978 20.5824 5.04071 20.4395 5.3623L18.7275 9.21387L20.4336 13.0527C20.5788 13.3795 20.6512 13.543 20.6289 13.6855C20.6096 13.8082 20.5404 13.925 20.4414 14C20.3263 14.0871 20.1504 14.0999 19.7998 14.126C18.6387 14.2125 16.6053 14.3291 14.0615 14.3291C10.0422 14.3291 7.29707 15.0011 7.25391 15.0117V4.39355C7.29374 4.38881 9.74953 4.09863 14.0615 4.09863Z" }, 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 24 24",
|
|
24
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-activity`],
|
|
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 };
|
|
@@ -0,0 +1,36 @@
|
|
|
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: "IconFillNotice",
|
|
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", {
|
|
18
|
+
"fill-rule": "evenodd",
|
|
19
|
+
"clip-rule": "evenodd",
|
|
20
|
+
d: "M10.1222 2.45918C10.9784 1.0449 13.0298 1.04481 13.8859 2.45918L14.3224 3.18184C17.703 4.26071 20.0234 7.40747 20.0236 10.9875V11.8977C20.0237 13.7555 20.7456 15.5409 22.0363 16.8771L22.6408 17.5031C22.9196 17.7917 22.9997 18.2197 22.8429 18.5891C22.6861 18.9583 22.3232 19.1984 21.922 19.1984H15.9718C15.6769 21.1247 14.0118 22.5998 12.0031 22.5998C9.99456 22.5996 8.3301 21.1245 8.03531 19.1984H2.07828C1.67673 19.1984 1.31401 18.9578 1.15738 18.5881C1.00082 18.2184 1.08031 17.7906 1.35953 17.5021L1.96597 16.8762C3.26007 15.5401 3.98453 13.7528 3.98453 11.8928V10.9875C3.9846 7.40804 6.3041 4.26119 9.68375 3.18184L10.1222 2.45918Z"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = [
|
|
23
|
+
_hoisted_2
|
|
24
|
+
];
|
|
25
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-notice`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
34
|
+
}
|
|
35
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
36
|
+
export { index as default };
|
|
@@ -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: "IconFillRepost",
|
|
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: "M10.2506 3.82706C10.2506 2.56339 11.7175 1.86599 12.6975 2.66372L21.2713 9.64242C22.1316 10.3428 22.1316 11.6566 21.2712 12.3569L12.6975 19.3354C11.7174 20.1331 10.2506 19.4357 10.2506 18.172V14.8783C9.42249 14.8844 8.48863 15.0424 7.54 15.5014C6.32779 16.088 5.03761 17.187 3.89448 19.1901C3.6047 19.6979 3.05144 19.8269 2.63017 19.7178C2.20078 19.6067 1.76396 19.2047 1.80325 18.5883C2.08651 14.1447 3.48858 11.3202 5.31489 9.56267C6.89467 8.04237 8.72734 7.38485 10.2506 7.11822V3.82706Z" }, 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 24 24",
|
|
24
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-repost`],
|
|
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 };
|
|
@@ -0,0 +1,36 @@
|
|
|
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: "IconFillSend",
|
|
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", {
|
|
18
|
+
"fill-rule": "evenodd",
|
|
19
|
+
"clip-rule": "evenodd",
|
|
20
|
+
d: "M12.3621 17.9368L11.116 19.4788C10.2428 20.559 9.80617 21.0997 9.42365 21.1585C9.09276 21.2091 8.75844 21.0905 8.53303 20.8431C8.2726 20.5568 8.27228 19.8619 8.27228 18.473V15.6341L12.3621 17.9368ZM20.0985 2.84407C20.3879 2.91202 20.6328 3.10543 20.7654 3.37141C20.9177 3.67731 20.8192 4.17287 20.6219 5.16243L17.9305 18.6644C17.7847 19.3954 17.7115 19.7607 17.5106 19.971C17.3347 20.155 17.0949 20.265 16.8406 20.2786C16.5504 20.2938 16.2251 20.111 15.576 19.7454L8.26935 15.6302L14.659 9.32454C14.7517 9.23304 14.7335 9.07811 14.6219 9.01106C14.5553 8.9714 14.4712 8.97334 14.4071 9.01692L6.30549 14.5247L3.53693 12.9652C2.65309 12.4674 2.21075 12.2184 2.07795 11.9027C1.96263 11.6278 1.97575 11.3152 2.11408 11.0511C2.27325 10.7478 2.7351 10.5367 3.65803 10.1156C3.65803 10.1156 6.16485 8.71529 10.8826 6.56282C15.1472 4.61716 18.3634 3.4043 18.3885 3.39485C19.3063 2.97608 19.7658 2.7664 20.0985 2.84407Z"
|
|
21
|
+
}, null, -1);
|
|
22
|
+
const _hoisted_3 = [
|
|
23
|
+
_hoisted_2
|
|
24
|
+
];
|
|
25
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-send`],
|
|
31
|
+
width: "1em",
|
|
32
|
+
height: "1em"
|
|
33
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
34
|
+
}
|
|
35
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
36
|
+
export { index as default };
|
|
@@ -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: "IconFillTask",
|
|
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: "M16.3438 1.3125C17.225 1.3125 17.9392 2.02698 17.9395 2.9082V3.96582C18.8367 3.97806 19.5704 4.04354 20.2402 4.37207C20.938 4.71437 21.5974 5.34193 21.9746 6.02148C22.4492 6.87684 22.4739 7.8046 22.5361 9.03613C22.5885 10.0727 22.626 11.2726 22.626 12.6016C22.626 13.9305 22.5885 15.1304 22.5361 16.167C22.4739 17.3985 22.4491 18.3263 21.9746 19.1816C21.5975 19.8611 20.9379 20.4888 20.2402 20.8311C19.3591 21.2632 18.3672 21.2393 17.0381 21.2393H6.94629C5.6218 21.2393 4.63243 21.2638 3.75098 20.8311C3.05401 20.4888 2.39299 19.8588 2.0166 19.1797C1.54242 18.3237 1.51883 17.399 1.45801 16.1729C1.40674 15.1393 1.3711 13.9393 1.37109 12.6016C1.3711 11.2639 1.40674 10.0638 1.45801 9.03027C1.51883 7.80415 1.54246 6.87942 2.0166 6.02344C2.39298 5.34435 3.05407 4.71432 3.75098 4.37207C4.42218 4.04258 5.15606 3.97778 6.05273 3.96582V2.9082C6.053 2.02698 6.76715 1.3125 7.64844 1.3125C8.52972 1.3125 9.24388 2.02698 9.24414 2.9082V3.96387H14.748V2.9082C14.7483 2.02698 15.4625 1.3125 16.3438 1.3125ZM15.9082 9.78125C15.5187 9.39169 14.8866 9.39172 14.4971 9.78125L10.9766 13.2998L9.49609 11.8193C9.10658 11.4298 8.47549 11.4299 8.08594 11.8193C7.6964 12.2088 7.69644 12.8399 8.08594 13.2295L10.2715 15.416C10.4585 15.6031 10.713 15.709 10.9775 15.709C11.2419 15.7089 11.4956 15.6038 11.6826 15.417L15.9072 11.1914C16.2967 10.802 16.2974 10.1708 15.9082 9.78125Z" }, 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 24 24",
|
|
24
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-task`],
|
|
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 };
|
|
@@ -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: "IconLineUpload",
|
|
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: "M12.0688 1.82812C15.9098 1.82812 19.058 4.78453 19.3667 8.5459C21.7613 9.42816 23.4727 11.7239 23.4727 14.4258C23.4725 17.8885 20.6645 20.6966 17.2017 20.6968C16.6511 20.6968 16.2046 20.2497 16.2041 19.6992C16.2041 19.1483 16.6508 18.7017 17.2017 18.7017C19.5627 18.7015 21.4774 16.7867 21.4775 14.4258C21.4775 12.4078 20.0771 10.7134 18.1948 10.2656C17.777 10.166 17.4859 9.81618 17.4375 9.41309C17.4149 9.32972 17.3994 9.24286 17.3994 9.15234C17.399 6.20908 15.0122 3.82324 12.0688 3.82324C9.12591 3.82373 6.74011 6.20937 6.73975 9.15234C6.73965 9.49911 6.5616 9.80276 6.29297 9.98145C6.16452 10.1165 5.99851 10.2192 5.80371 10.2656C3.9214 10.7133 2.52246 12.4077 2.52246 14.4258C2.52261 16.7868 4.43726 18.7017 6.79834 18.7017C7.34861 18.7024 7.7959 19.1488 7.7959 19.6992C7.7954 20.2492 7.3483 20.696 6.79834 20.6968C3.33545 20.6968 0.527493 17.8886 0.527344 14.4258C0.527347 11.6694 2.30484 9.33153 4.77539 8.49023C5.11024 4.75561 8.2472 1.82858 12.0688 1.82812ZM11.5283 11.4067C11.9144 11.1507 12.4406 11.1923 12.7822 11.5312L15.8979 14.6221C16.2882 15.0101 16.29 15.6419 15.9023 16.0327C15.5144 16.4234 14.8827 16.4261 14.4917 16.0386L13.0767 14.6338V19.6978C13.0766 20.2485 12.6298 20.6951 12.0791 20.6953C11.5282 20.6953 11.0816 20.2486 11.0815 19.6978V14.6514L9.75586 15.9829C9.36705 16.3724 8.73526 16.3727 8.34521 15.9844C7.95536 15.5954 7.95496 14.9638 8.34375 14.5737L11.373 11.5342L11.5283 11.4067Z" }, 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 24 24",
|
|
24
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-upload`],
|
|
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
|
@@ -325,3 +325,9 @@ export { default as IconLineCarousel } from "./IconLineCarousel/index.js";
|
|
|
325
325
|
export { default as IconLineSelect2 } from "./IconLineSelect2/index.js";
|
|
326
326
|
export { default as IconLineIframe } from "./IconLineIframe/index.js";
|
|
327
327
|
export { default as IconLineNoticeList } from "./IconLineNoticeList/index.js";
|
|
328
|
+
export { default as IconFillRepost } from "./IconFillRepost/index.js";
|
|
329
|
+
export { default as IconFillNotice } from "./IconFillNotice/index.js";
|
|
330
|
+
export { default as IconFillActivity } from "./IconFillActivity/index.js";
|
|
331
|
+
export { default as IconFillSend } from "./IconFillSend/index.js";
|
|
332
|
+
export { default as IconFillTask } from "./IconFillTask/index.js";
|
|
333
|
+
export { default as IconLineUpload } from "./IconLineUpload/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: "IconFillActivity",
|
|
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: "M5.68848 3C6.23579 3 6.50961 3.00002 6.71875 3.10645C6.90278 3.20021 7.05272 3.35015 7.14648 3.53418C7.25299 3.74332 7.25293 4.01709 7.25293 4.56445V20.4346C7.25293 20.9823 7.25308 21.2566 7.14648 21.4658C7.05271 21.6498 6.90274 21.7998 6.71875 21.8936C6.50962 21.9999 6.23568 22 5.68848 22H5.36621C4.81848 22 4.54417 22.0001 4.33496 21.8936C4.15103 21.7998 4.00198 21.6497 3.9082 21.4658C3.8016 21.2566 3.80078 20.9823 3.80078 20.4346V4.56445C3.80078 4.01697 3.80163 3.74334 3.9082 3.53418C4.00196 3.35021 4.151 3.20021 4.33496 3.10645C4.54417 2.99985 4.81846 3 5.36621 3H5.68848ZM14.0615 4.09863C16.741 4.09863 18.7038 4.21088 19.8154 4.29688C20.158 4.32338 20.3296 4.33652 20.4443 4.42383C20.5425 4.49854 20.6118 4.61545 20.6309 4.7373C20.6532 4.87978 20.5824 5.04071 20.4395 5.3623L18.7275 9.21387L20.4336 13.0527C20.5788 13.3795 20.6512 13.543 20.6289 13.6855C20.6096 13.8082 20.5404 13.925 20.4414 14C20.3263 14.0871 20.1504 14.0999 19.7998 14.126C18.6387 14.2125 16.6053 14.3291 14.0615 14.3291C10.0422 14.3291 7.29707 15.0011 7.25391 15.0117V4.39355C7.29374 4.38881 9.74953 4.09863 14.0615 4.09863Z" }, 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 24 24",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-activity`],
|
|
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;
|
|
@@ -0,0 +1,37 @@
|
|
|
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: "IconFillNotice",
|
|
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", {
|
|
19
|
+
"fill-rule": "evenodd",
|
|
20
|
+
"clip-rule": "evenodd",
|
|
21
|
+
d: "M10.1222 2.45918C10.9784 1.0449 13.0298 1.04481 13.8859 2.45918L14.3224 3.18184C17.703 4.26071 20.0234 7.40747 20.0236 10.9875V11.8977C20.0237 13.7555 20.7456 15.5409 22.0363 16.8771L22.6408 17.5031C22.9196 17.7917 22.9997 18.2197 22.8429 18.5891C22.6861 18.9583 22.3232 19.1984 21.922 19.1984H15.9718C15.6769 21.1247 14.0118 22.5998 12.0031 22.5998C9.99456 22.5996 8.3301 21.1245 8.03531 19.1984H2.07828C1.67673 19.1984 1.31401 18.9578 1.15738 18.5881C1.00082 18.2184 1.08031 17.7906 1.35953 17.5021L1.96597 16.8762C3.26007 15.5401 3.98453 13.7528 3.98453 11.8928V10.9875C3.9846 7.40804 6.3041 4.26119 9.68375 3.18184L10.1222 2.45918Z"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_3 = [
|
|
24
|
+
_hoisted_2
|
|
25
|
+
];
|
|
26
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
28
|
+
viewBox: "0 0 24 24",
|
|
29
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
31
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-notice`],
|
|
32
|
+
width: "1em",
|
|
33
|
+
height: "1em"
|
|
34
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
35
|
+
}
|
|
36
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
37
|
+
module.exports = index;
|
|
@@ -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: "IconFillRepost",
|
|
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: "M10.2506 3.82706C10.2506 2.56339 11.7175 1.86599 12.6975 2.66372L21.2713 9.64242C22.1316 10.3428 22.1316 11.6566 21.2712 12.3569L12.6975 19.3354C11.7174 20.1331 10.2506 19.4357 10.2506 18.172V14.8783C9.42249 14.8844 8.48863 15.0424 7.54 15.5014C6.32779 16.088 5.03761 17.187 3.89448 19.1901C3.6047 19.6979 3.05144 19.8269 2.63017 19.7178C2.20078 19.6067 1.76396 19.2047 1.80325 18.5883C2.08651 14.1447 3.48858 11.3202 5.31489 9.56267C6.89467 8.04237 8.72734 7.38485 10.2506 7.11822V3.82706Z" }, 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 24 24",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-repost`],
|
|
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;
|
|
@@ -0,0 +1,37 @@
|
|
|
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: "IconFillSend",
|
|
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", {
|
|
19
|
+
"fill-rule": "evenodd",
|
|
20
|
+
"clip-rule": "evenodd",
|
|
21
|
+
d: "M12.3621 17.9368L11.116 19.4788C10.2428 20.559 9.80617 21.0997 9.42365 21.1585C9.09276 21.2091 8.75844 21.0905 8.53303 20.8431C8.2726 20.5568 8.27228 19.8619 8.27228 18.473V15.6341L12.3621 17.9368ZM20.0985 2.84407C20.3879 2.91202 20.6328 3.10543 20.7654 3.37141C20.9177 3.67731 20.8192 4.17287 20.6219 5.16243L17.9305 18.6644C17.7847 19.3954 17.7115 19.7607 17.5106 19.971C17.3347 20.155 17.0949 20.265 16.8406 20.2786C16.5504 20.2938 16.2251 20.111 15.576 19.7454L8.26935 15.6302L14.659 9.32454C14.7517 9.23304 14.7335 9.07811 14.6219 9.01106C14.5553 8.9714 14.4712 8.97334 14.4071 9.01692L6.30549 14.5247L3.53693 12.9652C2.65309 12.4674 2.21075 12.2184 2.07795 11.9027C1.96263 11.6278 1.97575 11.3152 2.11408 11.0511C2.27325 10.7478 2.7351 10.5367 3.65803 10.1156C3.65803 10.1156 6.16485 8.71529 10.8826 6.56282C15.1472 4.61716 18.3634 3.4043 18.3885 3.39485C19.3063 2.97608 19.7658 2.7664 20.0985 2.84407Z"
|
|
22
|
+
}, null, -1);
|
|
23
|
+
const _hoisted_3 = [
|
|
24
|
+
_hoisted_2
|
|
25
|
+
];
|
|
26
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
28
|
+
viewBox: "0 0 24 24",
|
|
29
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
31
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-send`],
|
|
32
|
+
width: "1em",
|
|
33
|
+
height: "1em"
|
|
34
|
+
}, _ctx.$attrs), _hoisted_3, 16, _hoisted_1);
|
|
35
|
+
}
|
|
36
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
37
|
+
module.exports = index;
|
|
@@ -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: "IconFillTask",
|
|
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: "M16.3438 1.3125C17.225 1.3125 17.9392 2.02698 17.9395 2.9082V3.96582C18.8367 3.97806 19.5704 4.04354 20.2402 4.37207C20.938 4.71437 21.5974 5.34193 21.9746 6.02148C22.4492 6.87684 22.4739 7.8046 22.5361 9.03613C22.5885 10.0727 22.626 11.2726 22.626 12.6016C22.626 13.9305 22.5885 15.1304 22.5361 16.167C22.4739 17.3985 22.4491 18.3263 21.9746 19.1816C21.5975 19.8611 20.9379 20.4888 20.2402 20.8311C19.3591 21.2632 18.3672 21.2393 17.0381 21.2393H6.94629C5.6218 21.2393 4.63243 21.2638 3.75098 20.8311C3.05401 20.4888 2.39299 19.8588 2.0166 19.1797C1.54242 18.3237 1.51883 17.399 1.45801 16.1729C1.40674 15.1393 1.3711 13.9393 1.37109 12.6016C1.3711 11.2639 1.40674 10.0638 1.45801 9.03027C1.51883 7.80415 1.54246 6.87942 2.0166 6.02344C2.39298 5.34435 3.05407 4.71432 3.75098 4.37207C4.42218 4.04258 5.15606 3.97778 6.05273 3.96582V2.9082C6.053 2.02698 6.76715 1.3125 7.64844 1.3125C8.52972 1.3125 9.24388 2.02698 9.24414 2.9082V3.96387H14.748V2.9082C14.7483 2.02698 15.4625 1.3125 16.3438 1.3125ZM15.9082 9.78125C15.5187 9.39169 14.8866 9.39172 14.4971 9.78125L10.9766 13.2998L9.49609 11.8193C9.10658 11.4298 8.47549 11.4299 8.08594 11.8193C7.6964 12.2088 7.69644 12.8399 8.08594 13.2295L10.2715 15.416C10.4585 15.6031 10.713 15.709 10.9775 15.709C11.2419 15.7089 11.4956 15.6038 11.6826 15.417L15.9072 11.1914C16.2967 10.802 16.2974 10.1708 15.9082 9.78125Z" }, 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 24 24",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-fill-task`],
|
|
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;
|
|
@@ -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: "IconLineUpload",
|
|
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: "M12.0688 1.82812C15.9098 1.82812 19.058 4.78453 19.3667 8.5459C21.7613 9.42816 23.4727 11.7239 23.4727 14.4258C23.4725 17.8885 20.6645 20.6966 17.2017 20.6968C16.6511 20.6968 16.2046 20.2497 16.2041 19.6992C16.2041 19.1483 16.6508 18.7017 17.2017 18.7017C19.5627 18.7015 21.4774 16.7867 21.4775 14.4258C21.4775 12.4078 20.0771 10.7134 18.1948 10.2656C17.777 10.166 17.4859 9.81618 17.4375 9.41309C17.4149 9.32972 17.3994 9.24286 17.3994 9.15234C17.399 6.20908 15.0122 3.82324 12.0688 3.82324C9.12591 3.82373 6.74011 6.20937 6.73975 9.15234C6.73965 9.49911 6.5616 9.80276 6.29297 9.98145C6.16452 10.1165 5.99851 10.2192 5.80371 10.2656C3.9214 10.7133 2.52246 12.4077 2.52246 14.4258C2.52261 16.7868 4.43726 18.7017 6.79834 18.7017C7.34861 18.7024 7.7959 19.1488 7.7959 19.6992C7.7954 20.2492 7.3483 20.696 6.79834 20.6968C3.33545 20.6968 0.527493 17.8886 0.527344 14.4258C0.527347 11.6694 2.30484 9.33153 4.77539 8.49023C5.11024 4.75561 8.2472 1.82858 12.0688 1.82812ZM11.5283 11.4067C11.9144 11.1507 12.4406 11.1923 12.7822 11.5312L15.8979 14.6221C16.2882 15.0101 16.29 15.6419 15.9023 16.0327C15.5144 16.4234 14.8827 16.4261 14.4917 16.0386L13.0767 14.6338V19.6978C13.0766 20.2485 12.6298 20.6951 12.0791 20.6953C11.5282 20.6953 11.0816 20.2486 11.0815 19.6978V14.6514L9.75586 15.9829C9.36705 16.3724 8.73526 16.3727 8.34521 15.9844C7.95536 15.5954 7.95496 14.9638 8.34375 14.5737L11.373 11.5342L11.5283 11.4067Z" }, 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 24 24",
|
|
25
|
+
fill: $props.useCurrentColor ? "currentColor" : "#000",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-line-upload`],
|
|
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
|
@@ -327,6 +327,12 @@ var index$53 = require("./IconLineCarousel/index.js");
|
|
|
327
327
|
var index$54 = require("./IconLineSelect2/index.js");
|
|
328
328
|
var index$55 = require("./IconLineIframe/index.js");
|
|
329
329
|
var index$56 = require("./IconLineNoticeList/index.js");
|
|
330
|
+
var index$57 = require("./IconFillRepost/index.js");
|
|
331
|
+
var index$58 = require("./IconFillNotice/index.js");
|
|
332
|
+
var index$59 = require("./IconFillActivity/index.js");
|
|
333
|
+
var index$5a = require("./IconFillSend/index.js");
|
|
334
|
+
var index$5b = require("./IconFillTask/index.js");
|
|
335
|
+
var index$5c = require("./IconLineUpload/index.js");
|
|
330
336
|
exports.IconFillHeart = index;
|
|
331
337
|
exports.IconFillMute = index$1;
|
|
332
338
|
exports.IconFillSound = index$2;
|
|
@@ -654,3 +660,9 @@ exports.IconLineCarousel = index$53;
|
|
|
654
660
|
exports.IconLineSelect2 = index$54;
|
|
655
661
|
exports.IconLineIframe = index$55;
|
|
656
662
|
exports.IconLineNoticeList = index$56;
|
|
663
|
+
exports.IconFillRepost = index$57;
|
|
664
|
+
exports.IconFillNotice = index$58;
|
|
665
|
+
exports.IconFillActivity = index$59;
|
|
666
|
+
exports.IconFillSend = index$5a;
|
|
667
|
+
exports.IconFillTask = index$5b;
|
|
668
|
+
exports.IconLineUpload = index$5c;
|
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 24 24" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-fill-activity`]" width="1em" height="1em" v-bind="$attrs"><path d="M5.68848 3C6.23579 3 6.50961 3.00002 6.71875 3.10645C6.90278 3.20021 7.05272 3.35015 7.14648 3.53418C7.25299 3.74332 7.25293 4.01709 7.25293 4.56445V20.4346C7.25293 20.9823 7.25308 21.2566 7.14648 21.4658C7.05271 21.6498 6.90274 21.7998 6.71875 21.8936C6.50962 21.9999 6.23568 22 5.68848 22H5.36621C4.81848 22 4.54417 22.0001 4.33496 21.8936C4.15103 21.7998 4.00198 21.6497 3.9082 21.4658C3.8016 21.2566 3.80078 20.9823 3.80078 20.4346V4.56445C3.80078 4.01697 3.80163 3.74334 3.9082 3.53418C4.00196 3.35021 4.151 3.20021 4.33496 3.10645C4.54417 2.99985 4.81846 3 5.36621 3H5.68848ZM14.0615 4.09863C16.741 4.09863 18.7038 4.21088 19.8154 4.29688C20.158 4.32338 20.3296 4.33652 20.4443 4.42383C20.5425 4.49854 20.6118 4.61545 20.6309 4.7373C20.6532 4.87978 20.5824 5.04071 20.4395 5.3623L18.7275 9.21387L20.4336 13.0527C20.5788 13.3795 20.6512 13.543 20.6289 13.6855C20.6096 13.8082 20.5404 13.925 20.4414 14C20.3263 14.0871 20.1504 14.0999 19.7998 14.126C18.6387 14.2125 16.6053 14.3291 14.0615 14.3291C10.0422 14.3291 7.29707 15.0011 7.25391 15.0117V4.39355C7.29374 4.38881 9.74953 4.09863 14.0615 4.09863Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconFillActivity',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 24 24" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-fill-notice`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.1222 2.45918C10.9784 1.0449 13.0298 1.04481 13.8859 2.45918L14.3224 3.18184C17.703 4.26071 20.0234 7.40747 20.0236 10.9875V11.8977C20.0237 13.7555 20.7456 15.5409 22.0363 16.8771L22.6408 17.5031C22.9196 17.7917 22.9997 18.2197 22.8429 18.5891C22.6861 18.9583 22.3232 19.1984 21.922 19.1984H15.9718C15.6769 21.1247 14.0118 22.5998 12.0031 22.5998C9.99456 22.5996 8.3301 21.1245 8.03531 19.1984H2.07828C1.67673 19.1984 1.31401 18.9578 1.15738 18.5881C1.00082 18.2184 1.08031 17.7906 1.35953 17.5021L1.96597 16.8762C3.26007 15.5401 3.98453 13.7528 3.98453 11.8928V10.9875C3.9846 7.40804 6.3041 4.26119 9.68375 3.18184L10.1222 2.45918Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconFillNotice',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 24 24" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-fill-repost`]" width="1em" height="1em" v-bind="$attrs"><path d="M10.2506 3.82706C10.2506 2.56339 11.7175 1.86599 12.6975 2.66372L21.2713 9.64242C22.1316 10.3428 22.1316 11.6566 21.2712 12.3569L12.6975 19.3354C11.7174 20.1331 10.2506 19.4357 10.2506 18.172V14.8783C9.42249 14.8844 8.48863 15.0424 7.54 15.5014C6.32779 16.088 5.03761 17.187 3.89448 19.1901C3.6047 19.6979 3.05144 19.8269 2.63017 19.7178C2.20078 19.6067 1.76396 19.2047 1.80325 18.5883C2.08651 14.1447 3.48858 11.3202 5.31489 9.56267C6.89467 8.04237 8.72734 7.38485 10.2506 7.11822V3.82706Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconFillRepost',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 24 24" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-fill-send`]" width="1em" height="1em" v-bind="$attrs"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.3621 17.9368L11.116 19.4788C10.2428 20.559 9.80617 21.0997 9.42365 21.1585C9.09276 21.2091 8.75844 21.0905 8.53303 20.8431C8.2726 20.5568 8.27228 19.8619 8.27228 18.473V15.6341L12.3621 17.9368ZM20.0985 2.84407C20.3879 2.91202 20.6328 3.10543 20.7654 3.37141C20.9177 3.67731 20.8192 4.17287 20.6219 5.16243L17.9305 18.6644C17.7847 19.3954 17.7115 19.7607 17.5106 19.971C17.3347 20.155 17.0949 20.265 16.8406 20.2786C16.5504 20.2938 16.2251 20.111 15.576 19.7454L8.26935 15.6302L14.659 9.32454C14.7517 9.23304 14.7335 9.07811 14.6219 9.01106C14.5553 8.9714 14.4712 8.97334 14.4071 9.01692L6.30549 14.5247L3.53693 12.9652C2.65309 12.4674 2.21075 12.2184 2.07795 11.9027C1.96263 11.6278 1.97575 11.3152 2.11408 11.0511C2.27325 10.7478 2.7351 10.5367 3.65803 10.1156C3.65803 10.1156 6.16485 8.71529 10.8826 6.56282C15.1472 4.61716 18.3634 3.4043 18.3885 3.39485C19.3063 2.97608 19.7658 2.7664 20.0985 2.84407Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconFillSend',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 24 24" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-fill-task`]" width="1em" height="1em" v-bind="$attrs"><path d="M16.3438 1.3125C17.225 1.3125 17.9392 2.02698 17.9395 2.9082V3.96582C18.8367 3.97806 19.5704 4.04354 20.2402 4.37207C20.938 4.71437 21.5974 5.34193 21.9746 6.02148C22.4492 6.87684 22.4739 7.8046 22.5361 9.03613C22.5885 10.0727 22.626 11.2726 22.626 12.6016C22.626 13.9305 22.5885 15.1304 22.5361 16.167C22.4739 17.3985 22.4491 18.3263 21.9746 19.1816C21.5975 19.8611 20.9379 20.4888 20.2402 20.8311C19.3591 21.2632 18.3672 21.2393 17.0381 21.2393H6.94629C5.6218 21.2393 4.63243 21.2638 3.75098 20.8311C3.05401 20.4888 2.39299 19.8588 2.0166 19.1797C1.54242 18.3237 1.51883 17.399 1.45801 16.1729C1.40674 15.1393 1.3711 13.9393 1.37109 12.6016C1.3711 11.2639 1.40674 10.0638 1.45801 9.03027C1.51883 7.80415 1.54246 6.87942 2.0166 6.02344C2.39298 5.34435 3.05407 4.71432 3.75098 4.37207C4.42218 4.04258 5.15606 3.97778 6.05273 3.96582V2.9082C6.053 2.02698 6.76715 1.3125 7.64844 1.3125C8.52972 1.3125 9.24388 2.02698 9.24414 2.9082V3.96387H14.748V2.9082C14.7483 2.02698 15.4625 1.3125 16.3438 1.3125ZM15.9082 9.78125C15.5187 9.39169 14.8866 9.39172 14.4971 9.78125L10.9766 13.2998L9.49609 11.8193C9.10658 11.4298 8.47549 11.4299 8.08594 11.8193C7.6964 12.2088 7.69644 12.8399 8.08594 13.2295L10.2715 15.416C10.4585 15.6031 10.713 15.709 10.9775 15.709C11.2419 15.7089 11.4956 15.6038 11.6826 15.417L15.9072 11.1914C16.2967 10.802 16.2974 10.1708 15.9082 9.78125Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconFillTask',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: true,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 24 24" :fill="useCurrentColor ? 'currentColor' : '#000'" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-line-upload`]" width="1em" height="1em" v-bind="$attrs"><path d="M12.0688 1.82812C15.9098 1.82812 19.058 4.78453 19.3667 8.5459C21.7613 9.42816 23.4727 11.7239 23.4727 14.4258C23.4725 17.8885 20.6645 20.6966 17.2017 20.6968C16.6511 20.6968 16.2046 20.2497 16.2041 19.6992C16.2041 19.1483 16.6508 18.7017 17.2017 18.7017C19.5627 18.7015 21.4774 16.7867 21.4775 14.4258C21.4775 12.4078 20.0771 10.7134 18.1948 10.2656C17.777 10.166 17.4859 9.81618 17.4375 9.41309C17.4149 9.32972 17.3994 9.24286 17.3994 9.15234C17.399 6.20908 15.0122 3.82324 12.0688 3.82324C9.12591 3.82373 6.74011 6.20937 6.73975 9.15234C6.73965 9.49911 6.5616 9.80276 6.29297 9.98145C6.16452 10.1165 5.99851 10.2192 5.80371 10.2656C3.9214 10.7133 2.52246 12.4077 2.52246 14.4258C2.52261 16.7868 4.43726 18.7017 6.79834 18.7017C7.34861 18.7024 7.7959 19.1488 7.7959 19.6992C7.7954 20.2492 7.3483 20.696 6.79834 20.6968C3.33545 20.6968 0.527493 17.8886 0.527344 14.4258C0.527347 11.6694 2.30484 9.33153 4.77539 8.49023C5.11024 4.75561 8.2472 1.82858 12.0688 1.82812ZM11.5283 11.4067C11.9144 11.1507 12.4406 11.1923 12.7822 11.5312L15.8979 14.6221C16.2882 15.0101 16.29 15.6419 15.9023 16.0327C15.5144 16.4234 14.8827 16.4261 14.4917 16.0386L13.0767 14.6338V19.6978C13.0766 20.2485 12.6298 20.6951 12.0791 20.6953C11.5282 20.6953 11.0816 20.2486 11.0815 19.6978V14.6514L9.75586 15.9829C9.36705 16.3724 8.73526 16.3727 8.34521 15.9844C7.95536 15.5954 7.95496 14.9638 8.34375 14.5737L11.373 11.5342L11.5283 11.4067Z"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconLineUpload',
|
|
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
|
@@ -324,4 +324,10 @@ export { default as IconLineTextInput } from './IconLineTextInput/index.vue';
|
|
|
324
324
|
export { default as IconLineCarousel } from './IconLineCarousel/index.vue';
|
|
325
325
|
export { default as IconLineSelect2 } from './IconLineSelect2/index.vue';
|
|
326
326
|
export { default as IconLineIframe } from './IconLineIframe/index.vue';
|
|
327
|
-
export { default as IconLineNoticeList } from './IconLineNoticeList/index.vue';
|
|
327
|
+
export { default as IconLineNoticeList } from './IconLineNoticeList/index.vue';
|
|
328
|
+
export { default as IconFillRepost } from './IconFillRepost/index.vue';
|
|
329
|
+
export { default as IconFillNotice } from './IconFillNotice/index.vue';
|
|
330
|
+
export { default as IconFillActivity } from './IconFillActivity/index.vue';
|
|
331
|
+
export { default as IconFillSend } from './IconFillSend/index.vue';
|
|
332
|
+
export { default as IconFillTask } from './IconFillTask/index.vue';
|
|
333
|
+
export { default as IconLineUpload } from './IconLineUpload/index.vue';
|