@verifiedinc-public/shared-ui-elements 1.3.3 → 2.0.0

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 (116) hide show
  1. package/README.md +3 -29
  2. package/dist/components/index.mjs +1 -0
  3. package/dist/hooks/index.mjs +1 -0
  4. package/dist/index.mjs +1 -0
  5. package/dist/shared/index-CTvz4BbG.mjs +105 -0
  6. package/dist/shared/phone.schema-XBbyizhq.mjs +1 -0
  7. package/dist/shared/shadows-fgmuXym6.mjs +1 -0
  8. package/dist/shared/unix.schema-CMYTtXco.mjs +1 -0
  9. package/dist/shared/useQRCode-DXiPIj-D.mjs +1 -0
  10. package/dist/shared/useSearchParams-CW9y02Ym.mjs +1 -0
  11. package/dist/styles/index.mjs +1 -0
  12. package/dist/utils/masks/index.mjs +1 -0
  13. package/dist/utils/string/index.mjs +1 -0
  14. package/dist/validations/index.mjs +1 -0
  15. package/package.json +29 -8
  16. package/dist/shared-ui-elements.mjs +0 -105
  17. package/src/components/Alert/Alert.tsx +0 -8
  18. package/src/components/Alert/FullWidthAlert.tsx +0 -27
  19. package/src/components/Alert/index.ts +0 -2
  20. package/src/components/Backdrop/index.tsx +0 -34
  21. package/src/components/Banners/Banner.tsx +0 -42
  22. package/src/components/Banners/ExactBirthdayBanner.tsx +0 -18
  23. package/src/components/Banners/ResendPhoneBanner.tsx +0 -55
  24. package/src/components/Banners/TestPhoneNumbersBanner.tsx +0 -25
  25. package/src/components/Banners/index.tsx +0 -4
  26. package/src/components/Button/index.tsx +0 -8
  27. package/src/components/CredentialRequestsEditor/CredentialRequestsEditor.context.tsx +0 -98
  28. package/src/components/CredentialRequestsEditor/components/CredentialRequestsField.tsx +0 -103
  29. package/src/components/CredentialRequestsEditor/components/DataFieldAccordion.tsx +0 -337
  30. package/src/components/CredentialRequestsEditor/components/DataFieldDeleteModal.tsx +0 -64
  31. package/src/components/CredentialRequestsEditor/components/DataFieldDescription.tsx +0 -68
  32. package/src/components/CredentialRequestsEditor/components/DataFieldMandatory.tsx +0 -84
  33. package/src/components/CredentialRequestsEditor/components/DataFieldMulti.tsx +0 -74
  34. package/src/components/CredentialRequestsEditor/components/DataFieldOptionType.tsx +0 -84
  35. package/src/components/CredentialRequestsEditor/components/DataFieldSection.tsx +0 -48
  36. package/src/components/CredentialRequestsEditor/components/DataFieldUserInput.tsx +0 -71
  37. package/src/components/CredentialRequestsEditor/components/RadioOption.tsx +0 -89
  38. package/src/components/CredentialRequestsEditor/contexts/CredentialRequestFieldContext.tsx +0 -36
  39. package/src/components/CredentialRequestsEditor/index.tsx +0 -15
  40. package/src/components/CredentialRequestsEditor/types/compositeCredentialSchema.ts +0 -1
  41. package/src/components/CredentialRequestsEditor/types/credentialSchemasDto.ts +0 -3
  42. package/src/components/CredentialRequestsEditor/types/form.ts +0 -28
  43. package/src/components/CredentialRequestsEditor/types/mandatoryEnum.ts +0 -5
  44. package/src/components/CredentialRequestsEditor/utils/buildDataFieldValue.ts +0 -65
  45. package/src/components/CredentialRequestsEditor/utils/prettyField.ts +0 -16
  46. package/src/components/Image.tsx +0 -10
  47. package/src/components/QRCodeDisplay/index.tsx +0 -50
  48. package/src/components/RequiredLabel/index.tsx +0 -15
  49. package/src/components/Snackbar/index.tsx +0 -156
  50. package/src/components/TextField/index.tsx +0 -8
  51. package/src/components/Tip/index.tsx +0 -18
  52. package/src/components/Typography/index.tsx +0 -8
  53. package/src/components/When.tsx +0 -28
  54. package/src/components/form/CountrySelector.tsx +0 -96
  55. package/src/components/form/DataFieldClearAdornment.tsx +0 -28
  56. package/src/components/form/DateInput.tsx +0 -78
  57. package/src/components/form/DefaultInput.tsx +0 -26
  58. package/src/components/form/InputMask.tsx +0 -41
  59. package/src/components/form/OTPInput.tsx +0 -254
  60. package/src/components/form/PhoneInput.tsx +0 -152
  61. package/src/components/form/SSNInput.tsx +0 -99
  62. package/src/components/form/SelectInput.tsx +0 -101
  63. package/src/components/form/TextMaskCustom.tsx +0 -48
  64. package/src/components/form/index.ts +0 -5
  65. package/src/components/index.ts +0 -13
  66. package/src/components/terms/AcceptTermsNotice.tsx +0 -27
  67. package/src/components/terms/LegalLink.tsx +0 -22
  68. package/src/components/verified/VerifiedImage.tsx +0 -272
  69. package/src/components/verified/VerifiedIncLogo.tsx +0 -11
  70. package/src/components/verified/index.ts +0 -2
  71. package/src/hooks/index.ts +0 -6
  72. package/src/hooks/useCallbackRef.ts +0 -22
  73. package/src/hooks/useCopyToClipboard.ts +0 -76
  74. package/src/hooks/useDisclosure.ts +0 -96
  75. package/src/hooks/useLocalStorage.ts +0 -24
  76. package/src/hooks/usePrevious.ts +0 -17
  77. package/src/hooks/useQRCode.ts +0 -62
  78. package/src/hooks/useSearchParams.ts +0 -7
  79. package/src/index.ts +0 -13
  80. package/src/stories/components/Alert.stories.tsx +0 -41
  81. package/src/stories/components/Button.stories.ts +0 -49
  82. package/src/stories/components/CredentialRequestsEditor.stories.tsx +0 -98
  83. package/src/stories/components/QRCodeDisplay.stories.tsx +0 -60
  84. package/src/stories/components/TextField.stories.ts +0 -59
  85. package/src/stories/components/Typography.stories.ts +0 -140
  86. package/src/stories/components/VerifiedImage.stories.tsx +0 -32
  87. package/src/stories/components/form/DateInput.stories.ts +0 -36
  88. package/src/stories/components/form/OTPInput.stories.tsx +0 -90
  89. package/src/stories/components/form/PhoneInput.stories.tsx +0 -34
  90. package/src/stories/components/form/SSNInput.stories.ts +0 -30
  91. package/src/stories/components/form/SelectInput.stories.ts +0 -39
  92. package/src/stories/hooks/useCopyToClipboard.stories.tsx +0 -45
  93. package/src/styles/colors.ts +0 -60
  94. package/src/styles/index.ts +0 -3
  95. package/src/styles/shadows.ts +0 -6
  96. package/src/styles/theme.ts +0 -257
  97. package/src/styles/typography.ts +0 -86
  98. package/src/utils/date.ts +0 -32
  99. package/src/utils/index.ts +0 -6
  100. package/src/utils/masks/index.ts +0 -6
  101. package/src/utils/omitProperty.ts +0 -19
  102. package/src/utils/phone.ts +0 -76
  103. package/src/utils/ssn.ts +0 -8
  104. package/src/utils/string/index.ts +0 -2
  105. package/src/utils/string/toCapitalize.ts +0 -13
  106. package/src/utils/string/toSentenceCase.ts +0 -7
  107. package/src/utils/wrapPromise.ts +0 -19
  108. package/src/validations/date.schema.ts +0 -18
  109. package/src/validations/description.schema.ts +0 -5
  110. package/src/validations/email.schema.ts +0 -3
  111. package/src/validations/field.schema.ts +0 -3
  112. package/src/validations/index.ts +0 -8
  113. package/src/validations/phone.schema.ts +0 -6
  114. package/src/validations/ssn.schema.ts +0 -24
  115. package/src/validations/state.schema.ts +0 -3
  116. package/src/validations/unix.schema.ts +0 -11
@@ -1,22 +0,0 @@
1
- import { Link, type LinkProps } from '@mui/material';
2
-
3
- /**
4
- * A component which renders a link syled following advice from our legal counsel for linking to legal documents
5
- * like terms of use, privacy policy, etc
6
- */
7
- const LegalLink = ({ sx, ...props }: LinkProps) => {
8
- return (
9
- <Link
10
- target='_blank'
11
- {...props}
12
- color='primary'
13
- sx={{
14
- ...sx,
15
- }}
16
- >
17
- {props.children}
18
- </Link>
19
- );
20
- };
21
-
22
- export default LegalLink;
@@ -1,272 +0,0 @@
1
- import { Box, type SxProps } from '@mui/material';
2
-
3
- interface VerifiedImageProps {
4
- theme: {
5
- light: string;
6
- main: string;
7
- dark: string;
8
- };
9
- sx?: SxProps;
10
- }
11
-
12
- export function VerifiedImage(props: VerifiedImageProps): React.JSX.Element {
13
- return (
14
- <Box
15
- component='svg'
16
- xmlns='http://www.w3.org/2000/svg'
17
- width={268}
18
- height={270}
19
- sx={props.sx}
20
- >
21
- <g fill='none' fillRule='nonzero' transform='translate(.07)'>
22
- <path
23
- fill='#000'
24
- d='M241.767 233.564a.487.487 0 0 1-.388-.78 90.679 90.679 0 0 0 2.515-3.475.485.485 0 1 1 .8.551 92.592 92.592 0 0 1-2.54 3.513.483.483 0 0 1-.387.191ZM247.253 225.485a.486.486 0 0 1-.415-.737 87.053 87.053 0 0 0 9.446-22.082 87.336 87.336 0 0 0 3.019-25.12.485.485 0 0 1 .474-.497.496.496 0 0 1 .497.474 88.343 88.343 0 0 1-3.053 25.4 87.985 87.985 0 0 1-9.55 22.327.491.491 0 0 1-.418.235Z'
25
- />
26
- <path
27
- fill='#000'
28
- d='M251.876 205.767a2.867 2.867 0 0 1-2.757-3.648 2.82 2.82 0 0 1 1.356-1.708 2.835 2.835 0 0 1 2.172-.245 2.869 2.869 0 0 1 1.962 3.534 2.82 2.82 0 0 1-1.356 1.709 2.842 2.842 0 0 1-1.377.358Z'
29
- />
30
- <path
31
- fill='#000'
32
- d='M251.852 201.024c-.315 0-.625.079-.907.235a1.856 1.856 0 0 0-.893 1.125 1.894 1.894 0 0 0 1.298 2.335c.483.14.993.083 1.432-.161.439-.243.755-.642.892-1.125a1.896 1.896 0 0 0-1.822-2.41ZM255.991 195.465a.499.499 0 0 1-.227-.055c-2.719-1.435-5.336-3.118-5.362-3.134a.486.486 0 0 1-.01-.81l5.333-3.635a.485.485 0 0 1 .76.402l-.007 6.747a.485.485 0 0 1-.487.485Z'
33
- />
34
- <path
35
- fill='#000'
36
- d='M251.55 191.852a81.89 81.89 0 0 0 3.957 2.316l.004-5.016-3.96 2.7Z'
37
- />
38
- <path
39
- fill={props.theme.light}
40
- d='M22.552 136.302c20.526-20.907-18.147-59.85-8.532-87.986 12.944-37.88 118.252-70.356 189.133-29.118 54.566 31.746 76.598 112.277 54.04 143.691-11.424 15.907-33.943 18.864-36.905 37.949-2.807 18.078 15.73 26.173 12.95 39.434-4.824 23.008-68.388 35.652-123.097 25.849-17.025-3.051-77.386-14.423-100.386-60.187-1.826-3.633-19.098-38.718-2.844-58.235 5.633-6.77 10.169-5.824 15.641-11.397Z'
41
- />
42
- <path
43
- fill='#000'
44
- d='M134.755 179.656H51.647a30.635 30.635 0 0 1-21.291-8.549c-5.797-5.55-9.101-12.992-9.305-20.95a37.996 37.996 0 0 1 5.566-20.857c.14-.23.44-.301.669-.162.228.14.3.439.16.668-3.555 5.802-5.435 12.498-5.435 19.363 0 .322.004.642.012.962.196 7.702 3.395 14.901 9.004 20.276a29.675 29.675 0 0 0 20.62 8.277h83.108a.486.486 0 0 1 0 .972ZM75.607 74.022a.486.486 0 0 1-.363-.809 93.923 93.923 0 0 1 4.106-4.316.485.485 0 0 1 .681.69 93.544 93.544 0 0 0-4.063 4.273.474.474 0 0 1-.361.162ZM110.32 49.703a.485.485 0 0 1-.18-.937c11.108-4.44 22.77-6.69 34.664-6.69.505 0 1.01.004 1.515.011a.486.486 0 0 1-.007.972h-.009c-.5-.01-.999-.012-1.5-.012-11.769 0-23.31 2.228-34.3 6.62a.5.5 0 0 1-.182.036ZM190.005 54.797a.472.472 0 0 1-.236-.061 92.198 92.198 0 0 0-29.28-10.345.486.486 0 1 1 .165-.958 93.207 93.207 0 0 1 29.589 10.455.485.485 0 0 1-.238.91Z'
45
- />
46
- <path
47
- fill='#000'
48
- d='M194.766 57.641a.493.493 0 0 1-.262-.076 92.554 92.554 0 0 0-4.736-2.83.485.485 0 1 1 .474-.847c1.613.9 3.223 1.86 4.787 2.858a.485.485 0 0 1-.263.895ZM250.49 122.686a.491.491 0 0 1-.272-.084 37.555 37.555 0 0 0-14.685-5.946.486.486 0 0 1-.392-.377 91.874 91.874 0 0 0-8.148-22.957.486.486 0 0 1 .865-.443 92.805 92.805 0 0 1 8.165 22.879 38.516 38.516 0 0 1 14.737 6.041.485.485 0 0 1-.27.887ZM242.209 179.656h-22.876a.486.486 0 0 1 0-.972h22.876c13.516 0 24.586-10.943 24.678-24.393l.002-.266a37.852 37.852 0 0 0-10.987-26.701.485.485 0 0 1 .689-.683 38.824 38.824 0 0 1 11.27 27.387l-.002.27c-.096 13.982-11.602 25.358-25.65 25.358Z'
49
- />
50
- <path
51
- fill={props.theme.main}
52
- d='M25.212 149.169c0-18.346 14.558-33.29 32.752-33.911 9.116-39.534 44.534-69.009 86.837-69.009 43.79 0 80.203 31.587 87.7 73.218 17.516 1.78 31.184 16.574 31.184 34.56v.242c-.082 11.758-9.718 21.213-21.477 21.213H51.647c-14.211 0-26.061-11.225-26.424-25.431a35.281 35.281 0 0 1-.011-.882Z'
53
- />
54
- <path
55
- fill='#000'
56
- d='M242.209 175.968H51.647a26.97 26.97 0 0 1-18.74-7.523c-5.089-4.874-7.99-11.402-8.168-18.381a36.32 36.32 0 0 1-.012-.894c0-8.985 3.442-17.487 9.691-23.94 6.148-6.348 14.36-10.047 23.16-10.442 4.53-19.269 15.55-36.743 31.057-49.236a89.273 89.273 0 0 1 25.872-14.536c9.701-3.484 19.894-5.251 30.297-5.251 21.134 0 41.65 7.498 57.773 21.112 15.839 13.374 26.603 31.882 30.34 52.149 8.49.952 16.33 4.963 22.107 11.32a35.139 35.139 0 0 1 9.15 23.684v.245c-.085 11.96-9.937 21.693-21.965 21.693ZM144.802 46.735c-41.532 0-77.045 28.222-86.364 68.632l-.083.365-.373.013c-18.103.62-32.285 15.302-32.285 33.427 0 .29.005.58.01.87C26.058 163.804 37.695 175 51.645 175H242.21c11.496 0 20.913-9.3 20.992-20.73v-.24c0-17.646-13.219-32.295-30.749-34.077l-.364-.036-.064-.36c-7.598-42.198-44.28-72.822-87.222-72.822Z'
57
- />
58
- <path
59
- fill='#000'
60
- d='M60.193 249.298c3.116-2.546 6.387-4.918 9.735-7.183 6.798-4.594 13.962-8.7 21.203-12.679 3.809-2.093 7.764-3.987 11.667-5.934 3.927-1.96 7.865-3.901 11.804-5.842 3.6-1.773 7.2-3.548 10.792-5.33 8.167-27.61 17.037-58.912 15.276-58.912l-133.91-3.78c-3.152 0-5.267 2.565-4.714 5.717l16.228 92.527c.553 3.152 3.567 5.716 6.72 5.716h29.799c1.758-1.48 3.622-2.848 5.4-4.3Z'
61
- />
62
- <path
63
- fill='#000'
64
- d='M54.794 254.084H24.995c-3.377 0-6.606-2.744-7.197-6.119L1.57 155.437c-.295-1.685.095-3.271 1.1-4.468.986-1.173 2.439-1.818 4.093-1.818l133.923 3.78a.62.62 0 0 1 .492.259c.434.582 1.588 2.127-15.315 59.275a.485.485 0 0 1-.25.297 4618.546 4618.546 0 0 1-10.794 5.332c-3.978 1.959-7.873 3.88-11.803 5.84-.882.441-1.766.879-2.65 1.316-2.98 1.473-6.061 2.996-9.001 4.612-6.45 3.544-14.009 7.82-21.165 12.656-3.666 2.478-6.84 4.818-9.7 7.156-.782.639-1.592 1.27-2.376 1.882-1.002.78-2.037 1.587-3.018 2.414a.484.484 0 0 1-.312.114ZM6.75 150.123c-1.35 0-2.538.523-3.336 1.473-.816.972-1.132 2.277-.886 3.674l16.228 92.527c.513 2.93 3.313 5.314 6.24 5.314h29.622c.954-.799 1.947-1.572 2.91-2.323.78-.607 1.585-1.236 2.36-1.868 2.882-2.356 6.078-4.714 9.77-7.208 7.19-4.858 14.773-9.147 21.241-12.703 2.96-1.625 6.049-3.154 9.039-4.63.883-.437 1.765-.874 2.646-1.313 3.932-1.962 7.828-3.884 11.807-5.844 3.537-1.742 7.073-3.484 10.602-5.235 14.144-47.828 15.593-56.678 15.424-58.092L6.749 150.123Zm133.902 3.78h.02-.02Z'
65
- />
66
- <path
67
- fill='#FFF'
68
- d='M144.494 149.96H9.538c-2.978 0-4.97 2.415-4.448 5.393l16.228 92.527c.522 2.978 3.36 5.393 6.34 5.393h134.955c2.978 0 4.97-2.415 4.448-5.393l-16.228-92.527c-.522-2.978-3.36-5.393-6.34-5.393Z'
69
- />
70
- <path
71
- fill='#000'
72
- d='M162.614 253.76H27.657c-3.199 0-6.257-2.599-6.818-5.795L4.611 155.437c-.28-1.6.09-3.106 1.042-4.24.933-1.111 2.314-1.724 3.885-1.724h134.956c3.199 0 6.257 2.6 6.818 5.796l16.228 92.526c.28 1.6-.09 3.106-1.042 4.24-.933 1.113-2.313 1.726-3.884 1.726ZM9.538 150.447c-1.278 0-2.394.488-3.14 1.378-.766.91-1.06 2.134-.828 3.446l16.227 92.527c.483 2.753 3.112 4.99 5.862 4.99h134.955c1.28 0 2.395-.488 3.141-1.377.765-.91 1.059-2.134.83-3.446l-16.229-92.529c-.482-2.753-3.112-4.99-5.86-4.99H9.537Z'
73
- />
74
- <g fill='#000'>
75
- <path d='M82.291 253.687H27.198a4.033 4.033 0 0 0-4.028 4.029 4.033 4.033 0 0 0 4.028 4.028h56.739c2.222-.001-1.646-8.057-1.646-8.057Z' />
76
- <path d='M83.937 262.228H27.198a4.52 4.52 0 0 1-4.514-4.514 4.518 4.518 0 0 1 4.514-4.514h55.093c.188 0 .357.107.438.275.744 1.552 3.1 6.733 2.146 8.252-.204.324-.536.501-.938.501Zm-56.739-8.055a3.547 3.547 0 0 0-3.543 3.543 3.547 3.547 0 0 0 3.543 3.543h56.739c.086 0 .1-.02.116-.047.446-.708-.708-4.143-2.069-7.039H27.198Z' />
77
- </g>
78
- <path
79
- fill={props.theme.dark}
80
- d='M193.874 253.687H63.82a4.028 4.028 0 1 0 0 8.057h130.053a4.028 4.028 0 1 0 0-8.057Z'
81
- />
82
- <path
83
- fill='#000'
84
- d='M193.874 262.228H63.82a4.52 4.52 0 0 1-4.514-4.514 4.518 4.518 0 0 1 4.514-4.514h130.053a4.52 4.52 0 0 1 4.514 4.514 4.518 4.518 0 0 1-4.514 4.514ZM63.82 254.173a3.547 3.547 0 0 0-3.543 3.543 3.546 3.546 0 0 0 3.543 3.543h130.053a3.548 3.548 0 0 0 3.542-3.543 3.548 3.548 0 0 0-3.542-3.543H63.82Z'
85
- />
86
- <path
87
- fill={props.theme.main}
88
- d='M141.327 157.69H15.417c-1.306 0-2.18 1.06-1.951 2.366l.305 1.74c.23 1.307 1.475 2.366 2.781 2.366h125.91c1.306 0 2.18-1.059 1.951-2.365l-.305-1.74c-.23-1.307-1.475-2.366-2.781-2.366Z'
89
- />
90
- <path
91
- fill='#FFF'
92
- d='M141.284 160.926c.151.86-.424 1.558-1.284 1.558-.86 0-1.68-.697-1.831-1.558-.15-.86.424-1.557 1.284-1.557.86 0 1.68.697 1.831 1.557Z'
93
- />
94
- <path
95
- fill={props.theme.main}
96
- d='M71.632 243.357a39.18 39.18 0 0 1-3.484-.158.487.487 0 0 1 .088-.968 37.42 37.42 0 0 0 3.83.152h.006a.485.485 0 0 1 .006.971c-.149.003-.297.003-.446.003Zm4.312-.256a.485.485 0 0 1-.057-.966 32.772 32.772 0 0 0 3.766-.676.486.486 0 0 1 .228.945 34.02 34.02 0 0 1-3.877.696l-.06.001Zm-11.596-.441a.491.491 0 0 1-.092-.01 41.754 41.754 0 0 1-3.82-.92.486.486 0 1 1 .272-.932 40.88 40.88 0 0 0 3.73.898.486.486 0 0 1-.09.964Zm19.128-1.381a.487.487 0 0 1-.171-.94 29.732 29.732 0 0 0 3.481-1.569.485.485 0 1 1 .457.857 30.743 30.743 0 0 1-3.596 1.621.47.47 0 0 1-.17.03Zm-26.58-.781a.475.475 0 0 1-.177-.034 45.367 45.367 0 0 1-3.59-1.591.487.487 0 0 1 .432-.87c1.15.57 2.33 1.093 3.51 1.557a.485.485 0 0 1-.175.938Zm33.419-2.857a.484.484 0 0 1-.283-.88 28.56 28.56 0 0 0 2.945-2.426.485.485 0 0 1 .667.705 29.124 29.124 0 0 1-3.046 2.51.491.491 0 0 1-.283.09Zm-40.371-.59a.492.492 0 0 1-.252-.07 48.117 48.117 0 0 1-3.269-2.17.486.486 0 0 1 .57-.787 47.276 47.276 0 0 0 3.204 2.126.485.485 0 0 1-.253.901Zm-6.287-4.553a.484.484 0 0 1-.316-.117 48.73 48.73 0 0 1-2.874-2.671.487.487 0 0 1 .69-.685 46.739 46.739 0 0 0 2.816 2.617.486.486 0 0 1-.316.856Zm52.282-.176a.486.486 0 0 1-.379-.79 28.36 28.36 0 0 0 2.182-3.13.486.486 0 0 1 .834.5 29.243 29.243 0 0 1-2.257 3.239.494.494 0 0 1-.38.181Zm-57.747-5.336a.484.484 0 0 1-.371-.172 47.49 47.49 0 0 1-2.402-3.104.485.485 0 1 1 .792-.562 46.933 46.933 0 0 0 2.353 3.04.486.486 0 0 1-.372.798Zm61.74-1.302a.485.485 0 0 1-.445-.677c.5-1.16.934-2.37 1.286-3.597a.486.486 0 0 1 .934.27 30.935 30.935 0 0 1-1.327 3.713.49.49 0 0 1-.448.291Zm-66.23-5.029a.482.482 0 0 1-.418-.24 45 45 0 0 1-1.841-3.466.485.485 0 1 1 .876-.417 44.114 44.114 0 0 0 1.802 3.392.487.487 0 0 1-.418.731Zm68.373-2.416a.484.484 0 0 1-.48-.562c.196-1.243.32-2.525.37-3.806a.492.492 0 0 1 .505-.467c.268.01.477.236.467.505a33.686 33.686 0 0 1-.382 3.92.487.487 0 0 1-.48.41Zm-71.704-4.592a.484.484 0 0 1-.455-.317 41.599 41.599 0 0 1-1.185-3.746.486.486 0 0 1 .939-.249 40.27 40.27 0 0 0 1.157 3.658.484.484 0 0 1-.456.654Zm72.016-3.153a.488.488 0 0 1-.484-.451 37.613 37.613 0 0 0-.47-3.805.485.485 0 1 1 .957-.166c.228 1.301.39 2.615.482 3.904a.486.486 0 0 1-.45.519l-.035-.001Zm-73.995-4.346a.485.485 0 0 1-.479-.408 37.756 37.756 0 0 1-.43-3.91.484.484 0 0 1 .457-.512.48.48 0 0 1 .512.456 37.09 37.09 0 0 0 .42 3.81.487.487 0 0 1-.48.564Zm72.917-2.333a.485.485 0 0 1-.471-.368 40.795 40.795 0 0 0-1.112-3.671.486.486 0 1 1 .916-.325c.44 1.238.823 2.503 1.14 3.76a.485.485 0 0 1-.473.604Zm-73.352-5.41h-.026a.486.486 0 0 1-.46-.51c.07-1.321.22-2.638.44-3.915a.482.482 0 0 1 .562-.394.484.484 0 0 1 .395.561 32.504 32.504 0 0 0-.427 3.8.484.484 0 0 1-.484.458Zm70.76-1.901a.486.486 0 0 1-.442-.283 43.529 43.529 0 0 0-1.764-3.41.486.486 0 0 1 .842-.483 44.976 44.976 0 0 1 1.804 3.487.485.485 0 0 1-.44.689Zm-69.429-5.731a.486.486 0 0 1-.465-.626 30.427 30.427 0 0 1 1.39-3.691.486.486 0 0 1 .885.4 29.808 29.808 0 0 0-1.345 3.573.487.487 0 0 1-.465.344Zm65.568-1.002a.484.484 0 0 1-.399-.21 46.538 46.538 0 0 0-2.32-3.064.484.484 0 0 1 .066-.683.484.484 0 0 1 .683.066 47.608 47.608 0 0 1 2.37 3.129.484.484 0 0 1-.4.762Zm-4.935-5.99a.485.485 0 0 1-.348-.148 47.219 47.219 0 0 0-2.79-2.646.484.484 0 1 1 .64-.73c.981.858 1.94 1.767 2.846 2.7a.484.484 0 0 1-.348.824Zm-57.435-.065a.487.487 0 0 1-.412-.743 28.95 28.95 0 0 1 2.313-3.197.487.487 0 0 1 .748.621 28.182 28.182 0 0 0-2.235 3.091.488.488 0 0 1-.414.228Zm51.591-5.046c-.1 0-.201-.031-.29-.095a46.75 46.75 0 0 0-3.18-2.16.485.485 0 1 1 .513-.826 47.773 47.773 0 0 1 3.246 2.205.486.486 0 0 1-.289.876Zm-46.635-.903a.486.486 0 0 1-.327-.844 29.307 29.307 0 0 1 3.088-2.456.485.485 0 1 1 .552.8 28.267 28.267 0 0 0-2.986 2.374.492.492 0 0 1-.327.126Zm40.04-3.187a.5.5 0 0 1-.221-.053 44.252 44.252 0 0 0-3.495-1.596.486.486 0 1 1 .366-.9c1.2.485 2.402 1.033 3.57 1.63a.487.487 0 0 1-.22.919Zm-33.67-1.216a.486.486 0 0 1-.22-.918 30.802 30.802 0 0 1 3.62-1.561.484.484 0 1 1 .327.914c-1.205.43-2.384.94-3.506 1.511a.465.465 0 0 1-.221.054Zm26.477-1.694a.528.528 0 0 1-.141-.02 41.35 41.35 0 0 0-3.72-.944.487.487 0 0 1 .194-.952c1.268.26 2.55.584 3.808.966a.486.486 0 0 1-.14.95Zm-19.185-.92a.487.487 0 0 1-.107-.96 34.095 34.095 0 0 1 3.885-.637.486.486 0 0 1 .102.965 33.47 33.47 0 0 0-3.775.62.516.516 0 0 1-.105.012Zm11.585-.624-.051-.003a37.807 37.807 0 0 0-3.827-.202.485.485 0 1 1 0-.971c1.299.001 2.62.071 3.926.207a.486.486 0 0 1-.048.969Z'
97
- />
98
- <path
99
- fill={props.theme.light}
100
- d='M59.692 174.788c-17.324 0-28.904 14.044-25.866 31.366 3.038 17.323 19.544 31.365 36.867 31.365 17.324 0 28.904-14.043 25.866-31.365-3.038-17.324-19.544-31.366-36.867-31.366Zm9.973 56.864c-14.082 0-27.502-11.416-29.97-25.498-2.47-14.082 6.943-25.5 21.026-25.5 14.082 0 27.502 11.418 29.971 25.5 2.47 14.083-6.945 25.498-21.027 25.498Z'
101
- />
102
- <path
103
- fill={props.theme.dark}
104
- d='m43.48 188.786-4.88-4.151a24.72 24.72 0 0 0-2.931 4.912l5.588 2.96a20.037 20.037 0 0 1 2.223-3.72Z'
105
- />
106
- <path
107
- fill={props.theme.main}
108
- d='m60.612 174.802 1.03 5.872c6.133.216 12.097 2.57 17.036 6.338l3.286-4.266c-6.167-4.76-13.657-7.724-21.352-7.944Z'
109
- />
110
- <path
111
- fill={props.theme.dark}
112
- d='M80.233 188.273c5.335 4.602 9.238 10.915 10.459 17.88.386 2.205.481 4.345.313 6.385l5.917 1.72c.235-2.585.129-5.302-.363-8.104-1.517-8.645-6.386-16.474-13.039-22.148l-3.287 4.267Z'
113
- />
114
- <path
115
- fill={props.theme.main}
116
- d='m86.905 223.522 4.88 4.152c2.529-3.294 4.236-7.26 4.919-11.657l-5.914-1.719c-.559 3.47-1.905 6.603-3.885 9.224ZM50.153 224.034c-5.335-4.602-9.237-10.915-10.459-17.88-.765-4.364-.389-8.471.913-12.062l-5.59-2.962c-1.655 4.46-2.145 9.58-1.19 15.024 1.517 8.644 6.387 16.473 13.04 22.147l3.286-4.267Z'
117
- />
118
- <path
119
- fill={props.theme.dark}
120
- d='M85.834 224.82c-3.635 4.044-8.946 6.59-15.255 6.813l1.03 5.872c7.928-.23 14.59-3.43 19.105-8.534l-4.88-4.151ZM44.55 187.487c3.636-4.044 8.947-6.59 15.256-6.813l-1.03-5.872c-7.928.23-14.591 3.43-19.105 8.534l4.88 4.151ZM69.773 237.506l-1.03-5.871c-6.133-.215-12.097-2.57-17.037-6.338l-3.285 4.265c6.169 4.76 13.656 7.723 21.352 7.944Z'
121
- />
122
- <g fill='#000'>
123
- <path d='M68.717 226.733c-2.632 0-5.28-.49-7.868-1.457a.485.485 0 1 1 .34-.91c2.48.926 5.013 1.396 7.528 1.396 8.516 0 15.03-5.437 16.209-13.53a.485.485 0 1 1 .961.139c-1.252 8.591-8.152 14.362-17.17 14.362ZM83.908 201.936a.486.486 0 0 1-.45-.3 23.99 23.99 0 0 0-2.719-4.843.485.485 0 1 1 .786-.569 24.996 24.996 0 0 1 2.83 5.041.486.486 0 0 1-.447.671ZM54.974 222.03c-.1 0-.2-.03-.286-.093-5.332-3.904-9.002-9.627-10.067-15.699-.977-5.568.298-10.792 3.59-14.712 3.222-3.838 8.002-5.95 13.458-5.95 2.139 0 4.302.327 6.432.97a.486.486 0 0 1-.28.931 21.213 21.213 0 0 0-6.15-.929c-5.164 0-9.68 1.991-12.715 5.604-3.104 3.695-4.303 8.639-3.376 13.92 1.023 5.827 4.553 11.324 9.684 15.082a.486.486 0 0 1-.29.876Z' />
124
- </g>
125
- <path
126
- fill={props.theme.dark}
127
- d='m85.63 26.791 7.024 53.118a74.05 74.05 0 0 0 30.874 50.907l16.405 11.513a11.64 11.64 0 0 0 13.827-.335l14.353-11.146a74.05 74.05 0 0 0 28.015-48.954l7.142-55.043a11.189 11.189 0 0 0-8.188-12.244l-35.7-9.608a60.2 60.2 0 0 0-31.76.129l-33.896 9.417a11.187 11.187 0 0 0-8.095 12.246Z'
128
- />
129
- <path
130
- fill='#FFF'
131
- d='M192.775 81.942a.485.485 0 0 1-.481-.549l7.144-55.042c.47-3.619-1.834-7.064-5.358-8.011a.485.485 0 1 1 .253-.938c3.992 1.074 6.6 4.975 6.069 9.075l-7.144 55.042a.49.49 0 0 1-.483.423ZM161.545 9.566a.52.52 0 0 1-.126-.016l-3.04-.818a56.591 56.591 0 0 0-29.718.12.486.486 0 0 1-.26-.936 57.577 57.577 0 0 1 30.232-.123l3.04.818a.485.485 0 0 1-.128.955ZM95.12 73.25a.485.485 0 0 1-.482-.423l-6.137-46.416c-.539-4.074 2.04-7.976 6-9.076l9.087-2.525a.487.487 0 0 1 .26.936l-9.087 2.525c-3.496.971-5.773 4.416-5.298 8.014l6.138 46.417a.486.486 0 0 1-.481.548ZM146.62 141.542a8.698 8.698 0 0 1-5.023-1.587l-16.404-11.514a71.021 71.021 0 0 1-9.175-7.675.485.485 0 1 1 .683-.69 70.062 70.062 0 0 0 9.049 7.57l16.405 11.513a7.73 7.73 0 0 0 4.464 1.41 7.704 7.704 0 0 0 4.769-1.634l14.352-11.146a.485.485 0 1 1 .596.768l-14.353 11.146a8.657 8.657 0 0 1-5.362 1.839Z'
132
- />
133
- <circle
134
- cx={144.507}
135
- cy={64.121}
136
- r={29.904}
137
- fill='#FFF'
138
- transform='rotate(-45 144.507 64.121)'
139
- />
140
- <path
141
- fill={props.theme.main}
142
- d='M142.874 84.791a3.722 3.722 0 0 1-3.204-1.83l-12.473-21.147a3.72 3.72 0 1 1 6.41-3.78l9.149 15.513 13.952-25.462a3.72 3.72 0 1 1 6.525 3.576l-17.095 31.2a3.719 3.719 0 0 1-3.204 1.932c-.02-.002-.04-.002-.06-.002Z'
143
- />
144
- <path
145
- fill={props.theme.dark}
146
- d='m66.447 95.778-3.274 1.178.467 3.77c-.71.409-1.377.87-1.994 1.38l-3.366-1.754-2.247 2.656 2.291 3.034c-.404.7-.749 1.432-1.031 2.19l-3.798.165-.617 3.425 3.496 1.478c0 .802.069 1.61.206 2.415l-3.206 2.041 1.178 3.274 3.77-.467c.409.71.87 1.377 1.38 1.994l-1.754 3.366 2.656 2.246 3.034-2.29c.7.403 1.434.749 2.19 1.032l.165 3.798 3.425.617 1.478-3.496c.802 0 1.61-.069 2.415-.206l2.041 3.206 3.274-1.177-.467-3.771c.71-.408 1.376-.87 1.994-1.38l3.366 1.754 2.246-2.656-2.29-3.034c.403-.7.749-1.434 1.032-2.19l3.798-.165.617-3.424-3.496-1.48c0-.8-.069-1.608-.206-2.414l3.206-2.04-1.177-3.274-3.771.466a14.364 14.364 0 0 0-1.38-1.994l1.754-3.365-2.656-2.247-3.034 2.29c-.7-.403-1.434-.748-2.19-1.032l-.165-3.798-3.424-.617-1.48 3.496c-.8 0-1.608.069-2.414.206l-2.042-3.206Zm12.88 14.497a8.956 8.956 0 0 1-5.398 11.46 8.958 8.958 0 1 1 5.399-11.46Z'
147
- />
148
- <path
149
- fill='#000'
150
- d='M68.685 133.364a.573.573 0 0 1-.087-.008l-3.424-.618a.486.486 0 0 1-.4-.457l-.15-3.48a15.169 15.169 0 0 1-1.68-.791l-2.78 2.099a.488.488 0 0 1-.607-.016l-2.656-2.247a.486.486 0 0 1-.117-.595l1.606-3.084c-.38-.482-.734-.994-1.058-1.53l-3.455.427a.485.485 0 0 1-.516-.317l-1.178-3.274a.486.486 0 0 1 .196-.575l2.938-1.869a14.76 14.76 0 0 1-.158-1.853l-3.204-1.356a.485.485 0 0 1-.288-.534l.617-3.424a.486.486 0 0 1 .457-.4l3.48-.15c.228-.575.493-1.137.79-1.68l-2.098-2.779a.488.488 0 0 1 .016-.607l2.247-2.656a.489.489 0 0 1 .595-.117l3.085 1.606c.481-.38.995-.735 1.53-1.058l-.428-3.455a.485.485 0 0 1 .317-.516l3.275-1.178a.484.484 0 0 1 .575.196l1.87 2.937a14.76 14.76 0 0 1 1.853-.158l1.356-3.203c.089-.21.31-.326.534-.288l3.424.617c.224.041.389.23.4.457l.15 3.48c.575.23 1.138.494 1.68.79l2.78-2.098a.488.488 0 0 1 .607.016l2.656 2.247a.486.486 0 0 1 .117.595l-1.606 3.083c.38.482.734.995 1.058 1.53l3.455-.427a.484.484 0 0 1 .516.318l1.178 3.273a.486.486 0 0 1-.196.575l-2.938 1.87c.093.618.145 1.24.158 1.853l3.204 1.356c.209.09.329.31.288.534l-.617 3.424a.486.486 0 0 1-.457.4l-3.48.15a15.169 15.169 0 0 1-.791 1.68l2.1 2.78a.488.488 0 0 1-.017.607l-2.247 2.657a.484.484 0 0 1-.595.117l-3.084-1.606c-.48.38-.994.734-1.53 1.057l.429 3.455a.485.485 0 0 1-.318.516l-3.275 1.178a.486.486 0 0 1-.574-.196l-1.87-2.937c-.62.092-1.242.145-1.853.158l-1.356 3.203a.494.494 0 0 1-.45.296Zm-2.956-1.513 2.659.48 1.328-3.138a.485.485 0 0 1 .448-.297h.005c.765 0 1.55-.067 2.33-.199a.482.482 0 0 1 .49.218l1.832 2.88 2.544-.915-.42-3.386a.488.488 0 0 1 .24-.482 13.938 13.938 0 0 0 1.926-1.332.485.485 0 0 1 .534-.056l3.022 1.574 1.747-2.064-2.057-2.723a.486.486 0 0 1-.032-.536c.39-.674.726-1.387.998-2.116a.487.487 0 0 1 .434-.316l3.41-.148.48-2.66-3.138-1.328a.485.485 0 0 1-.297-.447c0-.768-.067-1.554-.199-2.335a.486.486 0 0 1 .218-.491l2.879-1.833-.915-2.544-3.386.42a.483.483 0 0 1-.481-.24 13.938 13.938 0 0 0-1.333-1.926.485.485 0 0 1-.055-.534l1.574-3.022-2.064-1.747-2.724 2.057a.486.486 0 0 1-.535.032 14.257 14.257 0 0 0-2.117-.998.487.487 0 0 1-.316-.434l-.148-3.41-2.66-.48-1.329 3.138a.485.485 0 0 1-.447.297h-.006c-.767 0-1.55.067-2.329.199a.483.483 0 0 1-.491-.218l-1.833-2.879-2.544.914.42 3.387a.488.488 0 0 1-.24.481c-.686.395-1.334.844-1.926 1.333a.482.482 0 0 1-.534.055l-3.022-1.574-1.745 2.064 2.056 2.724c.117.155.13.367.034.535-.39.676-.726 1.388-.998 2.118a.487.487 0 0 1-.434.316l-3.41.148-.48 2.66 3.138 1.327c.18.077.297.252.297.448 0 .768.067 1.554.199 2.335a.486.486 0 0 1-.218.491l-2.879 1.833.914 2.544 3.387-.42a.479.479 0 0 1 .481.24c.395.684.843 1.332 1.333 1.926.124.15.146.36.055.534l-1.574 3.022 2.064 1.745 2.724-2.056a.486.486 0 0 1 .535-.033c.675.39 1.387.726 2.118.998a.487.487 0 0 1 .316.434l.147 3.41Zm4.433-7.55a9.407 9.407 0 0 1-4.018-.905 9.377 9.377 0 0 1-4.86-5.347 9.381 9.381 0 0 1 .343-7.22 9.377 9.377 0 0 1 5.348-4.86 9.375 9.375 0 0 1 7.218.344 9.377 9.377 0 0 1 4.861 5.348 9.381 9.381 0 0 1-.344 7.218 9.377 9.377 0 0 1-5.347 4.861 9.429 9.429 0 0 1-3.2.562Zm.012-17.922c-.967 0-1.935.166-2.872.503a8.415 8.415 0 0 0-4.797 4.362 8.422 8.422 0 0 0-.31 6.477 8.41 8.41 0 0 0 4.363 4.798 8.419 8.419 0 0 0 6.476.308 8.41 8.41 0 0 0 4.797-4.362 8.419 8.419 0 0 0 .309-6.475 8.41 8.41 0 0 0-4.362-4.798 8.422 8.422 0 0 0-3.604-.813Z'
151
- />
152
- <path
153
- fill={props.theme.dark}
154
- d='m27.982 41.908-5.604 2.014.8 6.453a24.65 24.65 0 0 0-3.41 2.36l-5.761-3-3.846 4.546 3.92 5.191a24.95 24.95 0 0 0-1.765 3.748l-6.5.282-1.057 5.86 5.981 2.532c0 1.37.119 2.753.353 4.134L5.608 79.52l2.014 5.602 6.454-.798a24.778 24.778 0 0 0 2.359 3.41l-3 5.761 4.546 3.846 5.191-3.92a24.95 24.95 0 0 0 3.748 1.765l.282 6.5 5.86 1.057 2.532-5.982c1.37 0 2.753-.118 4.134-.352l3.493 5.485 5.602-2.014-.798-6.454a24.778 24.778 0 0 0 3.41-2.359l5.761 3 3.846-4.546-3.92-5.192a24.95 24.95 0 0 0 1.765-3.747l6.5-.282 1.057-5.86-5.981-2.532c0-1.37-.119-2.753-.353-4.134l5.485-3.493-2.014-5.602-6.454.8a24.65 24.65 0 0 0-2.359-3.411l3-5.76-4.546-3.846-5.19 3.92a24.95 24.95 0 0 0-3.748-1.766l-.282-6.499-5.86-1.057-2.532 5.98c-1.37 0-2.753.12-4.133.353l-3.495-5.486Zm22.042 24.808c2.864 7.966-1.272 16.746-9.238 19.608-7.967 2.864-16.746-1.272-19.609-9.239-2.864-7.966 1.273-16.745 9.239-19.608 7.966-2.864 16.744 1.273 19.608 9.239Z'
155
- />
156
- <path
157
- fill='#000'
158
- d='M31.813 105.877a.573.573 0 0 1-.086-.007l-5.86-1.058a.486.486 0 0 1-.4-.456l-.267-6.18a25.636 25.636 0 0 1-3.239-1.526l-4.935 3.727a.488.488 0 0 1-.607-.016l-4.546-3.846a.486.486 0 0 1-.117-.595l2.852-5.477c-.74-.92-1.425-1.91-2.04-2.949l-6.137.76a.484.484 0 0 1-.516-.318L3.9 82.334a.486.486 0 0 1 .196-.575l5.216-3.32a25.086 25.086 0 0 1-.304-3.573L3.32 72.46a.485.485 0 0 1-.288-.534l1.058-5.86a.486.486 0 0 1 .456-.4l6.179-.267a25.636 25.636 0 0 1 1.525-3.239l-3.727-4.935a.488.488 0 0 1 .016-.607l3.846-4.546a.488.488 0 0 1 .595-.117l5.477 2.854a25.533 25.533 0 0 1 2.949-2.04l-.76-6.137a.485.485 0 0 1 .317-.517l5.602-2.014a.484.484 0 0 1 .575.196l3.32 5.216a25.341 25.341 0 0 1 3.572-.305l2.408-5.688a.49.49 0 0 1 .534-.288l5.86 1.058c.224.04.389.23.4.456l.267 6.18c1.112.432 2.198.944 3.238 1.526l4.936-3.727a.488.488 0 0 1 .607.016l4.546 3.846a.486.486 0 0 1 .117.595l-2.852 5.477a25.407 25.407 0 0 1 2.04 2.949l6.137-.76a.486.486 0 0 1 .516.318l2.014 5.602a.486.486 0 0 1-.196.575l-5.216 3.32c.187 1.194.29 2.394.306 3.573l5.687 2.406c.209.089.329.31.288.534l-1.058 5.86a.486.486 0 0 1-.456.399l-6.18.268a25.732 25.732 0 0 1-1.526 3.238l3.727 4.935a.488.488 0 0 1-.016.607l-3.845 4.547a.486.486 0 0 1-.596.117l-5.476-2.853c-.92.74-1.91 1.425-2.95 2.04l.761 6.136a.485.485 0 0 1-.317.516L42.136 105a.486.486 0 0 1-.575-.196l-3.32-5.216c-1.196.187-2.395.29-3.573.306l-2.407 5.687a.487.487 0 0 1-.448.297Zm-5.392-1.953 5.095.92 2.38-5.624a.485.485 0 0 1 .448-.297h.01c1.33 0 2.688-.117 4.041-.345a.483.483 0 0 1 .492.218l3.284 5.157 4.872-1.75-.752-6.07a.487.487 0 0 1 .24-.48 24.184 24.184 0 0 0 3.344-2.315.485.485 0 0 1 .534-.055l5.417 2.821 3.343-3.952-3.686-4.881a.486.486 0 0 1-.032-.536 24.616 24.616 0 0 0 1.732-3.674.487.487 0 0 1 .434-.316l6.11-.265.92-5.095-5.624-2.38a.485.485 0 0 1-.297-.447c0-1.334-.115-2.698-.345-4.052a.486.486 0 0 1 .218-.492l5.158-3.283-1.751-4.873-6.068.752a.479.479 0 0 1-.481-.24 24.223 24.223 0 0 0-2.314-3.344.485.485 0 0 1-.056-.534l2.822-5.416-3.952-3.344-4.882 3.686a.486.486 0 0 1-.535.032 24.693 24.693 0 0 0-3.674-1.732.487.487 0 0 1-.316-.434l-.265-6.11-5.095-.92-2.38 5.624a.485.485 0 0 1-.447.297c0-.003-.008 0-.01 0-1.332 0-2.69.116-4.042.345a.481.481 0 0 1-.492-.218l-3.284-5.157-4.872 1.75.752 6.068a.488.488 0 0 1-.24.481 24.223 24.223 0 0 0-3.344 2.314.482.482 0 0 1-.534.056l-5.417-2.822-3.343 3.953 3.686 4.88c.117.157.13.368.033.536a24.693 24.693 0 0 0-1.732 3.675.487.487 0 0 1-.434.316l-6.11.264-.92 5.095 5.624 2.38c.18.076.297.252.297.448 0 1.335.116 2.699.345 4.052a.486.486 0 0 1-.217.491L4.95 82.366l1.75 4.872 6.068-.751a.48.48 0 0 1 .482.24 24.184 24.184 0 0 0 2.314 3.343c.124.151.146.36.055.534L12.8 96.021l3.952 3.344 4.881-3.686a.489.489 0 0 1 .536-.034 24.624 24.624 0 0 0 3.674 1.732.487.487 0 0 1 .316.434l.263 6.113Zm7.921-13.552c-2.3 0-4.589-.508-6.73-1.517a15.707 15.707 0 0 1-8.14-8.955c-2.95-8.205 1.326-17.28 9.531-20.23a15.708 15.708 0 0 1 12.09.576c3.82 1.8 6.712 4.98 8.14 8.955a15.708 15.708 0 0 1-.576 12.09 15.707 15.707 0 0 1-8.955 8.14c-1.748.628-3.558.94-5.36.94Zm-.004-30.664c-1.663 0-3.353.282-5.006.876a14.745 14.745 0 0 0-8.405 7.642 14.751 14.751 0 0 0-.541 11.346c2.769 7.702 11.287 11.714 18.988 8.946a14.745 14.745 0 0 0 8.405-7.641 14.751 14.751 0 0 0 .541-11.347c-2.175-6.048-7.897-9.822-13.982-9.822Z'
159
- />
160
- <path
161
- fill={props.theme.main}
162
- d='M220.93 210.918h-87.812a5.855 5.855 0 1 0 0 11.71h87.812a5.855 5.855 0 1 0 0-11.71ZM162.822 192.27h-48.5a5.435 5.435 0 1 0 0 10.872h48.5a5.436 5.436 0 0 0 0-10.872ZM184.913 197.706a5.436 5.436 0 1 1-10.873-.001 5.436 5.436 0 0 1 10.873.001Z'
163
- />
164
- <path
165
- fill='#000'
166
- d='M223.948 147.672c3.617 2.813 8.97 6.975 16.569 6.818 1.203-.025 11.017-.374 15.531-7.71.594-.964 3.299-5.36 1.783-9.45-1.613-4.357-6.573-4.478-6.81-7.298-.315-3.744 8.329-4.632 9.916-9.975 1.711-5.765-5.408-14.623-13.418-18.829-9.649-5.065-18.623-2.346-20.684-7.359-1.195-2.906 1.48-4.65.145-8.611-1.422-4.223-6.632-8.687-11.235-7.134-2.933.989-5.268 4.302-4.994 7.31.335 3.686 4.337 4.244 6.598 7.49 5.771 8.284-9.405 20.26-6.559 35.918 1.82 10.014 10.085 16.44 13.158 18.83Z'
167
- />
168
- <path
169
- fill='#FFF'
170
- d='M208.052 104.462s-4.602 1.639-10.271 8.98c-5.67 7.34-18.433 7.753-22.558 2.71-4.126-5.044-3.677-6.44-3.677-6.44l-1.507 4.326s1.21 21.78 20.862 18.425c4.045-.69 9.85-1.977 12.233-4.071 9.197-8.078 4.918-23.93 4.918-23.93Z'
171
- />
172
- <path
173
- fill='#000'
174
- d='M186.964 133.3c-3.883 0-7.215-1.095-9.946-3.271-6.803-5.426-7.44-15.538-7.463-15.965a.51.51 0 0 1 .027-.187l1.506-4.326.922.31s.007-.014.01-.043c-.001.014-.157 1.455 3.58 6.023 1.676 2.05 5.005 3.246 8.909 3.185 5.203-.073 10.141-2.328 12.887-5.882 5.692-7.368 10.3-9.07 10.494-9.14a.484.484 0 0 1 .63.333c.179.66 4.25 16.236-5.065 24.422-1.927 1.692-6.123 3.1-12.473 4.183a23.908 23.908 0 0 1-4.018.357Zm-16.433-19.196c.08 1.026.967 10.286 7.097 15.17 3.404 2.712 7.844 3.625 13.193 2.71 6.082-1.038 10.23-2.406 11.994-3.956 7.913-6.951 5.534-20.039 4.902-22.885-1.324.648-5.117 2.855-9.55 8.595-2.923 3.784-8.15 6.181-13.643 6.259-4.203.066-7.813-1.265-9.675-3.54-1.94-2.372-2.907-3.984-3.376-5.052l-.942 2.699Z'
175
- />
176
- <path
177
- fill='#FFF'
178
- d='M199.61 137.654c4.414-17.998-1.178-25.58 5.15-31.142 5.793-5.092 15.825-3.444 20.168-2.73 4.925.81 9.005 1.48 11.78 4.604a8.553 8.553 0 0 1 1.617 2.624v-.003c5.301 9.982 1.005 20.287-1.645 25.047-.438 19.089 7.12 24.824 2.143 31.895-5.388 7.655-18.706 7.27-25.7 5.744-2.454-.535-16.208-3.844-19.35-13.757-2.058-6.499 2.593-9.059 5.836-22.282Z'
179
- />
180
- <path
181
- fill='#000'
182
- d='M221.793 175.087c-3.287 0-6.389-.399-8.772-.918-3.843-.838-16.618-4.328-19.71-14.085-1.251-3.952-.103-6.578 1.636-10.551 1.267-2.895 2.844-6.499 4.191-11.995 2.02-8.232 1.93-14.17 1.86-18.942-.083-5.601-.137-9.3 3.444-12.448 5.965-5.243 16.196-3.562 20.565-2.844 4.924.809 9.174 1.508 12.065 4.761a9.028 9.028 0 0 1 1.69 2.728c5.286 9.968 1.301 20.145-1.598 25.394-.187 8.855 1.327 14.68 2.544 19.365 1.37 5.272 2.276 8.753-.487 12.678-3.727 5.294-10.932 6.857-17.428 6.857Zm-21.711-37.317c-1.368 5.577-2.964 9.222-4.245 12.15-1.709 3.908-2.742 6.266-1.6 9.87 3.01 9.498 16.349 12.853 18.992 13.43 6.385 1.392 19.869 2.023 25.199-5.55 2.503-3.556 1.69-6.688.34-11.875-1.172-4.513-2.779-10.694-2.572-19.752a.486.486 0 0 1 .061-.225c2.804-5.039 6.745-14.924 1.662-24.543a.567.567 0 0 1-.046-.09 8.06 8.06 0 0 0-1.528-2.476c-2.66-2.996-6.56-3.637-11.496-4.447-4.233-.696-14.148-2.324-19.768 2.615-3.244 2.851-3.194 6.184-3.112 11.704.071 4.827.16 10.835-1.887 19.189Z'
183
- />
184
- <path
185
- fill='#FFF'
186
- d='M205.097 131.725s-11.345-4.135-14.886-11.696l-7.302-6.805s.104 3.29 2.271 4.664c0 0-1.862 3.749.885 6.335 0 0 2.06 1.637 3.289 1.667 0 0 3.597 11.814 13.305 15.33 0 0 2.727-4.145 2.438-9.495Z'
187
- />
188
- <path
189
- fill='#000'
190
- d='M202.659 141.706a.464.464 0 0 1-.165-.03c-9.065-3.283-12.857-13.407-13.507-15.34-1.323-.247-3.02-1.57-3.224-1.733l-.031-.026c-2.434-2.294-1.56-5.431-1.15-6.517-2.035-1.59-2.156-4.682-2.16-4.82a.489.489 0 0 1 .819-.371l7.302 6.805a.494.494 0 0 1 .108.149c3.417 7.295 14.502 11.405 14.613 11.446a.486.486 0 0 1 .319.43c.293 5.446-2.403 9.613-2.519 9.787a.484.484 0 0 1-.405.22Zm-16.276-17.85c.553.436 2.118 1.528 2.98 1.549.21.004.393.143.454.344.035.114 3.549 11.317 12.633 14.874.592-1.041 2.305-4.422 2.176-8.557-1.878-.731-11.476-4.752-14.814-11.746l-6.214-5.79c.238.976.749 2.253 1.841 2.945.211.133.286.404.176.626-.069.14-1.656 3.45.768 5.755ZM215.32 145.121c-3.377 0-7.26-.594-11.598-2.203a.486.486 0 1 1 .338-.91c15.98 5.928 25.577-2.315 25.672-2.398a.486.486 0 0 1 .645.727c-.075.065-5.544 4.784-15.056 4.784ZM209.525 132.331c-.759 0-1.547-.04-2.365-.123a.487.487 0 0 1-.435-.532.49.49 0 0 1 .533-.435c7.44.755 13.238-2.045 17.228-8.326 2.997-4.719 3.793-9.715 3.8-9.767a.486.486 0 1 1 .962.148c-.033.212-.836 5.25-3.941 10.138-2.65 4.17-7.484 8.897-15.782 8.897ZM175.487 104.024l9.274 33.027-10.876-3.142-10.217-32.545z'
191
- />
192
- <path
193
- fill='#FFF'
194
- d='M169.59 120.37s-2.79-2.937-3.439-5.269c-.646-2.332 3.44-7.461 3.44-7.461v12.73Z'
195
- />
196
- <path
197
- fill='#000'
198
- d='M169.59 120.857a.488.488 0 0 1-.352-.15c-.117-.125-2.882-3.053-3.555-5.474-.693-2.499 3.093-7.35 3.527-7.895a.486.486 0 0 1 .864.302v12.73a.485.485 0 0 1-.484.487Zm-.485-11.747c-1.24 1.77-2.86 4.51-2.486 5.862.391 1.405 1.634 3.078 2.486 4.106v-9.968ZM203.134 126.376a.486.486 0 0 1-.48-.415c-1.537-10.506 3.18-16.316 3.381-16.559a.485.485 0 1 1 .747.62c-.046.056-4.636 5.745-3.166 15.797a.486.486 0 0 1-.482.557ZM202.984 214.042c0 2.14 4.98.127 11.24 1.51 9.115 2.013 13.698-1.753 13.698-3.894 0-2.14-6.841-1.492-13.28-1.492-6.44 0-11.658 1.736-11.658 3.876Z'
199
- />
200
- <path
201
- fill='#FFF'
202
- d='m208.386 208.358 27.583 36.636 4.4-3.89s-11.442-29.68-21.501-32.557l-7.484-4.566-2.998 4.377Z'
203
- />
204
- <path
205
- fill='#000'
206
- d='m235.969 245.48-.048-.003a.486.486 0 0 1-.34-.192l-27.583-36.636a.486.486 0 0 1-.013-.566l2.997-4.378a.485.485 0 0 1 .654-.14l7.428 4.531c10.157 3.012 21.287 31.612 21.757 32.83a.485.485 0 0 1-.132.539l-4.4 3.892a.472.472 0 0 1-.32.123Zm-26.985-37.135 27.057 35.938 3.752-3.317c-1.261-3.177-11.893-29.329-21.06-31.953a.46.46 0 0 1-.12-.052l-7.09-4.326-2.539 3.71Z'
207
- />
208
- <path
209
- fill='#FFF'
210
- d='M217.765 204.236s4.894 10.374 3.524 21.745c-1.371 11.373-7.048 31.195-7.048 31.195h-7.048l1.66-54.265 8.912 1.325Z'
211
- />
212
- <path
213
- fill='#000'
214
- d='M214.241 257.662h-7.048a.486.486 0 0 1-.484-.5l1.659-54.266a.48.48 0 0 1 .174-.357.49.49 0 0 1 .383-.108l8.913 1.325a.48.48 0 0 1 .367.274c.05.105 4.938 10.63 3.568 22.01-1.36 11.28-7.007 31.072-7.062 31.27a.49.49 0 0 1-.47.352Zm-6.546-.972h6.18c.765-2.712 5.683-20.392 6.932-30.767 1.226-10.166-2.677-19.651-3.376-21.247l-8.11-1.205-1.626 53.22Z'
215
- />
216
- <path
217
- fill='#000'
218
- d='M192.32 263.261c1.839-2.72 8.73-7.088 15.004-10.343l3.3.01a1.487 1.487 0 0 1 1.461 1.734l-.236 1.405 2.27-2.094a1.188 1.188 0 0 1 1.945.53c.53 1.756 1.21 4.559 1.155 7.23a2 2 0 0 1-1.196 1.789c-2.412 1.063-12.1 3.741-21.908 3.323-1.796-.075-2.803-2.095-1.795-3.584Z'
219
- />
220
- <path
221
- fill='#FFF'
222
- d='M195.013 265.233c-.466 0-.936-.004-1.414-.015a.487.487 0 0 1 .01-.97h.01c13.763.296 22.496-3.876 22.584-3.918a.486.486 0 0 1 .425.873c-.086.04-8.418 4.03-21.615 4.03ZM205.011 260.296a.487.487 0 0 1-.467-.35c-.007-.029-.833-2.812-2.735-3.626a.486.486 0 1 1 .382-.893c2.329.997 3.25 4.117 3.287 4.249a.486.486 0 0 1-.467.62ZM200.934 261.82a.486.486 0 0 1-.48-.425c-.293-2.325-1.77-3.087-1.832-3.117a.488.488 0 0 1-.221-.65.484.484 0 0 1 .645-.225c.082.04 2.01.997 2.371 3.869a.486.486 0 0 1-.483.548Z'
223
- />
224
- <path
225
- fill='#000'
226
- d='m233.217 242.139 2.3-1.717a1.402 1.402 0 0 1 2.084.478l.549 1.057.49-2.68a1.087 1.087 0 0 1 1.714-.682c1.323.972 3.297 2.602 4.684 4.527a1.79 1.79 0 0 1 .107 1.923c-1.154 2.058-6.643 9.185-13.883 14.164-1.325.912-3.132.01-3.212-1.599-.148-2.935 2.43-9.768 5.167-15.471Z'
227
- />
228
- <path
229
- fill='#FFF'
230
- d='M229.762 258.453a.485.485 0 0 1-.284-.88c10.009-7.194 13.992-14.856 14.031-14.932a.487.487 0 0 1 .866.441c-.163.322-4.13 7.949-14.327 15.28a.496.496 0 0 1-.286.091ZM235.27 248.799a.493.493 0 0 1-.291-.097c-.02-.016-2.094-1.549-3.865-1.113a.486.486 0 0 1-.233-.943c2.224-.547 4.582 1.205 4.681 1.28a.485.485 0 0 1-.292.873ZM233.175 252.081a.483.483 0 0 1-.348-.147c-1.458-1.504-2.924-1.234-2.937-1.23a.486.486 0 0 1-.189-.953c.08-.016 2.003-.373 3.825 1.507a.485.485 0 0 1-.35.823Z'
231
- />
232
- <path
233
- fill={props.theme.dark}
234
- d='M227.289 211.822c-1.709-11.677 1.097-30.525 3.878-49.335 0 0-12.214-14.604-23.156-13.761-7.077.544-6.614 13.761-6.614 13.761l2.042 51.555s9.105-4.286 23.85-2.22Z'
235
- />
236
- <path
237
- fill='#000'
238
- d='M203.439 214.528a.48.48 0 0 1-.485-.465l-2.042-51.555c-.019-.56-.392-13.692 7.064-14.265 11.063-.856 23.06 13.33 23.565 13.934.09.107.129.246.108.383l-.045.306c-2.715 18.36-5.522 37.343-3.832 48.887a.485.485 0 0 1-.547.551c-14.412-2.018-23.488 2.139-23.577 2.18a.559.559 0 0 1-.21.044Zm5.492-65.352c-.295 0-.588.012-.882.034-6.531.503-6.171 13.132-6.167 13.261l2.014 50.85c2.325-.923 10.526-3.658 22.825-2.067-1.52-11.733 1.245-30.434 3.922-48.533l.013-.086c-1.343-1.546-12.003-13.459-21.725-13.459Z'
239
- />
240
- <path
241
- fill='#000'
242
- d='M233.946 171.725a.484.484 0 0 1-.46-.64v-.001c.056-.165 1.31-4.11-2.669-8.262a.485.485 0 0 1 .7-.671c4.405 4.594 2.953 9.057 2.888 9.244a.486.486 0 0 1-.46.33Z'
243
- />
244
- <path
245
- fill='#FFF'
246
- d='M211.788 92.608c1.483-1.533 4.325-6.38 4.322-6.217-.035 1.604 3.296 2.057 5.537 3.529 2.241 1.471-.83 4.22-.83 4.22s2.224-1.766 2.591.597c.212 1.37-1.401 1.79-2.699 1.892.041.413.094.922.151 1.478a6.782 6.782 0 0 0 4.592 5.737l-11.417 4.704-.888-4.402 1.163-.478a2.551 2.551 0 0 0 1.553-1.98l.275-3.145c-.558.147-1.233.292-1.756.286-1.042-.011-1.854-.705-2.048-1.729-.268-1.404-.212-2.726.147-3.793l-.693-.699Z'
247
- />
248
- <path
249
- fill='#000'
250
- d='M214.035 109.034a.482.482 0 0 1-.475-.39l-.888-4.401a.487.487 0 0 1 .29-.546l1.165-.478a2.079 2.079 0 0 0 1.258-1.603l.214-2.446c-.482.1-.884.144-1.22.145-1.269-.015-2.28-.867-2.52-2.122-.26-1.362-.233-2.651.074-3.75l-.489-.493a.486.486 0 0 1-.004-.68c.993-1.027 2.678-3.687 3.582-5.116.853-1.348.853-1.345 1.227-1.232.21.063.352.262.347.48-.014.684 1.235 1.204 2.558 1.755.891.372 1.902.791 2.76 1.355.79.519.997 1.17 1.03 1.623.05.661-.219 1.324-.566 1.884.167.005.334.034.496.097.546.213.887.733 1.013 1.543.079.512-.037.983-.335 1.36-.426.539-1.203.887-2.312 1.039l.103.996a6.314 6.314 0 0 0 4.262 5.327.484.484 0 0 1 .031.909l-11.415 4.704a.461.461 0 0 1-.186.04Zm-.334-4.59.694 3.431 9.806-4.042a7.288 7.288 0 0 1-3.825-5.677c-.057-.557-.11-1.064-.15-1.478a.485.485 0 0 1 .444-.533c1.049-.083 1.821-.347 2.12-.725.133-.167.175-.362.137-.609-.047-.306-.157-.69-.405-.788-.39-.151-1.115.269-1.406.497a.487.487 0 0 1-.626-.743c.437-.392 1.556-1.62 1.485-2.57-.027-.348-.221-.638-.596-.884-.782-.513-1.705-.898-2.599-1.27-1.14-.473-2.237-.931-2.788-1.619l-.15.239c-.894 1.411-2.334 3.685-3.385 4.92l.37.372c.13.13.174.323.115.497-.336 1.001-.382 2.228-.13 3.548.152.801.77 1.323 1.577 1.332.387-.007.935-.086 1.626-.27a.488.488 0 0 1 .609.512l-.275 3.145a3.063 3.063 0 0 1-1.852 2.387l-.796.327Z'
251
- />
252
- <path fill='#FFF' d='m216.972 98.257-.832.284.832-.284Z' />
253
- <path
254
- fill='#000'
255
- d='M216.14 99.027a.486.486 0 0 1-.157-.945l.833-.284c.255-.088.529.05.615.303a.484.484 0 0 1-.302.616l-.833.284a.457.457 0 0 1-.156.026ZM204.188 13.654a.485.485 0 0 1-.343-.83l9.908-9.876a.485.485 0 0 1 .685.687l-9.908 9.877a.478.478 0 0 1-.342.142ZM206.902 17.806a.484.484 0 0 1-.234-.912l17.476-9.623a.485.485 0 1 1 .468.851l-17.476 9.624a.485.485 0 0 1-.234.06ZM223.234 22.068h-15.19a.486.486 0 0 1 0-.971h15.19a.486.486 0 0 1 0 .971ZM219.333 59.304a3.576 3.576 0 0 1-3.575-3.57 3.577 3.577 0 0 1 3.575-3.571.486.486 0 0 1 0 .971 2.605 2.605 0 0 0-2.604 2.6 2.605 2.605 0 0 0 5.208 0 .486.486 0 0 1 .97 0 3.576 3.576 0 0 1-3.574 3.57Z'
256
- />
257
- <path
258
- fill={props.theme.main}
259
- d='M62.22 30.07c1.07-.48 2.32.015 2.793 1.11.471 1.094-.014 2.37-1.085 2.853-1.07.482-2.322-.014-2.794-1.108-.472-1.096.015-2.373 1.085-2.854Z'
260
- />
261
- <path
262
- fill='#000'
263
- d='M110.796 176.059a.484.484 0 0 1-.351-.82l1.529-1.598a.485.485 0 0 1 .7.671l-1.528 1.598a.483.483 0 0 1-.35.149ZM105.448 181.65a.485.485 0 0 1-.351-.82l1.529-1.599a.484.484 0 0 1 .686-.014c.194.186.2.493.014.686l-1.528 1.597a.488.488 0 0 1-.35.15ZM106.948 176.144a.484.484 0 0 1-.341-.14l-1.552-1.53a.484.484 0 0 1-.005-.685.484.484 0 0 1 .686-.005l1.552 1.529a.484.484 0 0 1-.34.83ZM112.377 181.494a.484.484 0 0 1-.34-.14l-1.552-1.529a.484.484 0 0 1-.005-.686.484.484 0 0 1 .686-.004l1.552 1.528a.484.484 0 0 1-.34.831Z'
264
- />
265
- <path
266
- fill={props.theme.main}
267
- d='M73.194 23.916c1.28-.577 2.775.017 3.34 1.325.563 1.308-.018 2.835-1.298 3.411-1.28.576-2.774-.018-3.339-1.325-.563-1.308.018-2.835 1.297-3.411Z'
268
- />
269
- </g>
270
- </Box>
271
- );
272
- }
@@ -1,11 +0,0 @@
1
- import { Box, type BoxProps } from '@mui/material';
2
-
3
- export function VerifiedIncLogo(props: BoxProps): React.JSX.Element {
4
- return (
5
- <Box component='svg' width={100} viewBox='0 0 212 40' {...props}>
6
- <g fill='#fff' transform='translate(-401.7632, 0)'>
7
- <path d='M580.676 32.09h-4.041V14.773h4.041zM583.885 32.09V19.765h2.282c.23 0 .422.051.577.154a.825.825 0 0 1 .327.464l.214.713c.237-.222.483-.428.737-.618.253-.19.525-.35.814-.481a4.833 4.833 0 0 1 2.038-.422c.674 0 1.27.116 1.79.35.518.234.956.559 1.312.975.357.416.626.911.809 1.486a6.16 6.16 0 0 1 .273 1.872v7.832h-3.685v-7.832c0-.603-.138-1.072-.416-1.409-.277-.337-.685-.505-1.224-.505-.404 0-.784.087-1.14.261a4.437 4.437 0 0 0-1.023.702v8.783h-3.685ZM606.564 22.689c-.111.134-.218.241-.321.32-.103.08-.25.12-.44.12a.947.947 0 0 1-.493-.131c-.147-.087-.311-.185-.494-.291a3.742 3.742 0 0 0-.642-.292c-.245-.087-.55-.13-.915-.13-.451 0-.842.083-1.17.25-.33.166-.6.403-.815.712a3.259 3.259 0 0 0-.475 1.135 6.78 6.78 0 0 0-.155 1.516c0 1.18.228 2.088.684 2.722.455.634 1.083.95 1.884.95.428 0 .766-.053 1.016-.16a3.08 3.08 0 0 0 .636-.356l.481-.363a.89.89 0 0 1 .553-.166c.293 0 .515.107.666.32l1.07 1.32a5.82 5.82 0 0 1-2.49 1.705c-.44.155-.882.262-1.326.321-.444.06-.876.09-1.296.09a5.56 5.56 0 0 1-2.157-.428 5.285 5.285 0 0 1-1.807-1.242c-.519-.543-.93-1.21-1.236-2.003-.305-.793-.457-1.696-.457-2.71 0-.888.132-1.718.398-2.49a5.653 5.653 0 0 1 1.177-2.009 5.471 5.471 0 0 1 1.925-1.337c.765-.325 1.65-.487 2.657-.487.966 0 1.814.154 2.543.463.73.31 1.387.76 1.973 1.355l-.974 1.296ZM608.513 30.224c0-.285.053-.55.16-.796.107-.246.254-.46.44-.642a2.098 2.098 0 0 1 1.492-.594c.293 0 .566.053.82.16.253.107.475.252.665.434a1.967 1.967 0 0 1 .607 1.438c0 .286-.054.553-.16.803-.108.25-.256.465-.447.647-.19.183-.412.325-.665.428a2.158 2.158 0 0 1-.82.155 2.19 2.19 0 0 1-.832-.155 2.017 2.017 0 0 1-.66-.428 2.015 2.015 0 0 1-.6-1.45ZM447.596 8.275h4.475c.483 0 .878.11 1.185.329.307.219.527.51.658.872l4.64 12.834c.209.56.42 1.168.634 1.826.214.658.414 1.35.6 2.073.154-.724.332-1.415.535-2.073.203-.658.403-1.267.6-1.826l4.608-12.834c.11-.307.323-.584.641-.831.319-.247.708-.37 1.169-.37h4.508l-9.609 23.973h-5.035l-9.609-23.973ZM478.99 14.922c1.13 0 2.164.175 3.102.526a6.742 6.742 0 0 1 2.418 1.53c.675.67 1.201 1.49 1.58 2.46.378.971.568 2.071.568 3.3 0 .383-.017.696-.05.937a1.485 1.485 0 0 1-.18.576.689.689 0 0 1-.355.296 1.657 1.657 0 0 1-.567.083h-9.84c.165 1.426.598 2.46 1.3 3.101.702.642 1.607.963 2.715.963.592 0 1.103-.071 1.53-.214a7.72 7.72 0 0 0 1.144-.477c.334-.176.642-.335.921-.477.28-.143.573-.214.88-.214.406 0 .714.148.922.444l1.48 1.826a7.582 7.582 0 0 1-1.702 1.473 8.85 8.85 0 0 1-1.876.889c-.642.213-1.283.362-1.925.444-.642.082-1.253.123-1.835.123a9.58 9.58 0 0 1-3.364-.584 7.732 7.732 0 0 1-2.748-1.736c-.785-.768-1.404-1.722-1.86-2.863-.455-1.14-.682-2.468-.682-3.982 0-1.14.194-2.22.584-3.241a7.983 7.983 0 0 1 1.678-2.682 7.99 7.99 0 0 1 2.65-1.826c1.036-.45 2.207-.675 3.512-.675Zm.099 3.521c-.976 0-1.739.277-2.287.831-.549.554-.91 1.352-1.086 2.394h6.367c0-.406-.052-.8-.156-1.185a2.872 2.872 0 0 0-.51-1.028 2.595 2.595 0 0 0-.93-.732c-.384-.187-.85-.28-1.398-.28ZM489.586 32.248V15.185h3.028c.252 0 .463.022.633.066.17.044.313.112.428.206a.878.878 0 0 1 .263.37c.06.153.113.34.157.56l.28 1.595c.625-.965 1.327-1.727 2.106-2.287.778-.56 1.628-.839 2.55-.839.779 0 1.404.187 1.876.56l-.659 3.751c-.043.23-.131.392-.263.485-.131.094-.307.14-.526.14-.187 0-.406-.024-.658-.074a5.102 5.102 0 0 0-.955-.074c-1.338 0-2.391.713-3.159 2.14v10.464h-5.1ZM508.443 15.185v17.063h-5.101V15.185h5.1Zm.592-4.673c0 .406-.082.787-.247 1.144a3.01 3.01 0 0 1-.675.938 3.303 3.303 0 0 1-.995.641 3.09 3.09 0 0 1-1.21.239c-.416 0-.806-.08-1.168-.239a3.284 3.284 0 0 1-.962-.641c-.28-.269-.5-.582-.658-.938a2.775 2.775 0 0 1-.239-1.144c0-.417.08-.806.239-1.168a3.082 3.082 0 0 1 1.62-1.596 2.96 2.96 0 0 1 1.169-.23c.427 0 .83.076 1.209.23a3.106 3.106 0 0 1 1.67 1.596c.165.362.247.751.247 1.168ZM541.333 14.922c1.13 0 2.164.175 3.102.526a6.742 6.742 0 0 1 2.418 1.53c.675.67 1.201 1.49 1.58 2.46.378.971.568 2.071.568 3.3 0 .383-.017.696-.05.937a1.485 1.485 0 0 1-.18.576.689.689 0 0 1-.355.296 1.657 1.657 0 0 1-.567.083h-9.84c.165 1.426.598 2.46 1.3 3.101.702.642 1.607.963 2.715.963.592 0 1.103-.071 1.53-.214a7.72 7.72 0 0 0 1.144-.477c.334-.176.642-.335.921-.477.28-.143.573-.214.88-.214.406 0 .714.148.922.444l1.48 1.826a7.582 7.582 0 0 1-1.702 1.473 8.85 8.85 0 0 1-1.876.889c-.642.213-1.283.362-1.925.444-.642.082-1.253.123-1.835.123a9.58 9.58 0 0 1-3.364-.584 7.732 7.732 0 0 1-2.748-1.736c-.785-.768-1.404-1.722-1.86-2.863-.455-1.14-.682-2.468-.682-3.982 0-1.14.194-2.22.584-3.241a7.983 7.983 0 0 1 1.678-2.682 7.99 7.99 0 0 1 2.65-1.826c1.036-.45 2.207-.675 3.512-.675Zm.099 3.521c-.976 0-1.739.277-2.287.831-.549.554-.91 1.352-1.086 2.394h6.367c0-.406-.052-.8-.156-1.185a2.872 2.872 0 0 0-.51-1.028 2.595 2.595 0 0 0-.93-.732c-.384-.187-.85-.28-1.398-.28ZM563.908 32.248c-.318 0-.584-.071-.798-.214-.214-.143-.365-.356-.453-.642l-.395-1.3c-.34.362-.696.692-1.07.988a6.726 6.726 0 0 1-1.208.765c-.434.214-.9.378-1.399.493a7.2 7.2 0 0 1-1.62.173 5.255 5.255 0 0 1-2.469-.592c-.757-.395-1.41-.965-1.958-1.711-.548-.746-.979-1.66-1.291-2.74-.313-1.08-.47-2.312-.47-3.694 0-1.272.176-2.454.527-3.546.351-1.091.847-2.034 1.49-2.83a6.915 6.915 0 0 1 2.311-1.867c.9-.45 1.892-.675 2.978-.675.878 0 1.62.129 2.23.387.608.258 1.16.595 1.653 1.012V7.616h5.1v24.632h-3.158Zm-5.167-3.653c.373 0 .71-.036 1.012-.107.302-.071.579-.173.831-.304.252-.132.491-.296.716-.494.225-.197.447-.428.666-.69v-7.24c-.395-.428-.814-.727-1.258-.897a3.902 3.902 0 0 0-1.407-.255c-.472 0-.905.093-1.3.28-.395.186-.738.485-1.029.896-.29.411-.518.946-.682 1.604-.165.658-.247 1.454-.247 2.386 0 .9.066 1.657.197 2.27.132.615.316 1.111.551 1.49.236.378.519.65.848.814.329.165.696.247 1.102.247ZM513.313 32.248V18.69l-1.119-.23c-.384-.088-.694-.225-.93-.412-.235-.186-.353-.46-.353-.822v-2.008h2.402v-.97c0-.977.156-1.86.469-2.65a5.606 5.606 0 0 1 1.349-2.024c.587-.559 1.303-.992 2.147-1.3.845-.307 1.805-.46 2.88-.46.417 0 .803.025 1.16.074.356.05.726.129 1.11.238l-.098 2.485a.823.823 0 0 1-.14.436.988.988 0 0 1-.305.28c-.12.071-.255.123-.403.156-.148.033-.293.05-.436.05-.45 0-.85.043-1.2.131a1.924 1.924 0 0 0-.881.469 2.11 2.11 0 0 0-.535.889c-.12.367-.181.83-.181 1.39v.806h4.015v3.488h-3.85v13.542h-5.101ZM529.844 15.185v17.063h-5.101V15.185h5.1Zm.592-4.673c0 .406-.082.787-.247 1.144a3.01 3.01 0 0 1-.675.938 3.303 3.303 0 0 1-.995.641 3.09 3.09 0 0 1-1.21.239c-.416 0-.806-.08-1.168-.239a3.284 3.284 0 0 1-.962-.641c-.28-.269-.5-.582-.658-.938a2.775 2.775 0 0 1-.239-1.144c0-.417.08-.806.239-1.168a3.082 3.082 0 0 1 1.62-1.596 2.96 2.96 0 0 1 1.169-.23c.427 0 .83.076 1.209.23a3.106 3.106 0 0 1 1.67 1.596c.165.362.247.751.247 1.168ZM423 0a7.702 7.702 0 0 1 6.71 3.915 7.701 7.701 0 0 1 7.432 1.998 7.702 7.702 0 0 1 1.99 7.46A7.702 7.702 0 0 1 443 20.055a7.702 7.702 0 0 1-3.867 6.682 7.702 7.702 0 0 1-1.99 7.46 7.702 7.702 0 0 1-7.488 1.983A7.702 7.702 0 0 1 423 40a7.701 7.701 0 0 1-6.655-3.82 7.702 7.702 0 0 1-7.487-1.983 7.702 7.702 0 0 1-1.99-7.46A7.702 7.702 0 0 1 403 20.056a7.702 7.702 0 0 1 3.867-6.682 7.702 7.702 0 0 1 1.99-7.46 7.702 7.702 0 0 1 7.434-1.998A7.701 7.701 0 0 1 423 0Zm7.4 12.754h-.056c-.688.017-1.259.252-1.713.706l-8.076 8.076-3.186-3.186a2.342 2.342 0 0 0-1.71-.702c-.436-.019-1.165.167-1.701.703a2.457 2.457 0 0 0-.705 1.702c.015.683.25 1.252.706 1.707l4.89 4.891c.318.318.696.53 1.132.634.196.05.375.07.517.072l.061.003c.15.002.34-.018.549-.07a2.33 2.33 0 0 0 1.152-.639l9.781-9.781c.452-.452.688-1.022.71-1.71a2.494 2.494 0 0 0-.709-1.7 2.442 2.442 0 0 0-1.698-.706h.055Z' />
8
- </g>
9
- </Box>
10
- );
11
- }
@@ -1,2 +0,0 @@
1
- export * from './VerifiedImage';
2
- export * from './VerifiedIncLogo';
@@ -1,6 +0,0 @@
1
- export * from './useLocalStorage';
2
- export * from './useCopyToClipboard';
3
- export * from './useDisclosure';
4
- export * from './useCallbackRef';
5
- export * from './useQRCode';
6
- export * from './useSearchParams';
@@ -1,22 +0,0 @@
1
- 'use client';
2
-
3
- import { useCallback, useInsertionEffect, useRef } from 'react';
4
-
5
- /**
6
- * This hook is user-land implementation of the experimental `useEffectEvent` hook.
7
- * React docs: https://react.dev/learn/separating-events-from-effects#declaring-an-effect-event
8
- */
9
- export function useCallbackRef<Args extends unknown[], Return>(
10
- callback: ((...args: Args) => Return) | undefined,
11
- deps: React.DependencyList = [],
12
- ) {
13
- const callbackRef = useRef<typeof callback>(() => {
14
- throw new Error('Cannot call an event handler while rendering.');
15
- });
16
-
17
- useInsertionEffect(() => {
18
- callbackRef.current = callback;
19
- });
20
-
21
- return useCallback((...args: Args) => callbackRef.current?.(...args), deps);
22
- }
@@ -1,76 +0,0 @@
1
- interface CopyClipboardTextPlainOptions {
2
- type: 'text/plain';
3
- }
4
- interface CopyClipboardTextHtmlOptions {
5
- type: 'text/html';
6
- }
7
- interface CopyClipboardImagePNGOptions {
8
- type: 'image/png';
9
- }
10
-
11
- export type CopyToClipboardOptions =
12
- | CopyClipboardTextHtmlOptions
13
- | CopyClipboardTextPlainOptions
14
- | CopyClipboardImagePNGOptions;
15
-
16
- type Content<Type> = Type extends CopyClipboardImagePNGOptions['type']
17
- ? Blob
18
- : Type extends CopyClipboardTextPlainOptions['type']
19
- ? string
20
- : Type extends CopyClipboardTextHtmlOptions['type']
21
- ? string
22
- : never;
23
-
24
- interface HookReturnType<Options extends CopyToClipboardOptions> {
25
- copy: (content: Content<Options['type']>) => Promise<void>;
26
- }
27
-
28
- /**
29
- * Method hook to copy content to clipboard, it should copy large type of content.
30
- * @param options.type MIME type of content to be copied.
31
- * */
32
- export function useCopyToClipboard<Options extends CopyToClipboardOptions>({
33
- type = 'text/plain',
34
- }: Options): HookReturnType<Options> {
35
- const copy = async (content: Content<Options['type']>): Promise<void> => {
36
- // Check first if Clipboard API is supported.
37
- if (navigator.clipboard?.write) {
38
- // This object will group by MIME the contents to be saved on clipboard by ClipboardItem.
39
- const clipboardItems: Record<
40
- string,
41
- string | Blob | PromiseLike<string | Blob>
42
- > = {};
43
-
44
- // Based on what MIME type is, a blob will be created accordingly.
45
- switch (type) {
46
- case 'text/html':
47
- // We add plain text content here also, so it can be pasted as raw text.
48
- clipboardItems['text/plain'] = new Blob([content], {
49
- type: 'text/plain',
50
- });
51
- // The html content will be pasted on places that expect the type of data.
52
- clipboardItems[type] = new Blob([content], { type });
53
- break;
54
- default:
55
- // Any other MIME type will go here.
56
- clipboardItems[type] = new Blob([content], { type });
57
- }
58
-
59
- const data = [new ClipboardItem(clipboardItems)];
60
- await navigator.clipboard.write(data);
61
- } else {
62
- // When Clipboard API is not supported, use fallback approach.
63
- const textAreaElement = document.createElement('textarea');
64
-
65
- if (content instanceof Blob) {
66
- textAreaElement.value = await content.text();
67
- } else {
68
- textAreaElement.value = content.toString();
69
- }
70
- textAreaElement.select();
71
- document.execCommand('copy');
72
- }
73
- };
74
-
75
- return { copy };
76
- }
@@ -1,96 +0,0 @@
1
- 'use client';
2
-
3
- import type React from 'react';
4
- import { useCallback, useId, useState } from 'react';
5
- import { useCallbackRef } from './useCallbackRef';
6
-
7
- export interface UseDisclosureProps {
8
- open?: boolean;
9
- defaultOpen?: boolean;
10
- onClose?: () => void;
11
- onOpen?: () => void;
12
- id?: string;
13
- }
14
-
15
- type HTMLProps = React.HTMLAttributes<HTMLElement>;
16
-
17
- /**
18
- * `useDisclosure` is a custom hook used to help handle common open, close, or toggle scenarios.
19
- * It can be used to control feedback component such as `Modal`, `AlertDialog`, `Drawer`, etc.
20
- *
21
- * @see Docs https://chakra-ui.com/docs/hooks/use-disclosure
22
- */
23
- export function useDisclosure(props: UseDisclosureProps = {}) {
24
- const {
25
- onClose: onCloseProp,
26
- onOpen: onOpenProp,
27
- open: openProp,
28
- id: idProp,
29
- } = props;
30
-
31
- const handleOpen = useCallbackRef(onOpenProp);
32
- const handleClose = useCallbackRef(onCloseProp);
33
-
34
- const [openState, setopen] = useState(props.defaultOpen ?? false);
35
-
36
- const open = openProp ?? openState;
37
-
38
- const isControlled = openProp !== undefined;
39
-
40
- const uid = useId();
41
- const id = idProp ?? `disclosure-${uid}`;
42
-
43
- const onClose = useCallback(() => {
44
- if (!isControlled) {
45
- setopen(false);
46
- }
47
- handleClose?.();
48
- }, [isControlled, handleClose]);
49
-
50
- const onOpen = useCallback(() => {
51
- if (!isControlled) {
52
- setopen(true);
53
- }
54
- handleOpen?.();
55
- }, [isControlled, handleOpen]);
56
-
57
- const onToggle = useCallback(() => {
58
- if (open) {
59
- onClose();
60
- } else {
61
- onOpen();
62
- }
63
- }, [open, onOpen, onClose]);
64
-
65
- function getButtonProps(props: HTMLProps = {}): HTMLProps {
66
- return {
67
- ...props,
68
- 'aria-expanded': open,
69
- 'aria-controls': id,
70
- onClick(event) {
71
- props.onClick?.(event);
72
- onToggle();
73
- },
74
- };
75
- }
76
-
77
- function getDisclosureProps(props: HTMLProps = {}): HTMLProps {
78
- return {
79
- ...props,
80
- hidden: !open,
81
- id,
82
- };
83
- }
84
-
85
- return {
86
- open,
87
- onOpen,
88
- onClose,
89
- onToggle,
90
- isControlled,
91
- getButtonProps,
92
- getDisclosureProps,
93
- };
94
- }
95
-
96
- export type UseDisclosureReturn = ReturnType<typeof useDisclosure>;
@@ -1,24 +0,0 @@
1
- export function useLocalStorage(key: string) {
2
- const get = () => {
3
- const value = localStorage.getItem(key);
4
- if (value) {
5
- try {
6
- return JSON.parse(value);
7
- } catch (error) {
8
- return value;
9
- }
10
- }
11
- return null;
12
- };
13
-
14
- const set = (value: any) => {
15
- const _value = typeof value === 'string' ? value : JSON.stringify(value);
16
- localStorage.setItem(key, _value);
17
- };
18
-
19
- const remove = () => {
20
- localStorage.removeItem(key);
21
- };
22
-
23
- return { set, get, remove };
24
- }
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
-
3
- /**
4
- * Custom React hook for tracking previous values.
5
- * @param value
6
- */
7
- export function usePrevious<T>(value: T): T | undefined {
8
- const [current, setCurrent] = React.useState<T>(value);
9
- const [previous, setPrevious] = React.useState<T>();
10
-
11
- if (value !== current) {
12
- setPrevious(current);
13
- setCurrent(value);
14
- }
15
-
16
- return previous;
17
- }