@nr1e/qwik-icons 0.0.8 → 0.0.10
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/clientloop-icon-on-dark-blue.qwik.cjs +25 -0
- package/lib/components/brands/clientloop-icon-on-dark-blue.qwik.mjs +25 -0
- package/lib/components/brands/clientloop-icon-on-light-blue.qwik.cjs +25 -0
- package/lib/components/brands/clientloop-icon-on-light-blue.qwik.mjs +25 -0
- package/lib/components/brands/clientloop-icon-on-white.qwik.cjs +25 -0
- package/lib/components/brands/clientloop-icon-on-white.qwik.mjs +25 -0
- package/lib/components/brands/clientloop-logo-black.qwik.cjs +44 -0
- package/lib/components/brands/clientloop-logo-black.qwik.mjs +44 -0
- package/lib/components/brands/clientloop-logo-dark-blue.qwik.cjs +54 -0
- package/lib/components/brands/clientloop-logo-dark-blue.qwik.mjs +54 -0
- package/lib/components/brands/clientloop-logo-gray.qwik.cjs +54 -0
- package/lib/components/brands/clientloop-logo-gray.qwik.mjs +54 -0
- package/lib/components/brands/clientloop-logo-light-blue.qwik.cjs +54 -0
- package/lib/components/brands/clientloop-logo-light-blue.qwik.mjs +54 -0
- package/lib/components/brands/clientloop-logo-primary.qwik.cjs +54 -0
- package/lib/components/brands/clientloop-logo-primary.qwik.mjs +54 -0
- package/lib/components/brands/clientloop-logo-white.qwik.cjs +54 -0
- package/lib/components/brands/clientloop-logo-white.qwik.mjs +54 -0
- package/lib/components/brands/plaid-icon-bw.qwik.cjs +39 -0
- package/lib/components/brands/plaid-icon-bw.qwik.mjs +39 -0
- package/lib/components/brands/plaid-logo-bw.qwik.cjs +68 -0
- package/lib/components/brands/plaid-logo-bw.qwik.mjs +68 -0
- package/lib/components/icons/mdi-air-horn.qwik.cjs +16 -0
- package/lib/components/icons/mdi-air-horn.qwik.mjs +16 -0
- package/lib/components/icons/mdi-alert-box.qwik.cjs +16 -0
- package/lib/components/icons/mdi-alert-box.qwik.mjs +16 -0
- package/lib/components/icons/mdi-alert-circle-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-alert-circle-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-alert-circle.qwik.cjs +16 -0
- package/lib/components/icons/mdi-alert-circle.qwik.mjs +16 -0
- package/lib/components/icons/mdi-alert-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-alert-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-error.qwik.cjs +16 -0
- package/lib/components/icons/mdi-error.qwik.mjs +16 -0
- package/lib/components/icons/mdi-warning-box-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-warning-box-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-warning-box.qwik.cjs +16 -0
- package/lib/components/icons/mdi-warning-box.qwik.mjs +16 -0
- package/lib/components/icons/mdi-warning-circle-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-warning-circle-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-warning-circle.qwik.cjs +16 -0
- package/lib/components/icons/mdi-warning-circle.qwik.mjs +16 -0
- package/lib/components/icons/mdi-warning-outline.qwik.cjs +16 -0
- package/lib/components/icons/mdi-warning-outline.qwik.mjs +16 -0
- package/lib/components/icons/mdi-warning.qwik.cjs +16 -0
- package/lib/components/icons/mdi-warning.qwik.mjs +16 -0
- package/lib/index.qwik.cjs +46 -0
- package/lib/index.qwik.mjs +46 -0
- package/lib-types/components/brands/clientloop-icon-on-dark-blue.d.ts +2 -0
- package/lib-types/components/brands/clientloop-icon-on-light-blue.d.ts +2 -0
- package/lib-types/components/brands/clientloop-icon-on-white.d.ts +2 -0
- package/lib-types/components/brands/clientloop-logo-black.d.ts +2 -0
- package/lib-types/components/brands/clientloop-logo-dark-blue.d.ts +2 -0
- package/lib-types/components/brands/clientloop-logo-gray.d.ts +2 -0
- package/lib-types/components/brands/clientloop-logo-light-blue.d.ts +2 -0
- package/lib-types/components/brands/clientloop-logo-primary.d.ts +2 -0
- package/lib-types/components/brands/clientloop-logo-white.d.ts +2 -0
- package/lib-types/components/brands/plaid-icon-bw.d.ts +2 -0
- package/lib-types/components/brands/plaid-logo-bw.d.ts +2 -0
- package/lib-types/components/icons/mdi-air-horn.d.ts +2 -0
- package/lib-types/components/icons/mdi-alert-box.d.ts +2 -0
- package/lib-types/components/icons/mdi-alert-circle-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-alert-circle.d.ts +2 -0
- package/lib-types/components/icons/mdi-alert-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-error.d.ts +2 -0
- package/lib-types/components/icons/mdi-warning-box-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-warning-box.d.ts +2 -0
- package/lib-types/components/icons/mdi-warning-circle-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-warning-circle.d.ts +2 -0
- package/lib-types/components/icons/mdi-warning-outline.d.ts +2 -0
- package/lib-types/components/icons/mdi-warning.d.ts +2 -0
- package/lib-types/index.d.ts +23 -0
- package/package.json +1 -1
|
@@ -0,0 +1,25 @@
|
|
|
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 ClientLoopIconOnDarkBlue = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 292 292",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", {
|
|
12
|
+
fill: "#2251ee",
|
|
13
|
+
width: "292",
|
|
14
|
+
height: "292",
|
|
15
|
+
rx: "25",
|
|
16
|
+
ry: "25"
|
|
17
|
+
}),
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
19
|
+
fill: "#fff",
|
|
20
|
+
d: "M230.75,111.72c-18.63-18.89-48.94-18.89-67.57,0l-35,35.48h0s-16.42,16.64-16.42,16.64c-9.69,9.82-25.46,9.82-35.14,0-4.69-4.76-7.28-11.09-7.28-17.82s2.58-13.06,7.28-17.81c9.69-9.82,25.46-9.82,35.14,0l10.45,10.6,16.21-16.44-10.45-10.6c-18.63-18.89-48.94-18.89-67.57,0-9.02,9.15-13.99,21.31-13.99,34.25s4.97,25.1,13.99,34.25c9.32,9.45,21.55,14.17,33.79,14.17,12.23,0,24.47-4.72,33.78-14.17l35-35.48h0s16.42-16.64,16.42-16.64c9.69-9.82,25.46-9.82,35.15,0,4.69,4.76,7.28,11.09,7.28,17.82s-2.59,13.06-7.28,17.82c-9.69,9.82-25.46,9.82-35.15,0l-10.45-10.6-16.21,16.44,10.45,10.6c9.32,9.44,21.55,14.16,33.79,14.16s24.47-4.72,33.79-14.16c9.02-9.15,13.99-21.32,13.99-34.25s-4.97-25.1-13.99-34.25Z"
|
|
21
|
+
})
|
|
22
|
+
]
|
|
23
|
+
});
|
|
24
|
+
});
|
|
25
|
+
exports.ClientLoopIconOnDarkBlue = ClientLoopIconOnDarkBlue;
|
|
@@ -0,0 +1,25 @@
|
|
|
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 ClientLoopIconOnDarkBlue = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 292 292",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("rect", {
|
|
10
|
+
fill: "#2251ee",
|
|
11
|
+
width: "292",
|
|
12
|
+
height: "292",
|
|
13
|
+
rx: "25",
|
|
14
|
+
ry: "25"
|
|
15
|
+
}),
|
|
16
|
+
/* @__PURE__ */ jsx("path", {
|
|
17
|
+
fill: "#fff",
|
|
18
|
+
d: "M230.75,111.72c-18.63-18.89-48.94-18.89-67.57,0l-35,35.48h0s-16.42,16.64-16.42,16.64c-9.69,9.82-25.46,9.82-35.14,0-4.69-4.76-7.28-11.09-7.28-17.82s2.58-13.06,7.28-17.81c9.69-9.82,25.46-9.82,35.14,0l10.45,10.6,16.21-16.44-10.45-10.6c-18.63-18.89-48.94-18.89-67.57,0-9.02,9.15-13.99,21.31-13.99,34.25s4.97,25.1,13.99,34.25c9.32,9.45,21.55,14.17,33.79,14.17,12.23,0,24.47-4.72,33.78-14.17l35-35.48h0s16.42-16.64,16.42-16.64c9.69-9.82,25.46-9.82,35.15,0,4.69,4.76,7.28,11.09,7.28,17.82s-2.59,13.06-7.28,17.82c-9.69,9.82-25.46,9.82-35.15,0l-10.45-10.6-16.21,16.44,10.45,10.6c9.32,9.44,21.55,14.16,33.79,14.16s24.47-4.72,33.79-14.16c9.02-9.15,13.99-21.32,13.99-34.25s-4.97-25.1-13.99-34.25Z"
|
|
19
|
+
})
|
|
20
|
+
]
|
|
21
|
+
});
|
|
22
|
+
});
|
|
23
|
+
export {
|
|
24
|
+
ClientLoopIconOnDarkBlue
|
|
25
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
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 ClientLoopIconOnLightBlue = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 292 292",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", {
|
|
12
|
+
fill: "#23b8ff",
|
|
13
|
+
width: "292",
|
|
14
|
+
height: "292",
|
|
15
|
+
rx: "25",
|
|
16
|
+
ry: "25"
|
|
17
|
+
}),
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
19
|
+
fill: "#fff",
|
|
20
|
+
d: "M230.75,111.72c-18.63-18.89-48.94-18.89-67.57,0l-35,35.48h0s-16.42,16.64-16.42,16.64c-9.69,9.82-25.46,9.82-35.14,0-4.69-4.76-7.28-11.09-7.28-17.82s2.58-13.06,7.28-17.81c9.69-9.82,25.46-9.82,35.14,0l10.45,10.6,16.21-16.44-10.45-10.6c-18.63-18.89-48.94-18.89-67.57,0-9.02,9.15-13.99,21.31-13.99,34.25s4.97,25.1,13.99,34.25c9.32,9.45,21.55,14.17,33.79,14.17,12.23,0,24.47-4.72,33.78-14.17l35-35.48h0s16.42-16.64,16.42-16.64c9.69-9.82,25.46-9.82,35.15,0,4.69,4.76,7.28,11.09,7.28,17.82s-2.59,13.06-7.28,17.82c-9.69,9.82-25.46,9.82-35.15,0l-10.45-10.6-16.21,16.44,10.45,10.6c9.32,9.44,21.55,14.16,33.79,14.16s24.47-4.72,33.79-14.16c9.02-9.15,13.99-21.32,13.99-34.25s-4.97-25.1-13.99-34.25Z"
|
|
21
|
+
})
|
|
22
|
+
]
|
|
23
|
+
});
|
|
24
|
+
});
|
|
25
|
+
exports.ClientLoopIconOnLightBlue = ClientLoopIconOnLightBlue;
|
|
@@ -0,0 +1,25 @@
|
|
|
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 ClientLoopIconOnLightBlue = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 292 292",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("rect", {
|
|
10
|
+
fill: "#23b8ff",
|
|
11
|
+
width: "292",
|
|
12
|
+
height: "292",
|
|
13
|
+
rx: "25",
|
|
14
|
+
ry: "25"
|
|
15
|
+
}),
|
|
16
|
+
/* @__PURE__ */ jsx("path", {
|
|
17
|
+
fill: "#fff",
|
|
18
|
+
d: "M230.75,111.72c-18.63-18.89-48.94-18.89-67.57,0l-35,35.48h0s-16.42,16.64-16.42,16.64c-9.69,9.82-25.46,9.82-35.14,0-4.69-4.76-7.28-11.09-7.28-17.82s2.58-13.06,7.28-17.81c9.69-9.82,25.46-9.82,35.14,0l10.45,10.6,16.21-16.44-10.45-10.6c-18.63-18.89-48.94-18.89-67.57,0-9.02,9.15-13.99,21.31-13.99,34.25s4.97,25.1,13.99,34.25c9.32,9.45,21.55,14.17,33.79,14.17,12.23,0,24.47-4.72,33.78-14.17l35-35.48h0s16.42-16.64,16.42-16.64c9.69-9.82,25.46-9.82,35.15,0,4.69,4.76,7.28,11.09,7.28,17.82s-2.59,13.06-7.28,17.82c-9.69,9.82-25.46,9.82-35.15,0l-10.45-10.6-16.21,16.44,10.45,10.6c9.32,9.44,21.55,14.16,33.79,14.16s24.47-4.72,33.79-14.16c9.02-9.15,13.99-21.32,13.99-34.25s-4.97-25.1-13.99-34.25Z"
|
|
19
|
+
})
|
|
20
|
+
]
|
|
21
|
+
});
|
|
22
|
+
});
|
|
23
|
+
export {
|
|
24
|
+
ClientLoopIconOnLightBlue
|
|
25
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
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 ClientLoopIconOnWhite = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 292 292",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", {
|
|
12
|
+
fill: "#fff",
|
|
13
|
+
width: "292",
|
|
14
|
+
height: "292",
|
|
15
|
+
rx: "25",
|
|
16
|
+
ry: "25"
|
|
17
|
+
}),
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
19
|
+
fill: "#2251ee",
|
|
20
|
+
d: "M230.75,111.72c-18.63-18.89-48.94-18.89-67.57,0l-35,35.48h0s-16.42,16.64-16.42,16.64c-9.69,9.82-25.46,9.82-35.14,0-4.69-4.76-7.28-11.09-7.28-17.82s2.58-13.06,7.28-17.81c9.69-9.82,25.46-9.82,35.14,0l10.45,10.6,16.21-16.44-10.45-10.6c-18.63-18.89-48.94-18.89-67.57,0-9.02,9.15-13.99,21.31-13.99,34.25s4.97,25.1,13.99,34.25c9.32,9.45,21.55,14.17,33.79,14.17,12.23,0,24.47-4.72,33.78-14.17l35-35.48h0s16.42-16.64,16.42-16.64c9.69-9.82,25.46-9.82,35.15,0,4.69,4.76,7.28,11.09,7.28,17.82s-2.59,13.06-7.28,17.82c-9.69,9.82-25.46,9.82-35.15,0l-10.45-10.6-16.21,16.44,10.45,10.6c9.32,9.44,21.55,14.16,33.79,14.16s24.47-4.72,33.79-14.16c9.02-9.15,13.99-21.32,13.99-34.25s-4.97-25.1-13.99-34.25Z"
|
|
21
|
+
})
|
|
22
|
+
]
|
|
23
|
+
});
|
|
24
|
+
});
|
|
25
|
+
exports.ClientLoopIconOnWhite = ClientLoopIconOnWhite;
|
|
@@ -0,0 +1,25 @@
|
|
|
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 ClientLoopIconOnWhite = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 292 292",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("rect", {
|
|
10
|
+
fill: "#fff",
|
|
11
|
+
width: "292",
|
|
12
|
+
height: "292",
|
|
13
|
+
rx: "25",
|
|
14
|
+
ry: "25"
|
|
15
|
+
}),
|
|
16
|
+
/* @__PURE__ */ jsx("path", {
|
|
17
|
+
fill: "#2251ee",
|
|
18
|
+
d: "M230.75,111.72c-18.63-18.89-48.94-18.89-67.57,0l-35,35.48h0s-16.42,16.64-16.42,16.64c-9.69,9.82-25.46,9.82-35.14,0-4.69-4.76-7.28-11.09-7.28-17.82s2.58-13.06,7.28-17.81c9.69-9.82,25.46-9.82,35.14,0l10.45,10.6,16.21-16.44-10.45-10.6c-18.63-18.89-48.94-18.89-67.57,0-9.02,9.15-13.99,21.31-13.99,34.25s4.97,25.1,13.99,34.25c9.32,9.45,21.55,14.17,33.79,14.17,12.23,0,24.47-4.72,33.78-14.17l35-35.48h0s16.42-16.64,16.42-16.64c9.69-9.82,25.46-9.82,35.15,0,4.69,4.76,7.28,11.09,7.28,17.82s-2.59,13.06-7.28,17.82c-9.69,9.82-25.46,9.82-35.15,0l-10.45-10.6-16.21,16.44,10.45,10.6c9.32,9.44,21.55,14.16,33.79,14.16s24.47-4.72,33.79-14.16c9.02-9.15,13.99-21.32,13.99-34.25s-4.97-25.1-13.99-34.25Z"
|
|
19
|
+
})
|
|
20
|
+
]
|
|
21
|
+
});
|
|
22
|
+
});
|
|
23
|
+
export {
|
|
24
|
+
ClientLoopIconOnWhite
|
|
25
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
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 ClientLoopLogoBlack = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 478 97",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
12
|
+
d: "M242.21,61.03v-25.2h-8.64v-12.09h8.64v-14.63h14.33v14.63h11.99v12.09h-11.99v22.86c0,3.66,1.42,5.18,5.18,5.18h7.11v12.09h-11.68c-9.96,0-14.93-4.98-14.93-14.94Z"
|
|
13
|
+
}),
|
|
14
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
15
|
+
d: "M208.49,23.13c11.28,0,20.93,5.99,20.93,23.88v28.96h-14.33v-27.53c0-8.84-3.35-13.51-10.57-13.51s-11.68,5.28-11.68,14.33v26.72h-14.33V23.74h12.5l1.32,6.5c3.35-4.06,8.13-7.11,16.15-7.11Z"
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
18
|
+
d: "M145.29,76.57c-17.37,0-27.84-10.46-27.84-26.62s10.67-26.82,26.82-26.82,26.21,9.75,26.42,25.1c0,1.52-.1,3.25-.41,4.88h-37.9v.71c.31,7.42,5.08,11.89,12.29,11.89,5.79,0,9.85-2.54,11.07-7.42h14.12c-1.63,10.16-10.67,18.29-24.59,18.29ZM132.69,43.76h23.57c-1.02-6.4-5.38-9.96-11.89-9.96s-10.87,3.76-11.68,9.96Z"
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
21
|
+
d: "M104.39,18.15c-4.67,0-8.33-3.45-8.33-8.03s3.66-8.13,8.33-8.13,8.33,3.45,8.33,8.13-3.66,8.03-8.33,8.03ZM97.18,75.96V23.74h14.43v52.22h-14.43Z"
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
24
|
+
d: "M72.87,75.96V4.84h14.33v71.12h-14.33Z"
|
|
25
|
+
}),
|
|
26
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
27
|
+
d: "M33.93,76.57C12.8,76.57,0,62.25,0,40.4S13.31,4.24,34.85,4.24c16.87,0,28.75,10.57,30.58,26.01h-15.44c-1.83-7.92-7.52-13.11-15.95-13.11-11.58,0-18.49,9.55-18.49,23.27s6.81,23.27,18.29,23.27c8.64,0,14.33-5.18,16.15-13.11h15.34c-1.73,15.44-14.02,26.01-31.39,26.01Z"
|
|
28
|
+
}),
|
|
29
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
30
|
+
d: "M449.3,21.75c14.12,0,25.6,12.19,25.6,27.13s-11.48,27.13-25.6,27.13c-4.57,0-8.84-1.22-12.6-3.45v20.93h-11.68V23.37h11.68v1.93c3.76-2.24,8.03-3.56,12.6-3.56ZM463.01,48.87c0-8.13-5.49-14.73-12.29-15.24h-.1c-.2,0-.51-.1-.71-.1-.1,0-.2.1-.3.1s-.2-.1-.3,0h-.81c-2.54.3-4.57,1.32-6.3,2.84-3.35,2.74-5.49,7.32-5.49,12.4v1.42c.1.2.1.41.1.61,0,.1,0,.2.1.41.1,1.32.51,2.74,1.02,3.96,1.32,3.56,3.86,7.01,8.33,8.33.92.41,1.93.51,2.95.61h1.93l.1-.1c1.73-.1,3.45-.81,4.88-1.73h.1c.3-.2.61-.41.92-.71.2-.2.51-.41.71-.51.1-.1.1-.2.2-.3,3.05-2.74,4.98-7.11,4.98-11.99Z"
|
|
31
|
+
}),
|
|
32
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
33
|
+
d: "M413.06,29.89c-10.24-10.53-26.9-10.53-37.14,0l-19.23,19.77h0s-9.02,9.28-9.02,9.28c-5.33,5.48-13.99,5.48-19.32,0-2.58-2.65-4-6.18-4-9.93s1.42-7.28,4-9.93c5.33-5.48,13.99-5.47,19.32,0l5.75,5.91,8.91-9.16-5.75-5.91c-10.24-10.53-26.9-10.53-37.14,0-4.96,5.1-7.69,11.88-7.69,19.09s2.73,13.99,7.69,19.09c5.12,5.26,11.84,7.9,18.57,7.89,6.72,0,13.45-2.63,18.57-7.89l19.23-19.77h0s9.02-9.28,9.02-9.28c5.33-5.48,13.99-5.48,19.32,0,2.58,2.65,4,6.18,4,9.93s-1.42,7.28-4,9.93c-5.33,5.48-13.99,5.47-19.32,0l-5.74-5.91-8.91,9.16,5.75,5.91c5.12,5.26,11.84,7.89,18.57,7.89s13.45-2.63,18.57-7.89c4.96-5.1,7.69-11.88,7.69-19.09s-2.73-13.99-7.69-19.09Z"
|
|
34
|
+
}),
|
|
35
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
36
|
+
d: "M290.81,62.89h19.02c1.5,3.18,3.52,6.12,6.03,8.7,1.02,1.04,2.09,2,3.2,2.87v1.54h-43.48V4.88h15.24v58.01Z"
|
|
37
|
+
}),
|
|
38
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
39
|
+
d: "M319.06,62.89v4.81c-1.38-1.48-2.58-3.09-3.58-4.81h3.58Z"
|
|
40
|
+
})
|
|
41
|
+
]
|
|
42
|
+
});
|
|
43
|
+
});
|
|
44
|
+
exports.ClientLoopLogoBlack = ClientLoopLogoBlack;
|
|
@@ -0,0 +1,44 @@
|
|
|
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 ClientLoopLogoBlack = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 478 97",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", {
|
|
10
|
+
d: "M242.21,61.03v-25.2h-8.64v-12.09h8.64v-14.63h14.33v14.63h11.99v12.09h-11.99v22.86c0,3.66,1.42,5.18,5.18,5.18h7.11v12.09h-11.68c-9.96,0-14.93-4.98-14.93-14.94Z"
|
|
11
|
+
}),
|
|
12
|
+
/* @__PURE__ */ jsx("path", {
|
|
13
|
+
d: "M208.49,23.13c11.28,0,20.93,5.99,20.93,23.88v28.96h-14.33v-27.53c0-8.84-3.35-13.51-10.57-13.51s-11.68,5.28-11.68,14.33v26.72h-14.33V23.74h12.5l1.32,6.5c3.35-4.06,8.13-7.11,16.15-7.11Z"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ jsx("path", {
|
|
16
|
+
d: "M145.29,76.57c-17.37,0-27.84-10.46-27.84-26.62s10.67-26.82,26.82-26.82,26.21,9.75,26.42,25.1c0,1.52-.1,3.25-.41,4.88h-37.9v.71c.31,7.42,5.08,11.89,12.29,11.89,5.79,0,9.85-2.54,11.07-7.42h14.12c-1.63,10.16-10.67,18.29-24.59,18.29ZM132.69,43.76h23.57c-1.02-6.4-5.38-9.96-11.89-9.96s-10.87,3.76-11.68,9.96Z"
|
|
17
|
+
}),
|
|
18
|
+
/* @__PURE__ */ jsx("path", {
|
|
19
|
+
d: "M104.39,18.15c-4.67,0-8.33-3.45-8.33-8.03s3.66-8.13,8.33-8.13,8.33,3.45,8.33,8.13-3.66,8.03-8.33,8.03ZM97.18,75.96V23.74h14.43v52.22h-14.43Z"
|
|
20
|
+
}),
|
|
21
|
+
/* @__PURE__ */ jsx("path", {
|
|
22
|
+
d: "M72.87,75.96V4.84h14.33v71.12h-14.33Z"
|
|
23
|
+
}),
|
|
24
|
+
/* @__PURE__ */ jsx("path", {
|
|
25
|
+
d: "M33.93,76.57C12.8,76.57,0,62.25,0,40.4S13.31,4.24,34.85,4.24c16.87,0,28.75,10.57,30.58,26.01h-15.44c-1.83-7.92-7.52-13.11-15.95-13.11-11.58,0-18.49,9.55-18.49,23.27s6.81,23.27,18.29,23.27c8.64,0,14.33-5.18,16.15-13.11h15.34c-1.73,15.44-14.02,26.01-31.39,26.01Z"
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ jsx("path", {
|
|
28
|
+
d: "M449.3,21.75c14.12,0,25.6,12.19,25.6,27.13s-11.48,27.13-25.6,27.13c-4.57,0-8.84-1.22-12.6-3.45v20.93h-11.68V23.37h11.68v1.93c3.76-2.24,8.03-3.56,12.6-3.56ZM463.01,48.87c0-8.13-5.49-14.73-12.29-15.24h-.1c-.2,0-.51-.1-.71-.1-.1,0-.2.1-.3.1s-.2-.1-.3,0h-.81c-2.54.3-4.57,1.32-6.3,2.84-3.35,2.74-5.49,7.32-5.49,12.4v1.42c.1.2.1.41.1.61,0,.1,0,.2.1.41.1,1.32.51,2.74,1.02,3.96,1.32,3.56,3.86,7.01,8.33,8.33.92.41,1.93.51,2.95.61h1.93l.1-.1c1.73-.1,3.45-.81,4.88-1.73h.1c.3-.2.61-.41.92-.71.2-.2.51-.41.71-.51.1-.1.1-.2.2-.3,3.05-2.74,4.98-7.11,4.98-11.99Z"
|
|
29
|
+
}),
|
|
30
|
+
/* @__PURE__ */ jsx("path", {
|
|
31
|
+
d: "M413.06,29.89c-10.24-10.53-26.9-10.53-37.14,0l-19.23,19.77h0s-9.02,9.28-9.02,9.28c-5.33,5.48-13.99,5.48-19.32,0-2.58-2.65-4-6.18-4-9.93s1.42-7.28,4-9.93c5.33-5.48,13.99-5.47,19.32,0l5.75,5.91,8.91-9.16-5.75-5.91c-10.24-10.53-26.9-10.53-37.14,0-4.96,5.1-7.69,11.88-7.69,19.09s2.73,13.99,7.69,19.09c5.12,5.26,11.84,7.9,18.57,7.89,6.72,0,13.45-2.63,18.57-7.89l19.23-19.77h0s9.02-9.28,9.02-9.28c5.33-5.48,13.99-5.48,19.32,0,2.58,2.65,4,6.18,4,9.93s-1.42,7.28-4,9.93c-5.33,5.48-13.99,5.47-19.32,0l-5.74-5.91-8.91,9.16,5.75,5.91c5.12,5.26,11.84,7.89,18.57,7.89s13.45-2.63,18.57-7.89c4.96-5.1,7.69-11.88,7.69-19.09s-2.73-13.99-7.69-19.09Z"
|
|
32
|
+
}),
|
|
33
|
+
/* @__PURE__ */ jsx("path", {
|
|
34
|
+
d: "M290.81,62.89h19.02c1.5,3.18,3.52,6.12,6.03,8.7,1.02,1.04,2.09,2,3.2,2.87v1.54h-43.48V4.88h15.24v58.01Z"
|
|
35
|
+
}),
|
|
36
|
+
/* @__PURE__ */ jsx("path", {
|
|
37
|
+
d: "M319.06,62.89v4.81c-1.38-1.48-2.58-3.09-3.58-4.81h3.58Z"
|
|
38
|
+
})
|
|
39
|
+
]
|
|
40
|
+
});
|
|
41
|
+
});
|
|
42
|
+
export {
|
|
43
|
+
ClientLoopLogoBlack
|
|
44
|
+
};
|
|
@@ -0,0 +1,54 @@
|
|
|
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 ClientLoopLogoDarkBlue = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 478 97",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
12
|
+
fill: "#2251ee",
|
|
13
|
+
d: "M242.21,61.03v-25.2h-8.64v-12.09h8.64v-14.63h14.33v14.63h11.99v12.09h-11.99v22.86c0,3.66,1.42,5.18,5.18,5.18h7.11v12.09h-11.68c-9.96,0-14.93-4.98-14.93-14.94Z"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
16
|
+
fill: "#2251ee",
|
|
17
|
+
d: "M208.49,23.13c11.28,0,20.93,5.99,20.93,23.88v28.96h-14.33v-27.53c0-8.84-3.35-13.51-10.57-13.51s-11.68,5.28-11.68,14.33v26.72h-14.33V23.74h12.5l1.32,6.5c3.35-4.06,8.13-7.11,16.15-7.11Z"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
+
fill: "#2251ee",
|
|
21
|
+
d: "M145.29,76.57c-17.37,0-27.84-10.46-27.84-26.62s10.67-26.82,26.82-26.82,26.21,9.75,26.42,25.1c0,1.52-.1,3.25-.41,4.88h-37.9v.71c.31,7.42,5.08,11.89,12.29,11.89,5.79,0,9.85-2.54,11.07-7.42h14.12c-1.63,10.16-10.67,18.29-24.59,18.29ZM132.69,43.76h23.57c-1.02-6.4-5.38-9.96-11.89-9.96s-10.87,3.76-11.68,9.96Z"
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
24
|
+
fill: "#2251ee",
|
|
25
|
+
d: "M104.39,18.15c-4.67,0-8.33-3.45-8.33-8.03s3.66-8.13,8.33-8.13,8.33,3.45,8.33,8.13-3.66,8.03-8.33,8.03ZM97.18,75.96V23.74h14.43v52.22h-14.43Z"
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
28
|
+
fill: "#2251ee",
|
|
29
|
+
d: "M72.87,75.96V4.84h14.33v71.12h-14.33Z"
|
|
30
|
+
}),
|
|
31
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
32
|
+
fill: "#2251ee",
|
|
33
|
+
d: "M33.93,76.57C12.8,76.57,0,62.25,0,40.4S13.31,4.24,34.85,4.24c16.87,0,28.75,10.57,30.58,26.01h-15.44c-1.83-7.92-7.52-13.11-15.95-13.11-11.58,0-18.49,9.55-18.49,23.27s6.81,23.27,18.29,23.27c8.64,0,14.33-5.18,16.15-13.11h15.34c-1.73,15.44-14.02,26.01-31.39,26.01Z"
|
|
34
|
+
}),
|
|
35
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
36
|
+
fill: "#2251ee",
|
|
37
|
+
d: "M449.3,21.75c14.12,0,25.6,12.19,25.6,27.13s-11.48,27.13-25.6,27.13c-4.57,0-8.84-1.22-12.6-3.45v20.93h-11.68V23.37h11.68v1.93c3.76-2.24,8.03-3.56,12.6-3.56ZM463.01,48.87c0-8.13-5.49-14.73-12.29-15.24h-.1c-.2,0-.51-.1-.71-.1-.1,0-.2.1-.3.1s-.2-.1-.3,0h-.81c-2.54.3-4.57,1.32-6.3,2.84-3.35,2.74-5.49,7.32-5.49,12.4v1.42c.1.2.1.41.1.61,0,.1,0,.2.1.41.1,1.32.51,2.74,1.02,3.96,1.32,3.56,3.86,7.01,8.33,8.33.92.41,1.93.51,2.95.61h1.93l.1-.1c1.73-.1,3.45-.81,4.88-1.73h.1c.3-.2.61-.41.92-.71.2-.2.51-.41.71-.51.1-.1.1-.2.2-.3,3.05-2.74,4.98-7.11,4.98-11.99Z"
|
|
38
|
+
}),
|
|
39
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
40
|
+
fill: "#2251ee",
|
|
41
|
+
d: "M413.06,29.89c-10.24-10.53-26.9-10.53-37.14,0l-19.23,19.77h0s-9.02,9.28-9.02,9.28c-5.33,5.48-13.99,5.48-19.32,0-2.58-2.65-4-6.18-4-9.93s1.42-7.28,4-9.93c5.33-5.48,13.99-5.47,19.32,0l5.75,5.91,8.91-9.16-5.75-5.91c-10.24-10.53-26.9-10.53-37.14,0-4.96,5.1-7.69,11.88-7.69,19.09s2.73,13.99,7.69,19.09c5.12,5.26,11.84,7.9,18.57,7.89,6.72,0,13.45-2.63,18.57-7.89l19.23-19.77h0s9.02-9.28,9.02-9.28c5.33-5.48,13.99-5.48,19.32,0,2.58,2.65,4,6.18,4,9.93s-1.42,7.28-4,9.93c-5.33,5.48-13.99,5.47-19.32,0l-5.74-5.91-8.91,9.16,5.75,5.91c5.12,5.26,11.84,7.89,18.57,7.89s13.45-2.63,18.57-7.89c4.96-5.10,7.69-11.88,7.69-19.09s-2.73-13.99-7.69-19.09Z"
|
|
42
|
+
}),
|
|
43
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
44
|
+
fill: "#2251ee",
|
|
45
|
+
d: "M290.81,62.89h19.02c1.5,3.18,3.52,6.12,6.03,8.7,1.02,1.04,2.09,2,3.2,2.87v1.54h-43.48V4.88h15.24v58.01Z"
|
|
46
|
+
}),
|
|
47
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
48
|
+
fill: "#2251ee",
|
|
49
|
+
d: "M319.06,62.89v4.81c-1.38-1.48-2.58-3.09-3.58-4.81h3.58Z"
|
|
50
|
+
})
|
|
51
|
+
]
|
|
52
|
+
});
|
|
53
|
+
});
|
|
54
|
+
exports.ClientLoopLogoDarkBlue = ClientLoopLogoDarkBlue;
|
|
@@ -0,0 +1,54 @@
|
|
|
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 ClientLoopLogoDarkBlue = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 478 97",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", {
|
|
10
|
+
fill: "#2251ee",
|
|
11
|
+
d: "M242.21,61.03v-25.2h-8.64v-12.09h8.64v-14.63h14.33v14.63h11.99v12.09h-11.99v22.86c0,3.66,1.42,5.18,5.18,5.18h7.11v12.09h-11.68c-9.96,0-14.93-4.98-14.93-14.94Z"
|
|
12
|
+
}),
|
|
13
|
+
/* @__PURE__ */ jsx("path", {
|
|
14
|
+
fill: "#2251ee",
|
|
15
|
+
d: "M208.49,23.13c11.28,0,20.93,5.99,20.93,23.88v28.96h-14.33v-27.53c0-8.84-3.35-13.51-10.57-13.51s-11.68,5.28-11.68,14.33v26.72h-14.33V23.74h12.5l1.32,6.5c3.35-4.06,8.13-7.11,16.15-7.11Z"
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ jsx("path", {
|
|
18
|
+
fill: "#2251ee",
|
|
19
|
+
d: "M145.29,76.57c-17.37,0-27.84-10.46-27.84-26.62s10.67-26.82,26.82-26.82,26.21,9.75,26.42,25.1c0,1.52-.1,3.25-.41,4.88h-37.9v.71c.31,7.42,5.08,11.89,12.29,11.89,5.79,0,9.85-2.54,11.07-7.42h14.12c-1.63,10.16-10.67,18.29-24.59,18.29ZM132.69,43.76h23.57c-1.02-6.4-5.38-9.96-11.89-9.96s-10.87,3.76-11.68,9.96Z"
|
|
20
|
+
}),
|
|
21
|
+
/* @__PURE__ */ jsx("path", {
|
|
22
|
+
fill: "#2251ee",
|
|
23
|
+
d: "M104.39,18.15c-4.67,0-8.33-3.45-8.33-8.03s3.66-8.13,8.33-8.13,8.33,3.45,8.33,8.13-3.66,8.03-8.33,8.03ZM97.18,75.96V23.74h14.43v52.22h-14.43Z"
|
|
24
|
+
}),
|
|
25
|
+
/* @__PURE__ */ jsx("path", {
|
|
26
|
+
fill: "#2251ee",
|
|
27
|
+
d: "M72.87,75.96V4.84h14.33v71.12h-14.33Z"
|
|
28
|
+
}),
|
|
29
|
+
/* @__PURE__ */ jsx("path", {
|
|
30
|
+
fill: "#2251ee",
|
|
31
|
+
d: "M33.93,76.57C12.8,76.57,0,62.25,0,40.4S13.31,4.24,34.85,4.24c16.87,0,28.75,10.57,30.58,26.01h-15.44c-1.83-7.92-7.52-13.11-15.95-13.11-11.58,0-18.49,9.55-18.49,23.27s6.81,23.27,18.29,23.27c8.64,0,14.33-5.18,16.15-13.11h15.34c-1.73,15.44-14.02,26.01-31.39,26.01Z"
|
|
32
|
+
}),
|
|
33
|
+
/* @__PURE__ */ jsx("path", {
|
|
34
|
+
fill: "#2251ee",
|
|
35
|
+
d: "M449.3,21.75c14.12,0,25.6,12.19,25.6,27.13s-11.48,27.13-25.6,27.13c-4.57,0-8.84-1.22-12.6-3.45v20.93h-11.68V23.37h11.68v1.93c3.76-2.24,8.03-3.56,12.6-3.56ZM463.01,48.87c0-8.13-5.49-14.73-12.29-15.24h-.1c-.2,0-.51-.1-.71-.1-.1,0-.2.1-.3.1s-.2-.1-.3,0h-.81c-2.54.3-4.57,1.32-6.3,2.84-3.35,2.74-5.49,7.32-5.49,12.4v1.42c.1.2.1.41.1.61,0,.1,0,.2.1.41.1,1.32.51,2.74,1.02,3.96,1.32,3.56,3.86,7.01,8.33,8.33.92.41,1.93.51,2.95.61h1.93l.1-.1c1.73-.1,3.45-.81,4.88-1.73h.1c.3-.2.61-.41.92-.71.2-.2.51-.41.71-.51.1-.1.1-.2.2-.3,3.05-2.74,4.98-7.11,4.98-11.99Z"
|
|
36
|
+
}),
|
|
37
|
+
/* @__PURE__ */ jsx("path", {
|
|
38
|
+
fill: "#2251ee",
|
|
39
|
+
d: "M413.06,29.89c-10.24-10.53-26.9-10.53-37.14,0l-19.23,19.77h0s-9.02,9.28-9.02,9.28c-5.33,5.48-13.99,5.48-19.32,0-2.58-2.65-4-6.18-4-9.93s1.42-7.28,4-9.93c5.33-5.48,13.99-5.47,19.32,0l5.75,5.91,8.91-9.16-5.75-5.91c-10.24-10.53-26.9-10.53-37.14,0-4.96,5.1-7.69,11.88-7.69,19.09s2.73,13.99,7.69,19.09c5.12,5.26,11.84,7.9,18.57,7.89,6.72,0,13.45-2.63,18.57-7.89l19.23-19.77h0s9.02-9.28,9.02-9.28c5.33-5.48,13.99-5.48,19.32,0,2.58,2.65,4,6.18,4,9.93s-1.42,7.28-4,9.93c-5.33,5.48-13.99,5.47-19.32,0l-5.74-5.91-8.91,9.16,5.75,5.91c5.12,5.26,11.84,7.89,18.57,7.89s13.45-2.63,18.57-7.89c4.96-5.10,7.69-11.88,7.69-19.09s-2.73-13.99-7.69-19.09Z"
|
|
40
|
+
}),
|
|
41
|
+
/* @__PURE__ */ jsx("path", {
|
|
42
|
+
fill: "#2251ee",
|
|
43
|
+
d: "M290.81,62.89h19.02c1.5,3.18,3.52,6.12,6.03,8.7,1.02,1.04,2.09,2,3.2,2.87v1.54h-43.48V4.88h15.24v58.01Z"
|
|
44
|
+
}),
|
|
45
|
+
/* @__PURE__ */ jsx("path", {
|
|
46
|
+
fill: "#2251ee",
|
|
47
|
+
d: "M319.06,62.89v4.81c-1.38-1.48-2.58-3.09-3.58-4.81h3.58Z"
|
|
48
|
+
})
|
|
49
|
+
]
|
|
50
|
+
});
|
|
51
|
+
});
|
|
52
|
+
export {
|
|
53
|
+
ClientLoopLogoDarkBlue
|
|
54
|
+
};
|
|
@@ -0,0 +1,54 @@
|
|
|
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 ClientLoopLogoGray = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 478 97",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
12
|
+
fill: "#535862",
|
|
13
|
+
d: "M242.21,61.03v-25.2h-8.64v-12.09h8.64v-14.63h14.33v14.63h11.99v12.09h-11.99v22.86c0,3.66,1.42,5.18,5.18,5.18h7.11v12.09h-11.68c-9.96,0-14.93-4.98-14.93-14.94Z"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
16
|
+
fill: "#535862",
|
|
17
|
+
d: "M208.49,23.13c11.28,0,20.93,5.99,20.93,23.88v28.96h-14.33v-27.53c0-8.84-3.35-13.51-10.57-13.51s-11.68,5.28-11.68,14.33v26.72h-14.33V23.74h12.5l1.32,6.5c3.35-4.06,8.13-7.11,16.15-7.11Z"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
+
fill: "#535862",
|
|
21
|
+
d: "M145.29,76.57c-17.37,0-27.84-10.46-27.84-26.62s10.67-26.82,26.82-26.82,26.21,9.75,26.42,25.1c0,1.52-.1,3.25-.41,4.88h-37.9v.71c.31,7.42,5.08,11.89,12.29,11.89,5.79,0,9.85-2.54,11.07-7.42h14.12c-1.63,10.16-10.67,18.29-24.59,18.29ZM132.69,43.76h23.57c-1.02-6.4-5.38-9.96-11.89-9.96s-10.87,3.76-11.68,9.96Z"
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
24
|
+
fill: "#535862",
|
|
25
|
+
d: "M104.39,18.15c-4.67,0-8.33-3.45-8.33-8.03s3.66-8.13,8.33-8.13,8.33,3.45,8.33,8.13-3.66,8.03-8.33,8.03ZM97.18,75.96V23.74h14.43v52.22h-14.43Z"
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
28
|
+
fill: "#535862",
|
|
29
|
+
d: "M72.87,75.96V4.84h14.33v71.12h-14.33Z"
|
|
30
|
+
}),
|
|
31
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
32
|
+
fill: "#535862",
|
|
33
|
+
d: "M33.93,76.57C12.8,76.57,0,62.25,0,40.4S13.31,4.24,34.85,4.24c16.87,0,28.75,10.57,30.58,26.01h-15.44c-1.83-7.92-7.52-13.11-15.95-13.11-11.58,0-18.49,9.55-18.49,23.27s6.81,23.27,18.29,23.27c8.64,0,14.33-5.18,16.15-13.11h15.34c-1.73,15.44-14.02,26.01-31.39,26.01Z"
|
|
34
|
+
}),
|
|
35
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
36
|
+
fill: "#535862",
|
|
37
|
+
d: "M449.3,21.75c14.12,0,25.6,12.19,25.6,27.13s-11.48,27.13-25.6,27.13c-4.57,0-8.84-1.22-12.6-3.45v20.93h-11.68V23.37h11.68v1.93c3.76-2.24,8.03-3.56,12.6-3.56ZM463.01,48.87c0-8.13-5.49-14.73-12.29-15.24h-.1c-.2,0-.51-.1-.71-.1-.1,0-.2.1-.3.1s-.2-.1-.3,0h-.81c-2.54.3-4.57,1.32-6.3,2.84-3.35,2.74-5.49,7.32-5.49,12.4v1.42c.1.2.1.41.1.61,0,.1,0,.2.1.41.1,1.32.51,2.74,1.02,3.96,1.32,3.56,3.86,7.01,8.33,8.33.92.41,1.93.51,2.95.61h1.93l.1-.1c1.73-.1,3.45-.81,4.88-1.73h.1c.3-.2.61-.41.92-.71.2-.2.51-.41.71-.51.1-.1.1-.2.2-.3,3.05-2.74,4.98-7.11,4.98-11.99Z"
|
|
38
|
+
}),
|
|
39
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
40
|
+
fill: "#535862",
|
|
41
|
+
d: "M413.06,29.89c-10.24-10.53-26.9-10.53-37.14,0l-19.23,19.77h0s-9.02,9.28-9.02,9.28c-5.33,5.48-13.99,5.48-19.32,0-2.58-2.65-4-6.18-4-9.93s1.42-7.28,4-9.93c5.33-5.48,13.99-5.47,19.32,0l5.75,5.91,8.91-9.16-5.75-5.91c-10.24-10.53-26.9-10.53-37.14,0-4.96,5.1-7.69,11.88-7.69,19.09s2.73,13.99,7.69,19.09c5.12,5.26,11.84,7.9,18.57,7.89,6.72,0,13.45-2.63,18.57-7.89l19.23-19.77h0s9.02-9.28,9.02-9.28c5.33-5.48,13.99-5.48,19.32,0,2.58,2.65,4,6.18,4,9.93s-1.42,7.28-4,9.93c-5.33,5.48-13.99,5.47-19.32,0l-5.74-5.91-8.91,9.16,5.75,5.91c5.12,5.26,11.84,7.89,18.57,7.89s13.45-2.63,18.57-7.89c4.96-5.10,7.69-11.88,7.69-19.09s-2.73-13.99-7.69-19.09Z"
|
|
42
|
+
}),
|
|
43
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
44
|
+
fill: "#535862",
|
|
45
|
+
d: "M290.81,62.89h19.02c1.5,3.18,3.52,6.12,6.03,8.7,1.02,1.04,2.09,2,3.2,2.87v1.54h-43.48V4.88h15.24v58.01Z"
|
|
46
|
+
}),
|
|
47
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
48
|
+
fill: "#535862",
|
|
49
|
+
d: "M319.06,62.89v4.81c-1.38-1.48-2.58-3.09-3.58-4.81h3.58Z"
|
|
50
|
+
})
|
|
51
|
+
]
|
|
52
|
+
});
|
|
53
|
+
});
|
|
54
|
+
exports.ClientLoopLogoGray = ClientLoopLogoGray;
|
|
@@ -0,0 +1,54 @@
|
|
|
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 ClientLoopLogoGray = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 478 97",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", {
|
|
10
|
+
fill: "#535862",
|
|
11
|
+
d: "M242.21,61.03v-25.2h-8.64v-12.09h8.64v-14.63h14.33v14.63h11.99v12.09h-11.99v22.86c0,3.66,1.42,5.18,5.18,5.18h7.11v12.09h-11.68c-9.96,0-14.93-4.98-14.93-14.94Z"
|
|
12
|
+
}),
|
|
13
|
+
/* @__PURE__ */ jsx("path", {
|
|
14
|
+
fill: "#535862",
|
|
15
|
+
d: "M208.49,23.13c11.28,0,20.93,5.99,20.93,23.88v28.96h-14.33v-27.53c0-8.84-3.35-13.51-10.57-13.51s-11.68,5.28-11.68,14.33v26.72h-14.33V23.74h12.5l1.32,6.5c3.35-4.06,8.13-7.11,16.15-7.11Z"
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ jsx("path", {
|
|
18
|
+
fill: "#535862",
|
|
19
|
+
d: "M145.29,76.57c-17.37,0-27.84-10.46-27.84-26.62s10.67-26.82,26.82-26.82,26.21,9.75,26.42,25.1c0,1.52-.1,3.25-.41,4.88h-37.9v.71c.31,7.42,5.08,11.89,12.29,11.89,5.79,0,9.85-2.54,11.07-7.42h14.12c-1.63,10.16-10.67,18.29-24.59,18.29ZM132.69,43.76h23.57c-1.02-6.4-5.38-9.96-11.89-9.96s-10.87,3.76-11.68,9.96Z"
|
|
20
|
+
}),
|
|
21
|
+
/* @__PURE__ */ jsx("path", {
|
|
22
|
+
fill: "#535862",
|
|
23
|
+
d: "M104.39,18.15c-4.67,0-8.33-3.45-8.33-8.03s3.66-8.13,8.33-8.13,8.33,3.45,8.33,8.13-3.66,8.03-8.33,8.03ZM97.18,75.96V23.74h14.43v52.22h-14.43Z"
|
|
24
|
+
}),
|
|
25
|
+
/* @__PURE__ */ jsx("path", {
|
|
26
|
+
fill: "#535862",
|
|
27
|
+
d: "M72.87,75.96V4.84h14.33v71.12h-14.33Z"
|
|
28
|
+
}),
|
|
29
|
+
/* @__PURE__ */ jsx("path", {
|
|
30
|
+
fill: "#535862",
|
|
31
|
+
d: "M33.93,76.57C12.8,76.57,0,62.25,0,40.4S13.31,4.24,34.85,4.24c16.87,0,28.75,10.57,30.58,26.01h-15.44c-1.83-7.92-7.52-13.11-15.95-13.11-11.58,0-18.49,9.55-18.49,23.27s6.81,23.27,18.29,23.27c8.64,0,14.33-5.18,16.15-13.11h15.34c-1.73,15.44-14.02,26.01-31.39,26.01Z"
|
|
32
|
+
}),
|
|
33
|
+
/* @__PURE__ */ jsx("path", {
|
|
34
|
+
fill: "#535862",
|
|
35
|
+
d: "M449.3,21.75c14.12,0,25.6,12.19,25.6,27.13s-11.48,27.13-25.6,27.13c-4.57,0-8.84-1.22-12.6-3.45v20.93h-11.68V23.37h11.68v1.93c3.76-2.24,8.03-3.56,12.6-3.56ZM463.01,48.87c0-8.13-5.49-14.73-12.29-15.24h-.1c-.2,0-.51-.1-.71-.1-.1,0-.2.1-.3.1s-.2-.1-.3,0h-.81c-2.54.3-4.57,1.32-6.3,2.84-3.35,2.74-5.49,7.32-5.49,12.4v1.42c.1.2.1.41.1.61,0,.1,0,.2.1.41.1,1.32.51,2.74,1.02,3.96,1.32,3.56,3.86,7.01,8.33,8.33.92.41,1.93.51,2.95.61h1.93l.1-.1c1.73-.1,3.45-.81,4.88-1.73h.1c.3-.2.61-.41.92-.71.2-.2.51-.41.71-.51.1-.1.1-.2.2-.3,3.05-2.74,4.98-7.11,4.98-11.99Z"
|
|
36
|
+
}),
|
|
37
|
+
/* @__PURE__ */ jsx("path", {
|
|
38
|
+
fill: "#535862",
|
|
39
|
+
d: "M413.06,29.89c-10.24-10.53-26.9-10.53-37.14,0l-19.23,19.77h0s-9.02,9.28-9.02,9.28c-5.33,5.48-13.99,5.48-19.32,0-2.58-2.65-4-6.18-4-9.93s1.42-7.28,4-9.93c5.33-5.48,13.99-5.47,19.32,0l5.75,5.91,8.91-9.16-5.75-5.91c-10.24-10.53-26.9-10.53-37.14,0-4.96,5.1-7.69,11.88-7.69,19.09s2.73,13.99,7.69,19.09c5.12,5.26,11.84,7.9,18.57,7.89,6.72,0,13.45-2.63,18.57-7.89l19.23-19.77h0s9.02-9.28,9.02-9.28c5.33-5.48,13.99-5.48,19.32,0,2.58,2.65,4,6.18,4,9.93s-1.42,7.28-4,9.93c-5.33,5.48-13.99,5.47-19.32,0l-5.74-5.91-8.91,9.16,5.75,5.91c5.12,5.26,11.84,7.89,18.57,7.89s13.45-2.63,18.57-7.89c4.96-5.10,7.69-11.88,7.69-19.09s-2.73-13.99-7.69-19.09Z"
|
|
40
|
+
}),
|
|
41
|
+
/* @__PURE__ */ jsx("path", {
|
|
42
|
+
fill: "#535862",
|
|
43
|
+
d: "M290.81,62.89h19.02c1.5,3.18,3.52,6.12,6.03,8.7,1.02,1.04,2.09,2,3.2,2.87v1.54h-43.48V4.88h15.24v58.01Z"
|
|
44
|
+
}),
|
|
45
|
+
/* @__PURE__ */ jsx("path", {
|
|
46
|
+
fill: "#535862",
|
|
47
|
+
d: "M319.06,62.89v4.81c-1.38-1.48-2.58-3.09-3.58-4.81h3.58Z"
|
|
48
|
+
})
|
|
49
|
+
]
|
|
50
|
+
});
|
|
51
|
+
});
|
|
52
|
+
export {
|
|
53
|
+
ClientLoopLogoGray
|
|
54
|
+
};
|
|
@@ -0,0 +1,54 @@
|
|
|
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 ClientLoopLogoLightBlue = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 478 97",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
12
|
+
fill: "#23b8ff",
|
|
13
|
+
d: "M242.21,61.03v-25.2h-8.64v-12.09h8.64v-14.63h14.33v14.63h11.99v12.09h-11.99v22.86c0,3.66,1.42,5.18,5.18,5.18h7.11v12.09h-11.68c-9.96,0-14.93-4.98-14.93-14.94Z"
|
|
14
|
+
}),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
16
|
+
fill: "#23b8ff",
|
|
17
|
+
d: "M208.49,23.13c11.28,0,20.93,5.99,20.93,23.88v28.96h-14.33v-27.53c0-8.84-3.35-13.51-10.57-13.51s-11.68,5.28-11.68,14.33v26.72h-14.33V23.74h12.5l1.32,6.5c3.35-4.06,8.13-7.11,16.15-7.11Z"
|
|
18
|
+
}),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
+
fill: "#23b8ff",
|
|
21
|
+
d: "M145.29,76.57c-17.37,0-27.84-10.46-27.84-26.62s10.67-26.82,26.82-26.82,26.21,9.75,26.42,25.1c0,1.52-.1,3.25-.41,4.88h-37.9v.71c.31,7.42,5.08,11.89,12.29,11.89,5.79,0,9.85-2.54,11.07-7.42h14.12c-1.63,10.16-10.67,18.29-24.59,18.29ZM132.69,43.76h23.57c-1.02-6.4-5.38-9.96-11.89-9.96s-10.87,3.76-11.68,9.96Z"
|
|
22
|
+
}),
|
|
23
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
24
|
+
fill: "#23b8ff",
|
|
25
|
+
d: "M104.39,18.15c-4.67,0-8.33-3.45-8.33-8.03s3.66-8.13,8.33-8.13,8.33,3.45,8.33,8.13-3.66,8.03-8.33,8.03ZM97.18,75.96V23.74h14.43v52.22h-14.43Z"
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
28
|
+
fill: "#23b8ff",
|
|
29
|
+
d: "M72.87,75.96V4.84h14.33v71.12h-14.33Z"
|
|
30
|
+
}),
|
|
31
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
32
|
+
fill: "#23b8ff",
|
|
33
|
+
d: "M33.93,76.57C12.8,76.57,0,62.25,0,40.4S13.31,4.24,34.85,4.24c16.87,0,28.75,10.57,30.58,26.01h-15.44c-1.83-7.92-7.52-13.11-15.95-13.11-11.58,0-18.49,9.55-18.49,23.27s6.81,23.27,18.29,23.27c8.64,0,14.33-5.18,16.15-13.11h15.34c-1.73,15.44-14.02,26.01-31.39,26.01Z"
|
|
34
|
+
}),
|
|
35
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
36
|
+
fill: "#23b8ff",
|
|
37
|
+
d: "M449.3,21.75c14.12,0,25.6,12.19,25.6,27.13s-11.48,27.13-25.6,27.13c-4.57,0-8.84-1.22-12.6-3.45v20.93h-11.68V23.37h11.68v1.93c3.76-2.24,8.03-3.56,12.6-3.56ZM463.01,48.87c0-8.13-5.49-14.73-12.29-15.24h-.1c-.2,0-.51-.1-.71-.1-.1,0-.2.1-.3.1s-.2-.1-.3,0h-.81c-2.54.3-4.57,1.32-6.3,2.84-3.35,2.74-5.49,7.32-5.49,12.4v1.42c.1.2.1.41.1.61,0,.1,0,.2.1.41.1,1.32.51,2.74,1.02,3.96,1.32,3.56,3.86,7.01,8.33,8.33.92.41,1.93.51,2.95.61h1.93l.1-.1c1.73-.1,3.45-.81,4.88-1.73h.1c.3-.2.61-.41.92-.71.2-.2.51-.41.71-.51.1-.1.1-.2.2-.3,3.05-2.74,4.98-7.11,4.98-11.99Z"
|
|
38
|
+
}),
|
|
39
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
40
|
+
fill: "#23b8ff",
|
|
41
|
+
d: "M413.06,29.89c-10.24-10.53-26.9-10.53-37.14,0l-19.23,19.77h0s-9.02,9.28-9.02,9.28c-5.33,5.48-13.99,5.48-19.32,0-2.58-2.65-4-6.18-4-9.93s1.42-7.28,4-9.93c5.33-5.48,13.99-5.47,19.32,0l5.75,5.91,8.91-9.16-5.75-5.91c-10.24-10.53-26.9-10.53-37.14,0-4.96,5.1-7.69,11.88-7.69,19.09s2.73,13.99,7.69,19.09c5.12,5.26,11.84,7.9,18.57,7.89,6.72,0,13.45-2.63,18.57-7.89l19.23-19.77h0s9.02-9.28,9.02-9.28c5.33-5.48,13.99-5.48,19.32,0,2.58,2.65,4,6.18,4,9.93s-1.42,7.28-4,9.93c-5.33,5.48-13.99,5.47-19.32,0l-5.74-5.91-8.91,9.16,5.75,5.91c5.12,5.26,11.84,7.89,18.57,7.89s13.45-2.63,18.57-7.89c4.96-5.10,7.69-11.88,7.69-19.09s-2.73-13.99-7.69-19.09Z"
|
|
42
|
+
}),
|
|
43
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
44
|
+
fill: "#23b8ff",
|
|
45
|
+
d: "M290.81,62.89h19.02c1.5,3.18,3.52,6.12,6.03,8.7,1.02,1.04,2.09,2,3.2,2.87v1.54h-43.48V4.88h15.24v58.01Z"
|
|
46
|
+
}),
|
|
47
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
48
|
+
fill: "#23b8ff",
|
|
49
|
+
d: "M319.06,62.89v4.81c-1.38-1.48-2.58-3.09-3.58-4.81h3.58Z"
|
|
50
|
+
})
|
|
51
|
+
]
|
|
52
|
+
});
|
|
53
|
+
});
|
|
54
|
+
exports.ClientLoopLogoLightBlue = ClientLoopLogoLightBlue;
|
|
@@ -0,0 +1,54 @@
|
|
|
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 ClientLoopLogoLightBlue = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 478 97",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", {
|
|
10
|
+
fill: "#23b8ff",
|
|
11
|
+
d: "M242.21,61.03v-25.2h-8.64v-12.09h8.64v-14.63h14.33v14.63h11.99v12.09h-11.99v22.86c0,3.66,1.42,5.18,5.18,5.18h7.11v12.09h-11.68c-9.96,0-14.93-4.98-14.93-14.94Z"
|
|
12
|
+
}),
|
|
13
|
+
/* @__PURE__ */ jsx("path", {
|
|
14
|
+
fill: "#23b8ff",
|
|
15
|
+
d: "M208.49,23.13c11.28,0,20.93,5.99,20.93,23.88v28.96h-14.33v-27.53c0-8.84-3.35-13.51-10.57-13.51s-11.68,5.28-11.68,14.33v26.72h-14.33V23.74h12.5l1.32,6.5c3.35-4.06,8.13-7.11,16.15-7.11Z"
|
|
16
|
+
}),
|
|
17
|
+
/* @__PURE__ */ jsx("path", {
|
|
18
|
+
fill: "#23b8ff",
|
|
19
|
+
d: "M145.29,76.57c-17.37,0-27.84-10.46-27.84-26.62s10.67-26.82,26.82-26.82,26.21,9.75,26.42,25.1c0,1.52-.1,3.25-.41,4.88h-37.9v.71c.31,7.42,5.08,11.89,12.29,11.89,5.79,0,9.85-2.54,11.07-7.42h14.12c-1.63,10.16-10.67,18.29-24.59,18.29ZM132.69,43.76h23.57c-1.02-6.4-5.38-9.96-11.89-9.96s-10.87,3.76-11.68,9.96Z"
|
|
20
|
+
}),
|
|
21
|
+
/* @__PURE__ */ jsx("path", {
|
|
22
|
+
fill: "#23b8ff",
|
|
23
|
+
d: "M104.39,18.15c-4.67,0-8.33-3.45-8.33-8.03s3.66-8.13,8.33-8.13,8.33,3.45,8.33,8.13-3.66,8.03-8.33,8.03ZM97.18,75.96V23.74h14.43v52.22h-14.43Z"
|
|
24
|
+
}),
|
|
25
|
+
/* @__PURE__ */ jsx("path", {
|
|
26
|
+
fill: "#23b8ff",
|
|
27
|
+
d: "M72.87,75.96V4.84h14.33v71.12h-14.33Z"
|
|
28
|
+
}),
|
|
29
|
+
/* @__PURE__ */ jsx("path", {
|
|
30
|
+
fill: "#23b8ff",
|
|
31
|
+
d: "M33.93,76.57C12.8,76.57,0,62.25,0,40.4S13.31,4.24,34.85,4.24c16.87,0,28.75,10.57,30.58,26.01h-15.44c-1.83-7.92-7.52-13.11-15.95-13.11-11.58,0-18.49,9.55-18.49,23.27s6.81,23.27,18.29,23.27c8.64,0,14.33-5.18,16.15-13.11h15.34c-1.73,15.44-14.02,26.01-31.39,26.01Z"
|
|
32
|
+
}),
|
|
33
|
+
/* @__PURE__ */ jsx("path", {
|
|
34
|
+
fill: "#23b8ff",
|
|
35
|
+
d: "M449.3,21.75c14.12,0,25.6,12.19,25.6,27.13s-11.48,27.13-25.6,27.13c-4.57,0-8.84-1.22-12.6-3.45v20.93h-11.68V23.37h11.68v1.93c3.76-2.24,8.03-3.56,12.6-3.56ZM463.01,48.87c0-8.13-5.49-14.73-12.29-15.24h-.1c-.2,0-.51-.1-.71-.1-.1,0-.2.1-.3.1s-.2-.1-.3,0h-.81c-2.54.3-4.57,1.32-6.3,2.84-3.35,2.74-5.49,7.32-5.49,12.4v1.42c.1.2.1.41.1.61,0,.1,0,.2.1.41.1,1.32.51,2.74,1.02,3.96,1.32,3.56,3.86,7.01,8.33,8.33.92.41,1.93.51,2.95.61h1.93l.1-.1c1.73-.1,3.45-.81,4.88-1.73h.1c.3-.2.61-.41.92-.71.2-.2.51-.41.71-.51.1-.1.1-.2.2-.3,3.05-2.74,4.98-7.11,4.98-11.99Z"
|
|
36
|
+
}),
|
|
37
|
+
/* @__PURE__ */ jsx("path", {
|
|
38
|
+
fill: "#23b8ff",
|
|
39
|
+
d: "M413.06,29.89c-10.24-10.53-26.9-10.53-37.14,0l-19.23,19.77h0s-9.02,9.28-9.02,9.28c-5.33,5.48-13.99,5.48-19.32,0-2.58-2.65-4-6.18-4-9.93s1.42-7.28,4-9.93c5.33-5.48,13.99-5.47,19.32,0l5.75,5.91,8.91-9.16-5.75-5.91c-10.24-10.53-26.9-10.53-37.14,0-4.96,5.1-7.69,11.88-7.69,19.09s2.73,13.99,7.69,19.09c5.12,5.26,11.84,7.9,18.57,7.89,6.72,0,13.45-2.63,18.57-7.89l19.23-19.77h0s9.02-9.28,9.02-9.28c5.33-5.48,13.99-5.48,19.32,0,2.58,2.65,4,6.18,4,9.93s-1.42,7.28-4,9.93c-5.33,5.48-13.99,5.47-19.32,0l-5.74-5.91-8.91,9.16,5.75,5.91c5.12,5.26,11.84,7.89,18.57,7.89s13.45-2.63,18.57-7.89c4.96-5.10,7.69-11.88,7.69-19.09s-2.73-13.99-7.69-19.09Z"
|
|
40
|
+
}),
|
|
41
|
+
/* @__PURE__ */ jsx("path", {
|
|
42
|
+
fill: "#23b8ff",
|
|
43
|
+
d: "M290.81,62.89h19.02c1.5,3.18,3.52,6.12,6.03,8.7,1.02,1.04,2.09,2,3.2,2.87v1.54h-43.48V4.88h15.24v58.01Z"
|
|
44
|
+
}),
|
|
45
|
+
/* @__PURE__ */ jsx("path", {
|
|
46
|
+
fill: "#23b8ff",
|
|
47
|
+
d: "M319.06,62.89v4.81c-1.38-1.48-2.58-3.09-3.58-4.81h3.58Z"
|
|
48
|
+
})
|
|
49
|
+
]
|
|
50
|
+
});
|
|
51
|
+
});
|
|
52
|
+
export {
|
|
53
|
+
ClientLoopLogoLightBlue
|
|
54
|
+
};
|