@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,11 +1,11 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function DeleteIcon({ 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: "M18.5 6H5.5V22C5.5 22.5523 5.94772 23 6.5 23H17.5C18.0523 23 18.5 22.5523 18.5 22V6ZM4.5 5V22C4.5 23.1046 5.39543 24 6.5 24H17.5C18.6046 24 19.5 23.1046 19.5 22V5H4.5Z" }),
6
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.5 1H9.5C8.94772 1 8.5 1.44772 8.5 2V5H15.5V2C15.5 1.44772 15.0523 1 14.5 1ZM9.5 0C8.39543 0 7.5 0.89543 7.5 2V6H16.5V2C16.5 0.895431 15.6046 0 14.5 0H9.5Z" }),
7
- React.createElement("path", { d: "M2.5 5H21.5V6H2.5V5Z" }),
8
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 8C10.2761 8 10.5 8.22386 10.5 8.5L10.5 20.5C10.5 20.7761 10.2761 21 10 21C9.72386 21 9.5 20.7761 9.5 20.5L9.5 8.5C9.5 8.22386 9.72386 8 10 8Z" }),
9
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 8C14.2761 8 14.5 8.22386 14.5 8.5L14.5 20.5C14.5 20.7761 14.2761 21 14 21C13.7239 21 13.5 20.7761 13.5 20.5L13.5 8.5C13.5 8.22386 13.7239 8 14 8Z" })));
10
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function DeleteIcon({ 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: "M18.5 6H5.5V22C5.5 22.5523 5.94772 23 6.5 23H17.5C18.0523 23 18.5 22.5523 18.5 22V6ZM4.5 5V22C4.5 23.1046 5.39543 24 6.5 24H17.5C18.6046 24 19.5 23.1046 19.5 22V5H4.5Z" }),
6
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.5 1H9.5C8.94772 1 8.5 1.44772 8.5 2V5H15.5V2C15.5 1.44772 15.0523 1 14.5 1ZM9.5 0C8.39543 0 7.5 0.89543 7.5 2V6H16.5V2C16.5 0.895431 15.6046 0 14.5 0H9.5Z" }),
7
+ React.createElement("path", { d: "M2.5 5H21.5V6H2.5V5Z" }),
8
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 8C10.2761 8 10.5 8.22386 10.5 8.5L10.5 20.5C10.5 20.7761 10.2761 21 10 21C9.72386 21 9.5 20.7761 9.5 20.5L9.5 8.5C9.5 8.22386 9.72386 8 10 8Z" }),
9
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 8C14.2761 8 14.5 8.22386 14.5 8.5L14.5 20.5C14.5 20.7761 14.2761 21 14 21C13.7239 21 13.5 20.7761 13.5 20.5L13.5 8.5C13.5 8.22386 13.7239 8 14 8Z" })));
10
+ }
11
11
  //# sourceMappingURL=DeleteIcon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './sharedTypes';
3
- export default function DoublePersonIcon({ width, height, color }: IconProps): JSX.Element;
1
+ import React from 'react';
2
+ import { IconProps } from './sharedTypes';
3
+ export default function DoublePersonIcon({ width, height, color }: IconProps): React.JSX.Element;
@@ -1,14 +1,14 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function DoublePersonIcon({ width, height, color }) {
4
- return (React.createElement("svg", { width: width, height: height, viewBox: "1 2 21 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
5
- React.createElement("mask", { id: "path-1-inside-1_1025_2123", 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_2123)" }),
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
- React.createElement("mask", { id: "path-4-inside-2_1025_2123", fill: "white" },
10
- React.createElement("path", { d: "M16 3C17.933 3 19.5 4.567 19.5 6.5C19.5 8.433 17.933 10 16 10C14.067 10 12.5 8.433 12.5 6.5C12.5 4.567 14.067 3 16 3Z" })),
11
- React.createElement("path", { d: "M16 4C17.3807 4 18.5 5.11929 18.5 6.5H20.5C20.5 4.01472 18.4853 2 16 2V4ZM18.5 6.5C18.5 7.88071 17.3807 9 16 9V11C18.4853 11 20.5 8.98528 20.5 6.5H18.5ZM16 9C14.6193 9 13.5 7.88071 13.5 6.5H11.5C11.5 8.98528 13.5147 11 16 11V9ZM13.5 6.5C13.5 5.11929 14.6193 4 16 4V2C13.5147 2 11.5 4.01472 11.5 6.5H13.5Z", fill: color, mask: "url(#path-4-inside-2_1025_2123)" }),
12
- React.createElement("path", { d: "M21 15C21 12.2386 18.7614 10 16 10C13.2386 10 11 12.2386 11 15", stroke: color, strokeLinecap: "round" })));
13
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function DoublePersonIcon({ width, height, color }) {
4
+ return (React.createElement("svg", { width: width, height: height, viewBox: "1 2 21 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
5
+ React.createElement("mask", { id: "path-1-inside-1_1025_2123", 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_2123)" }),
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
+ React.createElement("mask", { id: "path-4-inside-2_1025_2123", fill: "white" },
10
+ React.createElement("path", { d: "M16 3C17.933 3 19.5 4.567 19.5 6.5C19.5 8.433 17.933 10 16 10C14.067 10 12.5 8.433 12.5 6.5C12.5 4.567 14.067 3 16 3Z" })),
11
+ React.createElement("path", { d: "M16 4C17.3807 4 18.5 5.11929 18.5 6.5H20.5C20.5 4.01472 18.4853 2 16 2V4ZM18.5 6.5C18.5 7.88071 17.3807 9 16 9V11C18.4853 11 20.5 8.98528 20.5 6.5H18.5ZM16 9C14.6193 9 13.5 7.88071 13.5 6.5H11.5C11.5 8.98528 13.5147 11 16 11V9ZM13.5 6.5C13.5 5.11929 14.6193 4 16 4V2C13.5147 2 11.5 4.01472 11.5 6.5H13.5Z", fill: color, mask: "url(#path-4-inside-2_1025_2123)" }),
12
+ React.createElement("path", { d: "M21 15C21 12.2386 18.7614 10 16 10C13.2386 10 11 12.2386 11 15", stroke: color, strokeLinecap: "round" })));
13
+ }
14
14
  //# sourceMappingURL=DoublePersonIcon.js.map
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { IconProps } from './sharedTypes';
3
- export default function EditIcon({ size, color }: IconProps): JSX.Element;
1
+ import React from 'react';
2
+ import { IconProps } from './sharedTypes';
3
+ export default function EditIcon({ size, color }: IconProps): React.JSX.Element;
@@ -1,7 +1,7 @@
1
- /* eslint-disable max-len */
2
- import React from 'react';
3
- export default function EditIcon({ 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: "M11.7132 2.12742L13.791 4.20523C14.1803 4.59456 14.1817 5.22538 13.794 5.61639L12.4183 7.00405L8.92623 3.51202L10.2959 2.13047C10.686 1.73708 11.3215 1.73571 11.7132 2.12742ZM8.22216 4.22217L1.91743 10.5814L1.80221 14.191L5.40691 14.076L11.7142 7.7142L8.22216 4.22217ZM14.5042 6.32045L5.83674 15.0628L0.768707 15.2245L0.930483 10.1565L9.5858 1.42641C10.3658 0.639625 11.6369 0.636889 12.4203 1.42031L14.4981 3.49812C15.2768 4.27679 15.2795 5.53843 14.5042 6.32045Z" })));
6
- }
1
+ /* eslint-disable max-len */
2
+ import React from 'react';
3
+ export default function EditIcon({ 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: "M11.7132 2.12742L13.791 4.20523C14.1803 4.59456 14.1817 5.22538 13.794 5.61639L12.4183 7.00405L8.92623 3.51202L10.2959 2.13047C10.686 1.73708 11.3215 1.73571 11.7132 2.12742ZM8.22216 4.22217L1.91743 10.5814L1.80221 14.191L5.40691 14.076L11.7142 7.7142L8.22216 4.22217ZM14.5042 6.32045L5.83674 15.0628L0.768707 15.2245L0.930483 10.1565L9.5858 1.42641C10.3658 0.639625 11.6369 0.636889 12.4203 1.42031L14.4981 3.49812C15.2768 4.27679 15.2795 5.53843 14.5042 6.32045Z" })));
6
+ }
7
7
  //# sourceMappingURL=EditIcon.js.map
@@ -1,37 +1,37 @@
1
- declare const _default: {
2
- title: string;
3
- };
4
- export default _default;
5
- export declare const Add: any;
6
- export declare const AvailabilityMaybe: any;
7
- export declare const AvailabilityNo: any;
8
- export declare const AvailabilityYes: any;
9
- export declare const AvailabilityNotSet: any;
10
- export declare const BallInMotion: any;
11
- export declare const Calendar: any;
12
- export declare const Clock: any;
13
- export declare const Close: any;
14
- export declare const Delete: any;
15
- export declare const DoublePerson: any;
16
- export declare const Edit: any;
17
- export declare const LeftChevron: any;
18
- export declare const RightChevron: any;
19
- export declare const Location: any;
20
- export declare const Line: any;
21
- export declare const Message: any;
22
- export declare const Session: any;
23
- export declare const SinglePerson: any;
24
- export declare const SinglePersonV2: any;
25
- export declare const FacebookIcon: any;
26
- export declare const InstagramIcon: any;
27
- export declare const TikTokIcon: any;
28
- export declare const XIcon: any;
29
- export declare const YoutubeIcon: any;
30
- export declare const Swap: any;
31
- export declare const SwapNoBorder: any;
32
- export declare const TennisBall: any;
33
- export declare const PickleballBall: any;
34
- export declare const Verified: any;
35
- export declare const Visibility: any;
36
- export declare const VisibilityOff: any;
37
- export declare const WinnerIndicator: any;
1
+ declare const _default: {
2
+ title: string;
3
+ };
4
+ export default _default;
5
+ export declare const Add: any;
6
+ export declare const AvailabilityMaybe: any;
7
+ export declare const AvailabilityNo: any;
8
+ export declare const AvailabilityYes: any;
9
+ export declare const AvailabilityNotSet: any;
10
+ export declare const BallInMotion: any;
11
+ export declare const Calendar: any;
12
+ export declare const Clock: any;
13
+ export declare const Close: any;
14
+ export declare const Delete: any;
15
+ export declare const DoublePerson: any;
16
+ export declare const Edit: any;
17
+ export declare const LeftChevron: any;
18
+ export declare const RightChevron: any;
19
+ export declare const Location: any;
20
+ export declare const Line: any;
21
+ export declare const Message: any;
22
+ export declare const Session: any;
23
+ export declare const SinglePerson: any;
24
+ export declare const SinglePersonV2: any;
25
+ export declare const FacebookIcon: any;
26
+ export declare const InstagramIcon: any;
27
+ export declare const TikTokIcon: any;
28
+ export declare const XIcon: any;
29
+ export declare const YoutubeIcon: any;
30
+ export declare const Swap: any;
31
+ export declare const SwapNoBorder: any;
32
+ export declare const TennisBall: any;
33
+ export declare const PickleballBall: any;
34
+ export declare const Verified: any;
35
+ export declare const Visibility: any;
36
+ export declare const VisibilityOff: any;
37
+ export declare const WinnerIndicator: any;