@nr1e/qwik-icons 0.0.17 → 0.0.19
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/lib/components/brands/admini-pay-icon.qwik.cjs +9 -9
- package/lib/components/brands/admini-pay-icon.qwik.mjs +9 -9
- package/lib/components/brands/kavelia-black-logo.qwik.cjs +56 -0
- package/lib/components/brands/kavelia-black-logo.qwik.mjs +56 -0
- package/lib/components/brands/kavelia-green-logo.qwik.cjs +56 -0
- package/lib/components/brands/kavelia-green-logo.qwik.mjs +56 -0
- package/lib/components/brands/kavelia-icon.qwik.cjs +154 -0
- package/lib/components/brands/kavelia-icon.qwik.mjs +154 -0
- package/lib/components/brands/kavelia-light-green-logo.qwik.cjs +56 -0
- package/lib/components/brands/kavelia-light-green-logo.qwik.mjs +56 -0
- package/lib/components/brands/kavelia-logo.qwik.cjs +211 -0
- package/lib/components/brands/kavelia-logo.qwik.mjs +211 -0
- package/lib/components/brands/kavelia-white-logo.qwik.cjs +56 -0
- package/lib/components/brands/kavelia-white-logo.qwik.mjs +56 -0
- package/lib/components/brands/latter-day-spirits-black-logo.qwik.cjs +396 -0
- package/lib/components/brands/latter-day-spirits-black-logo.qwik.mjs +396 -0
- package/lib/components/brands/latter-day-spirits-blue-logo.qwik.cjs +410 -0
- package/lib/components/brands/latter-day-spirits-blue-logo.qwik.mjs +410 -0
- package/lib/components/brands/latter-day-spirits-logo.qwik.cjs +558 -0
- package/lib/components/brands/latter-day-spirits-logo.qwik.mjs +558 -0
- package/lib/components/brands/latter-day-spirits-white-logo.qwik.cjs +410 -0
- package/lib/components/brands/latter-day-spirits-white-logo.qwik.mjs +410 -0
- package/lib/components/icons/mdi-terminal-line.qwik.cjs +16 -0
- package/lib/components/icons/mdi-terminal-line.qwik.mjs +16 -0
- package/lib/components/icons/mdi-terminal.qwik.cjs +16 -0
- package/lib/components/icons/mdi-terminal.qwik.mjs +16 -0
- package/lib/index.qwik.cjs +24 -0
- package/lib/index.qwik.mjs +24 -0
- package/lib-types/components/brands/kavelia-black-logo.d.ts +2 -0
- package/lib-types/components/brands/kavelia-green-logo.d.ts +2 -0
- package/lib-types/components/brands/kavelia-icon.d.ts +2 -0
- package/lib-types/components/brands/kavelia-light-green-logo.d.ts +2 -0
- package/lib-types/components/brands/kavelia-logo.d.ts +2 -0
- package/lib-types/components/brands/kavelia-white-logo.d.ts +2 -0
- package/lib-types/components/brands/latter-day-spirits-black-logo.d.ts +2 -0
- package/lib-types/components/brands/latter-day-spirits-blue-logo.d.ts +2 -0
- package/lib-types/components/brands/latter-day-spirits-logo.d.ts +2 -0
- package/lib-types/components/brands/latter-day-spirits-white-logo.d.ts +2 -0
- package/lib-types/components/icons/mdi-terminal-line.d.ts +2 -0
- package/lib-types/components/icons/mdi-terminal.d.ts +2 -0
- package/lib-types/index.d.ts +12 -0
- package/package.json +7 -7
|
@@ -36,7 +36,7 @@ const AdminiPayIcon = qwik.component$((props) => {
|
|
|
36
36
|
/* @__PURE__ */ jsxRuntime.jsx("clipPath", {
|
|
37
37
|
id: "clippath",
|
|
38
38
|
children: /* @__PURE__ */ jsxRuntime.jsx("rect", {
|
|
39
|
-
style: "fill:none",
|
|
39
|
+
style: "fill: none;",
|
|
40
40
|
y: "0",
|
|
41
41
|
width: "1024",
|
|
42
42
|
height: "1024",
|
|
@@ -80,7 +80,7 @@ const AdminiPayIcon = qwik.component$((props) => {
|
|
|
80
80
|
id: "Layer_1-2",
|
|
81
81
|
children: [
|
|
82
82
|
/* @__PURE__ */ jsxRuntime.jsx("rect", {
|
|
83
|
-
style: "fill:url(#linear-gradient)",
|
|
83
|
+
style: "fill: url(#linear-gradient);",
|
|
84
84
|
y: "0",
|
|
85
85
|
width: "1024",
|
|
86
86
|
height: "1024",
|
|
@@ -89,31 +89,31 @@ const AdminiPayIcon = qwik.component$((props) => {
|
|
|
89
89
|
transform: "translate(1024 1024) rotate(-180)"
|
|
90
90
|
}),
|
|
91
91
|
/* @__PURE__ */ jsxRuntime.jsx("g", {
|
|
92
|
-
style: "opacity:0.17",
|
|
92
|
+
style: "opacity: 0.17;",
|
|
93
93
|
children: /* @__PURE__ */ jsxRuntime.jsx("g", {
|
|
94
|
-
style: "clip-path:url(#clippath)",
|
|
94
|
+
style: "clip-path: url(#clippath);",
|
|
95
95
|
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
96
|
-
style: "opacity:0.73;fill
|
|
96
|
+
style: "opacity: 0.73; fill: #fff;",
|
|
97
97
|
d: "M-116.26,831.96c248.35-23.76,1093.19-554.57,1169.75-755.07,125.14-327.73-6.35-154.93-6.35-154.93L-54.56-21.7l-61.71,853.66Z"
|
|
98
98
|
})
|
|
99
99
|
})
|
|
100
100
|
}),
|
|
101
101
|
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
102
|
-
style: "fill
|
|
102
|
+
style: "fill: #fff;",
|
|
103
103
|
d: "M565.02,216.59l-272.92,580.71c-8.17,11.42-20.16,16.54-36.39,16.54h-84.48S442.06,235.89,442.06,235.89c8.01-17.15,21.77-25.72,41.26-25.72h28.38s28.38,0,28.38,0l24.94,6.43"
|
|
104
104
|
}),
|
|
105
105
|
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
106
|
-
style: "fill
|
|
106
|
+
style: "fill: #fff;",
|
|
107
107
|
d: "M458.39,216.59l272.92,580.71c8.17,11.42,20.16,16.54,36.39,16.54h84.48L581.35,235.89c-8.01-17.15-21.77-25.72-41.26-25.72h-56.76c-16.38,0-24.94,6.43-24.94,6.43"
|
|
108
108
|
}),
|
|
109
109
|
/* @__PURE__ */ jsxRuntime.jsx("circle", {
|
|
110
|
-
style: "fill
|
|
110
|
+
style: "fill: #fff;",
|
|
111
111
|
cx: "511.7",
|
|
112
112
|
cy: "587.58",
|
|
113
113
|
r: "67.59"
|
|
114
114
|
}),
|
|
115
115
|
/* @__PURE__ */ jsxRuntime.jsx("polygon", {
|
|
116
|
-
style: "fill
|
|
116
|
+
style: "fill: #fff; filter: url(#drop-shadow-1);",
|
|
117
117
|
points: "471.8 223.75 458.39 216.59 520.58 348.91 471.8 223.75"
|
|
118
118
|
})
|
|
119
119
|
]
|
|
@@ -34,7 +34,7 @@ const AdminiPayIcon = component$((props) => {
|
|
|
34
34
|
/* @__PURE__ */ jsx("clipPath", {
|
|
35
35
|
id: "clippath",
|
|
36
36
|
children: /* @__PURE__ */ jsx("rect", {
|
|
37
|
-
style: "fill:none",
|
|
37
|
+
style: "fill: none;",
|
|
38
38
|
y: "0",
|
|
39
39
|
width: "1024",
|
|
40
40
|
height: "1024",
|
|
@@ -78,7 +78,7 @@ const AdminiPayIcon = component$((props) => {
|
|
|
78
78
|
id: "Layer_1-2",
|
|
79
79
|
children: [
|
|
80
80
|
/* @__PURE__ */ jsx("rect", {
|
|
81
|
-
style: "fill:url(#linear-gradient)",
|
|
81
|
+
style: "fill: url(#linear-gradient);",
|
|
82
82
|
y: "0",
|
|
83
83
|
width: "1024",
|
|
84
84
|
height: "1024",
|
|
@@ -87,31 +87,31 @@ const AdminiPayIcon = component$((props) => {
|
|
|
87
87
|
transform: "translate(1024 1024) rotate(-180)"
|
|
88
88
|
}),
|
|
89
89
|
/* @__PURE__ */ jsx("g", {
|
|
90
|
-
style: "opacity:0.17",
|
|
90
|
+
style: "opacity: 0.17;",
|
|
91
91
|
children: /* @__PURE__ */ jsx("g", {
|
|
92
|
-
style: "clip-path:url(#clippath)",
|
|
92
|
+
style: "clip-path: url(#clippath);",
|
|
93
93
|
children: /* @__PURE__ */ jsx("path", {
|
|
94
|
-
style: "opacity:0.73;fill
|
|
94
|
+
style: "opacity: 0.73; fill: #fff;",
|
|
95
95
|
d: "M-116.26,831.96c248.35-23.76,1093.19-554.57,1169.75-755.07,125.14-327.73-6.35-154.93-6.35-154.93L-54.56-21.7l-61.71,853.66Z"
|
|
96
96
|
})
|
|
97
97
|
})
|
|
98
98
|
}),
|
|
99
99
|
/* @__PURE__ */ jsx("path", {
|
|
100
|
-
style: "fill
|
|
100
|
+
style: "fill: #fff;",
|
|
101
101
|
d: "M565.02,216.59l-272.92,580.71c-8.17,11.42-20.16,16.54-36.39,16.54h-84.48S442.06,235.89,442.06,235.89c8.01-17.15,21.77-25.72,41.26-25.72h28.38s28.38,0,28.38,0l24.94,6.43"
|
|
102
102
|
}),
|
|
103
103
|
/* @__PURE__ */ jsx("path", {
|
|
104
|
-
style: "fill
|
|
104
|
+
style: "fill: #fff;",
|
|
105
105
|
d: "M458.39,216.59l272.92,580.71c8.17,11.42,20.16,16.54,36.39,16.54h84.48L581.35,235.89c-8.01-17.15-21.77-25.72-41.26-25.72h-56.76c-16.38,0-24.94,6.43-24.94,6.43"
|
|
106
106
|
}),
|
|
107
107
|
/* @__PURE__ */ jsx("circle", {
|
|
108
|
-
style: "fill
|
|
108
|
+
style: "fill: #fff;",
|
|
109
109
|
cx: "511.7",
|
|
110
110
|
cy: "587.58",
|
|
111
111
|
r: "67.59"
|
|
112
112
|
}),
|
|
113
113
|
/* @__PURE__ */ jsx("polygon", {
|
|
114
|
-
style: "fill
|
|
114
|
+
style: "fill: #fff; filter: url(#drop-shadow-1);",
|
|
115
115
|
points: "471.8 223.75 458.39 216.59 520.58 348.91 471.8 223.75"
|
|
116
116
|
})
|
|
117
117
|
]
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
|
|
4
|
+
const qwik = require("@builder.io/qwik");
|
|
5
|
+
const svg = require("../svg.qwik.cjs");
|
|
6
|
+
const KaveliaBlackLogo = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 360.2 196.09",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
12
|
+
d: "M271.93,46.82c-3.55-3.01-8.46-5.51-14.33-7.35-1.17-.48-2.37-.96-3.62-1.43-6.3-2.38-13.36-4.53-20.94-6.43-1.24-2.25-2.62-4.42-4.14-6.47-.57-9.29-4.06-17.91-7.86-25.6l-1.95-3.94-3.03,3.18c-.8.84-1.54,1.67-2.26,2.46-1.4,1.56-2.62,2.91-3.95,4.02-.83.69-1.67,1.37-2.5,2.05-7.6-3.66-16.11-5.75-25.11-5.75-18.2,0-34.43,8.39-45.06,21.5-6.66.42-12.99,1.08-18.93,1.97-2.84.42-5.62.89-8.25,1.42-7.27,1.49-13.39,3.32-18.35,5.46-9.52,4.11-14.73,9.35-15.23,15.53-.76,9.4,9.54,18.43,29.79,26.1,5.89,2.23,12.49,4.24,19.51,6.05.76.2,1.54.38,2.31.57,8.32,21.85,29.44,37.37,54.21,37.37,5.54,0,10.89-.79,15.97-2.24,1.29.69,2.64,1.33,4.09,1.91,16.51,6.59,31.47.87,43.93-5.59l3.9-2.02-3.24-2.97c-.86-.79-1.7-1.51-2.51-2.21-1.59-1.37-2.96-2.56-4.09-3.87-2.95-3.42-5.89-6.92-8.79-10.39.5-.8.99-1.62,1.45-2.45.61-.06,1.23-.12,1.83-.19,27.35-3.05,47.99-10.62,49.02-23.38.48-6.01-3.58-11.87-11.85-17.32ZM124.25,59.55c0,4.73.58,9.33,1.65,13.74-.62-.16-1.25-.33-1.86-.49-5.59-1.53-10.85-3.21-15.64-5.02-10.44-3.95-18.13-8.34-22.29-12.57-.81-.82-1.49-1.64-2.03-2.45-.06-.09-.11-.18-.16-.27-.14-.24-.3-.48-.42-.73-.24-.49-.45-1-.62-1.53-.12-.39-.2-.79-.28-1.19-.04-.36-.05-.72-.02-1.08.49-6.1,11.2-11.87,28.66-15.44,5.51-1.12,11.54-1.99,17.93-2.62,1.14-.11,2.26-.23,3.42-.33-5.3,8.75-8.35,19.01-8.35,29.99ZM189.62,25.52c7.41-5.95,14.88-11.83,22.2-17.9,2.24-1.85,4.08-4.2,6.48-6.73,6.59,13.34,10.84,26.8,4.64,41.48-6.13,14.49-18.83,20.36-33.12,23.79,10.78-9.94,21.48-19.87,23.84-35.26-7.53,13.76-17.1,25.31-31.98,31.57-7.37-13.83-4.36-27.06,7.96-36.96ZM179.18,81.92s-.09,0-.14-.01c-.02-.06-.04-.13-.05-.19.06.07.13.13.19.2ZM182.5,73.5c13.68-7.64,26.97-4.9,37.11,7.22.49.59.98,1.18,1.47,1.76-7.74.44-16.1.57-24.98.33-2.8-.08-5.66-.2-8.56-.36-1.91-2.75-3.61-5.71-5.05-8.95ZM237.95,102.55c1.9,2.2,4.28,3.99,6.85,6.34-13.21,6.85-26.58,11.37-41.37,5.47-12.33-4.92-18.61-14.66-22.5-26.13,1.58.11,3.16.21,4.74.3,8.13,7.94,16.96,14.71,29.04,16.31-8.33-4.34-15.86-9.44-21.98-15.99,3.97.14,7.93.23,11.85.23,7.32,0,14.5-.26,21.37-.77,3.97,4.77,7.95,9.53,12,14.23ZM277.62,63.64c-.2,2.52-2.12,4.96-5.49,7.21-6.52,4.36-18.54,8.02-34.66,10.13-.46.06-.95.11-1.42.17,2.69-6.68,4.17-13.96,4.17-21.6s-1.35-14.25-3.8-20.67c5.49,1.51,10.66,3.16,15.37,4.94,15.62,5.92,25.08,12.8,25.8,18.67.05.39.06.78.03,1.16Z",
|
|
13
|
+
style: "fill: #0a0203;"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("polygon", {
|
|
16
|
+
points: "164.24 181.82 150.16 147.66 136.75 147.66 156.48 190.4 160.7 190.4 167.78 190.4 172 190.4 191.74 147.66 178.33 147.66 164.24 181.82",
|
|
17
|
+
style: "fill: #0a0203;"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
+
d: "M245.63,183.84c-.55-.87-1.5-1.4-2.53-1.4h-29.66c-1.58,0-2.87-1.28-2.86-2.86v-5.93h37.68v-16.42c0-2.65-.94-4.91-2.81-6.78-1.88-1.87-4.14-2.8-6.81-2.8h-29.92c-2.66,0-4.93.93-6.81,2.8-1.88,1.87-2.81,4.13-2.81,6.78v23.58c0,2.65.94,4.91,2.81,6.78,1.87,1.87,4.14,2.8,6.81,2.8h38.44c1.13,0,1.82-1.24,1.22-2.2l-2.74-4.36ZM210.5,158.82c0-1.63,1.33-2.95,2.96-2.95h20.42c1.64,0,2.96,1.32,2.96,2.95v6.97h-26.35v-6.97Z",
|
|
21
|
+
style: "fill: #0a0203;"
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ jsxRuntime.jsx("polygon", {
|
|
24
|
+
points: "260.2 140.33 260.2 190.4 271.88 190.4 271.88 133.51 259.1 133.51 260.2 140.33",
|
|
25
|
+
style: "fill: #0a0203;"
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", {
|
|
28
|
+
x: "284.57",
|
|
29
|
+
y: "147.66",
|
|
30
|
+
width: "11.69",
|
|
31
|
+
height: "42.74",
|
|
32
|
+
style: "fill: #0a0203;"
|
|
33
|
+
}),
|
|
34
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", {
|
|
35
|
+
cx: "290.41",
|
|
36
|
+
cy: "139.32",
|
|
37
|
+
r: "5.84",
|
|
38
|
+
transform: "translate(88.09 389.95) rotate(-76.72)",
|
|
39
|
+
style: "fill: #0a0203;"
|
|
40
|
+
}),
|
|
41
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
42
|
+
d: "M118.9,147.49h-.78s-32.99.3-32.99.3c-2.71.02-4.76,2.46-4.33,5.13l.33,2.04c.15.92.95,1.6,1.88,1.6l30.94-.12c2.3,0,4.16,1.85,4.16,4.15v5.56c0,.47-.46.8-.9.64-4.97-1.87-12.79-2.09-24.6-2.09-13.74,0-15.95,6.42-15.95,12.39,0,7.72,2.64,13.3,16.15,13.3,1.42,0,14.9.86,23.9-2.26l4.88,2.26h7.86v-32.34c0-5.83-4.73-10.57-10.57-10.57ZM117.78,181.06c0,.62-.5,1.12-1.12,1.12h-24.42c-2.14,0-3.88-1.74-3.88-3.88v-2.5c0-2.08,1.69-3.77,3.77-3.77h24.57c.59,0,1.07.48,1.07,1.07v7.97Z",
|
|
43
|
+
style: "fill: #0a0203;"
|
|
44
|
+
}),
|
|
45
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
46
|
+
d: "M349.37,147.44h-.78s-32.99.3-32.99.3c-2.71.02-4.76,2.46-4.33,5.13l.33,2.04c.15.92.95,1.6,1.88,1.6l30.94-.12c2.3,0,4.16,1.85,4.16,4.15v5.56c0,.47-.46.8-.9.64-4.97-1.87-12.79-2.09-24.6-2.09-13.74,0-15.95,6.42-15.95,12.39,0,7.72,2.64,13.3,16.15,13.3,1.42,0,14.9.86,23.9-2.26l4.88,2.26h7.86v-32.34c0-5.83-4.73-10.57-10.56-10.57ZM348.25,181.01c0,.62-.5,1.12-1.12,1.12h-24.42c-2.14,0-3.88-1.74-3.88-3.88v-2.5c0-2.08,1.69-3.77,3.77-3.77h24.57c.59,0,1.07.48,1.07,1.07v7.97Z",
|
|
47
|
+
style: "fill: #0a0203;"
|
|
48
|
+
}),
|
|
49
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
50
|
+
d: "M52.68,173.88c-12.81-12.04-18.51-13.53-18.51-13.53,11.89-10.83,24.62-27.02,24.62-27.02h-15.52s-13.8,17.18-17.39,21.29c-3,3.43-6.01,3.23-6.01,3.23h-6.1v-24.52H.26l.96,6.7v50.43h12.56v-23.2h5.97c.11,0,.22,0,.33,0,9.85.07,12.46,3.37,24.16,15.06,11.83,11.82,21.95,7.34,21.95,7.34l.43-.9,4.59-9.69s-1.39.71-2.53,1.18c-3.53,1.46-8.64.51-15.97-6.38Z",
|
|
51
|
+
style: "fill: #0a0203;"
|
|
52
|
+
})
|
|
53
|
+
]
|
|
54
|
+
});
|
|
55
|
+
});
|
|
56
|
+
exports.KaveliaBlackLogo = KaveliaBlackLogo;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const KaveliaBlackLogo = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 360.2 196.09",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", {
|
|
10
|
+
d: "M271.93,46.82c-3.55-3.01-8.46-5.51-14.33-7.35-1.17-.48-2.37-.96-3.62-1.43-6.3-2.38-13.36-4.53-20.94-6.43-1.24-2.25-2.62-4.42-4.14-6.47-.57-9.29-4.06-17.91-7.86-25.6l-1.95-3.94-3.03,3.18c-.8.84-1.54,1.67-2.26,2.46-1.4,1.56-2.62,2.91-3.95,4.02-.83.69-1.67,1.37-2.5,2.05-7.6-3.66-16.11-5.75-25.11-5.75-18.2,0-34.43,8.39-45.06,21.5-6.66.42-12.99,1.08-18.93,1.97-2.84.42-5.62.89-8.25,1.42-7.27,1.49-13.39,3.32-18.35,5.46-9.52,4.11-14.73,9.35-15.23,15.53-.76,9.4,9.54,18.43,29.79,26.1,5.89,2.23,12.49,4.24,19.51,6.05.76.2,1.54.38,2.31.57,8.32,21.85,29.44,37.37,54.21,37.37,5.54,0,10.89-.79,15.97-2.24,1.29.69,2.64,1.33,4.09,1.91,16.51,6.59,31.47.87,43.93-5.59l3.9-2.02-3.24-2.97c-.86-.79-1.7-1.51-2.51-2.21-1.59-1.37-2.96-2.56-4.09-3.87-2.95-3.42-5.89-6.92-8.79-10.39.5-.8.99-1.62,1.45-2.45.61-.06,1.23-.12,1.83-.19,27.35-3.05,47.99-10.62,49.02-23.38.48-6.01-3.58-11.87-11.85-17.32ZM124.25,59.55c0,4.73.58,9.33,1.65,13.74-.62-.16-1.25-.33-1.86-.49-5.59-1.53-10.85-3.21-15.64-5.02-10.44-3.95-18.13-8.34-22.29-12.57-.81-.82-1.49-1.64-2.03-2.45-.06-.09-.11-.18-.16-.27-.14-.24-.3-.48-.42-.73-.24-.49-.45-1-.62-1.53-.12-.39-.2-.79-.28-1.19-.04-.36-.05-.72-.02-1.08.49-6.1,11.2-11.87,28.66-15.44,5.51-1.12,11.54-1.99,17.93-2.62,1.14-.11,2.26-.23,3.42-.33-5.3,8.75-8.35,19.01-8.35,29.99ZM189.62,25.52c7.41-5.95,14.88-11.83,22.2-17.9,2.24-1.85,4.08-4.2,6.48-6.73,6.59,13.34,10.84,26.8,4.64,41.48-6.13,14.49-18.83,20.36-33.12,23.79,10.78-9.94,21.48-19.87,23.84-35.26-7.53,13.76-17.1,25.31-31.98,31.57-7.37-13.83-4.36-27.06,7.96-36.96ZM179.18,81.92s-.09,0-.14-.01c-.02-.06-.04-.13-.05-.19.06.07.13.13.19.2ZM182.5,73.5c13.68-7.64,26.97-4.9,37.11,7.22.49.59.98,1.18,1.47,1.76-7.74.44-16.1.57-24.98.33-2.8-.08-5.66-.2-8.56-.36-1.91-2.75-3.61-5.71-5.05-8.95ZM237.95,102.55c1.9,2.2,4.28,3.99,6.85,6.34-13.21,6.85-26.58,11.37-41.37,5.47-12.33-4.92-18.61-14.66-22.5-26.13,1.58.11,3.16.21,4.74.3,8.13,7.94,16.96,14.71,29.04,16.31-8.33-4.34-15.86-9.44-21.98-15.99,3.97.14,7.93.23,11.85.23,7.32,0,14.5-.26,21.37-.77,3.97,4.77,7.95,9.53,12,14.23ZM277.62,63.64c-.2,2.52-2.12,4.96-5.49,7.21-6.52,4.36-18.54,8.02-34.66,10.13-.46.06-.95.11-1.42.17,2.69-6.68,4.17-13.96,4.17-21.6s-1.35-14.25-3.8-20.67c5.49,1.51,10.66,3.16,15.37,4.94,15.62,5.92,25.08,12.8,25.8,18.67.05.39.06.78.03,1.16Z",
|
|
11
|
+
style: "fill: #0a0203;"
|
|
12
|
+
}),
|
|
13
|
+
/* @__PURE__ */ jsx("polygon", {
|
|
14
|
+
points: "164.24 181.82 150.16 147.66 136.75 147.66 156.48 190.4 160.7 190.4 167.78 190.4 172 190.4 191.74 147.66 178.33 147.66 164.24 181.82",
|
|
15
|
+
style: "fill: #0a0203;"
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ jsx("path", {
|
|
18
|
+
d: "M245.63,183.84c-.55-.87-1.5-1.4-2.53-1.4h-29.66c-1.58,0-2.87-1.28-2.86-2.86v-5.93h37.68v-16.42c0-2.65-.94-4.91-2.81-6.78-1.88-1.87-4.14-2.8-6.81-2.8h-29.92c-2.66,0-4.93.93-6.81,2.8-1.88,1.87-2.81,4.13-2.81,6.78v23.58c0,2.65.94,4.91,2.81,6.78,1.87,1.87,4.14,2.8,6.81,2.8h38.44c1.13,0,1.82-1.24,1.22-2.2l-2.74-4.36ZM210.5,158.82c0-1.63,1.33-2.95,2.96-2.95h20.42c1.64,0,2.96,1.32,2.96,2.95v6.97h-26.35v-6.97Z",
|
|
19
|
+
style: "fill: #0a0203;"
|
|
20
|
+
}),
|
|
21
|
+
/* @__PURE__ */ jsx("polygon", {
|
|
22
|
+
points: "260.2 140.33 260.2 190.4 271.88 190.4 271.88 133.51 259.1 133.51 260.2 140.33",
|
|
23
|
+
style: "fill: #0a0203;"
|
|
24
|
+
}),
|
|
25
|
+
/* @__PURE__ */ jsx("rect", {
|
|
26
|
+
x: "284.57",
|
|
27
|
+
y: "147.66",
|
|
28
|
+
width: "11.69",
|
|
29
|
+
height: "42.74",
|
|
30
|
+
style: "fill: #0a0203;"
|
|
31
|
+
}),
|
|
32
|
+
/* @__PURE__ */ jsx("circle", {
|
|
33
|
+
cx: "290.41",
|
|
34
|
+
cy: "139.32",
|
|
35
|
+
r: "5.84",
|
|
36
|
+
transform: "translate(88.09 389.95) rotate(-76.72)",
|
|
37
|
+
style: "fill: #0a0203;"
|
|
38
|
+
}),
|
|
39
|
+
/* @__PURE__ */ jsx("path", {
|
|
40
|
+
d: "M118.9,147.49h-.78s-32.99.3-32.99.3c-2.71.02-4.76,2.46-4.33,5.13l.33,2.04c.15.92.95,1.6,1.88,1.6l30.94-.12c2.3,0,4.16,1.85,4.16,4.15v5.56c0,.47-.46.8-.9.64-4.97-1.87-12.79-2.09-24.6-2.09-13.74,0-15.95,6.42-15.95,12.39,0,7.72,2.64,13.3,16.15,13.3,1.42,0,14.9.86,23.9-2.26l4.88,2.26h7.86v-32.34c0-5.83-4.73-10.57-10.57-10.57ZM117.78,181.06c0,.62-.5,1.12-1.12,1.12h-24.42c-2.14,0-3.88-1.74-3.88-3.88v-2.5c0-2.08,1.69-3.77,3.77-3.77h24.57c.59,0,1.07.48,1.07,1.07v7.97Z",
|
|
41
|
+
style: "fill: #0a0203;"
|
|
42
|
+
}),
|
|
43
|
+
/* @__PURE__ */ jsx("path", {
|
|
44
|
+
d: "M349.37,147.44h-.78s-32.99.3-32.99.3c-2.71.02-4.76,2.46-4.33,5.13l.33,2.04c.15.92.95,1.6,1.88,1.6l30.94-.12c2.3,0,4.16,1.85,4.16,4.15v5.56c0,.47-.46.8-.9.64-4.97-1.87-12.79-2.09-24.6-2.09-13.74,0-15.95,6.42-15.95,12.39,0,7.72,2.64,13.3,16.15,13.3,1.42,0,14.9.86,23.9-2.26l4.88,2.26h7.86v-32.34c0-5.83-4.73-10.57-10.56-10.57ZM348.25,181.01c0,.62-.5,1.12-1.12,1.12h-24.42c-2.14,0-3.88-1.74-3.88-3.88v-2.5c0-2.08,1.69-3.77,3.77-3.77h24.57c.59,0,1.07.48,1.07,1.07v7.97Z",
|
|
45
|
+
style: "fill: #0a0203;"
|
|
46
|
+
}),
|
|
47
|
+
/* @__PURE__ */ jsx("path", {
|
|
48
|
+
d: "M52.68,173.88c-12.81-12.04-18.51-13.53-18.51-13.53,11.89-10.83,24.62-27.02,24.62-27.02h-15.52s-13.8,17.18-17.39,21.29c-3,3.43-6.01,3.23-6.01,3.23h-6.1v-24.52H.26l.96,6.7v50.43h12.56v-23.2h5.97c.11,0,.22,0,.33,0,9.85.07,12.46,3.37,24.16,15.06,11.83,11.82,21.95,7.34,21.95,7.34l.43-.9,4.59-9.69s-1.39.71-2.53,1.18c-3.53,1.46-8.64.51-15.97-6.38Z",
|
|
49
|
+
style: "fill: #0a0203;"
|
|
50
|
+
})
|
|
51
|
+
]
|
|
52
|
+
});
|
|
53
|
+
});
|
|
54
|
+
export {
|
|
55
|
+
KaveliaBlackLogo
|
|
56
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
|
|
4
|
+
const qwik = require("@builder.io/qwik");
|
|
5
|
+
const svg = require("../svg.qwik.cjs");
|
|
6
|
+
const KaveliaGreenLogo = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 360.2 196.09",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
12
|
+
d: "M271.93,46.82c-3.55-3.01-8.46-5.51-14.33-7.35-1.17-.48-2.37-.96-3.62-1.43-6.3-2.38-13.36-4.53-20.94-6.43-1.24-2.25-2.62-4.42-4.14-6.47-.57-9.29-4.06-17.91-7.86-25.6l-1.95-3.94-3.03,3.18c-.8.84-1.54,1.67-2.26,2.46-1.4,1.56-2.62,2.91-3.95,4.02-.83.69-1.67,1.37-2.5,2.05-7.6-3.66-16.11-5.75-25.11-5.75-18.2,0-34.43,8.39-45.06,21.5-6.66.42-12.99,1.08-18.93,1.97-2.84.42-5.62.89-8.25,1.42-7.27,1.49-13.39,3.32-18.35,5.46-9.52,4.11-14.73,9.35-15.23,15.53-.76,9.4,9.54,18.43,29.79,26.1,5.89,2.23,12.49,4.24,19.51,6.05.76.2,1.54.38,2.31.57,8.32,21.85,29.44,37.37,54.21,37.37,5.54,0,10.89-.79,15.97-2.24,1.29.69,2.64,1.33,4.09,1.91,16.51,6.59,31.47.87,43.93-5.59l3.9-2.02-3.24-2.97c-.86-.79-1.7-1.51-2.51-2.21-1.59-1.37-2.96-2.56-4.09-3.87-2.95-3.42-5.89-6.92-8.79-10.39.5-.8.99-1.62,1.45-2.45.61-.06,1.23-.12,1.83-.19,27.35-3.05,47.99-10.62,49.02-23.38.48-6.01-3.58-11.87-11.85-17.32ZM124.25,59.55c0,4.73.58,9.33,1.65,13.74-.62-.16-1.25-.33-1.86-.49-5.59-1.53-10.85-3.21-15.64-5.02-10.44-3.95-18.13-8.34-22.29-12.57-.81-.82-1.49-1.64-2.03-2.45-.06-.09-.11-.18-.16-.27-.14-.24-.3-.48-.42-.73-.24-.49-.45-1-.62-1.53-.12-.39-.2-.79-.28-1.19-.04-.36-.05-.72-.02-1.08.49-6.1,11.2-11.87,28.66-15.44,5.51-1.12,11.54-1.99,17.93-2.62,1.14-.11,2.26-.23,3.42-.33-5.3,8.75-8.35,19.01-8.35,29.99ZM189.62,25.52c7.41-5.95,14.88-11.83,22.2-17.9,2.24-1.85,4.08-4.2,6.48-6.73,6.59,13.34,10.84,26.8,4.64,41.48-6.13,14.49-18.83,20.36-33.12,23.79,10.78-9.94,21.48-19.87,23.84-35.26-7.53,13.76-17.1,25.31-31.98,31.57-7.37-13.83-4.36-27.06,7.96-36.96ZM179.18,81.92s-.09,0-.14-.01c-.02-.06-.04-.13-.05-.19.06.07.13.13.19.2ZM182.5,73.5c13.68-7.64,26.97-4.9,37.11,7.22.49.59.98,1.18,1.47,1.76-7.74.44-16.1.57-24.98.33-2.8-.08-5.66-.2-8.56-.36-1.91-2.75-3.61-5.71-5.05-8.95ZM237.95,102.55c1.9,2.2,4.28,3.99,6.85,6.34-13.21,6.85-26.58,11.37-41.37,5.47-12.33-4.92-18.61-14.66-22.5-26.13,1.58.11,3.16.21,4.74.3,8.13,7.94,16.96,14.71,29.04,16.31-8.33-4.34-15.86-9.44-21.98-15.99,3.97.14,7.93.23,11.85.23,7.32,0,14.5-.26,21.37-.77,3.97,4.77,7.95,9.53,12,14.23ZM277.62,63.64c-.2,2.52-2.12,4.96-5.49,7.21-6.52,4.36-18.54,8.02-34.66,10.13-.46.06-.95.11-1.42.17,2.69-6.68,4.17-13.96,4.17-21.6s-1.35-14.25-3.8-20.67c5.49,1.51,10.66,3.16,15.37,4.94,15.62,5.92,25.08,12.8,25.8,18.67.05.39.06.78.03,1.16Z",
|
|
13
|
+
style: "fill: #006848;"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("polygon", {
|
|
16
|
+
points: "164.24 181.82 150.16 147.66 136.75 147.66 156.48 190.4 160.7 190.4 167.78 190.4 172 190.4 191.74 147.66 178.33 147.66 164.24 181.82",
|
|
17
|
+
style: "fill: #006848;"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
+
d: "M245.63,183.84c-.55-.87-1.5-1.4-2.53-1.4h-29.66c-1.58,0-2.87-1.28-2.86-2.86v-5.93h37.68v-16.42c0-2.65-.94-4.91-2.81-6.78-1.88-1.87-4.14-2.8-6.81-2.8h-29.92c-2.66,0-4.93.93-6.81,2.8-1.88,1.87-2.81,4.13-2.81,6.78v23.58c0,2.65.94,4.91,2.81,6.78,1.87,1.87,4.14,2.8,6.81,2.8h38.44c1.13,0,1.82-1.24,1.22-2.2l-2.74-4.36ZM210.5,158.82c0-1.63,1.33-2.95,2.96-2.95h20.42c1.64,0,2.96,1.32,2.96,2.95v6.97h-26.35v-6.97Z",
|
|
21
|
+
style: "fill: #006848;"
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ jsxRuntime.jsx("polygon", {
|
|
24
|
+
points: "260.2 140.33 260.2 190.4 271.88 190.4 271.88 133.51 259.1 133.51 260.2 140.33",
|
|
25
|
+
style: "fill: #006848;"
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", {
|
|
28
|
+
x: "284.57",
|
|
29
|
+
y: "147.66",
|
|
30
|
+
width: "11.69",
|
|
31
|
+
height: "42.74",
|
|
32
|
+
style: "fill: #006848;"
|
|
33
|
+
}),
|
|
34
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", {
|
|
35
|
+
cx: "290.41",
|
|
36
|
+
cy: "139.32",
|
|
37
|
+
r: "5.84",
|
|
38
|
+
transform: "translate(88.09 389.95) rotate(-76.72)",
|
|
39
|
+
style: "fill: #006848;"
|
|
40
|
+
}),
|
|
41
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
42
|
+
d: "M118.9,147.49h-.78s-32.99.3-32.99.3c-2.71.02-4.76,2.46-4.33,5.13l.33,2.04c.15.92.95,1.6,1.88,1.6l30.94-.12c2.3,0,4.16,1.85,4.16,4.15v5.56c0,.47-.46.8-.9.64-4.97-1.87-12.79-2.09-24.6-2.09-13.74,0-15.95,6.42-15.95,12.39,0,7.72,2.64,13.3,16.15,13.3,1.42,0,14.9.86,23.9-2.26l4.88,2.26h7.86v-32.34c0-5.83-4.73-10.57-10.57-10.57ZM117.78,181.06c0,.62-.5,1.12-1.12,1.12h-24.42c-2.14,0-3.88-1.74-3.88-3.88v-2.5c0-2.08,1.69-3.77,3.77-3.77h24.57c.59,0,1.07.48,1.07,1.07v7.97Z",
|
|
43
|
+
style: "fill: #006848;"
|
|
44
|
+
}),
|
|
45
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
46
|
+
d: "M349.37,147.44h-.78s-32.99.3-32.99.3c-2.71.02-4.76,2.46-4.33,5.13l.33,2.04c.15.92.95,1.6,1.88,1.6l30.94-.12c2.3,0,4.16,1.85,4.16,4.15v5.56c0,.47-.46.8-.9.64-4.97-1.87-12.79-2.09-24.6-2.09-13.74,0-15.95,6.42-15.95,12.39,0,7.72,2.64,13.3,16.15,13.3,1.42,0,14.9.86,23.9-2.26l4.88,2.26h7.86v-32.34c0-5.83-4.73-10.57-10.56-10.57ZM348.25,181.01c0,.62-.5,1.12-1.12,1.12h-24.42c-2.14,0-3.88-1.74-3.88-3.88v-2.5c0-2.08,1.69-3.77,3.77-3.77h24.57c.59,0,1.07.48,1.07,1.07v7.97Z",
|
|
47
|
+
style: "fill: #006848;"
|
|
48
|
+
}),
|
|
49
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
50
|
+
d: "M52.68,173.88c-12.81-12.04-18.51-13.53-18.51-13.53,11.89-10.83,24.62-27.02,24.62-27.02h-15.52s-13.8,17.18-17.39,21.29c-3,3.43-6.01,3.23-6.01,3.23h-6.1v-24.52H.26l.96,6.7v50.43h12.56v-23.2h5.97c.11,0,.22,0,.33,0,9.85.07,12.46,3.37,24.16,15.06,11.83,11.82,21.95,7.34,21.95,7.34l.43-.9,4.59-9.69s-1.39.71-2.53,1.18c-3.53,1.46-8.64.51-15.97-6.38Z",
|
|
51
|
+
style: "fill: #006848;"
|
|
52
|
+
})
|
|
53
|
+
]
|
|
54
|
+
});
|
|
55
|
+
});
|
|
56
|
+
exports.KaveliaGreenLogo = KaveliaGreenLogo;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { jsxs, jsx } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const KaveliaGreenLogo = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 360.2 196.09",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", {
|
|
10
|
+
d: "M271.93,46.82c-3.55-3.01-8.46-5.51-14.33-7.35-1.17-.48-2.37-.96-3.62-1.43-6.3-2.38-13.36-4.53-20.94-6.43-1.24-2.25-2.62-4.42-4.14-6.47-.57-9.29-4.06-17.91-7.86-25.6l-1.95-3.94-3.03,3.18c-.8.84-1.54,1.67-2.26,2.46-1.4,1.56-2.62,2.91-3.95,4.02-.83.69-1.67,1.37-2.5,2.05-7.6-3.66-16.11-5.75-25.11-5.75-18.2,0-34.43,8.39-45.06,21.5-6.66.42-12.99,1.08-18.93,1.97-2.84.42-5.62.89-8.25,1.42-7.27,1.49-13.39,3.32-18.35,5.46-9.52,4.11-14.73,9.35-15.23,15.53-.76,9.4,9.54,18.43,29.79,26.1,5.89,2.23,12.49,4.24,19.51,6.05.76.2,1.54.38,2.31.57,8.32,21.85,29.44,37.37,54.21,37.37,5.54,0,10.89-.79,15.97-2.24,1.29.69,2.64,1.33,4.09,1.91,16.51,6.59,31.47.87,43.93-5.59l3.9-2.02-3.24-2.97c-.86-.79-1.7-1.51-2.51-2.21-1.59-1.37-2.96-2.56-4.09-3.87-2.95-3.42-5.89-6.92-8.79-10.39.5-.8.99-1.62,1.45-2.45.61-.06,1.23-.12,1.83-.19,27.35-3.05,47.99-10.62,49.02-23.38.48-6.01-3.58-11.87-11.85-17.32ZM124.25,59.55c0,4.73.58,9.33,1.65,13.74-.62-.16-1.25-.33-1.86-.49-5.59-1.53-10.85-3.21-15.64-5.02-10.44-3.95-18.13-8.34-22.29-12.57-.81-.82-1.49-1.64-2.03-2.45-.06-.09-.11-.18-.16-.27-.14-.24-.3-.48-.42-.73-.24-.49-.45-1-.62-1.53-.12-.39-.2-.79-.28-1.19-.04-.36-.05-.72-.02-1.08.49-6.1,11.2-11.87,28.66-15.44,5.51-1.12,11.54-1.99,17.93-2.62,1.14-.11,2.26-.23,3.42-.33-5.3,8.75-8.35,19.01-8.35,29.99ZM189.62,25.52c7.41-5.95,14.88-11.83,22.2-17.9,2.24-1.85,4.08-4.2,6.48-6.73,6.59,13.34,10.84,26.8,4.64,41.48-6.13,14.49-18.83,20.36-33.12,23.79,10.78-9.94,21.48-19.87,23.84-35.26-7.53,13.76-17.1,25.31-31.98,31.57-7.37-13.83-4.36-27.06,7.96-36.96ZM179.18,81.92s-.09,0-.14-.01c-.02-.06-.04-.13-.05-.19.06.07.13.13.19.2ZM182.5,73.5c13.68-7.64,26.97-4.9,37.11,7.22.49.59.98,1.18,1.47,1.76-7.74.44-16.1.57-24.98.33-2.8-.08-5.66-.2-8.56-.36-1.91-2.75-3.61-5.71-5.05-8.95ZM237.95,102.55c1.9,2.2,4.28,3.99,6.85,6.34-13.21,6.85-26.58,11.37-41.37,5.47-12.33-4.92-18.61-14.66-22.5-26.13,1.58.11,3.16.21,4.74.3,8.13,7.94,16.96,14.71,29.04,16.31-8.33-4.34-15.86-9.44-21.98-15.99,3.97.14,7.93.23,11.85.23,7.32,0,14.5-.26,21.37-.77,3.97,4.77,7.95,9.53,12,14.23ZM277.62,63.64c-.2,2.52-2.12,4.96-5.49,7.21-6.52,4.36-18.54,8.02-34.66,10.13-.46.06-.95.11-1.42.17,2.69-6.68,4.17-13.96,4.17-21.6s-1.35-14.25-3.8-20.67c5.49,1.51,10.66,3.16,15.37,4.94,15.62,5.92,25.08,12.8,25.8,18.67.05.39.06.78.03,1.16Z",
|
|
11
|
+
style: "fill: #006848;"
|
|
12
|
+
}),
|
|
13
|
+
/* @__PURE__ */ jsx("polygon", {
|
|
14
|
+
points: "164.24 181.82 150.16 147.66 136.75 147.66 156.48 190.4 160.7 190.4 167.78 190.4 172 190.4 191.74 147.66 178.33 147.66 164.24 181.82",
|
|
15
|
+
style: "fill: #006848;"
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ jsx("path", {
|
|
18
|
+
d: "M245.63,183.84c-.55-.87-1.5-1.4-2.53-1.4h-29.66c-1.58,0-2.87-1.28-2.86-2.86v-5.93h37.68v-16.42c0-2.65-.94-4.91-2.81-6.78-1.88-1.87-4.14-2.8-6.81-2.8h-29.92c-2.66,0-4.93.93-6.81,2.8-1.88,1.87-2.81,4.13-2.81,6.78v23.58c0,2.65.94,4.91,2.81,6.78,1.87,1.87,4.14,2.8,6.81,2.8h38.44c1.13,0,1.82-1.24,1.22-2.2l-2.74-4.36ZM210.5,158.82c0-1.63,1.33-2.95,2.96-2.95h20.42c1.64,0,2.96,1.32,2.96,2.95v6.97h-26.35v-6.97Z",
|
|
19
|
+
style: "fill: #006848;"
|
|
20
|
+
}),
|
|
21
|
+
/* @__PURE__ */ jsx("polygon", {
|
|
22
|
+
points: "260.2 140.33 260.2 190.4 271.88 190.4 271.88 133.51 259.1 133.51 260.2 140.33",
|
|
23
|
+
style: "fill: #006848;"
|
|
24
|
+
}),
|
|
25
|
+
/* @__PURE__ */ jsx("rect", {
|
|
26
|
+
x: "284.57",
|
|
27
|
+
y: "147.66",
|
|
28
|
+
width: "11.69",
|
|
29
|
+
height: "42.74",
|
|
30
|
+
style: "fill: #006848;"
|
|
31
|
+
}),
|
|
32
|
+
/* @__PURE__ */ jsx("circle", {
|
|
33
|
+
cx: "290.41",
|
|
34
|
+
cy: "139.32",
|
|
35
|
+
r: "5.84",
|
|
36
|
+
transform: "translate(88.09 389.95) rotate(-76.72)",
|
|
37
|
+
style: "fill: #006848;"
|
|
38
|
+
}),
|
|
39
|
+
/* @__PURE__ */ jsx("path", {
|
|
40
|
+
d: "M118.9,147.49h-.78s-32.99.3-32.99.3c-2.71.02-4.76,2.46-4.33,5.13l.33,2.04c.15.92.95,1.6,1.88,1.6l30.94-.12c2.3,0,4.16,1.85,4.16,4.15v5.56c0,.47-.46.8-.9.64-4.97-1.87-12.79-2.09-24.6-2.09-13.74,0-15.95,6.42-15.95,12.39,0,7.72,2.64,13.3,16.15,13.3,1.42,0,14.9.86,23.9-2.26l4.88,2.26h7.86v-32.34c0-5.83-4.73-10.57-10.57-10.57ZM117.78,181.06c0,.62-.5,1.12-1.12,1.12h-24.42c-2.14,0-3.88-1.74-3.88-3.88v-2.5c0-2.08,1.69-3.77,3.77-3.77h24.57c.59,0,1.07.48,1.07,1.07v7.97Z",
|
|
41
|
+
style: "fill: #006848;"
|
|
42
|
+
}),
|
|
43
|
+
/* @__PURE__ */ jsx("path", {
|
|
44
|
+
d: "M349.37,147.44h-.78s-32.99.3-32.99.3c-2.71.02-4.76,2.46-4.33,5.13l.33,2.04c.15.92.95,1.6,1.88,1.6l30.94-.12c2.3,0,4.16,1.85,4.16,4.15v5.56c0,.47-.46.8-.9.64-4.97-1.87-12.79-2.09-24.6-2.09-13.74,0-15.95,6.42-15.95,12.39,0,7.72,2.64,13.3,16.15,13.3,1.42,0,14.9.86,23.9-2.26l4.88,2.26h7.86v-32.34c0-5.83-4.73-10.57-10.56-10.57ZM348.25,181.01c0,.62-.5,1.12-1.12,1.12h-24.42c-2.14,0-3.88-1.74-3.88-3.88v-2.5c0-2.08,1.69-3.77,3.77-3.77h24.57c.59,0,1.07.48,1.07,1.07v7.97Z",
|
|
45
|
+
style: "fill: #006848;"
|
|
46
|
+
}),
|
|
47
|
+
/* @__PURE__ */ jsx("path", {
|
|
48
|
+
d: "M52.68,173.88c-12.81-12.04-18.51-13.53-18.51-13.53,11.89-10.83,24.62-27.02,24.62-27.02h-15.52s-13.8,17.18-17.39,21.29c-3,3.43-6.01,3.23-6.01,3.23h-6.1v-24.52H.26l.96,6.7v50.43h12.56v-23.2h5.97c.11,0,.22,0,.33,0,9.85.07,12.46,3.37,24.16,15.06,11.83,11.82,21.95,7.34,21.95,7.34l.43-.9,4.59-9.69s-1.39.71-2.53,1.18c-3.53,1.46-8.64.51-15.97-6.38Z",
|
|
49
|
+
style: "fill: #006848;"
|
|
50
|
+
})
|
|
51
|
+
]
|
|
52
|
+
});
|
|
53
|
+
});
|
|
54
|
+
export {
|
|
55
|
+
KaveliaGreenLogo
|
|
56
|
+
};
|