@nr1e/qwik-icons 0.0.14 → 0.0.16

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.
Files changed (157) hide show
  1. package/lib/components/brands/auth-sure-icon.qwik.cjs +22 -0
  2. package/lib/components/brands/auth-sure-icon.qwik.mjs +22 -0
  3. package/lib/components/brands/auth-sure-logo-dark-bg.qwik.cjs +68 -0
  4. package/lib/components/brands/auth-sure-logo-dark-bg.qwik.mjs +68 -0
  5. package/lib/components/brands/auth-sure-logo-light-bg.qwik.cjs +62 -0
  6. package/lib/components/brands/auth-sure-logo-light-bg.qwik.mjs +62 -0
  7. package/lib/components/brands/auth-sure-logo-tagline-dark-bg.qwik.cjs +198 -0
  8. package/lib/components/brands/auth-sure-logo-tagline-dark-bg.qwik.mjs +198 -0
  9. package/lib/components/brands/auth-sure-logo-tagline-light-bg.qwik.cjs +198 -0
  10. package/lib/components/brands/auth-sure-logo-tagline-light-bg.qwik.mjs +198 -0
  11. package/lib/components/brands/digital-plat-icon.qwik.cjs +102 -0
  12. package/lib/components/brands/digital-plat-icon.qwik.mjs +102 -0
  13. package/lib/components/brands/digital-plat-logo.qwik.cjs +154 -0
  14. package/lib/components/brands/digital-plat-logo.qwik.mjs +154 -0
  15. package/lib/components/brands/enpago-icon.qwik.cjs +38 -0
  16. package/lib/components/brands/enpago-icon.qwik.mjs +38 -0
  17. package/lib/components/brands/enpago-logo-dark-bg.qwik.cjs +66 -0
  18. package/lib/components/brands/enpago-logo-dark-bg.qwik.mjs +66 -0
  19. package/lib/components/brands/enpago-logo-light-bg.qwik.cjs +66 -0
  20. package/lib/components/brands/enpago-logo-light-bg.qwik.mjs +66 -0
  21. package/lib/components/brands/nr1e-icon.qwik.cjs +16 -0
  22. package/lib/components/brands/nr1e-icon.qwik.mjs +16 -0
  23. package/lib/components/brands/nr1e-logo-dark-bg.qwik.cjs +50 -0
  24. package/lib/components/brands/nr1e-logo-dark-bg.qwik.mjs +50 -0
  25. package/lib/components/brands/nr1e-logo-light-bg.qwik.cjs +50 -0
  26. package/lib/components/brands/nr1e-logo-light-bg.qwik.mjs +50 -0
  27. package/lib/components/brands/nr1e-logo-tagline-dark-bg.qwik.cjs +118 -0
  28. package/lib/components/brands/nr1e-logo-tagline-dark-bg.qwik.mjs +118 -0
  29. package/lib/components/brands/nr1e-logo-tagline-light-bg.qwik.cjs +118 -0
  30. package/lib/components/brands/nr1e-logo-tagline-light-bg.qwik.mjs +118 -0
  31. package/lib/components/brands/purple-ship-icon.qwik.cjs +51 -0
  32. package/lib/components/brands/purple-ship-icon.qwik.mjs +51 -0
  33. package/lib/components/brands/purple-ship-logo.qwik.cjs +79 -0
  34. package/lib/components/brands/purple-ship-logo.qwik.mjs +79 -0
  35. package/lib/components/brands/reverbly-icon.qwik.cjs +31 -0
  36. package/lib/components/brands/reverbly-icon.qwik.mjs +31 -0
  37. package/lib/components/brands/reverbly-logo-dark-bg.qwik.cjs +69 -0
  38. package/lib/components/brands/reverbly-logo-dark-bg.qwik.mjs +69 -0
  39. package/lib/components/brands/reverbly-logo-light-bg.qwik.cjs +69 -0
  40. package/lib/components/brands/reverbly-logo-light-bg.qwik.mjs +69 -0
  41. package/lib/components/brands/reverbly-logo-tagline-dark-bg.qwik.cjs +235 -0
  42. package/lib/components/brands/reverbly-logo-tagline-dark-bg.qwik.mjs +235 -0
  43. package/lib/components/brands/reverbly-logo-tagline-light-bg.qwik.cjs +235 -0
  44. package/lib/components/brands/reverbly-logo-tagline-light-bg.qwik.mjs +235 -0
  45. package/lib/components/brands/trigger-point-icon-blue-dark-bg.qwik.cjs +58 -0
  46. package/lib/components/brands/trigger-point-icon-blue-dark-bg.qwik.mjs +58 -0
  47. package/lib/components/brands/trigger-point-icon-blue-light-bg.qwik.cjs +58 -0
  48. package/lib/components/brands/trigger-point-icon-blue-light-bg.qwik.mjs +58 -0
  49. package/lib/components/brands/trigger-point-icon-teal-dark-bg.qwik.cjs +58 -0
  50. package/lib/components/brands/trigger-point-icon-teal-dark-bg.qwik.mjs +58 -0
  51. package/lib/components/brands/trigger-point-icon-teal-light-bg.qwik.cjs +58 -0
  52. package/lib/components/brands/trigger-point-icon-teal-light-bg.qwik.mjs +58 -0
  53. package/lib/components/brands/trigger-point-icon-violet-dark-bg.qwik.cjs +58 -0
  54. package/lib/components/brands/trigger-point-icon-violet-dark-bg.qwik.mjs +58 -0
  55. package/lib/components/brands/trigger-point-icon-violet-light-bg.qwik.cjs +58 -0
  56. package/lib/components/brands/trigger-point-icon-violet-light-bg.qwik.mjs +58 -0
  57. package/lib/components/brands/trigger-point-logo-blue-dark-bg.qwik.cjs +120 -0
  58. package/lib/components/brands/trigger-point-logo-blue-dark-bg.qwik.mjs +120 -0
  59. package/lib/components/brands/trigger-point-logo-blue-light-bg.qwik.cjs +120 -0
  60. package/lib/components/brands/trigger-point-logo-blue-light-bg.qwik.mjs +120 -0
  61. package/lib/components/brands/trigger-point-logo-tagline-blue-dark-bg.qwik.cjs +180 -0
  62. package/lib/components/brands/trigger-point-logo-tagline-blue-dark-bg.qwik.mjs +180 -0
  63. package/lib/components/brands/trigger-point-logo-tagline-blue-light-bg.qwik.cjs +180 -0
  64. package/lib/components/brands/trigger-point-logo-tagline-blue-light-bg.qwik.mjs +180 -0
  65. package/lib/components/brands/trigger-point-logo-tagline-teal-dark-bg.qwik.cjs +180 -0
  66. package/lib/components/brands/trigger-point-logo-tagline-teal-dark-bg.qwik.mjs +180 -0
  67. package/lib/components/brands/trigger-point-logo-tagline-teal-light-bg.qwik.cjs +180 -0
  68. package/lib/components/brands/trigger-point-logo-tagline-teal-light-bg.qwik.mjs +180 -0
  69. package/lib/components/brands/trigger-point-logo-tagline-violet-dark-bg.qwik.cjs +180 -0
  70. package/lib/components/brands/trigger-point-logo-tagline-violet-dark-bg.qwik.mjs +180 -0
  71. package/lib/components/brands/trigger-point-logo-tagline-violet-light-bg.qwik.cjs +180 -0
  72. package/lib/components/brands/trigger-point-logo-tagline-violet-light-bg.qwik.mjs +180 -0
  73. package/lib/components/brands/trigger-point-logo-teal-dark-bg.qwik.cjs +120 -0
  74. package/lib/components/brands/trigger-point-logo-teal-dark-bg.qwik.mjs +120 -0
  75. package/lib/components/brands/trigger-point-logo-teal-light-bg.qwik.cjs +120 -0
  76. package/lib/components/brands/trigger-point-logo-teal-light-bg.qwik.mjs +120 -0
  77. package/lib/components/brands/trigger-point-logo-violet-dark-bg.qwik.cjs +120 -0
  78. package/lib/components/brands/trigger-point-logo-violet-dark-bg.qwik.mjs +120 -0
  79. package/lib/components/brands/trigger-point-logo-violet-light-bg.qwik.cjs +120 -0
  80. package/lib/components/brands/trigger-point-logo-violet-light-bg.qwik.mjs +120 -0
  81. package/lib/components/brands/upgility-icon.qwik.cjs +26 -0
  82. package/lib/components/brands/upgility-icon.qwik.mjs +26 -0
  83. package/lib/components/brands/upgility-logo-dark-bg.qwik.cjs +72 -0
  84. package/lib/components/brands/upgility-logo-dark-bg.qwik.mjs +72 -0
  85. package/lib/components/brands/upgility-logo-light-bg.qwik.cjs +72 -0
  86. package/lib/components/brands/upgility-logo-light-bg.qwik.mjs +72 -0
  87. package/lib/components/brands/upgility-logo-tagline-dark-bg.qwik.cjs +108 -0
  88. package/lib/components/brands/upgility-logo-tagline-dark-bg.qwik.mjs +108 -0
  89. package/lib/components/brands/upgility-logo-tagline-light-bg.qwik.cjs +108 -0
  90. package/lib/components/brands/upgility-logo-tagline-light-bg.qwik.mjs +108 -0
  91. package/lib/components/icons/mdi-contact-outline.qwik.cjs +16 -0
  92. package/lib/components/icons/mdi-contact-outline.qwik.mjs +16 -0
  93. package/lib/components/icons/mdi-contact.qwik.cjs +16 -0
  94. package/lib/components/icons/mdi-contact.qwik.mjs +16 -0
  95. package/lib/components/icons/mdi-contacts-outline.qwik.cjs +16 -0
  96. package/lib/components/icons/mdi-contacts-outline.qwik.mjs +16 -0
  97. package/lib/components/icons/mdi-contacts.qwik.cjs +16 -0
  98. package/lib/components/icons/mdi-contacts.qwik.mjs +16 -0
  99. package/lib/components/icons/mdi-instant-mix.qwik.cjs +16 -0
  100. package/lib/components/icons/mdi-instant-mix.qwik.mjs +16 -0
  101. package/lib/components/icons/mdi-mixer-settings.qwik.cjs +16 -0
  102. package/lib/components/icons/mdi-mixer-settings.qwik.mjs +16 -0
  103. package/lib/index.qwik.cjs +102 -0
  104. package/lib/index.qwik.mjs +103 -1
  105. package/lib-types/components/brands/auth-sure-icon.d.ts +2 -0
  106. package/lib-types/components/brands/auth-sure-logo-dark-bg.d.ts +2 -0
  107. package/lib-types/components/brands/auth-sure-logo-light-bg.d.ts +2 -0
  108. package/lib-types/components/brands/auth-sure-logo-tagline-dark-bg.d.ts +2 -0
  109. package/lib-types/components/brands/auth-sure-logo-tagline-light-bg.d.ts +2 -0
  110. package/lib-types/components/brands/digital-plat-icon.d.ts +2 -0
  111. package/lib-types/components/brands/digital-plat-logo.d.ts +2 -0
  112. package/lib-types/components/brands/enpago-icon.d.ts +2 -0
  113. package/lib-types/components/brands/enpago-logo-dark-bg.d.ts +2 -0
  114. package/lib-types/components/brands/enpago-logo-light-bg.d.ts +2 -0
  115. package/lib-types/components/brands/nr1e-icon.d.ts +2 -0
  116. package/lib-types/components/brands/nr1e-logo-dark-bg.d.ts +2 -0
  117. package/lib-types/components/brands/nr1e-logo-light-bg.d.ts +2 -0
  118. package/lib-types/components/brands/nr1e-logo-tagline-dark-bg.d.ts +2 -0
  119. package/lib-types/components/brands/nr1e-logo-tagline-light-bg.d.ts +2 -0
  120. package/lib-types/components/brands/purple-ship-icon.d.ts +2 -0
  121. package/lib-types/components/brands/purple-ship-logo.d.ts +2 -0
  122. package/lib-types/components/brands/reverbly-icon.d.ts +2 -0
  123. package/lib-types/components/brands/reverbly-logo-dark-bg.d.ts +2 -0
  124. package/lib-types/components/brands/reverbly-logo-light-bg.d.ts +2 -0
  125. package/lib-types/components/brands/reverbly-logo-tagline-dark-bg.d.ts +2 -0
  126. package/lib-types/components/brands/reverbly-logo-tagline-light-bg.d.ts +2 -0
  127. package/lib-types/components/brands/trigger-point-icon-blue-dark-bg.d.ts +2 -0
  128. package/lib-types/components/brands/trigger-point-icon-blue-light-bg.d.ts +2 -0
  129. package/lib-types/components/brands/trigger-point-icon-teal-dark-bg.d.ts +2 -0
  130. package/lib-types/components/brands/trigger-point-icon-teal-light-bg.d.ts +2 -0
  131. package/lib-types/components/brands/trigger-point-icon-violet-dark-bg.d.ts +2 -0
  132. package/lib-types/components/brands/trigger-point-icon-violet-light-bg.d.ts +2 -0
  133. package/lib-types/components/brands/trigger-point-logo-blue-dark-bg.d.ts +2 -0
  134. package/lib-types/components/brands/trigger-point-logo-blue-light-bg.d.ts +2 -0
  135. package/lib-types/components/brands/trigger-point-logo-tagline-blue-dark-bg.d.ts +2 -0
  136. package/lib-types/components/brands/trigger-point-logo-tagline-blue-light-bg.d.ts +2 -0
  137. package/lib-types/components/brands/trigger-point-logo-tagline-teal-dark-bg.d.ts +2 -0
  138. package/lib-types/components/brands/trigger-point-logo-tagline-teal-light-bg.d.ts +2 -0
  139. package/lib-types/components/brands/trigger-point-logo-tagline-violet-dark-bg.d.ts +2 -0
  140. package/lib-types/components/brands/trigger-point-logo-tagline-violet-light-bg.d.ts +2 -0
  141. package/lib-types/components/brands/trigger-point-logo-teal-dark-bg.d.ts +2 -0
  142. package/lib-types/components/brands/trigger-point-logo-teal-light-bg.d.ts +2 -0
  143. package/lib-types/components/brands/trigger-point-logo-violet-dark-bg.d.ts +2 -0
  144. package/lib-types/components/brands/trigger-point-logo-violet-light-bg.d.ts +2 -0
  145. package/lib-types/components/brands/upgility-icon.d.ts +2 -0
  146. package/lib-types/components/brands/upgility-logo-dark-bg.d.ts +2 -0
  147. package/lib-types/components/brands/upgility-logo-light-bg.d.ts +2 -0
  148. package/lib-types/components/brands/upgility-logo-tagline-dark-bg.d.ts +2 -0
  149. package/lib-types/components/brands/upgility-logo-tagline-light-bg.d.ts +2 -0
  150. package/lib-types/components/icons/mdi-contact-outline.d.ts +2 -0
  151. package/lib-types/components/icons/mdi-contact.d.ts +2 -0
  152. package/lib-types/components/icons/mdi-contacts-outline.d.ts +2 -0
  153. package/lib-types/components/icons/mdi-contacts.d.ts +2 -0
  154. package/lib-types/components/icons/mdi-instant-mix.d.ts +2 -0
  155. package/lib-types/components/icons/mdi-mixer-settings.d.ts +2 -0
  156. package/lib-types/index.d.ts +51 -0
  157. package/package.json +10 -10
@@ -0,0 +1,22 @@
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 AuthSureIcon = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 172.62 172.62",
10
+ children: [
11
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
12
+ fill: "#56d2fe",
13
+ d: "M166.4,0H6.22v80.19c0,7.07.3,13.09,1.35,18.68L85.87,21.31l78.8,79.56c1.38-6.14,1.74-12.76,1.74-20.68V0Z"
14
+ }),
15
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
16
+ fill: "#0249af",
17
+ d: "M35.46,139.78c19.81,16.34,49.12,31.9,50.8,32.79v.05s.04-.02.05-.03c.01,0,.05.03.05.03v-.05c1.66-.88,30.01-15.93,49.79-31.95l-50.28-50.77-50.41,49.93Z"
18
+ })
19
+ ]
20
+ });
21
+ });
22
+ exports.AuthSureIcon = AuthSureIcon;
@@ -0,0 +1,22 @@
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 AuthSureIcon = component$((props) => {
5
+ return /* @__PURE__ */ jsxs(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 172.62 172.62",
8
+ children: [
9
+ /* @__PURE__ */ jsx("path", {
10
+ fill: "#56d2fe",
11
+ d: "M166.4,0H6.22v80.19c0,7.07.3,13.09,1.35,18.68L85.87,21.31l78.8,79.56c1.38-6.14,1.74-12.76,1.74-20.68V0Z"
12
+ }),
13
+ /* @__PURE__ */ jsx("path", {
14
+ fill: "#0249af",
15
+ d: "M35.46,139.78c19.81,16.34,49.12,31.9,50.8,32.79v.05s.04-.02.05-.03c.01,0,.05.03.05.03v-.05c1.66-.88,30.01-15.93,49.79-31.95l-50.28-50.77-50.41,49.93Z"
16
+ })
17
+ ]
18
+ });
19
+ });
20
+ export {
21
+ AuthSureIcon
22
+ };
@@ -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 AuthSureLogoDarkBg = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsx(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 723.43 172.62",
10
+ children: /* @__PURE__ */ jsxRuntime.jsx("g", {
11
+ id: "Layer_1",
12
+ "data-name": "Layer 1",
13
+ children: /* @__PURE__ */ jsxRuntime.jsxs("g", {
14
+ children: [
15
+ /* @__PURE__ */ jsxRuntime.jsxs("g", {
16
+ children: [
17
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
18
+ fill: "#56d2fe",
19
+ d: "M160.19,0H0v80.19c0,7.07.3,13.09,1.35,18.68L79.65,21.31l78.8,79.56c1.38-6.14,1.74-12.76,1.74-20.68V0Z"
20
+ }),
21
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
22
+ fill: "#0249af",
23
+ d: "M29.24,139.78c19.81,16.34,49.12,31.9,50.8,32.79v.05s.04-.02.05-.03c.01,0,.05.03.05.03v-.05c1.66-.88,30.01-15.93,49.79-31.95l-50.28-50.77-50.41,49.93Z"
24
+ })
25
+ ]
26
+ }),
27
+ /* @__PURE__ */ jsxRuntime.jsxs("g", {
28
+ children: [
29
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
30
+ fill: "#fff",
31
+ d: "M236.39,34.67c.66-1.05.92-1.84,1.71-1.84h.39c.66,0,1.05.79,1.58,1.84l42.96,90.26c.53,1.18,0,2.1-1.31,2.1h-7.62c-1.31,0-1.84-.53-2.63-2.1l-10.25-22.34h-45.85l-10.25,22.34c-.79,1.58-1.32,2.1-2.76,2.1h-7.62c-1.18,0-1.71-.92-1.18-2.1l42.83-90.26ZM257.68,93.66l-19.31-42.83h-.13l-19.31,42.83h38.76Z"
32
+ }),
33
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
34
+ fill: "#fff",
35
+ d: "M284.49,62.26c0-1.57.53-2.1,1.97-2.1h5.91c1.45,0,1.97.53,1.97,2.1v34.03c0,15.64,7.88,23.26,18.52,23.26,11.43,0,18.79-11.04,18.79-24.18v-33.11c0-1.57.52-2.1,1.97-2.1h5.91c1.44,0,1.97.53,1.97,2.1v62.67c0,1.58-.53,2.1-1.97,2.1h-3.29c-1.05,0-1.58-.53-2.23-2.1l-1.05-11.83c-2.76,5.26-9.59,15.37-22.47,15.37-14.06,0-26.01-8.54-26.01-29.56v-36.66Z"
36
+ }),
37
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
38
+ fill: "#fff",
39
+ d: "M359.25,68.31h-6.44c-1.58,0-2.1-.53-2.1-2.1v-3.94c0-1.71.53-2.1,2.1-2.1h6.44v-13.53c0-1.58.39-2.1,1.97-2.1h5.78c1.58,0,1.97.52,1.97,2.1v13.53h23.78c1.44,0,1.97.39,1.97,2.1v3.94c0,1.58-.4,2.1-1.97,2.1h-23.78v30.22c0,15.37,4.6,21.02,15.11,21.02,3.68,0,5.78-.26,9.07-1.97.66-.39,1.18-.53,1.44-.53.52,0,.92.39,1.18,1.58l.79,4.21c.39,1.31.26,1.84-.92,2.5-5.26,3.15-10.91,3.15-12.61,3.15-17.34,0-23.78-10.9-23.78-29.17v-31.01Z"
40
+ }),
41
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
42
+ fill: "#fff",
43
+ d: "M404.97,32.18c0-1.58.52-2.1,1.97-2.1h5.91c1.45,0,1.97.52,1.97,2.1v40.47c2.37-4.47,9.07-13.93,21.15-13.93,14.06,0,26.01,8.54,26.01,29.56v36.66c0,1.58-.52,2.1-1.97,2.1h-5.91c-1.44,0-1.97-.53-1.97-2.1v-34.03c0-15.64-7.88-23.26-18.52-23.26-11.43,0-18.79,11.04-18.79,24.18v33.11c0,1.58-.53,2.1-1.97,2.1h-5.91c-1.44,0-1.97-.53-1.97-2.1V32.18Z"
44
+ }),
45
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
46
+ fill: "#fff",
47
+ d: "M471.46,111.27c.53-.92.92-1.31,1.58-1.31.4,0,.79.13,1.44.53,8.41,5.78,19.31,8.8,29.17,8.8,12.09,0,24.7-3.94,24.7-17.61,0-10.91-9.86-14.45-27.07-16.82-14.32-1.97-31-6.31-31-23.78,0-10.12,7.62-27.46,33.1-27.46,13.53,0,22.34,3.94,32.32,9.99,1.45.79,1.18,1.58.66,2.89l-2.5,4.07c-.53.92-1.05,1.45-1.71,1.45-.26,0-.66-.13-1.18-.53-8.41-5.65-17.08-8.67-26.27-8.67-19.97,0-24.31,11.17-24.31,18,0,10.77,12.22,13.53,26.67,15.37,16.95,2.23,31.4,7.49,31.4,25.09,0,14.06-10.9,27.2-33.5,27.2-13.93,0-25.49-3.15-35.47-10.12-1.32-.79-1.32-1.45-.53-2.89l2.5-4.2Z"
48
+ }),
49
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
50
+ fill: "#fff",
51
+ d: "M545.17,62.26c0-1.57.53-2.1,1.97-2.1h5.91c1.45,0,1.97.53,1.97,2.1v34.03c0,15.64,7.88,23.26,18.53,23.26,11.43,0,18.79-11.04,18.79-24.18v-33.11c0-1.57.53-2.1,1.97-2.1h5.91c1.45,0,1.97.53,1.97,2.1v62.67c0,1.58-.53,2.1-1.97,2.1h-3.28c-1.05,0-1.58-.53-2.24-2.1l-1.05-11.83c-2.76,5.26-9.59,15.37-22.47,15.37-14.06,0-26.01-8.54-26.01-29.56v-36.66Z"
52
+ }),
53
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
54
+ fill: "#fff",
55
+ d: "M618.35,62.26c0-1.57.53-2.1,1.97-2.1h3.29c1.05,0,1.58.53,2.23,2.1l1.58,13.14c2.63-5.52,8.67-16.69,27.33-16.69,1.84,0,2.1.52,1.84,1.84l-.79,5.91c-.39,1.58-.79,1.97-2.37,1.97-17.08,0-25.23,11.96-25.23,24.18v32.32c0,1.58-.52,2.1-1.97,2.1h-5.91c-1.44,0-1.97-.53-1.97-2.1v-62.67Z"
56
+ }),
57
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
58
+ fill: "#fff",
59
+ d: "M664.48,97.08c.92,12.22,12.09,22.73,25.36,22.73,6.44,0,14.32-1.97,20.63-6.57.79-.39,1.18-.66,1.71-.66.39,0,.79.26,1.31.79l2.5,3.02c.92,1.18.92,1.97,0,2.89-6.18,6.04-16.82,9.2-26.54,9.2-19.84,0-35.08-15.63-35.08-34.82s15.24-34.95,34.43-34.95c20.49,0,32.45,16.55,32.45,36.26,0,1.58-.26,2.1-1.97,2.1h-54.79ZM664.74,90.25h46.38c-.53-11.82-9.07-23.26-22.47-23.26s-23.51,11.43-23.91,23.26Z"
60
+ })
61
+ ]
62
+ })
63
+ ]
64
+ })
65
+ })
66
+ });
67
+ });
68
+ exports.AuthSureLogoDarkBg = AuthSureLogoDarkBg;
@@ -0,0 +1,68 @@
1
+ import { jsx, jsxs } from "@builder.io/qwik/jsx-runtime";
2
+ import { component$ } from "@builder.io/qwik";
3
+ import { Svg } from "../svg.qwik.mjs";
4
+ const AuthSureLogoDarkBg = component$((props) => {
5
+ return /* @__PURE__ */ jsx(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 723.43 172.62",
8
+ children: /* @__PURE__ */ jsx("g", {
9
+ id: "Layer_1",
10
+ "data-name": "Layer 1",
11
+ children: /* @__PURE__ */ jsxs("g", {
12
+ children: [
13
+ /* @__PURE__ */ jsxs("g", {
14
+ children: [
15
+ /* @__PURE__ */ jsx("path", {
16
+ fill: "#56d2fe",
17
+ d: "M160.19,0H0v80.19c0,7.07.3,13.09,1.35,18.68L79.65,21.31l78.8,79.56c1.38-6.14,1.74-12.76,1.74-20.68V0Z"
18
+ }),
19
+ /* @__PURE__ */ jsx("path", {
20
+ fill: "#0249af",
21
+ d: "M29.24,139.78c19.81,16.34,49.12,31.9,50.8,32.79v.05s.04-.02.05-.03c.01,0,.05.03.05.03v-.05c1.66-.88,30.01-15.93,49.79-31.95l-50.28-50.77-50.41,49.93Z"
22
+ })
23
+ ]
24
+ }),
25
+ /* @__PURE__ */ jsxs("g", {
26
+ children: [
27
+ /* @__PURE__ */ jsx("path", {
28
+ fill: "#fff",
29
+ d: "M236.39,34.67c.66-1.05.92-1.84,1.71-1.84h.39c.66,0,1.05.79,1.58,1.84l42.96,90.26c.53,1.18,0,2.1-1.31,2.1h-7.62c-1.31,0-1.84-.53-2.63-2.1l-10.25-22.34h-45.85l-10.25,22.34c-.79,1.58-1.32,2.1-2.76,2.1h-7.62c-1.18,0-1.71-.92-1.18-2.1l42.83-90.26ZM257.68,93.66l-19.31-42.83h-.13l-19.31,42.83h38.76Z"
30
+ }),
31
+ /* @__PURE__ */ jsx("path", {
32
+ fill: "#fff",
33
+ d: "M284.49,62.26c0-1.57.53-2.1,1.97-2.1h5.91c1.45,0,1.97.53,1.97,2.1v34.03c0,15.64,7.88,23.26,18.52,23.26,11.43,0,18.79-11.04,18.79-24.18v-33.11c0-1.57.52-2.1,1.97-2.1h5.91c1.44,0,1.97.53,1.97,2.1v62.67c0,1.58-.53,2.1-1.97,2.1h-3.29c-1.05,0-1.58-.53-2.23-2.1l-1.05-11.83c-2.76,5.26-9.59,15.37-22.47,15.37-14.06,0-26.01-8.54-26.01-29.56v-36.66Z"
34
+ }),
35
+ /* @__PURE__ */ jsx("path", {
36
+ fill: "#fff",
37
+ d: "M359.25,68.31h-6.44c-1.58,0-2.1-.53-2.1-2.1v-3.94c0-1.71.53-2.1,2.1-2.1h6.44v-13.53c0-1.58.39-2.1,1.97-2.1h5.78c1.58,0,1.97.52,1.97,2.1v13.53h23.78c1.44,0,1.97.39,1.97,2.1v3.94c0,1.58-.4,2.1-1.97,2.1h-23.78v30.22c0,15.37,4.6,21.02,15.11,21.02,3.68,0,5.78-.26,9.07-1.97.66-.39,1.18-.53,1.44-.53.52,0,.92.39,1.18,1.58l.79,4.21c.39,1.31.26,1.84-.92,2.5-5.26,3.15-10.91,3.15-12.61,3.15-17.34,0-23.78-10.9-23.78-29.17v-31.01Z"
38
+ }),
39
+ /* @__PURE__ */ jsx("path", {
40
+ fill: "#fff",
41
+ d: "M404.97,32.18c0-1.58.52-2.1,1.97-2.1h5.91c1.45,0,1.97.52,1.97,2.1v40.47c2.37-4.47,9.07-13.93,21.15-13.93,14.06,0,26.01,8.54,26.01,29.56v36.66c0,1.58-.52,2.1-1.97,2.1h-5.91c-1.44,0-1.97-.53-1.97-2.1v-34.03c0-15.64-7.88-23.26-18.52-23.26-11.43,0-18.79,11.04-18.79,24.18v33.11c0,1.58-.53,2.1-1.97,2.1h-5.91c-1.44,0-1.97-.53-1.97-2.1V32.18Z"
42
+ }),
43
+ /* @__PURE__ */ jsx("path", {
44
+ fill: "#fff",
45
+ d: "M471.46,111.27c.53-.92.92-1.31,1.58-1.31.4,0,.79.13,1.44.53,8.41,5.78,19.31,8.8,29.17,8.8,12.09,0,24.7-3.94,24.7-17.61,0-10.91-9.86-14.45-27.07-16.82-14.32-1.97-31-6.31-31-23.78,0-10.12,7.62-27.46,33.1-27.46,13.53,0,22.34,3.94,32.32,9.99,1.45.79,1.18,1.58.66,2.89l-2.5,4.07c-.53.92-1.05,1.45-1.71,1.45-.26,0-.66-.13-1.18-.53-8.41-5.65-17.08-8.67-26.27-8.67-19.97,0-24.31,11.17-24.31,18,0,10.77,12.22,13.53,26.67,15.37,16.95,2.23,31.4,7.49,31.4,25.09,0,14.06-10.9,27.2-33.5,27.2-13.93,0-25.49-3.15-35.47-10.12-1.32-.79-1.32-1.45-.53-2.89l2.5-4.2Z"
46
+ }),
47
+ /* @__PURE__ */ jsx("path", {
48
+ fill: "#fff",
49
+ d: "M545.17,62.26c0-1.57.53-2.1,1.97-2.1h5.91c1.45,0,1.97.53,1.97,2.1v34.03c0,15.64,7.88,23.26,18.53,23.26,11.43,0,18.79-11.04,18.79-24.18v-33.11c0-1.57.53-2.1,1.97-2.1h5.91c1.45,0,1.97.53,1.97,2.1v62.67c0,1.58-.53,2.1-1.97,2.1h-3.28c-1.05,0-1.58-.53-2.24-2.1l-1.05-11.83c-2.76,5.26-9.59,15.37-22.47,15.37-14.06,0-26.01-8.54-26.01-29.56v-36.66Z"
50
+ }),
51
+ /* @__PURE__ */ jsx("path", {
52
+ fill: "#fff",
53
+ d: "M618.35,62.26c0-1.57.53-2.1,1.97-2.1h3.29c1.05,0,1.58.53,2.23,2.1l1.58,13.14c2.63-5.52,8.67-16.69,27.33-16.69,1.84,0,2.1.52,1.84,1.84l-.79,5.91c-.39,1.58-.79,1.97-2.37,1.97-17.08,0-25.23,11.96-25.23,24.18v32.32c0,1.58-.52,2.1-1.97,2.1h-5.91c-1.44,0-1.97-.53-1.97-2.1v-62.67Z"
54
+ }),
55
+ /* @__PURE__ */ jsx("path", {
56
+ fill: "#fff",
57
+ d: "M664.48,97.08c.92,12.22,12.09,22.73,25.36,22.73,6.44,0,14.32-1.97,20.63-6.57.79-.39,1.18-.66,1.71-.66.39,0,.79.26,1.31.79l2.5,3.02c.92,1.18.92,1.97,0,2.89-6.18,6.04-16.82,9.2-26.54,9.2-19.84,0-35.08-15.63-35.08-34.82s15.24-34.95,34.43-34.95c20.49,0,32.45,16.55,32.45,36.26,0,1.58-.26,2.1-1.97,2.1h-54.79ZM664.74,90.25h46.38c-.53-11.82-9.07-23.26-22.47-23.26s-23.51,11.43-23.91,23.26Z"
58
+ })
59
+ ]
60
+ })
61
+ ]
62
+ })
63
+ })
64
+ });
65
+ });
66
+ export {
67
+ AuthSureLogoDarkBg
68
+ };
@@ -0,0 +1,62 @@
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 AuthSureLogoLightBg = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 723.43 172.62",
10
+ children: [
11
+ /* @__PURE__ */ jsxRuntime.jsxs("g", {
12
+ children: [
13
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
14
+ fill: "#56d2fe",
15
+ d: "M160.19,0H0v80.19c0,7.07.3,13.09,1.35,18.68L79.65,21.31l78.8,79.56c1.38-6.14,1.74-12.76,1.74-20.68V0Z"
16
+ }),
17
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
18
+ fill: "#0249af",
19
+ d: "M29.24,139.78c19.81,16.34,49.12,31.9,50.8,32.79v.05s.04-.02.05-.03c.01,0,.05.03.05.03v-.05c1.66-.88,30.01-15.93,49.79-31.95l-50.28-50.77-50.41,49.93Z"
20
+ })
21
+ ]
22
+ }),
23
+ /* @__PURE__ */ jsxRuntime.jsxs("g", {
24
+ children: [
25
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
26
+ fill: "#404041",
27
+ d: "M237.39,34.67c.66-1.05.92-1.84,1.71-1.84h.39c.66,0,1.05.79,1.58,1.84l42.96,90.26c.53,1.18,0,2.1-1.31,2.1h-7.62c-1.31,0-1.84-.53-2.63-2.1l-10.25-22.34h-45.85l-10.25,22.34c-.79,1.58-1.32,2.1-2.76,2.1h-7.62c-1.18,0-1.71-.92-1.18-2.1l42.83-90.26ZM258.68,93.66l-19.31-42.83h-.13l-19.31,42.83h38.76Z"
28
+ }),
29
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
30
+ fill: "#404041",
31
+ d: "M285.49,62.26c0-1.57.53-2.1,1.97-2.1h5.91c1.45,0,1.97.53,1.97,2.1v34.03c0,15.64,7.88,23.26,18.52,23.26,11.43,0,18.79-11.04,18.79-24.18v-33.11c0-1.57.52-2.1,1.97-2.1h5.91c1.44,0,1.97.53,1.97,2.1v62.67c0,1.58-.53,2.1-1.97,2.1h-3.29c-1.05,0-1.58-.53-2.23-2.1l-1.05-11.83c-2.76,5.26-9.59,15.37-22.47,15.37-14.06,0-26.01-8.54-26.01-29.56v-36.66Z"
32
+ }),
33
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
34
+ fill: "#404041",
35
+ d: "M360.25,68.31h-6.44c-1.58,0-2.1-.53-2.1-2.1v-3.94c0-1.71.53-2.1,2.1-2.1h6.44v-13.53c0-1.58.39-2.1,1.97-2.1h5.78c1.58,0,1.97.52,1.97,2.1v13.53h23.78c1.44,0,1.97.39,1.97,2.1v3.94c0,1.58-.4,2.1-1.97,2.1h-23.78v30.22c0,15.37,4.6,21.02,15.11,21.02,3.68,0,5.78-.26,9.07-1.97.66-.39,1.18-.53,1.44-.53.52,0,.92.39,1.18,1.58l.79,4.21c.39,1.31.26,1.84-.92,2.5-5.26,3.15-10.91,3.15-12.61,3.15-17.34,0-23.78-10.9-23.78-29.17v-31.01Z"
36
+ }),
37
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
38
+ fill: "#404041",
39
+ d: "M405.97,32.18c0-1.58.52-2.1,1.97-2.1h5.91c1.45,0,1.97.52,1.97,2.1v40.47c2.37-4.47,9.07-13.93,21.15-13.93,14.06,0,26.01,8.54,26.01,29.56v36.66c0,1.58-.52,2.1-1.97,2.1h-5.91c-1.44,0-1.97-.53-1.97-2.1v-34.03c0-15.64-7.88-23.26-18.52-23.26-11.43,0-18.79,11.04-18.79,24.18v33.11c0,1.58-.53,2.1-1.97,2.1h-5.91c-1.44,0-1.97-.53-1.97-2.1V32.18Z"
40
+ }),
41
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
42
+ fill: "#404041",
43
+ d: "M472.46,111.27c.53-.92.92-1.31,1.58-1.31.4,0,.79.13,1.44.53,8.41,5.78,19.31,8.8,29.17,8.8,12.09,0,24.7-3.94,24.7-17.61,0-10.91-9.86-14.45-27.07-16.82-14.32-1.97-31-6.31-31-23.78,0-10.12,7.62-27.46,33.1-27.46,13.53,0,22.34,3.94,32.32,9.99,1.45.79,1.18,1.58.66,2.89l-2.5,4.07c-.53.92-1.05,1.45-1.71,1.45-.26,0-.66-.13-1.18-.53-8.41-5.65-17.08-8.67-26.27-8.67-19.97,0-24.31,11.17-24.31,18,0,10.77,12.22,13.53,26.67,15.37,16.95,2.23,31.4,7.49,31.4,25.09,0,14.06-10.9,27.2-33.5,27.2-13.93,0-25.49-3.15-35.47-10.12-1.32-.79-1.32-1.45-.53-2.89l2.5-4.2Z"
44
+ }),
45
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
46
+ fill: "#404041",
47
+ d: "M546.17,62.26c0-1.57.53-2.1,1.97-2.1h5.91c1.45,0,1.97.53,1.97,2.1v34.03c0,15.64,7.88,23.26,18.53,23.26,11.43,0,18.79-11.04,18.79-24.18v-33.11c0-1.57.53-2.1,1.97-2.1h5.91c1.45,0,1.97.53,1.97,2.1v62.67c0,1.58-.53,2.1-1.97,2.1h-3.28c-1.05,0-1.58-.53-2.24-2.1l-1.05-11.83c-2.76,5.26-9.59,15.37-22.47,15.37-14.06,0-26.01-8.54-26.01-29.56v-36.66Z"
48
+ }),
49
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
50
+ fill: "#404041",
51
+ d: "M619.35,62.26c0-1.57.53-2.1,1.97-2.1h3.29c1.05,0,1.58.53,2.23,2.1l1.58,13.14c2.63-5.52,8.67-16.69,27.33-16.69,1.84,0,2.1.52,1.84,1.84l-.79,5.91c-.39,1.58-.79,1.97-2.37,1.97-17.08,0-25.23,11.96-25.23,24.18v32.32c0,1.58-.52,2.1-1.97,2.1h-5.91c-1.44,0-1.97-.53-1.97-2.1v-62.67Z"
52
+ }),
53
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
54
+ fill: "#404041",
55
+ d: "M665.48,97.08c.92,12.22,12.09,22.73,25.36,22.73,6.44,0,14.32-1.97,20.63-6.57.79-.39,1.18-.66,1.71-.66.39,0,.79.26,1.31.79l2.5,3.02c.92,1.18.92,1.97,0,2.89-6.18,6.04-16.82,9.2-26.54,9.2-19.84,0-35.08-15.63-35.08-34.82s15.24-34.95,34.43-34.95c20.49,0,32.45,16.55,32.45,36.26,0,1.58-.26,2.1-1.97,2.1h-54.79ZM665.74,90.25h46.38c-.53-11.82-9.07-23.26-22.47-23.26s-23.51,11.43-23.91,23.26Z"
56
+ })
57
+ ]
58
+ })
59
+ ]
60
+ });
61
+ });
62
+ exports.AuthSureLogoLightBg = AuthSureLogoLightBg;
@@ -0,0 +1,62 @@
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 AuthSureLogoLightBg = component$((props) => {
5
+ return /* @__PURE__ */ jsxs(Svg, {
6
+ ...props,
7
+ viewBox: "0 0 723.43 172.62",
8
+ children: [
9
+ /* @__PURE__ */ jsxs("g", {
10
+ children: [
11
+ /* @__PURE__ */ jsx("path", {
12
+ fill: "#56d2fe",
13
+ d: "M160.19,0H0v80.19c0,7.07.3,13.09,1.35,18.68L79.65,21.31l78.8,79.56c1.38-6.14,1.74-12.76,1.74-20.68V0Z"
14
+ }),
15
+ /* @__PURE__ */ jsx("path", {
16
+ fill: "#0249af",
17
+ d: "M29.24,139.78c19.81,16.34,49.12,31.9,50.8,32.79v.05s.04-.02.05-.03c.01,0,.05.03.05.03v-.05c1.66-.88,30.01-15.93,49.79-31.95l-50.28-50.77-50.41,49.93Z"
18
+ })
19
+ ]
20
+ }),
21
+ /* @__PURE__ */ jsxs("g", {
22
+ children: [
23
+ /* @__PURE__ */ jsx("path", {
24
+ fill: "#404041",
25
+ d: "M237.39,34.67c.66-1.05.92-1.84,1.71-1.84h.39c.66,0,1.05.79,1.58,1.84l42.96,90.26c.53,1.18,0,2.1-1.31,2.1h-7.62c-1.31,0-1.84-.53-2.63-2.1l-10.25-22.34h-45.85l-10.25,22.34c-.79,1.58-1.32,2.1-2.76,2.1h-7.62c-1.18,0-1.71-.92-1.18-2.1l42.83-90.26ZM258.68,93.66l-19.31-42.83h-.13l-19.31,42.83h38.76Z"
26
+ }),
27
+ /* @__PURE__ */ jsx("path", {
28
+ fill: "#404041",
29
+ d: "M285.49,62.26c0-1.57.53-2.1,1.97-2.1h5.91c1.45,0,1.97.53,1.97,2.1v34.03c0,15.64,7.88,23.26,18.52,23.26,11.43,0,18.79-11.04,18.79-24.18v-33.11c0-1.57.52-2.1,1.97-2.1h5.91c1.44,0,1.97.53,1.97,2.1v62.67c0,1.58-.53,2.1-1.97,2.1h-3.29c-1.05,0-1.58-.53-2.23-2.1l-1.05-11.83c-2.76,5.26-9.59,15.37-22.47,15.37-14.06,0-26.01-8.54-26.01-29.56v-36.66Z"
30
+ }),
31
+ /* @__PURE__ */ jsx("path", {
32
+ fill: "#404041",
33
+ d: "M360.25,68.31h-6.44c-1.58,0-2.1-.53-2.1-2.1v-3.94c0-1.71.53-2.1,2.1-2.1h6.44v-13.53c0-1.58.39-2.1,1.97-2.1h5.78c1.58,0,1.97.52,1.97,2.1v13.53h23.78c1.44,0,1.97.39,1.97,2.1v3.94c0,1.58-.4,2.1-1.97,2.1h-23.78v30.22c0,15.37,4.6,21.02,15.11,21.02,3.68,0,5.78-.26,9.07-1.97.66-.39,1.18-.53,1.44-.53.52,0,.92.39,1.18,1.58l.79,4.21c.39,1.31.26,1.84-.92,2.5-5.26,3.15-10.91,3.15-12.61,3.15-17.34,0-23.78-10.9-23.78-29.17v-31.01Z"
34
+ }),
35
+ /* @__PURE__ */ jsx("path", {
36
+ fill: "#404041",
37
+ d: "M405.97,32.18c0-1.58.52-2.1,1.97-2.1h5.91c1.45,0,1.97.52,1.97,2.1v40.47c2.37-4.47,9.07-13.93,21.15-13.93,14.06,0,26.01,8.54,26.01,29.56v36.66c0,1.58-.52,2.1-1.97,2.1h-5.91c-1.44,0-1.97-.53-1.97-2.1v-34.03c0-15.64-7.88-23.26-18.52-23.26-11.43,0-18.79,11.04-18.79,24.18v33.11c0,1.58-.53,2.1-1.97,2.1h-5.91c-1.44,0-1.97-.53-1.97-2.1V32.18Z"
38
+ }),
39
+ /* @__PURE__ */ jsx("path", {
40
+ fill: "#404041",
41
+ d: "M472.46,111.27c.53-.92.92-1.31,1.58-1.31.4,0,.79.13,1.44.53,8.41,5.78,19.31,8.8,29.17,8.8,12.09,0,24.7-3.94,24.7-17.61,0-10.91-9.86-14.45-27.07-16.82-14.32-1.97-31-6.31-31-23.78,0-10.12,7.62-27.46,33.1-27.46,13.53,0,22.34,3.94,32.32,9.99,1.45.79,1.18,1.58.66,2.89l-2.5,4.07c-.53.92-1.05,1.45-1.71,1.45-.26,0-.66-.13-1.18-.53-8.41-5.65-17.08-8.67-26.27-8.67-19.97,0-24.31,11.17-24.31,18,0,10.77,12.22,13.53,26.67,15.37,16.95,2.23,31.4,7.49,31.4,25.09,0,14.06-10.9,27.2-33.5,27.2-13.93,0-25.49-3.15-35.47-10.12-1.32-.79-1.32-1.45-.53-2.89l2.5-4.2Z"
42
+ }),
43
+ /* @__PURE__ */ jsx("path", {
44
+ fill: "#404041",
45
+ d: "M546.17,62.26c0-1.57.53-2.1,1.97-2.1h5.91c1.45,0,1.97.53,1.97,2.1v34.03c0,15.64,7.88,23.26,18.53,23.26,11.43,0,18.79-11.04,18.79-24.18v-33.11c0-1.57.53-2.1,1.97-2.1h5.91c1.45,0,1.97.53,1.97,2.1v62.67c0,1.58-.53,2.1-1.97,2.1h-3.28c-1.05,0-1.58-.53-2.24-2.1l-1.05-11.83c-2.76,5.26-9.59,15.37-22.47,15.37-14.06,0-26.01-8.54-26.01-29.56v-36.66Z"
46
+ }),
47
+ /* @__PURE__ */ jsx("path", {
48
+ fill: "#404041",
49
+ d: "M619.35,62.26c0-1.57.53-2.1,1.97-2.1h3.29c1.05,0,1.58.53,2.23,2.1l1.58,13.14c2.63-5.52,8.67-16.69,27.33-16.69,1.84,0,2.1.52,1.84,1.84l-.79,5.91c-.39,1.58-.79,1.97-2.37,1.97-17.08,0-25.23,11.96-25.23,24.18v32.32c0,1.58-.52,2.1-1.97,2.1h-5.91c-1.44,0-1.97-.53-1.97-2.1v-62.67Z"
50
+ }),
51
+ /* @__PURE__ */ jsx("path", {
52
+ fill: "#404041",
53
+ d: "M665.48,97.08c.92,12.22,12.09,22.73,25.36,22.73,6.44,0,14.32-1.97,20.63-6.57.79-.39,1.18-.66,1.71-.66.39,0,.79.26,1.31.79l2.5,3.02c.92,1.18.92,1.97,0,2.89-6.18,6.04-16.82,9.2-26.54,9.2-19.84,0-35.08-15.63-35.08-34.82s15.24-34.95,34.43-34.95c20.49,0,32.45,16.55,32.45,36.26,0,1.58-.26,2.1-1.97,2.1h-54.79ZM665.74,90.25h46.38c-.53-11.82-9.07-23.26-22.47-23.26s-23.51,11.43-23.91,23.26Z"
54
+ })
55
+ ]
56
+ })
57
+ ]
58
+ });
59
+ });
60
+ export {
61
+ AuthSureLogoLightBg
62
+ };
@@ -0,0 +1,198 @@
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 AuthSureLogoTaglineDarkBg = qwik.component$((props) => {
7
+ return /* @__PURE__ */ jsxRuntime.jsxs(svg.Svg, {
8
+ ...props,
9
+ viewBox: "0 0 723.43 172.62",
10
+ children: [
11
+ /* @__PURE__ */ jsxRuntime.jsxs("g", {
12
+ children: [
13
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
14
+ fill: "#56d2fe",
15
+ d: "M111.09,53.05l47.36,47.81c1.38-6.14,1.74-12.76,1.74-20.68V0H0v80.19c0,7.07.3,13.09,1.35,18.68L79.65,21.31l31.44,31.75"
16
+ }),
17
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
18
+ fill: "#0249af",
19
+ d: "M29.24,139.78c19.81,16.34,49.12,31.9,50.8,32.79v.05s.04-.02.05-.03c.01,0,.05.03.05.03v-.05c1.66-.88,30.01-15.93,49.79-31.95l-50.28-50.77-50.41,49.93Z"
20
+ })
21
+ ]
22
+ }),
23
+ /* @__PURE__ */ jsxRuntime.jsxs("g", {
24
+ children: [
25
+ /* @__PURE__ */ jsxRuntime.jsxs("g", {
26
+ children: [
27
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
28
+ fill: "#fff",
29
+ d: "M231.08,6.28c.66-1.05.92-1.84,1.71-1.84h.39c.66,0,1.05.79,1.58,1.84l42.96,90.26c.53,1.18,0,2.1-1.31,2.1h-7.62c-1.31,0-1.84-.53-2.63-2.1l-10.25-22.34h-45.85l-10.25,22.34c-.79,1.58-1.32,2.1-2.76,2.1h-7.62c-1.18,0-1.71-.92-1.18-2.1L231.08,6.28ZM252.36,65.27l-19.31-42.83h-.13l-19.31,42.83h38.76Z"
30
+ }),
31
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
32
+ fill: "#fff",
33
+ d: "M279.17,33.87c0-1.57.53-2.1,1.97-2.1h5.91c1.45,0,1.97.53,1.97,2.1v34.03c0,15.64,7.88,23.26,18.52,23.26,11.43,0,18.79-11.04,18.79-24.18v-33.11c0-1.57.52-2.1,1.97-2.1h5.91c1.44,0,1.97.53,1.97,2.1v62.67c0,1.58-.53,2.1-1.97,2.1h-3.29c-1.05,0-1.58-.53-2.23-2.1l-1.05-11.83c-2.76,5.26-9.59,15.37-22.47,15.37-14.06,0-26.01-8.54-26.01-29.56v-36.66Z"
34
+ }),
35
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
36
+ fill: "#fff",
37
+ d: "M353.93,39.91h-6.44c-1.58,0-2.1-.53-2.1-2.1v-3.94c0-1.71.53-2.1,2.1-2.1h6.44v-13.53c0-1.58.39-2.1,1.97-2.1h5.78c1.58,0,1.97.52,1.97,2.1v13.53h23.78c1.44,0,1.97.39,1.97,2.1v3.94c0,1.58-.4,2.1-1.97,2.1h-23.78v30.22c0,15.37,4.6,21.02,15.11,21.02,3.68,0,5.78-.26,9.07-1.97.66-.39,1.18-.53,1.44-.53.52,0,.92.39,1.18,1.58l.79,4.21c.39,1.31.26,1.84-.92,2.49-5.26,3.15-10.91,3.15-12.61,3.15-17.34,0-23.78-10.9-23.78-29.17v-31.01Z"
38
+ }),
39
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
40
+ fill: "#fff",
41
+ d: "M399.66,3.78c0-1.58.52-2.1,1.97-2.1h5.91c1.45,0,1.97.52,1.97,2.1v40.47c2.37-4.47,9.07-13.93,21.15-13.93,14.06,0,26.01,8.54,26.01,29.56v36.66c0,1.58-.52,2.1-1.97,2.1h-5.91c-1.44,0-1.97-.53-1.97-2.1v-34.03c0-15.64-7.88-23.26-18.52-23.26-11.43,0-18.79,11.04-18.79,24.18v33.11c0,1.58-.53,2.1-1.97,2.1h-5.91c-1.44,0-1.97-.53-1.97-2.1V3.78Z"
42
+ }),
43
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
44
+ fill: "#fff",
45
+ d: "M466.14,82.88c.53-.92.92-1.31,1.58-1.31.4,0,.79.13,1.44.53,8.41,5.78,19.31,8.8,29.17,8.8,12.09,0,24.7-3.94,24.7-17.61,0-10.91-9.86-14.45-27.07-16.82-14.32-1.97-31-6.31-31-23.78,0-10.12,7.62-27.46,33.1-27.46,13.53,0,22.34,3.94,32.32,9.99,1.45.79,1.18,1.58.66,2.89l-2.5,4.07c-.53.92-1.05,1.45-1.71,1.45-.26,0-.66-.13-1.18-.53-8.41-5.65-17.08-8.67-26.27-8.67-19.97,0-24.31,11.17-24.31,18,0,10.77,12.22,13.53,26.67,15.37,16.95,2.23,31.4,7.49,31.4,25.09,0,14.06-10.9,27.2-33.5,27.2-13.93,0-25.49-3.15-35.47-10.12-1.32-.79-1.32-1.45-.53-2.89l2.5-4.2Z"
46
+ }),
47
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
48
+ fill: "#fff",
49
+ d: "M539.86,33.87c0-1.57.53-2.1,1.97-2.1h5.91c1.45,0,1.97.53,1.97,2.1v34.03c0,15.64,7.88,23.26,18.53,23.26,11.43,0,18.79-11.04,18.79-24.18v-33.11c0-1.57.53-2.1,1.97-2.1h5.91c1.45,0,1.97.53,1.97,2.1v62.67c0,1.58-.53,2.1-1.97,2.1h-3.28c-1.05,0-1.58-.53-2.24-2.1l-1.05-11.83c-2.76,5.26-9.59,15.37-22.47,15.37-14.06,0-26.01-8.54-26.01-29.56v-36.66Z"
50
+ }),
51
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
52
+ fill: "#fff",
53
+ d: "M613.04,33.87c0-1.57.53-2.1,1.97-2.1h3.29c1.05,0,1.58.53,2.23,2.1l1.58,13.14c2.63-5.52,8.67-16.69,27.33-16.69,1.84,0,2.1.52,1.84,1.84l-.79,5.91c-.39,1.58-.79,1.97-2.37,1.97-17.08,0-25.23,11.96-25.23,24.18v32.32c0,1.58-.52,2.1-1.97,2.1h-5.91c-1.44,0-1.97-.53-1.97-2.1v-62.67Z"
54
+ }),
55
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
56
+ fill: "#fff",
57
+ d: "M659.16,68.69c.92,12.22,12.09,22.73,25.36,22.73,6.44,0,14.32-1.97,20.63-6.57.79-.39,1.18-.66,1.71-.66.39,0,.79.26,1.31.79l2.5,3.02c.92,1.18.92,1.97,0,2.89-6.18,6.04-16.82,9.2-26.54,9.2-19.84,0-35.08-15.63-35.08-34.82s15.24-34.95,34.43-34.95c20.49,0,32.45,16.55,32.45,36.26,0,1.58-.26,2.1-1.97,2.1h-54.79ZM659.42,61.85h46.38c-.53-11.82-9.07-23.26-22.47-23.26s-23.51,11.43-23.91,23.26Z"
58
+ })
59
+ ]
60
+ }),
61
+ /* @__PURE__ */ jsxRuntime.jsxs("g", {
62
+ children: [
63
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
64
+ fill: "#fff",
65
+ d: "M181.21,136.67c.14-.24.24-.34.41-.34.1,0,.21.03.38.14,2.21,1.52,5.08,2.32,7.67,2.32,3.18,0,6.49-1.04,6.49-4.63,0-2.87-2.59-3.8-7.12-4.42-3.77-.52-8.15-1.66-8.15-6.25,0-2.66,2-7.22,8.71-7.22,3.56,0,5.87,1.04,8.5,2.62.38.21.31.42.17.76l-.66,1.07c-.14.24-.28.38-.45.38-.07,0-.17-.03-.31-.14-2.21-1.49-4.49-2.28-6.91-2.28-5.25,0-6.39,2.94-6.39,4.73,0,2.83,3.21,3.56,7.01,4.04,4.46.59,8.26,1.97,8.26,6.6,0,3.7-2.87,7.15-8.81,7.15-3.66,0-6.7-.83-9.33-2.66-.34-.21-.34-.38-.14-.76l.66-1.1Z"
66
+ }),
67
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
68
+ fill: "#fff",
69
+ d: "M203.29,132.94c.24,3.21,3.18,5.98,6.67,5.98,1.69,0,3.77-.52,5.42-1.73.21-.1.31-.17.45-.17.1,0,.21.07.35.21l.66.79c.24.31.24.52,0,.76-1.62,1.59-4.42,2.42-6.98,2.42-5.22,0-9.22-4.11-9.22-9.16s4.01-9.19,9.05-9.19c5.39,0,8.53,4.35,8.53,9.53,0,.41-.07.55-.52.55h-14.41ZM203.35,131.14h12.2c-.14-3.11-2.39-6.11-5.91-6.11s-6.18,3.01-6.29,6.11Z"
70
+ }),
71
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
72
+ fill: "#fff",
73
+ d: "M232.92,137.91c-.93,1.28-3.21,3.28-6.94,3.28-3.32,0-6.15-2.04-6.15-5.74s2.83-5.6,7.08-5.6c1.83,0,3.84.49,5.6,1.21,0-4.35-1.28-5.94-4.9-5.94-2.21,0-4.01.31-5.32.55-.07.04-.17.04-.21.04-.28,0-.38-.17-.45-.52l-.28-1.03c-.1-.38,0-.55.41-.69.41-.1,3.28-.62,5.94-.62,5.8,0,7.39,2.59,7.39,8.29v9.12c0,.41-.14.55-.52.55h-1c-.28,0-.41-.14-.52-.55l-.14-2.35ZM232.51,133.04c-1.76-.72-3.11-1.24-5.08-1.24-3.28,0-5.01,1.31-5.01,3.66,0,2.14,1.55,3.7,4.35,3.7,2.38,0,4.63-1.62,5.73-3.25v-2.87Z"
74
+ }),
75
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
76
+ fill: "#fff",
77
+ d: "M239.17,123.78c0-.41.14-.55.52-.55h.86c.28,0,.42.14.59.55l.27,3.21c.62-1.45,2.21-4.15,5.49-4.15s5.22,2.59,5.84,4.25c.69-1.55,2.52-4.25,5.8-4.25s6.5,2.25,6.5,7.77v9.64c0,.41-.1.55-.52.55h-1.55c-.35,0-.52-.14-.52-.55v-8.95c0-4.11-2.07-6.12-4.53-6.12s-4.52,2.39-4.52,6.18v8.88c0,.41-.1.55-.52.55h-1.56c-.34,0-.52-.14-.52-.55v-8.95c0-3.63-1.69-6.12-4.53-6.12s-4.52,2.7-4.52,6.36v8.71c0,.41-.14.55-.52.55h-1.56c-.38,0-.52-.14-.52-.55v-16.48Z"
78
+ }),
79
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
80
+ fill: "#fff",
81
+ d: "M269.91,140.81c-.41,0-.55-.14-.55-.55v-24.39c0-.41.14-.55.55-.55h1.52c.41,0,.52.14.52.55v24.39c0,.41-.1.55-.52.55h-1.52Z"
82
+ }),
83
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
84
+ fill: "#fff",
85
+ d: "M278.1,132.94c.24,3.21,3.18,5.98,6.67,5.98,1.69,0,3.77-.52,5.42-1.73.21-.1.31-.17.45-.17.1,0,.21.07.35.21l.66.79c.24.31.24.52,0,.76-1.62,1.59-4.42,2.42-6.98,2.42-5.21,0-9.22-4.11-9.22-9.16s4.01-9.19,9.05-9.19c5.39,0,8.53,4.35,8.53,9.53,0,.41-.07.55-.52.55h-14.41ZM278.17,131.14h12.2c-.14-3.11-2.39-6.11-5.91-6.11s-6.18,3.01-6.29,6.11Z"
86
+ }),
87
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
88
+ fill: "#fff",
89
+ d: "M294.99,137.36c.1-.21.21-.38.38-.38.1,0,.24.07.38.17,1.52,1.07,3.56,1.94,5.84,1.94,3.35,0,4.73-1.45,4.73-3.21,0-1.52-1.73-2.32-4.87-2.76-3.42-.45-6.7-1.24-6.7-4.87,0-3.28,2.56-5.39,6.63-5.39,1.8,0,4.18.45,6.6,1.93.41.24.34.45.17.76l-.45.83c-.1.24-.24.38-.41.38-.1,0-.21-.04-.35-.14-1.86-1.14-3.18-1.66-5.42-1.66-2.9,0-4.32,1.24-4.32,3.14s1.73,2.25,4.87,2.7c3.42.48,6.74,1.59,6.74,4.94s-2.62,5.46-7.08,5.46c-1.83,0-4.56-.52-7.12-2.21-.31-.21-.31-.38-.1-.76l.48-.86Z"
90
+ }),
91
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
92
+ fill: "#fff",
93
+ d: "M310.81,137.36c.1-.21.21-.38.38-.38.1,0,.24.07.38.17,1.52,1.07,3.56,1.94,5.84,1.94,3.35,0,4.73-1.45,4.73-3.21,0-1.52-1.73-2.32-4.87-2.76-3.42-.45-6.7-1.24-6.7-4.87,0-3.28,2.55-5.39,6.63-5.39,1.8,0,4.18.45,6.6,1.93.41.24.34.45.17.76l-.45.83c-.1.24-.24.38-.42.38-.1,0-.21-.04-.35-.14-1.86-1.14-3.18-1.66-5.42-1.66-2.9,0-4.32,1.24-4.32,3.14s1.73,2.25,4.87,2.7c3.42.48,6.74,1.59,6.74,4.94s-2.62,5.46-7.08,5.46c-1.83,0-4.56-.52-7.12-2.21-.31-.21-.31-.38-.1-.76l.48-.86Z"
94
+ }),
95
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
96
+ fill: "#fff",
97
+ d: "M335.54,140.81c-.41,0-.55-.14-.55-.55v-23.08c0-.41.14-.55.55-.55h1.66c.42,0,.52.14.52.55v23.08c0,.41-.1.55-.52.55h-1.66Z"
98
+ }),
99
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
100
+ fill: "#fff",
101
+ d: "M355.99,137.05c-.86,1.31-2.73,4.15-6.8,4.15-4.84,0-7.98-4.18-7.98-9.19s3.15-9.15,7.98-9.15c4.07,0,5.98,3.07,6.39,4.04v-11.02c0-.41.14-.55.52-.55h1.56c.38,0,.52.14.52.55v24.39c0,.41-.14.55-.52.55h-.8c-.31,0-.45-.14-.59-.55l-.28-3.21ZM349.7,138.88c3.59,0,5.91-3.42,5.91-6.84s-2.32-6.84-5.91-6.84-5.91,3.25-5.91,6.81c0,3.84,2.28,6.87,5.91,6.87Z"
102
+ }),
103
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
104
+ fill: "#fff",
105
+ d: "M364,132.94c.24,3.21,3.18,5.98,6.66,5.98,1.69,0,3.77-.52,5.43-1.73.21-.1.31-.17.45-.17.1,0,.21.07.35.21l.65.79c.25.31.25.52,0,.76-1.62,1.59-4.42,2.42-6.98,2.42-5.21,0-9.22-4.11-9.22-9.16s4.01-9.19,9.05-9.19c5.39,0,8.54,4.35,8.54,9.53,0,.41-.07.55-.52.55h-14.4ZM364.07,131.14h12.2c-.14-3.11-2.39-6.11-5.91-6.11s-6.18,3.01-6.29,6.11Z"
106
+ }),
107
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
108
+ fill: "#fff",
109
+ d: "M382.1,123.78c0-.41.14-.55.52-.55h.86c.28,0,.42.14.59.55l.28,3.11c.72-1.38,2.52-4.04,5.9-4.04,3.7,0,6.84,2.25,6.84,7.77v9.64c0,.41-.14.55-.52.55h-1.55c-.38,0-.52-.14-.52-.55v-8.95c0-4.11-2.08-6.12-4.87-6.12-3.01,0-4.94,2.9-4.94,6.36v8.71c0,.41-.14.55-.52.55h-1.55c-.38,0-.52-.14-.52-.55v-16.48Z"
110
+ }),
111
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
112
+ fill: "#fff",
113
+ d: "M401.69,125.37h-1.69c-.42,0-.55-.14-.55-.55v-1.04c0-.45.14-.55.55-.55h1.69v-3.56c0-.41.1-.55.52-.55h1.52c.41,0,.52.14.52.55v3.56h6.26c.38,0,.52.1.52.55v1.04c0,.41-.1.55-.52.55h-6.26v7.95c0,4.04,1.21,5.53,3.97,5.53.97,0,1.52-.07,2.39-.52.17-.1.31-.14.38-.14.14,0,.24.1.31.41l.21,1.11c.1.35.07.48-.25.66-1.38.83-2.86.83-3.31.83-4.56,0-6.25-2.87-6.25-7.67v-8.15Z"
114
+ }),
115
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
116
+ fill: "#fff",
117
+ d: "M414.71,117.46c0-1,.8-1.8,1.8-1.8s1.83.8,1.83,1.8-.83,1.8-1.83,1.8-1.8-.79-1.8-1.8ZM415.78,140.81c-.41,0-.52-.14-.52-.55v-16.48c0-.41.11-.55.52-.55h1.52c.45,0,.55.14.55.55v16.48c0,.41-.14.55-.55.55h-1.52Z"
118
+ }),
119
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
120
+ fill: "#fff",
121
+ d: "M424,125.37h-1.69c-.41,0-.55-.14-.55-.55v-1.04c0-.45.14-.55.55-.55h1.69v-3.56c0-.41.1-.55.52-.55h1.52c.41,0,.52.14.52.55v3.56h6.26c.38,0,.52.1.52.55v1.04c0,.41-.1.55-.52.55h-6.26v7.95c0,4.04,1.21,5.53,3.97,5.53.97,0,1.52-.07,2.39-.52.17-.1.31-.14.38-.14.14,0,.24.1.31.41l.21,1.11c.1.35.07.48-.24.66-1.38.83-2.86.83-3.31.83-4.56,0-6.25-2.87-6.25-7.67v-8.15Z"
122
+ }),
123
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
124
+ fill: "#fff",
125
+ d: "M440.92,139.92l-7.22-16.13c-.18-.41-.11-.55.27-.55h1.8c.35,0,.48.1.69.55l5.84,13.2h.03l5.77-13.2c.21-.45.38-.55.73-.55h1.76c.38,0,.49.14.28.55l-10.47,23.53c-.21.45-.38.55-.73.55h-1.76c-.38,0-.48-.14-.28-.55l3.28-7.39Z"
126
+ }),
127
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
128
+ fill: "#fff",
129
+ d: "M450.87,145.55c-.1-.14-.1-.24.1-.38,1.8-1.14,2.66-2.66,2.83-4.15h-.24c-1.1-.04-1.97-.9-1.97-2s.83-2.04,2-2.04,2.11.93,2.11,2.59c0,3.28-1.59,5.46-3.98,6.77-.07.03-.17.07-.24.07s-.11-.04-.17-.1l-.45-.76Z"
130
+ }),
131
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
132
+ fill: "#fff",
133
+ d: "M475.39,116.53c.17-.28.24-.48.45-.48h.1c.17,0,.28.21.42.48l11.3,23.73c.14.31,0,.55-.35.55h-2.01c-.35,0-.48-.14-.69-.55l-2.69-5.88h-12.06l-2.69,5.88c-.21.41-.35.55-.72.55h-2.01c-.31,0-.45-.24-.31-.55l11.26-23.73ZM480.99,132.04l-5.08-11.26h-.03l-5.08,11.26h10.19Z"
134
+ }),
135
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
136
+ fill: "#fff",
137
+ d: "M488.62,137.36c.1-.21.2-.38.38-.38.1,0,.24.07.38.17,1.52,1.07,3.56,1.94,5.84,1.94,3.35,0,4.73-1.45,4.73-3.21,0-1.52-1.73-2.32-4.87-2.76-3.42-.45-6.71-1.24-6.71-4.87,0-3.28,2.56-5.39,6.63-5.39,1.8,0,4.18.45,6.6,1.93.41.24.35.45.17.76l-.45.83c-.1.24-.24.38-.41.38-.1,0-.21-.04-.35-.14-1.87-1.14-3.18-1.66-5.43-1.66-2.9,0-4.32,1.24-4.32,3.14s1.73,2.25,4.87,2.7c3.42.48,6.74,1.59,6.74,4.94s-2.63,5.46-7.08,5.46c-1.83,0-4.56-.52-7.12-2.21-.31-.21-.31-.38-.1-.76l.49-.86Z"
138
+ }),
139
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
140
+ fill: "#fff",
141
+ d: "M504.44,137.36c.1-.21.21-.38.38-.38.1,0,.24.07.38.17,1.52,1.07,3.56,1.94,5.84,1.94,3.35,0,4.73-1.45,4.73-3.21,0-1.52-1.73-2.32-4.87-2.76-3.42-.45-6.7-1.24-6.7-4.87,0-3.28,2.55-5.39,6.63-5.39,1.8,0,4.19.45,6.6,1.93.42.24.35.45.18.76l-.45.83c-.1.24-.25.38-.42.38-.1,0-.21-.04-.35-.14-1.87-1.14-3.18-1.66-5.42-1.66-2.9,0-4.32,1.24-4.32,3.14s1.73,2.25,4.87,2.7c3.42.48,6.73,1.59,6.73,4.94s-2.62,5.46-7.08,5.46c-1.83,0-4.56-.52-7.12-2.21-.31-.21-.31-.38-.1-.76l.48-.86Z"
142
+ }),
143
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
144
+ fill: "#fff",
145
+ d: "M520.54,123.78c0-.41.14-.55.52-.55h1.55c.38,0,.52.14.52.55v8.95c0,4.11,2.07,6.11,4.87,6.11,3,0,4.94-2.9,4.94-6.36v-8.71c0-.41.14-.55.52-.55h1.55c.38,0,.52.14.52.55v16.48c0,.41-.14.55-.52.55h-.86c-.27,0-.41-.14-.59-.55l-.28-3.11c-.73,1.38-2.52,4.04-5.91,4.04-3.7,0-6.84-2.25-6.84-7.77v-9.64Z"
146
+ }),
147
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
148
+ fill: "#fff",
149
+ d: "M540.64,123.78c0-.41.14-.55.52-.55h.86c.28,0,.42.14.59.55l.42,3.46c.69-1.45,2.28-4.39,7.19-4.39.48,0,.56.14.48.48l-.21,1.56c-.1.41-.21.52-.62.52-4.49,0-6.63,3.15-6.63,6.36v8.5c0,.41-.14.55-.52.55h-1.55c-.38,0-.52-.14-.52-.55v-16.48Z"
150
+ }),
151
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
152
+ fill: "#fff",
153
+ d: "M553.63,132.94c.24,3.21,3.18,5.98,6.67,5.98,1.69,0,3.77-.52,5.42-1.73.21-.1.31-.17.45-.17.1,0,.21.07.35.21l.66.79c.24.31.24.52,0,.76-1.62,1.59-4.42,2.42-6.98,2.42-5.22,0-9.22-4.11-9.22-9.16s4.01-9.19,9.05-9.19c5.39,0,8.53,4.35,8.53,9.53,0,.41-.07.55-.52.55h-14.4ZM553.7,131.14h12.19c-.14-3.11-2.38-6.11-5.91-6.11s-6.18,3.01-6.28,6.11Z"
154
+ }),
155
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
156
+ fill: "#fff",
157
+ d: "M584.75,137.05c-.86,1.31-2.73,4.15-6.8,4.15-4.84,0-7.98-4.18-7.98-9.19s3.14-9.15,7.98-9.15c4.08,0,5.97,3.07,6.39,4.04v-11.02c0-.41.14-.55.52-.55h1.56c.38,0,.52.14.52.55v24.39c0,.41-.14.55-.52.55h-.8c-.31,0-.45-.14-.59-.55l-.28-3.21ZM578.46,138.88c3.59,0,5.91-3.42,5.91-6.84s-2.32-6.84-5.91-6.84-5.9,3.25-5.9,6.81c0,3.84,2.28,6.87,5.9,6.87Z"
158
+ }),
159
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
160
+ fill: "#fff",
161
+ d: "M598.05,136.67c.14-.24.24-.34.42-.34.1,0,.2.03.38.14,2.21,1.52,5.08,2.32,7.67,2.32,3.18,0,6.5-1.04,6.5-4.63,0-2.87-2.59-3.8-7.12-4.42-3.77-.52-8.16-1.66-8.16-6.25,0-2.66,2.01-7.22,8.71-7.22,3.56,0,5.88,1.04,8.5,2.62.38.21.31.42.17.76l-.65,1.07c-.14.24-.28.38-.45.38-.07,0-.17-.03-.31-.14-2.21-1.49-4.49-2.28-6.91-2.28-5.25,0-6.39,2.94-6.39,4.73,0,2.83,3.21,3.56,7.01,4.04,4.45.59,8.26,1.97,8.26,6.6,0,3.7-2.87,7.15-8.81,7.15-3.66,0-6.7-.83-9.33-2.66-.35-.21-.35-.38-.14-.76l.66-1.1Z"
162
+ }),
163
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
164
+ fill: "#fff",
165
+ d: "M620.12,132.94c.24,3.21,3.18,5.98,6.67,5.98,1.69,0,3.76-.52,5.42-1.73.21-.1.31-.17.45-.17.1,0,.21.07.35.21l.66.79c.24.31.24.52,0,.76-1.62,1.59-4.42,2.42-6.98,2.42-5.22,0-9.22-4.11-9.22-9.16s4.01-9.19,9.05-9.19c5.39,0,8.54,4.35,8.54,9.53,0,.41-.07.55-.52.55h-14.4ZM620.18,131.14h12.2c-.14-3.11-2.39-6.11-5.91-6.11s-6.18,3.01-6.29,6.11Z"
166
+ }),
167
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
168
+ fill: "#fff",
169
+ d: "M651.9,137.88c.27.31.27.48,0,.73-1.76,1.76-4.01,2.59-6.39,2.59-5.04,0-9.05-4.11-9.05-9.16s4.01-9.19,9.05-9.19c2.39,0,4.63.83,6.39,2.59.27.24.27.41,0,.73l-.83.86c-.14.17-.28.28-.42.28-.1,0-.21-.07-.31-.17-1.18-1.17-2.9-1.94-4.8-1.94-3.63,0-6.53,3.04-6.53,6.84s2.9,6.81,6.53,6.81c1.9,0,3.63-.76,4.8-1.93.1-.1.21-.17.31-.17.14,0,.28.1.42.28l.83.86Z"
170
+ }),
171
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
172
+ fill: "#fff",
173
+ d: "M654.24,123.78c0-.41.14-.55.52-.55h1.55c.38,0,.52.14.52.55v8.95c0,4.11,2.08,6.11,4.88,6.11,3,0,4.94-2.9,4.94-6.36v-8.71c0-.41.14-.55.52-.55h1.55c.38,0,.52.14.52.55v16.48c0,.41-.14.55-.52.55h-.86c-.27,0-.42-.14-.59-.55l-.28-3.11c-.72,1.38-2.52,4.04-5.9,4.04-3.7,0-6.84-2.25-6.84-7.77v-9.64Z"
174
+ }),
175
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
176
+ fill: "#fff",
177
+ d: "M674.35,123.78c0-.41.14-.55.52-.55h.86c.27,0,.42.14.59.55l.42,3.46c.69-1.45,2.28-4.39,7.18-4.39.49,0,.56.14.49.48l-.21,1.56c-.1.41-.21.52-.62.52-4.49,0-6.63,3.15-6.63,6.36v8.5c0,.41-.14.55-.52.55h-1.55c-.38,0-.52-.14-.52-.55v-16.48Z"
178
+ }),
179
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
180
+ fill: "#fff",
181
+ d: "M687.05,117.46c0-1,.8-1.8,1.8-1.8s1.83.8,1.83,1.8-.83,1.8-1.83,1.8-1.8-.79-1.8-1.8ZM688.12,140.81c-.41,0-.52-.14-.52-.55v-16.48c0-.41.11-.55.52-.55h1.52c.45,0,.55.14.55.55v16.48c0,.41-.14.55-.55.55h-1.52Z"
182
+ }),
183
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
184
+ fill: "#fff",
185
+ d: "M696.35,125.37h-1.69c-.42,0-.55-.14-.55-.55v-1.04c0-.45.14-.55.55-.55h1.69v-3.56c0-.41.1-.55.52-.55h1.52c.41,0,.52.14.52.55v3.56h6.26c.38,0,.52.1.52.55v1.04c0,.41-.1.55-.52.55h-6.26v7.95c0,4.04,1.21,5.53,3.98,5.53.97,0,1.52-.07,2.39-.52.17-.1.31-.14.38-.14.14,0,.24.1.31.41l.21,1.11c.1.35.07.48-.24.66-1.38.83-2.87.83-3.32.83-4.56,0-6.25-2.87-6.25-7.67v-8.15Z"
186
+ }),
187
+ /* @__PURE__ */ jsxRuntime.jsx("path", {
188
+ fill: "#fff",
189
+ d: "M713.27,139.92l-7.22-16.13c-.18-.41-.11-.55.27-.55h1.8c.35,0,.48.1.69.55l5.84,13.2h.03l5.77-13.2c.21-.45.38-.55.73-.55h1.76c.38,0,.48.14.28.55l-10.47,23.53c-.21.45-.38.55-.73.55h-1.76c-.38,0-.48-.14-.27-.55l3.28-7.39Z"
190
+ })
191
+ ]
192
+ })
193
+ ]
194
+ })
195
+ ]
196
+ });
197
+ });
198
+ exports.AuthSureLogoTaglineDarkBg = AuthSureLogoTaglineDarkBg;