@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
@@ -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 EnterStoreIcon = ({ 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": "enter-store",
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: "M24 2a2 2 0 0 1 2 2v24a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-1.987a1 1 0 0 1 2 0V28h16V4H8v2.004a1 1 0 0 1-2 0V4a2 2 0 0 1 2-2zM9.293 9.293a1 1 0 0 1 1.414 0l5.47 5.47a1.75 1.75 0 0 1 0 2.474l-5.47 5.47a1 1 0 1 1-1.414-1.414L13.586 17H4.989a1 1 0 0 1 0-2h8.597l-4.293-4.293a1 1 0 0 1 0-1.414" })] }));
18
+ };
19
+
20
+ export { EnterStoreIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const ExitStoreIcon: ({ 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 ExitStoreIcon = ({ 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": "exit-store",
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: "M24 2a2 2 0 0 1 2 2v24a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-1.987a1 1 0 0 1 2 0V28h16V4H8v2.004a1 1 0 0 1-2 0V4a2 2 0 0 1 2-2zM9.975 9.293a1 1 0 1 1 1.414 1.414L7.096 15h8.902a1 1 0 1 1 0 2H7.096l4.293 4.293a1 1 0 1 1-1.414 1.414l-5.47-5.47a1.75 1.75 0 0 1 0-2.474z" })] }));
18
+ };
19
+
20
+ export { ExitStoreIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const EyeFilledIcon: ({ 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 EyeFilledIcon = ({ 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": "eye-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.001 6C23.126 6 29.019 10.346 30 16c-.98 5.654-6.874 10-13.999 10S2.981 21.654 2 16c.98-5.654 6.875-10 14.001-10M16 10a6 6 0 1 0 0 12 6 6 0 0 0 0-12m0 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8" })] }));
18
+ };
19
+
20
+ export { EyeFilledIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const EyeIcon: ({ 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 EyeIcon = ({ 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": "eye",
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.001 6C23.126 6 29.019 10.346 30 16c-.98 5.654-6.874 10-13.999 10S2.981 21.654 2 16c.98-5.654 6.875-10 14.001-10m0 1.894c-6.307 0-11.115 3.73-12.07 8.106.955 4.376 5.763 8.106 12.07 8.106 6.306 0 11.112-3.73 12.067-8.106-.924-4.236-5.457-7.867-11.466-8.095zM16 10a6 6 0 1 1 0 12 6 6 0 0 1 0-12m0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8" })] }));
18
+ };
19
+
20
+ export { EyeIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const EyeStrikeFilledIcon: ({ 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 EyeStrikeFilledIcon = ({ 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": "eye-strike-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: "M3.707 5.093a1 1 0 0 1 1.414 0l21.921 21.92a1 1 0 0 1-1.415 1.415l-3.558-3.558A16.6 16.6 0 0 1 16.001 26C8.875 26 2.981 21.654 2 16c.467-2.691 2.047-5.086 4.344-6.856L3.707 6.507a1 1 0 0 1 0-1.414M16 6c7.125 0 13.02 4.346 14 10-.466 2.685-2.041 5.073-4.33 6.843l-4.256-4.257a6 6 0 0 0-8.001-8.002L9.95 7.12A16.6 16.6 0 0 1 16 6m-5.406 7.393a6 6 0 0 0 8.01 8.012l-1.547-1.548a3.998 3.998 0 0 1-4.915-4.915zM16 12a4 4 0 0 1 3.863 5.035l-4.9-4.9Q15.462 12.003 16 12" })] }));
18
+ };
19
+
20
+ export { EyeStrikeFilledIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const EyeStrikeIcon: ({ 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 EyeStrikeIcon = ({ 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": "eye-strike",
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.414 0l21.921 21.92a1 1 0 0 1-1.415 1.415l-3.558-3.558A16.6 16.6 0 0 1 16.001 26C8.875 26 2.981 21.654 2 16c.467-2.691 2.047-5.086 4.344-6.856L3.707 6.507a1 1 0 0 1 0-1.414m3.991 5.405c-1.967 1.46-3.31 3.406-3.767 5.502.955 4.376 5.763 8.106 12.07 8.106 1.648 0 3.192-.257 4.593-.713l-1.99-1.988a6 6 0 0 1-8.01-8.012zM16 6c7.125 0 13.02 4.346 14 10-.466 2.685-2.041 5.073-4.33 6.843l-1.352-1.353c1.958-1.46 3.294-3.4 3.75-5.49-.955-4.376-5.761-8.106-12.068-8.106-1.64 0-3.178.253-4.573.704L9.949 7.12A16.6 16.6 0 0 1 16 6m-3.858 8.942a4 4 0 0 0 4.915 4.915zM16 10a6 6 0 0 1 5.414 8.586l-1.55-1.55q.134-.498.136-1.036a4 4 0 0 0-5.036-3.864l-1.55-1.552A6 6 0 0 1 16 10" })] }));
18
+ };
19
+
20
+ export { EyeStrikeIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const FeedbackFilledIcon: ({ 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 FeedbackFilledIcon = ({ 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": "feedback-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("mask", { id: "a", children: jsx("path", { d: "M28 6a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6l-4 4V8a2 2 0 0 1 2-2zm-17 9a1 1 0 1 0 0 2 1 1 0 0 0 0-2m5 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2m5 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2" }) }), jsx("path", { d: "M28 6a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6l-4 4V8a2 2 0 0 1 2-2zm-17 9a1 1 0 1 0 0 2 1 1 0 0 0 0-2m5 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2m5 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2" }), jsx("path", { d: "M28 6V4zm2 2h2zm0 16h2zm-2 2v2zM6 26v-2h-.828l-.586.586zm-4 4H0v4.828l3.414-3.414zM2 8H0zm2-2V4zm24 0v2h4a4 4 0 0 0-4-4zm2 2h-2v16h4V8zm0 16h-2v4a4 4 0 0 0 4-4zm-2 2v-2H6v4h22zM6 26l-1.414-1.414-4 4L2 30l1.414 1.414 4-4zm-4 4h2V8H0v22zM2 8h2V4a4 4 0 0 0-4 4zm2-2v2h24V4H4zm7 9v-2a3 3 0 0 0-3 3h4a1 1 0 0 1-1 1zm-1 1H8a3 3 0 0 0 3 3v-4a1 1 0 0 1 1 1zm1 1v2a3 3 0 0 0 3-3h-4a1 1 0 0 1 1-1zm1-1h2a3 3 0 0 0-3-3v4a1 1 0 0 1-1-1zm4-1v-2a3 3 0 0 0-3 3h4a1 1 0 0 1-1 1zm-1 1h-2a3 3 0 0 0 3 3v-4a1 1 0 0 1 1 1zm1 1v2a3 3 0 0 0 3-3h-4a1 1 0 0 1 1-1zm1-1h2a3 3 0 0 0-3-3v4a1 1 0 0 1-1-1zm4-1v-2a3 3 0 0 0-3 3h4a1 1 0 0 1-1 1zm-1 1h-2a3 3 0 0 0 3 3v-4a1 1 0 0 1 1 1zm1 1v2a3 3 0 0 0 3-3h-4a1 1 0 0 1 1-1zm1-1h2a3 3 0 0 0-3-3v4a1 1 0 0 1-1-1z", mask: "url(#a)" })] }));
18
+ };
19
+
20
+ export { FeedbackFilledIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const FeedbackIcon: ({ 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 FeedbackIcon = ({ 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": "feedback",
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 2v16a2 2 0 0 1-2 2H6l-4 4V8a2 2 0 0 1 2-2zM4 25.172 5.172 24H28V8H4zM11 15a1 1 0 1 1 0 2 1 1 0 0 1 0-2m5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2m5 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2" })] }));
18
+ };
19
+
20
+ export { FeedbackIcon };
@@ -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 AvatarIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const FilterIcon: ({ 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 FilterIcon = ({ 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": "filter",
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: "M12 17a4 4 0 0 1 3.874 3H27a1 1 0 1 1 0 2H15.874a4.002 4.002 0 0 1-7.748 0H5a1 1 0 1 1 0-2h3.126c.444-1.725 2.01-3 3.874-3m0 2a1.998 1.998 0 0 0-1.73 3 1.998 1.998 0 1 0 3.46-2c-.346-.597-.99-1-1.73-1m8-12a4 4 0 0 1 3.874 3H27a1 1 0 1 1 0 2h-3.126a4.002 4.002 0 0 1-7.748 0H5a1 1 0 1 1 0-2h11.126c.444-1.725 2.01-3 3.874-3m0 2a2 2 0 0 0-1.986 1.771A1.98 1.98 0 0 0 18.27 12a1.998 1.998 0 1 0 3.46-2c-.346-.597-.99-1-1.73-1" })] }));
18
+ };
19
+
20
+ export { FilterIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const GiftCardFilledIcon: ({ 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 GiftCardFilledIcon = ({ 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": "gift-card-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 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2zm-10.75 4.001c-.492 0-.937.203-1.255.53a1.73 1.73 0 0 0-1.245-.53c-.966 0-1.75.799-1.75 1.783l.009.182q.03.284.14.535H12a2 2 0 0 0-2 2v.5l.01.204A2 2 0 0 0 11 16.73v3.749l.008.155A1.524 1.524 0 0 0 12.523 22h6.954l.156-.008a1.524 1.524 0 0 0 1.36-1.36L21 20.48v-3.75c.597-.345 1-.989 1-1.728v-.5a2 2 0 0 0-1.796-1.99l-.204-.01h-1.17a1.75 1.75 0 0 0-1.58-2.5m-1.85 7v3.731h-2.877a.255.255 0 0 1-.254-.253V17zm4.331 0v3.477c0 .14-.114.254-.254.254h-2.876v-3.731zm-4.33-3.3v2.1H12a.8.8 0 0 1-.8-.8v-.5a.8.8 0 0 1 .8-.8zm4.599 0a.8.8 0 0 1 .8.8v.5a.8.8 0 0 1-.8.8h-3.4v-2.1zm-5.25-2.5c.283 0 .55.24.55.583a.567.567 0 0 1-.55.582.567.567 0 0 1-.55-.582c0-.343.267-.583.55-.583m2.5 0a.55.55 0 1 1 0 1.1.55.55 0 0 1 0-1.1" })] }));
18
+ };
19
+
20
+ export { GiftCardFilledIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const GiftCardIcon: ({ 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 GiftCardIcon = ({ 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": "gift-card",
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 8v16l-.01.204a2 2 0 0 1-1.786 1.785L28 26H4a2 2 0 0 1-1.99-1.796L2 24V8a2 2 0 0 1 2-2h24zM4 24h24V8H4zm13.25-13.999a1.75 1.75 0 0 1 1.58 2.5H20l.204.01A2 2 0 0 1 22 14.502v.5c0 .74-.403 1.383-1 1.729v3.749l-.008.155a1.524 1.524 0 0 1-1.36 1.36l-.155.007h-6.954c-.789 0-1.437-.6-1.515-1.367L11 20.479V16.73a2 2 0 0 1-.99-1.526l-.01-.204v-.5a2 2 0 0 1 2-2h1.15a1.8 1.8 0 0 1-.141-.535L13 11.784c0-.984.784-1.783 1.75-1.783.487 0 .928.203 1.245.53.318-.327.763-.53 1.255-.53m-4.981 10.478c0 .14.114.253.254.253H15.4v-3.731H12.27zm4.332.253h2.877c.14 0 .253-.114.253-.253V17h-3.13zM12 13.702a.8.8 0 0 0-.8.799v.5a.8.8 0 0 0 .8.8h3.4v-2.1zm4.6 2.099H20a.8.8 0 0 0 .8-.8v-.5a.8.8 0 0 0-.8-.8h-3.4zm-1.85-4.6c-.283 0-.55.24-.55.583.001.342.268.582.55.582s.549-.24.55-.582a.567.567 0 0 0-.55-.583m2.5 0a.55.55 0 1 0 0 1.1.55.55 0 0 0 0-1.1" })] }));
18
+ };
19
+
20
+ export { GiftCardIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const GiftFilledIcon: ({ 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 GiftFilledIcon = ({ 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": "gift-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: "M15 28H8a2 2 0 0 1-2-2V15h9zm11-2a2 2 0 0 1-2 2h-7V15h9zM18 2a3 3 0 0 1 2.826 4H26a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-9V8h-2v5H6a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h5.174A2.993 2.993 0 0 1 14 2c.77 0 1.469.292 2 .768A3 3 0 0 1 18 2m-4 2a1 1 0 1 0 0 2c.423 0 .743-.002.992-.008.006-.25.008-.569.008-.992a1 1 0 0 0-1-1m4 0a1 1 0 0 0-1 1c0 .423.001.743.007.992.25.006.57.008.993.008a1 1 0 1 0 0-2" })] }));
18
+ };
19
+
20
+ export { GiftFilledIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const GiftIcon: ({ 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 GiftIcon = ({ 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": "gift",
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: "M18 2a3 3 0 0 1 2.826 4H26l.204.01A2 2 0 0 1 28 8v3a2 2 0 0 1-2 2v13a2 2 0 0 1-1.796 1.99L24 28H8a2 2 0 0 1-1.99-1.796L6 26V13a2 2 0 0 1-2-2V8l.01-.204A2 2 0 0 1 5.797 6.01L6 6h5.174A2.993 2.993 0 0 1 14 2c.77 0 1.469.292 2 .768A3 3 0 0 1 18 2M8 26h7V13H8zm9 0h7V13h-7zM6 11h9V8H6zm11 0h9V8h-9zm1-7a1 1 0 0 0-1 1c0 .423.001.743.007.992.25.006.57.008.993.008a1 1 0 1 0 0-2m-4 0a1 1 0 1 0 0 2c.423 0 .743-.002.992-.008.006-.25.008-.569.008-.992a1 1 0 0 0-1-1" })] }));
18
+ };
19
+
20
+ export { GiftIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const HelpFilledIcon: ({ 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 HelpFilledIcon = ({ 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": "help-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 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2m.014 17.72q-.555 0-.96.386a1.26 1.26 0 0 0-.386.925q0 .27.1.505.119.235.303.403a1.5 1.5 0 0 0 .421.27q.252.1.522.1.555 0 .941-.386.404-.387.403-.925 0-.539-.403-.908a1.35 1.35 0 0 0-.941-.37m.184-9.72q-.774 0-1.446.235a3.5 3.5 0 0 0-1.194.657q-.522.437-.858 1.076-.319.621-.42 1.428l2.069.186q.016-.336.134-.656a1.64 1.64 0 0 1 .874-.942q.32-.15.707-.151.756 0 1.16.454.42.438.42 1.093 0 .504-.235.857-.219.354-.538.64l-.757.723a6 6 0 0 0-.538.572 3.2 3.2 0 0 0-.337.555 3.5 3.5 0 0 0-.184.605q-.051.32-.051.723v.64h1.984v-.438q0-.37.051-.622t.168-.47q.135-.22.337-.438a10 10 0 0 1 .555-.505q.386-.336.69-.639a4 4 0 0 0 .537-.656q.219-.335.336-.74a3.4 3.4 0 0 0 .118-.942q0-.79-.286-1.395a2.8 2.8 0 0 0-.79-1.01 3.1 3.1 0 0 0-1.143-.621A4.2 4.2 0 0 0 16.198 10" })] }));
18
+ };
19
+
20
+ export { HelpFilledIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const HelpIcon: ({ 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 HelpIcon = ({ 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": "help",
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 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 4m.013 15.72q.538 0 .942.37t.403.908q0 .538-.403.925a1.28 1.28 0 0 1-.942.387q-.27 0-.522-.101a1.5 1.5 0 0 1-.42-.27 1.4 1.4 0 0 1-.302-.403 1.3 1.3 0 0 1-.101-.505q0-.538.387-.925.403-.386.958-.386m.185-9.72q.723 0 1.362.219.656.201 1.143.622.504.403.791 1.009.285.604.285 1.395 0 .538-.117.943-.117.402-.336.739a4 4 0 0 1-.538.656q-.303.303-.69.639-.337.286-.555.505a3 3 0 0 0-.336.437 1.7 1.7 0 0 0-.168.47q-.05.253-.05.623v.437h-1.985v-.64q0-.403.05-.722a3.5 3.5 0 0 1 .185-.605q.135-.287.337-.555.219-.27.538-.572l.756-.723q.32-.285.54-.64.234-.353.235-.857 0-.655-.421-1.093-.404-.454-1.16-.454-.387 0-.707.151a1.65 1.65 0 0 0-.875.942 2.2 2.2 0 0 0-.133.656l-2.069-.186a4.3 4.3 0 0 1 .42-1.428q.336-.64.858-1.076.52-.437 1.194-.657.672-.235 1.446-.235" })] }));
18
+ };
19
+
20
+ export { HelpIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const HomeFilledIcon: ({ 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 HomeFilledIcon = ({ 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": "home-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: "M13.9 5.139a3 3 0 0 1 4.242 0l10.171 10.17a1 1 0 0 1-1.414 1.415l-.9-.9V26a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V15.866l-.857.858a1 1 0 0 1-1.414-1.414zM14 18a1 1 0 0 0-1 1v7h6v-7a1 1 0 0 0-1-1z" })] }));
18
+ };
19
+
20
+ export { HomeFilledIcon };
@@ -8,13 +8,13 @@ const HomeIcon = ({ 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": "home",
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: "M29 31H3a1 1 0 0 1-1-1V15a1 1 0 0 1 2 0v14h24V15a1 1 0 0 1 2 0v15a1 1 0 0 1-1 1", fill: fill !== null && fill !== void 0 ? fill : "currentColor" }), jsx("path", { d: "M31 17a1 1 0 0 1-.68-.27L15.92 3.37 1.68 16.73a1 1 0 0 1-1.41-.05 1 1 0 0 1 0-1.41l14.91-14a1 1 0 0 1 1.36 0l15.09 14a1 1 0 0 1 .05 1.42A1 1 0 0 1 31 17", fill: fill !== null && fill !== void 0 ? fill : "currentColor" }), jsx("path", { d: "M22.86 31h-8a1 1 0 0 1-1-1V18a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1m-7-2h6V19h-6Z", 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: "M13.904 5.139a3 3 0 0 1 4.243 0l10.171 10.17a1 1 0 0 1 0 1.415l-.076.068a1 1 0 0 1-1.338-.068l-.9-.9V26l-.01.204a2 2 0 0 1-1.785 1.785l-.204.011h-16l-.206-.01a2 2 0 0 1-1.785-1.786L6.004 26V15.867l-.857.857a1 1 0 0 1-1.338.068l-.076-.068-.068-.076a1 1 0 0 1 .068-1.338zm2.83 1.414a1 1 0 0 0-1.416 0l-7.313 7.314V26h4v-6a2 2 0 0 1 2-2h4l.204.011a2 2 0 0 1 1.796 1.99v6h4V13.824zM14.003 26h4v-6h-4z" })] }));
18
18
  };
19
19
 
20
20
  export { HomeIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const HowDoIAssistantIcon: ({ 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 HowDoIAssistantIcon = ({ 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": "how-do-I-assistant",
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: "M24.621 2.565A1 1 0 0 1 26 3.49V6h2a2 2 0 0 1 2.001 2v16c0 1.105-.897 2-2.001 2H5.994L2 29.995V16.66h.001V8a2 2 0 0 1 2-2h12.222l-.602.245zM4.001 18.66H4v6.505L5.166 24H15V8H4.001zM26 20.829l-.012.15a1 1 0 0 1-.61.775L19.889 24h8.113V8H26zM17 7.842v15.179l7-2.863V4.978zM9.49 18.317q.357 0 .626.24.27.241.27.59 0 .35-.27.602A.87.87 0 0 1 9.49 20a.95.95 0 0 1-.628-.24.9.9 0 0 1-.202-.263.8.8 0 0 1-.067-.328.8.8 0 0 1 .258-.6.9.9 0 0 1 .64-.252M9.611 12q.483 0 .909.142.436.13.761.404.336.263.528.657.19.393.19.906 0 .35-.078.612a1.8 1.8 0 0 1-.225.482 2.7 2.7 0 0 1-.358.425q-.202.197-.46.415-.225.186-.37.329-.134.142-.224.284-.079.141-.112.305-.034.165-.034.405v.284H8.816v-.415q0-.263.034-.47.044-.208.123-.393.09-.186.224-.36.146-.176.359-.373l.505-.47q.211-.185.358-.415a.96.96 0 0 0 .157-.557.97.97 0 0 0-.28-.71q-.27-.296-.774-.296a1.1 1.1 0 0 0-.47.098 1.1 1.1 0 0 0-.36.252 1.1 1.1 0 0 0-.223.36q-.08.209-.09.427L7 14.208q.067-.525.28-.93a2.3 2.3 0 0 1 1.368-1.125Q9.097 12 9.612 12" })] }));
18
+ };
19
+
20
+ export { HowDoIAssistantIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const InfoIcon: ({ 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 InfoIcon = ({ 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": "info",
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 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2m0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4m0 10.5a1.5 1.5 0 0 1 1.5 1.5v6a1.5 1.5 0 0 1-3 0v-6a1.5 1.5 0 0 1 1.5-1.5M16 9a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3" })] }));
18
+ };
19
+
20
+ export { InfoIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const KebabIcon: ({ 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 KebabIcon = ({ 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": "kebab",
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-4m0-8a2 2 0 1 1 0 4 2 2 0 0 1 0-4m0-8a2 2 0 1 1 0 4 2 2 0 0 1 0-4" })] }));
18
+ };
19
+
20
+ export { KebabIcon };
@@ -8,13 +8,13 @@ const LoadingIcon = ({ 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": "loading",
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
- viewBox: "0 0 24 24",
14
+ viewBox: "0 0 28 28",
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.72 19.9a8 8 0 0 1-6.5-9.79 7.77 7.77 0 0 1 6.18-5.95 8 8 0 0 1 9.49 6.52A1.54 1.54 0 0 0 21.38 12h.13a1.37 1.37 0 0 0 1.38-1.54 11 11 0 1 0-12.7 12.39A1.54 1.54 0 0 0 12 21.34a1.47 1.47 0 0 0-1.28-1.44", 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: "M13.001.002c.551-.039 1 .414 1 .966l-.005.102c-.052.504-.479.897-.995.94A12 12 0 0 0 2.915 9.375l-.162.414a11.998 11.998 0 0 0 15.425 15.425l.414-.162a12 12 0 0 0 5.131-4.055l.254-.364a12 12 0 0 0 1.98-5.667c.046-.55.49-.999 1.043-.999s1.004.448.964 1a14 14 0 0 1-2.323 6.778l-.296.425a14 14 0 0 1-5.987 4.732l-.483.19a14 14 0 0 1-14.401-2.866l-.373-.36a14 14 0 0 1-3.72-6.662l-.112-.506a14 14 0 0 1 .607-7.606l.19-.482a14 14 0 0 1 4.73-5.988l.426-.295a14 14 0 0 1 6.78-2.325" })] }));
18
18
  };
19
19
 
20
20
  export { LoadingIcon };
@@ -0,0 +1,6 @@
1
+ import { type SVGProps } from "react";
2
+ interface IconProps extends SVGProps<SVGSVGElement> {
3
+ alt?: string;
4
+ }
5
+ export declare const LocationFilledIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};