@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
@@ -0,0 +1,20 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import clsx from 'clsx';
3
+ import { useId } from '../../hooks/useId.js';
4
+
5
+ const SearchFilledIcon = ({ alt, className, fill, id, ref, ...props }) => {
6
+ const uid = useId(id);
7
+ const componentProps = {
8
+ "aria-labelledby": alt ? uid + "-title" : undefined,
9
+ className: clsx("coop-icon", className),
10
+ "data-icon": "search-filled",
11
+ fill: fill !== null && fill !== void 0 ? fill : "currentColor",
12
+ id: uid,
13
+ role: alt ? "img" : undefined,
14
+ viewBox: "0 0 32 32",
15
+ ...props,
16
+ };
17
+ return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M16 6c5.523 0 10 4.477 10 10a9.96 9.96 0 0 1-2.258 6.328l5.965 5.965a1 1 0 1 1-1.414 1.414l-5.965-5.965A9.96 9.96 0 0 1 16 26c-5.523 0-10-4.477-10-10S10.477 6 16 6" })] }));
18
+ };
19
+
20
+ export { SearchFilledIcon };
@@ -8,13 +8,13 @@ const SearchIcon = ({ alt, className, fill, id, ref, ...props }) => {
8
8
  "aria-labelledby": alt ? uid + "-title" : undefined,
9
9
  className: clsx("coop-icon", className),
10
10
  "data-icon": "search",
11
- fill: fill !== null && fill !== void 0 ? fill : "none",
11
+ fill: fill !== null && fill !== void 0 ? fill : "currentColor",
12
12
  id: uid,
13
13
  role: alt ? "img" : undefined,
14
14
  viewBox: "0 0 32 32",
15
15
  ...props,
16
16
  };
17
- return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M13.25 25.49a12.25 12.25 0 1 1 12.24-12.24 12.25 12.25 0 0 1-12.24 12.24m0-22.61a10.37 10.37 0 1 0 10.36 10.37A10.38 10.38 0 0 0 13.25 2.88", fill: fill !== null && fill !== void 0 ? fill : "currentColor" }), jsx("path", { d: "M30.06 31a.94.94 0 0 1-.67-.28l-8.81-8.81a.94.94 0 1 1 1.33-1.33l8.81 8.81a.94.94 0 0 1 0 1.33.9.9 0 0 1-.66.28", fill: fill !== null && fill !== void 0 ? fill : "currentColor" })] }));
17
+ return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("g", { clipPath: "url(#a)", children: jsx("path", { d: "M14 4c5.523 0 10 4.477 10 10a9.96 9.96 0 0 1-2.258 6.328l5.965 5.965a1 1 0 1 1-1.414 1.414l-5.965-5.965A9.96 9.96 0 0 1 14 24C8.477 24 4 19.523 4 14S8.477 4 14 4m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16" }) }), jsx("defs", { children: jsx("clipPath", { id: "a", children: jsx("path", { d: "M0 0h32v32H0z" }) }) })] }));
18
18
  };
19
19
 
20
20
  export { SearchIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const SendIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,20 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import clsx from 'clsx';
3
+ import { useId } from '../../hooks/useId.js';
4
+
5
+ const SendIcon = ({ alt, className, fill, id, ref, ...props }) => {
6
+ const uid = useId(id);
7
+ const componentProps = {
8
+ "aria-labelledby": alt ? uid + "-title" : undefined,
9
+ className: clsx("coop-icon", className),
10
+ "data-icon": "send",
11
+ fill: fill !== null && fill !== void 0 ? fill : "currentColor",
12
+ id: uid,
13
+ role: alt ? "img" : undefined,
14
+ viewBox: "0 0 32 32",
15
+ ...props,
16
+ };
17
+ return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M3.73 6.235c-.278-.848.592-1.618 1.4-1.241l22.655 10.57c.784.367.785 1.482.001 1.849L5.132 27.994l-.153.058c-.76.223-1.508-.503-1.249-1.298l3.246-9.943a1 1 0 0 0 .038-.476l-.038-.156zm5.172 11.253L6.4 25.15l16.405-7.662zm-.005-2h13.9L6.398 7.836z" })] }));
18
+ };
19
+
20
+ export { SendIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const SpannerIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,20 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import clsx from 'clsx';
3
+ import { useId } from '../../hooks/useId.js';
4
+
5
+ const SpannerIcon = ({ alt, className, fill, id, ref, ...props }) => {
6
+ const uid = useId(id);
7
+ const componentProps = {
8
+ "aria-labelledby": alt ? uid + "-title" : undefined,
9
+ className: clsx("coop-icon", className),
10
+ "data-icon": "spanner",
11
+ fill: fill !== null && fill !== void 0 ? fill : "currentColor",
12
+ id: uid,
13
+ role: alt ? "img" : undefined,
14
+ viewBox: "0 0 24 24",
15
+ ...props,
16
+ };
17
+ return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M13 7.5a5.5 5.5 0 0 0-6.025-5.475l2.482 2.482c.78.78.963 1.79.858 2.603a3.6 3.6 0 0 1-1.054 2.108l-.019.017-.02.02a3.6 3.6 0 0 1-2.108 1.06c-.815.106-1.825-.076-2.607-.858L2.025 6.975A5.5 5.5 0 0 0 7.5 13v2A7.5 7.5 0 0 1 .653 4.435c.26-.577 1.008-.653 1.455-.206l3.813 3.814c.47.47 1.265.347 1.77-.09l.097-.09.04-.042.036-.036c.476-.464.657-1.256.265-1.766l-.086-.098-3.814-3.813c-.447-.447-.371-1.196.206-1.455A7.5 7.5 0 0 1 14.916 8.61c-.051.34.046.689.288.931l7.624 7.624a4 4 0 0 1-5.657 5.657l-7.62-7.619a1.08 1.08 0 0 0-.93-.287A7.4 7.4 0 0 1 7.5 15v-2q.416-.001.82-.062l.167-.021a3.07 3.07 0 0 1 2.479.871l7.619 7.62a2 2 0 0 0 2.83-2.83l-7.626-7.624c-.745-.745-.985-1.755-.85-2.643A5.4 5.4 0 0 0 13 7.5" })] }));
18
+ };
19
+
20
+ export { SpannerIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const StarFilledIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,20 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import clsx from 'clsx';
3
+ import { useId } from '../../hooks/useId.js';
4
+
5
+ const StarFilledIcon = ({ alt, className, fill, id, ref, ...props }) => {
6
+ const uid = useId(id);
7
+ const componentProps = {
8
+ "aria-labelledby": alt ? uid + "-title" : undefined,
9
+ className: clsx("coop-icon", className),
10
+ "data-icon": "star-filled",
11
+ fill: fill !== null && fill !== void 0 ? fill : "currentColor",
12
+ id: uid,
13
+ role: alt ? "img" : undefined,
14
+ viewBox: "0 0 32 32",
15
+ ...props,
16
+ };
17
+ return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M19.183 10.63a1 1 0 0 0 .951.695h7.323c.968 0 1.371 1.238.589 1.808l-5.952 4.333a1 1 0 0 0-.364 1.113l2.202 6.881c.295.92-.756 1.681-1.538 1.115l-5.811-4.204a1 1 0 0 0-1.167-.004L9.558 26.55c-.786.561-1.832-.207-1.532-1.125l2.239-6.844a1 1 0 0 0-.361-1.119l-5.93-4.33c-.781-.57-.378-1.807.59-1.807h7.302a1 1 0 0 0 .951-.694l2.23-6.932c.298-.925 1.607-.925 1.904 0z", strokeWidth: "2" })] }));
18
+ };
19
+
20
+ export { StarFilledIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const StarIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,20 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import clsx from 'clsx';
3
+ import { useId } from '../../hooks/useId.js';
4
+
5
+ const StarIcon = ({ alt, className, fill, id, ref, ...props }) => {
6
+ const uid = useId(id);
7
+ const componentProps = {
8
+ "aria-labelledby": alt ? uid + "-title" : undefined,
9
+ className: clsx("coop-icon", className),
10
+ "data-icon": "star",
11
+ fill: fill !== null && fill !== void 0 ? fill : "currentColor",
12
+ id: uid,
13
+ role: alt ? "img" : undefined,
14
+ viewBox: "0 0 32 32",
15
+ ...props,
16
+ };
17
+ return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M14.097 3.392c.595-1.85 3.212-1.85 3.807 0l2.23 6.933h7.323c1.936 0 2.742 2.477 1.177 3.616l-5.951 4.333 2.202 6.881c.588 1.839-1.513 3.362-3.077 2.23l-5.81-4.205-5.858 4.184c-1.572 1.122-3.664-.414-3.064-2.249l2.24-6.845-5.93-4.33c-1.563-1.14-.756-3.615 1.178-3.615h7.302zm-.326 7.545a2 2 0 0 1-1.905 1.388H4.564l5.93 4.33a2 2 0 0 1 .722 2.236l-2.238 6.845 5.856-4.183a2 2 0 0 1 2.335.007l5.81 4.205-2.202-6.881a2 2 0 0 1 .729-2.227l5.951-4.332h-7.322a2 2 0 0 1-1.905-1.388l-2.229-6.931z" })] }));
18
+ };
19
+
20
+ export { StarIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const TickAltFilledIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,20 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import clsx from 'clsx';
3
+ import { useId } from '../../hooks/useId.js';
4
+
5
+ const TickAltFilledIcon = ({ alt, className, fill, id, ref, ...props }) => {
6
+ const uid = useId(id);
7
+ const componentProps = {
8
+ "aria-labelledby": alt ? uid + "-title" : undefined,
9
+ className: clsx("coop-icon", className),
10
+ "data-icon": "tick-alt-filled",
11
+ fill: fill !== null && fill !== void 0 ? fill : "currentColor",
12
+ id: uid,
13
+ role: alt ? "img" : undefined,
14
+ viewBox: "0 0 32 32",
15
+ ...props,
16
+ };
17
+ return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { clipRule: "evenodd", d: "M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2 2 8.268 2 16s6.268 14 14 14m5.707-17.707a1 1 0 0 0-1.414 0L14 18.586l-2.293-2.293a1 1 0 1 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l7-7a1 1 0 0 0 0-1.414", fillRule: "evenodd" })] }));
18
+ };
19
+
20
+ export { TickAltFilledIcon };
@@ -8,13 +8,13 @@ const TickAltIcon = ({ alt, className, fill, id, ref, ...props }) => {
8
8
  "aria-labelledby": alt ? uid + "-title" : undefined,
9
9
  className: clsx("coop-icon", className),
10
10
  "data-icon": "tick-alt",
11
- fill: fill !== null && fill !== void 0 ? fill : "none",
11
+ fill: fill !== null && fill !== void 0 ? fill : "currentColor",
12
12
  id: uid,
13
13
  role: alt ? "img" : undefined,
14
14
  viewBox: "0 0 32 32",
15
15
  ...props,
16
16
  };
17
- return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M12.7 22a1 1 0 0 1-.71-.29L8.3 18a1 1 0 0 1 0-1.42 1 1 0 0 1 1.41 0l3 3 9.41-9.38a1 1 0 0 1 1.42 0 1 1 0 0 1 0 1.41L13.4 21.69a1 1 0 0 1-.7.31", fill: fill !== null && fill !== void 0 ? fill : "currentColor" }), jsx("path", { 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", fill: fill !== null && fill !== void 0 ? fill : "currentColor" })] }));
17
+ return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("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 8.293a1 1 0 1 1 1.414 1.414l-7 7a1 1 0 0 1-1.414 0l-3-3a1 1 0 1 1 1.414-1.414L14 18.586z" })] }));
18
18
  };
19
19
 
20
20
  export { TickAltIcon };
@@ -8,13 +8,13 @@ const TickIcon = ({ alt, className, fill, id, ref, ...props }) => {
8
8
  "aria-labelledby": alt ? uid + "-title" : undefined,
9
9
  className: clsx("coop-icon", className),
10
10
  "data-icon": "tick",
11
- fill: fill !== null && fill !== void 0 ? fill : "none",
11
+ fill: fill !== null && fill !== void 0 ? fill : "currentColor",
12
12
  id: uid,
13
13
  role: alt ? "img" : undefined,
14
14
  viewBox: "0 0 32 32",
15
15
  ...props,
16
16
  };
17
- return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M10.41 26a1 1 0 0 1-.71-.3l-6.42-6.59a1 1 0 0 1 1.44-1.39l5.69 5.85L27.28 6.3a1 1 0 1 1 1.44 1.4l-17.59 18a1 1 0 0 1-.72.3", fill: fill !== null && fill !== void 0 ? fill : "currentColor" })] }));
17
+ return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M28.293 6.293a1 1 0 0 1 1.414 1.414l-18 18a1 1 0 0 1-1.414 0l-8-8a1 1 0 1 1 1.414-1.414L11 23.586z" })] }));
18
18
  };
19
19
 
20
20
  export { TickIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const TruckIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,20 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import clsx from 'clsx';
3
+ import { useId } from '../../hooks/useId.js';
4
+
5
+ const TruckIcon = ({ alt, className, fill, id, ref, ...props }) => {
6
+ const uid = useId(id);
7
+ const componentProps = {
8
+ "aria-labelledby": alt ? uid + "-title" : undefined,
9
+ className: clsx("coop-icon", className),
10
+ "data-icon": "truck",
11
+ fill: fill !== null && fill !== void 0 ? fill : "currentColor",
12
+ id: uid,
13
+ role: alt ? "img" : undefined,
14
+ viewBox: "0 0 32 32",
15
+ ...props,
16
+ };
17
+ return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M20 6a2 2 0 0 1 2 2h4.29l.19.009a2 2 0 0 1 1.8 1.792l.5 5q.017.181.002.358A2 2 0 0 1 30 17v7a2 2 0 0 1-2 2h-1.258a4.5 4.5 0 0 1-8.484 0h-4.516a4.5 4.5 0 0 1-8.484 0H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2zM9.5 22a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m13 0a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m-4.483 2.89q0 .022.003.043a5 5 0 0 1-.014-.202zM4 24h1.028a4.5 4.5 0 0 1 8.944 0h4.056a4.5 4.5 0 0 1 8.944 0H28v-7h-6a2 2 0 0 1-.39-.04q-.038-.008-.077-.018-.05-.011-.1-.025-.042-.013-.083-.027a2 2 0 0 1-.266-.114l-.066-.035-.094-.057-.063-.04q-.038-.028-.075-.057a2 2 0 0 1-.374-.374q-.022-.028-.043-.056l-.027-.039q-.014-.022-.027-.043-.03-.045-.057-.094l-.035-.066a2 2 0 0 1-.114-.266q-.015-.04-.027-.083-.015-.054-.027-.109l-.017-.067a2 2 0 0 1-.027-.186L20 15V8H4zm18-9h4.79l-.5-5H22zm-8.021 9.933" })] }));
18
+ };
19
+
20
+ export { TruckIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const UserWipeIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,20 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import clsx from 'clsx';
3
+ import { useId } from '../../hooks/useId.js';
4
+
5
+ const UserWipeIcon = ({ alt, className, fill, id, ref, ...props }) => {
6
+ const uid = useId(id);
7
+ const componentProps = {
8
+ "aria-labelledby": alt ? uid + "-title" : undefined,
9
+ className: clsx("coop-icon", className),
10
+ "data-icon": "user-wipe",
11
+ fill: fill !== null && fill !== void 0 ? fill : "currentColor",
12
+ id: uid,
13
+ role: alt ? "img" : undefined,
14
+ viewBox: "0 0 32 32",
15
+ ...props,
16
+ };
17
+ return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M3.707 5.093a1 1 0 0 1 1.26-.126l22.2 22.2a1 1 0 0 1-1.54 1.26L24.398 27.2a14 14 0 0 1-4.497 2.248l-.03.01q-.447.127-.904.227l-.038.007q-.126.027-.251.051l-.099.02a14 14 0 0 1-.558.091l-.09.013a13 13 0 0 1-.559.067l-.203.017-.115.01q-.153.011-.306.02l-.033.001a14 14 0 0 1-1.43 0q-.018 0-.034-.002l-.306-.019-.115-.01q-.102-.007-.203-.017l-.225-.025-.087-.01-.245-.03-.093-.014-.236-.037-.1-.016a15 15 0 0 1-.57-.109l-.039-.008a14 14 0 0 1-.903-.227l-.032-.01C6.264 27.757 2 22.377 2 16c0-3.152 1.042-6.06 2.8-8.4L3.707 6.507a1 1 0 0 1 0-1.414M16.001 20a9.99 9.99 0 0 0-8.397 4.57A11.95 11.95 0 0 0 16 28c2.599 0 5-.83 6.964-2.235L17.28 20.08a10 10 0 0 0-1.28-.081M16 2c7.732 0 14 6.268 14 14 0 3.145-1.04 6.045-2.791 8.38l-1.434-1.433c.435-.61.817-1.26 1.132-1.947A11.95 11.95 0 0 0 28 16c0-6.627-5.373-12-12-12-2.592 0-4.99.823-6.952 2.22L7.615 4.787A13.94 13.94 0 0 1 16 2M6.232 9.032A11.94 11.94 0 0 0 4 16a11.95 11.95 0 0 0 2.256 6.997 12.03 12.03 0 0 1 5.92-4.374 5.99 5.99 0 0 1-2.074-5.72zm5.872 5.871a4 4 0 0 0 2.99 2.992zM16 8a6 6 0 0 1 4.636 9.808l-1.424-1.424a4 4 0 0 0-5.597-5.597l-1.424-1.424A5.98 5.98 0 0 1 16 8" })] }));
18
+ };
19
+
20
+ export { UserWipeIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const VoucherFilledIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,20 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import clsx from 'clsx';
3
+ import { useId } from '../../hooks/useId.js';
4
+
5
+ const VoucherFilledIcon = ({ alt, className, fill, id, ref, ...props }) => {
6
+ const uid = useId(id);
7
+ const componentProps = {
8
+ "aria-labelledby": alt ? uid + "-title" : undefined,
9
+ className: clsx("coop-icon", className),
10
+ "data-icon": "voucher-filled",
11
+ fill: fill !== null && fill !== void 0 ? fill : "currentColor",
12
+ id: uid,
13
+ role: alt ? "img" : undefined,
14
+ viewBox: "0 0 32 32",
15
+ ...props,
16
+ };
17
+ return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M28 6a2 2 0 0 1 2 2v3.05c0 .88-.62 1.619-1.291 2.188A3.61 3.61 0 0 0 27.429 16c0 1.106.497 2.096 1.28 2.76.67.57 1.291 1.308 1.291 2.188V24a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2zM7 17a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2zm0-4a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z" })] }));
18
+ };
19
+
20
+ export { VoucherFilledIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const VoucherIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,20 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import clsx from 'clsx';
3
+ import { useId } from '../../hooks/useId.js';
4
+
5
+ const VoucherIcon = ({ alt, className, fill, id, ref, ...props }) => {
6
+ const uid = useId(id);
7
+ const componentProps = {
8
+ "aria-labelledby": alt ? uid + "-title" : undefined,
9
+ className: clsx("coop-icon", className),
10
+ "data-icon": "voucher",
11
+ fill: fill !== null && fill !== void 0 ? fill : "currentColor",
12
+ id: uid,
13
+ role: alt ? "img" : undefined,
14
+ viewBox: "0 0 32 32",
15
+ ...props,
16
+ };
17
+ return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M28.204 6.01A2 2 0 0 1 30 8v3.05c0 .88-.62 1.619-1.291 2.188l-.144.128A3.61 3.61 0 0 0 27.43 16c0 1.106.496 2.096 1.279 2.76.67.57 1.291 1.308 1.291 2.188V24l-.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 24h24v-3.038a.6.6 0 0 0-.068-.13 2.8 2.8 0 0 0-.517-.546A5.61 5.61 0 0 1 25.43 16c0-1.719.774-3.258 1.984-4.286.255-.217.423-.402.518-.547.088-.135.068-.165.068-.116V8H4zm13-7a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2zm-4-4a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2z" })] }));
18
+ };
19
+
20
+ export { VoucherIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const WarningFilledIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,20 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import clsx from 'clsx';
3
+ import { useId } from '../../hooks/useId.js';
4
+
5
+ const WarningFilledIcon = ({ alt, className, fill, id, ref, ...props }) => {
6
+ const uid = useId(id);
7
+ const componentProps = {
8
+ "aria-labelledby": alt ? uid + "-title" : undefined,
9
+ className: clsx("coop-icon", className),
10
+ "data-icon": "warning-filled",
11
+ fill: fill !== null && fill !== void 0 ? fill : "currentColor",
12
+ id: uid,
13
+ role: alt ? "img" : undefined,
14
+ viewBox: "0 0 32 32",
15
+ ...props,
16
+ };
17
+ return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M14.239 5.27c.755-1.402 2.767-1.402 3.522 0l10.652 19.782C29.13 26.384 28.165 28 26.652 28H5.348c-1.513 0-2.478-1.616-1.76-2.948zM16 21a1 1 0 1 0 0 2 1 1 0 0 0 0-2M16 13a1 1 0 0 0-1 1v5a1 1 0 0 0 2 0v-5c0-.552-.448-1-1-1" })] }));
18
+ };
19
+
20
+ export { WarningFilledIcon };
@@ -8,13 +8,13 @@ const WarningIcon = ({ alt, className, fill, id, ref, ...props }) => {
8
8
  "aria-labelledby": alt ? uid + "-title" : undefined,
9
9
  className: clsx("coop-icon", className),
10
10
  "data-icon": "warning",
11
- fill: fill !== null && fill !== void 0 ? fill : "none",
11
+ fill: fill !== null && fill !== void 0 ? fill : "currentColor",
12
12
  id: uid,
13
13
  role: alt ? "img" : undefined,
14
14
  viewBox: "0 0 32 32",
15
15
  ...props,
16
16
  };
17
- return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M2.35 28.08 16.06 4.46l13.71 23.62Zm29.32-.7L17.56 3.07A1.73 1.73 0 0 0 16.06 2a1.94 1.94 0 0 0-1.5 1.1L.35 27.38C-.45 28.77.15 30 1.85 30h28.32a1.6 1.6 0 0 0 1.5-2.62", fill: fill !== null && fill !== void 0 ? fill : "currentColor" }), jsx("path", { d: "M14.52 24.19A1.44 1.44 0 0 1 15 23.1a1.54 1.54 0 0 1 1.13-.46 1.63 1.63 0 0 1 1.12.44 1.39 1.39 0 0 1 .48 1.07 1.48 1.48 0 0 1-.47 1.1 1.62 1.62 0 0 1-1.74.34 1.6 1.6 0 0 1-.51-.32 1.3 1.3 0 0 1-.35-.48 1.3 1.3 0 0 1-.14-.6m2.8-3h-2.4v-9.71h2.4Z", fill: fill !== null && fill !== void 0 ? fill : "currentColor" })] }));
17
+ return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M14.239 5.27c.755-1.402 2.766-1.402 3.521 0l10.652 19.782c.717 1.332-.248 2.948-1.76 2.948H5.347l-.14-.005a2 2 0 0 1-1.683-2.817l.063-.126zM5.349 26H26.65L16 6.219zm10.65-5a1 1 0 1 1 0 2 1 1 0 0 1 0-2m0-8a1 1 0 0 1 1 1v5a1 1 0 0 1-2 0v-5a1 1 0 0 1 1-1" })] }));
18
18
  };
19
19
 
20
20
  export { WarningIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const WifiIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,20 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import clsx from 'clsx';
3
+ import { useId } from '../../hooks/useId.js';
4
+
5
+ const WifiIcon = ({ alt, className, fill, id, ref, ...props }) => {
6
+ const uid = useId(id);
7
+ const componentProps = {
8
+ "aria-labelledby": alt ? uid + "-title" : undefined,
9
+ className: clsx("coop-icon", className),
10
+ "data-icon": "wifi",
11
+ fill: fill !== null && fill !== void 0 ? fill : "currentColor",
12
+ id: uid,
13
+ role: alt ? "img" : undefined,
14
+ viewBox: "0 0 32 32",
15
+ ...props,
16
+ };
17
+ return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M16 22a2 2 0 1 1 0 4 2 2 0 0 1 0-4m-7.987-4.836c4.419-4.418 11.583-4.418 16.001 0a1.5 1.5 0 0 1-2.12 2.121 8.316 8.316 0 0 0-11.76 0 1.5 1.5 0 1 1-2.12-2.12m-5.552-5.55c7.485-7.485 19.621-7.485 27.106 0a1.5 1.5 0 0 1-2.122 2.12c-6.314-6.313-16.55-6.313-22.863 0a1.5 1.5 0 0 1-2.121-2.12" })] }));
18
+ };
19
+
20
+ export { WifiIcon };
@@ -8,13 +8,13 @@ const WriteIcon = ({ alt, className, fill, id, ref, ...props }) => {
8
8
  "aria-labelledby": alt ? uid + "-title" : undefined,
9
9
  className: clsx("coop-icon", className),
10
10
  "data-icon": "write",
11
- fill: fill !== null && fill !== void 0 ? fill : "none",
11
+ fill: fill !== null && fill !== void 0 ? fill : "currentColor",
12
12
  id: uid,
13
13
  role: alt ? "img" : undefined,
14
14
  viewBox: "0 0 32 32",
15
15
  ...props,
16
16
  };
17
- return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M19.67 10.13 17.9 11.9H7a1 1 0 0 1 0-2h12a1 1 0 0 1 .67.23M14.9 14.9l-2 2H7a1 1 0 0 1 0-2ZM20 15.9a1 1 0 0 1-1 1h-1.87l2-2a1 1 0 0 1 .82.59.85.85 0 0 1 .05.41M19 21.9H7a1 1 0 0 1 0-2h12a1 1 0 1 1 0 2", fill: fill !== null && fill !== void 0 ? fill : "currentColor" }), jsx("path", { d: "M24.08 10v20h-22V6h21.73l1.54-1.54a1.9 1.9 0 0 0-1-.44H2.07a2 2 0 0 0-2 2V30a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V8Z", fill: fill !== null && fill !== void 0 ? fill : "currentColor" }), jsx("path", { d: "M30.62 3.41 28.5 1.29a1 1 0 0 0-1.42 0L22.38 6l-3.9 3.9-5 5-1.33 1.33a1 1 0 0 0-.27.48v.19l-.6 2.57a.8.8 0 0 0 0 .43 1 1 0 0 0 1.19.77l2.74-.67a.64.64 0 0 0 .29-.13.6.6 0 0 0 .19-.14l2.85-2.86 1.4-1.39L30.62 4.82a1 1 0 0 0 0-1.41M15 19.06l-2.75.63.62-2.75 6.82-6.81L23.81 6l1.54-1.54L27.79 2l2.13 2.12Z", fill: fill !== null && fill !== void 0 ? fill : "currentColor" }), jsx("path", { d: "M31.33 2.7 29.21.58a2.06 2.06 0 0 0-2.83 0L11.44 15.52a2.1 2.1 0 0 0-.54 1l-.09.41-.54 2.34a2.18 2.18 0 0 0 .54 1.87 2 2 0 0 0 1.4.58 1.8 1.8 0 0 0 .46-.05l2.75-.67a2.1 2.1 0 0 0 1-.54L31.33 5.53a2 2 0 0 0 0-2.83M15 19.06l-2.75.63.62-2.75 6.82-6.81L23.81 6l1.54-1.54L27.79 2l2.13 2.12Z", fill: fill !== null && fill !== void 0 ? fill : "currentColor" })] }));
17
+ return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M19.67 10.13 17.9 11.9H7a1 1 0 0 1 0-2h12a1 1 0 0 1 .67.23M14.9 14.9l-2 2H7a1 1 0 0 1 0-2ZM20 15.9a1 1 0 0 1-1 1h-1.87l2-2a1 1 0 0 1 .82.59.85.85 0 0 1 .05.41M19 21.9H7a1 1 0 0 1 0-2h12a1 1 0 1 1 0 2" }), jsx("path", { d: "M24.08 10v20h-22V6h21.73l1.54-1.54a1.9 1.9 0 0 0-1-.44H2.07a2 2 0 0 0-2 2V30a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V8Z" }), jsx("path", { d: "M30.62 3.41 28.5 1.29a1 1 0 0 0-1.42 0L22.38 6l-3.9 3.9-5 5-1.33 1.33a1 1 0 0 0-.27.48v.19l-.6 2.57a.8.8 0 0 0 0 .43 1 1 0 0 0 1.19.77l2.74-.67a.64.64 0 0 0 .29-.13.6.6 0 0 0 .19-.14l2.85-2.86 1.4-1.39L30.62 4.82a1 1 0 0 0 0-1.41M15 19.06l-2.75.63.62-2.75 6.82-6.81L23.81 6l1.54-1.54L27.79 2l2.13 2.12Z" }), jsx("path", { d: "M31.33 2.7 29.21.58a2.06 2.06 0 0 0-2.83 0L11.44 15.52a2.1 2.1 0 0 0-.54 1l-.09.41-.54 2.34a2.18 2.18 0 0 0 .54 1.87 2 2 0 0 0 1.4.58 1.8 1.8 0 0 0 .46-.05l2.75-.67a2.1 2.1 0 0 0 1-.54L31.33 5.53a2 2 0 0 0 0-2.83M15 19.06l-2.75.63.62-2.75 6.82-6.81L23.81 6l1.54-1.54L27.79 2l2.13 2.12Z" })] }));
18
18
  };
19
19
 
20
20
  export { WriteIcon };
@@ -1,40 +1,107 @@
1
+ export { AccountCircleFilledIcon } from "./AccountCircleFilledIcon";
2
+ export { AccountCircleIcon } from "./AccountCircleIcon";
3
+ export { AccountFilledIcon } from "./AccountFilledIcon";
4
+ export { AccountIcon } from "./AccountIcon";
1
5
  export { AddIcon } from "./AddIcon";
6
+ export { AppsFilledIcon } from "./AppsFilledIcon";
7
+ export { AppsIcon } from "./AppsIcon";
2
8
  export { ArrowDownIcon } from "./ArrowDownIcon";
3
9
  export { ArrowLeftIcon } from "./ArrowLeftIcon";
4
10
  export { ArrowRightIcon } from "./ArrowRightIcon";
5
11
  export { ArrowUpIcon } from "./ArrowUpIcon";
6
- export { AvatarAltIcon } from "./AvatarAltIcon";
7
- export { AvatarIcon } from "./AvatarIcon";
12
+ export { BackspaceFilledIcon } from "./BackspaceFilledIcon";
13
+ export { BackspaceIcon } from "./BackspaceIcon";
14
+ export { BasketFilledIcon } from "./BasketFilledIcon";
8
15
  export { BasketIcon } from "./BasketIcon";
16
+ export { BellFilledIcon } from "./BellFilledIcon";
17
+ export { BellIcon } from "./BellIcon";
18
+ export { BroomIcon } from "./BroomIcon";
19
+ export { CalendarFilledIcon } from "./CalendarFilledIcon";
9
20
  export { CalendarIcon } from "./CalendarIcon";
21
+ export { CashFilledIcon } from "./CashFilledIcon";
22
+ export { CashIcon } from "./CashIcon";
10
23
  export { ChevronDownIcon } from "./ChevronDownIcon";
11
24
  export { ChevronLeftIcon } from "./ChevronLeftIcon";
12
25
  export { ChevronRightIcon } from "./ChevronRightIcon";
13
26
  export { ChevronUpIcon } from "./ChevronUpIcon";
27
+ export { CircleBurgerFilledIcon } from "./CircleBurgerFilledIcon";
28
+ export { CircleBurgerIcon } from "./CircleBurgerIcon";
29
+ export { ClipboardFilledIcon } from "./ClipboardFilledIcon";
30
+ export { ClipboardIcon } from "./ClipboardIcon";
31
+ export { ClockFilledIcon } from "./ClockFilledIcon";
14
32
  export { ClockIcon } from "./ClockIcon";
33
+ export { CloseAltFilledIcon } from "./CloseAltFilledIcon";
15
34
  export { CloseAltIcon } from "./CloseAltIcon";
16
- export { CloseIcon } from "./CloseIcon";
17
- export { CoopCardIcon } from "./CoopCardIcon";
18
- export { CoopIcon } from "./CoopIcon";
19
- export { CoopLocationIcon } from "./CoopLocationIcon";
35
+ export { CogIcon } from "./CogIcon";
36
+ export { CommunityFilledIcon } from "./CommunityFilledIcon";
37
+ export { CommunityIcon } from "./CommunityIcon";
38
+ export { ComputerIcon } from "./ComputerIcon";
39
+ export { ContactFilledIcon } from "./ContactFilledIcon";
40
+ export { ContactIcon } from "./ContactIcon";
41
+ export { ContactlessFilledIcon } from "./ContactlessFilledIcon";
42
+ export { ContactlessIcon } from "./ContactlessIcon";
43
+ export { CoopLiveIcon } from "./CoopLiveIcon";
44
+ export { CoopLocationFilledIcon } from "./CoopLocationFilledIcon";
45
+ export { CoopLogoIcon } from "./CoopLogoIcon";
46
+ export { CoopMembershipCardFilledIcon } from "./CoopMembershipCardFilledIcon";
47
+ export { CreditCardFilledIcon } from "./CreditCardFilledIcon";
48
+ export { CreditCardIcon } from "./CreditCardIcon";
49
+ export { CrossIcon } from "./CrossIcon";
50
+ export { DocumentIcon } from "./DocumentIcon";
20
51
  export { DownloadIcon } from "./DownloadIcon";
52
+ export { EnterStoreIcon } from "./EnterStoreIcon";
53
+ export { ExitStoreIcon } from "./ExitStoreIcon";
54
+ export { EyeFilledIcon } from "./EyeFilledIcon";
55
+ export { EyeIcon } from "./EyeIcon";
56
+ export { EyeStrikeFilledIcon } from "./EyeStrikeFilledIcon";
57
+ export { EyeStrikeIcon } from "./EyeStrikeIcon";
58
+ export { FeedbackFilledIcon } from "./FeedbackFilledIcon";
59
+ export { FeedbackIcon } from "./FeedbackIcon";
60
+ export { FilterIcon } from "./FilterIcon";
61
+ export { GiftCardFilledIcon } from "./GiftCardFilledIcon";
62
+ export { GiftCardIcon } from "./GiftCardIcon";
63
+ export { GiftFilledIcon } from "./GiftFilledIcon";
64
+ export { GiftIcon } from "./GiftIcon";
65
+ export { HelpFilledIcon } from "./HelpFilledIcon";
66
+ export { HelpIcon } from "./HelpIcon";
67
+ export { HomeFilledIcon } from "./HomeFilledIcon";
21
68
  export { HomeIcon } from "./HomeIcon";
22
- export { InformationIcon } from "./InformationIcon";
69
+ export { HowDoIAssistantIcon } from "./HowDoIAssistantIcon";
70
+ export { InfoIcon } from "./InfoIcon";
71
+ export { KebabIcon } from "./KebabIcon";
23
72
  export { LoadingIcon } from "./LoadingIcon";
73
+ export { LocationFilledIcon } from "./LocationFilledIcon";
24
74
  export { LocationIcon } from "./LocationIcon";
75
+ export { LogoutIcon } from "./LogoutIcon";
25
76
  export { MailIcon } from "./MailIcon";
26
77
  export { MenuIcon } from "./MenuIcon";
27
78
  export { MessageIcon } from "./MessageIcon";
28
79
  export { MinusIcon } from "./MinusIcon";
80
+ export { NotesFilledIcon } from "./NotesFilledIcon";
81
+ export { NotesIcon } from "./NotesIcon";
29
82
  export { OpenNewIcon } from "./OpenNewIcon";
83
+ export { OwnBagIcon } from "./OwnBagIcon";
84
+ export { PadlockIcon } from "./PadlockIcon";
30
85
  export { PencilIcon } from "./PencilIcon";
31
86
  export { PhoneIcon } from "./PhoneIcon";
32
- export { QuestionIcon } from "./QuestionIcon";
87
+ export { PowerIcon } from "./PowerIcon";
88
+ export { SaveFilledIcon } from "./SaveFilledIcon";
89
+ export { SaveIcon } from "./SaveIcon";
33
90
  export { ScooterIcon } from "./ScooterIcon";
91
+ export { SearchFilledIcon } from "./SearchFilledIcon";
34
92
  export { SearchIcon } from "./SearchIcon";
35
- export { SettingsIcon } from "./SettingsIcon";
93
+ export { SendIcon } from "./SendIcon";
94
+ export { SpannerIcon } from "./SpannerIcon";
95
+ export { StarFilledIcon } from "./StarFilledIcon";
96
+ export { StarIcon } from "./StarIcon";
97
+ export { TickAltFilledIcon } from "./TickAltFilledIcon";
36
98
  export { TickAltIcon } from "./TickAltIcon";
37
99
  export { TickIcon } from "./TickIcon";
38
- export { VanIcon } from "./VanIcon";
100
+ export { TruckIcon } from "./TruckIcon";
101
+ export { UserWipeIcon } from "./UserWipeIcon";
102
+ export { VoucherFilledIcon } from "./VoucherFilledIcon";
103
+ export { VoucherIcon } from "./VoucherIcon";
104
+ export { WarningFilledIcon } from "./WarningFilledIcon";
39
105
  export { WarningIcon } from "./WarningIcon";
106
+ export { WifiIcon } from "./WifiIcon";
40
107
  export { WriteIcon } from "./WriteIcon";