@codarmais/ui 0.1.12 → 0.1.14
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/components/Logo/index.d.ts +1 -1
- package/dist/components/Menu/Menu.d.ts +3 -0
- package/dist/components/Menu/Menu.stories.d.ts +6 -0
- package/dist/components/Menu/Menu.styles.d.ts +4 -0
- package/dist/components/Menu/Menu.types.d.ts +13 -0
- package/dist/components/Menu/index.d.ts +2 -0
- package/dist/components/MenuItem/MenuItem.d.ts +3 -0
- package/dist/components/MenuItem/MenuItem.stories.d.ts +7 -0
- package/dist/components/MenuItem/MenuItem.styles.d.ts +5 -0
- package/dist/components/MenuItem/MenuItem.types.d.ts +10 -0
- package/dist/components/MenuItem/index.d.ts +2 -0
- package/dist/components/Navbar/Navbar.d.ts +3 -0
- package/dist/components/Navbar/Navbar.stories.d.ts +7 -0
- package/dist/components/Navbar/Navbar.styles.d.ts +3 -0
- package/dist/components/Navbar/Navbar.types.d.ts +5 -0
- package/dist/components/Navbar/index.d.ts +2 -0
- package/dist/components/ToggleButton/ToggleButton.d.ts +3 -0
- package/dist/components/ToggleButton/ToggleButton.stories.d.ts +7 -0
- package/dist/components/ToggleButton/ToggleButton.styles.d.ts +1 -0
- package/dist/components/ToggleButton/ToggleButton.types.d.ts +3 -0
- package/dist/components/ToggleButton/index.d.ts +2 -0
- package/dist/components/index.d.ts +10 -2
- package/dist/index.cjs.js +110 -16
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +563 -434
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,6 +1,278 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
1
|
+
import x, { useMemo as V, useState as J, useEffect as d1 } from "react";
|
|
2
|
+
import m, { css as y } from "styled-components";
|
|
3
|
+
const h1 = {
|
|
4
|
+
neutral: {
|
|
5
|
+
light: "#f5f5f5",
|
|
6
|
+
dark: "#222222",
|
|
7
|
+
mid: "#5f5e5eff",
|
|
8
|
+
lightGray: "#c9c9c9ff"
|
|
9
|
+
},
|
|
10
|
+
primary: {
|
|
11
|
+
dark: "#1a2980",
|
|
12
|
+
base: "#2193b0",
|
|
13
|
+
light: "#6dd5ed"
|
|
14
|
+
},
|
|
15
|
+
accent: {
|
|
16
|
+
emerald: "#348F50",
|
|
17
|
+
teal: "#26d0ce"
|
|
18
|
+
},
|
|
19
|
+
warning: "#f0b105ff",
|
|
20
|
+
success: "#56B4D3",
|
|
21
|
+
pureWhite: "#ffffffff"
|
|
22
|
+
}, f1 = {
|
|
23
|
+
sunsetGlow: "linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%)",
|
|
24
|
+
coolBlues: "linear-gradient(135deg, #2193b0 0%, #6dd5ed 100%)",
|
|
25
|
+
aquaMarine: "linear-gradient(135deg, #1a2980 0%, #26d0ce 100%)",
|
|
26
|
+
emeraldWater: "linear-gradient(135deg, #348F50 0%, #56B4D3 100%)",
|
|
27
|
+
darkBlue: "linear-gradient( 177.6deg, rgba(20,0,113,1) 15.3%, rgba(1,0,62,1) 91.3% );",
|
|
28
|
+
alert: "linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%)",
|
|
29
|
+
danger: "linear-gradient(to right, #e52d27 0%, #b31217 51%, #e52d27 100%)",
|
|
30
|
+
primary: "linear-gradient(to right, #1FA2FF 0%, #12D8FA 51%, #1FA2FF 100%)",
|
|
31
|
+
secondary: "linear-gradient(to right, #757F9A 0%, #D7DDE8 51%, #757F9A 100%)"
|
|
32
|
+
}, C2 = {
|
|
33
|
+
colors: h1,
|
|
34
|
+
gradients: f1,
|
|
35
|
+
fonts: {
|
|
36
|
+
heading: "'Google Sans Code', sans-serif",
|
|
37
|
+
body: "'Google Sans Code', sans-serif",
|
|
38
|
+
monospace: "'Fira Code', monospace"
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
var q = {
|
|
42
|
+
color: void 0,
|
|
43
|
+
size: void 0,
|
|
44
|
+
className: void 0,
|
|
45
|
+
style: void 0,
|
|
46
|
+
attr: void 0
|
|
47
|
+
}, W = x.createContext && x.createContext(q), b = function() {
|
|
48
|
+
return b = Object.assign || function(t) {
|
|
49
|
+
for (var c, r = 1, l = arguments.length; r < l; r++) {
|
|
50
|
+
c = arguments[r];
|
|
51
|
+
for (var n in c) Object.prototype.hasOwnProperty.call(c, n) && (t[n] = c[n]);
|
|
52
|
+
}
|
|
53
|
+
return t;
|
|
54
|
+
}, b.apply(this, arguments);
|
|
55
|
+
}, m1 = function(t, c) {
|
|
56
|
+
var r = {};
|
|
57
|
+
for (var l in t) Object.prototype.hasOwnProperty.call(t, l) && c.indexOf(l) < 0 && (r[l] = t[l]);
|
|
58
|
+
if (t != null && typeof Object.getOwnPropertySymbols == "function") for (var n = 0, l = Object.getOwnPropertySymbols(t); n < l.length; n++)
|
|
59
|
+
c.indexOf(l[n]) < 0 && Object.prototype.propertyIsEnumerable.call(t, l[n]) && (r[l[n]] = t[l[n]]);
|
|
60
|
+
return r;
|
|
61
|
+
};
|
|
62
|
+
function X(t) {
|
|
63
|
+
return t && t.map(function(c, r) {
|
|
64
|
+
return x.createElement(c.tag, b({
|
|
65
|
+
key: r
|
|
66
|
+
}, c.attr), X(c.child));
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
function a(t) {
|
|
70
|
+
return function(c) {
|
|
71
|
+
return x.createElement(v1, b({
|
|
72
|
+
attr: b({}, t.attr)
|
|
73
|
+
}, c), X(t.child));
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
function v1(t) {
|
|
77
|
+
var c = function(r) {
|
|
78
|
+
var l = t.attr, n = t.size, i = t.title, v = m1(t, ["attr", "size", "title"]), p = n || r.size || "1em", g;
|
|
79
|
+
return r.className && (g = r.className), t.className && (g = (g ? g + " " : "") + t.className), x.createElement("svg", b({
|
|
80
|
+
stroke: "currentColor",
|
|
81
|
+
fill: "currentColor",
|
|
82
|
+
strokeWidth: "0"
|
|
83
|
+
}, r.attr, l, v, {
|
|
84
|
+
className: g,
|
|
85
|
+
style: b(b({
|
|
86
|
+
color: t.color || r.color
|
|
87
|
+
}, r.style), t.style),
|
|
88
|
+
height: p,
|
|
89
|
+
width: p,
|
|
90
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
91
|
+
}), i && x.createElement("title", null, i), t.children);
|
|
92
|
+
};
|
|
93
|
+
return W !== void 0 ? x.createElement(W.Consumer, null, function(r) {
|
|
94
|
+
return c(r);
|
|
95
|
+
}) : c(q);
|
|
96
|
+
}
|
|
97
|
+
function p1(t) {
|
|
98
|
+
return a({ attr: { viewBox: "0 0 320 512" }, child: [{ tag: "path", attr: { d: "M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" } }] })(t);
|
|
99
|
+
}
|
|
100
|
+
function g1(t) {
|
|
101
|
+
return a({ attr: { viewBox: "0 0 496 512" }, child: [{ tag: "path", attr: { d: "M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" } }] })(t);
|
|
102
|
+
}
|
|
103
|
+
function x1(t) {
|
|
104
|
+
return a({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" } }] })(t);
|
|
105
|
+
}
|
|
106
|
+
function z1(t) {
|
|
107
|
+
return a({ attr: { viewBox: "0 0 384 512" }, child: [{ tag: "path", attr: { d: "M277.74 312.9c9.8-6.7 23.4-12.5 23.4-12.5s-38.7 7-77.2 10.2c-47.1 3.9-97.7 4.7-123.1 1.3-60.1-8 33-30.1 33-30.1s-36.1-2.4-80.6 19c-52.5 25.4 130 37 224.5 12.1zm-85.4-32.1c-19-42.7-83.1-80.2 0-145.8C296 53.2 242.84 0 242.84 0c21.5 84.5-75.6 110.1-110.7 162.6-23.9 35.9 11.7 74.4 60.2 118.2zm114.6-176.2c.1 0-175.2 43.8-91.5 140.2 24.7 28.4-6.5 54-6.5 54s62.7-32.4 33.9-72.9c-26.9-37.8-47.5-56.6 64.1-121.3zm-6.1 270.5a12.19 12.19 0 0 1-2 2.6c128.3-33.7 81.1-118.9 19.8-97.3a17.33 17.33 0 0 0-8.2 6.3 70.45 70.45 0 0 1 11-3c31-6.5 75.5 41.5-20.6 91.4zM348 437.4s14.5 11.9-15.9 21.2c-57.9 17.5-240.8 22.8-291.6.7-18.3-7.9 16-19 26.8-21.3 11.2-2.4 17.7-2 17.7-2-20.3-14.3-131.3 28.1-56.4 40.2C232.84 509.4 401 461.3 348 437.4zM124.44 396c-78.7 22 47.9 67.4 148.1 24.5a185.89 185.89 0 0 1-28.2-13.8c-44.7 8.5-65.4 9.1-106 4.5-33.5-3.8-13.9-15.2-13.9-15.2zm179.8 97.2c-78.7 14.8-175.8 13.1-233.3 3.6 0-.1 11.8 9.7 72.4 13.6 92.2 5.9 233.8-3.3 237.1-46.9 0 0-6.4 16.5-76.2 29.7zM260.64 353c-59.2 11.4-93.5 11.1-136.8 6.6-33.5-3.5-11.6-19.7-11.6-19.7-86.8 28.8 48.2 61.4 169.5 25.9a60.37 60.37 0 0 1-21.1-12.8z" } }] })(t);
|
|
108
|
+
}
|
|
109
|
+
function b1(t) {
|
|
110
|
+
return a({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z" } }] })(t);
|
|
111
|
+
}
|
|
112
|
+
function M1(t) {
|
|
113
|
+
return a({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z" } }] })(t);
|
|
114
|
+
}
|
|
115
|
+
function w1(t) {
|
|
116
|
+
return a({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M256 8C119.034 8 8 119.033 8 256s111.034 248 248 248 248-111.034 248-248S392.967 8 256 8zm130.108 117.892c65.448 65.448 70 165.481 20.677 235.637L150.47 105.216c70.204-49.356 170.226-44.735 235.638 20.676zM125.892 386.108c-65.448-65.448-70-165.481-20.677-235.637L361.53 406.784c-70.203 49.356-170.226 44.736-235.638-20.676z" } }] })(t);
|
|
117
|
+
}
|
|
118
|
+
function y1(t) {
|
|
119
|
+
return a({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64zm215.39-149.71c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71z" } }] })(t);
|
|
120
|
+
}
|
|
121
|
+
function C1(t) {
|
|
122
|
+
return a({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z" } }] })(t);
|
|
123
|
+
}
|
|
124
|
+
function k1(t) {
|
|
125
|
+
return a({ attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M208 352c-2.39 0-4.78.35-7.06 1.09C187.98 357.3 174.35 360 160 360c-14.35 0-27.98-2.7-40.95-6.91-2.28-.74-4.66-1.09-7.05-1.09C49.94 352-.33 402.48 0 464.62.14 490.88 21.73 512 48 512h224c26.27 0 47.86-21.12 48-47.38.33-62.14-49.94-112.62-112-112.62zm-48-32c53.02 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96 42.98 96 96 96zM592 0H208c-26.47 0-48 22.25-48 49.59V96c23.42 0 45.1 6.78 64 17.8V64h352v288h-64v-64H384v64h-76.24c19.1 16.69 33.12 38.73 39.69 64H592c26.47 0 48-22.25 48-49.59V49.59C640 22.25 618.47 0 592 0z" } }] })(t);
|
|
126
|
+
}
|
|
127
|
+
function E1(t) {
|
|
128
|
+
return a({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z" } }] })(t);
|
|
129
|
+
}
|
|
130
|
+
function _1(t) {
|
|
131
|
+
return a({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z" } }] })(t);
|
|
132
|
+
}
|
|
133
|
+
function T1(t) {
|
|
134
|
+
return a({ attr: { viewBox: "0 0 384 512" }, child: [{ tag: "path", attr: { d: "M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm121.2 231.8l-143 141.8c-4.7 4.7-12.3 4.6-17-.1l-82.6-83.3c-4.7-4.7-4.6-12.3.1-17L99.1 285c4.7-4.7 12.3-4.6 17 .1l46 46.4 106-105.2c4.7-4.7 12.3-4.6 17 .1l28.2 28.4c4.7 4.8 4.6 12.3-.1 17z" } }] })(t);
|
|
135
|
+
}
|
|
136
|
+
function V1(t) {
|
|
137
|
+
return a({ attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M278.9 511.5l-61-17.7c-6.4-1.8-10-8.5-8.2-14.9L346.2 8.7c1.8-6.4 8.5-10 14.9-8.2l61 17.7c6.4 1.8 10 8.5 8.2 14.9L293.8 503.3c-1.9 6.4-8.5 10.1-14.9 8.2zm-114-112.2l43.5-46.4c4.6-4.9 4.3-12.7-.8-17.2L117 256l90.6-79.7c5.1-4.5 5.5-12.3.8-17.2l-43.5-46.4c-4.5-4.8-12.1-5.1-17-.5L3.8 247.2c-5.1 4.7-5.1 12.8 0 17.5l144.1 135.1c4.9 4.6 12.5 4.4 17-.5zm327.2.6l144.1-135.1c5.1-4.7 5.1-12.8 0-17.5L492.1 112.1c-4.8-4.5-12.4-4.3-17 .5L431.6 159c-4.6 4.9-4.3 12.7.8 17.2L523 256l-90.6 79.7c-5.1 4.5-5.5 12.3-.8 17.2l43.5 46.4c4.5 4.9 12.1 5.1 17 .6z" } }] })(t);
|
|
138
|
+
}
|
|
139
|
+
function H1(t) {
|
|
140
|
+
return a({ attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M512.1 191l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0L552 6.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zm-10.5-58.8c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.7-82.4 14.3-52.8 52.8zM386.3 286.1l33.7 16.8c10.1 5.8 14.5 18.1 10.5 29.1-8.9 24.2-26.4 46.4-42.6 65.8-7.4 8.9-20.2 11.1-30.3 5.3l-29.1-16.8c-16 13.7-34.6 24.6-54.9 31.7v33.6c0 11.6-8.3 21.6-19.7 23.6-24.6 4.2-50.4 4.4-75.9 0-11.5-2-20-11.9-20-23.6V418c-20.3-7.2-38.9-18-54.9-31.7L74 403c-10 5.8-22.9 3.6-30.3-5.3-16.2-19.4-33.3-41.6-42.2-65.7-4-10.9.4-23.2 10.5-29.1l33.3-16.8c-3.9-20.9-3.9-42.4 0-63.4L12 205.8c-10.1-5.8-14.6-18.1-10.5-29 8.9-24.2 26-46.4 42.2-65.8 7.4-8.9 20.2-11.1 30.3-5.3l29.1 16.8c16-13.7 34.6-24.6 54.9-31.7V57.1c0-11.5 8.2-21.5 19.6-23.5 24.6-4.2 50.5-4.4 76-.1 11.5 2 20 11.9 20 23.6v33.6c20.3 7.2 38.9 18 54.9 31.7l29.1-16.8c10-5.8 22.9-3.6 30.3 5.3 16.2 19.4 33.2 41.6 42.1 65.8 4 10.9.1 23.2-10 29.1l-33.7 16.8c3.9 21 3.9 42.5 0 63.5zm-117.6 21.1c59.2-77-28.7-164.9-105.7-105.7-59.2 77 28.7 164.9 105.7 105.7zm243.4 182.7l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0l8.2-14.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zM501.6 431c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.6-82.4 14.3-52.8 52.8z" } }] })(t);
|
|
141
|
+
}
|
|
142
|
+
function F1(t) {
|
|
143
|
+
return a({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z" } }] })(t);
|
|
144
|
+
}
|
|
145
|
+
function L1(t) {
|
|
146
|
+
return a({ attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M402.6 83.2l90.2 90.2c3.8 3.8 3.8 10 0 13.8L274.4 405.6l-92.8 10.3c-12.4 1.4-22.9-9.1-21.5-21.5l10.3-92.8L388.8 83.2c3.8-3.8 10-3.8 13.8 0zm162-22.9l-48.8-48.8c-15.2-15.2-39.9-15.2-55.2 0l-35.4 35.4c-3.8 3.8-3.8 10 0 13.8l90.2 90.2c3.8 3.8 10 3.8 13.8 0l35.4-35.4c15.2-15.3 15.2-40 0-55.2zM384 346.2V448H64V128h229.8c3.2 0 6.2-1.3 8.5-3.5l40-40c7.6-7.6 2.2-20.5-8.5-20.5H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V306.2c0-10.7-12.9-16-20.5-8.5l-40 40c-2.2 2.3-3.5 5.3-3.5 8.5z" } }] })(t);
|
|
147
|
+
}
|
|
148
|
+
function S1(t) {
|
|
149
|
+
return a({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z" } }] })(t);
|
|
150
|
+
}
|
|
151
|
+
function R1(t) {
|
|
152
|
+
return a({ attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z" } }] })(t);
|
|
153
|
+
}
|
|
154
|
+
function B1(t) {
|
|
155
|
+
return a({ attr: { viewBox: "0 0 384 512" }, child: [{ tag: "path", attr: { d: "M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 236c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-64c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-72v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm96-114.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z" } }] })(t);
|
|
156
|
+
}
|
|
157
|
+
function j1(t) {
|
|
158
|
+
return a({ attr: { viewBox: "0 0 496 512" }, child: [{ tag: "path", attr: { d: "M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z" } }] })(t);
|
|
159
|
+
}
|
|
160
|
+
function O1(t) {
|
|
161
|
+
return a({ attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z" } }] })(t);
|
|
162
|
+
}
|
|
163
|
+
function A1(t) {
|
|
164
|
+
return a({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z" } }] })(t);
|
|
165
|
+
}
|
|
166
|
+
function P1(t) {
|
|
167
|
+
return a({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z" } }] })(t);
|
|
168
|
+
}
|
|
169
|
+
function $1(t) {
|
|
170
|
+
return a({ attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M257.981 272.971L63.638 467.314c-9.373 9.373-24.569 9.373-33.941 0L7.029 444.647c-9.357-9.357-9.375-24.522-.04-33.901L161.011 256 6.99 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L257.981 239.03c9.373 9.372 9.373 24.568 0 33.941zM640 456v-32c0-13.255-10.745-24-24-24H312c-13.255 0-24 10.745-24 24v32c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24z" } }] })(t);
|
|
171
|
+
}
|
|
172
|
+
function N1(t) {
|
|
173
|
+
return a({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z" } }] })(t);
|
|
174
|
+
}
|
|
175
|
+
function I1(t) {
|
|
176
|
+
return a({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z" } }] })(t);
|
|
177
|
+
}
|
|
178
|
+
function D1(t) {
|
|
179
|
+
return a({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M319.4 320.6L224 416l-95.4-95.4C57.1 323.7 0 382.2 0 454.4v9.6c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-9.6c0-72.2-57.1-130.7-128.6-133.8zM13.6 79.8l6.4 1.5v58.4c-7 4.2-12 11.5-12 20.3 0 8.4 4.6 15.4 11.1 19.7L3.5 242c-1.7 6.9 2.1 14 7.6 14h41.8c5.5 0 9.3-7.1 7.6-14l-15.6-62.3C51.4 175.4 56 168.4 56 160c0-8.8-5-16.1-12-20.3V87.1l66 15.9c-8.6 17.2-14 36.4-14 57 0 70.7 57.3 128 128 128s128-57.3 128-128c0-20.6-5.3-39.8-14-57l96.3-23.2c18.2-4.4 18.2-27.1 0-31.5l-190.4-46c-13-3.1-26.7-3.1-39.7 0L13.6 48.2c-18.1 4.4-18.1 27.2 0 31.6z" } }] })(t);
|
|
180
|
+
}
|
|
181
|
+
function W1(t) {
|
|
182
|
+
return a({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M461.2 128H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h384c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h397.2c28.02 0 50.8-21.53 50.8-48V176c0-26.47-22.78-48-50.8-48zM416 336c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z" } }] })(t);
|
|
183
|
+
}
|
|
184
|
+
function Y1(t) {
|
|
185
|
+
return a({ attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" } }, { tag: "path", attr: { d: "M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z" } }] })(t);
|
|
186
|
+
}
|
|
187
|
+
function G1(t) {
|
|
188
|
+
return a({ attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" } }, { tag: "path", attr: { d: "M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58a.49.49 0 00.12-.61l-1.92-3.32a.488.488 0 00-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54a.484.484 0 00-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58a.49.49 0 00-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z" } }] })(t);
|
|
189
|
+
}
|
|
190
|
+
function U1(t) {
|
|
191
|
+
return a({ attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" } }, { tag: "path", attr: { d: "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM12 5.5v9l6-4.5z" } }] })(t);
|
|
192
|
+
}
|
|
193
|
+
function J1(t) {
|
|
194
|
+
return a({ attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" } }, { tag: "path", attr: { d: "M19 14V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zm-2 0H3V6h14v8zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm13 0v11c0 1.1-.9 2-2 2H4v-2h17V7h2z" } }] })(t);
|
|
195
|
+
}
|
|
196
|
+
function q1(t) {
|
|
197
|
+
return a({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M392 80H232a56.06 56.06 0 00-56 56v104h153.37l-52.68-52.69a16 16 0 0122.62-22.62l80 80a16 16 0 010 22.62l-80 80a16 16 0 01-22.62-22.62L329.37 272H176v104c0 32.05 33.79 56 64 56h152a56.06 56.06 0 0056-56V136a56.06 56.06 0 00-56-56zM80 240a16 16 0 000 32h96v-32z" } }] })(t);
|
|
198
|
+
}
|
|
199
|
+
function X1(t) {
|
|
200
|
+
return a({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M160 256a16 16 0 0116-16h144V136c0-32-33.79-56-64-56H104a56.06 56.06 0 00-56 56v240a56.06 56.06 0 0056 56h160a56.06 56.06 0 0056-56V272H176a16 16 0 01-16-16zm299.31-11.31l-80-80a16 16 0 00-22.62 22.62L409.37 240H320v32h89.37l-52.68 52.69a16 16 0 1022.62 22.62l80-80a16 16 0 000-22.62z" } }] })(t);
|
|
201
|
+
}
|
|
202
|
+
function Z1(t) {
|
|
203
|
+
return a({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M256 48C141.13 48 48 141.13 48 256s93.13 208 208 208 208-93.13 208-208S370.87 48 256 48zm96 240h-96a16 16 0 01-16-16V128a16 16 0 0132 0v128h80a16 16 0 010 32z" } }] })(t);
|
|
204
|
+
}
|
|
205
|
+
function Q1(t) {
|
|
206
|
+
return a({ attr: { fill: "currentColor", viewBox: "0 0 16 16" }, child: [{ tag: "path", attr: { d: "M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z" } }] })(t);
|
|
207
|
+
}
|
|
208
|
+
function K1(t) {
|
|
209
|
+
return a({ attr: { fill: "currentColor", viewBox: "0 0 16 16" }, child: [{ tag: "path", attr: { d: "M11 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1v-3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3h1V7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7h1V2z" } }] })(t);
|
|
210
|
+
}
|
|
211
|
+
function t2(t) {
|
|
212
|
+
return a({ attr: { fill: "currentColor", viewBox: "0 0 16 16" }, child: [{ tag: "path", attr: { d: "M4 16s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H4Zm4-5.95a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z" } }, { tag: "path", attr: { d: "M2 1a2 2 0 0 0-2 2v9.5A1.5 1.5 0 0 0 1.5 14h.653a5.373 5.373 0 0 1 1.066-2H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v9h-2.219c.554.654.89 1.373 1.066 2h.653a1.5 1.5 0 0 0 1.5-1.5V3a2 2 0 0 0-2-2H2Z" } }] })(t);
|
|
213
|
+
}
|
|
214
|
+
function e2(t) {
|
|
215
|
+
return a({ attr: { role: "img", viewBox: "0 0 24 24" }, child: [{ tag: "title", attr: {}, child: [] }, { tag: "path", attr: { d: "M0 0h24v24H0V0zm22.034 18.276c-.175-1.095-.888-2.015-3.003-2.873-.736-.345-1.554-.585-1.797-1.14-.091-.33-.105-.51-.046-.705.15-.646.915-.84 1.515-.66.39.12.75.42.976.9 1.034-.676 1.034-.676 1.755-1.125-.27-.42-.404-.601-.586-.78-.63-.705-1.469-1.065-2.834-1.034l-.705.089c-.676.165-1.32.525-1.71 1.005-1.14 1.291-.811 3.541.569 4.471 1.365 1.02 3.361 1.244 3.616 2.205.24 1.17-.87 1.545-1.966 1.41-.811-.18-1.26-.586-1.755-1.336l-1.83 1.051c.21.48.45.689.81 1.109 1.74 1.756 6.09 1.666 6.871-1.004.029-.09.24-.705.074-1.65l.046.067zm-8.983-7.245h-2.248c0 1.938-.009 3.864-.009 5.805 0 1.232.063 2.363-.138 2.711-.33.689-1.18.601-1.566.48-.396-.196-.597-.466-.83-.855-.063-.105-.11-.196-.127-.196l-1.825 1.125c.305.63.75 1.172 1.324 1.517.855.51 2.004.675 3.207.405.783-.226 1.458-.691 1.811-1.411.51-.93.402-2.07.397-3.346.012-2.054 0-4.109 0-6.179l.004-.056z" } }] })(t);
|
|
216
|
+
}
|
|
217
|
+
function r2(t) {
|
|
218
|
+
return a({ attr: { role: "img", viewBox: "0 0 24 24" }, child: [{ tag: "title", attr: {}, child: [] }, { tag: "path", attr: { d: "M14.25.18l.9.2.73.26.59.3.45.32.34.34.25.34.16.33.1.3.04.26.02.2-.01.13V8.5l-.05.63-.13.55-.21.46-.26.38-.3.31-.33.25-.35.19-.35.14-.33.1-.3.07-.26.04-.21.02H8.77l-.69.05-.59.14-.5.22-.41.27-.33.32-.27.35-.2.36-.15.37-.1.35-.07.32-.04.27-.02.21v3.06H3.17l-.21-.03-.28-.07-.32-.12-.35-.18-.36-.26-.36-.36-.35-.46-.32-.59-.28-.73-.21-.88-.14-1.05-.05-1.23.06-1.22.16-1.04.24-.87.32-.71.36-.57.4-.44.42-.33.42-.24.4-.16.36-.1.32-.05.24-.01h.16l.06.01h8.16v-.83H6.18l-.01-2.75-.02-.37.05-.34.11-.31.17-.28.25-.26.31-.23.38-.2.44-.18.51-.15.58-.12.64-.1.71-.06.77-.04.84-.02 1.27.05zm-6.3 1.98l-.23.33-.08.41.08.41.23.34.33.22.41.09.41-.09.33-.22.23-.34.08-.41-.08-.41-.23-.33-.33-.22-.41-.09-.41.09zm13.09 3.95l.28.06.32.12.35.18.36.27.36.35.35.47.32.59.28.73.21.88.14 1.04.05 1.23-.06 1.23-.16 1.04-.24.86-.32.71-.36.57-.4.45-.42.33-.42.24-.4.16-.36.09-.32.05-.24.02-.16-.01h-8.22v.82h5.84l.01 2.76.02.36-.05.34-.11.31-.17.29-.25.25-.31.24-.38.2-.44.17-.51.15-.58.13-.64.09-.71.07-.77.04-.84.01-1.27-.04-1.07-.14-.9-.2-.73-.25-.59-.3-.45-.33-.34-.34-.25-.34-.16-.33-.1-.3-.04-.25-.02-.2.01-.13v-5.34l.05-.64.13-.54.21-.46.26-.38.3-.32.33-.24.35-.2.35-.14.33-.1.3-.06.26-.04.21-.02.13-.01h5.84l.69-.05.59-.14.5-.21.41-.28.33-.32.27-.35.2-.36.15-.36.1-.35.07-.32.04-.28.02-.21V6.07h2.09l.14.01zm-6.47 14.25l-.23.33-.08.41.08.41.23.33.33.23.41.08.41-.08.33-.23.23-.33.08-.41-.08-.41-.23-.33-.33-.23-.41-.08-.41.08z" } }] })(t);
|
|
219
|
+
}
|
|
220
|
+
function a2(t) {
|
|
221
|
+
return a({ attr: { role: "img", viewBox: "0 0 24 24" }, child: [{ tag: "title", attr: {}, child: [] }, { tag: "path", attr: { d: "M1.125 0C.502 0 0 .502 0 1.125v21.75C0 23.498.502 24 1.125 24h21.75c.623 0 1.125-.502 1.125-1.125V1.125C24 .502 23.498 0 22.875 0zm17.363 9.75c.612 0 1.154.037 1.627.111a6.38 6.38 0 0 1 1.306.34v2.458a3.95 3.95 0 0 0-.643-.361 5.093 5.093 0 0 0-.717-.26 5.453 5.453 0 0 0-1.426-.2c-.3 0-.573.028-.819.086a2.1 2.1 0 0 0-.623.242c-.17.104-.3.229-.393.374a.888.888 0 0 0-.14.49c0 .196.053.373.156.529.104.156.252.304.443.444s.423.276.696.41c.273.135.582.274.926.416.47.197.892.407 1.266.628.374.222.695.473.963.753.268.279.472.598.614.957.142.359.214.776.214 1.253 0 .657-.125 1.21-.373 1.656a3.033 3.033 0 0 1-1.012 1.085 4.38 4.38 0 0 1-1.487.596c-.566.12-1.163.18-1.79.18a9.916 9.916 0 0 1-1.84-.164 5.544 5.544 0 0 1-1.512-.493v-2.63a5.033 5.033 0 0 0 3.237 1.2c.333 0 .624-.03.872-.09.249-.06.456-.144.623-.25.166-.108.29-.234.373-.38a1.023 1.023 0 0 0-.074-1.089 2.12 2.12 0 0 0-.537-.5 5.597 5.597 0 0 0-.807-.444 27.72 27.72 0 0 0-1.007-.436c-.918-.383-1.602-.852-2.053-1.405-.45-.553-.676-1.222-.676-2.005 0-.614.123-1.141.369-1.582.246-.441.58-.804 1.004-1.089a4.494 4.494 0 0 1 1.47-.629 7.536 7.536 0 0 1 1.77-.201zm-15.113.188h9.563v2.166H9.506v9.646H6.789v-9.646H3.375z" } }] })(t);
|
|
222
|
+
}
|
|
223
|
+
const k2 = {
|
|
224
|
+
// Navegação
|
|
225
|
+
Home: O1,
|
|
226
|
+
Dashboard: Y1,
|
|
227
|
+
Settings: G1,
|
|
228
|
+
Logout: X1,
|
|
229
|
+
Login: q1,
|
|
230
|
+
Back: M1,
|
|
231
|
+
// Usuário
|
|
232
|
+
Student: D1,
|
|
233
|
+
Instructor: k1,
|
|
234
|
+
Profile: t2,
|
|
235
|
+
// Cursos e Conteúdo
|
|
236
|
+
Course: C1,
|
|
237
|
+
Lesson: P1,
|
|
238
|
+
VideoLibrary: U1,
|
|
239
|
+
Progress: T1,
|
|
240
|
+
Code: V1,
|
|
241
|
+
Terminal: $1,
|
|
242
|
+
// Ações
|
|
243
|
+
Add: Q1,
|
|
244
|
+
Edit: L1,
|
|
245
|
+
Locked: A1,
|
|
246
|
+
Unlocked: I1,
|
|
247
|
+
Tools: H1,
|
|
248
|
+
Trash: N1,
|
|
249
|
+
Check: _1,
|
|
250
|
+
// Sistema / Status
|
|
251
|
+
Notifications: y1,
|
|
252
|
+
Message: F1,
|
|
253
|
+
Alert: R1,
|
|
254
|
+
Success: E1,
|
|
255
|
+
Blocked: w1,
|
|
256
|
+
Timer: Z1,
|
|
257
|
+
Analytics: K1,
|
|
258
|
+
Language: j1,
|
|
259
|
+
// Pagamentos
|
|
260
|
+
Wallet: W1,
|
|
261
|
+
Payments: J1,
|
|
262
|
+
// Redes sociais
|
|
263
|
+
Facebook: p1,
|
|
264
|
+
Instagram: x1,
|
|
265
|
+
Linkedin: b1,
|
|
266
|
+
Email: S1,
|
|
267
|
+
CV: B1,
|
|
268
|
+
Github: g1,
|
|
269
|
+
// Linguagens
|
|
270
|
+
JS: e2,
|
|
271
|
+
TS: a2,
|
|
272
|
+
Python: r2,
|
|
273
|
+
Java: z1
|
|
274
|
+
};
|
|
275
|
+
var O = { exports: {} }, C = {};
|
|
4
276
|
/**
|
|
5
277
|
* @license React
|
|
6
278
|
* react-jsx-runtime.production.js
|
|
@@ -11,28 +283,28 @@ var A = { exports: {} }, w = {};
|
|
|
11
283
|
* LICENSE file in the root directory of this source tree.
|
|
12
284
|
*/
|
|
13
285
|
var Y;
|
|
14
|
-
function
|
|
15
|
-
if (Y) return
|
|
286
|
+
function n2() {
|
|
287
|
+
if (Y) return C;
|
|
16
288
|
Y = 1;
|
|
17
|
-
var t = Symbol.for("react.transitional.element"),
|
|
18
|
-
function
|
|
19
|
-
var
|
|
20
|
-
if (
|
|
21
|
-
|
|
22
|
-
for (var
|
|
23
|
-
|
|
24
|
-
} else
|
|
25
|
-
return n =
|
|
289
|
+
var t = Symbol.for("react.transitional.element"), c = Symbol.for("react.fragment");
|
|
290
|
+
function r(l, n, i) {
|
|
291
|
+
var v = null;
|
|
292
|
+
if (i !== void 0 && (v = "" + i), n.key !== void 0 && (v = "" + n.key), "key" in n) {
|
|
293
|
+
i = {};
|
|
294
|
+
for (var p in n)
|
|
295
|
+
p !== "key" && (i[p] = n[p]);
|
|
296
|
+
} else i = n;
|
|
297
|
+
return n = i.ref, {
|
|
26
298
|
$$typeof: t,
|
|
27
|
-
type:
|
|
28
|
-
key:
|
|
299
|
+
type: l,
|
|
300
|
+
key: v,
|
|
29
301
|
ref: n !== void 0 ? n : null,
|
|
30
|
-
props:
|
|
302
|
+
props: i
|
|
31
303
|
};
|
|
32
304
|
}
|
|
33
|
-
return
|
|
305
|
+
return C.Fragment = c, C.jsx = r, C.jsxs = r, C;
|
|
34
306
|
}
|
|
35
|
-
var
|
|
307
|
+
var k = {};
|
|
36
308
|
/**
|
|
37
309
|
* @license React
|
|
38
310
|
* react-jsx-runtime.development.js
|
|
@@ -42,126 +314,126 @@ var C = {};
|
|
|
42
314
|
* This source code is licensed under the MIT license found in the
|
|
43
315
|
* LICENSE file in the root directory of this source tree.
|
|
44
316
|
*/
|
|
45
|
-
var
|
|
46
|
-
function
|
|
47
|
-
return
|
|
317
|
+
var G;
|
|
318
|
+
function c2() {
|
|
319
|
+
return G || (G = 1, process.env.NODE_ENV !== "production" && function() {
|
|
48
320
|
function t(e) {
|
|
49
321
|
if (e == null) return null;
|
|
50
322
|
if (typeof e == "function")
|
|
51
|
-
return e.$$typeof ===
|
|
323
|
+
return e.$$typeof === i1 ? null : e.displayName || e.name || null;
|
|
52
324
|
if (typeof e == "string") return e;
|
|
53
325
|
switch (e) {
|
|
54
326
|
case F:
|
|
55
327
|
return "Fragment";
|
|
56
|
-
case
|
|
328
|
+
case t1:
|
|
57
329
|
return "Profiler";
|
|
58
|
-
case
|
|
330
|
+
case K:
|
|
59
331
|
return "StrictMode";
|
|
60
|
-
case
|
|
332
|
+
case n1:
|
|
61
333
|
return "Suspense";
|
|
62
|
-
case
|
|
334
|
+
case c1:
|
|
63
335
|
return "SuspenseList";
|
|
64
|
-
case
|
|
336
|
+
case l1:
|
|
65
337
|
return "Activity";
|
|
66
338
|
}
|
|
67
339
|
if (typeof e == "object")
|
|
68
340
|
switch (typeof e.tag == "number" && console.error(
|
|
69
341
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
70
342
|
), e.$$typeof) {
|
|
71
|
-
case
|
|
343
|
+
case Q:
|
|
72
344
|
return "Portal";
|
|
73
|
-
case
|
|
345
|
+
case r1:
|
|
74
346
|
return e.displayName || "Context";
|
|
75
|
-
case K:
|
|
76
|
-
return (e._context.displayName || "Context") + ".Consumer";
|
|
77
347
|
case e1:
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
return
|
|
348
|
+
return (e._context.displayName || "Context") + ".Consumer";
|
|
349
|
+
case a1:
|
|
350
|
+
var o = e.render;
|
|
351
|
+
return e = e.displayName, e || (e = o.displayName || o.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
|
|
352
|
+
case o1:
|
|
353
|
+
return o = e.displayName || null, o !== null ? o : t(e.type) || "Memo";
|
|
82
354
|
case L:
|
|
83
|
-
|
|
355
|
+
o = e._payload, e = e._init;
|
|
84
356
|
try {
|
|
85
|
-
return t(e(
|
|
357
|
+
return t(e(o));
|
|
86
358
|
} catch {
|
|
87
359
|
}
|
|
88
360
|
}
|
|
89
361
|
return null;
|
|
90
362
|
}
|
|
91
|
-
function
|
|
363
|
+
function c(e) {
|
|
92
364
|
return "" + e;
|
|
93
365
|
}
|
|
94
|
-
function
|
|
366
|
+
function r(e) {
|
|
95
367
|
try {
|
|
96
|
-
|
|
97
|
-
var
|
|
368
|
+
c(e);
|
|
369
|
+
var o = !1;
|
|
98
370
|
} catch {
|
|
99
|
-
|
|
371
|
+
o = !0;
|
|
100
372
|
}
|
|
101
|
-
if (
|
|
102
|
-
|
|
103
|
-
var
|
|
104
|
-
return
|
|
105
|
-
|
|
373
|
+
if (o) {
|
|
374
|
+
o = console;
|
|
375
|
+
var s = o.error, u = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
376
|
+
return s.call(
|
|
377
|
+
o,
|
|
106
378
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
107
|
-
|
|
108
|
-
),
|
|
379
|
+
u
|
|
380
|
+
), c(e);
|
|
109
381
|
}
|
|
110
382
|
}
|
|
111
|
-
function
|
|
383
|
+
function l(e) {
|
|
112
384
|
if (e === F) return "<>";
|
|
113
385
|
if (typeof e == "object" && e !== null && e.$$typeof === L)
|
|
114
386
|
return "<...>";
|
|
115
387
|
try {
|
|
116
|
-
var
|
|
117
|
-
return
|
|
388
|
+
var o = t(e);
|
|
389
|
+
return o ? "<" + o + ">" : "<...>";
|
|
118
390
|
} catch {
|
|
119
391
|
return "<...>";
|
|
120
392
|
}
|
|
121
393
|
}
|
|
122
394
|
function n() {
|
|
123
|
-
var e =
|
|
395
|
+
var e = S.A;
|
|
124
396
|
return e === null ? null : e.getOwner();
|
|
125
397
|
}
|
|
126
|
-
function
|
|
398
|
+
function i() {
|
|
127
399
|
return Error("react-stack-top-frame");
|
|
128
400
|
}
|
|
129
|
-
function
|
|
130
|
-
if (
|
|
131
|
-
var
|
|
132
|
-
if (
|
|
401
|
+
function v(e) {
|
|
402
|
+
if (A.call(e, "key")) {
|
|
403
|
+
var o = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
404
|
+
if (o && o.isReactWarning) return !1;
|
|
133
405
|
}
|
|
134
406
|
return e.key !== void 0;
|
|
135
407
|
}
|
|
136
|
-
function
|
|
137
|
-
function
|
|
138
|
-
|
|
408
|
+
function p(e, o) {
|
|
409
|
+
function s() {
|
|
410
|
+
P || (P = !0, console.error(
|
|
139
411
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
140
|
-
|
|
412
|
+
o
|
|
141
413
|
));
|
|
142
414
|
}
|
|
143
|
-
|
|
144
|
-
get:
|
|
415
|
+
s.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
416
|
+
get: s,
|
|
145
417
|
configurable: !0
|
|
146
418
|
});
|
|
147
419
|
}
|
|
148
|
-
function
|
|
420
|
+
function g() {
|
|
149
421
|
var e = t(this.type);
|
|
150
422
|
return $[e] || ($[e] = !0, console.error(
|
|
151
423
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
152
424
|
)), e = this.props.ref, e !== void 0 ? e : null;
|
|
153
425
|
}
|
|
154
|
-
function H(e,
|
|
155
|
-
var
|
|
426
|
+
function H(e, o, s, u, T, B) {
|
|
427
|
+
var d = s.ref;
|
|
156
428
|
return e = {
|
|
157
429
|
$$typeof: _,
|
|
158
430
|
type: e,
|
|
159
|
-
key:
|
|
160
|
-
props:
|
|
161
|
-
_owner:
|
|
162
|
-
}, (
|
|
431
|
+
key: o,
|
|
432
|
+
props: s,
|
|
433
|
+
_owner: u
|
|
434
|
+
}, (d !== void 0 ? d : null) !== null ? Object.defineProperty(e, "ref", {
|
|
163
435
|
enumerable: !1,
|
|
164
|
-
get:
|
|
436
|
+
get: g
|
|
165
437
|
}) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
|
|
166
438
|
configurable: !1,
|
|
167
439
|
enumerable: !1,
|
|
@@ -176,7 +448,7 @@ function f1() {
|
|
|
176
448
|
configurable: !1,
|
|
177
449
|
enumerable: !1,
|
|
178
450
|
writable: !0,
|
|
179
|
-
value:
|
|
451
|
+
value: T
|
|
180
452
|
}), Object.defineProperty(e, "_debugTask", {
|
|
181
453
|
configurable: !1,
|
|
182
454
|
enumerable: !1,
|
|
@@ -184,98 +456,193 @@ function f1() {
|
|
|
184
456
|
value: B
|
|
185
457
|
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
186
458
|
}
|
|
187
|
-
function E(e,
|
|
188
|
-
var
|
|
189
|
-
if (
|
|
190
|
-
if (
|
|
191
|
-
if (
|
|
192
|
-
for (
|
|
193
|
-
f(u
|
|
194
|
-
Object.freeze && Object.freeze(
|
|
459
|
+
function E(e, o, s, u, T, B) {
|
|
460
|
+
var d = o.children;
|
|
461
|
+
if (d !== void 0)
|
|
462
|
+
if (u)
|
|
463
|
+
if (s1(d)) {
|
|
464
|
+
for (u = 0; u < d.length; u++)
|
|
465
|
+
f(d[u]);
|
|
466
|
+
Object.freeze && Object.freeze(d);
|
|
195
467
|
} else
|
|
196
468
|
console.error(
|
|
197
469
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
198
470
|
);
|
|
199
|
-
else f(
|
|
200
|
-
if (
|
|
201
|
-
|
|
202
|
-
var
|
|
203
|
-
return
|
|
471
|
+
else f(d);
|
|
472
|
+
if (A.call(o, "key")) {
|
|
473
|
+
d = t(e);
|
|
474
|
+
var w = Object.keys(o).filter(function(u1) {
|
|
475
|
+
return u1 !== "key";
|
|
204
476
|
});
|
|
205
|
-
|
|
477
|
+
u = 0 < w.length ? "{key: someKey, " + w.join(": ..., ") + ": ...}" : "{key: someKey}", D[d + u] || (w = 0 < w.length ? "{" + w.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
206
478
|
`A props object containing a "key" prop is being spread into JSX:
|
|
207
479
|
let props = %s;
|
|
208
480
|
<%s {...props} />
|
|
209
481
|
React keys must be passed directly to JSX without using spread:
|
|
210
482
|
let props = %s;
|
|
211
483
|
<%s key={someKey} {...props} />`,
|
|
212
|
-
s,
|
|
213
484
|
u,
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
485
|
+
d,
|
|
486
|
+
w,
|
|
487
|
+
d
|
|
488
|
+
), D[d + u] = !0);
|
|
217
489
|
}
|
|
218
|
-
if (
|
|
219
|
-
|
|
220
|
-
for (var
|
|
221
|
-
|
|
222
|
-
} else
|
|
223
|
-
return
|
|
224
|
-
|
|
490
|
+
if (d = null, s !== void 0 && (r(s), d = "" + s), v(o) && (r(o.key), d = "" + o.key), "key" in o) {
|
|
491
|
+
s = {};
|
|
492
|
+
for (var j in o)
|
|
493
|
+
j !== "key" && (s[j] = o[j]);
|
|
494
|
+
} else s = o;
|
|
495
|
+
return d && p(
|
|
496
|
+
s,
|
|
225
497
|
typeof e == "function" ? e.displayName || e.name || "Unknown" : e
|
|
226
498
|
), H(
|
|
227
499
|
e,
|
|
228
|
-
|
|
229
|
-
|
|
500
|
+
d,
|
|
501
|
+
s,
|
|
230
502
|
n(),
|
|
231
|
-
|
|
503
|
+
T,
|
|
232
504
|
B
|
|
233
505
|
);
|
|
234
506
|
}
|
|
235
507
|
function f(e) {
|
|
236
|
-
|
|
508
|
+
z(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e !== null && e.$$typeof === L && (e._payload.status === "fulfilled" ? z(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
|
|
237
509
|
}
|
|
238
|
-
function
|
|
510
|
+
function z(e) {
|
|
239
511
|
return typeof e == "object" && e !== null && e.$$typeof === _;
|
|
240
512
|
}
|
|
241
|
-
var
|
|
513
|
+
var M = x, _ = Symbol.for("react.transitional.element"), Q = Symbol.for("react.portal"), F = Symbol.for("react.fragment"), K = Symbol.for("react.strict_mode"), t1 = Symbol.for("react.profiler"), e1 = Symbol.for("react.consumer"), r1 = Symbol.for("react.context"), a1 = Symbol.for("react.forward_ref"), n1 = Symbol.for("react.suspense"), c1 = Symbol.for("react.suspense_list"), o1 = Symbol.for("react.memo"), L = Symbol.for("react.lazy"), l1 = Symbol.for("react.activity"), i1 = Symbol.for("react.client.reference"), S = M.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, A = Object.prototype.hasOwnProperty, s1 = Array.isArray, R = console.createTask ? console.createTask : function() {
|
|
242
514
|
return null;
|
|
243
515
|
};
|
|
244
|
-
|
|
516
|
+
M = {
|
|
245
517
|
react_stack_bottom_frame: function(e) {
|
|
246
518
|
return e();
|
|
247
519
|
}
|
|
248
520
|
};
|
|
249
|
-
var
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
)(), I =
|
|
253
|
-
|
|
254
|
-
var
|
|
521
|
+
var P, $ = {}, N = M.react_stack_bottom_frame.bind(
|
|
522
|
+
M,
|
|
523
|
+
i
|
|
524
|
+
)(), I = R(l(i)), D = {};
|
|
525
|
+
k.Fragment = F, k.jsx = function(e, o, s) {
|
|
526
|
+
var u = 1e4 > S.recentlyCreatedOwnerStacks++;
|
|
255
527
|
return E(
|
|
256
528
|
e,
|
|
257
|
-
|
|
258
|
-
|
|
529
|
+
o,
|
|
530
|
+
s,
|
|
259
531
|
!1,
|
|
260
|
-
|
|
261
|
-
|
|
532
|
+
u ? Error("react-stack-top-frame") : N,
|
|
533
|
+
u ? R(l(e)) : I
|
|
262
534
|
);
|
|
263
|
-
},
|
|
264
|
-
var
|
|
535
|
+
}, k.jsxs = function(e, o, s) {
|
|
536
|
+
var u = 1e4 > S.recentlyCreatedOwnerStacks++;
|
|
265
537
|
return E(
|
|
266
538
|
e,
|
|
267
|
-
|
|
268
|
-
|
|
539
|
+
o,
|
|
540
|
+
s,
|
|
269
541
|
!0,
|
|
270
|
-
|
|
271
|
-
|
|
542
|
+
u ? Error("react-stack-top-frame") : N,
|
|
543
|
+
u ? R(l(e)) : I
|
|
272
544
|
);
|
|
273
545
|
};
|
|
274
|
-
}()),
|
|
275
|
-
}
|
|
276
|
-
process.env.NODE_ENV === "production" ?
|
|
277
|
-
var
|
|
278
|
-
const
|
|
546
|
+
}()), k;
|
|
547
|
+
}
|
|
548
|
+
process.env.NODE_ENV === "production" ? O.exports = n2() : O.exports = c2();
|
|
549
|
+
var h = O.exports;
|
|
550
|
+
const Z = m.div` display: flex; align-items: center; gap: 15px; `, o2 = m.ul`
|
|
551
|
+
display: flex;
|
|
552
|
+
list-style: none;
|
|
553
|
+
gap: 1.5rem;
|
|
554
|
+
margin: 0;
|
|
555
|
+
padding: 0;
|
|
556
|
+
|
|
557
|
+
@media (max-width: 768px) {
|
|
558
|
+
flex-direction: column;
|
|
559
|
+
position: fixed;
|
|
560
|
+
top: 5rem;
|
|
561
|
+
left: 0;
|
|
562
|
+
width: 100%;
|
|
563
|
+
padding: 1rem 2rem;
|
|
564
|
+
background: ${({ theme: t }) => t.gradients.darkBlue};
|
|
565
|
+
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
|
566
|
+
display: ${({ open: t }) => t ? "flex" : "none"};
|
|
567
|
+
z-index: 500;
|
|
568
|
+
}
|
|
569
|
+
`, l2 = m.li`
|
|
570
|
+
position: relative;
|
|
571
|
+
color:${({ theme: t }) => t.colors.neutral.light};
|
|
572
|
+
font-size: 18px;
|
|
573
|
+
list-style: none;
|
|
574
|
+
padding: 0.5rem 0;
|
|
575
|
+
cursor: pointer;
|
|
576
|
+
|
|
577
|
+
&:hover ul {
|
|
578
|
+
display: block;
|
|
579
|
+
}
|
|
580
|
+
`, i2 = m.div`
|
|
581
|
+
display: flex;
|
|
582
|
+
align-items: center;
|
|
583
|
+
gap: 8px;
|
|
584
|
+
|
|
585
|
+
&:hover {
|
|
586
|
+
color: ${({ theme: t }) => t.colors.primary.light};
|
|
587
|
+
}
|
|
588
|
+
`, s2 = m.ul`
|
|
589
|
+
display: none;
|
|
590
|
+
position: absolute;
|
|
591
|
+
top: 100%;
|
|
592
|
+
left: 0;
|
|
593
|
+
background: #004C8E;
|
|
594
|
+
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
|
595
|
+
list-style: none;
|
|
596
|
+
padding: 0;
|
|
597
|
+
width: 200px;
|
|
598
|
+
|
|
599
|
+
@media (max-width: 768px) {
|
|
600
|
+
position: static;
|
|
601
|
+
box-shadow: none;
|
|
602
|
+
}
|
|
603
|
+
`, u2 = m.li`
|
|
604
|
+
padding: 10px;
|
|
605
|
+
cursor: pointer;
|
|
606
|
+
|
|
607
|
+
&:hover {
|
|
608
|
+
background: ${({ theme: t }) => t.colors.primary.light};
|
|
609
|
+
color: ${({ theme: t }) => t.colors.neutral.light};
|
|
610
|
+
}
|
|
611
|
+
`, d2 = ({ label: t, icon: c, onClick: r, subItems: l }) => /* @__PURE__ */ h.jsxs(l2, { onClick: r, children: [
|
|
612
|
+
/* @__PURE__ */ h.jsxs(i2, { children: [
|
|
613
|
+
c && c,
|
|
614
|
+
" ",
|
|
615
|
+
t
|
|
616
|
+
] }),
|
|
617
|
+
l && l.length > 0 && /* @__PURE__ */ h.jsx(s2, { children: l.map((n) => /* @__PURE__ */ h.jsx(u2, { onClick: n.onClick, children: n.label }, n.id)) })
|
|
618
|
+
] }), h2 = ({ open: t = !1, items: c, children: r }) => {
|
|
619
|
+
const l = (n) => n.map((i) => /* @__PURE__ */ h.jsx(
|
|
620
|
+
d2,
|
|
621
|
+
{
|
|
622
|
+
label: i.label,
|
|
623
|
+
icon: i.icon,
|
|
624
|
+
onClick: i.onClick,
|
|
625
|
+
subItems: i.children
|
|
626
|
+
},
|
|
627
|
+
i.id
|
|
628
|
+
));
|
|
629
|
+
return /* @__PURE__ */ h.jsx(Z, { children: /* @__PURE__ */ h.jsx(o2, { open: t, children: c ? l(c) : r }) });
|
|
630
|
+
}, f2 = m.button`
|
|
631
|
+
display: none;
|
|
632
|
+
background: none;
|
|
633
|
+
border: none;
|
|
634
|
+
font-size: 2rem;
|
|
635
|
+
color: ${({ theme: t }) => t.colors.neutral.light};
|
|
636
|
+
cursor: pointer;
|
|
637
|
+
|
|
638
|
+
&:hover {
|
|
639
|
+
color: ${({ theme: t }) => t.colors.primary.light};
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
@media (max-width: 768px) {
|
|
643
|
+
display: block;
|
|
644
|
+
}
|
|
645
|
+
`, m2 = ({ icon: t = "☰", ...c }) => /* @__PURE__ */ h.jsx(f2, { ...c, children: t }), U = "<CodarMais />", v2 = m.div`
|
|
279
646
|
display: inline-flex;
|
|
280
647
|
align-items: center;
|
|
281
648
|
justify-content: center;
|
|
@@ -293,7 +660,7 @@ const G = "<CodarMais />", d1 = V.div`
|
|
|
293
660
|
min-width: 120px;
|
|
294
661
|
min-height: 34px;
|
|
295
662
|
}
|
|
296
|
-
`,
|
|
663
|
+
`, p2 = m.span`
|
|
297
664
|
display: inline-block;
|
|
298
665
|
font-family: "Fira Code", "JetBrains Mono", Menlo, Monaco, "Courier New", monospace;
|
|
299
666
|
font-weight: 600;
|
|
@@ -305,7 +672,7 @@ const G = "<CodarMais />", d1 = V.div`
|
|
|
305
672
|
/* Força font-size mínimo no mobile */
|
|
306
673
|
font-size: max(14px, ${({ $fontSize: t }) => t});
|
|
307
674
|
}
|
|
308
|
-
`,
|
|
675
|
+
`, g2 = m.span`
|
|
309
676
|
display: inline-block;
|
|
310
677
|
width: 0.08em;
|
|
311
678
|
height: ${({ $height: t }) => t};
|
|
@@ -319,328 +686,90 @@ const G = "<CodarMais />", d1 = V.div`
|
|
|
319
686
|
opacity: 0;
|
|
320
687
|
}
|
|
321
688
|
}
|
|
322
|
-
`,
|
|
323
|
-
${({ $variant: t, kind:
|
|
324
|
-
var
|
|
325
|
-
return t === "plain" ?
|
|
689
|
+
`, x2 = m.span`
|
|
690
|
+
${({ $variant: t, kind: c, theme: r }) => {
|
|
691
|
+
var l, n, i, v, p;
|
|
692
|
+
return t === "plain" ? y`
|
|
326
693
|
color: #ffffffff;
|
|
327
|
-
` :
|
|
328
|
-
${
|
|
329
|
-
color: ${(n = (
|
|
694
|
+
` : y`
|
|
695
|
+
${c === "bracket" && y`
|
|
696
|
+
color: ${(n = (l = r == null ? void 0 : r.colors) == null ? void 0 : l.primary) == null ? void 0 : n.light};
|
|
330
697
|
`}
|
|
331
|
-
${
|
|
332
|
-
color: ${(
|
|
698
|
+
${c === "slash" && y`
|
|
699
|
+
color: ${(v = (i = r == null ? void 0 : r.colors) == null ? void 0 : i.primary) == null ? void 0 : v.light};
|
|
333
700
|
`}
|
|
334
|
-
${
|
|
335
|
-
color: ${(
|
|
701
|
+
${c === "text" && y`
|
|
702
|
+
color: ${(p = r == null ? void 0 : r.colors) == null ? void 0 : p.neutral.mid};
|
|
336
703
|
`}
|
|
337
704
|
`;
|
|
338
705
|
}}
|
|
339
|
-
`,
|
|
706
|
+
`, z2 = ({
|
|
340
707
|
width: t = 180,
|
|
341
|
-
variant:
|
|
342
|
-
speed:
|
|
343
|
-
className:
|
|
708
|
+
variant: c = "plain",
|
|
709
|
+
speed: r = 200,
|
|
710
|
+
className: l
|
|
344
711
|
}) => {
|
|
345
|
-
const n =
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
let f = !0,
|
|
349
|
-
const
|
|
350
|
-
f &&
|
|
351
|
-
}, _ = setTimeout(
|
|
712
|
+
const n = V(() => typeof t == "number" ? `${t}px` : t, [t]), i = V(() => typeof t == "string" ? `max(56px, calc(${t} * 0.28))` : `${Math.max(32, Math.round(t * 0.28))}px`, [t]), v = V(() => typeof t == "string" ? `max(14px, calc(${t} * 0.12))` : `${Math.max(14, Math.round(t * 0.12))}px`, [t]), [p, g] = J(0);
|
|
713
|
+
d1(() => {
|
|
714
|
+
g(0);
|
|
715
|
+
let f = !0, z = 0;
|
|
716
|
+
const M = () => {
|
|
717
|
+
f && z <= U.length && (g(z), z += 1, setTimeout(M, r));
|
|
718
|
+
}, _ = setTimeout(M, r);
|
|
352
719
|
return () => {
|
|
353
720
|
f = !1, clearTimeout(_);
|
|
354
721
|
};
|
|
355
|
-
}, [n,
|
|
356
|
-
const H =
|
|
357
|
-
return /* @__PURE__ */
|
|
358
|
-
H.slice(0,
|
|
359
|
-
|
|
722
|
+
}, [n, c, r]);
|
|
723
|
+
const H = V(() => U.split(""), []), E = (f) => f === "<" || f === ">" ? "bracket" : f === "/" ? "slash" : "text";
|
|
724
|
+
return /* @__PURE__ */ h.jsx(v2, { $widthValue: n, $heightValue: i, className: l, children: /* @__PURE__ */ h.jsxs(p2, { $fontSize: v, children: [
|
|
725
|
+
H.slice(0, p).map((f, z) => /* @__PURE__ */ h.jsx(
|
|
726
|
+
x2,
|
|
360
727
|
{
|
|
361
|
-
kind:
|
|
362
|
-
$variant:
|
|
728
|
+
kind: c === "code" ? E(f) : "text",
|
|
729
|
+
$variant: c,
|
|
363
730
|
children: f
|
|
364
731
|
},
|
|
365
|
-
|
|
732
|
+
z
|
|
366
733
|
)),
|
|
367
|
-
/* @__PURE__ */
|
|
734
|
+
/* @__PURE__ */ h.jsx(g2, { $height: `calc(${v} * 1.05)` })
|
|
368
735
|
] }) });
|
|
369
|
-
},
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
base: "#2193b0",
|
|
379
|
-
light: "#6dd5ed"
|
|
380
|
-
},
|
|
381
|
-
accent: {
|
|
382
|
-
emerald: "#348F50",
|
|
383
|
-
teal: "#26d0ce"
|
|
384
|
-
},
|
|
385
|
-
warning: "#f0b105ff",
|
|
386
|
-
success: "#56B4D3",
|
|
387
|
-
pureWhite: "#ffffffff"
|
|
388
|
-
}, z1 = {
|
|
389
|
-
sunsetGlow: "linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%)",
|
|
390
|
-
coolBlues: "linear-gradient(135deg, #2193b0 0%, #6dd5ed 100%)",
|
|
391
|
-
aquaMarine: "linear-gradient(135deg, #1a2980 0%, #26d0ce 100%)",
|
|
392
|
-
emeraldWater: "linear-gradient(135deg, #348F50 0%, #56B4D3 100%)",
|
|
393
|
-
darkBlue: "linear-gradient( 177.6deg, rgba(20,0,113,1) 15.3%, rgba(1,0,62,1) 91.3% );",
|
|
394
|
-
alert: "linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%)",
|
|
395
|
-
danger: "linear-gradient(to right, #e52d27 0%, #b31217 51%, #e52d27 100%)",
|
|
396
|
-
primary: "linear-gradient(to right, #1FA2FF 0%, #12D8FA 51%, #1FA2FF 100%)",
|
|
397
|
-
secondary: "linear-gradient(to right, #757F9A 0%, #D7DDE8 51%, #757F9A 100%)"
|
|
398
|
-
}, f2 = {
|
|
399
|
-
colors: p1,
|
|
400
|
-
gradients: z1,
|
|
401
|
-
fonts: {
|
|
402
|
-
heading: "'Google Sans Code', sans-serif",
|
|
403
|
-
body: "'Google Sans Code', sans-serif",
|
|
404
|
-
monospace: "'Fira Code', monospace"
|
|
736
|
+
}, b2 = m.nav`
|
|
737
|
+
padding: 1rem 10rem;
|
|
738
|
+
background: ${({ theme: t }) => t.gradients.darkBlue};
|
|
739
|
+
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
|
|
740
|
+
position: relative;
|
|
741
|
+
|
|
742
|
+
@media (max-width: 900px) {
|
|
743
|
+
height: 5rem;
|
|
744
|
+
padding: 1rem 2rem;
|
|
405
745
|
}
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
l.indexOf(o[n]) < 0 && Object.prototype.propertyIsEnumerable.call(t, o[n]) && (a[o[n]] = t[o[n]]);
|
|
426
|
-
return a;
|
|
427
|
-
};
|
|
428
|
-
function q(t) {
|
|
429
|
-
return t && t.map(function(l, a) {
|
|
430
|
-
return p.createElement(l.tag, z({
|
|
431
|
-
key: a
|
|
432
|
-
}, l.attr), q(l.child));
|
|
433
|
-
});
|
|
434
|
-
}
|
|
435
|
-
function r(t) {
|
|
436
|
-
return function(l) {
|
|
437
|
-
return p.createElement(b1, z({
|
|
438
|
-
attr: z({}, t.attr)
|
|
439
|
-
}, l), q(t.child));
|
|
440
|
-
};
|
|
441
|
-
}
|
|
442
|
-
function b1(t) {
|
|
443
|
-
var l = function(a) {
|
|
444
|
-
var o = t.attr, n = t.size, h = t.title, d = x1(t, ["attr", "size", "title"]), v = n || a.size || "1em", m;
|
|
445
|
-
return a.className && (m = a.className), t.className && (m = (m ? m + " " : "") + t.className), p.createElement("svg", z({
|
|
446
|
-
stroke: "currentColor",
|
|
447
|
-
fill: "currentColor",
|
|
448
|
-
strokeWidth: "0"
|
|
449
|
-
}, a.attr, o, d, {
|
|
450
|
-
className: m,
|
|
451
|
-
style: z(z({
|
|
452
|
-
color: t.color || a.color
|
|
453
|
-
}, a.style), t.style),
|
|
454
|
-
height: v,
|
|
455
|
-
width: v,
|
|
456
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
457
|
-
}), h && p.createElement("title", null, h), t.children);
|
|
458
|
-
};
|
|
459
|
-
return U !== void 0 ? p.createElement(U.Consumer, null, function(a) {
|
|
460
|
-
return l(a);
|
|
461
|
-
}) : l(J);
|
|
462
|
-
}
|
|
463
|
-
function M1(t) {
|
|
464
|
-
return r({ attr: { viewBox: "0 0 320 512" }, child: [{ tag: "path", attr: { d: "M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" } }] })(t);
|
|
465
|
-
}
|
|
466
|
-
function w1(t) {
|
|
467
|
-
return r({ attr: { viewBox: "0 0 496 512" }, child: [{ tag: "path", attr: { d: "M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" } }] })(t);
|
|
468
|
-
}
|
|
469
|
-
function C1(t) {
|
|
470
|
-
return r({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" } }] })(t);
|
|
471
|
-
}
|
|
472
|
-
function E1(t) {
|
|
473
|
-
return r({ attr: { viewBox: "0 0 384 512" }, child: [{ tag: "path", attr: { d: "M277.74 312.9c9.8-6.7 23.4-12.5 23.4-12.5s-38.7 7-77.2 10.2c-47.1 3.9-97.7 4.7-123.1 1.3-60.1-8 33-30.1 33-30.1s-36.1-2.4-80.6 19c-52.5 25.4 130 37 224.5 12.1zm-85.4-32.1c-19-42.7-83.1-80.2 0-145.8C296 53.2 242.84 0 242.84 0c21.5 84.5-75.6 110.1-110.7 162.6-23.9 35.9 11.7 74.4 60.2 118.2zm114.6-176.2c.1 0-175.2 43.8-91.5 140.2 24.7 28.4-6.5 54-6.5 54s62.7-32.4 33.9-72.9c-26.9-37.8-47.5-56.6 64.1-121.3zm-6.1 270.5a12.19 12.19 0 0 1-2 2.6c128.3-33.7 81.1-118.9 19.8-97.3a17.33 17.33 0 0 0-8.2 6.3 70.45 70.45 0 0 1 11-3c31-6.5 75.5 41.5-20.6 91.4zM348 437.4s14.5 11.9-15.9 21.2c-57.9 17.5-240.8 22.8-291.6.7-18.3-7.9 16-19 26.8-21.3 11.2-2.4 17.7-2 17.7-2-20.3-14.3-131.3 28.1-56.4 40.2C232.84 509.4 401 461.3 348 437.4zM124.44 396c-78.7 22 47.9 67.4 148.1 24.5a185.89 185.89 0 0 1-28.2-13.8c-44.7 8.5-65.4 9.1-106 4.5-33.5-3.8-13.9-15.2-13.9-15.2zm179.8 97.2c-78.7 14.8-175.8 13.1-233.3 3.6 0-.1 11.8 9.7 72.4 13.6 92.2 5.9 233.8-3.3 237.1-46.9 0 0-6.4 16.5-76.2 29.7zM260.64 353c-59.2 11.4-93.5 11.1-136.8 6.6-33.5-3.5-11.6-19.7-11.6-19.7-86.8 28.8 48.2 61.4 169.5 25.9a60.37 60.37 0 0 1-21.1-12.8z" } }] })(t);
|
|
474
|
-
}
|
|
475
|
-
function _1(t) {
|
|
476
|
-
return r({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z" } }] })(t);
|
|
477
|
-
}
|
|
478
|
-
function y1(t) {
|
|
479
|
-
return r({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z" } }] })(t);
|
|
480
|
-
}
|
|
481
|
-
function k1(t) {
|
|
482
|
-
return r({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M256 8C119.034 8 8 119.033 8 256s111.034 248 248 248 248-111.034 248-248S392.967 8 256 8zm130.108 117.892c65.448 65.448 70 165.481 20.677 235.637L150.47 105.216c70.204-49.356 170.226-44.735 235.638 20.676zM125.892 386.108c-65.448-65.448-70-165.481-20.677-235.637L361.53 406.784c-70.203 49.356-170.226 44.736-235.638-20.676z" } }] })(t);
|
|
483
|
-
}
|
|
484
|
-
function T1(t) {
|
|
485
|
-
return r({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M224 512c35.32 0 63.97-28.65 63.97-64H160.03c0 35.35 28.65 64 63.97 64zm215.39-149.71c-19.32-20.76-55.47-51.99-55.47-154.29 0-77.7-54.48-139.9-127.94-155.16V32c0-17.67-14.32-32-31.98-32s-31.98 14.33-31.98 32v20.84C118.56 68.1 64.08 130.3 64.08 208c0 102.3-36.15 133.53-55.47 154.29-6 6.45-8.66 14.16-8.61 21.71.11 16.4 12.98 32 32.1 32h383.8c19.12 0 32-15.6 32.1-32 .05-7.55-2.61-15.27-8.61-21.71z" } }] })(t);
|
|
486
|
-
}
|
|
487
|
-
function V1(t) {
|
|
488
|
-
return r({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M448 360V24c0-13.3-10.7-24-24-24H96C43 0 0 43 0 96v320c0 53 43 96 96 96h328c13.3 0 24-10.7 24-24v-16c0-7.5-3.5-14.3-8.9-18.7-4.2-15.4-4.2-59.3 0-74.7 5.4-4.3 8.9-11.1 8.9-18.6zM128 134c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm0 64c0-3.3 2.7-6 6-6h212c3.3 0 6 2.7 6 6v20c0 3.3-2.7 6-6 6H134c-3.3 0-6-2.7-6-6v-20zm253.4 250H96c-17.7 0-32-14.3-32-32 0-17.6 14.4-32 32-32h285.4c-1.9 17.1-1.9 46.9 0 64z" } }] })(t);
|
|
489
|
-
}
|
|
490
|
-
function H1(t) {
|
|
491
|
-
return r({ attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M208 352c-2.39 0-4.78.35-7.06 1.09C187.98 357.3 174.35 360 160 360c-14.35 0-27.98-2.7-40.95-6.91-2.28-.74-4.66-1.09-7.05-1.09C49.94 352-.33 402.48 0 464.62.14 490.88 21.73 512 48 512h224c26.27 0 47.86-21.12 48-47.38.33-62.14-49.94-112.62-112-112.62zm-48-32c53.02 0 96-42.98 96-96s-42.98-96-96-96-96 42.98-96 96 42.98 96 96 96zM592 0H208c-26.47 0-48 22.25-48 49.59V96c23.42 0 45.1 6.78 64 17.8V64h352v288h-64v-64H384v64h-76.24c19.1 16.69 33.12 38.73 39.69 64H592c26.47 0 48-22.25 48-49.59V49.59C640 22.25 618.47 0 592 0z" } }] })(t);
|
|
492
|
-
}
|
|
493
|
-
function F1(t) {
|
|
494
|
-
return r({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z" } }] })(t);
|
|
495
|
-
}
|
|
496
|
-
function L1(t) {
|
|
497
|
-
return r({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z" } }] })(t);
|
|
498
|
-
}
|
|
499
|
-
function R1(t) {
|
|
500
|
-
return r({ attr: { viewBox: "0 0 384 512" }, child: [{ tag: "path", attr: { d: "M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm121.2 231.8l-143 141.8c-4.7 4.7-12.3 4.6-17-.1l-82.6-83.3c-4.7-4.7-4.6-12.3.1-17L99.1 285c4.7-4.7 12.3-4.6 17 .1l46 46.4 106-105.2c4.7-4.7 12.3-4.6 17 .1l28.2 28.4c4.7 4.8 4.6 12.3-.1 17z" } }] })(t);
|
|
501
|
-
}
|
|
502
|
-
function S1(t) {
|
|
503
|
-
return r({ attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M278.9 511.5l-61-17.7c-6.4-1.8-10-8.5-8.2-14.9L346.2 8.7c1.8-6.4 8.5-10 14.9-8.2l61 17.7c6.4 1.8 10 8.5 8.2 14.9L293.8 503.3c-1.9 6.4-8.5 10.1-14.9 8.2zm-114-112.2l43.5-46.4c4.6-4.9 4.3-12.7-.8-17.2L117 256l90.6-79.7c5.1-4.5 5.5-12.3.8-17.2l-43.5-46.4c-4.5-4.8-12.1-5.1-17-.5L3.8 247.2c-5.1 4.7-5.1 12.8 0 17.5l144.1 135.1c4.9 4.6 12.5 4.4 17-.5zm327.2.6l144.1-135.1c5.1-4.7 5.1-12.8 0-17.5L492.1 112.1c-4.8-4.5-12.4-4.3-17 .5L431.6 159c-4.6 4.9-4.3 12.7.8 17.2L523 256l-90.6 79.7c-5.1 4.5-5.5 12.3-.8 17.2l43.5 46.4c4.5 4.9 12.1 5.1 17 .6z" } }] })(t);
|
|
504
|
-
}
|
|
505
|
-
function B1(t) {
|
|
506
|
-
return r({ attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M512.1 191l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0L552 6.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zm-10.5-58.8c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.7-82.4 14.3-52.8 52.8zM386.3 286.1l33.7 16.8c10.1 5.8 14.5 18.1 10.5 29.1-8.9 24.2-26.4 46.4-42.6 65.8-7.4 8.9-20.2 11.1-30.3 5.3l-29.1-16.8c-16 13.7-34.6 24.6-54.9 31.7v33.6c0 11.6-8.3 21.6-19.7 23.6-24.6 4.2-50.4 4.4-75.9 0-11.5-2-20-11.9-20-23.6V418c-20.3-7.2-38.9-18-54.9-31.7L74 403c-10 5.8-22.9 3.6-30.3-5.3-16.2-19.4-33.3-41.6-42.2-65.7-4-10.9.4-23.2 10.5-29.1l33.3-16.8c-3.9-20.9-3.9-42.4 0-63.4L12 205.8c-10.1-5.8-14.6-18.1-10.5-29 8.9-24.2 26-46.4 42.2-65.8 7.4-8.9 20.2-11.1 30.3-5.3l29.1 16.8c16-13.7 34.6-24.6 54.9-31.7V57.1c0-11.5 8.2-21.5 19.6-23.5 24.6-4.2 50.5-4.4 76-.1 11.5 2 20 11.9 20 23.6v33.6c20.3 7.2 38.9 18 54.9 31.7l29.1-16.8c10-5.8 22.9-3.6 30.3 5.3 16.2 19.4 33.2 41.6 42.1 65.8 4 10.9.1 23.2-10 29.1l-33.7 16.8c3.9 21 3.9 42.5 0 63.5zm-117.6 21.1c59.2-77-28.7-164.9-105.7-105.7-59.2 77 28.7 164.9 105.7 105.7zm243.4 182.7l-8.2 14.3c-3 5.3-9.4 7.5-15.1 5.4-11.8-4.4-22.6-10.7-32.1-18.6-4.6-3.8-5.8-10.5-2.8-15.7l8.2-14.3c-6.9-8-12.3-17.3-15.9-27.4h-16.5c-6 0-11.2-4.3-12.2-10.3-2-12-2.1-24.6 0-37.1 1-6 6.2-10.4 12.2-10.4h16.5c3.6-10.1 9-19.4 15.9-27.4l-8.2-14.3c-3-5.2-1.9-11.9 2.8-15.7 9.5-7.9 20.4-14.2 32.1-18.6 5.7-2.1 12.1.1 15.1 5.4l8.2 14.3c10.5-1.9 21.2-1.9 31.7 0l8.2-14.3c3-5.3 9.4-7.5 15.1-5.4 11.8 4.4 22.6 10.7 32.1 18.6 4.6 3.8 5.8 10.5 2.8 15.7l-8.2 14.3c6.9 8 12.3 17.3 15.9 27.4h16.5c6 0 11.2 4.3 12.2 10.3 2 12 2.1 24.6 0 37.1-1 6-6.2 10.4-12.2 10.4h-16.5c-3.6 10.1-9 19.4-15.9 27.4l8.2 14.3c3 5.2 1.9 11.9-2.8 15.7-9.5 7.9-20.4 14.2-32.1 18.6-5.7 2.1-12.1-.1-15.1-5.4l-8.2-14.3c-10.4 1.9-21.2 1.9-31.7 0zM501.6 431c38.5 29.6 82.4-14.3 52.8-52.8-38.5-29.6-82.4 14.3-52.8 52.8z" } }] })(t);
|
|
507
|
-
}
|
|
508
|
-
function O1(t) {
|
|
509
|
-
return r({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 9.8 11.2 15.5 19.1 9.7L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z" } }] })(t);
|
|
510
|
-
}
|
|
511
|
-
function A1(t) {
|
|
512
|
-
return r({ attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M402.6 83.2l90.2 90.2c3.8 3.8 3.8 10 0 13.8L274.4 405.6l-92.8 10.3c-12.4 1.4-22.9-9.1-21.5-21.5l10.3-92.8L388.8 83.2c3.8-3.8 10-3.8 13.8 0zm162-22.9l-48.8-48.8c-15.2-15.2-39.9-15.2-55.2 0l-35.4 35.4c-3.8 3.8-3.8 10 0 13.8l90.2 90.2c3.8 3.8 10 3.8 13.8 0l35.4-35.4c15.2-15.3 15.2-40 0-55.2zM384 346.2V448H64V128h229.8c3.2 0 6.2-1.3 8.5-3.5l40-40c7.6-7.6 2.2-20.5-8.5-20.5H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V306.2c0-10.7-12.9-16-20.5-8.5l-40 40c-2.2 2.3-3.5 5.3-3.5 8.5z" } }] })(t);
|
|
513
|
-
}
|
|
514
|
-
function P1(t) {
|
|
515
|
-
return r({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z" } }] })(t);
|
|
516
|
-
}
|
|
517
|
-
function j1(t) {
|
|
518
|
-
return r({ attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z" } }] })(t);
|
|
519
|
-
}
|
|
520
|
-
function $1(t) {
|
|
521
|
-
return r({ attr: { viewBox: "0 0 384 512" }, child: [{ tag: "path", attr: { d: "M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm64 236c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-64c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8zm0-72v8c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm96-114.1v6.1H256V0h6.1c6.4 0 12.5 2.5 17 7l97.9 98c4.5 4.5 7 10.6 7 16.9z" } }] })(t);
|
|
522
|
-
}
|
|
523
|
-
function N1(t) {
|
|
524
|
-
return r({ attr: { viewBox: "0 0 496 512" }, child: [{ tag: "path", attr: { d: "M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z" } }] })(t);
|
|
525
|
-
}
|
|
526
|
-
function I1(t) {
|
|
527
|
-
return r({ attr: { viewBox: "0 0 576 512" }, child: [{ tag: "path", attr: { d: "M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z" } }] })(t);
|
|
528
|
-
}
|
|
529
|
-
function D1(t) {
|
|
530
|
-
return r({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zm-104 0H152v-72c0-39.7 32.3-72 72-72s72 32.3 72 72v72z" } }] })(t);
|
|
531
|
-
}
|
|
532
|
-
function Y1(t) {
|
|
533
|
-
return r({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z" } }] })(t);
|
|
534
|
-
}
|
|
535
|
-
function W1(t) {
|
|
536
|
-
return r({ attr: { viewBox: "0 0 640 512" }, child: [{ tag: "path", attr: { d: "M257.981 272.971L63.638 467.314c-9.373 9.373-24.569 9.373-33.941 0L7.029 444.647c-9.357-9.357-9.375-24.522-.04-33.901L161.011 256 6.99 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L257.981 239.03c9.373 9.372 9.373 24.568 0 33.941zM640 456v-32c0-13.255-10.745-24-24-24H312c-13.255 0-24 10.745-24 24v32c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24z" } }] })(t);
|
|
537
|
-
}
|
|
538
|
-
function G1(t) {
|
|
539
|
-
return r({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z" } }] })(t);
|
|
540
|
-
}
|
|
541
|
-
function U1(t) {
|
|
542
|
-
return r({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M400 256H152V152.9c0-39.6 31.7-72.5 71.3-72.9 40-.4 72.7 32.1 72.7 72v16c0 13.3 10.7 24 24 24h32c13.3 0 24-10.7 24-24v-16C376 68 307.5-.3 223.5 0 139.5.3 72 69.5 72 153.5V256H48c-26.5 0-48 21.5-48 48v160c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z" } }] })(t);
|
|
543
|
-
}
|
|
544
|
-
function J1(t) {
|
|
545
|
-
return r({ attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M319.4 320.6L224 416l-95.4-95.4C57.1 323.7 0 382.2 0 454.4v9.6c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-9.6c0-72.2-57.1-130.7-128.6-133.8zM13.6 79.8l6.4 1.5v58.4c-7 4.2-12 11.5-12 20.3 0 8.4 4.6 15.4 11.1 19.7L3.5 242c-1.7 6.9 2.1 14 7.6 14h41.8c5.5 0 9.3-7.1 7.6-14l-15.6-62.3C51.4 175.4 56 168.4 56 160c0-8.8-5-16.1-12-20.3V87.1l66 15.9c-8.6 17.2-14 36.4-14 57 0 70.7 57.3 128 128 128s128-57.3 128-128c0-20.6-5.3-39.8-14-57l96.3-23.2c18.2-4.4 18.2-27.1 0-31.5l-190.4-46c-13-3.1-26.7-3.1-39.7 0L13.6 48.2c-18.1 4.4-18.1 27.2 0 31.6z" } }] })(t);
|
|
546
|
-
}
|
|
547
|
-
function q1(t) {
|
|
548
|
-
return r({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M461.2 128H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h384c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h397.2c28.02 0 50.8-21.53 50.8-48V176c0-26.47-22.78-48-50.8-48zM416 336c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z" } }] })(t);
|
|
549
|
-
}
|
|
550
|
-
function X1(t) {
|
|
551
|
-
return r({ attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" } }, { tag: "path", attr: { d: "M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z" } }] })(t);
|
|
552
|
-
}
|
|
553
|
-
function Z1(t) {
|
|
554
|
-
return r({ attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" } }, { tag: "path", attr: { d: "M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58a.49.49 0 00.12-.61l-1.92-3.32a.488.488 0 00-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54a.484.484 0 00-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58a.49.49 0 00-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z" } }] })(t);
|
|
555
|
-
}
|
|
556
|
-
function Q1(t) {
|
|
557
|
-
return r({ attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" } }, { tag: "path", attr: { d: "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zM12 5.5v9l6-4.5z" } }] })(t);
|
|
558
|
-
}
|
|
559
|
-
function K1(t) {
|
|
560
|
-
return r({ attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" } }, { tag: "path", attr: { d: "M19 14V6c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zm-2 0H3V6h14v8zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zm13 0v11c0 1.1-.9 2-2 2H4v-2h17V7h2z" } }] })(t);
|
|
561
|
-
}
|
|
562
|
-
function t2(t) {
|
|
563
|
-
return r({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M392 80H232a56.06 56.06 0 00-56 56v104h153.37l-52.68-52.69a16 16 0 0122.62-22.62l80 80a16 16 0 010 22.62l-80 80a16 16 0 01-22.62-22.62L329.37 272H176v104c0 32.05 33.79 56 64 56h152a56.06 56.06 0 0056-56V136a56.06 56.06 0 00-56-56zM80 240a16 16 0 000 32h96v-32z" } }] })(t);
|
|
564
|
-
}
|
|
565
|
-
function e2(t) {
|
|
566
|
-
return r({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M160 256a16 16 0 0116-16h144V136c0-32-33.79-56-64-56H104a56.06 56.06 0 00-56 56v240a56.06 56.06 0 0056 56h160a56.06 56.06 0 0056-56V272H176a16 16 0 01-16-16zm299.31-11.31l-80-80a16 16 0 00-22.62 22.62L409.37 240H320v32h89.37l-52.68 52.69a16 16 0 1022.62 22.62l80-80a16 16 0 000-22.62z" } }] })(t);
|
|
567
|
-
}
|
|
568
|
-
function r2(t) {
|
|
569
|
-
return r({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M256 48C141.13 48 48 141.13 48 256s93.13 208 208 208 208-93.13 208-208S370.87 48 256 48zm96 240h-96a16 16 0 01-16-16V128a16 16 0 0132 0v128h80a16 16 0 010 32z" } }] })(t);
|
|
570
|
-
}
|
|
571
|
-
function a2(t) {
|
|
572
|
-
return r({ attr: { fill: "currentColor", viewBox: "0 0 16 16" }, child: [{ tag: "path", attr: { d: "M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z" } }] })(t);
|
|
573
|
-
}
|
|
574
|
-
function c2(t) {
|
|
575
|
-
return r({ attr: { fill: "currentColor", viewBox: "0 0 16 16" }, child: [{ tag: "path", attr: { d: "M11 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1v-3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3h1V7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7h1V2z" } }] })(t);
|
|
576
|
-
}
|
|
577
|
-
function n2(t) {
|
|
578
|
-
return r({ attr: { fill: "currentColor", viewBox: "0 0 16 16" }, child: [{ tag: "path", attr: { d: "M4 16s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H4Zm4-5.95a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z" } }, { tag: "path", attr: { d: "M2 1a2 2 0 0 0-2 2v9.5A1.5 1.5 0 0 0 1.5 14h.653a5.373 5.373 0 0 1 1.066-2H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v9h-2.219c.554.654.89 1.373 1.066 2h.653a1.5 1.5 0 0 0 1.5-1.5V3a2 2 0 0 0-2-2H2Z" } }] })(t);
|
|
579
|
-
}
|
|
580
|
-
function l2(t) {
|
|
581
|
-
return r({ attr: { role: "img", viewBox: "0 0 24 24" }, child: [{ tag: "title", attr: {}, child: [] }, { tag: "path", attr: { d: "M0 0h24v24H0V0zm22.034 18.276c-.175-1.095-.888-2.015-3.003-2.873-.736-.345-1.554-.585-1.797-1.14-.091-.33-.105-.51-.046-.705.15-.646.915-.84 1.515-.66.39.12.75.42.976.9 1.034-.676 1.034-.676 1.755-1.125-.27-.42-.404-.601-.586-.78-.63-.705-1.469-1.065-2.834-1.034l-.705.089c-.676.165-1.32.525-1.71 1.005-1.14 1.291-.811 3.541.569 4.471 1.365 1.02 3.361 1.244 3.616 2.205.24 1.17-.87 1.545-1.966 1.41-.811-.18-1.26-.586-1.755-1.336l-1.83 1.051c.21.48.45.689.81 1.109 1.74 1.756 6.09 1.666 6.871-1.004.029-.09.24-.705.074-1.65l.046.067zm-8.983-7.245h-2.248c0 1.938-.009 3.864-.009 5.805 0 1.232.063 2.363-.138 2.711-.33.689-1.18.601-1.566.48-.396-.196-.597-.466-.83-.855-.063-.105-.11-.196-.127-.196l-1.825 1.125c.305.63.75 1.172 1.324 1.517.855.51 2.004.675 3.207.405.783-.226 1.458-.691 1.811-1.411.51-.93.402-2.07.397-3.346.012-2.054 0-4.109 0-6.179l.004-.056z" } }] })(t);
|
|
582
|
-
}
|
|
583
|
-
function o2(t) {
|
|
584
|
-
return r({ attr: { role: "img", viewBox: "0 0 24 24" }, child: [{ tag: "title", attr: {}, child: [] }, { tag: "path", attr: { d: "M14.25.18l.9.2.73.26.59.3.45.32.34.34.25.34.16.33.1.3.04.26.02.2-.01.13V8.5l-.05.63-.13.55-.21.46-.26.38-.3.31-.33.25-.35.19-.35.14-.33.1-.3.07-.26.04-.21.02H8.77l-.69.05-.59.14-.5.22-.41.27-.33.32-.27.35-.2.36-.15.37-.1.35-.07.32-.04.27-.02.21v3.06H3.17l-.21-.03-.28-.07-.32-.12-.35-.18-.36-.26-.36-.36-.35-.46-.32-.59-.28-.73-.21-.88-.14-1.05-.05-1.23.06-1.22.16-1.04.24-.87.32-.71.36-.57.4-.44.42-.33.42-.24.4-.16.36-.1.32-.05.24-.01h.16l.06.01h8.16v-.83H6.18l-.01-2.75-.02-.37.05-.34.11-.31.17-.28.25-.26.31-.23.38-.2.44-.18.51-.15.58-.12.64-.1.71-.06.77-.04.84-.02 1.27.05zm-6.3 1.98l-.23.33-.08.41.08.41.23.34.33.22.41.09.41-.09.33-.22.23-.34.08-.41-.08-.41-.23-.33-.33-.22-.41-.09-.41.09zm13.09 3.95l.28.06.32.12.35.18.36.27.36.35.35.47.32.59.28.73.21.88.14 1.04.05 1.23-.06 1.23-.16 1.04-.24.86-.32.71-.36.57-.4.45-.42.33-.42.24-.4.16-.36.09-.32.05-.24.02-.16-.01h-8.22v.82h5.84l.01 2.76.02.36-.05.34-.11.31-.17.29-.25.25-.31.24-.38.2-.44.17-.51.15-.58.13-.64.09-.71.07-.77.04-.84.01-1.27-.04-1.07-.14-.9-.2-.73-.25-.59-.3-.45-.33-.34-.34-.25-.34-.16-.33-.1-.3-.04-.25-.02-.2.01-.13v-5.34l.05-.64.13-.54.21-.46.26-.38.3-.32.33-.24.35-.2.35-.14.33-.1.3-.06.26-.04.21-.02.13-.01h5.84l.69-.05.59-.14.5-.21.41-.28.33-.32.27-.35.2-.36.15-.36.1-.35.07-.32.04-.28.02-.21V6.07h2.09l.14.01zm-6.47 14.25l-.23.33-.08.41.08.41.23.33.33.23.41.08.41-.08.33-.23.23-.33.08-.41-.08-.41-.23-.33-.33-.23-.41-.08-.41.08z" } }] })(t);
|
|
585
|
-
}
|
|
586
|
-
function i2(t) {
|
|
587
|
-
return r({ attr: { role: "img", viewBox: "0 0 24 24" }, child: [{ tag: "title", attr: {}, child: [] }, { tag: "path", attr: { d: "M1.125 0C.502 0 0 .502 0 1.125v21.75C0 23.498.502 24 1.125 24h21.75c.623 0 1.125-.502 1.125-1.125V1.125C24 .502 23.498 0 22.875 0zm17.363 9.75c.612 0 1.154.037 1.627.111a6.38 6.38 0 0 1 1.306.34v2.458a3.95 3.95 0 0 0-.643-.361 5.093 5.093 0 0 0-.717-.26 5.453 5.453 0 0 0-1.426-.2c-.3 0-.573.028-.819.086a2.1 2.1 0 0 0-.623.242c-.17.104-.3.229-.393.374a.888.888 0 0 0-.14.49c0 .196.053.373.156.529.104.156.252.304.443.444s.423.276.696.41c.273.135.582.274.926.416.47.197.892.407 1.266.628.374.222.695.473.963.753.268.279.472.598.614.957.142.359.214.776.214 1.253 0 .657-.125 1.21-.373 1.656a3.033 3.033 0 0 1-1.012 1.085 4.38 4.38 0 0 1-1.487.596c-.566.12-1.163.18-1.79.18a9.916 9.916 0 0 1-1.84-.164 5.544 5.544 0 0 1-1.512-.493v-2.63a5.033 5.033 0 0 0 3.237 1.2c.333 0 .624-.03.872-.09.249-.06.456-.144.623-.25.166-.108.29-.234.373-.38a1.023 1.023 0 0 0-.074-1.089 2.12 2.12 0 0 0-.537-.5 5.597 5.597 0 0 0-.807-.444 27.72 27.72 0 0 0-1.007-.436c-.918-.383-1.602-.852-2.053-1.405-.45-.553-.676-1.222-.676-2.005 0-.614.123-1.141.369-1.582.246-.441.58-.804 1.004-1.089a4.494 4.494 0 0 1 1.47-.629 7.536 7.536 0 0 1 1.77-.201zm-15.113.188h9.563v2.166H9.506v9.646H6.789v-9.646H3.375z" } }] })(t);
|
|
588
|
-
}
|
|
589
|
-
const d2 = {
|
|
590
|
-
// Navegação
|
|
591
|
-
Home: I1,
|
|
592
|
-
Dashboard: X1,
|
|
593
|
-
Settings: Z1,
|
|
594
|
-
Logout: e2,
|
|
595
|
-
Login: t2,
|
|
596
|
-
Back: y1,
|
|
597
|
-
// Usuário
|
|
598
|
-
Student: J1,
|
|
599
|
-
Instructor: H1,
|
|
600
|
-
Profile: n2,
|
|
601
|
-
// Cursos e Conteúdo
|
|
602
|
-
Course: V1,
|
|
603
|
-
Lesson: Y1,
|
|
604
|
-
VideoLibrary: Q1,
|
|
605
|
-
Progress: R1,
|
|
606
|
-
Code: S1,
|
|
607
|
-
Terminal: W1,
|
|
608
|
-
// Ações
|
|
609
|
-
Add: a2,
|
|
610
|
-
Edit: A1,
|
|
611
|
-
Locked: D1,
|
|
612
|
-
Unlocked: U1,
|
|
613
|
-
Tools: B1,
|
|
614
|
-
Trash: G1,
|
|
615
|
-
Check: L1,
|
|
616
|
-
// Sistema / Status
|
|
617
|
-
Notifications: T1,
|
|
618
|
-
Message: O1,
|
|
619
|
-
Alert: j1,
|
|
620
|
-
Success: F1,
|
|
621
|
-
Blocked: k1,
|
|
622
|
-
Timer: r2,
|
|
623
|
-
Analytics: c2,
|
|
624
|
-
Language: N1,
|
|
625
|
-
// Pagamentos
|
|
626
|
-
Wallet: q1,
|
|
627
|
-
Payments: K1,
|
|
628
|
-
// Redes sociais
|
|
629
|
-
Facebook: M1,
|
|
630
|
-
Instagram: C1,
|
|
631
|
-
Linkedin: _1,
|
|
632
|
-
Email: P1,
|
|
633
|
-
CV: $1,
|
|
634
|
-
Github: w1,
|
|
635
|
-
// Linguagens
|
|
636
|
-
JS: l2,
|
|
637
|
-
TS: i2,
|
|
638
|
-
Python: o2,
|
|
639
|
-
Java: E1
|
|
746
|
+
`, M2 = m.div`
|
|
747
|
+
display: flex;
|
|
748
|
+
justify-content: space-between;
|
|
749
|
+
align-items: center;
|
|
750
|
+
`;
|
|
751
|
+
m.div`
|
|
752
|
+
display: flex;
|
|
753
|
+
align-items: center;
|
|
754
|
+
gap: 15px;
|
|
755
|
+
`;
|
|
756
|
+
const E2 = ({ items: t, logo: c }) => {
|
|
757
|
+
const [r, l] = J(!1);
|
|
758
|
+
return /* @__PURE__ */ h.jsx(b2, { children: /* @__PURE__ */ h.jsxs(M2, { children: [
|
|
759
|
+
c ?? /* @__PURE__ */ h.jsx(z2, { variant: "plain" }),
|
|
760
|
+
/* @__PURE__ */ h.jsxs(Z, { children: [
|
|
761
|
+
/* @__PURE__ */ h.jsx(m2, { onClick: () => l((n) => !n) }),
|
|
762
|
+
/* @__PURE__ */ h.jsx(h2, { open: r, children: t.map((n, i) => /* @__PURE__ */ h.jsx(x.Fragment, { children: n }, i)) })
|
|
763
|
+
] })
|
|
764
|
+
] }) });
|
|
640
765
|
};
|
|
641
766
|
export {
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
767
|
+
k2 as Icons,
|
|
768
|
+
z2 as Logo,
|
|
769
|
+
h2 as Menu,
|
|
770
|
+
d2 as MenuItem,
|
|
771
|
+
E2 as Navbar,
|
|
772
|
+
m2 as ToggleButton,
|
|
773
|
+
h1 as colors,
|
|
774
|
+
C2 as theme
|
|
646
775
|
};
|