@coopdigital/react 0.53.0 → 0.55.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 (338) hide show
  1. package/README.md +3 -3
  2. package/dist/components/Button/Button.d.ts +1 -1
  3. package/dist/components/Button/Button.js +4 -3
  4. package/dist/components/Card/Card.js +2 -1
  5. package/dist/components/DatePicker/DatePicker.d.ts +2 -1
  6. package/dist/components/DatePicker/DatePicker.js +6 -5
  7. package/dist/components/Expandable/Expandable.js +5 -5
  8. package/dist/components/Pill/Pill.js +1 -1
  9. package/dist/components/Searchbox/Searchbox.d.ts +21 -5
  10. package/dist/components/Searchbox/Searchbox.js +41 -27
  11. package/dist/components/Squircle/Squircle.js +1 -1
  12. package/dist/components/TextInput/TextInput.d.ts +5 -1
  13. package/dist/components/TextInput/TextInput.js +8 -2
  14. package/dist/components/icons/AccountCircleFilledIcon.d.ts +6 -0
  15. package/dist/components/icons/AccountCircleFilledIcon.js +20 -0
  16. package/dist/components/icons/AccountCircleIcon.d.ts +6 -0
  17. package/dist/components/icons/AccountCircleIcon.js +20 -0
  18. package/dist/components/icons/AccountFilledIcon.d.ts +6 -0
  19. package/dist/components/icons/AccountFilledIcon.js +20 -0
  20. package/dist/components/icons/AccountIcon.d.ts +6 -0
  21. package/dist/components/icons/AccountIcon.js +20 -0
  22. package/dist/components/icons/AddIcon.js +2 -2
  23. package/dist/components/icons/AppsFilledIcon.d.ts +6 -0
  24. package/dist/components/icons/AppsFilledIcon.js +20 -0
  25. package/dist/components/icons/{CoopIcon.d.ts → AppsIcon.d.ts} +1 -1
  26. package/dist/components/icons/AppsIcon.js +20 -0
  27. package/dist/components/icons/ArrowDownIcon.js +2 -2
  28. package/dist/components/icons/ArrowLeftIcon.js +2 -2
  29. package/dist/components/icons/ArrowRightIcon.js +2 -2
  30. package/dist/components/icons/ArrowUpIcon.js +2 -2
  31. package/dist/components/icons/BackspaceFilledIcon.d.ts +6 -0
  32. package/dist/components/icons/BackspaceFilledIcon.js +20 -0
  33. package/dist/components/icons/{AvatarAltIcon.d.ts → BackspaceIcon.d.ts} +1 -1
  34. package/dist/components/icons/BackspaceIcon.js +20 -0
  35. package/dist/components/icons/{CoopLocationIcon.d.ts → BasketFilledIcon.d.ts} +1 -1
  36. package/dist/components/icons/BasketFilledIcon.js +20 -0
  37. package/dist/components/icons/BasketIcon.js +2 -2
  38. package/dist/components/icons/BellFilledIcon.d.ts +6 -0
  39. package/dist/components/icons/BellFilledIcon.js +20 -0
  40. package/dist/components/icons/BellIcon.d.ts +6 -0
  41. package/dist/components/icons/BellIcon.js +20 -0
  42. package/dist/components/icons/{CloseIcon.d.ts → BroomIcon.d.ts} +1 -1
  43. package/dist/components/icons/BroomIcon.js +20 -0
  44. package/dist/components/icons/CalendarFilledIcon.d.ts +6 -0
  45. package/dist/components/icons/CalendarFilledIcon.js +20 -0
  46. package/dist/components/icons/CalendarIcon.js +2 -2
  47. package/dist/components/icons/CashFilledIcon.d.ts +6 -0
  48. package/dist/components/icons/CashFilledIcon.js +20 -0
  49. package/dist/components/icons/CashIcon.d.ts +6 -0
  50. package/dist/components/icons/CashIcon.js +20 -0
  51. package/dist/components/icons/ChevronDownIcon.js +2 -2
  52. package/dist/components/icons/ChevronLeftIcon.js +2 -2
  53. package/dist/components/icons/ChevronRightIcon.js +2 -2
  54. package/dist/components/icons/ChevronUpIcon.js +2 -2
  55. package/dist/components/icons/CircleBurgerFilledIcon.d.ts +6 -0
  56. package/dist/components/icons/CircleBurgerFilledIcon.js +20 -0
  57. package/dist/components/icons/CircleBurgerIcon.d.ts +6 -0
  58. package/dist/components/icons/CircleBurgerIcon.js +20 -0
  59. package/dist/components/icons/ClipboardFilledIcon.d.ts +6 -0
  60. package/dist/components/icons/ClipboardFilledIcon.js +20 -0
  61. package/dist/components/icons/ClipboardIcon.d.ts +6 -0
  62. package/dist/components/icons/ClipboardIcon.js +20 -0
  63. package/dist/components/icons/{InformationIcon.d.ts → ClockFilledIcon.d.ts} +1 -1
  64. package/dist/components/icons/ClockFilledIcon.js +20 -0
  65. package/dist/components/icons/ClockIcon.js +2 -2
  66. package/dist/components/icons/CloseAltFilledIcon.d.ts +6 -0
  67. package/dist/components/icons/CloseAltFilledIcon.js +20 -0
  68. package/dist/components/icons/CloseAltIcon.js +2 -2
  69. package/dist/components/icons/{VanIcon.d.ts → CogIcon.d.ts} +1 -1
  70. package/dist/components/icons/CogIcon.js +20 -0
  71. package/dist/components/icons/CommunityFilledIcon.d.ts +6 -0
  72. package/dist/components/icons/CommunityFilledIcon.js +20 -0
  73. package/dist/components/icons/CommunityIcon.d.ts +6 -0
  74. package/dist/components/icons/CommunityIcon.js +20 -0
  75. package/dist/components/icons/{QuestionIcon.d.ts → ComputerIcon.d.ts} +1 -1
  76. package/dist/components/icons/ComputerIcon.js +20 -0
  77. package/dist/components/icons/ContactFilledIcon.d.ts +6 -0
  78. package/dist/components/icons/ContactFilledIcon.js +20 -0
  79. package/dist/components/icons/ContactIcon.d.ts +6 -0
  80. package/dist/components/icons/ContactIcon.js +20 -0
  81. package/dist/components/icons/ContactlessFilledIcon.d.ts +6 -0
  82. package/dist/components/icons/ContactlessFilledIcon.js +20 -0
  83. package/dist/components/icons/ContactlessIcon.d.ts +6 -0
  84. package/dist/components/icons/ContactlessIcon.js +20 -0
  85. package/dist/components/icons/{SettingsIcon.d.ts → CoopLiveIcon.d.ts} +1 -1
  86. package/dist/components/icons/CoopLiveIcon.js +20 -0
  87. package/dist/components/icons/CoopLocationFilledIcon.d.ts +6 -0
  88. package/dist/components/icons/{CoopLocationIcon.js → CoopLocationFilledIcon.js} +5 -5
  89. package/dist/components/icons/{CoopCardIcon.d.ts → CoopLogoIcon.d.ts} +1 -1
  90. package/dist/components/icons/CoopLogoIcon.js +20 -0
  91. package/dist/components/icons/CoopMembershipCardFilledIcon.d.ts +6 -0
  92. package/dist/components/icons/CoopMembershipCardFilledIcon.js +20 -0
  93. package/dist/components/icons/CreditCardFilledIcon.d.ts +6 -0
  94. package/dist/components/icons/CreditCardFilledIcon.js +20 -0
  95. package/dist/components/icons/CreditCardIcon.d.ts +6 -0
  96. package/dist/components/icons/CreditCardIcon.js +20 -0
  97. package/dist/components/icons/CrossIcon.d.ts +6 -0
  98. package/dist/components/icons/CrossIcon.js +20 -0
  99. package/dist/components/icons/DocumentIcon.d.ts +6 -0
  100. package/dist/components/icons/DocumentIcon.js +20 -0
  101. package/dist/components/icons/DownloadIcon.js +2 -2
  102. package/dist/components/icons/EnterStoreIcon.d.ts +6 -0
  103. package/dist/components/icons/EnterStoreIcon.js +20 -0
  104. package/dist/components/icons/ExitStoreIcon.d.ts +6 -0
  105. package/dist/components/icons/ExitStoreIcon.js +20 -0
  106. package/dist/components/icons/EyeFilledIcon.d.ts +6 -0
  107. package/dist/components/icons/EyeFilledIcon.js +20 -0
  108. package/dist/components/icons/EyeIcon.d.ts +6 -0
  109. package/dist/components/icons/EyeIcon.js +20 -0
  110. package/dist/components/icons/EyeStrikeFilledIcon.d.ts +6 -0
  111. package/dist/components/icons/EyeStrikeFilledIcon.js +20 -0
  112. package/dist/components/icons/EyeStrikeIcon.d.ts +6 -0
  113. package/dist/components/icons/EyeStrikeIcon.js +20 -0
  114. package/dist/components/icons/FeedbackFilledIcon.d.ts +6 -0
  115. package/dist/components/icons/FeedbackFilledIcon.js +20 -0
  116. package/dist/components/icons/FeedbackIcon.d.ts +6 -0
  117. package/dist/components/icons/FeedbackIcon.js +20 -0
  118. package/dist/components/icons/{AvatarIcon.d.ts → FilterIcon.d.ts} +1 -1
  119. package/dist/components/icons/FilterIcon.js +20 -0
  120. package/dist/components/icons/GiftCardFilledIcon.d.ts +6 -0
  121. package/dist/components/icons/GiftCardFilledIcon.js +20 -0
  122. package/dist/components/icons/GiftCardIcon.d.ts +6 -0
  123. package/dist/components/icons/GiftCardIcon.js +20 -0
  124. package/dist/components/icons/GiftFilledIcon.d.ts +6 -0
  125. package/dist/components/icons/GiftFilledIcon.js +20 -0
  126. package/dist/components/icons/GiftIcon.d.ts +6 -0
  127. package/dist/components/icons/GiftIcon.js +20 -0
  128. package/dist/components/icons/HelpFilledIcon.d.ts +6 -0
  129. package/dist/components/icons/HelpFilledIcon.js +20 -0
  130. package/dist/components/icons/HelpIcon.d.ts +6 -0
  131. package/dist/components/icons/HelpIcon.js +20 -0
  132. package/dist/components/icons/HomeFilledIcon.d.ts +6 -0
  133. package/dist/components/icons/HomeFilledIcon.js +20 -0
  134. package/dist/components/icons/HomeIcon.js +2 -2
  135. package/dist/components/icons/HowDoIAssistantIcon.d.ts +6 -0
  136. package/dist/components/icons/HowDoIAssistantIcon.js +20 -0
  137. package/dist/components/icons/InfoIcon.d.ts +6 -0
  138. package/dist/components/icons/InfoIcon.js +20 -0
  139. package/dist/components/icons/KebabIcon.d.ts +6 -0
  140. package/dist/components/icons/KebabIcon.js +20 -0
  141. package/dist/components/icons/LoadingIcon.js +3 -3
  142. package/dist/components/icons/LocationFilledIcon.d.ts +6 -0
  143. package/dist/components/icons/LocationFilledIcon.js +20 -0
  144. package/dist/components/icons/LocationIcon.js +2 -2
  145. package/dist/components/icons/LogoutIcon.d.ts +6 -0
  146. package/dist/components/icons/LogoutIcon.js +20 -0
  147. package/dist/components/icons/MailIcon.js +2 -2
  148. package/dist/components/icons/MenuIcon.js +2 -2
  149. package/dist/components/icons/MessageIcon.js +2 -2
  150. package/dist/components/icons/MinusIcon.js +2 -2
  151. package/dist/components/icons/NotesFilledIcon.d.ts +6 -0
  152. package/dist/components/icons/NotesFilledIcon.js +20 -0
  153. package/dist/components/icons/NotesIcon.d.ts +6 -0
  154. package/dist/components/icons/NotesIcon.js +20 -0
  155. package/dist/components/icons/OpenNewIcon.js +2 -2
  156. package/dist/components/icons/OwnBagIcon.d.ts +6 -0
  157. package/dist/components/icons/OwnBagIcon.js +20 -0
  158. package/dist/components/icons/PadlockIcon.d.ts +6 -0
  159. package/dist/components/icons/PadlockIcon.js +20 -0
  160. package/dist/components/icons/PencilIcon.js +2 -2
  161. package/dist/components/icons/PhoneIcon.js +2 -2
  162. package/dist/components/icons/PowerIcon.d.ts +6 -0
  163. package/dist/components/icons/PowerIcon.js +20 -0
  164. package/dist/components/icons/SaveFilledIcon.d.ts +6 -0
  165. package/dist/components/icons/SaveFilledIcon.js +20 -0
  166. package/dist/components/icons/SaveIcon.d.ts +6 -0
  167. package/dist/components/icons/SaveIcon.js +20 -0
  168. package/dist/components/icons/ScooterIcon.js +3 -3
  169. package/dist/components/icons/SearchFilledIcon.d.ts +6 -0
  170. package/dist/components/icons/SearchFilledIcon.js +20 -0
  171. package/dist/components/icons/SearchIcon.js +2 -2
  172. package/dist/components/icons/SendIcon.d.ts +6 -0
  173. package/dist/components/icons/SendIcon.js +20 -0
  174. package/dist/components/icons/SpannerIcon.d.ts +6 -0
  175. package/dist/components/icons/SpannerIcon.js +20 -0
  176. package/dist/components/icons/StarFilledIcon.d.ts +6 -0
  177. package/dist/components/icons/StarFilledIcon.js +20 -0
  178. package/dist/components/icons/StarIcon.d.ts +6 -0
  179. package/dist/components/icons/StarIcon.js +20 -0
  180. package/dist/components/icons/TickAltFilledIcon.d.ts +6 -0
  181. package/dist/components/icons/TickAltFilledIcon.js +20 -0
  182. package/dist/components/icons/TickAltIcon.js +2 -2
  183. package/dist/components/icons/TickIcon.js +2 -2
  184. package/dist/components/icons/TruckIcon.d.ts +6 -0
  185. package/dist/components/icons/TruckIcon.js +20 -0
  186. package/dist/components/icons/UserWipeIcon.d.ts +6 -0
  187. package/dist/components/icons/UserWipeIcon.js +20 -0
  188. package/dist/components/icons/VoucherFilledIcon.d.ts +6 -0
  189. package/dist/components/icons/VoucherFilledIcon.js +20 -0
  190. package/dist/components/icons/VoucherIcon.d.ts +6 -0
  191. package/dist/components/icons/VoucherIcon.js +20 -0
  192. package/dist/components/icons/WarningFilledIcon.d.ts +6 -0
  193. package/dist/components/icons/WarningFilledIcon.js +20 -0
  194. package/dist/components/icons/WarningIcon.js +2 -2
  195. package/dist/components/icons/WifiIcon.d.ts +6 -0
  196. package/dist/components/icons/WifiIcon.js +20 -0
  197. package/dist/components/icons/WriteIcon.js +2 -2
  198. package/dist/components/icons/index.d.ts +77 -10
  199. package/dist/components/icons/index.js +77 -10
  200. package/dist/types/colors.d.ts +1 -2
  201. package/dist/utils/index.d.ts +1 -0
  202. package/dist/utils/index.js +4 -1
  203. package/package.json +11 -11
  204. package/src/components/Button/Button.tsx +9 -13
  205. package/src/components/Card/Card.tsx +2 -1
  206. package/src/components/DatePicker/DatePicker.tsx +14 -13
  207. package/src/components/Expandable/Expandable.tsx +5 -10
  208. package/src/components/Pill/Pill.tsx +1 -1
  209. package/src/components/Searchbox/Searchbox.tsx +66 -56
  210. package/src/components/Squircle/Squircle.tsx +1 -1
  211. package/src/components/TextInput/TextInput.tsx +18 -2
  212. package/src/components/icons/AccountCircleFilledIcon.tsx +28 -0
  213. package/src/components/icons/AccountCircleIcon.tsx +28 -0
  214. package/src/components/icons/AccountFilledIcon.tsx +28 -0
  215. package/src/components/icons/AccountIcon.tsx +28 -0
  216. package/src/components/icons/AddIcon.tsx +2 -9
  217. package/src/components/icons/AppsFilledIcon.tsx +28 -0
  218. package/src/components/icons/AppsIcon.tsx +28 -0
  219. package/src/components/icons/ArrowDownIcon.tsx +2 -6
  220. package/src/components/icons/ArrowLeftIcon.tsx +2 -6
  221. package/src/components/icons/ArrowRightIcon.tsx +2 -6
  222. package/src/components/icons/ArrowUpIcon.tsx +2 -6
  223. package/src/components/icons/BackspaceFilledIcon.tsx +28 -0
  224. package/src/components/icons/BackspaceIcon.tsx +28 -0
  225. package/src/components/icons/BasketFilledIcon.tsx +28 -0
  226. package/src/components/icons/BasketIcon.tsx +2 -9
  227. package/src/components/icons/BellFilledIcon.tsx +29 -0
  228. package/src/components/icons/BellIcon.tsx +28 -0
  229. package/src/components/icons/BroomIcon.tsx +28 -0
  230. package/src/components/icons/CalendarFilledIcon.tsx +28 -0
  231. package/src/components/icons/CalendarIcon.tsx +2 -9
  232. package/src/components/icons/CashFilledIcon.tsx +28 -0
  233. package/src/components/icons/CashIcon.tsx +33 -0
  234. package/src/components/icons/ChevronDownIcon.tsx +2 -5
  235. package/src/components/icons/ChevronLeftIcon.tsx +2 -5
  236. package/src/components/icons/ChevronRightIcon.tsx +2 -5
  237. package/src/components/icons/ChevronUpIcon.tsx +2 -5
  238. package/src/components/icons/CircleBurgerFilledIcon.tsx +28 -0
  239. package/src/components/icons/CircleBurgerIcon.tsx +28 -0
  240. package/src/components/icons/ClipboardFilledIcon.tsx +28 -0
  241. package/src/components/icons/ClipboardIcon.tsx +28 -0
  242. package/src/components/icons/{InformationIcon.tsx → ClockFilledIcon.tsx} +6 -9
  243. package/src/components/icons/ClockIcon.tsx +2 -9
  244. package/src/components/icons/CloseAltFilledIcon.tsx +32 -0
  245. package/src/components/icons/CloseAltIcon.tsx +2 -13
  246. package/src/components/icons/CogIcon.tsx +28 -0
  247. package/src/components/icons/CommunityFilledIcon.tsx +28 -0
  248. package/src/components/icons/CommunityIcon.tsx +28 -0
  249. package/src/components/icons/ComputerIcon.tsx +28 -0
  250. package/src/components/icons/ContactFilledIcon.tsx +28 -0
  251. package/src/components/icons/ContactIcon.tsx +28 -0
  252. package/src/components/icons/ContactlessFilledIcon.tsx +28 -0
  253. package/src/components/icons/ContactlessIcon.tsx +28 -0
  254. package/src/components/icons/CoopLiveIcon.tsx +29 -0
  255. package/src/components/icons/CoopLocationFilledIcon.tsx +30 -0
  256. package/src/components/icons/CoopLogoIcon.tsx +28 -0
  257. package/src/components/icons/CoopMembershipCardFilledIcon.tsx +40 -0
  258. package/src/components/icons/CreditCardFilledIcon.tsx +42 -0
  259. package/src/components/icons/CreditCardIcon.tsx +28 -0
  260. package/src/components/icons/{CloseIcon.tsx → CrossIcon.tsx} +4 -11
  261. package/src/components/icons/DocumentIcon.tsx +28 -0
  262. package/src/components/icons/DownloadIcon.tsx +2 -13
  263. package/src/components/icons/EnterStoreIcon.tsx +28 -0
  264. package/src/components/icons/ExitStoreIcon.tsx +28 -0
  265. package/src/components/icons/EyeFilledIcon.tsx +28 -0
  266. package/src/components/icons/EyeIcon.tsx +28 -0
  267. package/src/components/icons/EyeStrikeFilledIcon.tsx +28 -0
  268. package/src/components/icons/EyeStrikeIcon.tsx +28 -0
  269. package/src/components/icons/FeedbackFilledIcon.tsx +35 -0
  270. package/src/components/icons/FeedbackIcon.tsx +28 -0
  271. package/src/components/icons/FilterIcon.tsx +28 -0
  272. package/src/components/icons/GiftCardFilledIcon.tsx +28 -0
  273. package/src/components/icons/GiftCardIcon.tsx +28 -0
  274. package/src/components/icons/GiftFilledIcon.tsx +28 -0
  275. package/src/components/icons/GiftIcon.tsx +28 -0
  276. package/src/components/icons/HelpFilledIcon.tsx +28 -0
  277. package/src/components/icons/HelpIcon.tsx +28 -0
  278. package/src/components/icons/HomeFilledIcon.tsx +28 -0
  279. package/src/components/icons/HomeIcon.tsx +2 -13
  280. package/src/components/icons/HowDoIAssistantIcon.tsx +28 -0
  281. package/src/components/icons/InfoIcon.tsx +28 -0
  282. package/src/components/icons/KebabIcon.tsx +28 -0
  283. package/src/components/icons/LoadingIcon.tsx +3 -6
  284. package/src/components/icons/LocationFilledIcon.tsx +28 -0
  285. package/src/components/icons/LocationIcon.tsx +2 -9
  286. package/src/components/icons/LogoutIcon.tsx +28 -0
  287. package/src/components/icons/MailIcon.tsx +2 -5
  288. package/src/components/icons/MenuIcon.tsx +2 -5
  289. package/src/components/icons/MessageIcon.tsx +2 -5
  290. package/src/components/icons/MinusIcon.tsx +2 -5
  291. package/src/components/icons/NotesFilledIcon.tsx +28 -0
  292. package/src/components/icons/NotesIcon.tsx +28 -0
  293. package/src/components/icons/OpenNewIcon.tsx +3 -9
  294. package/src/components/icons/OwnBagIcon.tsx +28 -0
  295. package/src/components/icons/PadlockIcon.tsx +28 -0
  296. package/src/components/icons/PencilIcon.tsx +2 -5
  297. package/src/components/icons/PhoneIcon.tsx +2 -5
  298. package/src/components/icons/PowerIcon.tsx +28 -0
  299. package/src/components/icons/SaveFilledIcon.tsx +28 -0
  300. package/src/components/icons/SaveIcon.tsx +28 -0
  301. package/src/components/icons/ScooterIcon.tsx +3 -22
  302. package/src/components/icons/SearchFilledIcon.tsx +28 -0
  303. package/src/components/icons/SearchIcon.tsx +9 -9
  304. package/src/components/icons/SendIcon.tsx +28 -0
  305. package/src/components/icons/SpannerIcon.tsx +28 -0
  306. package/src/components/icons/StarFilledIcon.tsx +31 -0
  307. package/src/components/icons/StarIcon.tsx +28 -0
  308. package/src/components/icons/TickAltFilledIcon.tsx +32 -0
  309. package/src/components/icons/TickAltIcon.tsx +2 -9
  310. package/src/components/icons/TickIcon.tsx +2 -5
  311. package/src/components/icons/TruckIcon.tsx +28 -0
  312. package/src/components/icons/UserWipeIcon.tsx +28 -0
  313. package/src/components/icons/VoucherFilledIcon.tsx +28 -0
  314. package/src/components/icons/VoucherIcon.tsx +28 -0
  315. package/src/components/icons/WarningFilledIcon.tsx +28 -0
  316. package/src/components/icons/WarningIcon.tsx +2 -9
  317. package/src/components/icons/WifiIcon.tsx +28 -0
  318. package/src/components/icons/WriteIcon.tsx +5 -17
  319. package/src/components/icons/index.ts +77 -10
  320. package/src/types/colors.ts +1 -3
  321. package/src/utils/index.ts +4 -0
  322. package/dist/components/icons/AvatarAltIcon.js +0 -20
  323. package/dist/components/icons/AvatarIcon.js +0 -20
  324. package/dist/components/icons/CloseIcon.js +0 -20
  325. package/dist/components/icons/CoopCardIcon.js +0 -20
  326. package/dist/components/icons/CoopIcon.js +0 -20
  327. package/dist/components/icons/InformationIcon.js +0 -20
  328. package/dist/components/icons/QuestionIcon.js +0 -20
  329. package/dist/components/icons/SettingsIcon.js +0 -20
  330. package/dist/components/icons/VanIcon.js +0 -20
  331. package/src/components/icons/AvatarAltIcon.tsx +0 -39
  332. package/src/components/icons/AvatarIcon.tsx +0 -35
  333. package/src/components/icons/CoopCardIcon.tsx +0 -32
  334. package/src/components/icons/CoopIcon.tsx +0 -32
  335. package/src/components/icons/CoopLocationIcon.tsx +0 -39
  336. package/src/components/icons/QuestionIcon.tsx +0 -35
  337. package/src/components/icons/SettingsIcon.tsx +0 -31
  338. package/src/components/icons/VanIcon.tsx +0 -31
@@ -8,13 +8,13 @@ const ArrowLeftIcon = ({ 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": "arrow-left",
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: "M3.34 17H29a1 1 0 0 0 0-2H3.34a1 1 0 0 0 0 2", fill: fill !== null && fill !== void 0 ? fill : "currentColor" }), jsx("path", { d: "M15 29a1 1 0 0 0 .71-.29 1 1 0 0 0 0-1.42L5.12 16.71a1 1 0 0 1 0-1.42L15.71 4.71a1 1 0 0 0 0-1.42 1 1 0 0 0-1.41 0l-12 12a1 1 0 0 0 0 1.42l12 12a1 1 0 0 0 .7.29", 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: "M15.707 28.707a1 1 0 0 1-1.414 0L3 17.414a2 2 0 0 1 0-2.828L14.293 3.293a1 1 0 1 1 1.414 1.414L5.414 15H29a1 1 0 1 1 0 2H5.414l10.293 10.293a1 1 0 0 1 0 1.414" })] }));
18
18
  };
19
19
 
20
20
  export { ArrowLeftIcon };
@@ -8,13 +8,13 @@ const ArrowRightIcon = ({ 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": "arrow-right",
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: "M28.7 15H3a1 1 0 0 0 0 2h25.7a1 1 0 0 0 0-2", fill: fill !== null && fill !== void 0 ? fill : "currentColor" }), jsx("path", { d: "M17 3a1 1 0 0 0-.7.3 1 1 0 0 0 0 1.4l10.6 10.6a1 1 0 0 1 0 1.4L16.3 27.3a1 1 0 0 0 0 1.4 1 1 0 0 0 1.4 0l12-12a1 1 0 0 0 0-1.4l-12-12A1 1 0 0 0 17 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: "M16.293 3.293a1 1 0 0 1 1.414 0L29 14.586a2 2 0 0 1 0 2.828L17.707 28.707a1 1 0 1 1-1.414-1.414L26.586 17H3a1 1 0 1 1 0-2h23.586L16.293 4.707a1 1 0 0 1 0-1.414" })] }));
18
18
  };
19
19
 
20
20
  export { ArrowRightIcon };
@@ -8,13 +8,13 @@ const ArrowUpIcon = ({ 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": "arrow-up",
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: "M17 3.34V29a1 1 0 0 1-2 0V3.34a1 1 0 0 1 2 0", fill: fill !== null && fill !== void 0 ? fill : "currentColor" }), jsx("path", { d: "M29 15a1 1 0 0 1-.29.71 1 1 0 0 1-1.42 0L16 4.42 4.71 15.71a1 1 0 0 1-1.42 0 1 1 0 0 1 0-1.41l12-12a1 1 0 0 1 1.41 0l12 12a1 1 0 0 1 .3.7", 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.586 3a2 2 0 0 1 2.829 0l11.308 11.309a1 1 0 0 1-1.415 1.414L17 5.413V29a1 1 0 0 1-2 0V5.414L4.692 15.723a1 1 0 0 1-1.414-1.415z" })] }));
18
18
  };
19
19
 
20
20
  export { ArrowUpIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const BackspaceFilledIcon: ({ 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 BackspaceFilledIcon = ({ 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": "backspace-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: "M27.992 6a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H11.945a2 2 0 0 1-1.415-.586l-7.999-8a2 2 0 0 1 0-2.828l8-8A2 2 0 0 1 11.944 6zm-4.285 5.293a1 1 0 0 0-1.414 0L19 14.586l-3.293-3.293a1 1 0 1 0-1.414 1.414L17.586 16l-3.293 3.293a1 1 0 1 0 1.414 1.414L19 17.414l3.293 3.293a1 1 0 0 0 1.414-1.414L20.414 16l3.293-3.293a1 1 0 0 0 0-1.414" })] }));
18
+ };
19
+
20
+ export { BackspaceFilledIcon };
@@ -2,5 +2,5 @@ import { type SVGProps } from "react";
2
2
  interface IconProps extends SVGProps<SVGSVGElement> {
3
3
  alt?: string;
4
4
  }
5
- export declare const AvatarAltIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const BackspaceIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
6
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 BackspaceIcon = ({ 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": "backspace",
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: "M27.991 6a2 2 0 0 1 2 2v16l-.01.204A2 2 0 0 1 27.991 26H11.944l-.198-.01a2 2 0 0 1-1.217-.576l-7.998-8a2 2 0 0 1-.137-2.677l.137-.151 7.998-8c.328-.328.76-.53 1.217-.576l.198-.01zM3.945 16l8 8H27.99V8H11.944zm18.348-4.707a1 1 0 0 1 1.414 1.414L20.414 16l3.293 3.293a1 1 0 1 1-1.414 1.414L19 17.414l-3.293 3.293a1 1 0 0 1-1.414-1.414L17.586 16l-3.293-3.293a1 1 0 1 1 1.414-1.414L19 14.586z" })] }));
18
+ };
19
+
20
+ export { BackspaceIcon };
@@ -2,5 +2,5 @@ import { type SVGProps } from "react";
2
2
  interface IconProps extends SVGProps<SVGSVGElement> {
3
3
  alt?: string;
4
4
  }
5
- export declare const CoopLocationIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const BasketFilledIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
6
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 BasketFilledIcon = ({ 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": "basket-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.293 5.293a1 1 0 0 1 1.414 0L26.414 11H28a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-.308l-1.431 9.304A2 2 0 0 1 24.284 28H7.716a2 2 0 0 1-1.977-1.696L4.308 17H4a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h1.586l5.707-5.707a1 1 0 1 1 1.414 1.414L8.414 11h15.172l-4.293-4.293a1 1 0 0 1 0-1.414M16 19a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-3a1 1 0 0 0-1-1m-4.514.836a1 1 0 0 0-1.972.328l.5 3a1 1 0 0 0 1.972-.328zm10.178-.822a1 1 0 0 0-1.15.822l-.5 3a1 1 0 0 0 1.972.328l.5-3a1 1 0 0 0-.822-1.15" })] }));
18
+ };
19
+
20
+ export { BasketFilledIcon };
@@ -8,13 +8,13 @@ const BasketIcon = ({ 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": "basket",
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: "M16.07 26a1 1 0 0 0 1-1v-4.08a1 1 0 1 0-2 0V25a1 1 0 0 0 1 1M21.5 26h.17a1 1 0 0 0 1-.85l.68-4.07a1 1 0 0 0-.82-1.18 1 1 0 0 0-1.16.84l-.67 4.07a1 1 0 0 0 .8 1.19M10.43 26h.17a1 1 0 0 0 .82-1.18l-.68-4.07a1 1 0 0 0-1.15-.84 1 1 0 0 0-.82 1.18l.67 4.07a1 1 0 0 0 .99.84", fill: fill !== null && fill !== void 0 ? fill : "currentColor" }), jsx("path", { d: "M31 10.7h-3.11l-8.25-8.4a1 1 0 0 0-1.41 0 1 1 0 0 0 0 1.44l6.83 7H6.85l6.8-6.93a1 1 0 0 0 0-1.44 1 1 0 0 0-1.42 0l-8.14 8.25a1 1 0 0 0 0 .08H1a1 1 0 0 0-1 1v5.1a1 1 0 0 0 1 1h1.23l1.88 11.36a1 1 0 0 0 1 .84H27a1 1 0 0 0 1-.84l1.88-11.34H31a1 1 0 0 0 1-1v-5.1a1 1 0 0 0-1-1.02M26.15 28H5.94L4.28 18h23.53ZM30 15.79H2v-3.06h28Z", 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.293 5.293a1 1 0 0 1 1.414 0L26.414 11H28a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-.308l-1.431 9.304a2 2 0 0 1-1.793 1.687l-.184.009H7.716a2 2 0 0 1-1.94-1.516l-.037-.18L4.308 17H4a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h1.586l5.707-5.707a1 1 0 1 1 1.414 1.414L8.414 11h15.172l-4.293-4.293a1 1 0 0 1 0-1.414M7.716 26h16.568l1.385-9H6.33zM16 19a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0v-3a1 1 0 0 1 1-1m-5.664.014a1 1 0 0 1 1.15.822l.5 3a1 1 0 0 1-1.972.328l-.5-3a1 1 0 0 1 .822-1.15m10.178.822a1 1 0 0 1 1.972.328l-.5 3a1 1 0 0 1-1.972-.328zM4 15h24v-2H4z" })] }));
18
18
  };
19
19
 
20
20
  export { BasketIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const BellFilledIcon: ({ 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 BellFilledIcon = ({ 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": "bell-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: "M27 26a1 1 0 0 0 0-2H5a1 1 0 1 0 0 2zM19 27a3 3 0 1 1-6 0zM13 5a3 3 0 1 1 6 0z" }), jsx("path", { d: "M16 5a9 9 0 0 1 9 9v11H7V14l.012-.463A9 9 0 0 1 16 5Z", strokeWidth: "2" })] }));
18
+ };
19
+
20
+ export { BellFilledIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const BellIcon: ({ 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 BellIcon = ({ 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": "bell",
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 26.999a3 3 0 0 1-6 0zM16 2a3 3 0 0 1 2.946 2.441C23.031 5.7 26 9.503 26 14v10h1a1 1 0 1 1 0 2H5a1 1 0 0 1 0-2h1V14c0-4.497 2.968-8.3 7.052-9.559A3 3 0 0 1 16 2m0 4a8 8 0 0 0-8 8v10h16V14a8 8 0 0 0-8-8" })] }));
18
+ };
19
+
20
+ export { BellIcon };
@@ -2,5 +2,5 @@ import { type SVGProps } from "react";
2
2
  interface IconProps extends SVGProps<SVGSVGElement> {
3
3
  alt?: string;
4
4
  }
5
- export declare const CloseIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const BroomIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
6
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 BroomIcon = ({ 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": "broom",
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 2a4 4 0 0 1 4 4v11h6a2 2 0 0 1 2 2v2h.015l1.449 6.57a2 2 0 0 1-1.718 2.416l-.235.014H4.544l-.24-.014a2 2 0 0 1-1.746-2.222l.043-.236L4 21.76V19a2 2 0 0 1 2-2h6V6a4 4 0 0 1 4-4M4.544 28H9v-2a1 1 0 1 1 2 0v2h4v-2a1 1 0 0 1 2 0v2h4v-2a1 1 0 0 1 2 0v2h4.51l-1.102-5H5.757zM6 21h20v-2H6zM16 4a2 2 0 0 0-2 2v11h4V6a2 2 0 0 0-2-2" })] }));
18
+ };
19
+
20
+ export { BroomIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const CalendarFilledIcon: ({ 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 CalendarFilledIcon = ({ 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": "calendar-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: "M23 2a1 1 0 0 1 1 1v1h2a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2V3a1 1 0 0 1 2 0v1h12V3a1 1 0 0 1 1-1M9 20a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1zm6 0a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1zm6 0a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1zM9 14a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1zm6 0a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1zm6 0a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1zM6 10h20V6h-2v1a1 1 0 1 1-2 0V6H10v1a1 1 0 0 1-2 0V6H6z" })] }));
18
+ };
19
+
20
+ export { CalendarFilledIcon };
@@ -8,13 +8,13 @@ const CalendarIcon = ({ 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": "calendar",
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: "M31 2h-4V1a1 1 0 0 0-2 0v1H7V1a1 1 0 0 0-2 0v1H1a1 1 0 0 0-1 1v28a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1m-1 28H2V10h28Zm0-22H2V4h3v1a1 1 0 0 0 2 0V4h18v1a1 1 0 0 0 2 0V4h3Z", fill: fill !== null && fill !== void 0 ? fill : "currentColor" }), jsx("path", { d: "M6 23v2a1 1 0 0 0 2 0v-1h7v1a1 1 0 0 0 2 0v-1h7v1a1 1 0 0 0 2 0V15a1 1 0 0 0-2 0v1h-7v-1a1 1 0 0 0-2 0v1H8v-1a1 1 0 0 0-2 0v8m18-1h-7v-4h7Zm-9-4v4H8v-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: "M23 2a1 1 0 0 1 1 1v1h2a2 2 0 0 1 2 2v20a2 2 0 0 1-1.796 1.99L26 28H6l-.204-.01a2 2 0 0 1-1.785-1.786L4 26V6a2 2 0 0 1 2-2h2V3a1 1 0 0 1 2 0v1h12V3a1 1 0 0 1 1-1M6 26h20V12H6zm5-6a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm-12-6a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zM6 10h20V6h-2v1a1 1 0 1 1-2 0V6H10v1a1 1 0 0 1-2 0V6H6z" })] }));
18
18
  };
19
19
 
20
20
  export { CalendarIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const CashFilledIcon: ({ 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 CashFilledIcon = ({ 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": "cash-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 2v12a2 2 0 0 1-1.796 1.99L28 22h-2v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h2V8a2 2 0 0 1 2-2zm-12.5 7c-.948 0-1.846.287-2.51.933-.668.65-.99 1.554-.99 2.567v.5h-.5a1 1 0 1 0 0 2h.5v2h-.5a1 1 0 1 0 0 2H16a1 1 0 1 0 0-2h-2v-2h1a1 1 0 1 0 0-2h-1v-.5c0-.587.179-.933.385-1.133.21-.205.564-.367 1.115-.367q.19.001.335.026a1 1 0 0 0 .33-1.972A4 4 0 0 0 15.5 13m8.5-3a2 2 0 0 1 2 2v8h2V8H8v2z" })] }));
18
+ };
19
+
20
+ export { CashFilledIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const CashIcon: ({ 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 CashIcon = ({ 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": "cash",
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: "M15.5 13q.352 0 .665.054a1 1 0 0 1-.33 1.972A2 2 0 0 0 15.5 15c-.551 0-.904.162-1.115.367-.206.2-.385.546-.385 1.133v.5h1a1 1 0 1 1 0 2h-1v2h2a1 1 0 1 1 0 2h-4.5a1 1 0 1 1 0-2h.5v-2h-.5a1 1 0 1 1 0-2h.5v-.5c0-1.013.322-1.918.99-2.567.664-.646 1.562-.933 2.51-.933" }), jsx("path", { clipRule: "evenodd", d: "M28 6a2 2 0 0 1 2 2v12a2 2 0 0 1-1.796 1.99L28 22h-2v2a2 2 0 0 1-1.796 1.99L24 26H4l-.204-.01A2 2 0 0 1 2 24V12a2 2 0 0 1 2-2h2V8a2 2 0 0 1 2-2zM4 24h20V12H4zm4-14h16a2 2 0 0 1 2 2v8h2V8H8z", fillRule: "evenodd" })] }));
18
+ };
19
+
20
+ export { CashIcon };
@@ -8,13 +8,13 @@ const ChevronDownIcon = ({ 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": "chevron-down",
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: "M31 9a1 1 0 0 0-.29-.71 1 1 0 0 0-1.42 0L16 21.59 2.71 8.3a1 1 0 0 0-1.42 0 1 1 0 0 0 0 1.41l14 14a1 1 0 0 0 1.41 0l14-14A1 1 0 0 0 31 9", 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: "M7.707 11.293a1 1 0 1 0-1.414 1.414L14.586 21a2 2 0 0 0 2.828 0l8.293-8.293a1 1 0 1 0-1.414-1.414L16 19.586z" })] }));
18
18
  };
19
19
 
20
20
  export { ChevronDownIcon };
@@ -8,13 +8,13 @@ const ChevronLeftIcon = ({ 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": "chevron-left",
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: "M22.5 30a1 1 0 0 0 .71-.29 1 1 0 0 0 0-1.42L10.91 16 23.2 3.71a1 1 0 0 0 0-1.41 1 1 0 0 0-1.41 0l-13 13a1 1 0 0 0 0 1.41l13 13a1 1 0 0 0 .71.29", 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: "M20.707 7.707a1 1 0 1 0-1.414-1.414L11 14.586a2 2 0 0 0 0 2.828l8.293 8.293a1 1 0 1 0 1.414-1.414L12.414 16z" })] }));
18
18
  };
19
19
 
20
20
  export { ChevronLeftIcon };
@@ -8,13 +8,13 @@ const ChevronRightIcon = ({ 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": "chevron-right",
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: "M9.49 2a1 1 0 0 0-.71 1.71L21.07 16 8.79 28.3a1 1 0 1 0 1.41 1.41l13-13a1 1 0 0 0 0-1.42l-13-13A1 1 0 0 0 9.49 2", 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: "M11.293 24.293a1 1 0 1 0 1.414 1.414L21 17.414a2 2 0 0 0 0-2.828l-8.293-8.293a1 1 0 1 0-1.414 1.414L19.586 16z" })] }));
18
18
  };
19
19
 
20
20
  export { ChevronRightIcon };
@@ -8,13 +8,13 @@ const ChevronUpIcon = ({ 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": "chevron-up",
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: "M1 23a1 1 0 0 0 .29.71 1 1 0 0 0 1.42 0L16 10.41 29.29 23.7a1 1 0 0 0 1.42 0 1 1 0 0 0 0-1.41l-14-14a1 1 0 0 0-1.41 0l-14 14A1 1 0 0 0 1 23", 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: "M24.293 20.707a1 1 0 1 0 1.414-1.414L17.414 11a2 2 0 0 0-2.828 0l-8.293 8.293a1 1 0 1 0 1.414 1.414L16 12.414z" })] }));
18
18
  };
19
19
 
20
20
  export { ChevronUpIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const CircleBurgerFilledIcon: ({ 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 CircleBurgerFilledIcon = ({ 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": "circle-burger-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 2.001c7.732 0 14 6.268 14 14s-6.268 14-14 14-14-6.268-14-14 6.268-14 14-14M11.003 20a1 1 0 1 0 0 2H21a1 1 0 1 0 0-2zm0-4.982a1 1 0 0 0 0 2H21a1 1 0 1 0 0-2zm0-5.018a1 1 0 1 0 0 2H21a1 1 0 1 0 0-2z" })] }));
18
+ };
19
+
20
+ export { CircleBurgerFilledIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const CircleBurgerIcon: ({ 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 CircleBurgerIcon = ({ 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": "circle-burger",
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 2.001c7.732 0 14 6.268 14 14s-6.268 14-14 14-14-6.268-14-14 6.268-14 14-14m0 2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12M21 20a1 1 0 1 1 0 2h-9.997a1 1 0 1 1 0-2zm0-4.982a1 1 0 0 1 0 2h-9.997a1 1 0 1 1 0-2zM21 10a1 1 0 1 1 0 2h-9.997a1 1 0 1 1 0-2z" })] }));
18
+ };
19
+
20
+ export { CircleBurgerIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const ClipboardFilledIcon: ({ 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 ClipboardFilledIcon = ({ 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": "clipboard-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: "M10 6a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4h2a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2zm1 12.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2m3 0a1 1 0 1 0 0 2h7a1 1 0 1 0 0-2zM11 15a1 1 0 1 0 0 2 1 1 0 0 0 0-2m3 0a1 1 0 1 0 0 2h7a1 1 0 1 0 0-2zm-3-3.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2m3 0a1 1 0 1 0 0 2h7a1 1 0 1 0 0-2zM20 3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z" })] }));
18
+ };
19
+
20
+ export { ClipboardFilledIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const ClipboardIcon: ({ 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 ClipboardIcon = ({ 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": "clipboard",
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 3a1 1 0 0 1 1 1h3l.204.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-2h3a1 1 0 0 1 1-1zM8 26h16V6h-3l-.005.103A1 1 0 0 1 20 7h-8a1 1 0 0 1-1-1H8zm3-7.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2m10 0a1 1 0 1 1 0 2h-7a1 1 0 1 1 0-2zM11 15a1 1 0 1 1 0 2 1 1 0 0 1 0-2m10 0a1 1 0 1 1 0 2h-7a1 1 0 1 1 0-2zm-10-3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2m10 0a1 1 0 1 1 0 2h-7a1 1 0 1 1 0-2z" })] }));
18
+ };
19
+
20
+ export { ClipboardIcon };
@@ -2,5 +2,5 @@ import { type SVGProps } from "react";
2
2
  interface IconProps extends SVGProps<SVGSVGElement> {
3
3
  alt?: string;
4
4
  }
5
- export declare const InformationIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const ClockFilledIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
6
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 ClockFilledIcon = ({ 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": "clock-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 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", fillRule: "evenodd" })] }));
18
+ };
19
+
20
+ export { ClockFilledIcon };