@better-auth-ui/react 1.6.0 → 1.6.2

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 (211) hide show
  1. package/dist/components/auth/auth-provider.d.ts +4 -3
  2. package/dist/components/auth/auth-provider.js +24 -40
  3. package/dist/components/email/email-changed.d.ts +2 -2
  4. package/dist/components/email/email-changed.js +154 -68
  5. package/dist/components/email/email-localization.js +18 -23
  6. package/dist/components/email/email-styles.js +52 -77
  7. package/dist/components/email/email-verification.d.ts +2 -2
  8. package/dist/components/email/email-verification.js +138 -73
  9. package/dist/components/email/index.d.ts +9 -9
  10. package/dist/components/email/index.js +9 -9
  11. package/dist/components/email/magic-link.d.ts +2 -2
  12. package/dist/components/email/magic-link.js +139 -70
  13. package/dist/components/email/new-device.d.ts +2 -2
  14. package/dist/components/email/new-device.js +221 -88
  15. package/dist/components/email/otp-email.d.ts +2 -2
  16. package/dist/components/email/otp-email.js +127 -63
  17. package/dist/components/email/password-changed.d.ts +2 -2
  18. package/dist/components/email/password-changed.js +157 -74
  19. package/dist/components/email/reset-password.d.ts +2 -2
  20. package/dist/components/email/reset-password.js +138 -66
  21. package/dist/components/icons/apple.d.ts +1 -1
  22. package/dist/components/icons/apple.js +16 -9
  23. package/dist/components/icons/atlassian.d.ts +1 -1
  24. package/dist/components/icons/atlassian.js +38 -13
  25. package/dist/components/icons/cognito.d.ts +1 -1
  26. package/dist/components/icons/cognito.js +19 -9
  27. package/dist/components/icons/discord.d.ts +1 -1
  28. package/dist/components/icons/discord.js +16 -9
  29. package/dist/components/icons/dropbox.d.ts +1 -1
  30. package/dist/components/icons/dropbox.js +16 -9
  31. package/dist/components/icons/facebook.d.ts +1 -1
  32. package/dist/components/icons/facebook.js +19 -11
  33. package/dist/components/icons/figma.d.ts +1 -1
  34. package/dist/components/icons/figma.js +34 -12
  35. package/dist/components/icons/github.d.ts +1 -1
  36. package/dist/components/icons/github.js +16 -11
  37. package/dist/components/icons/gitlab.d.ts +1 -1
  38. package/dist/components/icons/gitlab.js +30 -9
  39. package/dist/components/icons/google.d.ts +1 -1
  40. package/dist/components/icons/google.js +39 -9
  41. package/dist/components/icons/huggingface.d.ts +1 -1
  42. package/dist/components/icons/huggingface.js +38 -9
  43. package/dist/components/icons/index.d.ts +35 -35
  44. package/dist/components/icons/index.js +35 -35
  45. package/dist/components/icons/kakao.d.ts +1 -1
  46. package/dist/components/icons/kakao.js +16 -11
  47. package/dist/components/icons/kick.d.ts +1 -1
  48. package/dist/components/icons/kick.js +20 -11
  49. package/dist/components/icons/line.d.ts +1 -1
  50. package/dist/components/icons/line.js +16 -9
  51. package/dist/components/icons/linear.d.ts +1 -1
  52. package/dist/components/icons/linear.js +16 -9
  53. package/dist/components/icons/linkedin.d.ts +1 -1
  54. package/dist/components/icons/linkedin.js +33 -9
  55. package/dist/components/icons/microsoft.d.ts +1 -1
  56. package/dist/components/icons/microsoft.js +30 -9
  57. package/dist/components/icons/naver.d.ts +1 -1
  58. package/dist/components/icons/naver.js +16 -9
  59. package/dist/components/icons/notion.d.ts +1 -1
  60. package/dist/components/icons/notion.js +16 -9
  61. package/dist/components/icons/paybin.d.ts +1 -1
  62. package/dist/components/icons/paybin.js +32 -8
  63. package/dist/components/icons/paypal.d.ts +1 -1
  64. package/dist/components/icons/paypal.js +30 -9
  65. package/dist/components/icons/polar.d.ts +1 -1
  66. package/dist/components/icons/polar.js +24 -9
  67. package/dist/components/icons/railway.d.ts +1 -1
  68. package/dist/components/icons/railway.js +16 -9
  69. package/dist/components/icons/reddit.d.ts +1 -1
  70. package/dist/components/icons/reddit.js +21 -9
  71. package/dist/components/icons/roblox.d.ts +1 -1
  72. package/dist/components/icons/roblox.js +17 -12
  73. package/dist/components/icons/salesforce.d.ts +1 -1
  74. package/dist/components/icons/salesforce.js +16 -9
  75. package/dist/components/icons/slack.d.ts +1 -1
  76. package/dist/components/icons/slack.js +30 -9
  77. package/dist/components/icons/spotify.d.ts +1 -1
  78. package/dist/components/icons/spotify.js +16 -9
  79. package/dist/components/icons/tiktok.d.ts +1 -1
  80. package/dist/components/icons/tiktok.js +23 -10
  81. package/dist/components/icons/twitch.d.ts +1 -1
  82. package/dist/components/icons/twitch.js +43 -12
  83. package/dist/components/icons/vercel.d.ts +1 -1
  84. package/dist/components/icons/vercel.js +16 -9
  85. package/dist/components/icons/vk.d.ts +1 -1
  86. package/dist/components/icons/vk.js +16 -9
  87. package/dist/components/icons/wechat.d.ts +1 -1
  88. package/dist/components/icons/wechat.js +16 -9
  89. package/dist/components/icons/x.d.ts +1 -1
  90. package/dist/components/icons/x.js +16 -9
  91. package/dist/components/icons/zoom.d.ts +1 -1
  92. package/dist/components/icons/zoom.js +69 -11
  93. package/dist/components/settings/account/theme-preview.js +286 -7
  94. package/dist/core.d.ts +1 -1
  95. package/dist/hooks/auth/use-auth-mutation.d.ts +2 -2
  96. package/dist/hooks/auth/use-auth-mutation.js +12 -9
  97. package/dist/hooks/auth/use-auth-query.d.ts +3 -3
  98. package/dist/hooks/auth/use-auth-query.js +12 -9
  99. package/dist/hooks/auth/use-authenticate.d.ts +2 -2
  100. package/dist/hooks/auth/use-authenticate.js +22 -27
  101. package/dist/hooks/auth/use-is-username-available.d.ts +19 -0
  102. package/dist/hooks/auth/use-is-username-available.js +12 -0
  103. package/dist/hooks/auth/use-request-password-reset.d.ts +5 -6
  104. package/dist/hooks/auth/use-request-password-reset.js +11 -13
  105. package/dist/hooks/auth/use-reset-password.d.ts +8 -9
  106. package/dist/hooks/auth/use-reset-password.js +11 -12
  107. package/dist/hooks/auth/use-send-verification-email.d.ts +5 -6
  108. package/dist/hooks/auth/use-send-verification-email.js +11 -12
  109. package/dist/hooks/auth/use-session.d.ts +2 -2
  110. package/dist/hooks/auth/use-session.js +14 -17
  111. package/dist/hooks/auth/use-sign-in-email.d.ts +6 -7
  112. package/dist/hooks/auth/use-sign-in-email.js +17 -23
  113. package/dist/hooks/auth/use-sign-in-magic-link.d.ts +5 -6
  114. package/dist/hooks/auth/use-sign-in-magic-link.js +11 -12
  115. package/dist/hooks/auth/use-sign-in-passkey.d.ts +58 -0
  116. package/dist/hooks/auth/use-sign-in-passkey.js +18 -0
  117. package/dist/hooks/auth/use-sign-in-social.d.ts +8 -9
  118. package/dist/hooks/auth/use-sign-in-social.js +11 -12
  119. package/dist/hooks/auth/use-sign-in-username.d.ts +53 -0
  120. package/dist/hooks/auth/use-sign-in-username.js +18 -0
  121. package/dist/hooks/auth/use-sign-out.d.ts +4 -5
  122. package/dist/hooks/auth/use-sign-out.js +17 -23
  123. package/dist/hooks/auth/use-sign-up-email.d.ts +822 -79
  124. package/dist/hooks/auth/use-sign-up-email.js +17 -23
  125. package/dist/hooks/auth/use-user.d.ts +58 -58
  126. package/dist/hooks/auth/use-user.js +10 -13
  127. package/dist/hooks/settings/use-account-info.d.ts +5 -5
  128. package/dist/hooks/settings/use-account-info.js +20 -24
  129. package/dist/hooks/settings/use-add-passkey.d.ts +43 -0
  130. package/dist/hooks/settings/use-add-passkey.js +18 -0
  131. package/dist/hooks/settings/use-change-email.d.ts +5 -5
  132. package/dist/hooks/settings/use-change-email.js +17 -22
  133. package/dist/hooks/settings/use-change-password.d.ts +6 -7
  134. package/dist/hooks/settings/use-change-password.js +11 -10
  135. package/dist/hooks/settings/use-delete-passkey.d.ts +21 -0
  136. package/dist/hooks/settings/use-delete-passkey.js +18 -0
  137. package/dist/hooks/settings/use-delete-user.d.ts +8 -9
  138. package/dist/hooks/settings/use-delete-user.js +11 -10
  139. package/dist/hooks/settings/use-link-social.d.ts +5 -5
  140. package/dist/hooks/settings/use-link-social.js +11 -9
  141. package/dist/hooks/settings/use-list-accounts.d.ts +4 -4
  142. package/dist/hooks/settings/use-list-accounts.js +20 -22
  143. package/dist/hooks/settings/use-list-device-sessions.d.ts +2 -2
  144. package/dist/hooks/settings/use-list-device-sessions.js +20 -21
  145. package/dist/hooks/settings/use-list-sessions.d.ts +4 -4
  146. package/dist/hooks/settings/use-list-sessions.js +20 -21
  147. package/dist/hooks/settings/use-list-user-passkeys.d.ts +11 -0
  148. package/dist/hooks/settings/use-list-user-passkeys.js +21 -0
  149. package/dist/hooks/settings/use-revoke-multi-session.d.ts +5 -5
  150. package/dist/hooks/settings/use-revoke-multi-session.js +17 -19
  151. package/dist/hooks/settings/use-revoke-session.d.ts +5 -5
  152. package/dist/hooks/settings/use-revoke-session.js +17 -20
  153. package/dist/hooks/settings/use-set-active-session.d.ts +5 -5
  154. package/dist/hooks/settings/use-set-active-session.js +20 -27
  155. package/dist/hooks/settings/use-unlink-account.d.ts +5 -5
  156. package/dist/hooks/settings/use-unlink-account.js +17 -20
  157. package/dist/hooks/settings/use-update-user.d.ts +2 -2
  158. package/dist/hooks/settings/use-update-user.js +24 -28
  159. package/dist/index.d.ts +40 -32
  160. package/dist/index.js +84 -32
  161. package/dist/lib/auth-client.d.ts +2953 -1241
  162. package/dist/lib/auth-client.js +11 -5
  163. package/dist/lib/auth-config.d.ts +3 -3
  164. package/dist/lib/auth-context.d.ts +2 -2
  165. package/dist/lib/auth-context.js +5 -2
  166. package/dist/lib/provider-icons.d.ts +2 -2
  167. package/dist/lib/provider-icons.js +75 -47
  168. package/dist/lib/utils.d.ts +1 -1
  169. package/dist/lib/utils.js +7 -4
  170. package/package.json +16 -9
  171. package/src/components/auth/auth-provider.tsx +4 -6
  172. package/src/hooks/auth/use-authenticate.ts +3 -1
  173. package/src/hooks/auth/use-is-username-available.ts +22 -0
  174. package/src/hooks/auth/use-request-password-reset.ts +4 -6
  175. package/src/hooks/auth/use-reset-password.ts +4 -6
  176. package/src/hooks/auth/use-send-verification-email.ts +4 -6
  177. package/src/hooks/auth/use-session.ts +2 -1
  178. package/src/hooks/auth/use-sign-in-email.ts +9 -10
  179. package/src/hooks/auth/use-sign-in-magic-link.ts +4 -6
  180. package/src/hooks/auth/use-sign-in-passkey.ts +34 -0
  181. package/src/hooks/auth/use-sign-in-social.ts +4 -6
  182. package/src/hooks/auth/use-sign-in-username.ts +34 -0
  183. package/src/hooks/auth/use-sign-out.ts +6 -7
  184. package/src/hooks/auth/use-sign-up-email.ts +9 -10
  185. package/src/hooks/auth/use-user.ts +1 -2
  186. package/src/hooks/settings/use-account-info.ts +2 -1
  187. package/src/hooks/settings/use-add-passkey.ts +32 -0
  188. package/src/hooks/settings/use-change-email.ts +6 -6
  189. package/src/hooks/settings/use-change-password.ts +4 -6
  190. package/src/hooks/settings/use-delete-passkey.ts +32 -0
  191. package/src/hooks/settings/use-delete-user.ts +4 -6
  192. package/src/hooks/settings/use-link-social.ts +4 -4
  193. package/src/hooks/settings/use-list-accounts.ts +3 -1
  194. package/src/hooks/settings/use-list-device-sessions.ts +3 -1
  195. package/src/hooks/settings/use-list-sessions.ts +3 -1
  196. package/src/hooks/settings/use-list-user-passkeys.ts +30 -0
  197. package/src/hooks/settings/use-revoke-multi-session.ts +6 -6
  198. package/src/hooks/settings/use-revoke-session.ts +4 -5
  199. package/src/hooks/settings/use-set-active-session.ts +9 -8
  200. package/src/hooks/settings/use-unlink-account.ts +4 -5
  201. package/src/hooks/settings/use-update-user.ts +8 -9
  202. package/src/index.ts +8 -0
  203. package/src/lib/auth-client.ts +7 -1
  204. package/src/lib/auth-config.ts +1 -1
  205. package/dist/hooks/auth/use-forgot-password.d.ts +0 -20
  206. package/dist/hooks/auth/use-forgot-password.js +0 -14
  207. package/dist/hooks/use-hydrated.d.ts +0 -6
  208. package/dist/hooks/use-hydrated.js +0 -18
  209. package/dist/lib/auth-config.js +0 -1
  210. package/dist/lib/auth-hook-options.d.ts +0 -8
  211. package/dist/lib/auth-hook-options.js +0 -1
@@ -1,4 +1,4 @@
1
- import type { ComponentPropsWithRef } from "react";
1
+ import { ComponentPropsWithRef } from 'react';
2
2
  /**
3
3
  * Renders the Slack logo as an accessible inline SVG.
4
4
  *
@@ -1,10 +1,31 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- /**
3
- * Renders the Slack logo as an accessible inline SVG.
4
- *
5
- * @param props - Props to spread onto the underlying `svg` element (e.g., `className`, `style`, `width`, `height`, event handlers).
6
- * @returns The `svg` element containing the Slack logo paths
7
- */
8
- export function Slack(props) {
9
- return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", role: "img", "aria-label": "Slack", ...props, children: [_jsx("path", { fill: "#e01e5a", d: "M53.841 161.32c0 14.832-11.987 26.82-26.819 26.82S.203 176.152.203 161.32c0-14.831 11.987-26.818 26.82-26.818H53.84zm13.41 0c0-14.831 11.987-26.818 26.819-26.818s26.819 11.987 26.819 26.819v67.047c0 14.832-11.987 26.82-26.82 26.82c-14.83 0-26.818-11.988-26.818-26.82z" }), _jsx("path", { fill: "#36c5f0", d: "M94.07 53.638c-14.832 0-26.82-11.987-26.82-26.819S79.239 0 94.07 0s26.819 11.987 26.819 26.819v26.82zm0 13.613c14.832 0 26.819 11.987 26.819 26.819s-11.987 26.819-26.82 26.819H26.82C11.987 120.889 0 108.902 0 94.069c0-14.83 11.987-26.818 26.819-26.818z" }), _jsx("path", { fill: "#2eb67d", d: "M201.55 94.07c0-14.832 11.987-26.82 26.818-26.82s26.82 11.988 26.82 26.82s-11.988 26.819-26.82 26.819H201.55zm-13.41 0c0 14.832-11.988 26.819-26.82 26.819c-14.831 0-26.818-11.987-26.818-26.82V26.82C134.502 11.987 146.489 0 161.32 0s26.819 11.987 26.819 26.819z" }), _jsx("path", { fill: "#ecb22e", d: "M161.32 201.55c14.832 0 26.82 11.987 26.82 26.818s-11.988 26.82-26.82 26.82c-14.831 0-26.818-11.988-26.818-26.82V201.55zm0-13.41c-14.831 0-26.818-11.988-26.818-26.82c0-14.831 11.987-26.818 26.819-26.818h67.25c14.832 0 26.82 11.987 26.82 26.819s-11.988 26.819-26.82 26.819z" })] }));
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
+ //#region src/components/icons/slack.tsx
3
+ function n(n) {
4
+ return /* @__PURE__ */ t("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 256 256",
7
+ role: "img",
8
+ "aria-label": "Slack",
9
+ ...n,
10
+ children: [
11
+ /* @__PURE__ */ e("path", {
12
+ fill: "#e01e5a",
13
+ d: "M53.841 161.32c0 14.832-11.987 26.82-26.819 26.82S.203 176.152.203 161.32c0-14.831 11.987-26.818 26.82-26.818H53.84zm13.41 0c0-14.831 11.987-26.818 26.819-26.818s26.819 11.987 26.819 26.819v67.047c0 14.832-11.987 26.82-26.82 26.82c-14.83 0-26.818-11.988-26.818-26.82z"
14
+ }),
15
+ /* @__PURE__ */ e("path", {
16
+ fill: "#36c5f0",
17
+ d: "M94.07 53.638c-14.832 0-26.82-11.987-26.82-26.819S79.239 0 94.07 0s26.819 11.987 26.819 26.819v26.82zm0 13.613c14.832 0 26.819 11.987 26.819 26.819s-11.987 26.819-26.82 26.819H26.82C11.987 120.889 0 108.902 0 94.069c0-14.83 11.987-26.818 26.819-26.818z"
18
+ }),
19
+ /* @__PURE__ */ e("path", {
20
+ fill: "#2eb67d",
21
+ d: "M201.55 94.07c0-14.832 11.987-26.82 26.818-26.82s26.82 11.988 26.82 26.82s-11.988 26.819-26.82 26.819H201.55zm-13.41 0c0 14.832-11.988 26.819-26.82 26.819c-14.831 0-26.818-11.987-26.818-26.82V26.82C134.502 11.987 146.489 0 161.32 0s26.819 11.987 26.819 26.819z"
22
+ }),
23
+ /* @__PURE__ */ e("path", {
24
+ fill: "#ecb22e",
25
+ d: "M161.32 201.55c14.832 0 26.82 11.987 26.82 26.818s-11.988 26.82-26.82 26.82c-14.831 0-26.818-11.988-26.818-26.82V201.55zm0-13.41c-14.831 0-26.818-11.988-26.818-26.82c0-14.831 11.987-26.818 26.819-26.818h67.25c14.832 0 26.82 11.987 26.82 26.819s-11.988 26.819-26.82 26.819z"
26
+ })
27
+ ]
28
+ });
10
29
  }
30
+ //#endregion
31
+ export { n as Slack };
@@ -1,4 +1,4 @@
1
- import type { ComponentPropsWithRef } from "react";
1
+ import { ComponentPropsWithRef } from 'react';
2
2
  /**
3
3
  * Renders a scalable SVG of the Spotify logo.
4
4
  *
@@ -1,10 +1,17 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- /**
3
- * Renders a scalable SVG of the Spotify logo.
4
- *
5
- * @param props - Props forwarded to the root `<svg>` element.
6
- * @returns The root `<svg>` element for the Spotify logo.
7
- */
8
- export function Spotify(props) {
9
- return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", role: "img", "aria-label": "Spotify", ...props, children: _jsx("path", { fill: "#1ed760", d: "M128 0C57.308 0 0 57.309 0 128c0 70.696 57.309 128 128 128c70.697 0 128-57.304 128-128C256 57.314 198.697.007 127.998.007zm58.699 184.614c-2.293 3.76-7.215 4.952-10.975 2.644c-30.053-18.357-67.885-22.515-112.44-12.335a7.98 7.98 0 0 1-9.552-6.007a7.97 7.97 0 0 1 6-9.553c48.76-11.14 90.583-6.344 124.323 14.276c3.76 2.308 4.952 7.215 2.644 10.975m15.667-34.853c-2.89 4.695-9.034 6.178-13.726 3.289c-34.406-21.148-86.853-27.273-127.548-14.92c-5.278 1.594-10.852-1.38-12.454-6.649c-1.59-5.278 1.386-10.842 6.655-12.446c46.485-14.106 104.275-7.273 143.787 17.007c4.692 2.89 6.175 9.034 3.286 13.72zm1.345-36.293C162.457 88.964 94.394 86.71 55.007 98.666c-6.325 1.918-13.014-1.653-14.93-7.978c-1.917-6.328 1.65-13.012 7.98-14.935C93.27 62.027 168.434 64.68 215.929 92.876c5.702 3.376 7.566 10.724 4.188 16.405c-3.362 5.69-10.73 7.565-16.4 4.187z" }) }));
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ //#region src/components/icons/spotify.tsx
3
+ function t(t) {
4
+ return /* @__PURE__ */ e("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 256 256",
7
+ role: "img",
8
+ "aria-label": "Spotify",
9
+ ...t,
10
+ children: /* @__PURE__ */ e("path", {
11
+ fill: "#1ed760",
12
+ d: "M128 0C57.308 0 0 57.309 0 128c0 70.696 57.309 128 128 128c70.697 0 128-57.304 128-128C256 57.314 198.697.007 127.998.007zm58.699 184.614c-2.293 3.76-7.215 4.952-10.975 2.644c-30.053-18.357-67.885-22.515-112.44-12.335a7.98 7.98 0 0 1-9.552-6.007a7.97 7.97 0 0 1 6-9.553c48.76-11.14 90.583-6.344 124.323 14.276c3.76 2.308 4.952 7.215 2.644 10.975m15.667-34.853c-2.89 4.695-9.034 6.178-13.726 3.289c-34.406-21.148-86.853-27.273-127.548-14.92c-5.278 1.594-10.852-1.38-12.454-6.649c-1.59-5.278 1.386-10.842 6.655-12.446c46.485-14.106 104.275-7.273 143.787 17.007c4.692 2.89 6.175 9.034 3.286 13.72zm1.345-36.293C162.457 88.964 94.394 86.71 55.007 98.666c-6.325 1.918-13.014-1.653-14.93-7.978c-1.917-6.328 1.65-13.012 7.98-14.935C93.27 62.027 168.434 64.68 215.929 92.876c5.702 3.376 7.566 10.724 4.188 16.405c-3.362 5.69-10.73 7.565-16.4 4.187z"
13
+ })
14
+ });
10
15
  }
16
+ //#endregion
17
+ export { t as Spotify };
@@ -1,4 +1,4 @@
1
- import type { ComponentPropsWithRef } from "react";
1
+ import { ComponentPropsWithRef } from 'react';
2
2
  /**
3
3
  * Renders the TikTok logo as an inline SVG.
4
4
  *
@@ -1,11 +1,24 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- /**
3
- * Renders the TikTok logo as an inline SVG.
4
- *
5
- * The component forwards received props to the root `<svg>` element.
6
- *
7
- * @returns The SVG element representing the TikTok logo.
8
- */
9
- export function TikTok(props) {
10
- return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 290", role: "img", "aria-label": "TikTok", ...props, children: [_jsx("path", { fill: "#ff004f", d: "M189.72 104.421c18.678 13.345 41.56 21.197 66.273 21.197v-47.53a67 67 0 0 1-13.918-1.456v37.413c-24.711 0-47.59-7.851-66.272-21.195v96.996c0 48.523-39.356 87.855-87.9 87.855c-18.113 0-34.949-5.473-48.934-14.86c15.962 16.313 38.222 26.432 62.848 26.432c48.548 0 87.905-39.332 87.905-87.857v-96.995zm17.17-47.952c-9.546-10.423-15.814-23.893-17.17-38.785v-6.113h-13.189c3.32 18.927 14.644 35.097 30.358 44.898M69.673 225.607a40 40 0 0 1-8.203-24.33c0-22.192 18.001-40.186 40.21-40.186a40.3 40.3 0 0 1 12.197 1.883v-48.593c-4.61-.631-9.262-.9-13.912-.801v37.822a40.3 40.3 0 0 0-12.203-1.882c-22.208 0-40.208 17.992-40.208 40.187c0 15.694 8.997 29.281 22.119 35.9" }), _jsx("path", { d: "M175.803 92.849c18.683 13.344 41.56 21.195 66.272 21.195V76.631c-13.794-2.937-26.005-10.141-35.186-20.162c-15.715-9.802-27.038-25.972-30.358-44.898h-34.643v189.843c-.079 22.132-18.049 40.052-40.21 40.052c-13.058 0-24.66-6.221-32.007-15.86c-13.12-6.618-22.118-20.206-22.118-35.898c0-22.193 18-40.187 40.208-40.187c4.255 0 8.356.662 12.203 1.882v-37.822c-47.692.985-86.047 39.933-86.047 87.834c0 23.912 9.551 45.589 25.053 61.428c13.985 9.385 30.82 14.86 48.934 14.86c48.545 0 87.9-39.335 87.9-87.857z" }), _jsx("path", { fill: "#00f2ea", d: "M242.075 76.63V66.516a66.3 66.3 0 0 1-35.186-10.047a66.47 66.47 0 0 0 35.186 20.163M176.53 11.57a68 68 0 0 1-.728-5.457V0h-47.834v189.845c-.076 22.13-18.046 40.05-40.208 40.05a40.06 40.06 0 0 1-18.09-4.287c7.347 9.637 18.949 15.857 32.007 15.857c22.16 0 40.132-17.918 40.21-40.05V11.571zM99.966 113.58v-10.769a89 89 0 0 0-12.061-.818C39.355 101.993 0 141.327 0 189.845c0 30.419 15.467 57.227 38.971 72.996c-15.502-15.838-25.053-37.516-25.053-61.427c0-47.9 38.354-86.848 86.048-87.833" })] }));
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
+ //#region src/components/icons/tiktok.tsx
3
+ function n(n) {
4
+ return /* @__PURE__ */ t("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 256 290",
7
+ role: "img",
8
+ "aria-label": "TikTok",
9
+ ...n,
10
+ children: [
11
+ /* @__PURE__ */ e("path", {
12
+ fill: "#ff004f",
13
+ d: "M189.72 104.421c18.678 13.345 41.56 21.197 66.273 21.197v-47.53a67 67 0 0 1-13.918-1.456v37.413c-24.711 0-47.59-7.851-66.272-21.195v96.996c0 48.523-39.356 87.855-87.9 87.855c-18.113 0-34.949-5.473-48.934-14.86c15.962 16.313 38.222 26.432 62.848 26.432c48.548 0 87.905-39.332 87.905-87.857v-96.995zm17.17-47.952c-9.546-10.423-15.814-23.893-17.17-38.785v-6.113h-13.189c3.32 18.927 14.644 35.097 30.358 44.898M69.673 225.607a40 40 0 0 1-8.203-24.33c0-22.192 18.001-40.186 40.21-40.186a40.3 40.3 0 0 1 12.197 1.883v-48.593c-4.61-.631-9.262-.9-13.912-.801v37.822a40.3 40.3 0 0 0-12.203-1.882c-22.208 0-40.208 17.992-40.208 40.187c0 15.694 8.997 29.281 22.119 35.9"
14
+ }),
15
+ /* @__PURE__ */ e("path", { d: "M175.803 92.849c18.683 13.344 41.56 21.195 66.272 21.195V76.631c-13.794-2.937-26.005-10.141-35.186-20.162c-15.715-9.802-27.038-25.972-30.358-44.898h-34.643v189.843c-.079 22.132-18.049 40.052-40.21 40.052c-13.058 0-24.66-6.221-32.007-15.86c-13.12-6.618-22.118-20.206-22.118-35.898c0-22.193 18-40.187 40.208-40.187c4.255 0 8.356.662 12.203 1.882v-37.822c-47.692.985-86.047 39.933-86.047 87.834c0 23.912 9.551 45.589 25.053 61.428c13.985 9.385 30.82 14.86 48.934 14.86c48.545 0 87.9-39.335 87.9-87.857z" }),
16
+ /* @__PURE__ */ e("path", {
17
+ fill: "#00f2ea",
18
+ d: "M242.075 76.63V66.516a66.3 66.3 0 0 1-35.186-10.047a66.47 66.47 0 0 0 35.186 20.163M176.53 11.57a68 68 0 0 1-.728-5.457V0h-47.834v189.845c-.076 22.13-18.046 40.05-40.208 40.05a40.06 40.06 0 0 1-18.09-4.287c7.347 9.637 18.949 15.857 32.007 15.857c22.16 0 40.132-17.918 40.21-40.05V11.571zM99.966 113.58v-10.769a89 89 0 0 0-12.061-.818C39.355 101.993 0 141.327 0 189.845c0 30.419 15.467 57.227 38.971 72.996c-15.502-15.838-25.053-37.516-25.053-61.427c0-47.9 38.354-86.848 86.048-87.833"
19
+ })
20
+ ]
21
+ });
11
22
  }
23
+ //#endregion
24
+ export { n as TikTok };
@@ -1,4 +1,4 @@
1
- import type { ComponentPropsWithRef } from "react";
1
+ import { ComponentPropsWithRef } from 'react';
2
2
  /**
3
3
  * Renders the Twitch logo as an inline SVG element.
4
4
  *
@@ -1,13 +1,44 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- /**
3
- * Renders the Twitch logo as an inline SVG element.
4
- *
5
- * @param props - Props spread onto the root `<svg>` element for customization (e.g., className, style, width, height, aria attributes).
6
- * @returns The SVG element representing the Twitch logo.
7
- */
8
- export function Twitch(props) {
9
- return (_jsxs("svg", { version: "1.1", viewBox: "0 0 2400 2800", x: "0px", xmlSpace: "preserve", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", y: "0px", role: "img", "aria-label": "Twitch", ...props, children: [_jsx("style", { type: "text/css", children: `
10
- .st0{fill:#FFFFFF}
11
- .st1{fill:#9146FF}
12
- ` }), _jsxs("g", { children: [_jsx("polygon", { className: "st0", points: "2200,1300 1800,1700 1400,1700 1050,2050 1050,1700 600,1700 600,200 2200,200" }), _jsx("g", { children: _jsxs("g", { children: [_jsx("path", { className: "st1", d: "M500,0L0,500v1800h600v500l500-500h400l900-900V0H500z M2200,1300l-400,400h-400l-350,350v-350H600V200h1600V1300z" }), _jsx("rect", { className: "st1", height: "600", width: "200", x: "1700", y: "550" }), _jsx("rect", { className: "st1", height: "600", width: "200", x: "1150", y: "550" })] }) })] })] }));
1
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
+ //#region src/components/icons/twitch.tsx
3
+ function n(n) {
4
+ return /* @__PURE__ */ t("svg", {
5
+ version: "1.1",
6
+ viewBox: "0 0 2400 2800",
7
+ x: "0px",
8
+ xmlSpace: "preserve",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
11
+ y: "0px",
12
+ role: "img",
13
+ "aria-label": "Twitch",
14
+ ...n,
15
+ children: [/* @__PURE__ */ e("style", {
16
+ type: "text/css",
17
+ children: "\n .st0{fill:#FFFFFF}\n .st1{fill:#9146FF}\n "
18
+ }), /* @__PURE__ */ t("g", { children: [/* @__PURE__ */ e("polygon", {
19
+ className: "st0",
20
+ points: "2200,1300 1800,1700 1400,1700 1050,2050 1050,1700 600,1700 600,200 2200,200"
21
+ }), /* @__PURE__ */ e("g", { children: /* @__PURE__ */ t("g", { children: [
22
+ /* @__PURE__ */ e("path", {
23
+ className: "st1",
24
+ d: "M500,0L0,500v1800h600v500l500-500h400l900-900V0H500z M2200,1300l-400,400h-400l-350,350v-350H600V200h1600V1300z"
25
+ }),
26
+ /* @__PURE__ */ e("rect", {
27
+ className: "st1",
28
+ height: "600",
29
+ width: "200",
30
+ x: "1700",
31
+ y: "550"
32
+ }),
33
+ /* @__PURE__ */ e("rect", {
34
+ className: "st1",
35
+ height: "600",
36
+ width: "200",
37
+ x: "1150",
38
+ y: "550"
39
+ })
40
+ ] }) })] })]
41
+ });
13
42
  }
43
+ //#endregion
44
+ export { n as Twitch };
@@ -1,4 +1,4 @@
1
- import type { ComponentPropsWithRef } from "react";
1
+ import { ComponentPropsWithRef } from 'react';
2
2
  /**
3
3
  * Renders the Vercel logo as an SVG icon.
4
4
  *
@@ -1,10 +1,17 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- /**
3
- * Renders the Vercel logo as an SVG icon.
4
- *
5
- * @param props - Props forwarded to the root `<svg>` element (e.g., className, style, width, height, aria-*).
6
- * @returns An SVG element representing the Vercel logo.
7
- */
8
- export function Vercel(props) {
9
- return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", "aria-label": "Vercel", ...props, children: _jsx("path", { fill: "currentColor", d: "M23 21.648H1L12 2.352z" }) }));
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ //#region src/components/icons/vercel.tsx
3
+ function t(t) {
4
+ return /* @__PURE__ */ e("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24",
7
+ role: "img",
8
+ "aria-label": "Vercel",
9
+ ...t,
10
+ children: /* @__PURE__ */ e("path", {
11
+ fill: "currentColor",
12
+ d: "M23 21.648H1L12 2.352z"
13
+ })
14
+ });
10
15
  }
16
+ //#endregion
17
+ export { t as Vercel };
@@ -1,4 +1,4 @@
1
- import type { ComponentPropsWithRef } from "react";
1
+ import { ComponentPropsWithRef } from 'react';
2
2
  /**
3
3
  * Render the VK social icon as an SVG element.
4
4
  *
@@ -1,10 +1,17 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- /**
3
- * Render the VK social icon as an SVG element.
4
- *
5
- * @param props - SVG attributes and ref forwarded to the root `<svg>` element
6
- * @returns An `<svg>` element containing the VK icon path
7
- */
8
- export function VK(props) {
9
- return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", role: "img", "aria-label": "VK", ...props, children: _jsx("path", { fill: "#0076FF", d: "M545 117.7c3.7-12.5 0-21.7-17.8-21.7h-58.9c-15 0-21.9 7.9-25.6 16.7c0 0-30 73.1-72.4 120.5c-13.7 13.7-20 18.1-27.5 18.1c-3.7 0-9.4-4.4-9.4-16.9V117.7c0-15-4.2-21.7-16.6-21.7h-92.6c-9.4 0-15 7-15 13.5c0 14.2 21.2 17.5 23.4 57.5v86.8c0 19-3.4 22.5-10.9 22.5c-20 0-68.6-73.4-97.4-157.4c-5.8-16.3-11.5-22.9-26.6-22.9H38.8c-16.8 0-20.2 7.9-20.2 16.7c0 15.6 20 93.1 93.1 195.5C160.4 378.1 229 416 291.4 416c37.5 0 42.1-8.4 42.1-22.9c0-66.8-3.4-73.1 15.4-73.1c8.7 0 23.7 4.4 58.7 38.1c40 40 46.6 57.9 69 57.9h58.9c16.8 0 25.3-8.4 20.4-25c-11.2-34.9-86.9-106.7-90.3-111.5c-8.7-11.2-6.2-16.2 0-26.2c.1-.1 72-101.3 79.4-135.6" }) }));
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ //#region src/components/icons/vk.tsx
3
+ function t(t) {
4
+ return /* @__PURE__ */ e("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 576 512",
7
+ role: "img",
8
+ "aria-label": "VK",
9
+ ...t,
10
+ children: /* @__PURE__ */ e("path", {
11
+ fill: "#0076FF",
12
+ d: "M545 117.7c3.7-12.5 0-21.7-17.8-21.7h-58.9c-15 0-21.9 7.9-25.6 16.7c0 0-30 73.1-72.4 120.5c-13.7 13.7-20 18.1-27.5 18.1c-3.7 0-9.4-4.4-9.4-16.9V117.7c0-15-4.2-21.7-16.6-21.7h-92.6c-9.4 0-15 7-15 13.5c0 14.2 21.2 17.5 23.4 57.5v86.8c0 19-3.4 22.5-10.9 22.5c-20 0-68.6-73.4-97.4-157.4c-5.8-16.3-11.5-22.9-26.6-22.9H38.8c-16.8 0-20.2 7.9-20.2 16.7c0 15.6 20 93.1 93.1 195.5C160.4 378.1 229 416 291.4 416c37.5 0 42.1-8.4 42.1-22.9c0-66.8-3.4-73.1 15.4-73.1c8.7 0 23.7 4.4 58.7 38.1c40 40 46.6 57.9 69 57.9h58.9c16.8 0 25.3-8.4 20.4-25c-11.2-34.9-86.9-106.7-90.3-111.5c-8.7-11.2-6.2-16.2 0-26.2c.1-.1 72-101.3 79.4-135.6"
13
+ })
14
+ });
10
15
  }
16
+ //#endregion
17
+ export { t as VK };
@@ -1,4 +1,4 @@
1
- import type { ComponentPropsWithRef } from "react";
1
+ import { ComponentPropsWithRef } from 'react';
2
2
  /**
3
3
  * Renders an "X" icon as an SVG React component.
4
4
  *
@@ -1,10 +1,17 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- /**
3
- * Renders an "X" icon as an SVG React component.
4
- *
5
- * @param props - Props to spread onto the underlying `svg` element (e.g., className, style, ref).
6
- * @returns The SVG element representing the "X" icon with its path filled by `currentColor`.
7
- */
8
- export function WeChat(props) {
9
- return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", "aria-label": "WeChat", ...props, children: _jsx("path", { fill: "currentColor", d: "M9.5 4C5.36 4 2 6.69 2 10c0 1.89 1.08 3.56 2.78 4.66L4 17l2.5-1.5c.89.31 1.87.5 2.91.5A5.2 5.2 0 0 1 9 14c0-3.31 3.13-6 7-6c.19 0 .38 0 .56.03C15.54 5.69 12.78 4 9.5 4m-3 2.5a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1m5 0a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1M16 9c-3.31 0-6 2.24-6 5s2.69 5 6 5c.67 0 1.31-.08 1.91-.25L20 20l-.62-1.87C20.95 17.22 22 15.71 22 14c0-2.76-2.69-5-6-5m-2 2.5a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1" }) }));
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ //#region src/components/icons/wechat.tsx
3
+ function t(t) {
4
+ return /* @__PURE__ */ e("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24",
7
+ role: "img",
8
+ "aria-label": "WeChat",
9
+ ...t,
10
+ children: /* @__PURE__ */ e("path", {
11
+ fill: "currentColor",
12
+ d: "M9.5 4C5.36 4 2 6.69 2 10c0 1.89 1.08 3.56 2.78 4.66L4 17l2.5-1.5c.89.31 1.87.5 2.91.5A5.2 5.2 0 0 1 9 14c0-3.31 3.13-6 7-6c.19 0 .38 0 .56.03C15.54 5.69 12.78 4 9.5 4m-3 2.5a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1m5 0a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1M16 9c-3.31 0-6 2.24-6 5s2.69 5 6 5c.67 0 1.31-.08 1.91-.25L20 20l-.62-1.87C20.95 17.22 22 15.71 22 14c0-2.76-2.69-5-6-5m-2 2.5a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1"
13
+ })
14
+ });
10
15
  }
16
+ //#endregion
17
+ export { t as WeChat };
@@ -1,4 +1,4 @@
1
- import type { ComponentPropsWithRef } from "react";
1
+ import { ComponentPropsWithRef } from 'react';
2
2
  /**
3
3
  * Renders an "X" icon as an SVG React component.
4
4
  *
@@ -1,10 +1,17 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- /**
3
- * Renders an "X" icon as an SVG React component.
4
- *
5
- * @param props - Props to spread onto the underlying `svg` element (e.g., className, style, ref).
6
- * @returns The SVG element representing the "X" icon with its path filled by `currentColor`.
7
- */
8
- export function X(props) {
9
- return (_jsx("svg", { viewBox: "0 0 512 512", xmlns: "http://www.w3.org/2000/svg", role: "img", "aria-label": "X", ...props, children: _jsx("path", { d: "M389.2 48h70.6L305.6 224.2L487 464H345L233.7 318.6L106.5 464H35.8l164.9-188.5L26.8 48h145.6l100.5 132.9zm-24.8 373.8h39.1L151.1 88h-42z", fill: "currentColor" }) }));
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ //#region src/components/icons/x.tsx
3
+ function t(t) {
4
+ return /* @__PURE__ */ e("svg", {
5
+ viewBox: "0 0 512 512",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ role: "img",
8
+ "aria-label": "X",
9
+ ...t,
10
+ children: /* @__PURE__ */ e("path", {
11
+ d: "M389.2 48h70.6L305.6 224.2L487 464H345L233.7 318.6L106.5 464H35.8l164.9-188.5L26.8 48h145.6l100.5 132.9zm-24.8 373.8h39.1L151.1 88h-42z",
12
+ fill: "currentColor"
13
+ })
14
+ });
10
15
  }
16
+ //#endregion
17
+ export { t as X };
@@ -1,4 +1,4 @@
1
- import { type ComponentPropsWithRef } from "react";
1
+ import { ComponentPropsWithRef } from 'react';
2
2
  /**
3
3
  * Renders a stylized "Zoom" SVG icon featuring a blue multi-stop gradient and a white interior highlight.
4
4
  *
@@ -1,12 +1,70 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { useId } from "react";
3
- /**
4
- * Renders a stylized "Zoom" SVG icon featuring a blue multi-stop gradient and a white interior highlight.
5
- *
6
- * @param props - Props are forwarded to the root `<svg>` element (e.g., className, style, width, height, aria-*).
7
- * @returns The SVG element for the Zoom icon.
8
- */
9
- export function Zoom(props) {
10
- const gradientId = useId();
11
- return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", role: "img", "aria-label": "Zoom", ...props, children: [_jsx("defs", { children: _jsxs("linearGradient", { id: gradientId, x1: "23.666%", x2: "76.334%", y1: "95.612%", y2: "4.388%", children: [_jsx("stop", { offset: "0%", stopColor: "#0845bf" }), _jsx("stop", { offset: "19.11%", stopColor: "#0950de" }), _jsx("stop", { offset: "38.23%", stopColor: "#0b59f6" }), _jsx("stop", { offset: "50%", stopColor: "#0b5cff" }), _jsx("stop", { offset: "67.32%", stopColor: "#0e5efe" }), _jsx("stop", { offset: "77.74%", stopColor: "#1665fc" }), _jsx("stop", { offset: "86.33%", stopColor: "#246ff9" }), _jsx("stop", { offset: "93.88%", stopColor: "#387ff4" }), _jsx("stop", { offset: "100%", stopColor: "#4f90ee" })] }) }), _jsx("path", { fill: `url(#${gradientId})`, d: "M256 128c0 13.568-1.024 27.136-3.328 40.192c-6.912 43.264-41.216 77.568-84.48 84.48C155.136 254.976 141.568 256 128 256s-27.136-1.024-40.192-3.328c-43.264-6.912-77.568-41.216-84.48-84.48C1.024 155.136 0 141.568 0 128s1.024-27.136 3.328-40.192c6.912-43.264 41.216-77.568 84.48-84.48C100.864 1.024 114.432 0 128 0s27.136 1.024 40.192 3.328c43.264 6.912 77.568 41.216 84.48 84.48C254.976 100.864 256 114.432 256 128" }), _jsx("path", { fill: "#fff", d: "M204.032 207.872H75.008c-8.448 0-16.64-4.608-20.48-12.032c-4.608-8.704-2.816-19.2 4.096-26.112l89.856-89.856H83.968c-17.664 0-32-14.336-32-32h118.784c8.448 0 16.64 4.608 20.48 12.032c4.608 8.704 2.816 19.2-4.096 26.112l-89.6 90.112h74.496c17.664 0 32 14.08 32 31.744" })] }));
1
+ import { useId as e } from "react";
2
+ import { jsx as t, jsxs as n } from "react/jsx-runtime";
3
+ //#region src/components/icons/zoom.tsx
4
+ function r(r) {
5
+ let i = e();
6
+ return /* @__PURE__ */ n("svg", {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 256 256",
9
+ role: "img",
10
+ "aria-label": "Zoom",
11
+ ...r,
12
+ children: [
13
+ /* @__PURE__ */ t("defs", { children: /* @__PURE__ */ n("linearGradient", {
14
+ id: i,
15
+ x1: "23.666%",
16
+ x2: "76.334%",
17
+ y1: "95.612%",
18
+ y2: "4.388%",
19
+ children: [
20
+ /* @__PURE__ */ t("stop", {
21
+ offset: "0%",
22
+ stopColor: "#0845bf"
23
+ }),
24
+ /* @__PURE__ */ t("stop", {
25
+ offset: "19.11%",
26
+ stopColor: "#0950de"
27
+ }),
28
+ /* @__PURE__ */ t("stop", {
29
+ offset: "38.23%",
30
+ stopColor: "#0b59f6"
31
+ }),
32
+ /* @__PURE__ */ t("stop", {
33
+ offset: "50%",
34
+ stopColor: "#0b5cff"
35
+ }),
36
+ /* @__PURE__ */ t("stop", {
37
+ offset: "67.32%",
38
+ stopColor: "#0e5efe"
39
+ }),
40
+ /* @__PURE__ */ t("stop", {
41
+ offset: "77.74%",
42
+ stopColor: "#1665fc"
43
+ }),
44
+ /* @__PURE__ */ t("stop", {
45
+ offset: "86.33%",
46
+ stopColor: "#246ff9"
47
+ }),
48
+ /* @__PURE__ */ t("stop", {
49
+ offset: "93.88%",
50
+ stopColor: "#387ff4"
51
+ }),
52
+ /* @__PURE__ */ t("stop", {
53
+ offset: "100%",
54
+ stopColor: "#4f90ee"
55
+ })
56
+ ]
57
+ }) }),
58
+ /* @__PURE__ */ t("path", {
59
+ fill: `url(#${i})`,
60
+ d: "M256 128c0 13.568-1.024 27.136-3.328 40.192c-6.912 43.264-41.216 77.568-84.48 84.48C155.136 254.976 141.568 256 128 256s-27.136-1.024-40.192-3.328c-43.264-6.912-77.568-41.216-84.48-84.48C1.024 155.136 0 141.568 0 128s1.024-27.136 3.328-40.192c6.912-43.264 41.216-77.568 84.48-84.48C100.864 1.024 114.432 0 128 0s27.136 1.024 40.192 3.328c43.264 6.912 77.568 41.216 84.48 84.48C254.976 100.864 256 114.432 256 128"
61
+ }),
62
+ /* @__PURE__ */ t("path", {
63
+ fill: "#fff",
64
+ d: "M204.032 207.872H75.008c-8.448 0-16.64-4.608-20.48-12.032c-4.608-8.704-2.816-19.2 4.096-26.112l89.856-89.856H83.968c-17.664 0-32-14.336-32-32h118.784c8.448 0 16.64 4.608 20.48 12.032c4.608 8.704 2.816 19.2-4.096 26.112l-89.6 90.112h74.496c17.664 0 32 14.08 32 31.744"
65
+ })
66
+ ]
67
+ });
12
68
  }
69
+ //#endregion
70
+ export { r as Zoom };