@coopdigital/react 0.54.0 → 0.56.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 (595) hide show
  1. package/README.md +2 -2
  2. package/dist/components/Button/Button.js +3 -3
  3. package/dist/components/Card/Card.js +4 -4
  4. package/dist/components/DatePicker/DatePicker.d.ts +2 -1
  5. package/dist/components/DatePicker/DatePicker.js +7 -6
  6. package/dist/components/DatePicker/datepicker-utils.js +1 -5
  7. package/dist/components/Expandable/Expandable.js +1 -1
  8. package/dist/components/Field/Field.d.ts +7 -24
  9. package/dist/components/Field/Field.js +11 -18
  10. package/dist/components/Field/index.js +0 -1
  11. package/dist/components/Fieldset/Fieldset.d.ts +12 -17
  12. package/dist/components/Fieldset/Fieldset.js +6 -8
  13. package/dist/components/Pill/Pill.js +2 -2
  14. package/dist/components/Popover/Popover.js +6 -6
  15. package/dist/components/Searchbox/Searchbox.d.ts +1 -1
  16. package/dist/components/Searchbox/Searchbox.js +5 -5
  17. package/dist/components/Signpost/Signpost.js +2 -2
  18. package/dist/components/Tag/Tag.js +2 -2
  19. package/dist/components/TextInput/TextInput.d.ts +5 -1
  20. package/dist/components/TextInput/TextInput.js +8 -2
  21. package/dist/components/Textarea/Textarea.js +2 -0
  22. package/dist/components/icons/AccountCircleFilledIcon.d.ts +6 -0
  23. package/dist/components/icons/AccountCircleFilledIcon.js +20 -0
  24. package/dist/components/icons/AccountCircleIcon.d.ts +6 -0
  25. package/dist/components/icons/AccountCircleIcon.js +20 -0
  26. package/dist/components/icons/AccountFilledIcon.d.ts +6 -0
  27. package/dist/components/icons/AccountFilledIcon.js +20 -0
  28. package/dist/components/icons/AccountIcon.d.ts +6 -0
  29. package/dist/components/icons/AccountIcon.js +20 -0
  30. package/dist/components/icons/AddIcon.js +2 -2
  31. package/dist/components/icons/AppsFilledIcon.d.ts +6 -0
  32. package/dist/components/icons/AppsFilledIcon.js +20 -0
  33. package/dist/components/icons/{CoopIcon.d.ts → AppsIcon.d.ts} +1 -1
  34. package/dist/components/icons/AppsIcon.js +20 -0
  35. package/dist/components/icons/ArrowDownIcon.js +2 -2
  36. package/dist/components/icons/ArrowLeftIcon.js +2 -2
  37. package/dist/components/icons/ArrowRightIcon.js +2 -2
  38. package/dist/components/icons/ArrowUpIcon.js +2 -2
  39. package/dist/components/icons/BackspaceFilledIcon.d.ts +6 -0
  40. package/dist/components/icons/BackspaceFilledIcon.js +20 -0
  41. package/dist/components/icons/{AvatarAltIcon.d.ts → BackspaceIcon.d.ts} +1 -1
  42. package/dist/components/icons/BackspaceIcon.js +20 -0
  43. package/dist/components/icons/{CoopLocationIcon.d.ts → BasketFilledIcon.d.ts} +1 -1
  44. package/dist/components/icons/BasketFilledIcon.js +20 -0
  45. package/dist/components/icons/BasketIcon.js +2 -2
  46. package/dist/components/icons/BellFilledIcon.d.ts +6 -0
  47. package/dist/components/icons/BellFilledIcon.js +20 -0
  48. package/dist/components/icons/BellIcon.d.ts +6 -0
  49. package/dist/components/icons/BellIcon.js +20 -0
  50. package/dist/components/icons/{CloseIcon.d.ts → BroomIcon.d.ts} +1 -1
  51. package/dist/components/icons/BroomIcon.js +20 -0
  52. package/dist/components/icons/CalendarFilledIcon.d.ts +6 -0
  53. package/dist/components/icons/CalendarFilledIcon.js +20 -0
  54. package/dist/components/icons/CalendarIcon.js +2 -2
  55. package/dist/components/icons/CashFilledIcon.d.ts +6 -0
  56. package/dist/components/icons/CashFilledIcon.js +20 -0
  57. package/dist/components/icons/CashIcon.d.ts +6 -0
  58. package/dist/components/icons/CashIcon.js +20 -0
  59. package/dist/components/icons/ChevronDownIcon.js +2 -2
  60. package/dist/components/icons/ChevronLeftIcon.js +2 -2
  61. package/dist/components/icons/ChevronRightIcon.js +2 -2
  62. package/dist/components/icons/ChevronUpIcon.js +2 -2
  63. package/dist/components/icons/CircleBurgerFilledIcon.d.ts +6 -0
  64. package/dist/components/icons/CircleBurgerFilledIcon.js +20 -0
  65. package/dist/components/icons/CircleBurgerIcon.d.ts +6 -0
  66. package/dist/components/icons/CircleBurgerIcon.js +20 -0
  67. package/dist/components/icons/ClipboardFilledIcon.d.ts +6 -0
  68. package/dist/components/icons/ClipboardFilledIcon.js +20 -0
  69. package/dist/components/icons/ClipboardIcon.d.ts +6 -0
  70. package/dist/components/icons/ClipboardIcon.js +20 -0
  71. package/dist/components/icons/{InformationIcon.d.ts → ClockFilledIcon.d.ts} +1 -1
  72. package/dist/components/icons/ClockFilledIcon.js +20 -0
  73. package/dist/components/icons/ClockIcon.js +2 -2
  74. package/dist/components/icons/CloseAltFilledIcon.d.ts +6 -0
  75. package/dist/components/icons/CloseAltFilledIcon.js +20 -0
  76. package/dist/components/icons/CloseAltIcon.js +2 -2
  77. package/dist/components/icons/{VanIcon.d.ts → CogIcon.d.ts} +1 -1
  78. package/dist/components/icons/CogIcon.js +20 -0
  79. package/dist/components/icons/CommunityFilledIcon.d.ts +6 -0
  80. package/dist/components/icons/CommunityFilledIcon.js +20 -0
  81. package/dist/components/icons/CommunityIcon.d.ts +6 -0
  82. package/dist/components/icons/CommunityIcon.js +20 -0
  83. package/dist/components/icons/{QuestionIcon.d.ts → ComputerIcon.d.ts} +1 -1
  84. package/dist/components/icons/ComputerIcon.js +20 -0
  85. package/dist/components/icons/ContactFilledIcon.d.ts +6 -0
  86. package/dist/components/icons/ContactFilledIcon.js +20 -0
  87. package/dist/components/icons/ContactIcon.d.ts +6 -0
  88. package/dist/components/icons/ContactIcon.js +20 -0
  89. package/dist/components/icons/ContactlessFilledIcon.d.ts +6 -0
  90. package/dist/components/icons/ContactlessFilledIcon.js +20 -0
  91. package/dist/components/icons/ContactlessIcon.d.ts +6 -0
  92. package/dist/components/icons/ContactlessIcon.js +20 -0
  93. package/dist/components/icons/{SettingsIcon.d.ts → CoopLiveIcon.d.ts} +1 -1
  94. package/dist/components/icons/CoopLiveIcon.js +20 -0
  95. package/dist/components/icons/CoopLocationFilledIcon.d.ts +6 -0
  96. package/dist/components/icons/{CoopLocationIcon.js → CoopLocationFilledIcon.js} +5 -5
  97. package/dist/components/icons/{CoopCardIcon.d.ts → CoopLogoIcon.d.ts} +1 -1
  98. package/dist/components/icons/CoopLogoIcon.js +20 -0
  99. package/dist/components/icons/CoopMembershipCardFilledIcon.d.ts +6 -0
  100. package/dist/components/icons/CoopMembershipCardFilledIcon.js +20 -0
  101. package/dist/components/icons/CreditCardFilledIcon.d.ts +6 -0
  102. package/dist/components/icons/CreditCardFilledIcon.js +20 -0
  103. package/dist/components/icons/CreditCardIcon.d.ts +6 -0
  104. package/dist/components/icons/CreditCardIcon.js +20 -0
  105. package/dist/components/icons/CrossIcon.d.ts +6 -0
  106. package/dist/components/icons/CrossIcon.js +20 -0
  107. package/dist/components/icons/DocumentIcon.d.ts +6 -0
  108. package/dist/components/icons/DocumentIcon.js +20 -0
  109. package/dist/components/icons/DownloadIcon.js +2 -2
  110. package/dist/components/icons/EnterStoreIcon.d.ts +6 -0
  111. package/dist/components/icons/EnterStoreIcon.js +20 -0
  112. package/dist/components/icons/ExitStoreIcon.d.ts +6 -0
  113. package/dist/components/icons/ExitStoreIcon.js +20 -0
  114. package/dist/components/icons/EyeFilledIcon.d.ts +6 -0
  115. package/dist/components/icons/EyeFilledIcon.js +20 -0
  116. package/dist/components/icons/EyeIcon.d.ts +6 -0
  117. package/dist/components/icons/EyeIcon.js +20 -0
  118. package/dist/components/icons/EyeStrikeFilledIcon.d.ts +6 -0
  119. package/dist/components/icons/EyeStrikeFilledIcon.js +20 -0
  120. package/dist/components/icons/EyeStrikeIcon.d.ts +6 -0
  121. package/dist/components/icons/EyeStrikeIcon.js +20 -0
  122. package/dist/components/icons/FeedbackFilledIcon.d.ts +6 -0
  123. package/dist/components/icons/FeedbackFilledIcon.js +20 -0
  124. package/dist/components/icons/FeedbackIcon.d.ts +6 -0
  125. package/dist/components/icons/FeedbackIcon.js +20 -0
  126. package/dist/components/icons/{AvatarIcon.d.ts → FilterIcon.d.ts} +1 -1
  127. package/dist/components/icons/FilterIcon.js +20 -0
  128. package/dist/components/icons/GiftCardFilledIcon.d.ts +6 -0
  129. package/dist/components/icons/GiftCardFilledIcon.js +20 -0
  130. package/dist/components/icons/GiftCardIcon.d.ts +6 -0
  131. package/dist/components/icons/GiftCardIcon.js +20 -0
  132. package/dist/components/icons/GiftFilledIcon.d.ts +6 -0
  133. package/dist/components/icons/GiftFilledIcon.js +20 -0
  134. package/dist/components/icons/GiftIcon.d.ts +6 -0
  135. package/dist/components/icons/GiftIcon.js +20 -0
  136. package/dist/components/icons/HelpFilledIcon.d.ts +6 -0
  137. package/dist/components/icons/HelpFilledIcon.js +20 -0
  138. package/dist/components/icons/HelpIcon.d.ts +6 -0
  139. package/dist/components/icons/HelpIcon.js +20 -0
  140. package/dist/components/icons/HomeFilledIcon.d.ts +6 -0
  141. package/dist/components/icons/HomeFilledIcon.js +20 -0
  142. package/dist/components/icons/HomeIcon.js +2 -2
  143. package/dist/components/icons/HowDoIAssistantIcon.d.ts +6 -0
  144. package/dist/components/icons/HowDoIAssistantIcon.js +20 -0
  145. package/dist/components/icons/InfoIcon.d.ts +6 -0
  146. package/dist/components/icons/InfoIcon.js +20 -0
  147. package/dist/components/icons/KebabIcon.d.ts +6 -0
  148. package/dist/components/icons/KebabIcon.js +20 -0
  149. package/dist/components/icons/LoadingIcon.js +3 -3
  150. package/dist/components/icons/LocationFilledIcon.d.ts +6 -0
  151. package/dist/components/icons/LocationFilledIcon.js +20 -0
  152. package/dist/components/icons/LocationIcon.js +2 -2
  153. package/dist/components/icons/LogoutIcon.d.ts +6 -0
  154. package/dist/components/icons/LogoutIcon.js +20 -0
  155. package/dist/components/icons/MailIcon.js +2 -2
  156. package/dist/components/icons/MenuIcon.js +2 -2
  157. package/dist/components/icons/MessageIcon.js +2 -2
  158. package/dist/components/icons/MinusIcon.js +2 -2
  159. package/dist/components/icons/NotesFilledIcon.d.ts +6 -0
  160. package/dist/components/icons/NotesFilledIcon.js +20 -0
  161. package/dist/components/icons/NotesIcon.d.ts +6 -0
  162. package/dist/components/icons/NotesIcon.js +20 -0
  163. package/dist/components/icons/OpenNewIcon.js +2 -2
  164. package/dist/components/icons/OwnBagIcon.d.ts +6 -0
  165. package/dist/components/icons/OwnBagIcon.js +20 -0
  166. package/dist/components/icons/PadlockIcon.d.ts +6 -0
  167. package/dist/components/icons/PadlockIcon.js +20 -0
  168. package/dist/components/icons/PencilIcon.js +2 -2
  169. package/dist/components/icons/PhoneIcon.js +2 -2
  170. package/dist/components/icons/PowerIcon.d.ts +6 -0
  171. package/dist/components/icons/PowerIcon.js +20 -0
  172. package/dist/components/icons/SaveFilledIcon.d.ts +6 -0
  173. package/dist/components/icons/SaveFilledIcon.js +20 -0
  174. package/dist/components/icons/SaveIcon.d.ts +6 -0
  175. package/dist/components/icons/SaveIcon.js +20 -0
  176. package/dist/components/icons/ScooterIcon.js +3 -3
  177. package/dist/components/icons/SearchFilledIcon.d.ts +6 -0
  178. package/dist/components/icons/SearchFilledIcon.js +20 -0
  179. package/dist/components/icons/SearchIcon.js +2 -2
  180. package/dist/components/icons/SendIcon.d.ts +6 -0
  181. package/dist/components/icons/SendIcon.js +20 -0
  182. package/dist/components/icons/SpannerIcon.d.ts +6 -0
  183. package/dist/components/icons/SpannerIcon.js +20 -0
  184. package/dist/components/icons/StarFilledIcon.d.ts +6 -0
  185. package/dist/components/icons/StarFilledIcon.js +20 -0
  186. package/dist/components/icons/StarIcon.d.ts +6 -0
  187. package/dist/components/icons/StarIcon.js +20 -0
  188. package/dist/components/icons/TickAltFilledIcon.d.ts +6 -0
  189. package/dist/components/icons/TickAltFilledIcon.js +20 -0
  190. package/dist/components/icons/TickAltIcon.js +2 -2
  191. package/dist/components/icons/TickIcon.js +2 -2
  192. package/dist/components/icons/TruckIcon.d.ts +6 -0
  193. package/dist/components/icons/TruckIcon.js +20 -0
  194. package/dist/components/icons/UserWipeIcon.d.ts +6 -0
  195. package/dist/components/icons/UserWipeIcon.js +20 -0
  196. package/dist/components/icons/VoucherFilledIcon.d.ts +6 -0
  197. package/dist/components/icons/VoucherFilledIcon.js +20 -0
  198. package/dist/components/icons/VoucherIcon.d.ts +6 -0
  199. package/dist/components/icons/VoucherIcon.js +20 -0
  200. package/dist/components/icons/WarningFilledIcon.d.ts +6 -0
  201. package/dist/components/icons/WarningFilledIcon.js +20 -0
  202. package/dist/components/icons/WarningIcon.js +2 -2
  203. package/dist/components/icons/WifiIcon.d.ts +6 -0
  204. package/dist/components/icons/WifiIcon.js +20 -0
  205. package/dist/components/icons/WriteIcon.js +2 -2
  206. package/dist/components/icons/index.d.ts +77 -10
  207. package/dist/components/icons/index.js +77 -10
  208. package/dist/hooks/useSlots.js +3 -3
  209. package/dist/index.js +2 -2
  210. package/package.json +11 -11
  211. package/src/components/Button/Button.tsx +1 -1
  212. package/src/components/DatePicker/DatePicker.tsx +13 -12
  213. package/src/components/Expandable/Expandable.tsx +1 -6
  214. package/src/components/Field/Field.tsx +5 -29
  215. package/src/components/Fieldset/Fieldset.tsx +6 -8
  216. package/src/components/Searchbox/Searchbox.tsx +2 -2
  217. package/src/components/TextInput/TextInput.tsx +18 -2
  218. package/src/components/Textarea/Textarea.tsx +2 -0
  219. package/src/components/icons/AccountCircleFilledIcon.tsx +28 -0
  220. package/src/components/icons/AccountCircleIcon.tsx +28 -0
  221. package/src/components/icons/AccountFilledIcon.tsx +28 -0
  222. package/src/components/icons/AccountIcon.tsx +28 -0
  223. package/src/components/icons/AddIcon.tsx +2 -9
  224. package/src/components/icons/AppsFilledIcon.tsx +28 -0
  225. package/src/components/icons/AppsIcon.tsx +28 -0
  226. package/src/components/icons/ArrowDownIcon.tsx +2 -6
  227. package/src/components/icons/ArrowLeftIcon.tsx +2 -6
  228. package/src/components/icons/ArrowRightIcon.tsx +2 -6
  229. package/src/components/icons/ArrowUpIcon.tsx +2 -6
  230. package/src/components/icons/BackspaceFilledIcon.tsx +28 -0
  231. package/src/components/icons/BackspaceIcon.tsx +28 -0
  232. package/src/components/icons/BasketFilledIcon.tsx +28 -0
  233. package/src/components/icons/BasketIcon.tsx +2 -9
  234. package/src/components/icons/BellFilledIcon.tsx +29 -0
  235. package/src/components/icons/BellIcon.tsx +28 -0
  236. package/src/components/icons/BroomIcon.tsx +28 -0
  237. package/src/components/icons/CalendarFilledIcon.tsx +28 -0
  238. package/src/components/icons/CalendarIcon.tsx +2 -9
  239. package/src/components/icons/CashFilledIcon.tsx +28 -0
  240. package/src/components/icons/CashIcon.tsx +33 -0
  241. package/src/components/icons/ChevronDownIcon.tsx +2 -5
  242. package/src/components/icons/ChevronLeftIcon.tsx +2 -5
  243. package/src/components/icons/ChevronRightIcon.tsx +2 -5
  244. package/src/components/icons/ChevronUpIcon.tsx +2 -5
  245. package/src/components/icons/CircleBurgerFilledIcon.tsx +28 -0
  246. package/src/components/icons/CircleBurgerIcon.tsx +28 -0
  247. package/src/components/icons/ClipboardFilledIcon.tsx +28 -0
  248. package/src/components/icons/ClipboardIcon.tsx +28 -0
  249. package/src/components/icons/{InformationIcon.tsx → ClockFilledIcon.tsx} +6 -9
  250. package/src/components/icons/ClockIcon.tsx +2 -9
  251. package/src/components/icons/CloseAltFilledIcon.tsx +32 -0
  252. package/src/components/icons/CloseAltIcon.tsx +2 -13
  253. package/src/components/icons/CogIcon.tsx +28 -0
  254. package/src/components/icons/CommunityFilledIcon.tsx +28 -0
  255. package/src/components/icons/CommunityIcon.tsx +28 -0
  256. package/src/components/icons/ComputerIcon.tsx +28 -0
  257. package/src/components/icons/ContactFilledIcon.tsx +28 -0
  258. package/src/components/icons/ContactIcon.tsx +28 -0
  259. package/src/components/icons/ContactlessFilledIcon.tsx +28 -0
  260. package/src/components/icons/ContactlessIcon.tsx +28 -0
  261. package/src/components/icons/CoopLiveIcon.tsx +29 -0
  262. package/src/components/icons/CoopLocationFilledIcon.tsx +30 -0
  263. package/src/components/icons/CoopLogoIcon.tsx +28 -0
  264. package/src/components/icons/CoopMembershipCardFilledIcon.tsx +40 -0
  265. package/src/components/icons/CreditCardFilledIcon.tsx +42 -0
  266. package/src/components/icons/CreditCardIcon.tsx +28 -0
  267. package/src/components/icons/{CloseIcon.tsx → CrossIcon.tsx} +4 -11
  268. package/src/components/icons/DocumentIcon.tsx +28 -0
  269. package/src/components/icons/DownloadIcon.tsx +2 -13
  270. package/src/components/icons/EnterStoreIcon.tsx +28 -0
  271. package/src/components/icons/ExitStoreIcon.tsx +28 -0
  272. package/src/components/icons/EyeFilledIcon.tsx +28 -0
  273. package/src/components/icons/EyeIcon.tsx +28 -0
  274. package/src/components/icons/EyeStrikeFilledIcon.tsx +28 -0
  275. package/src/components/icons/EyeStrikeIcon.tsx +28 -0
  276. package/src/components/icons/FeedbackFilledIcon.tsx +35 -0
  277. package/src/components/icons/FeedbackIcon.tsx +28 -0
  278. package/src/components/icons/FilterIcon.tsx +28 -0
  279. package/src/components/icons/GiftCardFilledIcon.tsx +28 -0
  280. package/src/components/icons/GiftCardIcon.tsx +28 -0
  281. package/src/components/icons/GiftFilledIcon.tsx +28 -0
  282. package/src/components/icons/GiftIcon.tsx +28 -0
  283. package/src/components/icons/HelpFilledIcon.tsx +28 -0
  284. package/src/components/icons/HelpIcon.tsx +28 -0
  285. package/src/components/icons/HomeFilledIcon.tsx +28 -0
  286. package/src/components/icons/HomeIcon.tsx +2 -13
  287. package/src/components/icons/HowDoIAssistantIcon.tsx +28 -0
  288. package/src/components/icons/InfoIcon.tsx +28 -0
  289. package/src/components/icons/KebabIcon.tsx +28 -0
  290. package/src/components/icons/LoadingIcon.tsx +3 -6
  291. package/src/components/icons/LocationFilledIcon.tsx +28 -0
  292. package/src/components/icons/LocationIcon.tsx +2 -9
  293. package/src/components/icons/LogoutIcon.tsx +28 -0
  294. package/src/components/icons/MailIcon.tsx +2 -5
  295. package/src/components/icons/MenuIcon.tsx +2 -5
  296. package/src/components/icons/MessageIcon.tsx +2 -5
  297. package/src/components/icons/MinusIcon.tsx +2 -5
  298. package/src/components/icons/NotesFilledIcon.tsx +28 -0
  299. package/src/components/icons/NotesIcon.tsx +28 -0
  300. package/src/components/icons/OpenNewIcon.tsx +3 -9
  301. package/src/components/icons/OwnBagIcon.tsx +28 -0
  302. package/src/components/icons/PadlockIcon.tsx +28 -0
  303. package/src/components/icons/PencilIcon.tsx +2 -5
  304. package/src/components/icons/PhoneIcon.tsx +2 -5
  305. package/src/components/icons/PowerIcon.tsx +28 -0
  306. package/src/components/icons/SaveFilledIcon.tsx +28 -0
  307. package/src/components/icons/SaveIcon.tsx +28 -0
  308. package/src/components/icons/ScooterIcon.tsx +3 -22
  309. package/src/components/icons/SearchFilledIcon.tsx +28 -0
  310. package/src/components/icons/SearchIcon.tsx +9 -9
  311. package/src/components/icons/SendIcon.tsx +28 -0
  312. package/src/components/icons/SpannerIcon.tsx +28 -0
  313. package/src/components/icons/StarFilledIcon.tsx +31 -0
  314. package/src/components/icons/StarIcon.tsx +28 -0
  315. package/src/components/icons/TickAltFilledIcon.tsx +32 -0
  316. package/src/components/icons/TickAltIcon.tsx +2 -9
  317. package/src/components/icons/TickIcon.tsx +2 -5
  318. package/src/components/icons/TruckIcon.tsx +28 -0
  319. package/src/components/icons/UserWipeIcon.tsx +28 -0
  320. package/src/components/icons/VoucherFilledIcon.tsx +28 -0
  321. package/src/components/icons/VoucherIcon.tsx +28 -0
  322. package/src/components/icons/WarningFilledIcon.tsx +28 -0
  323. package/src/components/icons/WarningIcon.tsx +2 -9
  324. package/src/components/icons/WifiIcon.tsx +28 -0
  325. package/src/components/icons/WriteIcon.tsx +5 -17
  326. package/src/components/icons/index.ts +77 -10
  327. package/dist/components/icons/AvatarAltIcon.js +0 -20
  328. package/dist/components/icons/AvatarIcon.js +0 -20
  329. package/dist/components/icons/CloseIcon.js +0 -20
  330. package/dist/components/icons/CoopCardIcon.js +0 -20
  331. package/dist/components/icons/CoopIcon.js +0 -20
  332. package/dist/components/icons/InformationIcon.js +0 -20
  333. package/dist/components/icons/QuestionIcon.js +0 -20
  334. package/dist/components/icons/SettingsIcon.js +0 -20
  335. package/dist/components/icons/VanIcon.js +0 -20
  336. package/dist/node_modules/@date-fns/tz/date/index.js +0 -83
  337. package/dist/node_modules/@date-fns/tz/date/mini.js +0 -235
  338. package/dist/node_modules/@date-fns/tz/tzName/index.js +0 -39
  339. package/dist/node_modules/@date-fns/tz/tzOffset/index.js +0 -44
  340. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -814
  341. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -751
  342. package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -350
  343. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -161
  344. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -137
  345. package/dist/node_modules/@radix-ui/primitive/dist/index.js +0 -11
  346. package/dist/node_modules/@radix-ui/react-arrow/dist/index.js +0 -25
  347. package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -39
  348. package/dist/node_modules/@radix-ui/react-context/dist/index.js +0 -63
  349. package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +0 -213
  350. package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +0 -31
  351. package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +0 -209
  352. package/dist/node_modules/@radix-ui/react-id/dist/index.js +0 -15
  353. package/dist/node_modules/@radix-ui/react-popover/dist/index.js +0 -303
  354. package/dist/node_modules/@radix-ui/react-popper/dist/index.js +0 -285
  355. package/dist/node_modules/@radix-ui/react-portal/dist/index.js +0 -19
  356. package/dist/node_modules/@radix-ui/react-presence/dist/index.js +0 -132
  357. package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +0 -43
  358. package/dist/node_modules/@radix-ui/react-slot/dist/index.js +0 -89
  359. package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -12
  360. package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -70
  361. package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +0 -18
  362. package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -7
  363. package/dist/node_modules/@radix-ui/react-use-size/dist/index.js +0 -40
  364. package/dist/node_modules/aria-hidden/dist/es2015/index.js +0 -137
  365. package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +0 -7
  366. package/dist/node_modules/date-fns/_lib/defaultOptions.js +0 -7
  367. package/dist/node_modules/date-fns/_lib/format/formatters.js +0 -775
  368. package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +0 -94
  369. package/dist/node_modules/date-fns/_lib/format/longFormatters.js +0 -66
  370. package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +0 -31
  371. package/dist/node_modules/date-fns/_lib/normalizeDates.js +0 -11
  372. package/dist/node_modules/date-fns/_lib/normalizeInterval.js +0 -8
  373. package/dist/node_modules/date-fns/_lib/protectedTokens.js +0 -25
  374. package/dist/node_modules/date-fns/addDays.js +0 -41
  375. package/dist/node_modules/date-fns/addMonths.js +0 -75
  376. package/dist/node_modules/date-fns/addWeeks.js +0 -33
  377. package/dist/node_modules/date-fns/addYears.js +0 -33
  378. package/dist/node_modules/date-fns/constants.js +0 -67
  379. package/dist/node_modules/date-fns/constructFrom.js +0 -49
  380. package/dist/node_modules/date-fns/differenceInCalendarDays.js +0 -62
  381. package/dist/node_modules/date-fns/differenceInCalendarMonths.js +0 -42
  382. package/dist/node_modules/date-fns/eachMonthOfInterval.js +0 -65
  383. package/dist/node_modules/date-fns/eachYearOfInterval.js +0 -65
  384. package/dist/node_modules/date-fns/endOfISOWeek.js +0 -35
  385. package/dist/node_modules/date-fns/endOfMonth.js +0 -37
  386. package/dist/node_modules/date-fns/endOfWeek.js +0 -53
  387. package/dist/node_modules/date-fns/endOfYear.js +0 -37
  388. package/dist/node_modules/date-fns/format.js +0 -423
  389. package/dist/node_modules/date-fns/getDayOfYear.js +0 -34
  390. package/dist/node_modules/date-fns/getDaysInMonth.js +0 -36
  391. package/dist/node_modules/date-fns/getDefaultOptions.js +0 -31
  392. package/dist/node_modules/date-fns/getISODay.js +0 -33
  393. package/dist/node_modules/date-fns/getISOWeek.js +0 -40
  394. package/dist/node_modules/date-fns/getISOWeekYear.js +0 -52
  395. package/dist/node_modules/date-fns/getMonth.js +0 -29
  396. package/dist/node_modules/date-fns/getWeek.js +0 -54
  397. package/dist/node_modules/date-fns/getWeekYear.js +0 -75
  398. package/dist/node_modules/date-fns/getYear.js +0 -29
  399. package/dist/node_modules/date-fns/isAfter.js +0 -25
  400. package/dist/node_modules/date-fns/isBefore.js +0 -25
  401. package/dist/node_modules/date-fns/isDate.js +0 -41
  402. package/dist/node_modules/date-fns/isSameDay.js +0 -46
  403. package/dist/node_modules/date-fns/isSameMonth.js +0 -43
  404. package/dist/node_modules/date-fns/isSameYear.js +0 -35
  405. package/dist/node_modules/date-fns/isValid.js +0 -39
  406. package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +0 -10
  407. package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +0 -64
  408. package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +0 -59
  409. package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +0 -22
  410. package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +0 -103
  411. package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +0 -41
  412. package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +0 -13
  413. package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +0 -189
  414. package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +0 -134
  415. package/dist/node_modules/date-fns/locale/en-US.js +0 -28
  416. package/dist/node_modules/date-fns/max.js +0 -49
  417. package/dist/node_modules/date-fns/min.js +0 -49
  418. package/dist/node_modules/date-fns/parse/_lib/Parser.js +0 -27
  419. package/dist/node_modules/date-fns/parse/_lib/Setter.js +0 -59
  420. package/dist/node_modules/date-fns/parse/_lib/constants.js +0 -33
  421. package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +0 -55
  422. package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +0 -55
  423. package/dist/node_modules/date-fns/parse/_lib/parsers/DateParser.js +0 -59
  424. package/dist/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +0 -57
  425. package/dist/node_modules/date-fns/parse/_lib/parsers/DayParser.js +0 -64
  426. package/dist/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +0 -56
  427. package/dist/node_modules/date-fns/parse/_lib/parsers/EraParser.js +0 -41
  428. package/dist/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +0 -24
  429. package/dist/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +0 -21
  430. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +0 -36
  431. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +0 -31
  432. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +0 -32
  433. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +0 -38
  434. package/dist/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +0 -118
  435. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +0 -47
  436. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +0 -47
  437. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +0 -48
  438. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +0 -44
  439. package/dist/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +0 -96
  440. package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +0 -47
  441. package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +0 -76
  442. package/dist/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +0 -31
  443. package/dist/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +0 -86
  444. package/dist/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +0 -83
  445. package/dist/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +0 -31
  446. package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +0 -97
  447. package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +0 -86
  448. package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +0 -83
  449. package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +0 -19
  450. package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +0 -19
  451. package/dist/node_modules/date-fns/parse/_lib/parsers/YearParser.js +0 -62
  452. package/dist/node_modules/date-fns/parse/_lib/parsers.js +0 -110
  453. package/dist/node_modules/date-fns/parse/_lib/utils.js +0 -135
  454. package/dist/node_modules/date-fns/parse.js +0 -497
  455. package/dist/node_modules/date-fns/setDay.js +0 -59
  456. package/dist/node_modules/date-fns/setISODay.js +0 -40
  457. package/dist/node_modules/date-fns/setISOWeek.js +0 -39
  458. package/dist/node_modules/date-fns/setMonth.js +0 -46
  459. package/dist/node_modules/date-fns/setWeek.js +0 -53
  460. package/dist/node_modules/date-fns/setYear.js +0 -40
  461. package/dist/node_modules/date-fns/startOfDay.js +0 -35
  462. package/dist/node_modules/date-fns/startOfISOWeek.js +0 -35
  463. package/dist/node_modules/date-fns/startOfISOWeekYear.js +0 -42
  464. package/dist/node_modules/date-fns/startOfMonth.js +0 -37
  465. package/dist/node_modules/date-fns/startOfWeek.js +0 -53
  466. package/dist/node_modules/date-fns/startOfWeekYear.js +0 -64
  467. package/dist/node_modules/date-fns/startOfYear.js +0 -36
  468. package/dist/node_modules/date-fns/toDate.js +0 -46
  469. package/dist/node_modules/date-fns/transpose.js +0 -52
  470. package/dist/node_modules/get-nonce/dist/es2015/index.js +0 -8
  471. package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js +0 -320
  472. package/dist/node_modules/react-day-picker/dist/esm/UI.js +0 -122
  473. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarDay.js +0 -33
  474. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarMonth.js +0 -14
  475. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarWeek.js +0 -13
  476. package/dist/node_modules/react-day-picker/dist/esm/classes/DateLib.js +0 -604
  477. package/dist/node_modules/react-day-picker/dist/esm/components/Button.js +0 -13
  478. package/dist/node_modules/react-day-picker/dist/esm/components/CaptionLabel.js +0 -13
  479. package/dist/node_modules/react-day-picker/dist/esm/components/Chevron.js +0 -20
  480. package/dist/node_modules/react-day-picker/dist/esm/components/Day.js +0 -18
  481. package/dist/node_modules/react-day-picker/dist/esm/components/DayButton.js +0 -19
  482. package/dist/node_modules/react-day-picker/dist/esm/components/Dropdown.js +0 -21
  483. package/dist/node_modules/react-day-picker/dist/esm/components/DropdownNav.js +0 -13
  484. package/dist/node_modules/react-day-picker/dist/esm/components/Footer.js +0 -13
  485. package/dist/node_modules/react-day-picker/dist/esm/components/Month.js +0 -15
  486. package/dist/node_modules/react-day-picker/dist/esm/components/MonthCaption.js +0 -14
  487. package/dist/node_modules/react-day-picker/dist/esm/components/MonthGrid.js +0 -13
  488. package/dist/node_modules/react-day-picker/dist/esm/components/Months.js +0 -13
  489. package/dist/node_modules/react-day-picker/dist/esm/components/MonthsDropdown.js +0 -15
  490. package/dist/node_modules/react-day-picker/dist/esm/components/Nav.js +0 -31
  491. package/dist/node_modules/react-day-picker/dist/esm/components/NextMonthButton.js +0 -15
  492. package/dist/node_modules/react-day-picker/dist/esm/components/Option.js +0 -13
  493. package/dist/node_modules/react-day-picker/dist/esm/components/PreviousMonthButton.js +0 -15
  494. package/dist/node_modules/react-day-picker/dist/esm/components/Root.js +0 -14
  495. package/dist/node_modules/react-day-picker/dist/esm/components/Select.js +0 -13
  496. package/dist/node_modules/react-day-picker/dist/esm/components/Week.js +0 -14
  497. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumber.js +0 -14
  498. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumberHeader.js +0 -13
  499. package/dist/node_modules/react-day-picker/dist/esm/components/Weekday.js +0 -13
  500. package/dist/node_modules/react-day-picker/dist/esm/components/Weekdays.js +0 -14
  501. package/dist/node_modules/react-day-picker/dist/esm/components/Weeks.js +0 -13
  502. package/dist/node_modules/react-day-picker/dist/esm/components/YearsDropdown.js +0 -15
  503. package/dist/node_modules/react-day-picker/dist/esm/components/custom-components.js +0 -26
  504. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js +0 -26
  505. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatDay.js +0 -19
  506. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatMonthDropdown.js +0 -18
  507. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumber.js +0 -21
  508. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumberHeader.js +0 -13
  509. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekdayName.js +0 -19
  510. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatYearDropdown.js +0 -23
  511. package/dist/node_modules/react-day-picker/dist/esm/formatters/index.js +0 -7
  512. package/dist/node_modules/react-day-picker/dist/esm/helpers/calculateFocusTarget.js +0 -73
  513. package/dist/node_modules/react-day-picker/dist/esm/helpers/createGetModifiers.js +0 -95
  514. package/dist/node_modules/react-day-picker/dist/esm/helpers/endOfBroadcastWeek.js +0 -22
  515. package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js +0 -28
  516. package/dist/node_modules/react-day-picker/dist/esm/helpers/getClassNamesForModifiers.js +0 -33
  517. package/dist/node_modules/react-day-picker/dist/esm/helpers/getComponents.js +0 -20
  518. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDataAttributes.js +0 -27
  519. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDates.js +0 -59
  520. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDays.js +0 -19
  521. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDefaultClassNames.js +0 -33
  522. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDisplayMonths.js +0 -24
  523. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFocusableDate.js +0 -46
  524. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFormatters.js +0 -24
  525. package/dist/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js +0 -27
  526. package/dist/node_modules/react-day-picker/dist/esm/helpers/getLabels.js +0 -53
  527. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js +0 -33
  528. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonths.js +0 -69
  529. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js +0 -51
  530. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js +0 -40
  531. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextMonth.js +0 -36
  532. package/dist/node_modules/react-day-picker/dist/esm/helpers/getPreviousMonth.js +0 -37
  533. package/dist/node_modules/react-day-picker/dist/esm/helpers/getStyleForModifiers.js +0 -27
  534. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeekdays.js +0 -26
  535. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js +0 -14
  536. package/dist/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js +0 -36
  537. package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js +0 -27
  538. package/dist/node_modules/react-day-picker/dist/esm/helpers/useControlledValue.js +0 -31
  539. package/dist/node_modules/react-day-picker/dist/esm/labels/index.js +0 -11
  540. package/dist/node_modules/react-day-picker/dist/esm/labels/labelDayButton.js +0 -32
  541. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGrid.js +0 -25
  542. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGridcell.js +0 -22
  543. package/dist/node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js +0 -14
  544. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNav.js +0 -13
  545. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNext.js +0 -16
  546. package/dist/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js +0 -15
  547. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js +0 -15
  548. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js +0 -14
  549. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekday.js +0 -18
  550. package/dist/node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js +0 -14
  551. package/dist/node_modules/react-day-picker/dist/esm/locale/en-US.js +0 -67
  552. package/dist/node_modules/react-day-picker/dist/esm/selection/useMulti.js +0 -57
  553. package/dist/node_modules/react-day-picker/dist/esm/selection/useRange.js +0 -45
  554. package/dist/node_modules/react-day-picker/dist/esm/selection/useSingle.js +0 -44
  555. package/dist/node_modules/react-day-picker/dist/esm/useAnimation.js +0 -174
  556. package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js +0 -113
  557. package/dist/node_modules/react-day-picker/dist/esm/useDayPicker.js +0 -25
  558. package/dist/node_modules/react-day-picker/dist/esm/useFocus.js +0 -56
  559. package/dist/node_modules/react-day-picker/dist/esm/useSelection.js +0 -31
  560. package/dist/node_modules/react-day-picker/dist/esm/utils/addToRange.js +0 -95
  561. package/dist/node_modules/react-day-picker/dist/esm/utils/convertMatchersToTimeZone.js +0 -57
  562. package/dist/node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js +0 -62
  563. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js +0 -30
  564. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js +0 -74
  565. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js +0 -35
  566. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js +0 -21
  567. package/dist/node_modules/react-day-picker/dist/esm/utils/toTimeZone.js +0 -16
  568. package/dist/node_modules/react-day-picker/dist/esm/utils/typeguards.js +0 -66
  569. package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -9
  570. package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -167
  571. package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -38
  572. package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -21
  573. package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -110
  574. package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -5
  575. package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -7
  576. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -56
  577. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -10
  578. package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -31
  579. package/dist/node_modules/react-style-singleton/dist/es2015/component.js +0 -19
  580. package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +0 -25
  581. package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -51
  582. package/dist/node_modules/tslib/tslib.es6.js +0 -56
  583. package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -24
  584. package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -48
  585. package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -42
  586. package/dist/node_modules/use-sidecar/dist/es2015/exports.js +0 -21
  587. package/dist/node_modules/use-sidecar/dist/es2015/medium.js +0 -77
  588. package/src/components/icons/AvatarAltIcon.tsx +0 -39
  589. package/src/components/icons/AvatarIcon.tsx +0 -35
  590. package/src/components/icons/CoopCardIcon.tsx +0 -32
  591. package/src/components/icons/CoopIcon.tsx +0 -32
  592. package/src/components/icons/CoopLocationIcon.tsx +0 -39
  593. package/src/components/icons/QuestionIcon.tsx +0 -35
  594. package/src/components/icons/SettingsIcon.tsx +0 -31
  595. package/src/components/icons/VanIcon.tsx +0 -31
@@ -7,13 +7,13 @@ interface IconProps extends SVGProps<SVGSVGElement> {
7
7
  alt?: string
8
8
  }
9
9
 
10
- export const InformationIcon = ({ alt, className, fill, id, ref, ...props }: IconProps) => {
10
+ export const ClockFilledIcon = ({ alt, className, fill, id, ref, ...props }: IconProps) => {
11
11
  const uid = useId(id)
12
12
  const componentProps = {
13
13
  "aria-labelledby": alt ? uid + "-title" : undefined,
14
14
  className: clsx("coop-icon", className),
15
- "data-icon": "information",
16
- fill: fill ?? "none",
15
+ "data-icon": "clock-filled",
16
+ fill: fill ?? "currentColor",
17
17
  id: uid,
18
18
  role: alt ? "img" : undefined,
19
19
  viewBox: "0 0 32 32",
@@ -23,12 +23,9 @@ export const InformationIcon = ({ alt, className, fill, id, ref, ...props }: Ico
23
23
  <svg {...componentProps} ref={ref}>
24
24
  {alt ? <title id={uid + "-title"}>{alt}</title> : null}
25
25
  <path
26
- d="M14.46 10.19a1.4 1.4 0 0 1 .43-1A1.5 1.5 0 0 1 16 8.75a1.6 1.6 0 0 1 1.11.41 1.35 1.35 0 0 1 .45 1 1.32 1.32 0 0 1-.45 1 1.56 1.56 0 0 1-1.11.41 1.47 1.47 0 0 1-1.09-.43 1.35 1.35 0 0 1-.45-.95m.34 3.26h2.4v9.6h-2.4Z"
27
- fill={fill ?? "currentColor"}
28
- />
29
- <path
30
- d="M16 2A14 14 0 1 1 2 16 14 14 0 0 1 16 2m0-2a16 16 0 1 0 16 16A16 16 0 0 0 16 0"
31
- fill={fill ?? "currentColor"}
26
+ clipRule="evenodd"
27
+ d="M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2 2 8.268 2 16s6.268 14 14 14m0-21a1 1 0 0 0-1 1v6a1 1 0 0 0 .293.707l4 4a1 1 0 1 0 1.414-1.414L17 15.586V10a1 1 0 0 0-1-1"
28
+ fillRule="evenodd"
32
29
  />
33
30
  </svg>
34
31
  )
@@ -13,7 +13,7 @@ export const ClockIcon = ({ alt, className, fill, id, ref, ...props }: IconProps
13
13
  "aria-labelledby": alt ? uid + "-title" : undefined,
14
14
  className: clsx("coop-icon", className),
15
15
  "data-icon": "clock",
16
- fill: fill ?? "none",
16
+ fill: fill ?? "currentColor",
17
17
  id: uid,
18
18
  role: alt ? "img" : undefined,
19
19
  viewBox: "0 0 32 32",
@@ -22,14 +22,7 @@ export const ClockIcon = ({ alt, className, fill, id, ref, ...props }: IconProps
22
22
  return (
23
23
  <svg {...componentProps} ref={ref}>
24
24
  {alt ? <title id={uid + "-title"}>{alt}</title> : null}
25
- <path
26
- d="M23 21.05a.93.93 0 0 1-.5-.14L15 16.58v-9.5a1 1 0 0 1 1-1 1 1 0 0 1 1 1v8.35l6.47 3.77a1 1 0 0 1 .36 1.36 1 1 0 0 1-.83.49"
27
- fill={fill ?? "currentColor"}
28
- />
29
- <path
30
- d="M16 2A14 14 0 1 1 2 16 14 14 0 0 1 16 2m0-2a16 16 0 1 0 16 16A16 16 0 0 0 16 0"
31
- fill={fill ?? "currentColor"}
32
- />
25
+ <path d="M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2m0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4m0 5a1 1 0 0 1 1 1v5.586l3.707 3.707a1 1 0 1 1-1.414 1.414l-4-4A1 1 0 0 1 15 16v-6a1 1 0 0 1 1-1" />
33
26
  </svg>
34
27
  )
35
28
  }
@@ -0,0 +1,32 @@
1
+ import clsx from "clsx"
2
+ import { type SVGProps } from "react"
3
+
4
+ import { useId } from "../../hooks/useId"
5
+
6
+ interface IconProps extends SVGProps<SVGSVGElement> {
7
+ alt?: string
8
+ }
9
+
10
+ export const CloseAltFilledIcon = ({ alt, className, fill, id, ref, ...props }: IconProps) => {
11
+ const uid = useId(id)
12
+ const componentProps = {
13
+ "aria-labelledby": alt ? uid + "-title" : undefined,
14
+ className: clsx("coop-icon", className),
15
+ "data-icon": "close-alt-filled",
16
+ fill: fill ?? "currentColor",
17
+ id: uid,
18
+ role: alt ? "img" : undefined,
19
+ viewBox: "0 0 32 32",
20
+ ...props,
21
+ }
22
+ return (
23
+ <svg {...componentProps} ref={ref}>
24
+ {alt ? <title id={uid + "-title"}>{alt}</title> : null}
25
+ <path
26
+ clipRule="evenodd"
27
+ d="M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2 2 8.268 2 16s6.268 14 14 14m5.407-19.407a1 1 0 0 0-1.414 0L16 14.586l-3.993-3.993a1 1 0 0 0-1.414 1.414L14.586 16l-3.993 3.993a1 1 0 0 0 1.414 1.414L16 17.414l3.991 3.991a1 1 0 1 0 1.414-1.414l-3.99-3.99 3.992-3.994a1 1 0 0 0 0-1.414"
28
+ fillRule="evenodd"
29
+ />
30
+ </svg>
31
+ )
32
+ }
@@ -13,7 +13,7 @@ export const CloseAltIcon = ({ alt, className, fill, id, ref, ...props }: IconPr
13
13
  "aria-labelledby": alt ? uid + "-title" : undefined,
14
14
  className: clsx("coop-icon", className),
15
15
  "data-icon": "close-alt",
16
- fill: fill ?? "none",
16
+ fill: fill ?? "currentColor",
17
17
  id: uid,
18
18
  role: alt ? "img" : undefined,
19
19
  viewBox: "0 0 32 32",
@@ -22,18 +22,7 @@ export const CloseAltIcon = ({ alt, className, fill, id, ref, ...props }: IconPr
22
22
  return (
23
23
  <svg {...componentProps} ref={ref}>
24
24
  {alt ? <title id={uid + "-title"}>{alt}</title> : null}
25
- <path
26
- d="M21.55 22.51a1 1 0 0 1-.7-.3l-11-11a1 1 0 0 1 1.41-1.41l11 11a1 1 0 0 1 0 1.41 1 1 0 0 1-.71.3"
27
- fill={fill ?? "currentColor"}
28
- />
29
- <path
30
- d="M10.55 22.51a1 1 0 0 1-.7-.3 1 1 0 0 1 0-1.41l11-11a1 1 0 0 1 1.41 1.41l-11 11a1 1 0 0 1-.71.3"
31
- fill={fill ?? "currentColor"}
32
- />
33
- <path
34
- d="M16 2A14 14 0 1 1 2 16 14 14 0 0 1 16 2m0-2a16 16 0 1 0 16 16A16 16 0 0 0 16 0"
35
- fill={fill ?? "currentColor"}
36
- />
25
+ <path d="M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2m0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4m4.293 6.293a1 1 0 1 1 1.414 1.414L17.414 16l4.293 4.293a1 1 0 1 1-1.414 1.414L16 17.414l-4.293 4.293a1 1 0 1 1-1.414-1.414L14.586 16l-4.293-4.293a1 1 0 1 1 1.414-1.414L16 14.586z" />
37
26
  </svg>
38
27
  )
39
28
  }
@@ -0,0 +1,28 @@
1
+ import clsx from "clsx"
2
+ import { type SVGProps } from "react"
3
+
4
+ import { useId } from "../../hooks/useId"
5
+
6
+ interface IconProps extends SVGProps<SVGSVGElement> {
7
+ alt?: string
8
+ }
9
+
10
+ export const CogIcon = ({ alt, className, fill, id, ref, ...props }: IconProps) => {
11
+ const uid = useId(id)
12
+ const componentProps = {
13
+ "aria-labelledby": alt ? uid + "-title" : undefined,
14
+ className: clsx("coop-icon", className),
15
+ "data-icon": "cog",
16
+ fill: fill ?? "currentColor",
17
+ id: uid,
18
+ role: alt ? "img" : undefined,
19
+ viewBox: "0 0 32 32",
20
+ ...props,
21
+ }
22
+ return (
23
+ <svg {...componentProps} ref={ref}>
24
+ {alt ? <title id={uid + "-title"}>{alt}</title> : null}
25
+ <path d="M18 28v-1.801l.032-1.33 1.24-.486a9 9 0 0 0 2.348-1.357l1.039-.832 1.148.625.029.015.072.041 1.483.856.001.001 2-3.464-1.488-.86-.066-.04-1.14-.692.2-1.318a9.1 9.1 0 0 0 0-2.718l-.2-1.319 1.13-.684.005-.002.026-.017.047-.028 1.486-.858-2-3.464v-.001l-1.484.857v.001l-.083.045-1.168.634-1.037-.831a9 9 0 0 0-2.347-1.357l-1.24-.485L18 5.8v-.006L18 5.713V4h-4v1.714l-.003.104-.003.05v.004-.01l-.03 1.27-1.239.484a9 9 0 0 0-2.345 1.357l-1.039.832-1.159-.631-.006-.003-.084-.047-1.485-.856-1.999 3.463 1.483.857h.002l.078.049.036.023.003.002-.005-.004 1.095.665-.199 1.317q-.1.66-.1 1.36t.1 1.36l.2 1.318-1.1.665-.016.01q-.031.021-.089.055l-.004.002-1.486.857h.002l2 3.464 1.483-.856.057-.031.016-.009.008-.004 1.168-.638 1.039.833a9 9 0 0 0 2.03 1.227l.316.13 1.24.485.03 1.295.002.015.003.107V30l-.205-.01a2 2 0 0 1-1.786-1.786L12 28v-1.715l-.001-.039a11 11 0 0 1-2.87-1.66q-.018.012-.037.021l-1.483.857-.183.094a2 2 0 0 1-2.438-.654l-.111-.172-2-3.464a2 2 0 0 1 .731-2.733l1.486-.857.03-.02q-.091-.608-.115-1.237L5.001 16q0-.846.123-1.66l-.033-.02-1.483-.856a2 2 0 0 1-.732-2.732l2-3.464a2 2 0 0 1 2.731-.733l1.484.857.039.02c.86-.689 1.825-1.25 2.868-1.658l.002-.04V4a2 2 0 0 1 1.795-1.99L14 2h4a2 2 0 0 1 2 2v1.753c.914.357 1.766.832 2.542 1.407l.328.252.038-.02 1.484-.857a2 2 0 0 1 2.733.733l2 3.464a2 2 0 0 1-.733 2.732l-1.486.858-.03.019q.123.812.125 1.659l-.008.42a11 11 0 0 1-.117 1.237l.028.019 1.488.86a2 2 0 0 1 .733 2.732l-2 3.464-.112.172a2 2 0 0 1-2.44.654l-.18-.094-1.485-.858-.037-.02c-.86.69-1.827 1.252-2.87 1.66l-.001.04V28l-.011.204a2 2 0 0 1-1.785 1.785L18 30h-4v-2zm-4.005-1.852v-.013l-.001-.007zM20 16a4 4 0 0 0-3.794-3.995L16 12a4 4 0 0 0-4 4l.005.206a4 4 0 0 0 3.789 3.79L16 20a4 4 0 0 0 3.994-3.794zm2 0a6 6 0 1 1-12 0 6 6 0 0 1 12 0" />
26
+ </svg>
27
+ )
28
+ }
@@ -0,0 +1,28 @@
1
+ import clsx from "clsx"
2
+ import { type SVGProps } from "react"
3
+
4
+ import { useId } from "../../hooks/useId"
5
+
6
+ interface IconProps extends SVGProps<SVGSVGElement> {
7
+ alt?: string
8
+ }
9
+
10
+ export const CommunityFilledIcon = ({ alt, className, fill, id, ref, ...props }: IconProps) => {
11
+ const uid = useId(id)
12
+ const componentProps = {
13
+ "aria-labelledby": alt ? uid + "-title" : undefined,
14
+ className: clsx("coop-icon", className),
15
+ "data-icon": "community-filled",
16
+ fill: fill ?? "currentColor",
17
+ id: uid,
18
+ role: alt ? "img" : undefined,
19
+ viewBox: "0 0 32 32",
20
+ ...props,
21
+ }
22
+ return (
23
+ <svg {...componentProps} ref={ref}>
24
+ {alt ? <title id={uid + "-title"}>{alt}</title> : null}
25
+ <path d="M16 2a7 7 0 0 1 4.055 12.703 12.03 12.03 0 0 1 7.565 8.304l.04.157q.054.216.099.436-.117.18-.24.357a14.05 14.05 0 0 1-6.308 5.04l.02.009c-.85.338-1.74.596-2.663.764l-.008-.005A14 14 0 0 1 16 30c-4.93 0-9.266-2.55-11.76-6.401q.045-.22.098-.436l.04-.157q.041-.165.089-.328.032-.11.066-.22a12 12 0 0 1 .206-.607 12.03 12.03 0 0 1 7.205-7.148A7 7 0 0 1 16 2M7.796 2a5.74 5.74 0 0 1 3.056.877A7.98 7.98 0 0 0 8 9c0 1.956.702 3.748 1.868 5.138a8 8 0 0 0-1.977-.25 7.87 7.87 0 0 0-5.88 2.632Q2 16.261 2 16q.002-1.176.188-2.3a10 10 0 0 1 2.298-1.21A5.768 5.768 0 0 1 7.796 2m16.496 0a5.77 5.77 0 0 1 5.768 5.769 5.76 5.76 0 0 1-2.397 4.677 10 10 0 0 1 2.179 1.084c.143.802.219 1.627.219 2.47q-.001.149-.005.296a7.86 7.86 0 0 0-5.67-2.407c-.816 0-1.604.123-2.345.353A7.97 7.97 0 0 0 24 9a7.98 7.98 0 0 0-2.816-6.09A5.74 5.74 0 0 1 24.292 2" />
26
+ </svg>
27
+ )
28
+ }
@@ -0,0 +1,28 @@
1
+ import clsx from "clsx"
2
+ import { type SVGProps } from "react"
3
+
4
+ import { useId } from "../../hooks/useId"
5
+
6
+ interface IconProps extends SVGProps<SVGSVGElement> {
7
+ alt?: string
8
+ }
9
+
10
+ export const CommunityIcon = ({ alt, className, fill, id, ref, ...props }: IconProps) => {
11
+ const uid = useId(id)
12
+ const componentProps = {
13
+ "aria-labelledby": alt ? uid + "-title" : undefined,
14
+ className: clsx("coop-icon", className),
15
+ "data-icon": "community",
16
+ fill: fill ?? "currentColor",
17
+ id: uid,
18
+ role: alt ? "img" : undefined,
19
+ viewBox: "0 0 32 32",
20
+ ...props,
21
+ }
22
+ return (
23
+ <svg {...componentProps} ref={ref}>
24
+ {alt ? <title id={uid + "-title"}>{alt}</title> : null}
25
+ <path d="M16 2a7 7 0 0 1 4.055 12.703 12.03 12.03 0 0 1 7.565 8.304l.04.157q.054.216.099.435-.108.166-.22.329l-.075.105-.155.218-.097.13a14 14 0 0 1-.493.623l-.088.101a14.04 14.04 0 0 1-5.421 3.891l.02.01c-.849.338-1.74.596-2.662.764l-.008-.005.012-.003C17.738 29.917 16.88 30 16 30a13.97 13.97 0 0 1-10.565-4.817l-.156-.18q-.085-.103-.169-.207l-.069-.085a13 13 0 0 1-.255-.331l-.097-.13-.155-.218-.074-.105a14 14 0 0 1-.22-.328q.045-.22.098-.436l.04-.157q.041-.165.089-.328.038-.128.078-.254l.066-.21a12 12 0 0 1 .128-.363 12.03 12.03 0 0 1 7.205-7.148A7 7 0 0 1 16 2m0 14c-4.55 0-8.387 3.04-9.598 7.2A11.98 11.98 0 0 0 16 28c3.926 0 7.407-1.887 9.596-4.802C24.385 19.04 20.55 16 16 16M8.094 2.008a5.73 5.73 0 0 1 2.758.869c-.524.442-.991.95-1.388 1.512a3.769 3.769 0 1 0-1.068 7.099c.32.98.824 1.877 1.472 2.65a8 8 0 0 0-1.977-.25 7.87 7.87 0 0 0-5.88 2.632Q2 16.261 2 16q.002-1.176.188-2.3a9.9 9.9 0 0 1 2.297-1.209 5.76 5.76 0 0 1-2.449-4.426l-.008-.296A5.77 5.77 0 0 1 7.797 2zm16.495 0a5.77 5.77 0 0 1 5.47 5.76l-.006.297a5.76 5.76 0 0 1-2.388 4.381 10 10 0 0 1 2.177 1.084c.143.802.219 1.627.219 2.47q-.001.149-.005.296a7.86 7.86 0 0 0-5.67-2.407c-.816 0-1.604.123-2.345.353a8 8 0 0 0 1.567-2.77q.333.063.684.064a3.768 3.768 0 1 0-1.733-7.114 8 8 0 0 0-1.374-1.513A5.74 5.74 0 0 1 24.292 2zM16 4a5 5 0 1 0 0 10 5 5 0 0 0 0-10" />
26
+ </svg>
27
+ )
28
+ }
@@ -0,0 +1,28 @@
1
+ import clsx from "clsx"
2
+ import { type SVGProps } from "react"
3
+
4
+ import { useId } from "../../hooks/useId"
5
+
6
+ interface IconProps extends SVGProps<SVGSVGElement> {
7
+ alt?: string
8
+ }
9
+
10
+ export const ComputerIcon = ({ alt, className, fill, id, ref, ...props }: IconProps) => {
11
+ const uid = useId(id)
12
+ const componentProps = {
13
+ "aria-labelledby": alt ? uid + "-title" : undefined,
14
+ className: clsx("coop-icon", className),
15
+ "data-icon": "computer",
16
+ fill: fill ?? "currentColor",
17
+ id: uid,
18
+ role: alt ? "img" : undefined,
19
+ viewBox: "0 0 32 32",
20
+ ...props,
21
+ }
22
+ return (
23
+ <svg {...componentProps} ref={ref}>
24
+ {alt ? <title id={uid + "-title"}>{alt}</title> : null}
25
+ <path d="M16 28H3a1 1 0 1 1 0-2h13zM28.204 8.01A2 2 0 0 1 30 10v16l-.01.204a2 2 0 0 1-1.786 1.785L28 28h-8a2 2 0 0 1-1.99-1.796L18 26V10a2 2 0 0 1 2-2h8zM20 26h8V10h-8zm6-22a2 2 0 0 1 2 2H6v16h10.077v2H6l-.204-.01a2 2 0 0 1-1.785-1.786L4 22V6a2 2 0 0 1 2-2zm-2 9a1 1 0 1 1 0 2 1 1 0 0 1 0-2" />
26
+ </svg>
27
+ )
28
+ }
@@ -0,0 +1,28 @@
1
+ import clsx from "clsx"
2
+ import { type SVGProps } from "react"
3
+
4
+ import { useId } from "../../hooks/useId"
5
+
6
+ interface IconProps extends SVGProps<SVGSVGElement> {
7
+ alt?: string
8
+ }
9
+
10
+ export const ContactFilledIcon = ({ alt, className, fill, id, ref, ...props }: IconProps) => {
11
+ const uid = useId(id)
12
+ const componentProps = {
13
+ "aria-labelledby": alt ? uid + "-title" : undefined,
14
+ className: clsx("coop-icon", className),
15
+ "data-icon": "contact-filled",
16
+ fill: fill ?? "currentColor",
17
+ id: uid,
18
+ role: alt ? "img" : undefined,
19
+ viewBox: "0 0 32 32",
20
+ ...props,
21
+ }
22
+ return (
23
+ <svg {...componentProps} ref={ref}>
24
+ {alt ? <title id={uid + "-title"}>{alt}</title> : null}
25
+ <path d="M28.5 12.004a1.5 1.5 0 0 1 1.5 1.5V30l-4-4H10.5A1.5 1.5 0 0 1 9 24.5v-3.498h13a2 2 0 0 0 2-2v-6.998zM21.5 6A1.5 1.5 0 0 1 23 7.5v10.996a1.5 1.5 0 0 1-1.5 1.5H6l-4 4V7.5A1.5 1.5 0 0 1 3.5 6z" />
26
+ </svg>
27
+ )
28
+ }
@@ -0,0 +1,28 @@
1
+ import clsx from "clsx"
2
+ import { type SVGProps } from "react"
3
+
4
+ import { useId } from "../../hooks/useId"
5
+
6
+ interface IconProps extends SVGProps<SVGSVGElement> {
7
+ alt?: string
8
+ }
9
+
10
+ export const ContactIcon = ({ alt, className, fill, id, ref, ...props }: IconProps) => {
11
+ const uid = useId(id)
12
+ const componentProps = {
13
+ "aria-labelledby": alt ? uid + "-title" : undefined,
14
+ className: clsx("coop-icon", className),
15
+ "data-icon": "contact",
16
+ fill: fill ?? "currentColor",
17
+ id: uid,
18
+ role: alt ? "img" : undefined,
19
+ viewBox: "0 0 32 32",
20
+ ...props,
21
+ }
22
+ return (
23
+ <svg {...componentProps} ref={ref}>
24
+ {alt ? <title id={uid + "-title"}>{alt}</title> : null}
25
+ <path d="M28 12.004a2 2 0 0 1 2 2V30l-4-4H11a2 2 0 0 1-2-2v-2.998h2V24h15.828L28 25.172V14.004h-4v-2zM21 6a2 2 0 0 1 2 2v9.996a2 2 0 0 1-2 2H6l-4 4V8a2 2 0 0 1 2-2zM4 19.168l1.172-1.172H21V8H4z" />
26
+ </svg>
27
+ )
28
+ }
@@ -0,0 +1,28 @@
1
+ import clsx from "clsx"
2
+ import { type SVGProps } from "react"
3
+
4
+ import { useId } from "../../hooks/useId"
5
+
6
+ interface IconProps extends SVGProps<SVGSVGElement> {
7
+ alt?: string
8
+ }
9
+
10
+ export const ContactlessFilledIcon = ({ alt, className, fill, id, ref, ...props }: IconProps) => {
11
+ const uid = useId(id)
12
+ const componentProps = {
13
+ "aria-labelledby": alt ? uid + "-title" : undefined,
14
+ className: clsx("coop-icon", className),
15
+ "data-icon": "contactless-filled",
16
+ fill: fill ?? "currentColor",
17
+ id: uid,
18
+ role: alt ? "img" : undefined,
19
+ viewBox: "0 0 32 32",
20
+ ...props,
21
+ }
22
+ return (
23
+ <svg {...componentProps} ref={ref}>
24
+ {alt ? <title id={uid + "-title"}>{alt}</title> : null}
25
+ <path d="M28 6a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2zm-4.964 3.294a1.001 1.001 0 0 0-1.418 1.41 7.5 7.5 0 0 1 2.186 5.302c0 2.068-.834 3.94-2.186 5.302a1 1 0 0 0 1.418 1.409 9.5 9.5 0 0 0 2.768-6.711 9.5 9.5 0 0 0-2.768-6.712M7.001 20a1.001 1.001 0 0 0 0 2h2a1.001 1.001 0 0 0 0-2zm13.996-8.727a1.001 1.001 0 0 0-1.412 1.415 4.67 4.67 0 0 1 1.378 3.318 4.67 4.67 0 0 1-1.378 3.317 1 1 0 0 0 1.412 1.417 6.67 6.67 0 0 0 1.966-4.734c0-1.85-.753-3.525-1.966-4.733m-1.984 2.034a1.002 1.002 0 0 0-1.424 1.406c.33.333.53.789.531 1.293 0 .504-.202.96-.531 1.294a1 1 0 0 0 1.424 1.405 3.83 3.83 0 0 0 1.107-2.7 3.83 3.83 0 0 0-1.107-2.698" />
26
+ </svg>
27
+ )
28
+ }
@@ -0,0 +1,28 @@
1
+ import clsx from "clsx"
2
+ import { type SVGProps } from "react"
3
+
4
+ import { useId } from "../../hooks/useId"
5
+
6
+ interface IconProps extends SVGProps<SVGSVGElement> {
7
+ alt?: string
8
+ }
9
+
10
+ export const ContactlessIcon = ({ alt, className, fill, id, ref, ...props }: IconProps) => {
11
+ const uid = useId(id)
12
+ const componentProps = {
13
+ "aria-labelledby": alt ? uid + "-title" : undefined,
14
+ className: clsx("coop-icon", className),
15
+ "data-icon": "contactless",
16
+ fill: fill ?? "currentColor",
17
+ id: uid,
18
+ role: alt ? "img" : undefined,
19
+ viewBox: "0 0 32 32",
20
+ ...props,
21
+ }
22
+ return (
23
+ <svg {...componentProps} ref={ref}>
24
+ {alt ? <title id={uid + "-title"}>{alt}</title> : null}
25
+ <path d="M28.204 6.011A2 2 0 0 1 30 8.001v16l-.01.203a2 2 0 0 1-1.786 1.785L28 26H4a2 2 0 0 1-1.99-1.796L2 24V8a2 2 0 0 1 2-2h24zM4 24.001h24V8H4zM21.622 9.29a1 1 0 0 1 1.414.003 9.5 9.5 0 0 1 2.768 6.712 9.5 9.5 0 0 1-2.768 6.711 1 1 0 1 1-1.418-1.41 7.5 7.5 0 0 0 2.186-5.3c0-2.07-.834-3.942-2.186-5.303a1 1 0 0 1 .004-1.414M9 20a1 1 0 1 1 0 2H7a1 1 0 0 1 0-2zm10.582-8.726a1 1 0 0 1 1.414-.002 6.67 6.67 0 0 1 1.966 4.733c0 1.85-.753 3.526-1.966 4.735a1 1 0 0 1-1.412-1.418 4.67 4.67 0 0 0 1.378-3.317 4.67 4.67 0 0 0-1.378-3.317 1 1 0 0 1-.002-1.414m-1.984 2.023a1 1 0 0 1 1.415.009 3.83 3.83 0 0 1 1.107 2.7 3.83 3.83 0 0 1-1.107 2.698 1.001 1.001 0 0 1-1.424-1.405c.33-.333.531-.79.531-1.294s-.202-.96-.531-1.293a1 1 0 0 1 .009-1.415" />
26
+ </svg>
27
+ )
28
+ }
@@ -0,0 +1,29 @@
1
+ import clsx from "clsx"
2
+ import { type SVGProps } from "react"
3
+
4
+ import { useId } from "../../hooks/useId"
5
+
6
+ interface IconProps extends SVGProps<SVGSVGElement> {
7
+ alt?: string
8
+ }
9
+
10
+ export const CoopLiveIcon = ({ alt, className, fill, id, ref, ...props }: IconProps) => {
11
+ const uid = useId(id)
12
+ const componentProps = {
13
+ "aria-labelledby": alt ? uid + "-title" : undefined,
14
+ className: clsx("coop-icon", className),
15
+ "data-icon": "coop-live",
16
+ fill: fill ?? "currentColor",
17
+ id: uid,
18
+ role: alt ? "img" : undefined,
19
+ viewBox: "0 0 32 32",
20
+ ...props,
21
+ }
22
+ return (
23
+ <svg {...componentProps} ref={ref}>
24
+ {alt ? <title id={uid + "-title"}>{alt}</title> : null}
25
+ <path d="M19.169 3.039a9.4 9.4 0 0 0-2.166-.888 4.8 4.8 0 0 0-2.583.054 9 9 0 0 0-1.748.765c-.517.3-.96.642-1.316 1.015-.434.466-.465 1.011-.085 1.497.39.465.91.886 1.54 1.25.63.365 1.36.664 2.166.89a4.83 4.83 0 0 0 2.91-.165l-1.014-1.599q-.205.087-.43.155c-.43.13-.95.112-1.355-.045a4 4 0 0 1-.527-.252 3 3 0 0 1-.435-.304c-.275-.234-.306-.535-.083-.785a2.6 2.6 0 0 1 .632-.5q.386-.223.86-.367c.43-.13.95-.113 1.356.045q.282.109.527.251.247.143.436.305c.273.234.304.535.082.785a2.6 2.6 0 0 1-.62.492l2.003 1.157c.516-.3.954-.64 1.305-1.007.432-.467.463-1.014.085-1.497-.391-.467-.91-.888-1.54-1.252m.3 8.05a9.3 9.3 0 0 0-2.165-.886 4.8 4.8 0 0 0-2.584.053 9 9 0 0 0-1.748.766L8.485 13.63l2.003 1.156 4.487-2.608q.385-.223.861-.367c.43-.13.95-.112 1.356.045q.28.109.527.251t.435.305c.273.234.305.535.083.785a2.6 2.6 0 0 1-.632.5 4 4 0 0 1-.86.367c-.43.13-.95.112-1.356-.045a4 4 0 0 1-.527-.251 3 3 0 0 1-.435-.304.8.8 0 0 1-.132-.143l-1.174 1.47c.63.361 1.355.659 2.158.883a4.8 4.8 0 0 0 2.584-.054 9 9 0 0 0 1.746-.767 6 6 0 0 0 1.316-1.013c.433-.468.464-1.014.085-1.497-.391-.467-.91-.888-1.542-1.253m-7.1-4.099a9.3 9.3 0 0 0-2.166-.887 4.8 4.8 0 0 0-2.583.054 9 9 0 0 0-1.748.764c-.517.301-.96.642-1.315 1.015-.435.466-.466 1.012-.086 1.497.39.465.909.886 1.54 1.251.63.364 1.36.664 2.166.889a4.83 4.83 0 0 0 2.584-.055 9 9 0 0 0 1.747-.766c.52-.302.963-.643 1.316-1.013.432-.468.464-1.014.085-1.497-.39-.466-.91-.887-1.54-1.252M7.761 9.667a3 3 0 0 1-.436-.304c-.273-.235-.305-.535-.082-.785.163-.183.377-.351.632-.5q.384-.223.86-.367c.43-.13.95-.112 1.356.045q.28.109.527.251t.435.305c.273.234.305.535.083.785a2.6 2.6 0 0 1-.631.5 4 4 0 0 1-.861.367c-.43.13-.95.112-1.356-.045a4 4 0 0 1-.527-.252m13.9.149a3 3 0 0 1-.436-.305c-.273-.234-.305-.535-.082-.785q.247-.276.631-.5c.256-.148.546-.272.861-.367.43-.13.95-.112 1.356.045q.28.109.527.251t.435.304c.273.235.304.536.083.786a2.6 2.6 0 0 1-.633.499 4 4 0 0 1-.86.368c-.43.13-.95.112-1.355-.046a4 4 0 0 1-.528-.25m4.607-2.678a9.3 9.3 0 0 0-2.165-.887 4.8 4.8 0 0 0-2.584.054 9 9 0 0 0-1.747.765c-.518.3-.96.642-1.317 1.015-.434.466-.464 1.012-.085 1.497.39.465.909.886 1.54 1.25.631.365 1.36.664 2.166.89a4.8 4.8 0 0 0 2.584-.054 9 9 0 0 0 1.747-.766c.52-.303.963-.644 1.316-1.014.432-.467.464-1.014.085-1.497-.39-.467-.909-.888-1.54-1.253" />
26
+ <path d="m4.824 20.713 2.451 1.415-.007 2.74-4.92-2.845.014-11.386 2.48 1.432zM7.99 25.28l2.472 1.427.026-11.38-2.472-1.427zm21.661-3.067-.003-2.276-4.662 2.687-.006-2.254 4.483-2.587-.004-2.276-4.483 2.584-.006-2.282 4.67-2.697-.003-2.275-4.672 2.693v-.006l-2.755 1.59.015 6.847.01 4.533zm-13.486 4.235-1.751-8.854-3.156-1.823 2.611 12.902L16.165 30l2.296-1.326 2.61-12.901-3.155 1.822z" />
27
+ </svg>
28
+ )
29
+ }
@@ -0,0 +1,30 @@
1
+ import clsx from "clsx"
2
+ import { type SVGProps } from "react"
3
+
4
+ import { useId } from "../../hooks/useId"
5
+
6
+ interface IconProps extends SVGProps<SVGSVGElement> {
7
+ alt?: string
8
+ }
9
+
10
+ export const CoopLocationFilledIcon = ({ alt, className, fill, id, ref, ...props }: IconProps) => {
11
+ const uid = useId(id)
12
+ const componentProps = {
13
+ "aria-labelledby": alt ? uid + "-title" : undefined,
14
+ className: clsx("coop-icon", className),
15
+ "data-icon": "coop-location-filled",
16
+ fill: fill ?? "currentColor",
17
+ id: uid,
18
+ role: alt ? "img" : undefined,
19
+ viewBox: "0 0 32 32",
20
+ ...props,
21
+ }
22
+ return (
23
+ <svg {...componentProps} ref={ref}>
24
+ {alt ? <title id={uid + "-title"}>{alt}</title> : null}
25
+ <path d="M20.48 6.51a2.4 2.4 0 0 0-.54 0 2.3 2.3 0 0 0-.53 0 1 1 0 0 0-.8.71 2.75 2.75 0 0 0 0 1.67 1.07 1.07 0 0 0 .8.71 3 3 0 0 0 .53.05 3.3 3.3 0 0 0 .54-.05 1.07 1.07 0 0 0 .8-.71 3 3 0 0 0 0-1.67 1 1 0 0 0-.8-.71" />
26
+ <path d="M16 0C13 0 3-.25 3 11c0 13.71 12 21 13 21s13-7.29 13-21C29-.25 19 0 16 0m-.5 17.36a2.25 2.25 0 0 1-1.39 1.49 6.2 6.2 0 0 1-4.11 0 2.27 2.27 0 0 1-1.39-1.49 6.2 6.2 0 0 1 0-3.42A2.27 2.27 0 0 1 10 12.45a6.2 6.2 0 0 1 2.06-.35 6.3 6.3 0 0 1 2.06.35 2.26 2.26 0 0 1 1.38 1.49 6.2 6.2 0 0 1 0 3.42M13.52 8a3.2 3.2 0 0 0-.13-.82 1 1 0 0 0-.8-.71 2.3 2.3 0 0 0-.53 0 2.5 2.5 0 0 0-.54 0 1.05 1.05 0 0 0-.8.71 3 3 0 0 0 0 1.67 1.09 1.09 0 0 0 .8.71 3.3 3.3 0 0 0 .54.05 3 3 0 0 0 .53-.05 1.07 1.07 0 0 0 .8-.71 3 3 0 0 0 .09-.39l2.1 1c0 .09-.05.19-.08.28a2.26 2.26 0 0 1-1.38 1.49 6.1 6.1 0 0 1-2.06.35 6 6 0 0 1-2.06-.33 2.27 2.27 0 0 1-1.39-1.49 6.2 6.2 0 0 1 0-3.42A2.29 2.29 0 0 1 10 4.85a6.2 6.2 0 0 1 2.06-.35 6.3 6.3 0 0 1 2.06.35 2.28 2.28 0 0 1 1.38 1.49A6 6 0 0 1 15.74 8Zm9.87 9.32A2.27 2.27 0 0 1 22 18.85a6.2 6.2 0 0 1-2 .35l-.75-2.07.21.07a3 3 0 0 0 .53.05 3.3 3.3 0 0 0 .54-.05 1.09 1.09 0 0 0 .8-.71 3 3 0 0 0 0-1.67 1 1 0 0 0-.8-.71 2.4 2.4 0 0 0-.54-.06 2.3 2.3 0 0 0-.53.06 1 1 0 0 0-.8.71 2.9 2.9 0 0 0-.13.83v5h-2.27v-5a6.2 6.2 0 0 1 .24-1.71 2.25 2.25 0 0 1 1.39-1.49 6.2 6.2 0 0 1 4.11 0 2.27 2.27 0 0 1 1.39 1.49 6.2 6.2 0 0 1 0 3.42Zm0-7.6A2.26 2.26 0 0 1 22 11.25a6.1 6.1 0 0 1-2 .35 6 6 0 0 1-2.06-.35 2.25 2.25 0 0 1-1.44-1.49 6.2 6.2 0 0 1 0-3.42 2.27 2.27 0 0 1 1.39-1.49 6.2 6.2 0 0 1 4.11 0 2.29 2.29 0 0 1 1.39 1.49 6.2 6.2 0 0 1 0 3.42Z" />
27
+ <path d="M12.59 14.11a2.3 2.3 0 0 0-.53 0 2.5 2.5 0 0 0-.54 0 1.05 1.05 0 0 0-.8.71 3 3 0 0 0 0 1.67 1.07 1.07 0 0 0 .8.71 3.3 3.3 0 0 0 .54.05 3 3 0 0 0 .53-.05 1.07 1.07 0 0 0 .8-.71 2.75 2.75 0 0 0 0-1.67 1 1 0 0 0-.8-.71" />
28
+ </svg>
29
+ )
30
+ }
@@ -0,0 +1,28 @@
1
+ import clsx from "clsx"
2
+ import { type SVGProps } from "react"
3
+
4
+ import { useId } from "../../hooks/useId"
5
+
6
+ interface IconProps extends SVGProps<SVGSVGElement> {
7
+ alt?: string
8
+ }
9
+
10
+ export const CoopLogoIcon = ({ alt, className, fill, id, ref, ...props }: IconProps) => {
11
+ const uid = useId(id)
12
+ const componentProps = {
13
+ "aria-labelledby": alt ? uid + "-title" : undefined,
14
+ className: clsx("coop-icon", className),
15
+ "data-icon": "coop-logo",
16
+ fill: fill ?? "currentColor",
17
+ id: uid,
18
+ role: alt ? "img" : undefined,
19
+ viewBox: "0 0 32 32",
20
+ ...props,
21
+ }
22
+ return (
23
+ <svg {...componentProps} ref={ref}>
24
+ {alt ? <title id={uid + "-title"}>{alt}</title> : null}
25
+ <path d="M20.1 22.247a4.2 4.2 0 0 1 .192-1.337c.1-.293.275-.556.509-.763.24-.203.526-.346.835-.414a5 5 0 0 1 1.758 0c.311.059.6.2.837.407s.412.473.507.77c.278.89.278 1.84 0 2.73-.1.289-.271.548-.5.754a1.8 1.8 0 0 1-.806.414 5 5 0 0 1-1.767 0l-.201-.028h-.144l1.267 3.38a11.3 11.3 0 0 0 3.409-.555 3.6 3.6 0 0 0 1.44-.942c.402-.418.695-.925.854-1.478a10.07 10.07 0 0 0 0-5.593 3.75 3.75 0 0 0-.864-1.46 3.76 3.76 0 0 0-1.43-.942 10.47 10.47 0 0 0-6.827 0c-.565.163-1.08.46-1.498.867-.42.404-.727.906-.893 1.46-.256.92-.382 1.87-.374 2.824v8.089H20.1zM4.574 26.475c.398.416.887.738 1.43.942 2.21.762 4.618.762 6.827 0a3.64 3.64 0 0 0 1.44-.942c.401-.42.691-.932.845-1.488a10.07 10.07 0 0 0 0-5.593 3.7 3.7 0 0 0-.864-1.46 3.84 3.84 0 0 0-1.421-.941 10.47 10.47 0 0 0-6.827 0c-.55.196-1.043.52-1.44.941-.398.421-.691.927-.855 1.479a10.07 10.07 0 0 0 0 5.593c.175.546.47 1.047.865 1.47m2.592-5.65c.098-.289.27-.548.5-.753.239-.204.526-.346.835-.415a5.5 5.5 0 0 1 1.757 0c.314.057.606.197.845.405.23.212.403.477.499.773.137.449.208.915.211 1.384-.003.456-.074.91-.211 1.346a1.9 1.9 0 0 1-.509.763 1.77 1.77 0 0 1-.854.452 4.6 4.6 0 0 1-1.758 0 1.6 1.6 0 0 1-.835-.395 1.6 1.6 0 0 1-.5-.773 4.4 4.4 0 0 1 .02-2.75zM4.583 14.102c.4.41.884.731 1.42.941 1.097.37 2.25.555 3.41.547a11.7 11.7 0 0 0 3.418-.546 4 4 0 0 0 1.44-.942c.392-.424.681-.93.845-1.479 0-.16.086-.32.134-.47l-3.485-1.582q-.044.316-.135.621a1.9 1.9 0 0 1-.509.763c-.239.203-.526.346-.835.414a5 5 0 0 1-1.757 0 1.76 1.76 0 0 1-.845-.405 1.75 1.75 0 0 1-.5-.772 4.57 4.57 0 0 1 0-2.73c.1-.294.276-.556.51-.763a1.77 1.77 0 0 1 .835-.405 5 5 0 0 1 1.757 0 1.673 1.673 0 0 1 1.344 1.168c.113.44.175.892.183 1.346h3.696a10.4 10.4 0 0 0-.374-2.769 3.75 3.75 0 0 0-.864-1.46 3.76 3.76 0 0 0-1.43-.94 10.47 10.47 0 0 0-6.828 0 3.85 3.85 0 0 0-1.44.94 3.65 3.65 0 0 0-.845 1.48 10.07 10.07 0 0 0 0 5.593c.17.54.463 1.036.855 1.45M17.72 14.102c.395.41.877.731 1.411.941a9.6 9.6 0 0 0 3.418.547 11.7 11.7 0 0 0 3.418-.546 4 4 0 0 0 1.44-.942c.393-.424.682-.93.846-1.479.255-.92.384-1.87.384-2.825a11 11 0 0 0-.365-2.824 3.8 3.8 0 0 0-.874-1.46 3.7 3.7 0 0 0-1.421-.942 10.5 10.5 0 0 0-6.836 0 3.6 3.6 0 0 0-1.431.942c-.4.416-.693.92-.855 1.469a10.07 10.07 0 0 0 0 5.593c.166.567.462 1.089.865 1.526m2.573-5.65c.101-.29.276-.549.509-.753.24-.2.527-.34.835-.405a5 5 0 0 1 1.757 0 1.71 1.71 0 0 1 1.344 1.167 4.54 4.54 0 0 1 .02 2.731c-.1.295-.276.558-.512.765a1.8 1.8 0 0 1-.833.412 5 5 0 0 1-1.757 0 1.76 1.76 0 0 1-.845-.405 1.75 1.75 0 0 1-.499-.772 4.57 4.57 0 0 1-.02-2.73z" />
26
+ </svg>
27
+ )
28
+ }
@@ -0,0 +1,40 @@
1
+ import clsx from "clsx"
2
+ import { type SVGProps } from "react"
3
+
4
+ import { useId } from "../../hooks/useId"
5
+
6
+ interface IconProps extends SVGProps<SVGSVGElement> {
7
+ alt?: string
8
+ }
9
+
10
+ export const CoopMembershipCardFilledIcon = ({
11
+ alt,
12
+ className,
13
+ fill,
14
+ id,
15
+ ref,
16
+ ...props
17
+ }: IconProps) => {
18
+ const uid = useId(id)
19
+ const componentProps = {
20
+ "aria-labelledby": alt ? uid + "-title" : undefined,
21
+ className: clsx("coop-icon", className),
22
+ "data-icon": "coop-membership-card-filled",
23
+ fill: fill ?? "currentColor",
24
+ id: uid,
25
+ role: alt ? "img" : undefined,
26
+ viewBox: "0 0 32 32",
27
+ ...props,
28
+ }
29
+ return (
30
+ <svg {...componentProps} ref={ref}>
31
+ {alt ? <title id={uid + "-title"}>{alt}</title> : null}
32
+ <path d="M11.862 13.64a3 3 0 0 1 .97 0 1 1 0 0 1 .466.223 1 1 0 0 1 .275.426q.114.374.117.764-.003.38-.117.743c-.057.16-.153.305-.28.42a1 1 0 0 1-.472.25c-.32.062-.65.062-.97 0a.9.9 0 0 1-.46-.218.9.9 0 0 1-.276-.427 2.44 2.44 0 0 1 .011-1.516v-.022a1 1 0 0 1 .275-.415c.132-.112.29-.19.461-.228M19.11 6.817c.32-.057.65-.057.97 0a.95.95 0 0 1 .741.645 2.5 2.5 0 0 1 .011 1.507 1 1 0 0 1-.282.422c-.13.113-.288.192-.46.227-.32.057-.648.057-.969 0a.97.97 0 0 1-.466-.223.97.97 0 0 1-.276-.426 2.5 2.5 0 0 1-.01-1.507v-.006a1 1 0 0 1 .28-.415c.133-.11.291-.187.461-.224" />
33
+ <path
34
+ clipRule="evenodd"
35
+ d="M24 2a2 2 0 0 1 2 2v24a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm-2.484 10.278a5.8 5.8 0 0 0-3.768 0c-.311.09-.595.254-.826.478-.232.223-.4.5-.492.806a5.6 5.6 0 0 0-.207 1.558v4.463h2.04v-4.515c-.005-.25.03-.499.105-.738a1 1 0 0 1 .281-.42c.132-.113.291-.192.461-.23.32-.056.649-.056.97 0a1 1 0 0 1 .462.225c.13.115.227.261.28.425a2.5 2.5 0 0 1 0 1.507.981.981 0 0 1-.72.645 2.8 2.8 0 0 1-.976 0l-.111-.016h-.08l.7 1.865a6.2 6.2 0 0 0 1.88-.307c.305-.107.577-.285.795-.52.222-.23.384-.51.471-.815a5.56 5.56 0 0 0 0-3.087 2.1 2.1 0 0 0-.476-.804 2.1 2.1 0 0 0-.79-.52m-7.264-.11a5.8 5.8 0 0 0-3.768 0 2 2 0 0 0-.794.52c-.22.232-.381.512-.471.816a5.56 5.56 0 0 0 0 3.087c.096.3.259.578.476.81.22.23.49.408.79.52 1.218.42 2.548.42 3.767 0a2.01 2.01 0 0 0 1.26-1.34 5.56 5.56 0 0 0 0-3.087 2 2 0 0 0-.477-.806 2.1 2.1 0 0 0-.783-.52m.005-6.815a5.78 5.78 0 0 0-3.767 0 2.011 2.011 0 0 0-1.262 1.335 5.56 5.56 0 0 0 0 3.085c.094.299.256.573.472.801.22.226.488.404.784.52a5.8 5.8 0 0 0 1.881.3 6.5 6.5 0 0 0 1.886-.3c.3-.114.572-.291.795-.52.216-.233.376-.513.466-.816 0-.088.047-.177.074-.26l-1.923-.873q-.024.174-.074.344c-.057.16-.153.305-.28.42-.132.113-.29.191-.461.23-.32.056-.65.056-.97 0a1 1 0 0 1-.467-.224.97.97 0 0 1-.275-.426 2.52 2.52 0 0 1 0-1.507.977.977 0 0 1 .742-.645c.32-.057.65-.057.97 0a.925.925 0 0 1 .741.645q.094.366.1.743h2.04c0-.516-.07-1.03-.206-1.528a2.1 2.1 0 0 0-.477-.805 2.1 2.1 0 0 0-.79-.52m7.248-.038a5.8 5.8 0 0 0-3.772 0 2 2 0 0 0-.79.52c-.22.23-.382.507-.471.81a5.56 5.56 0 0 0 0 3.087c.091.313.255.601.477.842.218.226.484.404.778.52a5.3 5.3 0 0 0 1.886.3 6.5 6.5 0 0 0 1.887-.3c.3-.114.572-.291.795-.52.216-.233.375-.513.466-.816.14-.508.212-1.032.212-1.559s-.067-1.05-.201-1.558a2.1 2.1 0 0 0-.483-.806 2.06 2.06 0 0 0-.784-.52"
36
+ fillRule="evenodd"
37
+ />
38
+ </svg>
39
+ )
40
+ }
@@ -0,0 +1,42 @@
1
+ import clsx from "clsx"
2
+ import { type SVGProps } from "react"
3
+
4
+ import { useId } from "../../hooks/useId"
5
+
6
+ interface IconProps extends SVGProps<SVGSVGElement> {
7
+ alt?: string
8
+ }
9
+
10
+ export const CreditCardFilledIcon = ({ alt, className, fill, id, ref, ...props }: IconProps) => {
11
+ const uid = useId(id)
12
+ const componentProps = {
13
+ "aria-labelledby": alt ? uid + "-title" : undefined,
14
+ className: clsx("coop-icon", className),
15
+ "data-icon": "credit-card-filled",
16
+ fill: fill ?? "currentColor",
17
+ id: uid,
18
+ role: alt ? "img" : undefined,
19
+ viewBox: "0 0 32 32",
20
+ ...props,
21
+ }
22
+ return (
23
+ <svg {...componentProps} ref={ref}>
24
+ {alt ? <title id={uid + "-title"}>{alt}</title> : null}
25
+ <g clipPath="url(#a)">
26
+ <mask id="b">
27
+ <path d="M28 6a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2zM6 18v4h5.979v-4zm-2-8v4h24v-4z" />
28
+ </mask>
29
+ <path d="M28 6a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2zM6 18v4h5.979v-4zm-2-8v4h24v-4z" />
30
+ <path
31
+ d="M28 6V4zm2 2h2zm0 16h2zm-2 2v2zM4 26v2zm-2-2H0zM2 8H0zm2-2V4zm2 12v-2H4v2zm0 4H4v2h2zm5.979 0v2h2v-2zm0-4h2v-2h-2zM4 10V8H2v2zm0 4H2v2h2zm24 0v2h2v-2zm0-4h2V8h-2zm0-4v2h4a4 4 0 0 0-4-4zm2 2h-2v16h4V8zm0 16h-2v4a4 4 0 0 0 4-4zm-2 2v-2H4v4h24zM4 26v-2H0a4 4 0 0 0 4 4zm-2-2h2V8H0v16zM2 8h2V4a4 4 0 0 0-4 4zm2-2v2h24V4H4zm2 12H4v4h4v-4zm0 4v2h5.979v-4H6zm5.979 0h2v-4h-4v4zm0-4v-2H6v4h5.979zM4 10H2v4h4v-4zm0 4v2h24v-4H4zm24 0h2v-4h-4v4zm0-4V8H4v4h24z"
32
+ mask="url(#b)"
33
+ />
34
+ </g>
35
+ <defs>
36
+ <clipPath id="a">
37
+ <path d="M0 0h32v32H0z" />
38
+ </clipPath>
39
+ </defs>
40
+ </svg>
41
+ )
42
+ }
@@ -0,0 +1,28 @@
1
+ import clsx from "clsx"
2
+ import { type SVGProps } from "react"
3
+
4
+ import { useId } from "../../hooks/useId"
5
+
6
+ interface IconProps extends SVGProps<SVGSVGElement> {
7
+ alt?: string
8
+ }
9
+
10
+ export const CreditCardIcon = ({ alt, className, fill, id, ref, ...props }: IconProps) => {
11
+ const uid = useId(id)
12
+ const componentProps = {
13
+ "aria-labelledby": alt ? uid + "-title" : undefined,
14
+ className: clsx("coop-icon", className),
15
+ "data-icon": "credit-card",
16
+ fill: fill ?? "currentColor",
17
+ id: uid,
18
+ role: alt ? "img" : undefined,
19
+ viewBox: "0 0 32 32",
20
+ ...props,
21
+ }
22
+ return (
23
+ <svg {...componentProps} ref={ref}>
24
+ {alt ? <title id={uid + "-title"}>{alt}</title> : null}
25
+ <path d="M28.204 6.01A2 2 0 0 1 30 8v16l-.01.204a2 2 0 0 1-1.786 1.785L28 26H4a2 2 0 0 1-1.99-1.796L2 24V8a2 2 0 0 1 2-2h24zM4 14v10h24V14zm7.979 8H6v-4h5.979zM4 10h24V8H4z" />
26
+ </svg>
27
+ )
28
+ }
@@ -7,13 +7,13 @@ interface IconProps extends SVGProps<SVGSVGElement> {
7
7
  alt?: string
8
8
  }
9
9
 
10
- export const CloseIcon = ({ alt, className, fill, id, ref, ...props }: IconProps) => {
10
+ export const CrossIcon = ({ alt, className, fill, id, ref, ...props }: IconProps) => {
11
11
  const uid = useId(id)
12
12
  const componentProps = {
13
13
  "aria-labelledby": alt ? uid + "-title" : undefined,
14
14
  className: clsx("coop-icon", className),
15
- "data-icon": "close",
16
- fill: fill ?? "none",
15
+ "data-icon": "cross",
16
+ fill: fill ?? "currentColor",
17
17
  id: uid,
18
18
  role: alt ? "img" : undefined,
19
19
  viewBox: "0 0 32 32",
@@ -22,14 +22,7 @@ export const CloseIcon = ({ alt, className, fill, id, ref, ...props }: IconProps
22
22
  return (
23
23
  <svg {...componentProps} ref={ref}>
24
24
  {alt ? <title id={uid + "-title"}>{alt}</title> : null}
25
- <path
26
- d="M27 28a1 1 0 0 1-.71-.29l-22-22a1 1 0 0 1 1.42-1.42l22 22a1 1 0 0 1 0 1.42A1 1 0 0 1 27 28"
27
- fill={fill ?? "currentColor"}
28
- />
29
- <path
30
- d="M5 28a1 1 0 0 1-.71-.29 1 1 0 0 1 0-1.42l22-22a1 1 0 1 1 1.42 1.42l-22 22A1 1 0 0 1 5 28"
31
- fill={fill ?? "currentColor"}
32
- />
25
+ <path d="M26.293 4.293a1 1 0 1 1 1.414 1.414L17.414 16l10.293 10.293a1 1 0 1 1-1.414 1.414L16 17.414 5.707 27.707a1 1 0 1 1-1.414-1.414L14.586 16 4.293 5.707a1 1 0 1 1 1.414-1.414L16 14.586z" />
33
26
  </svg>
34
27
  )
35
28
  }
@@ -0,0 +1,28 @@
1
+ import clsx from "clsx"
2
+ import { type SVGProps } from "react"
3
+
4
+ import { useId } from "../../hooks/useId"
5
+
6
+ interface IconProps extends SVGProps<SVGSVGElement> {
7
+ alt?: string
8
+ }
9
+
10
+ export const DocumentIcon = ({ alt, className, fill, id, ref, ...props }: IconProps) => {
11
+ const uid = useId(id)
12
+ const componentProps = {
13
+ "aria-labelledby": alt ? uid + "-title" : undefined,
14
+ className: clsx("coop-icon", className),
15
+ "data-icon": "document",
16
+ fill: fill ?? "currentColor",
17
+ id: uid,
18
+ role: alt ? "img" : undefined,
19
+ viewBox: "0 0 32 32",
20
+ ...props,
21
+ }
22
+ return (
23
+ <svg {...componentProps} ref={ref}>
24
+ {alt ? <title id={uid + "-title"}>{alt}</title> : null}
25
+ <path d="M24.204 4.01A2 2 0 0 1 26 6v20a2 2 0 0 1-1.796 1.99L24 28H8a2 2 0 0 1-1.99-1.796L6 26V6a2 2 0 0 1 2-2h16zM8 26h16V6H8zm8-10a1 1 0 1 1 0 2h-5a1 1 0 1 1 0-2zm5-4a1 1 0 1 1 0 2H11a1 1 0 1 1 0-2zm0-4a1 1 0 1 1 0 2H11a1 1 0 1 1 0-2z" />
26
+ </svg>
27
+ )
28
+ }