@opentinyvue/vue-icon-saas 2.24.0 → 2.26.0
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/index.d.ts +23 -1
- package/index.js +1612 -1557
- package/lib/acceptance.js +55 -0
- package/lib/badge-hot-cn.js +50 -0
- package/lib/badge-hot-en.js +50 -0
- package/lib/badge-new-cn.js +50 -0
- package/lib/badge-new-en.js +50 -0
- package/lib/delegated-processing.js +34 -0
- package/lib/folder-closed-solid.js +37 -0
- package/lib/folder-opened-solid.js +37 -0
- package/lib/payment-slips.js +49 -0
- package/lib/performance.js +49 -0
- package/lib/pushpin-solid.js +24 -8
- package/lib/pushpin.js +21 -4
- package/lib/triangle-down.js +1 -1
- package/lib/triangle-up.js +29 -0
- package/package.json +3 -3
- package/src/acceptance/index.d.ts +2 -0
- package/src/badge-hot-cn/index.d.ts +2 -0
- package/src/badge-hot-en/index.d.ts +2 -0
- package/src/badge-new-cn/index.d.ts +2 -0
- package/src/badge-new-en/index.d.ts +2 -0
- package/src/delegated-processing/index.d.ts +2 -0
- package/src/folder-closed-solid/index.d.ts +2 -0
- package/src/folder-opened-solid/index.d.ts +2 -0
- package/src/payment-slips/index.d.ts +2 -0
- package/src/performance/index.d.ts +2 -0
- package/src/triangle-up/index.d.ts +2 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
var render = function render2() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("svg", _vm._g({
|
|
7
|
+
attrs: {
|
|
8
|
+
"viewBox": "0 0 24 24",
|
|
9
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
10
|
+
"width": "24",
|
|
11
|
+
"height": "24",
|
|
12
|
+
"fill": "none"
|
|
13
|
+
}
|
|
14
|
+
}, _vm.$listeners), [_c("path", {
|
|
15
|
+
attrs: {
|
|
16
|
+
"fill": "none",
|
|
17
|
+
"d": "M0 0h24v24H0z"
|
|
18
|
+
}
|
|
19
|
+
}), _c("path", {
|
|
20
|
+
attrs: {
|
|
21
|
+
"d": "M5.507 2.159h.437c.277 0 .478.43.478.707a.696.696 0 0 1-.696.696h-.219a2.084 2.084 0 0 0-1.146.338v.001a2.11 2.11 0 0 0-.958 1.765V20.52a2.107 2.107 0 0 0 .34 1.147c.079.122.171.235.276.34q.157.157.338.276l.003.001.001.002a2.095 2.095 0 0 0 .667.284h.002c.155.036.314.054.477.054H18.5c.163 0 .323-.018.477-.054h.003a2.081 2.081 0 0 0 1.008-.562 2.11 2.11 0 0 0 .563-1.011c.036-.155.054-.314.054-.477V5.666a2.106 2.106 0 0 0-.34-1.147 2.106 2.106 0 0 0-1.765-.957h-.218a.696.696 0 0 1-.697-.696c0-.277.202-.707.479-.707h.436a3.483 3.483 0 0 1 1.365.276q.293.123.554.294l.013.009c.196.13.379.279.548.448q.255.255.45.55a3.497 3.497 0 0 1 .578 1.93V20.52a3.506 3.506 0 0 1-.579 1.93 3.51 3.51 0 0 1-1.563 1.301q-.297.126-.607.194h-.002a3.504 3.504 0 0 1-.757.082H5.507a3.503 3.503 0 0 1-1.931-.579A3.514 3.514 0 0 1 2 20.52V5.666a3.505 3.505 0 0 1 .579-1.931 3.508 3.508 0 0 1 .997-.997l.013-.009q.261-.17.553-.294c.199-.084.401-.149.608-.195h.002c.246-.054.498-.081.755-.081Z",
|
|
22
|
+
"fill": "#000",
|
|
23
|
+
"fill-rule": "evenodd"
|
|
24
|
+
}
|
|
25
|
+
}), _c("rect", {
|
|
26
|
+
attrs: {
|
|
27
|
+
"width": "11.163",
|
|
28
|
+
"height": "3.721",
|
|
29
|
+
"x": "6.422",
|
|
30
|
+
"y": "1",
|
|
31
|
+
"rx": "1.395",
|
|
32
|
+
"stroke": "#000",
|
|
33
|
+
"stroke-width": "1.395"
|
|
34
|
+
}
|
|
35
|
+
}), _c("path", {
|
|
36
|
+
attrs: {
|
|
37
|
+
"d": "m7.353 13.591 3.288 3.29M10.642 16.88l6.577-6.578",
|
|
38
|
+
"stroke": "#000",
|
|
39
|
+
"stroke-linecap": "round",
|
|
40
|
+
"stroke-width": "1.395"
|
|
41
|
+
}
|
|
42
|
+
})]);
|
|
43
|
+
};
|
|
44
|
+
var Acceptance = {
|
|
45
|
+
render
|
|
46
|
+
};
|
|
47
|
+
var index = function index2() {
|
|
48
|
+
return svg({
|
|
49
|
+
name: "IconAcceptance",
|
|
50
|
+
component: Acceptance
|
|
51
|
+
})();
|
|
52
|
+
};
|
|
53
|
+
export {
|
|
54
|
+
index as default
|
|
55
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
var render = function render2() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("svg", _vm._g({
|
|
7
|
+
attrs: {
|
|
8
|
+
"viewBox": "0 0 24 24",
|
|
9
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
10
|
+
"width": "24",
|
|
11
|
+
"height": "24",
|
|
12
|
+
"fill": "#191919"
|
|
13
|
+
}
|
|
14
|
+
}, _vm.$listeners), [_c("rect", {
|
|
15
|
+
attrs: {
|
|
16
|
+
"width": "24",
|
|
17
|
+
"height": "24",
|
|
18
|
+
"rx": "6",
|
|
19
|
+
"ry": "6"
|
|
20
|
+
}
|
|
21
|
+
}), _c("path", {
|
|
22
|
+
attrs: {
|
|
23
|
+
"fill": "none",
|
|
24
|
+
"d": "M0 0h24v24H0z"
|
|
25
|
+
}
|
|
26
|
+
}), _c("path", {
|
|
27
|
+
attrs: {
|
|
28
|
+
"d": "M6.15 2.25h11.7c2.15 0 3.9 1.74 3.9 3.9v11.7c0 2.15-1.75 3.9-3.9 3.9H6.15c-2.16 0-3.9-1.75-3.9-3.9V6.15c0-2.16 1.74-3.9 3.9-3.9Z",
|
|
29
|
+
"fill": "none"
|
|
30
|
+
}
|
|
31
|
+
}), _c("path", {
|
|
32
|
+
attrs: {
|
|
33
|
+
"d": "M7.953 7.632H5.882v.926h2.071v1.692c-.802.223-1.604.424-2.406.602l.113 1.035 2.293-.656v1.917c-.036.076-.074.15-.113.226-.111.073-.2.11-.263.11a2.51 2.51 0 0 1-.506.057H5.77l.154.923H7.41l.07.01a1.865 1.865 0 0 0 .765-.086.868.868 0 0 0 .31-.204.622.622 0 0 0 .164-.161.64.64 0 0 0 .102-.273 2.677 2.677 0 0 0 .113-.769v-2.017l1.542-.379-.059-.503-.054-.488-1.429.39V8.557h1.695v-.926H8.934V5.714h-.98v1.918Zm4.481-.113H11.02V8.5h1.36c0 .654-.05 1.33-.153 2.03l-1.207-.601-.448.81c.477.225.935.463 1.374.714a3.852 3.852 0 0 1-.772 1.261c-.465.477-.993.915-1.583 1.316l.886.701a9.933 9.933 0 0 0 1.579-1.47c.328-.4.603-.859.827-1.374.654.365 1.288.748 1.904 1.149l.488-.978c-.69-.364-1.399-.73-2.126-1.094.149-.802.223-1.623.223-2.464h2.074v1.203c0 .654.019 1.313.055 1.976 0 .437.038.858.113 1.26a3.27 3.27 0 0 0 .547 1.146.874.874 0 0 0 .335.298.848.848 0 0 0 .49.072.892.892 0 0 0 .49-.27 2.227 2.227 0 0 0 .543-.923c.179-.589.324-1.191.435-1.809l-.882-.321a14.49 14.49 0 0 1-.266 1.415 7.657 7.657 0 0 1-.223.601c0 .061-.015.105-.045.133a.155.155 0 0 1-.108.035.136.136 0 0 1-.045-.007c-.053-.019-.094-.072-.123-.16a1.023 1.023 0 0 1-.17-.547 20.217 20.217 0 0 1-.21-2.954V7.52h-3.01V5.714h-.937V7.52Zm3.893 7.058-.882.489c.652.98 1.235 2.021 1.75 3.124l.937-.547a32.688 32.688 0 0 0-1.805-3.066Zm-2.803.154-.922.335a25.869 25.869 0 0 1 1.035 2.898l.995-.28a54.498 54.498 0 0 0-1.108-2.953Zm-7.642 3.066.98.489a21.059 21.059 0 0 0 1.47-3.162l-.98-.338a13.542 13.542 0 0 1-1.47 3.01Zm4.69-2.844-.982.226c.226.98.428 1.983.605 3.01l.978-.225a27.393 27.393 0 0 0-.602-3.01Z",
|
|
34
|
+
"fill": "#FFF",
|
|
35
|
+
"fill-rule": "evenodd"
|
|
36
|
+
}
|
|
37
|
+
})]);
|
|
38
|
+
};
|
|
39
|
+
var BadgeHotCn = {
|
|
40
|
+
render
|
|
41
|
+
};
|
|
42
|
+
var index = function index2() {
|
|
43
|
+
return svg({
|
|
44
|
+
name: "IconBadgeHotCn",
|
|
45
|
+
component: BadgeHotCn
|
|
46
|
+
})();
|
|
47
|
+
};
|
|
48
|
+
export {
|
|
49
|
+
index as default
|
|
50
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
var render = function render2() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("svg", _vm._g({
|
|
7
|
+
attrs: {
|
|
8
|
+
"viewBox": "0 0 24 24",
|
|
9
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
10
|
+
"width": "24",
|
|
11
|
+
"height": "24",
|
|
12
|
+
"fill": "#191919"
|
|
13
|
+
}
|
|
14
|
+
}, _vm.$listeners), [_c("rect", {
|
|
15
|
+
attrs: {
|
|
16
|
+
"width": "24",
|
|
17
|
+
"height": "24",
|
|
18
|
+
"rx": "6",
|
|
19
|
+
"ry": "6"
|
|
20
|
+
}
|
|
21
|
+
}), _c("path", {
|
|
22
|
+
attrs: {
|
|
23
|
+
"d": "M4.8 0h14.4C21.846 0 24 2.142 24 4.8v14.4c0 2.646-2.154 4.8-4.8 4.8H4.8A4.798 4.798 0 0 1 0 19.2V4.8A4.79 4.79 0 0 1 4.8 0Z",
|
|
24
|
+
"fill": "none"
|
|
25
|
+
}
|
|
26
|
+
}), _c("path", {
|
|
27
|
+
attrs: {
|
|
28
|
+
"d": "M6.15 2.25h11.7c2.15 0 3.9 1.74 3.9 3.9v11.7c0 2.15-1.75 3.9-3.9 3.9H6.15c-2.16 0-3.9-1.75-3.9-3.9V6.15c0-2.16 1.74-3.9 3.9-3.9Z",
|
|
29
|
+
"fill": "none"
|
|
30
|
+
}
|
|
31
|
+
}), _c("path", {
|
|
32
|
+
attrs: {
|
|
33
|
+
"d": "M8.16 11.161h-3.3v-2.88H3.41V15.6h1.45v-3.15h3.3v3.15h1.46V8.28H8.16v2.881Zm11.01 4.559c.607 0 1.08-.14 1.42-.42l-.48-.999c-.207.14-.427.21-.66.21-.266 0-.46-.09-.58-.269-.12-.18-.179-.444-.179-.79v-1.86h1.56v-1.17h-1.56V8.83H17.3v1.592h-.92v1.17h.92v2.089c0 .767.171 1.298.515 1.594.343.296.795.444 1.355.444Zm-8.43-2.71c0-.54.12-1.015.363-1.429.244-.413.57-.731.977-.954a2.69 2.69 0 0 1 1.32-.337q.39 0 .748.104.288.083.556.233c.404.223.727.54.97.954q.037.064.07.13h.001q.295.574.295 1.298c0 .54-.122 1.018-.367 1.431a2.49 2.49 0 0 1-.969.95q-.255.14-.527.22-.372.11-.777.11c-.473 0-.913-.11-1.32-.33a2.498 2.498 0 0 1-.977-.95c-.242-.413-.364-.89-.364-1.43Zm1.44 0c0 .46.114.825.344 1.096.231.27.52.405.867.405.346 0 .633-.135.859-.405.226-.27.34-.636.34-1.097 0-.459-.114-.825-.34-1.098a1.068 1.068 0 0 0-.86-.41 1.09 1.09 0 0 0-.866.41l-.015.018q-.33.407-.33 1.08Z",
|
|
34
|
+
"fill": "#FFF",
|
|
35
|
+
"fill-rule": "evenodd"
|
|
36
|
+
}
|
|
37
|
+
})]);
|
|
38
|
+
};
|
|
39
|
+
var BadgeHotEn = {
|
|
40
|
+
render
|
|
41
|
+
};
|
|
42
|
+
var index = function index2() {
|
|
43
|
+
return svg({
|
|
44
|
+
name: "IconBadgeHotEn",
|
|
45
|
+
component: BadgeHotEn
|
|
46
|
+
})();
|
|
47
|
+
};
|
|
48
|
+
export {
|
|
49
|
+
index as default
|
|
50
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
var render = function render2() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("svg", _vm._g({
|
|
7
|
+
attrs: {
|
|
8
|
+
"viewBox": "0 0 24 24",
|
|
9
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
10
|
+
"width": "24",
|
|
11
|
+
"height": "24",
|
|
12
|
+
"fill": "#191919"
|
|
13
|
+
}
|
|
14
|
+
}, _vm.$listeners), [_c("rect", {
|
|
15
|
+
attrs: {
|
|
16
|
+
"width": "24",
|
|
17
|
+
"height": "24",
|
|
18
|
+
"rx": "6",
|
|
19
|
+
"ry": "6"
|
|
20
|
+
}
|
|
21
|
+
}), _c("path", {
|
|
22
|
+
attrs: {
|
|
23
|
+
"d": "M4.8 0h14.4C21.846 0 24 2.142 24 4.8v14.4c0 2.646-2.154 4.8-4.8 4.8H4.8A4.798 4.798 0 0 1 0 19.2V4.8A4.79 4.79 0 0 1 4.8 0Z",
|
|
24
|
+
"fill": "none"
|
|
25
|
+
}
|
|
26
|
+
}), _c("path", {
|
|
27
|
+
attrs: {
|
|
28
|
+
"d": "M6.15 2.25h11.7c2.15 0 3.9 1.74 3.9 3.9v11.7c0 2.15-1.75 3.9-3.9 3.9H6.15c-2.16 0-3.9-1.75-3.9-3.9V6.15c0-2.16 1.74-3.9 3.9-3.9Z",
|
|
29
|
+
"fill": "none"
|
|
30
|
+
}
|
|
31
|
+
}), _c("path", {
|
|
32
|
+
attrs: {
|
|
33
|
+
"d": "m7.66 8.088-.772.335c.29.618.58 1.252.869 1.904H5.743v.882h3.008v1.582h-2.84v.94h2.84v2.618a1.74 1.74 0 0 1-.054.434c0 .083-.021.145-.063.187a.187.187 0 0 1-.05.036c-.075.075-.15.112-.226.112a1.702 1.702 0 0 1-.434.055h-.769l.226.981h.823c.253 0 .506-.038.76-.113.147-.036.277-.092.389-.167a.684.684 0 0 0 .234-.28.6.6 0 0 0 .032-.096 2.017 2.017 0 0 0 .113-.66v-3.107h2.673v-.94H9.732V11.21h2.84v-.882H10.56c.29-.652.578-1.305.865-1.959l-.81-.28h1.695v-.923H9.954c-.26-.551-.516-1.098-.769-1.64l-.923.324.643 1.316H6.119v.923h1.542Zm0 0c.327.624.653 1.264.978 1.918l-.769.32h1.638c.364-.726.715-1.472 1.052-2.238H7.661Zm3.655 9.953.994.434c.363-.467.689-.975.978-1.524.15-.401.277-.802.38-1.203l.008-.028a7.23 7.23 0 0 0 .326-1.78c.039-.766.058-1.55.058-2.352v-.167h1.846v6.846h1.05V11.42h1.527v-.981H14.06V8.033a15.896 15.896 0 0 0 2.294-.379 11.003 11.003 0 0 0 1.808-.489l-.393-.994c-.654.223-1.326.41-2.017.56-.877.178-1.773.323-2.686.434v4.215c0 .763-.02 1.547-.058 2.351a8.867 8.867 0 0 1-.264 1.75c-.15.363-.295.726-.434 1.09-.3.504-.632.994-.994 1.47Zm-5.797-.923.769.434a19.413 19.413 0 0 0 1.695-3.178l-.827-.267a15.44 15.44 0 0 1-1.637 3.011Zm5.304-2.953-.714.49c.515.653 1.01 1.344 1.487 2.07l.714-.547a38.488 38.488 0 0 0-1.486-2.013Z",
|
|
34
|
+
"fill": "#FFF",
|
|
35
|
+
"fill-rule": "evenodd"
|
|
36
|
+
}
|
|
37
|
+
})]);
|
|
38
|
+
};
|
|
39
|
+
var BadgeNewCn = {
|
|
40
|
+
render
|
|
41
|
+
};
|
|
42
|
+
var index = function index2() {
|
|
43
|
+
return svg({
|
|
44
|
+
name: "IconBadgeNewCn",
|
|
45
|
+
component: BadgeNewCn
|
|
46
|
+
})();
|
|
47
|
+
};
|
|
48
|
+
export {
|
|
49
|
+
index as default
|
|
50
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
var render = function render2() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("svg", _vm._g({
|
|
7
|
+
attrs: {
|
|
8
|
+
"viewBox": "0 0 24 24",
|
|
9
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
10
|
+
"width": "24",
|
|
11
|
+
"height": "24",
|
|
12
|
+
"fill": "#191919"
|
|
13
|
+
}
|
|
14
|
+
}, _vm.$listeners), [_c("rect", {
|
|
15
|
+
attrs: {
|
|
16
|
+
"width": "24",
|
|
17
|
+
"height": "24",
|
|
18
|
+
"rx": "6",
|
|
19
|
+
"ry": "6"
|
|
20
|
+
}
|
|
21
|
+
}), _c("path", {
|
|
22
|
+
attrs: {
|
|
23
|
+
"d": "M4.8 0h14.4C21.846 0 24 2.142 24 4.8v14.4c0 2.646-2.154 4.8-4.8 4.8H4.8A4.798 4.798 0 0 1 0 19.2V4.8A4.79 4.79 0 0 1 4.8 0Z",
|
|
24
|
+
"fill": "none"
|
|
25
|
+
}
|
|
26
|
+
}), _c("path", {
|
|
27
|
+
attrs: {
|
|
28
|
+
"d": "M6.15 2.25h11.7c2.15 0 3.9 1.74 3.9 3.9v11.7c0 2.15-1.75 3.9-3.9 3.9H6.15c-2.16 0-3.9-1.75-3.9-3.9V6.15c0-2.16 1.74-3.9 3.9-3.9Z",
|
|
29
|
+
"fill": "none"
|
|
30
|
+
}
|
|
31
|
+
}), _c("path", {
|
|
32
|
+
attrs: {
|
|
33
|
+
"d": "m7.593 12.896-2.84-3.872h-.938v5.856H4.88V11l2.848 3.879h.945V9.024h-1.08v3.872Zm4.047-2.264c.368 0 .695.081.98.244.285.163.507.393.664.69.158.295.236.635.236 1.019 0 .17-.016.344-.048.52H10.72c.048.31.16.543.336.7q.077.07.165.118.213.117.49.117c.188 0 .355-.041.5-.123a.825.825 0 0 0 .34-.373l.817.48q-.052.14-.132.26-.182.272-.512.443a2.25 2.25 0 0 1-1.059.249c-.374 0-.72-.083-1.041-.249a1.907 1.907 0 0 1-.773-.742c-.195-.33-.291-.728-.291-1.193 0-.458.096-.85.29-1.176a1.93 1.93 0 0 1 .766-.736 2.17 2.17 0 0 1 1.024-.248Zm6.648 2.69-.863-2.585h-.93l-.814 2.615-.873-2.615h-1.145l1.569 4.135h.8l.905-2.52.943 2.52h.791l1.514-4.135h-1.08l-.817 2.584Zm-6.68-1.786a.81.81 0 0 0-.56.21c-.155.137-.26.332-.313.583h1.649c-.021-.256-.103-.452-.244-.588a.731.731 0 0 0-.532-.205Z",
|
|
34
|
+
"fill": "#FFF",
|
|
35
|
+
"fill-rule": "evenodd"
|
|
36
|
+
}
|
|
37
|
+
})]);
|
|
38
|
+
};
|
|
39
|
+
var BadgeNewEn = {
|
|
40
|
+
render
|
|
41
|
+
};
|
|
42
|
+
var index = function index2() {
|
|
43
|
+
return svg({
|
|
44
|
+
name: "IconBadgeNewEn",
|
|
45
|
+
component: BadgeNewEn
|
|
46
|
+
})();
|
|
47
|
+
};
|
|
48
|
+
export {
|
|
49
|
+
index as default
|
|
50
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
var render = function render2() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("svg", _vm._g({
|
|
7
|
+
staticClass: "delegated-processing_svg__svgs-icon delegated-processing_svg__aui-svg",
|
|
8
|
+
staticStyle: {
|
|
9
|
+
"width": "2em",
|
|
10
|
+
"height": "2em"
|
|
11
|
+
},
|
|
12
|
+
attrs: {
|
|
13
|
+
"viewBox": "0 0 24 24",
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
15
|
+
}
|
|
16
|
+
}, _vm.$listeners), [_c("path", {
|
|
17
|
+
attrs: {
|
|
18
|
+
"d": "M16.58 6.53v.2c.06.08.11.17.16.26.1.2.17.41.22.65.01.1.03.21.03.32.02.26-.01.52-.07.79h-.18c-.5 0-1 .04-1.48.13.06-.09.11-.2.16-.32.07-.23.1-.45.06-.66-.03-.15-.08-.26-.15-.32a.826.826 0 0 1-.21-.28.783.783 0 0 1-.05-.34c0-.14.01-.29.01-.43 0-.7-.07-1.32-.22-1.87-.14-.56-.36-1.03-.65-1.42-.13-.16-.27-.31-.43-.45-.62-.53-1.46-.79-2.54-.79-1.07 0-1.91.26-2.53.79-.16.14-.3.29-.43.45-.29.39-.51.86-.65 1.42-.15.55-.22 1.18-.22 1.88 0 .14.01.28.01.42.01.12-.01.23-.05.34-.05.11-.12.2-.21.27-.07.07-.12.18-.15.33-.04.21-.01.43.07.66.06.19.16.36.28.49.11.11.21.18.32.22.09.03.18.07.26.14.07.06.14.14.18.23.14.27.3.53.48.75 0 .01.07.11.07.11.54.75.79 1.43.75 2.04a1.771 1.771 0 0 1-.37.98c-.19.26-.47.48-.81.65-.18.09-.41.2-.7.31-.16.07-.44.17-.81.31-.74.28-1.3.5-1.68.66-.63.28-1.16.55-1.58.83-.49.32-.85.64-1.09.98-.19.26-.31.53-.35.82-.02.08-.02.17-.02.26 0 .13-.01.33-.01.59-.01.41-.01.7 0 .86.01.24.04.42.08.54.02.07.04.11.06.12.03.03.1.04.2.05h7.33c.29.54.64 1.04 1.04 1.5H2.29c-.4-.02-.79-.16-1.06-.36a.689.689 0 0 1-.13-.11c-.21-.19-.36-.44-.45-.74-.08-.25-.13-.56-.15-.93-.01-.2-.01-.51 0-.95 0-.25.01-.44.01-.57 0-.26.02-.51.08-.75.23-.97.92-1.82 2.06-2.57.5-.32 1.1-.63 1.81-.94.4-.18.98-.41 1.74-.69l.79-.3c.24-.1.43-.18.57-.25.14-.07.28-.21.34-.29a.36.36 0 0 0 .02-.11c.01-.1-.02-.23-.08-.39-.08-.2-.27-.51-.45-.76-.17-.22-.33-.46-.47-.72-.23-.11-.45-.28-.65-.49-.05-.06-.11-.12-.16-.18-.19-.25-.34-.53-.45-.85a2.78 2.78 0 0 1-.16-1.09c0-.11.02-.21.03-.32.05-.24.12-.45.22-.65.05-.09.1-.18.16-.26v-.2c0-.83.09-1.57.27-2.25.19-.75.5-1.4.91-1.94.21-.29.45-.54.72-.76.3-.24.62-.44.98-.6C9.5.66 10.32.5 11.24.5c.93 0 1.75.16 2.46.48.36.16.68.36.98.6.27.22.51.47.72.76.41.54.72 1.19.91 1.94.18.68.27 1.42.27 2.25Zm.16 3.47c-3.72 0-6.75 3.02-6.75 6.75 0 3.72 3.03 6.75 6.75 6.75 3.73 0 6.75-3.03 6.75-6.75 0-3.73-3.02-6.75-6.75-6.75Zm0 1.5a5.25 5.25 0 1 0-.001 10.499A5.25 5.25 0 0 0 16.74 11.5Zm1.11 1.68c-.31.28-.34.75-.06 1.06l.28.32h-4.33c-.42 0-.75.33-.75.75s.33.75.75.75h6c.21 0 .39-.07.53-.22a.71.71 0 0 0 .22-.53c0-.09-.01-.18-.05-.27a.79.79 0 0 0-.14-.23l-1.39-1.56a.747.747 0 0 0-1.06-.07Zm-2.44 5.75h4.33c.42 0 .75-.33.75-.75s-.33-.75-.75-.75h-6a.75.75 0 0 0-.56 1.25l1.39 1.56c.28.32.75.34 1.06.07.32-.28.34-.75.06-1.06l-.28-.32Z",
|
|
19
|
+
"fill-rule": "evenodd"
|
|
20
|
+
}
|
|
21
|
+
})]);
|
|
22
|
+
};
|
|
23
|
+
var DelegatedProcessing = {
|
|
24
|
+
render
|
|
25
|
+
};
|
|
26
|
+
var index = function index2() {
|
|
27
|
+
return svg({
|
|
28
|
+
name: "IconDelegatedProcessing",
|
|
29
|
+
component: DelegatedProcessing
|
|
30
|
+
})();
|
|
31
|
+
};
|
|
32
|
+
export {
|
|
33
|
+
index as default
|
|
34
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
var render = function render2() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("svg", _vm._g({
|
|
7
|
+
attrs: {
|
|
8
|
+
"viewBox": "0 0 21.75 20.25",
|
|
9
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
10
|
+
"width": "21.75",
|
|
11
|
+
"height": "20.25",
|
|
12
|
+
"fill": "none"
|
|
13
|
+
}
|
|
14
|
+
}, _vm.$listeners), [_c("path", {
|
|
15
|
+
attrs: {
|
|
16
|
+
"d": "M0 0h24v24H0z"
|
|
17
|
+
}
|
|
18
|
+
}), _c("path", {
|
|
19
|
+
attrs: {
|
|
20
|
+
"d": "M5.348 3.75h1.675c.63 0 1.234.25 1.676.697l.3.303H16.6c1.691 0 3.053 1.397 3.145 3.134v.026a3.12 3.12 0 0 1 2.005 2.906v6.316c0 1.724-1.413 3.118-3.15 3.118H5.4c-1.737 0-3.15-1.394-3.15-3.118V6.817c0-1.696 1.39-3.067 3.098-3.067Zm12.867 3.947c-.148-.783-.75-1.372-1.474-1.44L16.6 6.25h-6.114l1.185 1.195a.86.86 0 0 0 .61.252h5.934Z",
|
|
21
|
+
"fill": "#191919",
|
|
22
|
+
"fill-rule": "evenodd"
|
|
23
|
+
}
|
|
24
|
+
})]);
|
|
25
|
+
};
|
|
26
|
+
var FolderClosedSolid = {
|
|
27
|
+
render
|
|
28
|
+
};
|
|
29
|
+
var index = function index2() {
|
|
30
|
+
return svg({
|
|
31
|
+
name: "IconFolderClosedSolid",
|
|
32
|
+
component: FolderClosedSolid
|
|
33
|
+
})();
|
|
34
|
+
};
|
|
35
|
+
export {
|
|
36
|
+
index as default
|
|
37
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
var render = function render2() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("svg", _vm._g({
|
|
7
|
+
attrs: {
|
|
8
|
+
"viewBox": "0 0 21.75 20.25",
|
|
9
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
10
|
+
"width": "21.75",
|
|
11
|
+
"height": "20.25",
|
|
12
|
+
"fill": "none"
|
|
13
|
+
}
|
|
14
|
+
}, _vm.$listeners), [_c("path", {
|
|
15
|
+
attrs: {
|
|
16
|
+
"d": "M0 0h24v24H0z"
|
|
17
|
+
}
|
|
18
|
+
}), _c("path", {
|
|
19
|
+
attrs: {
|
|
20
|
+
"d": "M7.52 3.75c.24 0 .476.046.697.135l.162.074 3.419 1.765h5.177c1.213 0 2.128.494 2.624 1.452l.088.185a.75.75 0 0 1-1.374.6c-.204-.465-.558-.7-1.177-.733l-.16-.004h-5.183a1.49 1.49 0 0 1-.556-.108l-.129-.06-3.417-1.764a.374.374 0 0 0-.112-.037l-.058-.005H5.297c-.802 0-1.469.642-1.54 1.47l-.007.148v7.699l1-3.388a2.334 2.334 0 0 1 2.297-1.903h12.367a2.333 2.333 0 0 1 2.336 2.33c0 .142-.013.285-.057.5l-1.844 6.242a2.334 2.334 0 0 1-2.296 1.902H5.186c-.292 0-.573-.054-.831-.152-1.17-.388-2.026-1.481-2.1-2.784l-.005-.182V6.868c0-1.655 1.264-3.018 2.868-3.113l.18-.005H7.52Z",
|
|
21
|
+
"fill": "#191919",
|
|
22
|
+
"fill-rule": "evenodd"
|
|
23
|
+
}
|
|
24
|
+
})]);
|
|
25
|
+
};
|
|
26
|
+
var FolderOpenedSolid = {
|
|
27
|
+
render
|
|
28
|
+
};
|
|
29
|
+
var index = function index2() {
|
|
30
|
+
return svg({
|
|
31
|
+
name: "IconFolderOpenedSolid",
|
|
32
|
+
component: FolderOpenedSolid
|
|
33
|
+
})();
|
|
34
|
+
};
|
|
35
|
+
export {
|
|
36
|
+
index as default
|
|
37
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
var render = function render2() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("svg", _vm._g({
|
|
7
|
+
attrs: {
|
|
8
|
+
"viewBox": "0 0 24 24",
|
|
9
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
10
|
+
"width": "24",
|
|
11
|
+
"height": "24",
|
|
12
|
+
"fill": "none"
|
|
13
|
+
}
|
|
14
|
+
}, _vm.$listeners), [_c("path", {
|
|
15
|
+
attrs: {
|
|
16
|
+
"fill": "none",
|
|
17
|
+
"d": "M0 0h24v24H0z"
|
|
18
|
+
}
|
|
19
|
+
}), _c("rect", {
|
|
20
|
+
attrs: {
|
|
21
|
+
"width": "20",
|
|
22
|
+
"height": "22",
|
|
23
|
+
"x": "2",
|
|
24
|
+
"y": "1",
|
|
25
|
+
"rx": "3",
|
|
26
|
+
"stroke": "#000",
|
|
27
|
+
"stroke-width": "1.5"
|
|
28
|
+
}
|
|
29
|
+
}), _c("path", {
|
|
30
|
+
attrs: {
|
|
31
|
+
"d": "M18 18.5H7M18 13h-5M18 7h-5M6 5l2 2.5M10.121 5 8 7.5M8 8v6M10 8.5H6M9.5 11.5h-3",
|
|
32
|
+
"stroke": "#000",
|
|
33
|
+
"stroke-linecap": "round",
|
|
34
|
+
"stroke-width": "1.5"
|
|
35
|
+
}
|
|
36
|
+
})]);
|
|
37
|
+
};
|
|
38
|
+
var PaymentSlips = {
|
|
39
|
+
render
|
|
40
|
+
};
|
|
41
|
+
var index = function index2() {
|
|
42
|
+
return svg({
|
|
43
|
+
name: "IconPaymentSlips",
|
|
44
|
+
component: PaymentSlips
|
|
45
|
+
})();
|
|
46
|
+
};
|
|
47
|
+
export {
|
|
48
|
+
index as default
|
|
49
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
var render = function render2() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("svg", _vm._g({
|
|
7
|
+
attrs: {
|
|
8
|
+
"viewBox": "0 0 24 24",
|
|
9
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
10
|
+
"width": "24",
|
|
11
|
+
"height": "24",
|
|
12
|
+
"fill": "none"
|
|
13
|
+
}
|
|
14
|
+
}, _vm.$listeners), [_c("path", {
|
|
15
|
+
attrs: {
|
|
16
|
+
"fill": "none",
|
|
17
|
+
"d": "M0 0h24v24H0z"
|
|
18
|
+
}
|
|
19
|
+
}), _c("rect", {
|
|
20
|
+
attrs: {
|
|
21
|
+
"width": "20",
|
|
22
|
+
"height": "22",
|
|
23
|
+
"x": "2",
|
|
24
|
+
"y": "1",
|
|
25
|
+
"rx": "3",
|
|
26
|
+
"stroke": "#000",
|
|
27
|
+
"stroke-width": "1.5"
|
|
28
|
+
}
|
|
29
|
+
}), _c("path", {
|
|
30
|
+
attrs: {
|
|
31
|
+
"d": "M6 18h12M18 11V6M11.5 13.5l-3-2.5M13 6h5M6 14.536 8.5 11M11.5 13.5 17 7",
|
|
32
|
+
"stroke": "#000",
|
|
33
|
+
"stroke-linecap": "round",
|
|
34
|
+
"stroke-width": "1.5"
|
|
35
|
+
}
|
|
36
|
+
})]);
|
|
37
|
+
};
|
|
38
|
+
var Performance = {
|
|
39
|
+
render
|
|
40
|
+
};
|
|
41
|
+
var index = function index2() {
|
|
42
|
+
return svg({
|
|
43
|
+
name: "IconPerformance",
|
|
44
|
+
component: Performance
|
|
45
|
+
})();
|
|
46
|
+
};
|
|
47
|
+
export {
|
|
48
|
+
index as default
|
|
49
|
+
};
|
package/lib/pushpin-solid.js
CHANGED
|
@@ -5,17 +5,33 @@ var render = function render2() {
|
|
|
5
5
|
var _c = _vm._self._c || _h;
|
|
6
6
|
return _c("svg", _vm._g({
|
|
7
7
|
attrs: {
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
8
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
9
|
+
"width": "24",
|
|
10
|
+
"height": "24",
|
|
11
|
+
"viewBox": "0 0 24 24",
|
|
12
|
+
"fill": "none"
|
|
13
13
|
}
|
|
14
|
-
}, _vm.$listeners), [_c("
|
|
14
|
+
}, _vm.$listeners), [_c("defs", [_c("clipPath", {
|
|
15
15
|
attrs: {
|
|
16
|
-
"
|
|
16
|
+
"id": "pushpin-solid_svg__a"
|
|
17
17
|
}
|
|
18
|
-
}
|
|
18
|
+
}, [_c("path", {
|
|
19
|
+
attrs: {
|
|
20
|
+
"fill": "#fff",
|
|
21
|
+
"fill-opacity": "0",
|
|
22
|
+
"d": "M0 0h24v24H0z"
|
|
23
|
+
}
|
|
24
|
+
})])]), _c("g", {
|
|
25
|
+
attrs: {
|
|
26
|
+
"clip-path": "url(#pushpin-solid_svg__a)"
|
|
27
|
+
}
|
|
28
|
+
}, [_c("path", {
|
|
29
|
+
attrs: {
|
|
30
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
31
|
+
"d": "M15.33 2.96c-.96-.95-2.5-.95-3.46 0l-.15.15c-.79.8-1.1 1.94-.83 3.02l.08.29c.15.56-.01 1.18-.44 1.61l-.35.35c-.37.38-.92.51-1.43.36l-.14-.05c-.41-.11-.88-.2-1.43-.28-.62-.09-1.34-.1-2.17-.06-.72.04-1.39.35-1.91.86l-.13.14a2.95 2.95 0 0 0 .13 4.02l3.23 3.24-3.87 3.85c-.21.3-.26.8 0 1.07.3.29.77.29 1.07 0l3.78-3.79 3.28 3.14c.51.51 1.19.82 1.91.86a2.94 2.94 0 0 0 3.1-2.77c.05-.83.03-1.55-.06-2.17-.07-.52-.16-.97-.26-1.35l-.09-.31c-.12-.47.03-1 .38-1.36l.39-.38c.44-.44 1.05-.64 1.66-.53l.28.06a3.41 3.41 0 0 0 3.15-.91l.09-.11c.83-.93.79-2.32-.07-3.18l-5.74-5.77Z",
|
|
32
|
+
"fill-rule": "evenodd"
|
|
33
|
+
}
|
|
34
|
+
})])]);
|
|
19
35
|
};
|
|
20
36
|
var PushpinSolid = {
|
|
21
37
|
render
|
package/lib/pushpin.js
CHANGED
|
@@ -5,15 +5,32 @@ var render = function render2() {
|
|
|
5
5
|
var _c = _vm._self._c || _h;
|
|
6
6
|
return _c("svg", _vm._g({
|
|
7
7
|
attrs: {
|
|
8
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
9
|
+
"width": "24",
|
|
10
|
+
"height": "24",
|
|
8
11
|
"viewBox": "0 0 24 24",
|
|
9
|
-
"
|
|
12
|
+
"fill": "none"
|
|
10
13
|
}
|
|
11
|
-
}, _vm.$listeners), [_c("
|
|
14
|
+
}, _vm.$listeners), [_c("defs", [_c("clipPath", {
|
|
12
15
|
attrs: {
|
|
13
|
-
"
|
|
16
|
+
"id": "pushpin_svg__a"
|
|
17
|
+
}
|
|
18
|
+
}, [_c("path", {
|
|
19
|
+
attrs: {
|
|
20
|
+
"fill": "#fff",
|
|
21
|
+
"fill-opacity": "0",
|
|
22
|
+
"d": "M0 0h24v24H0z"
|
|
23
|
+
}
|
|
24
|
+
})])]), _c("g", {
|
|
25
|
+
attrs: {
|
|
26
|
+
"clip-path": "url(#pushpin_svg__a)"
|
|
27
|
+
}
|
|
28
|
+
}, [_c("path", {
|
|
29
|
+
attrs: {
|
|
30
|
+
"d": "M15.33 2.96c-.96-.95-2.5-.95-3.46 0l-.15.15c-.79.8-1.1 1.94-.83 3.02l.08.29c.15.56-.01 1.18-.44 1.61l-.35.35c-.37.38-.92.51-1.43.36l-.14-.05c-.41-.11-.88-.2-1.43-.28-.62-.09-1.34-.1-2.17-.06-.72.04-1.39.35-1.91.86l-.13.14a2.95 2.95 0 0 0 .13 4.02l3.23 3.24-3.87 3.85c-.21.3-.26.8 0 1.07.3.29.77.29 1.07 0l3.78-3.79 3.28 3.14c.51.51 1.19.82 1.91.86a2.94 2.94 0 0 0 3.1-2.77c.05-.83.03-1.55-.06-2.17-.07-.52-.16-.97-.26-1.35l-.09-.31c-.12-.47.03-1 .38-1.36l.39-.38c.44-.44 1.05-.64 1.66-.53l.28.06a3.41 3.41 0 0 0 3.15-.91l.09-.11c.83-.93.79-2.32-.07-3.18l-5.74-5.77Zm-2.39 1.06c.36-.37.96-.37 1.32 0l5.75 5.76c.3.31.31.8.03 1.12-.44.44-1.17.71-1.8.57l-.3-.07c-1.02-.2-2.1.09-2.89.79L11.77 8.9c.67-.79.92-1.87.64-2.89l-.03-.12c-.2-.62-.04-1.27.4-1.72l.16-.15ZM6.97 9.9c-.51-.08-1.14-.09-1.87-.05-.35.02-.68.17-.93.42a1.43 1.43 0 0 0 0 2.04l7.49 7.51c.24.25.58.4.93.42.79.05 1.47-.56 1.51-1.35.05-.74.03-1.37-.04-1.88-.07-.46-.14-.85-.23-1.17l-.08-.31c-.2-.76-.08-1.55.3-2.21L10.64 9.9c-.69.41-1.54.52-2.33.27l-.12-.03c-.32-.09-.73-.18-1.22-.24Z",
|
|
14
31
|
"fill-rule": "evenodd"
|
|
15
32
|
}
|
|
16
|
-
})]);
|
|
33
|
+
})])]);
|
|
17
34
|
};
|
|
18
35
|
var Pushpin = {
|
|
19
36
|
render
|
package/lib/triangle-down.js
CHANGED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { svg } from "@opentinyvue/vue-common";
|
|
2
|
+
var render = function render2() {
|
|
3
|
+
var _vm = this;
|
|
4
|
+
var _h = _vm.$createElement;
|
|
5
|
+
var _c = _vm._self._c || _h;
|
|
6
|
+
return _c("svg", _vm._g({
|
|
7
|
+
attrs: {
|
|
8
|
+
"viewBox": "0 -7 24 24",
|
|
9
|
+
"xmlns": "http://www.w3.org/2000/svg"
|
|
10
|
+
}
|
|
11
|
+
}, _vm.$listeners), [_c("path", {
|
|
12
|
+
attrs: {
|
|
13
|
+
"d": "M3.47 16.53a.75.75 0 0 0 .976.073l.084-.073L12 9.061l7.47 7.47a.75.75 0 0 0 .976.072l.084-.073a.75.75 0 0 0 .073-.976l-.073-.084-8-8a.75.75 0 0 0-.976-.073l-.084.073-8 8a.75.75 0 0 0 0 1.06Z",
|
|
14
|
+
"fill-rule": "evenodd"
|
|
15
|
+
}
|
|
16
|
+
})]);
|
|
17
|
+
};
|
|
18
|
+
var TriangleUp = {
|
|
19
|
+
render
|
|
20
|
+
};
|
|
21
|
+
var index = function index2() {
|
|
22
|
+
return svg({
|
|
23
|
+
name: "IconTriangleUp",
|
|
24
|
+
component: TriangleUp
|
|
25
|
+
})();
|
|
26
|
+
};
|
|
27
|
+
export {
|
|
28
|
+
index as default
|
|
29
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentinyvue/vue-icon-saas",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.26.0",
|
|
4
4
|
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
|
|
5
5
|
"homepage": "https://opentiny.design/tiny-vue",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"sideEffects": false,
|
|
28
28
|
"type": "module",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@opentinyvue/vue-common": "~2.
|
|
31
|
-
"@opentinyvue/vue-theme-saas": "~2.
|
|
30
|
+
"@opentinyvue/vue-common": "~2.26.0",
|
|
31
|
+
"@opentinyvue/vue-theme-saas": "~2.26.0"
|
|
32
32
|
},
|
|
33
33
|
"module": "./index.js",
|
|
34
34
|
"types": "index.d.ts",
|