@opentinyvue/vue-icon-saas 3.24.0 → 3.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.
@@ -0,0 +1,73 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ import { createElementBlock, openBlock, createElementVNode } from "vue";
3
+ var _hoisted_1 = {
4
+ viewBox: "0 0 24 24",
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "24",
7
+ height: "24",
8
+ fill: "none"
9
+ };
10
+ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
11
+ "path",
12
+ {
13
+ fill: "none",
14
+ d: "M0 0h24v24H0z"
15
+ },
16
+ null,
17
+ -1
18
+ /* HOISTED */
19
+ );
20
+ var _hoisted_3 = /* @__PURE__ */ createElementVNode(
21
+ "path",
22
+ {
23
+ 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",
24
+ fill: "#000",
25
+ "fill-rule": "evenodd"
26
+ },
27
+ null,
28
+ -1
29
+ /* HOISTED */
30
+ );
31
+ var _hoisted_4 = /* @__PURE__ */ createElementVNode(
32
+ "rect",
33
+ {
34
+ width: "11.163",
35
+ height: "3.721",
36
+ x: "6.422",
37
+ y: "1",
38
+ rx: "1.395",
39
+ stroke: "#000",
40
+ "stroke-width": "1.395"
41
+ },
42
+ null,
43
+ -1
44
+ /* HOISTED */
45
+ );
46
+ var _hoisted_5 = /* @__PURE__ */ createElementVNode(
47
+ "path",
48
+ {
49
+ d: "m7.353 13.591 3.288 3.29M10.642 16.88l6.577-6.578",
50
+ stroke: "#000",
51
+ "stroke-linecap": "round",
52
+ "stroke-width": "1.395"
53
+ },
54
+ null,
55
+ -1
56
+ /* HOISTED */
57
+ );
58
+ var _hoisted_6 = [_hoisted_2, _hoisted_3, _hoisted_4, _hoisted_5];
59
+ function render(_ctx, _cache) {
60
+ return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_6));
61
+ }
62
+ var Acceptance = {
63
+ render
64
+ };
65
+ var index = function index2() {
66
+ return svg({
67
+ name: "IconAcceptance",
68
+ component: Acceptance
69
+ })();
70
+ };
71
+ export {
72
+ index as default
73
+ };
@@ -0,0 +1,68 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ import { createElementBlock, openBlock, createElementVNode } from "vue";
3
+ var _hoisted_1 = {
4
+ viewBox: "0 0 24 24",
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "24",
7
+ height: "24",
8
+ fill: "#191919"
9
+ };
10
+ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
11
+ "rect",
12
+ {
13
+ width: "24",
14
+ height: "24",
15
+ rx: "6",
16
+ ry: "6"
17
+ },
18
+ null,
19
+ -1
20
+ /* HOISTED */
21
+ );
22
+ var _hoisted_3 = /* @__PURE__ */ createElementVNode(
23
+ "path",
24
+ {
25
+ fill: "none",
26
+ d: "M0 0h24v24H0z"
27
+ },
28
+ null,
29
+ -1
30
+ /* HOISTED */
31
+ );
32
+ var _hoisted_4 = /* @__PURE__ */ createElementVNode(
33
+ "path",
34
+ {
35
+ 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",
36
+ fill: "none"
37
+ },
38
+ null,
39
+ -1
40
+ /* HOISTED */
41
+ );
42
+ var _hoisted_5 = /* @__PURE__ */ createElementVNode(
43
+ "path",
44
+ {
45
+ 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",
46
+ fill: "#FFF",
47
+ "fill-rule": "evenodd"
48
+ },
49
+ null,
50
+ -1
51
+ /* HOISTED */
52
+ );
53
+ var _hoisted_6 = [_hoisted_2, _hoisted_3, _hoisted_4, _hoisted_5];
54
+ function render(_ctx, _cache) {
55
+ return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_6));
56
+ }
57
+ var BadgeHotCn = {
58
+ render
59
+ };
60
+ var index = function index2() {
61
+ return svg({
62
+ name: "IconBadgeHotCn",
63
+ component: BadgeHotCn
64
+ })();
65
+ };
66
+ export {
67
+ index as default
68
+ };
@@ -0,0 +1,68 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ import { createElementBlock, openBlock, createElementVNode } from "vue";
3
+ var _hoisted_1 = {
4
+ viewBox: "0 0 24 24",
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "24",
7
+ height: "24",
8
+ fill: "#191919"
9
+ };
10
+ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
11
+ "rect",
12
+ {
13
+ width: "24",
14
+ height: "24",
15
+ rx: "6",
16
+ ry: "6"
17
+ },
18
+ null,
19
+ -1
20
+ /* HOISTED */
21
+ );
22
+ var _hoisted_3 = /* @__PURE__ */ createElementVNode(
23
+ "path",
24
+ {
25
+ 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",
26
+ fill: "none"
27
+ },
28
+ null,
29
+ -1
30
+ /* HOISTED */
31
+ );
32
+ var _hoisted_4 = /* @__PURE__ */ createElementVNode(
33
+ "path",
34
+ {
35
+ 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",
36
+ fill: "none"
37
+ },
38
+ null,
39
+ -1
40
+ /* HOISTED */
41
+ );
42
+ var _hoisted_5 = /* @__PURE__ */ createElementVNode(
43
+ "path",
44
+ {
45
+ 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",
46
+ fill: "#FFF",
47
+ "fill-rule": "evenodd"
48
+ },
49
+ null,
50
+ -1
51
+ /* HOISTED */
52
+ );
53
+ var _hoisted_6 = [_hoisted_2, _hoisted_3, _hoisted_4, _hoisted_5];
54
+ function render(_ctx, _cache) {
55
+ return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_6));
56
+ }
57
+ var BadgeHotEn = {
58
+ render
59
+ };
60
+ var index = function index2() {
61
+ return svg({
62
+ name: "IconBadgeHotEn",
63
+ component: BadgeHotEn
64
+ })();
65
+ };
66
+ export {
67
+ index as default
68
+ };
@@ -0,0 +1,68 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ import { createElementBlock, openBlock, createElementVNode } from "vue";
3
+ var _hoisted_1 = {
4
+ viewBox: "0 0 24 24",
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "24",
7
+ height: "24",
8
+ fill: "#191919"
9
+ };
10
+ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
11
+ "rect",
12
+ {
13
+ width: "24",
14
+ height: "24",
15
+ rx: "6",
16
+ ry: "6"
17
+ },
18
+ null,
19
+ -1
20
+ /* HOISTED */
21
+ );
22
+ var _hoisted_3 = /* @__PURE__ */ createElementVNode(
23
+ "path",
24
+ {
25
+ 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",
26
+ fill: "none"
27
+ },
28
+ null,
29
+ -1
30
+ /* HOISTED */
31
+ );
32
+ var _hoisted_4 = /* @__PURE__ */ createElementVNode(
33
+ "path",
34
+ {
35
+ 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",
36
+ fill: "none"
37
+ },
38
+ null,
39
+ -1
40
+ /* HOISTED */
41
+ );
42
+ var _hoisted_5 = /* @__PURE__ */ createElementVNode(
43
+ "path",
44
+ {
45
+ 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",
46
+ fill: "#FFF",
47
+ "fill-rule": "evenodd"
48
+ },
49
+ null,
50
+ -1
51
+ /* HOISTED */
52
+ );
53
+ var _hoisted_6 = [_hoisted_2, _hoisted_3, _hoisted_4, _hoisted_5];
54
+ function render(_ctx, _cache) {
55
+ return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_6));
56
+ }
57
+ var BadgeNewCn = {
58
+ render
59
+ };
60
+ var index = function index2() {
61
+ return svg({
62
+ name: "IconBadgeNewCn",
63
+ component: BadgeNewCn
64
+ })();
65
+ };
66
+ export {
67
+ index as default
68
+ };
@@ -0,0 +1,68 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ import { createElementBlock, openBlock, createElementVNode } from "vue";
3
+ var _hoisted_1 = {
4
+ viewBox: "0 0 24 24",
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "24",
7
+ height: "24",
8
+ fill: "#191919"
9
+ };
10
+ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
11
+ "rect",
12
+ {
13
+ width: "24",
14
+ height: "24",
15
+ rx: "6",
16
+ ry: "6"
17
+ },
18
+ null,
19
+ -1
20
+ /* HOISTED */
21
+ );
22
+ var _hoisted_3 = /* @__PURE__ */ createElementVNode(
23
+ "path",
24
+ {
25
+ 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",
26
+ fill: "none"
27
+ },
28
+ null,
29
+ -1
30
+ /* HOISTED */
31
+ );
32
+ var _hoisted_4 = /* @__PURE__ */ createElementVNode(
33
+ "path",
34
+ {
35
+ 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",
36
+ fill: "none"
37
+ },
38
+ null,
39
+ -1
40
+ /* HOISTED */
41
+ );
42
+ var _hoisted_5 = /* @__PURE__ */ createElementVNode(
43
+ "path",
44
+ {
45
+ 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",
46
+ fill: "#FFF",
47
+ "fill-rule": "evenodd"
48
+ },
49
+ null,
50
+ -1
51
+ /* HOISTED */
52
+ );
53
+ var _hoisted_6 = [_hoisted_2, _hoisted_3, _hoisted_4, _hoisted_5];
54
+ function render(_ctx, _cache) {
55
+ return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_6));
56
+ }
57
+ var BadgeNewEn = {
58
+ render
59
+ };
60
+ var index = function index2() {
61
+ return svg({
62
+ name: "IconBadgeNewEn",
63
+ component: BadgeNewEn
64
+ })();
65
+ };
66
+ export {
67
+ index as default
68
+ };
@@ -0,0 +1,37 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ import { createElementBlock, openBlock, createElementVNode } from "vue";
3
+ var _hoisted_1 = {
4
+ viewBox: "0 0 24 24",
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ class: "delegated-processing_svg__svgs-icon delegated-processing_svg__aui-svg",
7
+ style: {
8
+ "width": "2em",
9
+ "height": "2em"
10
+ }
11
+ };
12
+ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
13
+ "path",
14
+ {
15
+ 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",
16
+ "fill-rule": "evenodd"
17
+ },
18
+ null,
19
+ -1
20
+ /* HOISTED */
21
+ );
22
+ var _hoisted_3 = [_hoisted_2];
23
+ function render(_ctx, _cache) {
24
+ return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
25
+ }
26
+ var DelegatedProcessing = {
27
+ render
28
+ };
29
+ var index = function index2() {
30
+ return svg({
31
+ name: "IconDelegatedProcessing",
32
+ component: DelegatedProcessing
33
+ })();
34
+ };
35
+ export {
36
+ index as default
37
+ };
@@ -0,0 +1,45 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ import { createElementBlock, openBlock, createElementVNode } from "vue";
3
+ var _hoisted_1 = {
4
+ viewBox: "0 0 21.75 20.25",
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "21.75",
7
+ height: "20.25",
8
+ fill: "none"
9
+ };
10
+ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
11
+ "path",
12
+ {
13
+ d: "M0 0h24v24H0z"
14
+ },
15
+ null,
16
+ -1
17
+ /* HOISTED */
18
+ );
19
+ var _hoisted_3 = /* @__PURE__ */ createElementVNode(
20
+ "path",
21
+ {
22
+ 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",
23
+ fill: "#191919",
24
+ "fill-rule": "evenodd"
25
+ },
26
+ null,
27
+ -1
28
+ /* HOISTED */
29
+ );
30
+ var _hoisted_4 = [_hoisted_2, _hoisted_3];
31
+ function render(_ctx, _cache) {
32
+ return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
33
+ }
34
+ var FolderClosedSolid = {
35
+ render
36
+ };
37
+ var index = function index2() {
38
+ return svg({
39
+ name: "IconFolderClosedSolid",
40
+ component: FolderClosedSolid
41
+ })();
42
+ };
43
+ export {
44
+ index as default
45
+ };
@@ -0,0 +1,45 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ import { createElementBlock, openBlock, createElementVNode } from "vue";
3
+ var _hoisted_1 = {
4
+ viewBox: "0 0 21.75 20.25",
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "21.75",
7
+ height: "20.25",
8
+ fill: "none"
9
+ };
10
+ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
11
+ "path",
12
+ {
13
+ d: "M0 0h24v24H0z"
14
+ },
15
+ null,
16
+ -1
17
+ /* HOISTED */
18
+ );
19
+ var _hoisted_3 = /* @__PURE__ */ createElementVNode(
20
+ "path",
21
+ {
22
+ 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",
23
+ fill: "#191919",
24
+ "fill-rule": "evenodd"
25
+ },
26
+ null,
27
+ -1
28
+ /* HOISTED */
29
+ );
30
+ var _hoisted_4 = [_hoisted_2, _hoisted_3];
31
+ function render(_ctx, _cache) {
32
+ return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
33
+ }
34
+ var FolderOpenedSolid = {
35
+ render
36
+ };
37
+ var index = function index2() {
38
+ return svg({
39
+ name: "IconFolderOpenedSolid",
40
+ component: FolderOpenedSolid
41
+ })();
42
+ };
43
+ export {
44
+ index as default
45
+ };
@@ -0,0 +1,62 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ import { createElementBlock, openBlock, createElementVNode } from "vue";
3
+ var _hoisted_1 = {
4
+ viewBox: "0 0 24 24",
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "24",
7
+ height: "24",
8
+ fill: "none"
9
+ };
10
+ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
11
+ "path",
12
+ {
13
+ fill: "none",
14
+ d: "M0 0h24v24H0z"
15
+ },
16
+ null,
17
+ -1
18
+ /* HOISTED */
19
+ );
20
+ var _hoisted_3 = /* @__PURE__ */ createElementVNode(
21
+ "rect",
22
+ {
23
+ width: "20",
24
+ height: "22",
25
+ x: "2",
26
+ y: "1",
27
+ rx: "3",
28
+ stroke: "#000",
29
+ "stroke-width": "1.5"
30
+ },
31
+ null,
32
+ -1
33
+ /* HOISTED */
34
+ );
35
+ var _hoisted_4 = /* @__PURE__ */ createElementVNode(
36
+ "path",
37
+ {
38
+ d: "M18 18.5H7M18 13h-5M18 7h-5M6 5l2 2.5M10.121 5 8 7.5M8 8v6M10 8.5H6M9.5 11.5h-3",
39
+ stroke: "#000",
40
+ "stroke-linecap": "round",
41
+ "stroke-width": "1.5"
42
+ },
43
+ null,
44
+ -1
45
+ /* HOISTED */
46
+ );
47
+ var _hoisted_5 = [_hoisted_2, _hoisted_3, _hoisted_4];
48
+ function render(_ctx, _cache) {
49
+ return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_5));
50
+ }
51
+ var PaymentSlips = {
52
+ render
53
+ };
54
+ var index = function index2() {
55
+ return svg({
56
+ name: "IconPaymentSlips",
57
+ component: PaymentSlips
58
+ })();
59
+ };
60
+ export {
61
+ index as default
62
+ };
@@ -0,0 +1,62 @@
1
+ import { svg } from "@opentinyvue/vue-common";
2
+ import { createElementBlock, openBlock, createElementVNode } from "vue";
3
+ var _hoisted_1 = {
4
+ viewBox: "0 0 24 24",
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "24",
7
+ height: "24",
8
+ fill: "none"
9
+ };
10
+ var _hoisted_2 = /* @__PURE__ */ createElementVNode(
11
+ "path",
12
+ {
13
+ fill: "none",
14
+ d: "M0 0h24v24H0z"
15
+ },
16
+ null,
17
+ -1
18
+ /* HOISTED */
19
+ );
20
+ var _hoisted_3 = /* @__PURE__ */ createElementVNode(
21
+ "rect",
22
+ {
23
+ width: "20",
24
+ height: "22",
25
+ x: "2",
26
+ y: "1",
27
+ rx: "3",
28
+ stroke: "#000",
29
+ "stroke-width": "1.5"
30
+ },
31
+ null,
32
+ -1
33
+ /* HOISTED */
34
+ );
35
+ var _hoisted_4 = /* @__PURE__ */ createElementVNode(
36
+ "path",
37
+ {
38
+ d: "M6 18h12M18 11V6M11.5 13.5l-3-2.5M13 6h5M6 14.536 8.5 11M11.5 13.5 17 7",
39
+ stroke: "#000",
40
+ "stroke-linecap": "round",
41
+ "stroke-width": "1.5"
42
+ },
43
+ null,
44
+ -1
45
+ /* HOISTED */
46
+ );
47
+ var _hoisted_5 = [_hoisted_2, _hoisted_3, _hoisted_4];
48
+ function render(_ctx, _cache) {
49
+ return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_5));
50
+ }
51
+ var Performance = {
52
+ render
53
+ };
54
+ var index = function index2() {
55
+ return svg({
56
+ name: "IconPerformance",
57
+ component: Performance
58
+ })();
59
+ };
60
+ export {
61
+ index as default
62
+ };
@@ -1,24 +1,41 @@
1
1
  import { svg } from "@opentinyvue/vue-common";
2
2
  import { createElementBlock, openBlock, createElementVNode } from "vue";
3
3
  var _hoisted_1 = {
4
- width: "12.998",
5
- height: "13",
6
- viewBox: "0 0 12.998 13",
7
- fill: "none",
8
- xmlns: "http://www.w3.org/2000/svg"
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none"
9
9
  };
10
10
  var _hoisted_2 = /* @__PURE__ */ createElementVNode(
11
- "path",
11
+ "defs",
12
+ null,
13
+ [/* @__PURE__ */ createElementVNode("clipPath", {
14
+ id: "pushpin-solid_svg__a"
15
+ }, [/* @__PURE__ */ createElementVNode("path", {
16
+ fill: "#fff",
17
+ "fill-opacity": "0",
18
+ d: "M0 0h24v24H0z"
19
+ })])],
20
+ -1
21
+ /* HOISTED */
22
+ );
23
+ var _hoisted_3 = /* @__PURE__ */ createElementVNode(
24
+ "g",
12
25
  {
13
- d: "M8.72.47c-.64-.63-1.67-.63-2.31 0l-.1.1c-.52.53-.73 1.3-.55 2.01l.05.2c.1.37-.01.79-.29 1.07l-.23.23c-.25.26-.62.35-.96.24l-.09-.03c-.27-.07-.59-.13-.96-.19-.41-.05-.89-.06-1.44-.03-.48.02-.93.23-1.27.57l-.09.09c-.67.77-.65 1.95.09 2.68l2.15 2.16-2.58 2.57c-.14.2-.18.53 0 .71.2.19.51.19.71 0l2.52-2.53 2.19 2.1a1.958 1.958 0 0 0 3.34-1.27c.03-.56.02-1.04-.04-1.45-.05-.35-.11-.65-.17-.9l-.06-.21a.95.95 0 0 1 .25-.9l.26-.26c.29-.29.7-.42 1.1-.35l.19.04c.77.17 1.55-.06 2.1-.61l.06-.07c.56-.62.53-1.55-.04-2.12L8.72.47Z"
26
+ "clip-path": "url(#pushpin-solid_svg__a)"
14
27
  },
15
- null,
28
+ [/* @__PURE__ */ createElementVNode("path", {
29
+ xmlns: "http://www.w3.org/2000/svg",
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.77Z",
31
+ "fill-rule": "evenodd"
32
+ })],
16
33
  -1
17
34
  /* HOISTED */
18
35
  );
19
- var _hoisted_3 = [_hoisted_2];
36
+ var _hoisted_4 = [_hoisted_2, _hoisted_3];
20
37
  function render(_ctx, _cache) {
21
- return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_3));
38
+ return openBlock(), createElementBlock("svg", _hoisted_1, [].concat(_hoisted_4));
22
39
  }
23
40
  var PushpinSolid = {
24
41
  render