@universal-tennis/ui-shared 0.1.98 → 0.2.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 (177) hide show
  1. package/.storybook/main.js +16 -16
  2. package/.storybook/typography.css +5 -26
  3. package/dist/App.d.ts +2 -2
  4. package/dist/App.js +12 -12
  5. package/dist/components.d.ts +43 -43
  6. package/dist/components.js +48 -48
  7. package/dist/index.d.ts +1 -1
  8. package/dist/index.js +12 -12
  9. package/dist/items.d.ts +2 -2
  10. package/dist/items.js +1 -1
  11. package/dist/stories/assets/css/typography.css +5 -26
  12. package/dist/stories/atoms/Button/Button.d.ts +10 -10
  13. package/dist/stories/atoms/Button/Button.js +95 -95
  14. package/dist/stories/atoms/Button/Button.js.map +1 -1
  15. package/dist/stories/atoms/Button/Button.stories.d.ts +17 -17
  16. package/dist/stories/atoms/Button/Button.stories.js +45 -45
  17. package/dist/stories/atoms/Icons/AddIcon.d.ts +3 -3
  18. package/dist/stories/atoms/Icons/AddIcon.js +8 -8
  19. package/dist/stories/atoms/Icons/AvailabilityMaybeIcon.d.ts +3 -3
  20. package/dist/stories/atoms/Icons/AvailabilityMaybeIcon.js +6 -6
  21. package/dist/stories/atoms/Icons/AvailabilityNoIcon.d.ts +3 -3
  22. package/dist/stories/atoms/Icons/AvailabilityNoIcon.js +6 -6
  23. package/dist/stories/atoms/Icons/AvailabilityNotSetIcon.d.ts +3 -3
  24. package/dist/stories/atoms/Icons/AvailabilityNotSetIcon.js +7 -7
  25. package/dist/stories/atoms/Icons/AvailabilityYesIcon.d.ts +3 -3
  26. package/dist/stories/atoms/Icons/AvailabilityYesIcon.js +6 -6
  27. package/dist/stories/atoms/Icons/BallInMotionIcon.d.ts +3 -3
  28. package/dist/stories/atoms/Icons/BallInMotionIcon.js +9 -9
  29. package/dist/stories/atoms/Icons/CalendarIcon.d.ts +3 -3
  30. package/dist/stories/atoms/Icons/CalendarIcon.js +6 -6
  31. package/dist/stories/atoms/Icons/ClockIcon.d.ts +3 -3
  32. package/dist/stories/atoms/Icons/ClockIcon.js +8 -8
  33. package/dist/stories/atoms/Icons/CloseIcon.d.ts +3 -3
  34. package/dist/stories/atoms/Icons/CloseIcon.js +6 -6
  35. package/dist/stories/atoms/Icons/DeleteIcon.d.ts +3 -3
  36. package/dist/stories/atoms/Icons/DeleteIcon.js +10 -10
  37. package/dist/stories/atoms/Icons/DoublePersonIcon.d.ts +3 -3
  38. package/dist/stories/atoms/Icons/DoublePersonIcon.js +13 -13
  39. package/dist/stories/atoms/Icons/EditIcon.d.ts +3 -3
  40. package/dist/stories/atoms/Icons/EditIcon.js +6 -6
  41. package/dist/stories/atoms/Icons/Icons.stories.d.ts +37 -37
  42. package/dist/stories/atoms/Icons/Icons.stories.js +303 -303
  43. package/dist/stories/atoms/Icons/LeftChevronIcon.d.ts +3 -3
  44. package/dist/stories/atoms/Icons/LeftChevronIcon.js +6 -6
  45. package/dist/stories/atoms/Icons/LineIcon.d.ts +3 -3
  46. package/dist/stories/atoms/Icons/LineIcon.js +6 -6
  47. package/dist/stories/atoms/Icons/LocationIcon.d.ts +3 -3
  48. package/dist/stories/atoms/Icons/LocationIcon.js +7 -7
  49. package/dist/stories/atoms/Icons/MessageIcon.d.ts +3 -3
  50. package/dist/stories/atoms/Icons/MessageIcon.js +6 -6
  51. package/dist/stories/atoms/Icons/PickleballBallIcon.d.ts +3 -3
  52. package/dist/stories/atoms/Icons/PickleballBallIcon.js +17 -17
  53. package/dist/stories/atoms/Icons/RightChevronIcon.d.ts +3 -3
  54. package/dist/stories/atoms/Icons/RightChevronIcon.js +6 -6
  55. package/dist/stories/atoms/Icons/SessionIcon.d.ts +3 -3
  56. package/dist/stories/atoms/Icons/SessionIcon.js +6 -6
  57. package/dist/stories/atoms/Icons/SinglePersonIcon.d.ts +3 -3
  58. package/dist/stories/atoms/Icons/SinglePersonIcon.js +9 -9
  59. package/dist/stories/atoms/Icons/SinglePersonV2Icon.d.ts +3 -3
  60. package/dist/stories/atoms/Icons/SinglePersonV2Icon.js +7 -7
  61. package/dist/stories/atoms/Icons/SocialMediaFacebookIcon.d.ts +3 -3
  62. package/dist/stories/atoms/Icons/SocialMediaFacebookIcon.js +10 -10
  63. package/dist/stories/atoms/Icons/SocialMediaInstagramIcon.d.ts +3 -3
  64. package/dist/stories/atoms/Icons/SocialMediaInstagramIcon.js +6 -6
  65. package/dist/stories/atoms/Icons/SocialMediaTikTokIcon.d.ts +3 -3
  66. package/dist/stories/atoms/Icons/SocialMediaTikTokIcon.js +10 -10
  67. package/dist/stories/atoms/Icons/SocialMediaXIcon.d.ts +3 -3
  68. package/dist/stories/atoms/Icons/SocialMediaXIcon.js +10 -10
  69. package/dist/stories/atoms/Icons/SocialMediaYoutubeIcon.d.ts +3 -3
  70. package/dist/stories/atoms/Icons/SocialMediaYoutubeIcon.js +6 -6
  71. package/dist/stories/atoms/Icons/SwapIcon.d.ts +3 -3
  72. package/dist/stories/atoms/Icons/SwapIcon.js +6 -6
  73. package/dist/stories/atoms/Icons/SwapNoBorderIcon.d.ts +3 -3
  74. package/dist/stories/atoms/Icons/SwapNoBorderIcon.js +9 -9
  75. package/dist/stories/atoms/Icons/TennisBallIcon.d.ts +3 -3
  76. package/dist/stories/atoms/Icons/TennisBallIcon.js +8 -8
  77. package/dist/stories/atoms/Icons/VerifiedIcon.d.ts +3 -3
  78. package/dist/stories/atoms/Icons/VerifiedIcon.js +7 -7
  79. package/dist/stories/atoms/Icons/VisibilityIcon.d.ts +3 -3
  80. package/dist/stories/atoms/Icons/VisibilityIcon.js +7 -7
  81. package/dist/stories/atoms/Icons/VisibilityOffIcon.d.ts +3 -3
  82. package/dist/stories/atoms/Icons/VisibilityOffIcon.js +8 -8
  83. package/dist/stories/atoms/Icons/WinnerIndicatorIcon.d.ts +3 -3
  84. package/dist/stories/atoms/Icons/WinnerIndicatorIcon.js +31 -31
  85. package/dist/stories/atoms/Icons/sharedTypes.d.ts +11 -11
  86. package/dist/stories/atoms/Icons/sharedTypes.js +1 -1
  87. package/dist/stories/atoms/Typography/Typography.d.ts +49 -49
  88. package/dist/stories/atoms/Typography/Typography.js +143 -143
  89. package/dist/stories/atoms/Typography/Typography.js.map +1 -1
  90. package/dist/stories/atoms/Typography/Typography.stories.d.ts +37 -37
  91. package/dist/stories/atoms/Typography/Typography.stories.js +190 -190
  92. package/dist/stories/atoms/UTMap/UTMap.d.ts +7 -7
  93. package/dist/stories/atoms/UTMap/UTMap.js +8 -8
  94. package/dist/stories/atoms/UTMap/UTMap.stories.d.ts +9 -9
  95. package/dist/stories/atoms/UTMap/UTMap.stories.js +35 -35
  96. package/dist/stories/molecules/AvatarWithName/AvatarWithName.d.ts +27 -27
  97. package/dist/stories/molecules/AvatarWithName/AvatarWithName.js +20 -20
  98. package/dist/stories/molecules/AvatarWithName/AvatarWithName.stories.d.ts +15 -15
  99. package/dist/stories/molecules/AvatarWithName/AvatarWithName.stories.js +72 -72
  100. package/dist/stories/molecules/Cards/Cards.stories.d.ts +7 -7
  101. package/dist/stories/molecules/Cards/Cards.stories.js +64 -64
  102. package/dist/stories/molecules/Cards/ContactCard.d.ts +3 -3
  103. package/dist/stories/molecules/Cards/ContactCard.js +38 -38
  104. package/dist/stories/molecules/Cards/DrawCard.d.ts +3 -3
  105. package/dist/stories/molecules/Cards/DrawCard.js +116 -116
  106. package/dist/stories/molecules/Cards/DrawCard.js.map +1 -1
  107. package/dist/stories/molecules/Cards/Modals.stories.d.ts +5 -5
  108. package/dist/stories/molecules/Cards/Modals.stories.js +72 -72
  109. package/dist/stories/molecules/Cards/TeamCard.d.ts +3 -3
  110. package/dist/stories/molecules/Cards/TeamCard.js +20 -20
  111. package/dist/stories/molecules/Cards/TeamDrawCard.d.ts +3 -3
  112. package/dist/stories/molecules/Cards/TeamDrawCard.js +78 -78
  113. package/dist/stories/molecules/Cards/shared.d.ts +1 -9
  114. package/dist/stories/molecules/Cards/shared.js +12 -12
  115. package/dist/stories/molecules/Cards/sharedTypes.d.ts +61 -61
  116. package/dist/stories/molecules/Cards/sharedTypes.js +2 -2
  117. package/dist/stories/molecules/FooterSection/FooterSection.d.ts +4 -4
  118. package/dist/stories/molecules/FooterSection/FooterSection.js +11 -11
  119. package/dist/stories/molecules/FooterSection/FooterSection.stories.d.ts +5 -5
  120. package/dist/stories/molecules/FooterSection/FooterSection.stories.js +20 -20
  121. package/dist/stories/molecules/FooterSection/sharedTypes.d.ts +5 -5
  122. package/dist/stories/molecules/FooterSection/sharedTypes.js +1 -1
  123. package/dist/stories/molecules/GlobalNavItem/GlobalNavItem.d.ts +13 -13
  124. package/dist/stories/molecules/GlobalNavItem/GlobalNavItem.js +27 -27
  125. package/dist/stories/molecules/GlobalNavItem/GlobalNavItem.stories.d.ts +5 -5
  126. package/dist/stories/molecules/GlobalNavItem/GlobalNavItem.stories.js +18 -18
  127. package/dist/stories/molecules/SquareAvatarWithName/SquareAvatarWithName.d.ts +29 -29
  128. package/dist/stories/molecules/SquareAvatarWithName/SquareAvatarWithName.js +33 -33
  129. package/dist/stories/molecules/SquareAvatarWithName/SquareAvatarWithName.stories.d.ts +16 -16
  130. package/dist/stories/molecules/SquareAvatarWithName/SquareAvatarWithName.stories.js +81 -81
  131. package/dist/stories/organisms/Footer/Footer.d.ts +4 -4
  132. package/dist/stories/organisms/Footer/Footer.js +97 -97
  133. package/dist/stories/organisms/Footer/Footer.stories.d.ts +5 -5
  134. package/dist/stories/organisms/Footer/Footer.stories.js +58 -58
  135. package/dist/stories/organisms/Footer/sharedTypes.d.ts +16 -16
  136. package/dist/stories/organisms/Footer/sharedTypes.js +1 -1
  137. package/dist/stories/organisms/GlobalNavigation/GlobalNavigation.d.ts +36 -36
  138. package/dist/stories/organisms/GlobalNavigation/GlobalNavigation.js +49 -49
  139. package/dist/stories/organisms/GlobalNavigation/GlobalNavigation.js.map +1 -1
  140. package/dist/stories/organisms/GlobalNavigation/GlobalNavigation.stories.d.ts +9 -9
  141. package/dist/stories/organisms/GlobalNavigation/GlobalNavigation.stories.js +196 -196
  142. package/dist/stories/organisms/Modals/FullPageModal.d.ts +4 -4
  143. package/dist/stories/organisms/Modals/FullPageModal.js +59 -59
  144. package/dist/stories/organisms/Modals/Modals.stories.d.ts +5 -5
  145. package/dist/stories/organisms/Modals/Modals.stories.js +73 -73
  146. package/dist/stories/organisms/Modals/sharedTypes.d.ts +14 -14
  147. package/dist/stories/organisms/Modals/sharedTypes.js +1 -1
  148. package/dist/stories/organisms/Tables/DrawCardTable.d.ts +3 -3
  149. package/dist/stories/organisms/Tables/DrawCardTable.js +56 -56
  150. package/dist/stories/organisms/Tables/SortableTable.d.ts +23 -23
  151. package/dist/stories/organisms/Tables/SortableTable.js +34 -34
  152. package/dist/stories/organisms/Tables/SortableTable.js.map +1 -1
  153. package/dist/stories/organisms/Tables/Tables.stories.d.ts +8 -8
  154. package/dist/stories/organisms/Tables/Tables.stories.js +90 -90
  155. package/dist/stories/organisms/Tables/TeamDrawCardTable/DesktopTableRows.d.ts +3 -3
  156. package/dist/stories/organisms/Tables/TeamDrawCardTable/DesktopTableRows.js +66 -66
  157. package/dist/stories/organisms/Tables/TeamDrawCardTable/MobileTableRows.d.ts +3 -3
  158. package/dist/stories/organisms/Tables/TeamDrawCardTable/MobileTableRows.js +43 -43
  159. package/dist/stories/organisms/Tables/TeamDrawCardTable/TeamDrawCardTable.d.ts +3 -3
  160. package/dist/stories/organisms/Tables/TeamDrawCardTable/TeamDrawCardTable.js +22 -22
  161. package/dist/stories/organisms/Tables/mockData.d.ts +71 -71
  162. package/dist/stories/organisms/Tables/mockData.js +99 -99
  163. package/dist/stories/organisms/Tables/sharedTypes.d.ts +15 -15
  164. package/dist/stories/organisms/Tables/sharedTypes.js +1 -1
  165. package/dist/stories/utils/constants.d.ts +19 -19
  166. package/dist/stories/utils/constants.js +23 -23
  167. package/dist/stories/utils/constants.js.map +1 -1
  168. package/dist/stories/utils/getArrayWithIds.d.ts +3 -3
  169. package/dist/stories/utils/getArrayWithIds.js +1 -1
  170. package/dist/stories/utils/useScreenSize.d.ts +4 -4
  171. package/dist/stories/utils/useScreenSize.js +27 -27
  172. package/dist/types/tableDataTypes.d.ts +38 -38
  173. package/dist/types/tableDataTypes.js +1 -1
  174. package/package.json +1 -1
  175. package/public/index.html +50 -45
  176. package/src/stories/Introduction.stories.mdx +179 -179
  177. package/src/stories/assets/css/typography.css +5 -26
@@ -1,8 +1,8 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function LocationIcon({ size, color }) {
4
- return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 14 14", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 8C8.10457 8 9 7.10457 9 6C9 4.89543 8.10457 4 7 4C5.89543 4 5 4.89543 5 6C5 7.10457 5.89543 8 7 8ZM7 9C8.65685 9 10 7.65685 10 6C10 4.34315 8.65685 3 7 3C5.34315 3 4 4.34315 4 6C4 7.65685 5.34315 9 7 9Z" }),
6
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.30809 10.9655C10.7626 9.57161 12 7.8219 12 6C12 3.23858 9.76142 1 7 1C4.23858 1 2 3.23858 2 6C2 7.8219 3.2374 9.57161 4.69191 10.9655C5.39697 11.6412 6.10609 12.1882 6.64052 12.5668C6.7725 12.6603 6.89326 12.7431 7 12.8146C7.10674 12.7431 7.2275 12.6603 7.35948 12.5668C7.89391 12.1882 8.60303 11.6412 9.30809 10.9655ZM7 14C7 14 13 10.5 13 6C13 2.68629 10.3137 0 7 0C3.68629 0 1 2.68629 1 6C1 10.5 7 14 7 14Z" })));
7
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function LocationIcon({ size, color }) {
4
+ return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 14 14", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 8C8.10457 8 9 7.10457 9 6C9 4.89543 8.10457 4 7 4C5.89543 4 5 4.89543 5 6C5 7.10457 5.89543 8 7 8ZM7 9C8.65685 9 10 7.65685 10 6C10 4.34315 8.65685 3 7 3C5.34315 3 4 4.34315 4 6C4 7.65685 5.34315 9 7 9Z" }),
6
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.30809 10.9655C10.7626 9.57161 12 7.8219 12 6C12 3.23858 9.76142 1 7 1C4.23858 1 2 3.23858 2 6C2 7.8219 3.2374 9.57161 4.69191 10.9655C5.39697 11.6412 6.10609 12.1882 6.64052 12.5668C6.7725 12.6603 6.89326 12.7431 7 12.8146C7.10674 12.7431 7.2275 12.6603 7.35948 12.5668C7.89391 12.1882 8.60303 11.6412 9.30809 10.9655ZM7 14C7 14 13 10.5 13 6C13 2.68629 10.3137 0 7 0C3.68629 0 1 2.68629 1 6C1 10.5 7 14 7 14Z" })));
7
+ }
8
8
  //# sourceMappingURL=LocationIcon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './sharedTypes';
3
- export default function MessageIcon({ size, color }: IconProps): JSX.Element;
1
+ import React from 'react';
2
+ import { IconProps } from './sharedTypes';
3
+ export default function MessageIcon({ size, color }: IconProps): React.JSX.Element;
@@ -1,7 +1,7 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function MessageIcon({ size, color }) {
4
- return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.2383 10.1536H7.28591C6.99677 10.1536 6.7621 10.3776 6.7621 10.6536C6.7621 10.9296 6.99677 11.1536 7.28591 11.1536H17.2383C17.5274 11.1536 17.7621 10.9296 17.7621 10.6536C17.7621 10.3776 17.5274 10.1536 17.2383 10.1536M17.2383 7.1075H7.28591C6.99677 7.1075 6.7621 7.3315 6.7621 7.6075C6.7621 7.8835 6.99677 8.1075 7.28591 8.1075H17.2383C17.5274 8.1075 17.7621 7.8835 17.7621 7.6075C17.7621 7.3315 17.5274 7.1075 17.2383 7.1075M14.0954 13.1996H7.28591C6.99677 13.1996 6.7621 13.4236 6.7621 13.6996C6.7621 13.9756 6.99677 14.1996 7.28591 14.1996H14.0954C14.3846 14.1996 14.6192 13.9756 14.6192 13.6996C14.6192 13.4236 14.3846 13.1996 14.0954 13.1996M12.0002 0C10.7588 0 9.46915 0.19901 8.16381 0.629521C5.09534 1.6398 2.64915 4.033 1.62458 7.01409C-0.613136 13.5235 3.43801 19.6106 9.38115 21.0179V23.4903C9.38115 23.7868 9.63257 24 9.90705 24C9.994 24 10.0831 23.9787 10.1669 23.932L16.6904 20.3071C20.8075 18.117 23.0002 14.9237 23.0002 10.6613C23.0002 4.77319 18.0753 0 12.0002 0M21.9526 10.6613C21.9526 14.4891 20.0658 17.3525 16.1687 19.4258L10.4288 22.6161V21.0179C10.4288 20.5498 10.0988 20.1427 9.62943 20.032C6.94019 19.3943 4.62705 17.6764 3.28296 15.3177C1.91163 12.9133 1.67591 10.0784 2.61877 7.33494C3.54277 4.64628 5.74172 2.49879 8.50115 1.59005C9.66086 1.20828 10.8373 1.01536 12.0002 1.01536C17.4876 1.01536 21.9526 5.34281 21.9526 10.6613Z" })));
6
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function MessageIcon({ size, color }) {
4
+ return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.2383 10.1536H7.28591C6.99677 10.1536 6.7621 10.3776 6.7621 10.6536C6.7621 10.9296 6.99677 11.1536 7.28591 11.1536H17.2383C17.5274 11.1536 17.7621 10.9296 17.7621 10.6536C17.7621 10.3776 17.5274 10.1536 17.2383 10.1536M17.2383 7.1075H7.28591C6.99677 7.1075 6.7621 7.3315 6.7621 7.6075C6.7621 7.8835 6.99677 8.1075 7.28591 8.1075H17.2383C17.5274 8.1075 17.7621 7.8835 17.7621 7.6075C17.7621 7.3315 17.5274 7.1075 17.2383 7.1075M14.0954 13.1996H7.28591C6.99677 13.1996 6.7621 13.4236 6.7621 13.6996C6.7621 13.9756 6.99677 14.1996 7.28591 14.1996H14.0954C14.3846 14.1996 14.6192 13.9756 14.6192 13.6996C14.6192 13.4236 14.3846 13.1996 14.0954 13.1996M12.0002 0C10.7588 0 9.46915 0.19901 8.16381 0.629521C5.09534 1.6398 2.64915 4.033 1.62458 7.01409C-0.613136 13.5235 3.43801 19.6106 9.38115 21.0179V23.4903C9.38115 23.7868 9.63257 24 9.90705 24C9.994 24 10.0831 23.9787 10.1669 23.932L16.6904 20.3071C20.8075 18.117 23.0002 14.9237 23.0002 10.6613C23.0002 4.77319 18.0753 0 12.0002 0M21.9526 10.6613C21.9526 14.4891 20.0658 17.3525 16.1687 19.4258L10.4288 22.6161V21.0179C10.4288 20.5498 10.0988 20.1427 9.62943 20.032C6.94019 19.3943 4.62705 17.6764 3.28296 15.3177C1.91163 12.9133 1.67591 10.0784 2.61877 7.33494C3.54277 4.64628 5.74172 2.49879 8.50115 1.59005C9.66086 1.20828 10.8373 1.01536 12.0002 1.01536C17.4876 1.01536 21.9526 5.34281 21.9526 10.6613Z" })));
6
+ }
7
7
  //# sourceMappingURL=MessageIcon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './sharedTypes';
3
- export default function PickleballBallIcon({ size }: IconProps): JSX.Element;
1
+ import React from 'react';
2
+ import { IconProps } from './sharedTypes';
3
+ export default function PickleballBallIcon({ size }: IconProps): React.JSX.Element;
@@ -1,18 +1,18 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function PickleballBallIcon({ size }) {
4
- return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
5
- React.createElement("circle", { cx: "9", cy: "9", r: "8.5", fill: "#BDF07E", stroke: "black" }),
6
- React.createElement("path", { d: "M9.90827 11.8379C10.6596 11.8379 11.2687 11.2288 11.2687 10.4775C11.2687 9.72615 10.6596 9.11707 9.90827 9.11707C9.15693 9.11707 8.54785 9.72615 8.54785 10.4775C8.54785 11.2288 9.15693 11.8379 9.90827 11.8379Z", fill: "black" }),
7
- React.createElement("path", { d: "M11.8132 5.70698C12.0098 5.09623 11.5895 4.41443 10.8744 4.18412C10.1592 3.95382 9.41998 4.26223 9.2233 4.87297C9.02663 5.48371 9.44695 6.16552 10.1621 6.39583C10.8773 6.62613 11.6165 6.31772 11.8132 5.70698Z", fill: "black" }),
8
- React.createElement("path", { d: "M6.2702 8.44748C6.50039 7.73226 6.19185 6.99312 5.58107 6.79655C4.97029 6.59998 4.28856 7.02042 4.05838 7.73563C3.8282 8.45085 4.13674 9.18999 4.74751 9.38656C5.35829 9.58313 6.04002 9.16269 6.2702 8.44748Z", fill: "black" }),
9
- React.createElement("path", { d: "M6.0026 3.78625C6.60306 3.47818 6.92252 2.90233 6.71613 2.50006C6.50974 2.09778 5.85566 2.0214 5.2552 2.32947C4.65474 2.63753 4.33528 3.21338 4.54167 3.61566C4.74806 4.01794 5.40214 4.09431 6.0026 3.78625Z", fill: "black" }),
10
- React.createElement("path", { d: "M12.2116 15.3215C12.812 15.0134 13.1315 14.4376 12.9251 14.0353C12.7187 13.633 12.0646 13.5566 11.4642 13.8647C10.8637 14.1727 10.5443 14.7486 10.7507 15.1509C10.957 15.5532 11.6111 15.6295 12.2116 15.3215Z", fill: "black" }),
11
- React.createElement("path", { d: "M8.14104 15.8898C8.22988 15.5729 7.77511 15.1683 7.12529 14.9862C6.47546 14.804 5.87665 14.9132 5.78781 15.2301C5.69897 15.547 6.15374 15.9516 6.80357 16.1338C7.45339 16.316 8.0522 16.2067 8.14104 15.8898Z", fill: "black" }),
12
- React.createElement("path", { d: "M3.28793 13.5541C3.58649 13.4156 3.59826 12.807 3.31422 12.1948C3.03018 11.5826 2.55789 11.1986 2.25933 11.3371C1.96078 11.4757 1.94901 12.0842 2.23305 12.6964C2.51709 13.3086 2.98938 13.6926 3.28793 13.5541Z", fill: "black" }),
13
- React.createElement("path", { d: "M15.6468 6.67848C15.9076 6.55745 15.941 6.07551 15.7213 5.60204C15.5016 5.12857 15.1121 4.84286 14.8512 4.9639C14.5904 5.08493 14.557 5.56687 14.7767 6.04034C14.9963 6.5138 15.3859 6.79951 15.6468 6.67848Z", fill: "black" }),
14
- React.createElement("path", { d: "M16.0078 11.3263C16.1872 10.8362 16.1137 10.3587 15.8436 10.2599C15.5736 10.1611 15.2092 10.4783 15.0299 10.9684C14.8505 11.4586 14.924 11.9361 15.1941 12.0349C15.4641 12.1337 15.8284 11.8165 16.0078 11.3263Z", fill: "black" }),
15
- React.createElement("path", { d: "M12.4172 2.34807C12.4927 2.14203 12.054 1.792 11.4374 1.56624C10.8209 1.34049 10.2599 1.32451 10.1844 1.53056C10.109 1.7366 10.5477 2.08663 11.1642 2.31238C11.7808 2.53814 12.3418 2.55411 12.4172 2.34807Z", fill: "black" }),
16
- React.createElement("path", { d: "M2.28268 7.17852C2.50833 6.56192 2.52421 6.00094 2.31815 5.92553C2.1121 5.85013 1.76214 6.28886 1.53649 6.90546C1.31085 7.52206 1.29497 8.08304 1.50102 8.15844C1.70708 8.23385 2.05704 7.79512 2.28268 7.17852Z", fill: "black" })));
17
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function PickleballBallIcon({ size }) {
4
+ return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
5
+ React.createElement("circle", { cx: "9", cy: "9", r: "8.5", fill: "#BDF07E", stroke: "black" }),
6
+ React.createElement("path", { d: "M9.90827 11.8379C10.6596 11.8379 11.2687 11.2288 11.2687 10.4775C11.2687 9.72615 10.6596 9.11707 9.90827 9.11707C9.15693 9.11707 8.54785 9.72615 8.54785 10.4775C8.54785 11.2288 9.15693 11.8379 9.90827 11.8379Z", fill: "black" }),
7
+ React.createElement("path", { d: "M11.8132 5.70698C12.0098 5.09623 11.5895 4.41443 10.8744 4.18412C10.1592 3.95382 9.41998 4.26223 9.2233 4.87297C9.02663 5.48371 9.44695 6.16552 10.1621 6.39583C10.8773 6.62613 11.6165 6.31772 11.8132 5.70698Z", fill: "black" }),
8
+ React.createElement("path", { d: "M6.2702 8.44748C6.50039 7.73226 6.19185 6.99312 5.58107 6.79655C4.97029 6.59998 4.28856 7.02042 4.05838 7.73563C3.8282 8.45085 4.13674 9.18999 4.74751 9.38656C5.35829 9.58313 6.04002 9.16269 6.2702 8.44748Z", fill: "black" }),
9
+ React.createElement("path", { d: "M6.0026 3.78625C6.60306 3.47818 6.92252 2.90233 6.71613 2.50006C6.50974 2.09778 5.85566 2.0214 5.2552 2.32947C4.65474 2.63753 4.33528 3.21338 4.54167 3.61566C4.74806 4.01794 5.40214 4.09431 6.0026 3.78625Z", fill: "black" }),
10
+ React.createElement("path", { d: "M12.2116 15.3215C12.812 15.0134 13.1315 14.4376 12.9251 14.0353C12.7187 13.633 12.0646 13.5566 11.4642 13.8647C10.8637 14.1727 10.5443 14.7486 10.7507 15.1509C10.957 15.5532 11.6111 15.6295 12.2116 15.3215Z", fill: "black" }),
11
+ React.createElement("path", { d: "M8.14104 15.8898C8.22988 15.5729 7.77511 15.1683 7.12529 14.9862C6.47546 14.804 5.87665 14.9132 5.78781 15.2301C5.69897 15.547 6.15374 15.9516 6.80357 16.1338C7.45339 16.316 8.0522 16.2067 8.14104 15.8898Z", fill: "black" }),
12
+ React.createElement("path", { d: "M3.28793 13.5541C3.58649 13.4156 3.59826 12.807 3.31422 12.1948C3.03018 11.5826 2.55789 11.1986 2.25933 11.3371C1.96078 11.4757 1.94901 12.0842 2.23305 12.6964C2.51709 13.3086 2.98938 13.6926 3.28793 13.5541Z", fill: "black" }),
13
+ React.createElement("path", { d: "M15.6468 6.67848C15.9076 6.55745 15.941 6.07551 15.7213 5.60204C15.5016 5.12857 15.1121 4.84286 14.8512 4.9639C14.5904 5.08493 14.557 5.56687 14.7767 6.04034C14.9963 6.5138 15.3859 6.79951 15.6468 6.67848Z", fill: "black" }),
14
+ React.createElement("path", { d: "M16.0078 11.3263C16.1872 10.8362 16.1137 10.3587 15.8436 10.2599C15.5736 10.1611 15.2092 10.4783 15.0299 10.9684C14.8505 11.4586 14.924 11.9361 15.1941 12.0349C15.4641 12.1337 15.8284 11.8165 16.0078 11.3263Z", fill: "black" }),
15
+ React.createElement("path", { d: "M12.4172 2.34807C12.4927 2.14203 12.054 1.792 11.4374 1.56624C10.8209 1.34049 10.2599 1.32451 10.1844 1.53056C10.109 1.7366 10.5477 2.08663 11.1642 2.31238C11.7808 2.53814 12.3418 2.55411 12.4172 2.34807Z", fill: "black" }),
16
+ React.createElement("path", { d: "M2.28268 7.17852C2.50833 6.56192 2.52421 6.00094 2.31815 5.92553C2.1121 5.85013 1.76214 6.28886 1.53649 6.90546C1.31085 7.52206 1.29497 8.08304 1.50102 8.15844C1.70708 8.23385 2.05704 7.79512 2.28268 7.17852Z", fill: "black" })));
17
+ }
18
18
  //# sourceMappingURL=PickleballBallIcon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from "./sharedTypes";
3
- export default function RightChevronIcon({ size, color }: IconProps): JSX.Element;
1
+ import React from "react";
2
+ import { IconProps } from "./sharedTypes";
3
+ export default function RightChevronIcon({ size, color }: IconProps): React.JSX.Element;
@@ -1,7 +1,7 @@
1
- /* eslint-disable max-len */
2
- import React from "react";
3
- export default function RightChevronIcon({ size, color }) {
4
- return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 8 16", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
- React.createElement("path", { d: "M0.158843 15.8655C0.338287 16.033 0.608216 16.043 0.798317 15.9014L0.865529 15.8412L7.86553 8.34116C8.02241 8.17307 8.04202 7.92381 7.92436 7.73543L7.86553 7.65884L0.865529 0.158839C0.677112 -0.0430355 0.360718 -0.0539455 0.158843 0.134471C-0.020602 0.301952 -0.0491607 0.570552 0.0790396 0.769957L0.134474 0.841157L6.815 8.001L0.134474 15.1588C-0.0330075 15.3383 -0.0429963 15.6082 0.0986352 15.7983L0.158843 15.8655Z" })));
6
- }
1
+ /* eslint-disable max-len */
2
+ import React from "react";
3
+ export default function RightChevronIcon({ size, color }) {
4
+ return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 8 16", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
+ React.createElement("path", { d: "M0.158843 15.8655C0.338287 16.033 0.608216 16.043 0.798317 15.9014L0.865529 15.8412L7.86553 8.34116C8.02241 8.17307 8.04202 7.92381 7.92436 7.73543L7.86553 7.65884L0.865529 0.158839C0.677112 -0.0430355 0.360718 -0.0539455 0.158843 0.134471C-0.020602 0.301952 -0.0491607 0.570552 0.0790396 0.769957L0.134474 0.841157L6.815 8.001L0.134474 15.1588C-0.0330075 15.3383 -0.0429963 15.6082 0.0986352 15.7983L0.158843 15.8655Z" })));
6
+ }
7
7
  //# sourceMappingURL=RightChevronIcon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './sharedTypes';
3
- export default function SessionIcon({ size, color }: IconProps): JSX.Element;
1
+ import React from 'react';
2
+ import { IconProps } from './sharedTypes';
3
+ export default function SessionIcon({ size, color }: IconProps): React.JSX.Element;
@@ -1,7 +1,7 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function SessionIcon({ size, color }) {
4
- return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 14 14", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 1H11C11.5523 1 12 1.44772 12 2V12C12 12.5523 11.5523 13 11 13H3C2.44772 13 2 12.5523 2 12V2C2 1.44772 2.44772 1 3 1ZM1 2C1 0.89543 1.89543 0 3 0H11C12.1046 0 13 0.895431 13 2V12C13 13.1046 12.1046 14 11 14H3C1.89543 14 1 13.1046 1 12V2ZM4.5 3C4.22386 3 4 3.22386 4 3.5C4 3.77614 4.22386 4 4.5 4H9.5C9.77614 4 10 3.77614 10 3.5C10 3.22386 9.77614 3 9.5 3H4.5ZM4 6.5C4 6.22386 4.22386 6 4.5 6H9.5C9.77614 6 10 6.22386 10 6.5C10 6.77614 9.77614 7 9.5 7H4.5C4.22386 7 4 6.77614 4 6.5ZM4.5 9C4.22386 9 4 9.22386 4 9.5C4 9.77614 4.22386 10 4.5 10H7.5C7.77614 10 8 9.77614 8 9.5C8 9.22386 7.77614 9 7.5 9H4.5Z" })));
6
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function SessionIcon({ size, color }) {
4
+ return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 14 14", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 1H11C11.5523 1 12 1.44772 12 2V12C12 12.5523 11.5523 13 11 13H3C2.44772 13 2 12.5523 2 12V2C2 1.44772 2.44772 1 3 1ZM1 2C1 0.89543 1.89543 0 3 0H11C12.1046 0 13 0.895431 13 2V12C13 13.1046 12.1046 14 11 14H3C1.89543 14 1 13.1046 1 12V2ZM4.5 3C4.22386 3 4 3.22386 4 3.5C4 3.77614 4.22386 4 4.5 4H9.5C9.77614 4 10 3.77614 10 3.5C10 3.22386 9.77614 3 9.5 3H4.5ZM4 6.5C4 6.22386 4.22386 6 4.5 6H9.5C9.77614 6 10 6.22386 10 6.5C10 6.77614 9.77614 7 9.5 7H4.5C4.22386 7 4 6.77614 4 6.5ZM4.5 9C4.22386 9 4 9.22386 4 9.5C4 9.77614 4.22386 10 4.5 10H7.5C7.77614 10 8 9.77614 8 9.5C8 9.22386 7.77614 9 7.5 9H4.5Z" })));
6
+ }
7
7
  //# sourceMappingURL=SessionIcon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './sharedTypes';
3
- export default function SinglePersonIcon({ size, color }: IconProps): JSX.Element;
1
+ import React from 'react';
2
+ import { IconProps } from './sharedTypes';
3
+ export default function SinglePersonIcon({ size, color }: IconProps): React.JSX.Element;
@@ -1,10 +1,10 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function SinglePersonIcon({ size, color }) {
4
- return (React.createElement("svg", { width: size, height: size, viewBox: "0 2 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
5
- React.createElement("mask", { id: "path-1-inside-1_1025_2119", fill: "white" },
6
- React.createElement("path", { d: "M7 3C8.933 3 10.5 4.567 10.5 6.5C10.5 8.433 8.933 10 7 10C5.067 10 3.5 8.433 3.5 6.5C3.5 4.567 5.067 3 7 3Z" })),
7
- React.createElement("path", { d: "M7 4C8.38071 4 9.5 5.11929 9.5 6.5H11.5C11.5 4.01472 9.48528 2 7 2V4ZM9.5 6.5C9.5 7.88071 8.38071 9 7 9V11C9.48528 11 11.5 8.98528 11.5 6.5H9.5ZM7 9C5.61929 9 4.5 7.88071 4.5 6.5H2.5C2.5 8.98528 4.51472 11 7 11V9ZM4.5 6.5C4.5 5.11929 5.61929 4 7 4V2C4.51472 2 2.5 4.01472 2.5 6.5H4.5Z", fill: color, mask: "url(#path-1-inside-1_1025_2119)" }),
8
- React.createElement("path", { d: "M12 15C12 12.2386 9.76142 10 7 10C4.23858 10 2 12.2386 2 15", stroke: color, strokeLinecap: "round" })));
9
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function SinglePersonIcon({ size, color }) {
4
+ return (React.createElement("svg", { width: size, height: size, viewBox: "0 2 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
5
+ React.createElement("mask", { id: "path-1-inside-1_1025_2119", fill: "white" },
6
+ React.createElement("path", { d: "M7 3C8.933 3 10.5 4.567 10.5 6.5C10.5 8.433 8.933 10 7 10C5.067 10 3.5 8.433 3.5 6.5C3.5 4.567 5.067 3 7 3Z" })),
7
+ React.createElement("path", { d: "M7 4C8.38071 4 9.5 5.11929 9.5 6.5H11.5C11.5 4.01472 9.48528 2 7 2V4ZM9.5 6.5C9.5 7.88071 8.38071 9 7 9V11C9.48528 11 11.5 8.98528 11.5 6.5H9.5ZM7 9C5.61929 9 4.5 7.88071 4.5 6.5H2.5C2.5 8.98528 4.51472 11 7 11V9ZM4.5 6.5C4.5 5.11929 5.61929 4 7 4V2C4.51472 2 2.5 4.01472 2.5 6.5H4.5Z", fill: color, mask: "url(#path-1-inside-1_1025_2119)" }),
8
+ React.createElement("path", { d: "M12 15C12 12.2386 9.76142 10 7 10C4.23858 10 2 12.2386 2 15", stroke: color, strokeLinecap: "round" })));
9
+ }
10
10
  //# sourceMappingURL=SinglePersonIcon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './sharedTypes';
3
- export default function SinglePersonV2Icon({ size, color }: IconProps): JSX.Element;
1
+ import React from 'react';
2
+ import { IconProps } from './sharedTypes';
3
+ export default function SinglePersonV2Icon({ size, color }: IconProps): React.JSX.Element;
@@ -1,8 +1,8 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function SinglePersonV2Icon({ size, color }) {
4
- return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 24 26", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
5
- React.createElement("path", { d: "M12.6666 1.5C15.7042 1.5 18.1666 3.96243 18.1666 7H19.1666C19.1666 3.41015 16.2565 0.5 12.6666 0.5V1.5ZM18.1666 7C18.1666 10.0376 15.7042 12.5 12.6666 12.5V13.5C16.2565 13.5 19.1666 10.5899 19.1666 7H18.1666ZM12.6666 12.5C9.62906 12.5 7.16663 10.0376 7.16663 7H6.16663C6.16663 10.5899 9.07678 13.5 12.6666 13.5V12.5ZM7.16663 7C7.16663 3.96243 9.62906 1.5 12.6666 1.5V0.5C9.07678 0.5 6.16663 3.41015 6.16663 7H7.16663Z", fill: color }),
6
- React.createElement("path", { d: "M21.75 25C21.75 20.0515 17.7206 17 12.75 17C7.77944 17 3.75 20.0515 3.75 25", stroke: color, strokeLinecap: "round" })));
7
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function SinglePersonV2Icon({ size, color }) {
4
+ return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 24 26", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
5
+ React.createElement("path", { d: "M12.6666 1.5C15.7042 1.5 18.1666 3.96243 18.1666 7H19.1666C19.1666 3.41015 16.2565 0.5 12.6666 0.5V1.5ZM18.1666 7C18.1666 10.0376 15.7042 12.5 12.6666 12.5V13.5C16.2565 13.5 19.1666 10.5899 19.1666 7H18.1666ZM12.6666 12.5C9.62906 12.5 7.16663 10.0376 7.16663 7H6.16663C6.16663 10.5899 9.07678 13.5 12.6666 13.5V12.5ZM7.16663 7C7.16663 3.96243 9.62906 1.5 12.6666 1.5V0.5C9.07678 0.5 6.16663 3.41015 6.16663 7H7.16663Z", fill: color }),
6
+ React.createElement("path", { d: "M21.75 25C21.75 20.0515 17.7206 17 12.75 17C7.77944 17 3.75 20.0515 3.75 25", stroke: color, strokeLinecap: "round" })));
7
+ }
8
8
  //# sourceMappingURL=SinglePersonV2Icon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './sharedTypes';
3
- export default function SocialMediaFacebookIcon({ size, color }: IconProps): JSX.Element;
1
+ import React from 'react';
2
+ import { IconProps } from './sharedTypes';
3
+ export default function SocialMediaFacebookIcon({ size, color }: IconProps): React.JSX.Element;
@@ -1,11 +1,11 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function SocialMediaFacebookIcon({ size, color }) {
4
- return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 27 27", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
- React.createElement("g", { clipPath: "url(#clip0_702_6274)" },
6
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.8047 0.611328C6.63365 0.611328 0.799805 6.44517 0.799805 13.6162C0.799805 20.7868 6.63364 26.6211 13.8047 26.6211C20.9752 26.6211 26.8096 20.7868 26.8096 13.6162C26.8096 6.44517 20.9763 0.611328 13.8047 0.611328ZM1.1998 13.6162C1.1998 6.66608 6.85456 1.01133 13.8047 1.01133C20.7553 1.01133 26.4096 6.66608 26.4096 13.6162C26.4096 20.5658 20.7542 26.2211 13.8047 26.2211C6.85457 26.2211 1.1998 20.5659 1.1998 13.6162ZM14.9058 14.0668H16.989L17.2588 11.443H14.9068V9.9008C14.9068 9.32106 15.2911 9.18592 15.5613 9.18592H17.2216V6.63846L14.9341 6.62969C12.3965 6.62969 11.8188 8.52933 11.8188 9.74503V11.4425H10.3514V14.0668H11.8188V21.492H14.9058V14.0668Z", fill: color })),
7
- React.createElement("defs", null,
8
- React.createElement("clipPath", { id: "clip0_702_6274" },
9
- React.createElement("rect", { width: size, height: size, fill: color })))));
10
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function SocialMediaFacebookIcon({ size, color }) {
4
+ return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 27 27", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
+ React.createElement("g", { clipPath: "url(#clip0_702_6274)" },
6
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.8047 0.611328C6.63365 0.611328 0.799805 6.44517 0.799805 13.6162C0.799805 20.7868 6.63364 26.6211 13.8047 26.6211C20.9752 26.6211 26.8096 20.7868 26.8096 13.6162C26.8096 6.44517 20.9763 0.611328 13.8047 0.611328ZM1.1998 13.6162C1.1998 6.66608 6.85456 1.01133 13.8047 1.01133C20.7553 1.01133 26.4096 6.66608 26.4096 13.6162C26.4096 20.5658 20.7542 26.2211 13.8047 26.2211C6.85457 26.2211 1.1998 20.5659 1.1998 13.6162ZM14.9058 14.0668H16.989L17.2588 11.443H14.9068V9.9008C14.9068 9.32106 15.2911 9.18592 15.5613 9.18592H17.2216V6.63846L14.9341 6.62969C12.3965 6.62969 11.8188 8.52933 11.8188 9.74503V11.4425H10.3514V14.0668H11.8188V21.492H14.9058V14.0668Z", fill: color })),
7
+ React.createElement("defs", null,
8
+ React.createElement("clipPath", { id: "clip0_702_6274" },
9
+ React.createElement("rect", { width: size, height: size, fill: color })))));
10
+ }
11
11
  //# sourceMappingURL=SocialMediaFacebookIcon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './sharedTypes';
3
- export default function SocialMediaInstagramIcon({ size, color }: IconProps): JSX.Element;
1
+ import React from 'react';
2
+ import { IconProps } from './sharedTypes';
3
+ export default function SocialMediaInstagramIcon({ size, color }: IconProps): React.JSX.Element;
@@ -1,7 +1,7 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function SocialMediaInstagramIcon({ size, color }) {
4
- return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 27 27", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.8047 0.611328C6.63364 0.611328 0.799805 6.44517 0.799805 13.6162C0.799805 20.7868 6.63364 26.6211 13.8047 26.6211C20.9752 26.6211 26.8096 20.7868 26.8096 13.6162C26.8096 6.44517 20.9763 0.611328 13.8047 0.611328ZM1.1998 13.6162C1.1998 6.66608 6.85456 1.01133 13.8047 1.01133C20.7553 1.01133 26.4096 6.66608 26.4096 13.6162C26.4096 20.5658 20.7542 26.2211 13.8047 26.2211C6.85456 26.2211 1.1998 20.5659 1.1998 13.6162ZM16.0543 7.00078H11.2188C8.9937 7.00078 7.18925 8.80522 7.18925 11.0303V15.8658C7.18925 18.091 8.9937 19.8954 11.2188 19.8954H16.0543C18.2794 19.8954 20.0839 18.091 20.0839 15.8658V11.0303C20.0839 8.80522 18.2794 7.00078 16.0543 7.00078ZM18.875 15.866C18.875 17.4214 17.6097 18.6867 16.0543 18.6867H11.2188C9.66341 18.6867 8.39812 17.4214 8.39812 15.866V11.0305C8.39812 9.47508 9.66341 8.20979 11.2188 8.20979H16.0543C17.6097 8.20979 18.875 9.47508 18.875 11.0305V15.866ZM10.4139 13.4481C10.4139 11.6678 11.8573 10.2244 13.6375 10.2244C15.4178 10.2244 16.8612 11.6678 16.8612 13.4481C16.8612 15.2283 15.4178 16.6717 13.6375 16.6717C11.8573 16.6717 10.4139 15.2283 10.4139 13.4481ZM11.6228 13.4482C11.6228 14.5587 12.527 15.463 13.6375 15.463C14.7481 15.463 15.6523 14.5587 15.6523 13.4482C15.6523 12.3368 14.7481 11.4334 13.6375 11.4334C12.527 11.4334 11.6228 12.3368 11.6228 13.4482ZM17.5308 9.98209C17.5308 10.2193 17.3385 10.4116 17.1012 10.4116C16.864 10.4116 16.6717 10.2193 16.6717 9.98209C16.6717 9.74486 16.864 9.55254 17.1012 9.55254C17.3385 9.55254 17.5308 9.74486 17.5308 9.98209Z", fill: color })));
6
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function SocialMediaInstagramIcon({ size, color }) {
4
+ return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 27 27", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.8047 0.611328C6.63364 0.611328 0.799805 6.44517 0.799805 13.6162C0.799805 20.7868 6.63364 26.6211 13.8047 26.6211C20.9752 26.6211 26.8096 20.7868 26.8096 13.6162C26.8096 6.44517 20.9763 0.611328 13.8047 0.611328ZM1.1998 13.6162C1.1998 6.66608 6.85456 1.01133 13.8047 1.01133C20.7553 1.01133 26.4096 6.66608 26.4096 13.6162C26.4096 20.5658 20.7542 26.2211 13.8047 26.2211C6.85456 26.2211 1.1998 20.5659 1.1998 13.6162ZM16.0543 7.00078H11.2188C8.9937 7.00078 7.18925 8.80522 7.18925 11.0303V15.8658C7.18925 18.091 8.9937 19.8954 11.2188 19.8954H16.0543C18.2794 19.8954 20.0839 18.091 20.0839 15.8658V11.0303C20.0839 8.80522 18.2794 7.00078 16.0543 7.00078ZM18.875 15.866C18.875 17.4214 17.6097 18.6867 16.0543 18.6867H11.2188C9.66341 18.6867 8.39812 17.4214 8.39812 15.866V11.0305C8.39812 9.47508 9.66341 8.20979 11.2188 8.20979H16.0543C17.6097 8.20979 18.875 9.47508 18.875 11.0305V15.866ZM10.4139 13.4481C10.4139 11.6678 11.8573 10.2244 13.6375 10.2244C15.4178 10.2244 16.8612 11.6678 16.8612 13.4481C16.8612 15.2283 15.4178 16.6717 13.6375 16.6717C11.8573 16.6717 10.4139 15.2283 10.4139 13.4481ZM11.6228 13.4482C11.6228 14.5587 12.527 15.463 13.6375 15.463C14.7481 15.463 15.6523 14.5587 15.6523 13.4482C15.6523 12.3368 14.7481 11.4334 13.6375 11.4334C12.527 11.4334 11.6228 12.3368 11.6228 13.4482ZM17.5308 9.98209C17.5308 10.2193 17.3385 10.4116 17.1012 10.4116C16.864 10.4116 16.6717 10.2193 16.6717 9.98209C16.6717 9.74486 16.864 9.55254 17.1012 9.55254C17.3385 9.55254 17.5308 9.74486 17.5308 9.98209Z", fill: color })));
6
+ }
7
7
  //# sourceMappingURL=SocialMediaInstagramIcon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './sharedTypes';
3
- export default function SocialMediaTikTokIcon({ size, color }: IconProps): JSX.Element;
1
+ import React from 'react';
2
+ import { IconProps } from './sharedTypes';
3
+ export default function SocialMediaTikTokIcon({ size, color }: IconProps): React.JSX.Element;
@@ -1,11 +1,11 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function SocialMediaTikTokIcon({ size, color }) {
4
- return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 27 27", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
- React.createElement("g", { clipPath: "url(#clip0_702_6282)" },
6
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.8047 0.988281C6.63365 0.988281 0.799805 6.82211 0.799805 13.9932C0.799805 21.1637 6.63364 26.998 13.8047 26.998C20.9752 26.998 26.8096 21.1637 26.8096 13.9932C26.8096 6.82212 20.9763 0.988281 13.8047 0.988281ZM1.1998 13.9932C1.1998 7.04303 6.85456 1.38828 13.8047 1.38828C20.7553 1.38828 26.4096 7.04302 26.4096 13.9932C26.4096 20.9427 20.7543 26.598 13.8047 26.598C6.85457 26.598 1.1998 20.9427 1.1998 13.9932ZM16.0079 8.18828C16.0077 8.8799 16.2745 9.54802 16.7587 10.0683C17.7221 11.1149 19.0537 11.0549 19.0537 11.0549V13.1149C17.961 13.1167 16.8954 12.7948 16.0079 12.1949V16.3883C16.0079 18.4883 14.2016 20.1883 11.9775 20.1883C9.90207 20.1883 7.94707 18.6083 7.94707 16.3883C7.94707 14.1083 10.0862 12.3216 12.53 12.6283V14.7349C11.3187 14.3816 10.1429 15.2416 10.1429 16.3883C10.1429 17.3483 10.9787 18.1216 11.9846 18.1216C12.4602 18.1215 12.9172 17.9478 13.2594 17.6369C13.6016 17.326 13.8023 16.9023 13.8191 16.4549V8.18828H16.0079Z", fill: color })),
7
- React.createElement("defs", null,
8
- React.createElement("clipPath", { id: "clip0_702_6282" },
9
- React.createElement("rect", { width: size, height: size, fill: color })))));
10
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function SocialMediaTikTokIcon({ size, color }) {
4
+ return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 27 27", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
+ React.createElement("g", { clipPath: "url(#clip0_702_6282)" },
6
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.8047 0.988281C6.63365 0.988281 0.799805 6.82211 0.799805 13.9932C0.799805 21.1637 6.63364 26.998 13.8047 26.998C20.9752 26.998 26.8096 21.1637 26.8096 13.9932C26.8096 6.82212 20.9763 0.988281 13.8047 0.988281ZM1.1998 13.9932C1.1998 7.04303 6.85456 1.38828 13.8047 1.38828C20.7553 1.38828 26.4096 7.04302 26.4096 13.9932C26.4096 20.9427 20.7543 26.598 13.8047 26.598C6.85457 26.598 1.1998 20.9427 1.1998 13.9932ZM16.0079 8.18828C16.0077 8.8799 16.2745 9.54802 16.7587 10.0683C17.7221 11.1149 19.0537 11.0549 19.0537 11.0549V13.1149C17.961 13.1167 16.8954 12.7948 16.0079 12.1949V16.3883C16.0079 18.4883 14.2016 20.1883 11.9775 20.1883C9.90207 20.1883 7.94707 18.6083 7.94707 16.3883C7.94707 14.1083 10.0862 12.3216 12.53 12.6283V14.7349C11.3187 14.3816 10.1429 15.2416 10.1429 16.3883C10.1429 17.3483 10.9787 18.1216 11.9846 18.1216C12.4602 18.1215 12.9172 17.9478 13.2594 17.6369C13.6016 17.326 13.8023 16.9023 13.8191 16.4549V8.18828H16.0079Z", fill: color })),
7
+ React.createElement("defs", null,
8
+ React.createElement("clipPath", { id: "clip0_702_6282" },
9
+ React.createElement("rect", { width: size, height: size, fill: color })))));
10
+ }
11
11
  //# sourceMappingURL=SocialMediaTikTokIcon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './sharedTypes';
3
- export default function SocialMediaXIcon({ size, color }: IconProps): JSX.Element;
1
+ import React from 'react';
2
+ import { IconProps } from './sharedTypes';
3
+ export default function SocialMediaXIcon({ size, color }: IconProps): React.JSX.Element;
@@ -1,11 +1,11 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function SocialMediaXIcon({ size, color }) {
4
- return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 27 27", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
- React.createElement("g", { clipPath: "url(#clip0_702_6271)" },
6
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.8047 0.611328C6.63365 0.611328 0.799805 6.44517 0.799805 13.6162C0.799805 20.7868 6.63364 26.6211 13.8047 26.6211C20.9752 26.6211 26.8096 20.7868 26.8096 13.6162C26.8096 6.44517 20.9763 0.611328 13.8047 0.611328ZM1.1998 13.6162C1.1998 6.66608 6.85456 1.01133 13.8047 1.01133C20.7553 1.01133 26.4096 6.66608 26.4096 13.6162C26.4096 20.5658 20.7542 26.2211 13.8047 26.2211C6.85457 26.2211 1.1998 20.5659 1.1998 13.6162ZM19.5776 11.3207C19.5776 11.1927 19.5745 11.0648 19.5688 10.9379C20.145 10.5238 20.6448 10.0044 21.0378 9.41434C20.5112 9.64902 19.9417 9.80685 19.345 9.87803C19.9551 9.51285 20.4209 8.93569 20.6427 8.24712C20.0717 8.58599 19.4425 8.83047 18.7704 8.96251C18.2319 8.38999 17.467 8.03203 16.619 8.03203C14.9917 8.03203 13.6724 9.35193 13.6724 10.9792C13.6724 11.2108 13.6976 11.4352 13.7482 11.6513C11.2992 11.5275 9.12671 10.3546 7.67374 8.57103C7.41997 9.00635 7.27504 9.51285 7.27504 10.0534C7.27504 11.0757 7.79547 11.9783 8.58565 12.5059C8.10287 12.491 7.64847 12.3579 7.25131 12.1377C7.2508 12.1495 7.2508 12.1624 7.2508 12.1748V12.1748C7.2508 13.6035 8.26638 14.7945 9.61464 15.0647C9.36758 15.1323 9.10659 15.1674 8.83787 15.1674C8.64857 15.1674 8.46341 15.1483 8.28391 15.1143C8.65889 16.2856 9.74771 17.1377 11.0372 17.1614C10.0283 17.9516 8.75792 18.423 7.37665 18.423C7.13887 18.423 6.90419 18.4091 6.67363 18.3818C7.97754 19.2184 9.52696 19.7047 11.1914 19.7047C16.6139 19.7047 19.5776 15.2154 19.5776 11.3207Z", fill: color })),
7
- React.createElement("defs", null,
8
- React.createElement("clipPath", { id: "clip0_702_6271" },
9
- React.createElement("rect", { width: size, height: size, fill: color })))));
10
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function SocialMediaXIcon({ size, color }) {
4
+ return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 27 27", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
+ React.createElement("g", { clipPath: "url(#clip0_702_6271)" },
6
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.8047 0.611328C6.63365 0.611328 0.799805 6.44517 0.799805 13.6162C0.799805 20.7868 6.63364 26.6211 13.8047 26.6211C20.9752 26.6211 26.8096 20.7868 26.8096 13.6162C26.8096 6.44517 20.9763 0.611328 13.8047 0.611328ZM1.1998 13.6162C1.1998 6.66608 6.85456 1.01133 13.8047 1.01133C20.7553 1.01133 26.4096 6.66608 26.4096 13.6162C26.4096 20.5658 20.7542 26.2211 13.8047 26.2211C6.85457 26.2211 1.1998 20.5659 1.1998 13.6162ZM19.5776 11.3207C19.5776 11.1927 19.5745 11.0648 19.5688 10.9379C20.145 10.5238 20.6448 10.0044 21.0378 9.41434C20.5112 9.64902 19.9417 9.80685 19.345 9.87803C19.9551 9.51285 20.4209 8.93569 20.6427 8.24712C20.0717 8.58599 19.4425 8.83047 18.7704 8.96251C18.2319 8.38999 17.467 8.03203 16.619 8.03203C14.9917 8.03203 13.6724 9.35193 13.6724 10.9792C13.6724 11.2108 13.6976 11.4352 13.7482 11.6513C11.2992 11.5275 9.12671 10.3546 7.67374 8.57103C7.41997 9.00635 7.27504 9.51285 7.27504 10.0534C7.27504 11.0757 7.79547 11.9783 8.58565 12.5059C8.10287 12.491 7.64847 12.3579 7.25131 12.1377C7.2508 12.1495 7.2508 12.1624 7.2508 12.1748V12.1748C7.2508 13.6035 8.26638 14.7945 9.61464 15.0647C9.36758 15.1323 9.10659 15.1674 8.83787 15.1674C8.64857 15.1674 8.46341 15.1483 8.28391 15.1143C8.65889 16.2856 9.74771 17.1377 11.0372 17.1614C10.0283 17.9516 8.75792 18.423 7.37665 18.423C7.13887 18.423 6.90419 18.4091 6.67363 18.3818C7.97754 19.2184 9.52696 19.7047 11.1914 19.7047C16.6139 19.7047 19.5776 15.2154 19.5776 11.3207Z", fill: color })),
7
+ React.createElement("defs", null,
8
+ React.createElement("clipPath", { id: "clip0_702_6271" },
9
+ React.createElement("rect", { width: size, height: size, fill: color })))));
10
+ }
11
11
  //# sourceMappingURL=SocialMediaXIcon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './sharedTypes';
3
- export default function SocialMediaYoutubeIcon({ size, color }: IconProps): JSX.Element;
1
+ import React from 'react';
2
+ import { IconProps } from './sharedTypes';
3
+ export default function SocialMediaYoutubeIcon({ size, color }: IconProps): React.JSX.Element;
@@ -1,7 +1,7 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function SocialMediaYoutubeIcon({ size, color }) {
4
- return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 27 27", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.8047 0.611328C6.63365 0.611328 0.799805 6.44517 0.799805 13.6162C0.799805 20.7868 6.63364 26.6211 13.8047 26.6211C20.9752 26.6211 26.8096 20.7868 26.8096 13.6162C26.8096 6.44517 20.9763 0.611328 13.8047 0.611328ZM1.1998 13.6162C1.1998 6.66608 6.85455 1.01133 13.8047 1.01133C20.7553 1.01133 26.4096 6.66608 26.4096 13.6162C26.4096 20.5658 20.7542 26.2211 13.8047 26.2211C6.85457 26.2211 1.1998 20.5659 1.1998 13.6162ZM20.5527 9.43416C20.0314 8.80519 19.069 8.54863 17.2307 8.54863H10.5583C8.67813 8.54863 7.69934 8.82174 7.17999 9.49137C6.67363 10.1443 6.67363 11.1063 6.67363 12.4377V14.9753C6.67363 17.5547 7.27441 18.8643 10.5583 18.8643H17.2309C18.8248 18.8643 19.7081 18.6379 20.2796 18.0829C20.8656 17.5137 21.1156 16.5843 21.1156 14.9753V12.4377C21.1156 11.0336 21.0764 10.0659 20.5527 9.43416ZM15.9454 14.057L12.9155 15.6642C12.8477 15.7002 12.7737 15.718 12.6998 15.718C12.616 15.718 12.5323 15.6951 12.4583 15.6496C12.319 15.5639 12.2339 15.4106 12.2339 15.2452V12.041C12.2339 11.8759 12.3188 11.7227 12.4579 11.6369C12.597 11.5512 12.7701 11.5453 12.9144 11.6214L15.9444 13.2183C16.0986 13.2995 16.1953 13.4611 16.1955 13.6373C16.1958 13.8136 16.0993 13.9754 15.9454 14.057Z", fill: color })));
6
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function SocialMediaYoutubeIcon({ size, color }) {
4
+ return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 27 27", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.8047 0.611328C6.63365 0.611328 0.799805 6.44517 0.799805 13.6162C0.799805 20.7868 6.63364 26.6211 13.8047 26.6211C20.9752 26.6211 26.8096 20.7868 26.8096 13.6162C26.8096 6.44517 20.9763 0.611328 13.8047 0.611328ZM1.1998 13.6162C1.1998 6.66608 6.85455 1.01133 13.8047 1.01133C20.7553 1.01133 26.4096 6.66608 26.4096 13.6162C26.4096 20.5658 20.7542 26.2211 13.8047 26.2211C6.85457 26.2211 1.1998 20.5659 1.1998 13.6162ZM20.5527 9.43416C20.0314 8.80519 19.069 8.54863 17.2307 8.54863H10.5583C8.67813 8.54863 7.69934 8.82174 7.17999 9.49137C6.67363 10.1443 6.67363 11.1063 6.67363 12.4377V14.9753C6.67363 17.5547 7.27441 18.8643 10.5583 18.8643H17.2309C18.8248 18.8643 19.7081 18.6379 20.2796 18.0829C20.8656 17.5137 21.1156 16.5843 21.1156 14.9753V12.4377C21.1156 11.0336 21.0764 10.0659 20.5527 9.43416ZM15.9454 14.057L12.9155 15.6642C12.8477 15.7002 12.7737 15.718 12.6998 15.718C12.616 15.718 12.5323 15.6951 12.4583 15.6496C12.319 15.5639 12.2339 15.4106 12.2339 15.2452V12.041C12.2339 11.8759 12.3188 11.7227 12.4579 11.6369C12.597 11.5512 12.7701 11.5453 12.9144 11.6214L15.9444 13.2183C16.0986 13.2995 16.1953 13.4611 16.1955 13.6373C16.1958 13.8136 16.0993 13.9754 15.9454 14.057Z", fill: color })));
6
+ }
7
7
  //# sourceMappingURL=SocialMediaYoutubeIcon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './sharedTypes';
3
- export default function SwapIcon({ size, color }: IconProps): JSX.Element;
1
+ import React from 'react';
2
+ import { IconProps } from './sharedTypes';
3
+ export default function SwapIcon({ size, color }: IconProps): React.JSX.Element;
@@ -1,7 +1,7 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function SwapIcon({ size, color }) {
4
- return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 38 38", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36.4167 19C36.4167 28.619 28.619 36.4167 19 36.4167C9.38104 36.4167 1.58333 28.619 1.58333 19C1.58333 9.38104 9.38104 1.58333 19 1.58333C28.619 1.58333 36.4167 9.38104 36.4167 19ZM38 19C38 29.4934 29.4934 38 19 38C8.50659 38 0 29.4934 0 19C0 8.50659 8.50659 0 19 0C29.4934 0 38 8.50659 38 19ZM11.6464 15.3536C11.4512 15.1583 11.4512 14.8417 11.6464 14.6464L14.8284 11.4645L18.0104 14.6464C18.2057 14.8417 18.2057 15.1583 18.0104 15.3536C17.8151 15.5488 17.4986 15.5488 17.3033 15.3536L15.3281 13.3784V23.5C15.3281 23.7761 15.1043 24 14.8281 24C14.552 24 14.3281 23.7761 14.3281 23.5V13.379L12.3536 15.3536C12.1583 15.5488 11.8417 15.5488 11.6464 15.3536ZM23.6719 13.5V23.621L25.6464 21.6464C25.8417 21.4512 26.1583 21.4512 26.3536 21.6464C26.5488 21.8417 26.5488 22.1583 26.3536 22.3536L23.1716 25.5355L19.9896 22.3536C19.7943 22.1583 19.7943 21.8417 19.9896 21.6464C20.1849 21.4512 20.5014 21.4512 20.6967 21.6464L22.6719 23.6216V13.5C22.6719 13.2239 22.8957 13 23.1719 13C23.448 13 23.6719 13.2239 23.6719 13.5Z" })));
6
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function SwapIcon({ size, color }) {
4
+ return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 38 38", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M36.4167 19C36.4167 28.619 28.619 36.4167 19 36.4167C9.38104 36.4167 1.58333 28.619 1.58333 19C1.58333 9.38104 9.38104 1.58333 19 1.58333C28.619 1.58333 36.4167 9.38104 36.4167 19ZM38 19C38 29.4934 29.4934 38 19 38C8.50659 38 0 29.4934 0 19C0 8.50659 8.50659 0 19 0C29.4934 0 38 8.50659 38 19ZM11.6464 15.3536C11.4512 15.1583 11.4512 14.8417 11.6464 14.6464L14.8284 11.4645L18.0104 14.6464C18.2057 14.8417 18.2057 15.1583 18.0104 15.3536C17.8151 15.5488 17.4986 15.5488 17.3033 15.3536L15.3281 13.3784V23.5C15.3281 23.7761 15.1043 24 14.8281 24C14.552 24 14.3281 23.7761 14.3281 23.5V13.379L12.3536 15.3536C12.1583 15.5488 11.8417 15.5488 11.6464 15.3536ZM23.6719 13.5V23.621L25.6464 21.6464C25.8417 21.4512 26.1583 21.4512 26.3536 21.6464C26.5488 21.8417 26.5488 22.1583 26.3536 22.3536L23.1716 25.5355L19.9896 22.3536C19.7943 22.1583 19.7943 21.8417 19.9896 21.6464C20.1849 21.4512 20.5014 21.4512 20.6967 21.6464L22.6719 23.6216V13.5C22.6719 13.2239 22.8957 13 23.1719 13C23.448 13 23.6719 13.2239 23.6719 13.5Z" })));
6
+ }
7
7
  //# sourceMappingURL=SwapIcon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './sharedTypes';
3
- export default function SwapNoBorderIcon({ size, color }: IconProps): JSX.Element;
1
+ import React from 'react';
2
+ import { IconProps } from './sharedTypes';
3
+ export default function SwapNoBorderIcon({ size, color }: IconProps): React.JSX.Element;
@@ -1,10 +1,10 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function SwapNoBorderIcon({ size, color }) {
4
- return (React.createElement("svg", { width: size, height: size, viewBox: "1 1 22 22", fill: "transparent", xmlns: "http://www.w3.org/2000/svg" },
5
- React.createElement("rect", { x: "5.3252", y: "2", width: "1.42857", height: "17.1429", rx: "0.714286", fill: color }),
6
- React.createElement("path", { d: "M2 6.28564L6.04061 2.24503L10.0812 6.28564", stroke: color, strokeLinecap: "round" }),
7
- React.createElement("rect", { x: "18.6738", y: "20.5713", width: "1.42857", height: "17.1429", rx: "0.714286", transform: "rotate(-180 18.6738 20.5713)", fill: color }),
8
- React.createElement("path", { d: "M22 16.2856L17.9594 20.3263L13.9188 16.2856", stroke: color, strokeLinecap: "round" })));
9
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function SwapNoBorderIcon({ size, color }) {
4
+ return (React.createElement("svg", { width: size, height: size, viewBox: "1 1 22 22", fill: "transparent", xmlns: "http://www.w3.org/2000/svg" },
5
+ React.createElement("rect", { x: "5.3252", y: "2", width: "1.42857", height: "17.1429", rx: "0.714286", fill: color }),
6
+ React.createElement("path", { d: "M2 6.28564L6.04061 2.24503L10.0812 6.28564", stroke: color, strokeLinecap: "round" }),
7
+ React.createElement("rect", { x: "18.6738", y: "20.5713", width: "1.42857", height: "17.1429", rx: "0.714286", transform: "rotate(-180 18.6738 20.5713)", fill: color }),
8
+ React.createElement("path", { d: "M22 16.2856L17.9594 20.3263L13.9188 16.2856", stroke: color, strokeLinecap: "round" })));
9
+ }
10
10
  //# sourceMappingURL=SwapNoBorderIcon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './sharedTypes';
3
- export default function TennisBallIcon({ size }: IconProps): JSX.Element;
1
+ import React from 'react';
2
+ import { IconProps } from './sharedTypes';
3
+ export default function TennisBallIcon({ size }: IconProps): React.JSX.Element;
@@ -1,9 +1,9 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function TennisBallIcon({ size }) {
4
- return (React.createElement("svg", { width: size, height: size, viewBox: "2 1 14 17", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
5
- React.createElement("circle", { cx: "9", cy: "9.5", r: "7.5", fill: "#62E6FC", stroke: "black" }),
6
- React.createElement("path", { d: "M9 17.5C9 13.0817 5.41828 9.5 1 9.5", stroke: "black" }),
7
- React.createElement("path", { d: "M9 1.5C9 5.91828 12.5817 9.5 17 9.5", stroke: "black" })));
8
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function TennisBallIcon({ size }) {
4
+ return (React.createElement("svg", { width: size, height: size, viewBox: "2 1 14 17", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
5
+ React.createElement("circle", { cx: "9", cy: "9.5", r: "7.5", fill: "#62E6FC", stroke: "black" }),
6
+ React.createElement("path", { d: "M9 17.5C9 13.0817 5.41828 9.5 1 9.5", stroke: "black" }),
7
+ React.createElement("path", { d: "M9 1.5C9 5.91828 12.5817 9.5 17 9.5", stroke: "black" })));
8
+ }
9
9
  //# sourceMappingURL=TennisBallIcon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './sharedTypes';
3
- export default function VerifiedIcon({ size, color }: IconProps): JSX.Element;
1
+ import React from 'react';
2
+ import { IconProps } from './sharedTypes';
3
+ export default function VerifiedIcon({ size, color }: IconProps): React.JSX.Element;
@@ -1,8 +1,8 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function VerifiedIcon({ size, color }) {
4
- return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
5
- React.createElement("path", { d: "M7.50348 0.927257L7.50369 0.927468L8.51238 1.93618L8.86593 1.58263L8.51238 1.93618C8.81866 2.24247 9.23349 2.41435 9.66724 2.41435H10.9568C11.3041 2.41435 11.5858 2.69584 11.5858 3.04342V4.33299C11.5858 4.76571 11.7574 5.18125 12.064 5.48731C12.0642 5.48746 12.0643 5.48761 12.0645 5.48776L13.072 6.49591L13.0723 6.49622C13.3509 6.77446 13.3509 7.22554 13.0723 7.50378L13.072 7.5041L12.0645 8.51224C12.0643 8.51239 12.0642 8.51254 12.064 8.51269C11.7574 8.81875 11.5858 9.23429 11.5858 9.66701V10.9566C11.5858 11.3045 11.3038 11.5862 10.9568 11.5862H9.66724C9.23356 11.5862 8.81898 11.758 8.51285 12.0634L8.51238 12.0638L7.50369 13.0725L7.50348 13.0727C7.22596 13.3506 6.77425 13.3509 6.49585 13.0726C6.49581 13.0726 6.49578 13.0726 6.49575 13.0725L5.48772 12.0639L5.48715 12.0634C5.18092 11.7579 4.76574 11.5862 4.33276 11.5862H3.04322C2.69584 11.5862 2.41417 11.3046 2.41417 10.9566V9.66701C2.41417 9.23429 2.24263 8.81875 1.936 8.51269C1.93585 8.51254 1.9357 8.51239 1.93555 8.51224L0.927991 7.50409L0.92768 7.50378C0.649107 7.22554 0.649107 6.77446 0.927681 6.49622L0.92799 6.49591L1.93555 5.48776C1.93568 5.48763 1.93582 5.48749 1.93595 5.48736C2.24261 5.18129 2.41417 4.76573 2.41417 4.33299V3.04342C2.41417 2.69568 2.69551 2.41435 3.04322 2.41435H4.33276C4.76581 2.41435 5.18124 2.24256 5.48762 1.93618L5.48772 1.93608L6.49575 0.927468C6.49578 0.927435 6.49581 0.927402 6.49585 0.927369C6.77425 0.649061 7.22596 0.649397 7.50348 0.927257Z", stroke: color }),
6
- React.createElement("path", { d: "M9.19706 5.69706L6.36863 8.52548L4.67157 6.82843", stroke: color, strokeLinecap: "round" })));
7
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function VerifiedIcon({ size, color }) {
4
+ return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
5
+ React.createElement("path", { d: "M7.50348 0.927257L7.50369 0.927468L8.51238 1.93618L8.86593 1.58263L8.51238 1.93618C8.81866 2.24247 9.23349 2.41435 9.66724 2.41435H10.9568C11.3041 2.41435 11.5858 2.69584 11.5858 3.04342V4.33299C11.5858 4.76571 11.7574 5.18125 12.064 5.48731C12.0642 5.48746 12.0643 5.48761 12.0645 5.48776L13.072 6.49591L13.0723 6.49622C13.3509 6.77446 13.3509 7.22554 13.0723 7.50378L13.072 7.5041L12.0645 8.51224C12.0643 8.51239 12.0642 8.51254 12.064 8.51269C11.7574 8.81875 11.5858 9.23429 11.5858 9.66701V10.9566C11.5858 11.3045 11.3038 11.5862 10.9568 11.5862H9.66724C9.23356 11.5862 8.81898 11.758 8.51285 12.0634L8.51238 12.0638L7.50369 13.0725L7.50348 13.0727C7.22596 13.3506 6.77425 13.3509 6.49585 13.0726C6.49581 13.0726 6.49578 13.0726 6.49575 13.0725L5.48772 12.0639L5.48715 12.0634C5.18092 11.7579 4.76574 11.5862 4.33276 11.5862H3.04322C2.69584 11.5862 2.41417 11.3046 2.41417 10.9566V9.66701C2.41417 9.23429 2.24263 8.81875 1.936 8.51269C1.93585 8.51254 1.9357 8.51239 1.93555 8.51224L0.927991 7.50409L0.92768 7.50378C0.649107 7.22554 0.649107 6.77446 0.927681 6.49622L0.92799 6.49591L1.93555 5.48776C1.93568 5.48763 1.93582 5.48749 1.93595 5.48736C2.24261 5.18129 2.41417 4.76573 2.41417 4.33299V3.04342C2.41417 2.69568 2.69551 2.41435 3.04322 2.41435H4.33276C4.76581 2.41435 5.18124 2.24256 5.48762 1.93618L5.48772 1.93608L6.49575 0.927468C6.49578 0.927435 6.49581 0.927402 6.49585 0.927369C6.77425 0.649061 7.22596 0.649397 7.50348 0.927257Z", stroke: color }),
6
+ React.createElement("path", { d: "M9.19706 5.69706L6.36863 8.52548L4.67157 6.82843", stroke: color, strokeLinecap: "round" })));
7
+ }
8
8
  //# sourceMappingURL=VerifiedIcon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './sharedTypes';
3
- export default function VisibilityIcon({ size, color }: IconProps): JSX.Element;
1
+ import React from 'react';
2
+ import { IconProps } from './sharedTypes';
3
+ export default function VisibilityIcon({ size, color }: IconProps): React.JSX.Element;
@@ -1,8 +1,8 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function VisibilityIcon({ size, color }) {
4
- return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8C0 8 3.58172 14 8 14C12.4183 14 16 8 16 8C16 8 12.4183 2 8 2C3.58172 2 0 8 0 8ZM1.19246 8C1.26436 8.10528 1.34719 8.22394 1.44034 8.35336C1.82566 8.88878 2.38093 9.59917 3.06268 10.3055C4.47204 11.7658 6.22099 13 8 13C9.77901 13 11.528 11.7658 12.9373 10.3055C13.6191 9.59917 14.1743 8.88878 14.5597 8.35336C14.6528 8.22394 14.7356 8.10528 14.8075 8C14.7356 7.89472 14.6528 7.77606 14.5597 7.64664C14.1743 7.11122 13.6191 6.40083 12.9373 5.69446C11.528 4.2342 9.77901 3 8 3C6.22099 3 4.47204 4.2342 3.06268 5.69446C2.38093 6.40083 1.82566 7.11122 1.44034 7.64664C1.34719 7.77606 1.26436 7.89472 1.19246 8Z" }),
6
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10ZM8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11Z" })));
7
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function VisibilityIcon({ size, color }) {
4
+ return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8C0 8 3.58172 14 8 14C12.4183 14 16 8 16 8C16 8 12.4183 2 8 2C3.58172 2 0 8 0 8ZM1.19246 8C1.26436 8.10528 1.34719 8.22394 1.44034 8.35336C1.82566 8.88878 2.38093 9.59917 3.06268 10.3055C4.47204 11.7658 6.22099 13 8 13C9.77901 13 11.528 11.7658 12.9373 10.3055C13.6191 9.59917 14.1743 8.88878 14.5597 8.35336C14.6528 8.22394 14.7356 8.10528 14.8075 8C14.7356 7.89472 14.6528 7.77606 14.5597 7.64664C14.1743 7.11122 13.6191 6.40083 12.9373 5.69446C11.528 4.2342 9.77901 3 8 3C6.22099 3 4.47204 4.2342 3.06268 5.69446C2.38093 6.40083 1.82566 7.11122 1.44034 7.64664C1.34719 7.77606 1.26436 7.89472 1.19246 8Z" }),
6
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10ZM8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11Z" })));
7
+ }
8
8
  //# sourceMappingURL=VisibilityIcon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './sharedTypes';
3
- export default function VisibilityOffIcon({ size, color }: IconProps): JSX.Element;
1
+ import React from 'react';
2
+ import { IconProps } from './sharedTypes';
3
+ export default function VisibilityOffIcon({ size, color }: IconProps): React.JSX.Element;
@@ -1,9 +1,9 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function VisibilityOffIcon({ size, color }) {
4
- return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10ZM8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11Z" }),
6
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.646522 15.6464C0.45126 15.4511 0.45126 15.1346 0.646522 14.9393L14.7887 0.797158C14.9839 0.601896 15.3005 0.601896 15.4958 0.797158C15.691 0.99242 15.691 1.309 15.4958 1.50426L1.35363 15.6464C1.15837 15.8417 0.841784 15.8417 0.646522 15.6464Z" }),
7
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8C0 8 3.58172 14 8 14C12.4183 14 16 8 16 8C16 8 12.4183 2 8 2C3.58172 2 0 8 0 8ZM1.19246 8C1.26436 8.10528 1.34719 8.22394 1.44034 8.35336C1.82566 8.88878 2.38093 9.59917 3.06268 10.3055C4.47204 11.7658 6.22099 13 8 13C9.77901 13 11.528 11.7658 12.9373 10.3055C13.6191 9.59917 14.1743 8.88878 14.5597 8.35336C14.6528 8.22394 14.7356 8.10528 14.8075 8C14.7356 7.89472 14.6528 7.77606 14.5597 7.64664C14.1743 7.11122 13.6191 6.40083 12.9373 5.69446C11.528 4.2342 9.77901 3 8 3C6.22099 3 4.47204 4.2342 3.06268 5.69446C2.38093 6.40083 1.82566 7.11122 1.44034 7.64664C1.34719 7.77606 1.26436 7.89472 1.19246 8Z" })));
8
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function VisibilityOffIcon({ size, color }) {
4
+ return (React.createElement("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: color, xmlns: "http://www.w3.org/2000/svg" },
5
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10ZM8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11Z" }),
6
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.646522 15.6464C0.45126 15.4511 0.45126 15.1346 0.646522 14.9393L14.7887 0.797158C14.9839 0.601896 15.3005 0.601896 15.4958 0.797158C15.691 0.99242 15.691 1.309 15.4958 1.50426L1.35363 15.6464C1.15837 15.8417 0.841784 15.8417 0.646522 15.6464Z" }),
7
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8C0 8 3.58172 14 8 14C12.4183 14 16 8 16 8C16 8 12.4183 2 8 2C3.58172 2 0 8 0 8ZM1.19246 8C1.26436 8.10528 1.34719 8.22394 1.44034 8.35336C1.82566 8.88878 2.38093 9.59917 3.06268 10.3055C4.47204 11.7658 6.22099 13 8 13C9.77901 13 11.528 11.7658 12.9373 10.3055C13.6191 9.59917 14.1743 8.88878 14.5597 8.35336C14.6528 8.22394 14.7356 8.10528 14.8075 8C14.7356 7.89472 14.6528 7.77606 14.5597 7.64664C14.1743 7.11122 13.6191 6.40083 12.9373 5.69446C11.528 4.2342 9.77901 3 8 3C6.22099 3 4.47204 4.2342 3.06268 5.69446C2.38093 6.40083 1.82566 7.11122 1.44034 7.64664C1.34719 7.77606 1.26436 7.89472 1.19246 8Z" })));
8
+ }
9
9
  //# sourceMappingURL=VisibilityOffIcon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { WinnerIndicatorIconProps } from './sharedTypes';
3
- export default function WinnerIndicatorIcon({ sx, isBlack }: WinnerIndicatorIconProps): JSX.Element;
1
+ import React from 'react';
2
+ import { WinnerIndicatorIconProps } from './sharedTypes';
3
+ export default function WinnerIndicatorIcon({ sx, isBlack }: WinnerIndicatorIconProps): React.JSX.Element;