@nr1e/qwik-icons 0.0.0-snapshot-20260109001551 → 0.0.0-snapshot-20260125182506
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-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 +44 -0
- package/lib/index.qwik.mjs +44 -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-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 +22 -0
- package/package.json +1 -1
|
@@ -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 ClientLoopLogoPrimary = 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: "#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.1,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.ClientLoopLogoPrimary = ClientLoopLogoPrimary;
|
|
@@ -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 ClientLoopLogoPrimary = 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: "#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.1,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
|
+
ClientLoopLogoPrimary
|
|
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 ClientLoopLogoWhite = 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: "#fff",
|
|
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: "#fff",
|
|
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: "#fff",
|
|
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: "#fff",
|
|
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: "#fff",
|
|
29
|
+
d: "M72.87,75.96V4.84h14.33v71.12h-14.33Z"
|
|
30
|
+
}),
|
|
31
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
32
|
+
fill: "#fff",
|
|
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: "#fff",
|
|
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: "#fff",
|
|
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: "#fff",
|
|
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: "#fff",
|
|
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.ClientLoopLogoWhite = ClientLoopLogoWhite;
|
|
@@ -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 ClientLoopLogoWhite = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 478 97",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", {
|
|
10
|
+
fill: "#fff",
|
|
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: "#fff",
|
|
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: "#fff",
|
|
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: "#fff",
|
|
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: "#fff",
|
|
27
|
+
d: "M72.87,75.96V4.84h14.33v71.12h-14.33Z"
|
|
28
|
+
}),
|
|
29
|
+
/* @__PURE__ */ jsx("path", {
|
|
30
|
+
fill: "#fff",
|
|
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: "#fff",
|
|
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: "#fff",
|
|
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: "#fff",
|
|
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: "#fff",
|
|
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
|
+
ClientLoopLogoWhite
|
|
54
|
+
};
|
|
@@ -0,0 +1,39 @@
|
|
|
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 PlaidIconBw = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 22 22",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("defs", {
|
|
12
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("mask", {
|
|
13
|
+
id: "mask",
|
|
14
|
+
x: "1.27",
|
|
15
|
+
y: ".88",
|
|
16
|
+
width: "53.16",
|
|
17
|
+
height: "20.03",
|
|
18
|
+
maskUnits: "userSpaceOnUse",
|
|
19
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("g", {
|
|
20
|
+
id: "mask0_626:1059",
|
|
21
|
+
"data-name": "mask0 626:1059",
|
|
22
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
23
|
+
fill: "#fff",
|
|
24
|
+
d: "M1.27,20.9h53.16V.88H1.27v20.03Z"
|
|
25
|
+
})
|
|
26
|
+
})
|
|
27
|
+
})
|
|
28
|
+
}),
|
|
29
|
+
/* @__PURE__ */ jsxRuntime.jsx("g", {
|
|
30
|
+
mask: "url(#mask)",
|
|
31
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
32
|
+
"fill-rule": "evenodd",
|
|
33
|
+
d: "M9.13.88l-6.14,1.61-1.69,6.17,2.12,2.17-2.15,2.14,1.59,6.2,6.11,1.71,2.15-2.14,2.12,2.17,6.14-1.61,1.69-6.17-2.11-2.17,2.15-2.14-1.59-6.2-6.11-1.71-2.15,2.14-2.12-2.17ZM5.36,3.67l3.23-.85,1.41,1.45-2.06,2.05-2.58-2.65ZM12.46,4.29l1.44-1.43,3.22.9-2.63,2.61-2.03-2.08ZM3.24,8.15l.89-3.25,2.58,2.65-2.06,2.05-1.41-1.45ZM15.7,7.62l2.63-2.61.84,3.27-1.44,1.43-2.03-2.08ZM9.16,7.57l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM5.87,10.85l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM12.41,10.9l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM3.19,13.5l1.44-1.43,2.03,2.08-2.63,2.61-.84-3.26ZM9.11,14.17l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM15.65,14.23l2.06-2.05,1.41,1.45-.89,3.25-2.58-2.65ZM5.25,18.01l2.63-2.61,2.03,2.08-1.44,1.43-3.22-.9ZM12.35,17.5l2.06-2.05,2.58,2.65-3.23.85-1.41-1.45Z"
|
|
34
|
+
})
|
|
35
|
+
})
|
|
36
|
+
]
|
|
37
|
+
});
|
|
38
|
+
});
|
|
39
|
+
exports.PlaidIconBw = PlaidIconBw;
|
|
@@ -0,0 +1,39 @@
|
|
|
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 PlaidIconBw = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 22 22",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("defs", {
|
|
10
|
+
children: /* @__PURE__ */ jsx("mask", {
|
|
11
|
+
id: "mask",
|
|
12
|
+
x: "1.27",
|
|
13
|
+
y: ".88",
|
|
14
|
+
width: "53.16",
|
|
15
|
+
height: "20.03",
|
|
16
|
+
maskUnits: "userSpaceOnUse",
|
|
17
|
+
children: /* @__PURE__ */ jsx("g", {
|
|
18
|
+
id: "mask0_626:1059",
|
|
19
|
+
"data-name": "mask0 626:1059",
|
|
20
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
21
|
+
fill: "#fff",
|
|
22
|
+
d: "M1.27,20.9h53.16V.88H1.27v20.03Z"
|
|
23
|
+
})
|
|
24
|
+
})
|
|
25
|
+
})
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ jsx("g", {
|
|
28
|
+
mask: "url(#mask)",
|
|
29
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
30
|
+
"fill-rule": "evenodd",
|
|
31
|
+
d: "M9.13.88l-6.14,1.61-1.69,6.17,2.12,2.17-2.15,2.14,1.59,6.2,6.11,1.71,2.15-2.14,2.12,2.17,6.14-1.61,1.69-6.17-2.11-2.17,2.15-2.14-1.59-6.2-6.11-1.71-2.15,2.14-2.12-2.17ZM5.36,3.67l3.23-.85,1.41,1.45-2.06,2.05-2.58-2.65ZM12.46,4.29l1.44-1.43,3.22.9-2.63,2.61-2.03-2.08ZM3.24,8.15l.89-3.25,2.58,2.65-2.06,2.05-1.41-1.45ZM15.7,7.62l2.63-2.61.84,3.27-1.44,1.43-2.03-2.08ZM9.16,7.57l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM5.87,10.85l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM12.41,10.9l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM3.19,13.5l1.44-1.43,2.03,2.08-2.63,2.61-.84-3.26ZM9.11,14.17l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM15.65,14.23l2.06-2.05,1.41,1.45-.89,3.25-2.58-2.65ZM5.25,18.01l2.63-2.61,2.03,2.08-1.44,1.43-3.22-.9ZM12.35,17.5l2.06-2.05,2.58,2.65-3.23.85-1.41-1.45Z"
|
|
32
|
+
})
|
|
33
|
+
})
|
|
34
|
+
]
|
|
35
|
+
});
|
|
36
|
+
});
|
|
37
|
+
export {
|
|
38
|
+
PlaidIconBw
|
|
39
|
+
};
|
|
@@ -0,0 +1,68 @@
|
|
|
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 PlaidLogoBw = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 54 22",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("defs", {
|
|
12
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("mask", {
|
|
13
|
+
id: "mask",
|
|
14
|
+
x: ".42",
|
|
15
|
+
y: ".88",
|
|
16
|
+
width: "53.16",
|
|
17
|
+
height: "20.03",
|
|
18
|
+
maskUnits: "userSpaceOnUse",
|
|
19
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("g", {
|
|
20
|
+
id: "mask0_626:1059",
|
|
21
|
+
"data-name": "mask0 626:1059",
|
|
22
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
23
|
+
fill: "#fff",
|
|
24
|
+
d: "M.42,20.9h53.16V.88H.42v20.03Z"
|
|
25
|
+
})
|
|
26
|
+
})
|
|
27
|
+
})
|
|
28
|
+
}),
|
|
29
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
30
|
+
fill: "#111",
|
|
31
|
+
"fill-rule": "evenodd",
|
|
32
|
+
d: "M28.37,7.74c-.45-.37-1.21-.56-2.28-.56h-2.43v7.5h1.82v-2.35h.81c.99,0,1.71-.22,2.17-.65.52-.49.78-1.14.78-1.95s-.29-1.5-.87-1.99ZM26.24,10.63h-.77v-1.76h.69c.84,0,1.26.29,1.26.88s-.39.87-1.18.87Z"
|
|
33
|
+
}),
|
|
34
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
35
|
+
fill: "#111",
|
|
36
|
+
"fill-rule": "evenodd",
|
|
37
|
+
d: "M32.35,7.18h-1.89v7.5h4.09v-1.7h-2.19v-5.81Z"
|
|
38
|
+
}),
|
|
39
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
40
|
+
fill: "#111",
|
|
41
|
+
"fill-rule": "evenodd",
|
|
42
|
+
d: "M38.25,7.18l-2.97,7.5h2.04l.39-1.09h2.58l.36,1.09h2.06l-2.95-7.5h-1.5ZM38.23,12.07l.78-2.57.77,2.57h-1.55Z"
|
|
43
|
+
}),
|
|
44
|
+
/* @__PURE__ */ jsxRuntime.jsx("g", {
|
|
45
|
+
mask: "url(#mask)",
|
|
46
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("g", {
|
|
47
|
+
children: [
|
|
48
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
49
|
+
fill: "#111",
|
|
50
|
+
"fill-rule": "evenodd",
|
|
51
|
+
d: "M43.65,14.68h1.89v-7.5h-1.89v7.5Z"
|
|
52
|
+
}),
|
|
53
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
54
|
+
fill: "#111",
|
|
55
|
+
"fill-rule": "evenodd",
|
|
56
|
+
d: "M52.9,8.58c-.25-.36-.55-.65-.9-.87-.57-.36-1.35-.54-2.34-.54h-2.49v7.5h2.92c1.05,0,1.9-.34,2.54-1.03.64-.69.96-1.61.96-2.75,0-.91-.23-1.68-.68-2.32ZM49.87,12.98h-.81v-4.11h.82c.58,0,1.02.18,1.34.54.31.36.47.87.47,1.54,0,1.35-.6,2.03-1.82,2.03Z"
|
|
57
|
+
}),
|
|
58
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
59
|
+
"fill-rule": "evenodd",
|
|
60
|
+
d: "M8.28.88l-6.14,1.61L.46,8.65l2.12,2.17L.42,12.96l1.59,6.2,6.11,1.71,2.15-2.14,2.12,2.17,6.14-1.61,1.69-6.17-2.11-2.17,2.15-2.14-1.59-6.2-6.11-1.71-2.15,2.14-2.12-2.17ZM4.52,3.67l3.23-.85,1.41,1.45-2.06,2.05-2.58-2.65ZM11.61,4.29l1.44-1.43,3.22.9-2.63,2.61-2.03-2.08ZM2.39,8.15l.89-3.25,2.58,2.65-2.06,2.05-1.41-1.45ZM14.86,7.62l2.63-2.61.84,3.27-1.44,1.43-2.03-2.08ZM8.32,7.57l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM5.02,10.85l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM11.56,10.9l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM2.35,13.5l1.44-1.43,2.03,2.08-2.63,2.61-.84-3.26ZM8.27,14.17l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM14.81,14.23l2.06-2.05,1.41,1.45-.89,3.25-2.58-2.65ZM4.4,18.01l2.63-2.61,2.03,2.08-1.44,1.43-3.22-.9ZM11.51,17.5l2.06-2.05,2.58,2.65-3.23.85-1.41-1.45Z"
|
|
61
|
+
})
|
|
62
|
+
]
|
|
63
|
+
})
|
|
64
|
+
})
|
|
65
|
+
]
|
|
66
|
+
});
|
|
67
|
+
});
|
|
68
|
+
exports.PlaidLogoBw = PlaidLogoBw;
|
|
@@ -0,0 +1,68 @@
|
|
|
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 PlaidLogoBw = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 54 22",
|
|
8
|
+
children: [
|
|
9
|
+
/* @__PURE__ */ jsx("defs", {
|
|
10
|
+
children: /* @__PURE__ */ jsx("mask", {
|
|
11
|
+
id: "mask",
|
|
12
|
+
x: ".42",
|
|
13
|
+
y: ".88",
|
|
14
|
+
width: "53.16",
|
|
15
|
+
height: "20.03",
|
|
16
|
+
maskUnits: "userSpaceOnUse",
|
|
17
|
+
children: /* @__PURE__ */ jsx("g", {
|
|
18
|
+
id: "mask0_626:1059",
|
|
19
|
+
"data-name": "mask0 626:1059",
|
|
20
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
21
|
+
fill: "#fff",
|
|
22
|
+
d: "M.42,20.9h53.16V.88H.42v20.03Z"
|
|
23
|
+
})
|
|
24
|
+
})
|
|
25
|
+
})
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ jsx("path", {
|
|
28
|
+
fill: "#111",
|
|
29
|
+
"fill-rule": "evenodd",
|
|
30
|
+
d: "M28.37,7.74c-.45-.37-1.21-.56-2.28-.56h-2.43v7.5h1.82v-2.35h.81c.99,0,1.71-.22,2.17-.65.52-.49.78-1.14.78-1.95s-.29-1.5-.87-1.99ZM26.24,10.63h-.77v-1.76h.69c.84,0,1.26.29,1.26.88s-.39.87-1.18.87Z"
|
|
31
|
+
}),
|
|
32
|
+
/* @__PURE__ */ jsx("path", {
|
|
33
|
+
fill: "#111",
|
|
34
|
+
"fill-rule": "evenodd",
|
|
35
|
+
d: "M32.35,7.18h-1.89v7.5h4.09v-1.7h-2.19v-5.81Z"
|
|
36
|
+
}),
|
|
37
|
+
/* @__PURE__ */ jsx("path", {
|
|
38
|
+
fill: "#111",
|
|
39
|
+
"fill-rule": "evenodd",
|
|
40
|
+
d: "M38.25,7.18l-2.97,7.5h2.04l.39-1.09h2.58l.36,1.09h2.06l-2.95-7.5h-1.5ZM38.23,12.07l.78-2.57.77,2.57h-1.55Z"
|
|
41
|
+
}),
|
|
42
|
+
/* @__PURE__ */ jsx("g", {
|
|
43
|
+
mask: "url(#mask)",
|
|
44
|
+
children: /* @__PURE__ */ jsxs("g", {
|
|
45
|
+
children: [
|
|
46
|
+
/* @__PURE__ */ jsx("path", {
|
|
47
|
+
fill: "#111",
|
|
48
|
+
"fill-rule": "evenodd",
|
|
49
|
+
d: "M43.65,14.68h1.89v-7.5h-1.89v7.5Z"
|
|
50
|
+
}),
|
|
51
|
+
/* @__PURE__ */ jsx("path", {
|
|
52
|
+
fill: "#111",
|
|
53
|
+
"fill-rule": "evenodd",
|
|
54
|
+
d: "M52.9,8.58c-.25-.36-.55-.65-.9-.87-.57-.36-1.35-.54-2.34-.54h-2.49v7.5h2.92c1.05,0,1.9-.34,2.54-1.03.64-.69.96-1.61.96-2.75,0-.91-.23-1.68-.68-2.32ZM49.87,12.98h-.81v-4.11h.82c.58,0,1.02.18,1.34.54.31.36.47.87.47,1.54,0,1.35-.6,2.03-1.82,2.03Z"
|
|
55
|
+
}),
|
|
56
|
+
/* @__PURE__ */ jsx("path", {
|
|
57
|
+
"fill-rule": "evenodd",
|
|
58
|
+
d: "M8.28.88l-6.14,1.61L.46,8.65l2.12,2.17L.42,12.96l1.59,6.2,6.11,1.71,2.15-2.14,2.12,2.17,6.14-1.61,1.69-6.17-2.11-2.17,2.15-2.14-1.59-6.2-6.11-1.71-2.15,2.14-2.12-2.17ZM4.52,3.67l3.23-.85,1.41,1.45-2.06,2.05-2.58-2.65ZM11.61,4.29l1.44-1.43,3.22.9-2.63,2.61-2.03-2.08ZM2.39,8.15l.89-3.25,2.58,2.65-2.06,2.05-1.41-1.45ZM14.86,7.62l2.63-2.61.84,3.27-1.44,1.43-2.03-2.08ZM8.32,7.57l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM5.02,10.85l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM11.56,10.9l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM2.35,13.5l1.44-1.43,2.03,2.08-2.63,2.61-.84-3.26ZM8.27,14.17l2.06-2.05,2.03,2.08-2.06,2.05-2.03-2.08ZM14.81,14.23l2.06-2.05,1.41,1.45-.89,3.25-2.58-2.65ZM4.4,18.01l2.63-2.61,2.03,2.08-1.44,1.43-3.22-.9ZM11.51,17.5l2.06-2.05,2.58,2.65-3.23.85-1.41-1.45Z"
|
|
59
|
+
})
|
|
60
|
+
]
|
|
61
|
+
})
|
|
62
|
+
})
|
|
63
|
+
]
|
|
64
|
+
});
|
|
65
|
+
});
|
|
66
|
+
export {
|
|
67
|
+
PlaidLogoBw
|
|
68
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
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 MdiAlertBox = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m8 10V7h-2v6zm0 4v-2h-2v2z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiAlertBox = MdiAlertBox;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const MdiAlertBox = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsx(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
d: "M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m8 10V7h-2v6zm0 4v-2h-2v2z"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiAlertBox
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
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 MdiAlertCircleOutline = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M11 15h2v2h-2zm0-8h2v6h-2zm1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiAlertCircleOutline = MdiAlertCircleOutline;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const MdiAlertCircleOutline = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsx(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
d: "M11 15h2v2h-2zm0-8h2v6h-2zm1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiAlertCircleOutline
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
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 MdiAlertCircle = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M13 13h-2V7h2m0 10h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiAlertCircle = MdiAlertCircle;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const MdiAlertCircle = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsx(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
d: "M13 13h-2V7h2m0 10h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiAlertCircle
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
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 MdiAlertOutline = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M12 2L1 21h22M12 6l7.53 13H4.47M11 10v4h2v-4m-2 6v2h2v-2"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiAlertOutline = MdiAlertOutline;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const MdiAlertOutline = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsx(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
d: "M12 2L1 21h22M12 6l7.53 13H4.47M11 10v4h2v-4m-2 6v2h2v-2"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiAlertOutline
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
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 MdiError = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M13 13h-2V7h2m0 10h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiError = MdiError;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx } from "@builder.io/qwik/jsx-runtime";
|
|
2
|
+
import { component$ } from "@builder.io/qwik";
|
|
3
|
+
import { Svg } from "../svg.qwik.mjs";
|
|
4
|
+
const MdiError = component$((props) => {
|
|
5
|
+
return /* @__PURE__ */ jsx(Svg, {
|
|
6
|
+
...props,
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
children: /* @__PURE__ */ jsx("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
d: "M13 13h-2V7h2m0 10h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
});
|
|
14
|
+
export {
|
|
15
|
+
MdiError
|
|
16
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
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 MdiWarningBoxOutline = qwik.component$((props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
|
|
8
|
+
...props,
|
|
9
|
+
viewBox: "0 0 24 24",
|
|
10
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M19 19H5V5h14m0-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-8 12h2v2h-2zm0-8h2v6h-2z"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
});
|
|
16
|
+
exports.MdiWarningBoxOutline = MdiWarningBoxOutline;
|