sesame-components-testing 2.0.2 → 2.0.3

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 (423) hide show
  1. package/dist/Icon/action/index.d.ts +1 -0
  2. package/dist/Icon/action/index.js +12 -0
  3. package/dist/Icon/createIcon.d.ts +22 -0
  4. package/dist/Icon/createIcon.js +65 -0
  5. package/dist/Icon/index.d.ts +2 -0
  6. package/dist/Icon/index.js +20 -0
  7. package/dist/index.d.ts +3 -2
  8. package/dist/index.js +17 -5
  9. package/dist/testIcons/action/Add.d.ts +3 -0
  10. package/dist/testIcons/action/Add.js +7 -0
  11. package/dist/testIcons/action/AddLarge.d.ts +3 -0
  12. package/dist/testIcons/action/AddLarge.js +7 -0
  13. package/dist/testIcons/action/ArrowDown.d.ts +3 -0
  14. package/dist/testIcons/action/ArrowDown.js +7 -0
  15. package/dist/testIcons/action/ArrowDropDown.d.ts +3 -0
  16. package/dist/testIcons/action/ArrowDropDown.js +7 -0
  17. package/dist/testIcons/action/ArrowDropUp.d.ts +3 -0
  18. package/dist/testIcons/action/ArrowDropUp.js +7 -0
  19. package/dist/testIcons/action/ArrowLeft.d.ts +3 -0
  20. package/dist/testIcons/action/ArrowLeft.js +7 -0
  21. package/dist/testIcons/action/ArrowRight.d.ts +3 -0
  22. package/dist/testIcons/action/ArrowRight.js +7 -0
  23. package/dist/testIcons/action/ArrowUp.d.ts +3 -0
  24. package/dist/testIcons/action/ArrowUp.js +7 -0
  25. package/dist/testIcons/action/Backspace.d.ts +3 -0
  26. package/dist/testIcons/action/Backspace.js +7 -0
  27. package/dist/testIcons/action/Check.d.ts +3 -0
  28. package/dist/testIcons/action/Check.js +7 -0
  29. package/dist/testIcons/action/CheckIndeterminate.d.ts +3 -0
  30. package/dist/testIcons/action/CheckIndeterminate.js +7 -0
  31. package/dist/testIcons/action/ChevronDoubleLeft.d.ts +3 -0
  32. package/dist/testIcons/action/ChevronDoubleLeft.js +7 -0
  33. package/dist/testIcons/action/ChevronDoubleRight.d.ts +3 -0
  34. package/dist/testIcons/action/ChevronDoubleRight.js +7 -0
  35. package/dist/testIcons/action/ChevronDown.d.ts +3 -0
  36. package/dist/testIcons/action/ChevronDown.js +7 -0
  37. package/dist/testIcons/action/ChevronLeft.d.ts +3 -0
  38. package/dist/testIcons/action/ChevronLeft.js +7 -0
  39. package/dist/testIcons/action/ChevronRight.d.ts +3 -0
  40. package/dist/testIcons/action/ChevronRight.js +7 -0
  41. package/dist/testIcons/action/ChevronUp.d.ts +3 -0
  42. package/dist/testIcons/action/ChevronUp.js +7 -0
  43. package/dist/testIcons/action/Clear.d.ts +3 -0
  44. package/dist/testIcons/action/Clear.js +7 -0
  45. package/dist/testIcons/action/ClearAll.d.ts +3 -0
  46. package/dist/testIcons/action/ClearAll.js +7 -0
  47. package/dist/testIcons/action/Close.d.ts +3 -0
  48. package/dist/testIcons/action/Close.js +7 -0
  49. package/dist/testIcons/action/CloseLarge.d.ts +3 -0
  50. package/dist/testIcons/action/CloseLarge.js +7 -0
  51. package/dist/testIcons/action/Collapse.d.ts +3 -0
  52. package/dist/testIcons/action/Collapse.js +7 -0
  53. package/dist/testIcons/action/Copy.d.ts +3 -0
  54. package/dist/testIcons/action/Copy.js +7 -0
  55. package/dist/testIcons/action/Delete.d.ts +3 -0
  56. package/dist/testIcons/action/Delete.js +7 -0
  57. package/dist/testIcons/action/DoNotTouch.d.ts +3 -0
  58. package/dist/testIcons/action/DoNotTouch.js +7 -0
  59. package/dist/testIcons/action/DoNotWant.d.ts +3 -0
  60. package/dist/testIcons/action/DoNotWant.js +7 -0
  61. package/dist/testIcons/action/Download.d.ts +3 -0
  62. package/dist/testIcons/action/Download.js +7 -0
  63. package/dist/testIcons/action/DragIndicator.d.ts +3 -0
  64. package/dist/testIcons/action/DragIndicator.js +7 -0
  65. package/dist/testIcons/action/Edit.d.ts +3 -0
  66. package/dist/testIcons/action/Edit.js +7 -0
  67. package/dist/testIcons/action/EditDocument.d.ts +3 -0
  68. package/dist/testIcons/action/EditDocument.js +7 -0
  69. package/dist/testIcons/action/Expand.d.ts +3 -0
  70. package/dist/testIcons/action/Expand.js +7 -0
  71. package/dist/testIcons/action/Filter.d.ts +3 -0
  72. package/dist/testIcons/action/Filter.js +7 -0
  73. package/dist/testIcons/action/Insert.d.ts +3 -0
  74. package/dist/testIcons/action/Insert.js +7 -0
  75. package/dist/testIcons/action/Light.d.ts +3 -0
  76. package/dist/testIcons/action/Light.js +7 -0
  77. package/dist/testIcons/action/Lock.d.ts +3 -0
  78. package/dist/testIcons/action/Lock.js +7 -0
  79. package/dist/testIcons/action/Maintenance.d.ts +3 -0
  80. package/dist/testIcons/action/Maintenance.js +7 -0
  81. package/dist/testIcons/action/More.d.ts +3 -0
  82. package/dist/testIcons/action/More.js +7 -0
  83. package/dist/testIcons/action/No.d.ts +3 -0
  84. package/dist/testIcons/action/No.js +7 -0
  85. package/dist/testIcons/action/Only.d.ts +3 -0
  86. package/dist/testIcons/action/Only.js +7 -0
  87. package/dist/testIcons/action/OpenInNew.d.ts +3 -0
  88. package/dist/testIcons/action/OpenInNew.js +7 -0
  89. package/dist/testIcons/action/PauseCircle.d.ts +3 -0
  90. package/dist/testIcons/action/PauseCircle.js +7 -0
  91. package/dist/testIcons/action/Radio.d.ts +3 -0
  92. package/dist/testIcons/action/Radio.js +7 -0
  93. package/dist/testIcons/action/Recall.d.ts +3 -0
  94. package/dist/testIcons/action/Recall.js +7 -0
  95. package/dist/testIcons/action/Refresh.d.ts +3 -0
  96. package/dist/testIcons/action/Refresh.js +7 -0
  97. package/dist/testIcons/action/Refund.d.ts +3 -0
  98. package/dist/testIcons/action/Refund.js +7 -0
  99. package/dist/testIcons/action/Remove.d.ts +3 -0
  100. package/dist/testIcons/action/Remove.js +7 -0
  101. package/dist/testIcons/action/RemoveMeal.d.ts +3 -0
  102. package/dist/testIcons/action/RemoveMeal.js +7 -0
  103. package/dist/testIcons/action/RemoveSelection.d.ts +3 -0
  104. package/dist/testIcons/action/RemoveSelection.js +7 -0
  105. package/dist/testIcons/action/Replace.d.ts +3 -0
  106. package/dist/testIcons/action/Replace.js +7 -0
  107. package/dist/testIcons/action/Reset.d.ts +3 -0
  108. package/dist/testIcons/action/Reset.js +7 -0
  109. package/dist/testIcons/action/Search.d.ts +3 -0
  110. package/dist/testIcons/action/Search.js +7 -0
  111. package/dist/testIcons/action/Swap.d.ts +3 -0
  112. package/dist/testIcons/action/Swap.js +7 -0
  113. package/dist/testIcons/action/SwapVert.d.ts +3 -0
  114. package/dist/testIcons/action/SwapVert.js +7 -0
  115. package/dist/testIcons/action/Touch.d.ts +3 -0
  116. package/dist/testIcons/action/Touch.js +7 -0
  117. package/dist/testIcons/action/TrashCan.d.ts +3 -0
  118. package/dist/testIcons/action/TrashCan.js +7 -0
  119. package/dist/testIcons/action/Unlock.d.ts +3 -0
  120. package/dist/testIcons/action/Unlock.js +7 -0
  121. package/dist/testIcons/action/Upload.d.ts +3 -0
  122. package/dist/testIcons/action/Upload.js +7 -0
  123. package/dist/testIcons/action/ViewLess.d.ts +3 -0
  124. package/dist/testIcons/action/ViewLess.js +7 -0
  125. package/dist/testIcons/action/ViewMore.d.ts +3 -0
  126. package/dist/testIcons/action/ViewMore.js +7 -0
  127. package/dist/testIcons/action/index.d.ts +59 -0
  128. package/dist/testIcons/action/index.js +125 -0
  129. package/dist/testIcons/animated/LoadingSpinner.d.ts +3 -0
  130. package/dist/testIcons/animated/LoadingSpinner.js +7 -0
  131. package/dist/testIcons/animated/index.d.ts +1 -0
  132. package/dist/testIcons/animated/index.js +8 -0
  133. package/dist/testIcons/category/BreakfastSandwichColor.d.ts +3 -0
  134. package/dist/testIcons/category/BreakfastSandwichColor.js +7 -0
  135. package/dist/testIcons/category/BreakfastSandwichOutline.d.ts +3 -0
  136. package/dist/testIcons/category/BreakfastSandwichOutline.js +7 -0
  137. package/dist/testIcons/category/BurgerColor.d.ts +3 -0
  138. package/dist/testIcons/category/BurgerColor.js +7 -0
  139. package/dist/testIcons/category/BurgerOutline.d.ts +3 -0
  140. package/dist/testIcons/category/BurgerOutline.js +7 -0
  141. package/dist/testIcons/category/CashierColor.d.ts +3 -0
  142. package/dist/testIcons/category/CashierColor.js +7 -0
  143. package/dist/testIcons/category/CashierOutline.d.ts +3 -0
  144. package/dist/testIcons/category/CashierOutline.js +7 -0
  145. package/dist/testIcons/category/ChickenColor.d.ts +3 -0
  146. package/dist/testIcons/category/ChickenColor.js +7 -0
  147. package/dist/testIcons/category/ChickenOutline.d.ts +3 -0
  148. package/dist/testIcons/category/ChickenOutline.js +7 -0
  149. package/dist/testIcons/category/CoffeeColor.d.ts +3 -0
  150. package/dist/testIcons/category/CoffeeColor.js +9 -0
  151. package/dist/testIcons/category/CoffeeOutline.d.ts +3 -0
  152. package/dist/testIcons/category/CoffeeOutline.js +7 -0
  153. package/dist/testIcons/category/ConeColor.d.ts +3 -0
  154. package/dist/testIcons/category/ConeColor.js +17 -0
  155. package/dist/testIcons/category/ConeOutline.d.ts +3 -0
  156. package/dist/testIcons/category/ConeOutline.js +7 -0
  157. package/dist/testIcons/category/DiscountColor.d.ts +3 -0
  158. package/dist/testIcons/category/DiscountColor.js +7 -0
  159. package/dist/testIcons/category/DiscountOutline.d.ts +3 -0
  160. package/dist/testIcons/category/DiscountOutline.js +7 -0
  161. package/dist/testIcons/category/FishColor.d.ts +3 -0
  162. package/dist/testIcons/category/FishColor.js +7 -0
  163. package/dist/testIcons/category/FishOutline.d.ts +3 -0
  164. package/dist/testIcons/category/FishOutline.js +7 -0
  165. package/dist/testIcons/category/FountainDrinkColor.d.ts +3 -0
  166. package/dist/testIcons/category/FountainDrinkColor.js +9 -0
  167. package/dist/testIcons/category/FountainDrinkOutline.d.ts +3 -0
  168. package/dist/testIcons/category/FountainDrinkOutline.js +7 -0
  169. package/dist/testIcons/category/Frappe.d.ts +3 -0
  170. package/dist/testIcons/category/Frappe.js +9 -0
  171. package/dist/testIcons/category/FriesColor.d.ts +3 -0
  172. package/dist/testIcons/category/FriesColor.js +7 -0
  173. package/dist/testIcons/category/FriesOutline.d.ts +3 -0
  174. package/dist/testIcons/category/FriesOutline.js +7 -0
  175. package/dist/testIcons/category/HappyMealColor.d.ts +3 -0
  176. package/dist/testIcons/category/HappyMealColor.js +7 -0
  177. package/dist/testIcons/category/HappyMealOutline.d.ts +3 -0
  178. package/dist/testIcons/category/HappyMealOutline.js +7 -0
  179. package/dist/testIcons/category/HashbrownColor.d.ts +3 -0
  180. package/dist/testIcons/category/HashbrownColor.js +7 -0
  181. package/dist/testIcons/category/HashbrownOutline.d.ts +3 -0
  182. package/dist/testIcons/category/HashbrownOutline.js +7 -0
  183. package/dist/testIcons/category/HotcakeColor.d.ts +3 -0
  184. package/dist/testIcons/category/HotcakeColor.js +7 -0
  185. package/dist/testIcons/category/HotcakeOutline.d.ts +3 -0
  186. package/dist/testIcons/category/HotcakeOutline.js +7 -0
  187. package/dist/testIcons/category/McdBagColor.d.ts +3 -0
  188. package/dist/testIcons/category/McdBagColor.js +7 -0
  189. package/dist/testIcons/category/McdBagOutline.d.ts +3 -0
  190. package/dist/testIcons/category/McdBagOutline.js +7 -0
  191. package/dist/testIcons/category/OtherColor.d.ts +3 -0
  192. package/dist/testIcons/category/OtherColor.js +17 -0
  193. package/dist/testIcons/category/OtherOutline.d.ts +3 -0
  194. package/dist/testIcons/category/OtherOutline.js +7 -0
  195. package/dist/testIcons/category/RecallColor.d.ts +3 -0
  196. package/dist/testIcons/category/RecallColor.js +7 -0
  197. package/dist/testIcons/category/RecallOutline.d.ts +3 -0
  198. package/dist/testIcons/category/RecallOutline.js +7 -0
  199. package/dist/testIcons/category/ReceiptColor.d.ts +3 -0
  200. package/dist/testIcons/category/ReceiptColor.js +7 -0
  201. package/dist/testIcons/category/ReceiptOutline.d.ts +3 -0
  202. package/dist/testIcons/category/ReceiptOutline.js +7 -0
  203. package/dist/testIcons/category/SplitPaymentColor.d.ts +3 -0
  204. package/dist/testIcons/category/SplitPaymentColor.js +7 -0
  205. package/dist/testIcons/category/SplitPaymentOutline.d.ts +3 -0
  206. package/dist/testIcons/category/SplitPaymentOutline.js +7 -0
  207. package/dist/testIcons/category/SweetColor.d.ts +3 -0
  208. package/dist/testIcons/category/SweetColor.js +7 -0
  209. package/dist/testIcons/category/SweetOutline.d.ts +3 -0
  210. package/dist/testIcons/category/SweetOutline.js +7 -0
  211. package/dist/testIcons/category/index.d.ts +39 -0
  212. package/dist/testIcons/category/index.js +84 -0
  213. package/dist/testIcons/general/AccountTree.d.ts +3 -0
  214. package/dist/testIcons/general/AccountTree.js +7 -0
  215. package/dist/testIcons/general/Acute.d.ts +3 -0
  216. package/dist/testIcons/general/Acute.js +7 -0
  217. package/dist/testIcons/general/AdUnits.d.ts +3 -0
  218. package/dist/testIcons/general/AdUnits.js +7 -0
  219. package/dist/testIcons/general/Alarm.d.ts +3 -0
  220. package/dist/testIcons/general/Alarm.js +7 -0
  221. package/dist/testIcons/general/AlarmAdd.d.ts +3 -0
  222. package/dist/testIcons/general/AlarmAdd.js +7 -0
  223. package/dist/testIcons/general/BabyChangingStation.d.ts +3 -0
  224. package/dist/testIcons/general/BabyChangingStation.js +7 -0
  225. package/dist/testIcons/general/Burger.d.ts +3 -0
  226. package/dist/testIcons/general/Burger.js +7 -0
  227. package/dist/testIcons/general/Bus.d.ts +3 -0
  228. package/dist/testIcons/general/Bus.js +7 -0
  229. package/dist/testIcons/general/Calendar.d.ts +3 -0
  230. package/dist/testIcons/general/Calendar.js +7 -0
  231. package/dist/testIcons/general/Car.d.ts +3 -0
  232. package/dist/testIcons/general/Car.js +7 -0
  233. package/dist/testIcons/general/Celebration.d.ts +3 -0
  234. package/dist/testIcons/general/Celebration.js +7 -0
  235. package/dist/testIcons/general/ChatBubbleFill.d.ts +3 -0
  236. package/dist/testIcons/general/ChatBubbleFill.js +7 -0
  237. package/dist/testIcons/general/ChatBubbleOutline.d.ts +3 -0
  238. package/dist/testIcons/general/ChatBubbleOutline.js +7 -0
  239. package/dist/testIcons/general/Clock.d.ts +3 -0
  240. package/dist/testIcons/general/Clock.js +7 -0
  241. package/dist/testIcons/general/Coffee.d.ts +3 -0
  242. package/dist/testIcons/general/Coffee.js +7 -0
  243. package/dist/testIcons/general/ConvenienceStore.d.ts +3 -0
  244. package/dist/testIcons/general/ConvenienceStore.js +7 -0
  245. package/dist/testIcons/general/CreditCard.d.ts +3 -0
  246. package/dist/testIcons/general/CreditCard.js +7 -0
  247. package/dist/testIcons/general/DarkTheme.d.ts +3 -0
  248. package/dist/testIcons/general/DarkTheme.js +7 -0
  249. package/dist/testIcons/general/Deal.d.ts +3 -0
  250. package/dist/testIcons/general/Deal.js +7 -0
  251. package/dist/testIcons/general/DealOutline.d.ts +3 -0
  252. package/dist/testIcons/general/DealOutline.js +7 -0
  253. package/dist/testIcons/general/Deck.d.ts +3 -0
  254. package/dist/testIcons/general/Deck.js +7 -0
  255. package/dist/testIcons/general/Delivery.d.ts +3 -0
  256. package/dist/testIcons/general/Delivery.js +7 -0
  257. package/dist/testIcons/general/DirectionsCar.d.ts +3 -0
  258. package/dist/testIcons/general/DirectionsCar.js +7 -0
  259. package/dist/testIcons/general/Dissatisfied.d.ts +3 -0
  260. package/dist/testIcons/general/Dissatisfied.js +7 -0
  261. package/dist/testIcons/general/Dollar.d.ts +3 -0
  262. package/dist/testIcons/general/Dollar.js +7 -0
  263. package/dist/testIcons/general/Dot.d.ts +3 -0
  264. package/dist/testIcons/general/Dot.js +7 -0
  265. package/dist/testIcons/general/DriveThru.d.ts +3 -0
  266. package/dist/testIcons/general/DriveThru.js +7 -0
  267. package/dist/testIcons/general/ElectricBolt.d.ts +3 -0
  268. package/dist/testIcons/general/ElectricBolt.js +7 -0
  269. package/dist/testIcons/general/FeaturedSeasonalAndGifts.d.ts +3 -0
  270. package/dist/testIcons/general/FeaturedSeasonalAndGifts.js +7 -0
  271. package/dist/testIcons/general/FrontCounter.d.ts +3 -0
  272. package/dist/testIcons/general/FrontCounter.js +7 -0
  273. package/dist/testIcons/general/Gift.d.ts +3 -0
  274. package/dist/testIcons/general/Gift.js +7 -0
  275. package/dist/testIcons/general/Grocery.d.ts +3 -0
  276. package/dist/testIcons/general/Grocery.js +7 -0
  277. package/dist/testIcons/general/Groups.d.ts +3 -0
  278. package/dist/testIcons/general/Groups.js +7 -0
  279. package/dist/testIcons/general/Headset.d.ts +3 -0
  280. package/dist/testIcons/general/Headset.js +7 -0
  281. package/dist/testIcons/general/HeartHand.d.ts +3 -0
  282. package/dist/testIcons/general/HeartHand.js +7 -0
  283. package/dist/testIcons/general/LightTheme.d.ts +3 -0
  284. package/dist/testIcons/general/LightTheme.js +7 -0
  285. package/dist/testIcons/general/List.d.ts +3 -0
  286. package/dist/testIcons/general/List.js +7 -0
  287. package/dist/testIcons/general/Loading.d.ts +3 -0
  288. package/dist/testIcons/general/Loading.js +7 -0
  289. package/dist/testIcons/general/LobbySeating.d.ts +3 -0
  290. package/dist/testIcons/general/LobbySeating.js +7 -0
  291. package/dist/testIcons/general/LocalMall.d.ts +3 -0
  292. package/dist/testIcons/general/LocalMall.js +7 -0
  293. package/dist/testIcons/general/LocalShipping.d.ts +3 -0
  294. package/dist/testIcons/general/LocalShipping.js +7 -0
  295. package/dist/testIcons/general/Location.d.ts +3 -0
  296. package/dist/testIcons/general/Location.js +7 -0
  297. package/dist/testIcons/general/LocationHome.d.ts +3 -0
  298. package/dist/testIcons/general/LocationHome.js +7 -0
  299. package/dist/testIcons/general/LocationPinColor.d.ts +3 -0
  300. package/dist/testIcons/general/LocationPinColor.js +9 -0
  301. package/dist/testIcons/general/Mail.d.ts +3 -0
  302. package/dist/testIcons/general/Mail.js +7 -0
  303. package/dist/testIcons/general/Meal.d.ts +3 -0
  304. package/dist/testIcons/general/Meal.js +7 -0
  305. package/dist/testIcons/general/MinorCrash.d.ts +3 -0
  306. package/dist/testIcons/general/MinorCrash.js +7 -0
  307. package/dist/testIcons/general/MobilePhone.d.ts +3 -0
  308. package/dist/testIcons/general/MobilePhone.js +7 -0
  309. package/dist/testIcons/general/MyMcD.d.ts +3 -0
  310. package/dist/testIcons/general/MyMcD.js +7 -0
  311. package/dist/testIcons/general/Neutral.d.ts +3 -0
  312. package/dist/testIcons/general/Neutral.js +7 -0
  313. package/dist/testIcons/general/Oat.d.ts +3 -0
  314. package/dist/testIcons/general/Oat.js +7 -0
  315. package/dist/testIcons/general/Oven.d.ts +3 -0
  316. package/dist/testIcons/general/Oven.js +7 -0
  317. package/dist/testIcons/general/Packaging.d.ts +3 -0
  318. package/dist/testIcons/general/Packaging.js +7 -0
  319. package/dist/testIcons/general/Payments.d.ts +3 -0
  320. package/dist/testIcons/general/Payments.js +7 -0
  321. package/dist/testIcons/general/Pending.d.ts +3 -0
  322. package/dist/testIcons/general/Pending.js +7 -0
  323. package/dist/testIcons/general/People.d.ts +3 -0
  324. package/dist/testIcons/general/People.js +7 -0
  325. package/dist/testIcons/general/Receipt.d.ts +3 -0
  326. package/dist/testIcons/general/Receipt.js +7 -0
  327. package/dist/testIcons/general/ReceiptDoubleCut.d.ts +3 -0
  328. package/dist/testIcons/general/ReceiptDoubleCut.js +7 -0
  329. package/dist/testIcons/general/RewardColor.d.ts +3 -0
  330. package/dist/testIcons/general/RewardColor.js +7 -0
  331. package/dist/testIcons/general/Satisfied.d.ts +3 -0
  332. package/dist/testIcons/general/Satisfied.js +7 -0
  333. package/dist/testIcons/general/Sell.d.ts +3 -0
  334. package/dist/testIcons/general/Sell.js +7 -0
  335. package/dist/testIcons/general/SellOutline.d.ts +3 -0
  336. package/dist/testIcons/general/SellOutline.js +7 -0
  337. package/dist/testIcons/general/Storefront.d.ts +3 -0
  338. package/dist/testIcons/general/Storefront.js +7 -0
  339. package/dist/testIcons/general/Sun.d.ts +3 -0
  340. package/dist/testIcons/general/Sun.js +7 -0
  341. package/dist/testIcons/general/TableChairs.d.ts +3 -0
  342. package/dist/testIcons/general/TableChairs.js +7 -0
  343. package/dist/testIcons/general/Temperature.d.ts +3 -0
  344. package/dist/testIcons/general/Temperature.js +7 -0
  345. package/dist/testIcons/general/Timer.d.ts +3 -0
  346. package/dist/testIcons/general/Timer.js +7 -0
  347. package/dist/testIcons/general/TrafficJam.d.ts +3 -0
  348. package/dist/testIcons/general/TrafficJam.js +7 -0
  349. package/dist/testIcons/general/Utensils.d.ts +3 -0
  350. package/dist/testIcons/general/Utensils.js +7 -0
  351. package/dist/testIcons/general/VolunteerActivism.d.ts +3 -0
  352. package/dist/testIcons/general/VolunteerActivism.js +7 -0
  353. package/dist/testIcons/general/WheelchairPickup.d.ts +3 -0
  354. package/dist/testIcons/general/WheelchairPickup.js +7 -0
  355. package/dist/testIcons/general/Wifi.d.ts +3 -0
  356. package/dist/testIcons/general/Wifi.js +7 -0
  357. package/dist/testIcons/general/WifiOff.d.ts +3 -0
  358. package/dist/testIcons/general/WifiOff.js +7 -0
  359. package/dist/testIcons/general/index.d.ts +73 -0
  360. package/dist/testIcons/general/index.js +153 -0
  361. package/dist/testIcons/kvs/ByoColor.d.ts +3 -0
  362. package/dist/testIcons/kvs/ByoColor.js +7 -0
  363. package/dist/testIcons/kvs/EcoColor.d.ts +3 -0
  364. package/dist/testIcons/kvs/EcoColor.js +7 -0
  365. package/dist/testIcons/kvs/GovtColor.d.ts +3 -0
  366. package/dist/testIcons/kvs/GovtColor.js +7 -0
  367. package/dist/testIcons/kvs/MerchColor.d.ts +3 -0
  368. package/dist/testIcons/kvs/MerchColor.js +7 -0
  369. package/dist/testIcons/kvs/ReuseColor.d.ts +3 -0
  370. package/dist/testIcons/kvs/ReuseColor.js +7 -0
  371. package/dist/testIcons/kvs/index.d.ts +5 -0
  372. package/dist/testIcons/kvs/index.js +16 -0
  373. package/dist/testIcons/notification/CriticalFill.d.ts +3 -0
  374. package/dist/testIcons/notification/CriticalFill.js +7 -0
  375. package/dist/testIcons/notification/CriticalOutline.d.ts +3 -0
  376. package/dist/testIcons/notification/CriticalOutline.js +7 -0
  377. package/dist/testIcons/notification/DangerousFill.d.ts +3 -0
  378. package/dist/testIcons/notification/DangerousFill.js +7 -0
  379. package/dist/testIcons/notification/DangerousOutline.d.ts +3 -0
  380. package/dist/testIcons/notification/DangerousOutline.js +7 -0
  381. package/dist/testIcons/notification/InfoFill.d.ts +3 -0
  382. package/dist/testIcons/notification/InfoFill.js +7 -0
  383. package/dist/testIcons/notification/InfoOutline.d.ts +3 -0
  384. package/dist/testIcons/notification/InfoOutline.js +7 -0
  385. package/dist/testIcons/notification/SuccessFill.d.ts +3 -0
  386. package/dist/testIcons/notification/SuccessFill.js +7 -0
  387. package/dist/testIcons/notification/SuccessOutline.d.ts +3 -0
  388. package/dist/testIcons/notification/SuccessOutline.js +7 -0
  389. package/dist/testIcons/notification/WarningFill.d.ts +3 -0
  390. package/dist/testIcons/notification/WarningFill.js +7 -0
  391. package/dist/testIcons/notification/WarningOutline.d.ts +3 -0
  392. package/dist/testIcons/notification/WarningOutline.js +7 -0
  393. package/dist/testIcons/notification/index.d.ts +10 -0
  394. package/dist/testIcons/notification/index.js +26 -0
  395. package/dist/testIcons/settings/Account.d.ts +3 -0
  396. package/dist/testIcons/settings/Account.js +7 -0
  397. package/dist/testIcons/settings/Apps.d.ts +3 -0
  398. package/dist/testIcons/settings/Apps.js +7 -0
  399. package/dist/testIcons/settings/DensityLarge.d.ts +3 -0
  400. package/dist/testIcons/settings/DensityLarge.js +7 -0
  401. package/dist/testIcons/settings/DensitySmall.d.ts +3 -0
  402. package/dist/testIcons/settings/DensitySmall.js +7 -0
  403. package/dist/testIcons/settings/Help.d.ts +3 -0
  404. package/dist/testIcons/settings/Help.js +7 -0
  405. package/dist/testIcons/settings/Home.d.ts +3 -0
  406. package/dist/testIcons/settings/Home.js +7 -0
  407. package/dist/testIcons/settings/Language.d.ts +3 -0
  408. package/dist/testIcons/settings/Language.js +7 -0
  409. package/dist/testIcons/settings/Menu.d.ts +3 -0
  410. package/dist/testIcons/settings/Menu.js +7 -0
  411. package/dist/testIcons/settings/Notifications.d.ts +3 -0
  412. package/dist/testIcons/settings/Notifications.js +7 -0
  413. package/dist/testIcons/settings/NotificationsUnread.d.ts +3 -0
  414. package/dist/testIcons/settings/NotificationsUnread.js +7 -0
  415. package/dist/testIcons/settings/Settings.d.ts +3 -0
  416. package/dist/testIcons/settings/Settings.js +7 -0
  417. package/dist/testIcons/settings/SignIn.d.ts +3 -0
  418. package/dist/testIcons/settings/SignIn.js +7 -0
  419. package/dist/testIcons/settings/SignOff.d.ts +3 -0
  420. package/dist/testIcons/settings/SignOff.js +7 -0
  421. package/dist/testIcons/settings/index.d.ts +13 -0
  422. package/dist/testIcons/settings/index.js +32 -0
  423. package/package.json +4 -2
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgLocation = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M11.548 20.014q2.934-2.628 4.491-5.04t1.557-4.226q0-2.735-1.738-4.496t-4.31-1.761-4.31 1.761T5.5 10.748q0 1.814 1.557 4.226t4.491 5.04m0 1.426q-.293 0-.585-.1a1.5 1.5 0 0 1-.528-.313 37 37 0 0 1-2.52-2.555 23 23 0 0 1-2.039-2.628 14 14 0 0 1-1.371-2.603Q4 11.95 4 10.748q0-3.462 2.24-5.605Q8.478 3 11.547 3t5.309 2.143q2.24 2.144 2.239 5.605 0 1.201-.505 2.488a14.4 14.4 0 0 1-1.366 2.603 22 22 0 0 1-2.035 2.628 37 37 0 0 1-2.519 2.55 1.6 1.6 0 0 1-.53.317q-.296.106-.593.106m.002-9.075q.746 0 1.276-.531.53-.532.53-1.278t-.532-1.276a1.75 1.75 0 0 0-1.278-.53q-.746 0-1.276.531-.53.532-.53 1.278t.532 1.277 1.278.53" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgLocation);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgLocationHome = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "m13.085 4.429 5.692 4.279q.339.247.531.633.192.384.192.813v8.538q0 .746-.531 1.277a1.74 1.74 0 0 1-1.277.531H6.308a1.74 1.74 0 0 1-1.277-.531 1.74 1.74 0 0 1-.531-1.277v-8.538a1.8 1.8 0 0 1 .723-1.446l5.693-4.279a1.74 1.74 0 0 1 1.082-.362q.61 0 1.087.362M11.999 14.75q1.145 0 1.948-.802a2.65 2.65 0 0 0 .803-1.947q0-1.145-.802-1.948a2.65 2.65 0 0 0-1.947-.803q-1.145 0-1.948.802a2.65 2.65 0 0 0-.803 1.947q0 1.145.802 1.948a2.65 2.65 0 0 0 1.947.803m.001-1.5q-.522 0-.886-.364A1.2 1.2 0 0 1 10.75 12q0-.522.364-.886T12 10.75t.886.364q.364.364.364.886t-.364.886a1.2 1.2 0 0 1-.886.364m-.026 4.5A8 8 0 0 0 7.67 19h8.614a7.8 7.8 0 0 0-2.059-.933 8 8 0 0 0-2.25-.317M6 10.154v8.192a9.8 9.8 0 0 1 2.803-1.555 9.4 9.4 0 0 1 3.168-.541q1.664 0 3.201.537A9.8 9.8 0 0 1 18 18.337v-8.183a.3.3 0 0 0-.034-.14.4.4 0 0 0-.091-.11l-5.692-4.27A.27.27 0 0 0 12 5.568a.27.27 0 0 0-.183.068L6.125 9.904a.4.4 0 0 0-.091.11.3.3 0 0 0-.034.14" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgLocationHome);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgLocationPinColor = (props, ref) => ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: [(0, jsx_runtime_1.jsx)("path", { fill: "#f1f1f1", fillRule: "evenodd", d: "M11.897 22c3.808 0 6.896-.617 6.896-1.38 0-.761-3.088-1.379-6.896-1.379-3.81 0-6.897.618-6.897 1.38S8.088 22 11.897 22", clipRule: "evenodd", style: {
6
+ mixBlendMode: "multiply",
7
+ } }), (0, jsx_runtime_1.jsx)("path", { fill: "#d90007", fillRule: "evenodd", d: "M11.897 20.62c.493 0 6.896-5.172 6.896-11.744C18.793 5.08 15.705 2 11.897 2 8.087 2 5 5.079 5 8.876c0 6.572 6.403 11.745 6.897 11.745", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { fill: "#ffbc0d", fillRule: "evenodd", d: "M13.763 5.586c.679 0 1.23 2.805 1.23 6.266h.984c0-3.727-.992-6.749-2.214-6.749-.696 0-1.317.909-1.723 2.329-.406-1.42-1.026-2.329-1.722-2.329-1.223 0-2.215 3.022-2.215 6.75h.985c0-3.462.55-6.267 1.23-6.267s1.23 2.59 1.23 5.784h.984c0-3.195.551-5.784 1.23-5.784", clipRule: "evenodd" })] })));
8
+ const ForwardRef = (0, react_1.forwardRef)(SvgLocationPinColor);
9
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgMail = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M4.308 19.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V6.308q0-.758.525-1.283T4.308 4.5h15.384q.758 0 1.283.525t.525 1.283v11.384q0 .758-.525 1.283t-1.283.525zM20 7.442l-7.514 4.81a1.2 1.2 0 0 1-.238.103.85.85 0 0 1-.496 0 1.2 1.2 0 0 1-.239-.103L4 7.442v10.25a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087h15.385a.3.3 0 0 0 .221-.087.3.3 0 0 0 .087-.22zM12 11l7.846-5H4.154zM4 7.673V6.53v.03-.032z" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgMail);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgMeal = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M18.13 2.087V6.28h3.26c.935 0 1.662.813 1.556 1.742l-1.418 12.502a1.565 1.565 0 0 1-1.555 1.39h-4.91c-.797 0-1.467-.6-1.556-1.392L12.11 8.019a1.565 1.565 0 0 1 1.556-1.739h3.16V2.087zm2.361 18.32L21.91 7.904a.522.522 0 0 0-.518-.58h-7.726a.522.522 0 0 0-.519.58l1.398 12.502c.03.264.253.464.519.464h4.91c.265 0 .488-.2.518-.463M5.731 7.76c0-.432.351-.782.783-.782h.261v8.126q.379-.039.748-.136V9.391c0-.433.35-.783.783-.783h.26v5.954q.394-.208.748-.49v-3.834h.26c.433 0 .784.35.784.783v1.896q.074-.113.143-.233h.272c.42 0 .748.365.703.783l-.73 6.735a1.565 1.565 0 0 1-2.27 1.224l-.31-.158a4.18 4.18 0 0 0-3.809 0l-.309.158a1.565 1.565 0 0 1-2.27-1.224l-.73-6.735a.707.707 0 0 1 .703-.784h.271l.001.001q.06.105.125.206v-1.87c0-.431.35-.782.783-.782h.26v3.82q.356.285.75.495V8.608h.213c.432 0 .783.35.783.783v5.56q.392.108.795.151zm4.573 6.836c-2.252 2.104-5.832 2.104-8.084 0l.595 5.494c.04.364.431.575.757.408l.309-.158a5.22 5.22 0 0 1 4.762 0l.309.158a.522.522 0 0 0 .757-.408z", clipRule: "evenodd" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgMeal);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgMinorCrash = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 132 132", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M46.899 31.931q-1.144 1.143-2.881 1.143-1.738 0-2.863-1.143l-8.854-8.8q-1.14-1.142-1.115-2.87.026-1.73 1.17-2.873 1.14-1.14 2.88-1.141 1.737 0 2.863 1.141l8.8 8.854q1.14 1.142 1.14 2.845 0 1.702-1.14 2.844m38.256 0q-1.142-1.142-1.142-2.88t1.142-2.863l8.8-8.8q1.125-1.14 2.863-1.141 1.739 0 2.88 1.141 1.142 1.143 1.142 2.88 0 1.739-1.142 2.863l-8.853 8.854Q89.702 33.126 88 33.1t-2.845-1.169M66 27.711q-1.755 0-2.939-1.186t-1.185-2.938v-16.5q0-1.755 1.187-2.94 1.185-1.186 2.94-1.186 1.753 0 2.938 1.186t1.185 2.94v16.5q0 1.752-1.187 2.938-1.185 1.186-2.94 1.187M19.25 123.433V84.636q0-.856.111-1.713a8.7 8.7 0 0 1 .374-1.642l9.85-27.846q.988-2.97 3.583-4.828 2.595-1.857 5.808-1.857h54.048q3.214 0 5.808 1.857 2.595 1.857 3.584 4.828l9.849 27.846q.262.786.374 1.642t.111 1.713v38.796q0 2.424-1.698 4.121-1.7 1.697-4.125 1.697-2.427 0-4.12-1.697-1.69-1.697-1.691-4.121v-5.182H30.884v5.182q0 2.424-1.698 4.121t-4.125 1.697-4.118-1.697q-1.693-1.697-1.693-4.121m11.593-48.759h70.314l-6.514-18.562a1.75 1.75 0 0 0-.636-.82A1.73 1.73 0 0 0 93.002 55H38.998a1.73 1.73 0 0 0-1.005.291 1.75 1.75 0 0 0-.636.82zm10.208 28.981q3 0 5.091-2.102 2.09-2.102 2.089-5.103t-2.101-5.091q-2.103-2.09-5.104-2.09t-5.09 2.102q-2.09 2.102-2.09 5.104 0 3.001 2.102 5.09 2.1 2.09 5.103 2.09m49.923 0q3.002 0 5.09-2.102 2.09-2.102 2.09-5.103t-2.102-5.091q-2.1-2.09-5.103-2.09-3 0-5.091 2.102-2.09 2.102-2.089 5.104 0 3.001 2.101 5.09 2.103 2.09 5.104 2.09M27.5 110h77V82.923h-77z" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgMinorCrash);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgMobilePhone = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M9 8.5a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.535A.73.73 0 0 1 9 7h6q.32 0 .534.215a.73.73 0 0 1 .216.535.73.73 0 0 1-.216.534A.73.73 0 0 1 15 8.5zm-1.692 14q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V3.308q0-.758.525-1.283T7.308 1.5h9.384q.758 0 1.283.525t.525 1.283v17.384q0 .758-.525 1.283t-1.283.525zM7 19.75v.942q0 .116.096.212a.3.3 0 0 0 .212.096h9.384a.3.3 0 0 0 .212-.096.3.3 0 0 0 .096-.212v-.942zm0-1.5h10V5.75H7zm0-14h10v-.942a.3.3 0 0 0-.096-.212.3.3 0 0 0-.212-.096H7.308a.3.3 0 0 0-.212.096.3.3 0 0 0-.096.212z" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgMobilePhone);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgMyMcD = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M19.428 6.667c1.789 0 3.238 4.776 3.238 10.667h-1.438c0-5.471-.806-9.906-1.8-9.906s-1.8 4.094-1.8 9.143H16.19c0-5.05-.806-9.143-1.8-9.143s-1.8 4.436-1.8 9.906h-1.438c0-5.89 1.45-10.667 3.238-10.667 1.017 0 1.926 1.436 2.52 3.68.593-2.244 1.5-3.68 2.518-3.68M9.158 13.05l.668-2.416h1.183L9.474 14.79q-.258.698-.603 1.032t-.832.334q-.25 0-.459-.05a1.3 1.3 0 0 1-.366-.14l.251-.79q.223.1.438.1.166 0 .298-.106.132-.107.268-.434l.137-.334-1.399-3.767H8.47zm-5.029-.478 1.012-3.197h1.255l.538 5.088H5.652l-.28-3.107-.854 2.735h-.796l-.86-2.764-.286 3.136H1.333l.538-5.088h1.255z" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgMyMcD);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgNeutral = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M15.406 10.808q.546 0 .926-.383.38-.381.38-.927t-.383-.926a1.27 1.27 0 0 0-.928-.38q-.545 0-.925.383-.38.381-.38.927t.382.926q.382.38.928.38m-6.808 0q.546 0 .926-.383.38-.381.38-.927t-.382-.926a1.27 1.27 0 0 0-.928-.38q-.546 0-.926.383-.38.381-.38.927t.382.926q.383.38.928.38m1.075 4.538h4.654a.58.58 0 0 0 .596-.595.58.58 0 0 0-.596-.597H9.673a.58.58 0 0 0-.596.595.58.58 0 0 0 .596.597m2.329 6.154a9.3 9.3 0 0 1-3.706-.748 9.6 9.6 0 0 1-3.016-2.03 9.6 9.6 0 0 1-2.032-3.016 9.25 9.25 0 0 1-.748-3.704q0-1.972.748-3.706a9.6 9.6 0 0 1 2.03-3.016 9.6 9.6 0 0 1 3.016-2.032 9.25 9.25 0 0 1 3.704-.748q1.972 0 3.706.748a9.6 9.6 0 0 1 3.017 2.03 9.6 9.6 0 0 1 2.03 3.016 9.25 9.25 0 0 1 .749 3.704q0 1.972-.748 3.706a9.6 9.6 0 0 1-2.03 3.017 9.6 9.6 0 0 1-3.016 2.03 9.25 9.25 0 0 1-3.704.749M12 20q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgNeutral);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgOat = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M19.158 16.25 17.957 6.04h-3.304l-1.201 10.21zm.987-.127-1.201-10.21c-.062-.521-.485-.913-.987-.913h-3.304c-.502 0-.925.392-.987.914l-1.2 10.21c-.074.62.389 1.167.986 1.167h5.706c.597 0 1.06-.547.987-1.168M2.45 12.425c-.134.552.18 1.09.666 1.25q-.006.131.022.267l.515 2.53c.092.452.456.782.89.82H3.145v-1.497h-.399c-.412 0-.746.35-.746.78v1.237c0 .431.334.78.746.78h18.53c.413 0 .746-.349.746-.78v-1.237c0-.43-.333-.78-.745-.78h-.4v1.497H9.672a1.01 1.01 0 0 0 .89-.82l.516-2.53q.027-.136.021-.268c.488-.158.8-.697.667-1.25l-.6-2.476a1.004 1.004 0 0 0-.964-.785H4.014c-.455 0-.852.323-.964.785zm8.351.256-.6-2.477H4.014l-.6 2.477zM4.11 13.725l.515 2.53H9.59l.515-2.53zm11.124-2.235-.132.789h.652l.13-.789h.54l-.131.789h.651l.131-.789h.481v-.574h-.388l.116-.682h.413V9.66h-.32l.13-.789h-.65l-.132.789h-.539l.131-.789h-.65l-.132.789h-.481v.574h.389l-.117.682h-.413v.574zm1.283-.574h-.54l.117-.682h.54z", clipRule: "evenodd" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgOat);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgOven = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M4.914 20.983q-.803 0-1.358-.556A1.85 1.85 0 0 1 3 19.07V4.897q0-.801.556-1.358.555-.556 1.358-.556h14.172q.803 0 1.358.556.556.556.556 1.358V19.07q0 .803-.556 1.358-.555.556-1.358.556zm-.326-9.264v7.35q0 .123.102.224a.3.3 0 0 0 .224.102h14.172a.31.31 0 0 0 .224-.102.31.31 0 0 0 .102-.224v-7.35h-2.647v5.03h-9.53v-5.03zm4.236 3.44h6.353v-3.44H8.824zM4.588 10.13h14.824V4.898a.3.3 0 0 0-.102-.223.31.31 0 0 0-.224-.102H4.914a.3.3 0 0 0-.224.102.3.3 0 0 0-.102.223zm3.156-2.28a.9.9 0 0 1-.662-.274.9.9 0 0 1-.274-.663q0-.388.274-.663a.9.9 0 0 1 .662-.273q.39 0 .663.273a.9.9 0 0 1 .274.663q0 .39-.274.663a.9.9 0 0 1-.663.274m4.236 0a.9.9 0 0 1-.663-.274.9.9 0 0 1-.274-.663q0-.388.274-.663a.9.9 0 0 1 .663-.273q.389 0 .662.273a.9.9 0 0 1 .274.663q0 .39-.274.663a.9.9 0 0 1-.662.274m4.235 0a.9.9 0 0 1-.663-.274.9.9 0 0 1-.274-.663q0-.388.274-.663a.9.9 0 0 1 .663-.273q.39 0 .663.273a.9.9 0 0 1 .273.663q0 .39-.273.663a.9.9 0 0 1-.663.274" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgOven);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgPackaging = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M20.466 9.52q.002-.1-.018-.2l-.686-3.426a1.43 1.43 0 0 0-1.4-1.149H5.639c-.68.001-1.266.482-1.401 1.149L3.552 9.32a1 1 0 0 0-.018.2A1.663 1.663 0 0 0 2 11.174v.953a1.66 1.66 0 0 0 1.512 1.65 1 1 0 0 0 .007.16l.62 4.027a2.37 2.37 0 0 0 2.352 2.019H17.51a2.37 2.37 0 0 0 2.353-2.019l.62-4.028a1 1 0 0 0 .006-.16A1.66 1.66 0 0 0 22 12.127v-.953a1.663 1.663 0 0 0-1.534-1.653M5.171 6.08a.48.48 0 0 1 .467-.383h12.725c.226 0 .421.16.466.383l.686 3.427H4.485zm13.75 11.74a1.42 1.42 0 0 1-1.412 1.21h-2.176v-1.428a.476.476 0 1 0-.952 0v1.429h-.952v-1.429a.477.477 0 1 0-.953 0v1.429h-.952v-1.429a.477.477 0 1 0-.953 0v1.429H9.62v-1.429a.476.476 0 1 0-.952 0v1.429H6.491a1.42 1.42 0 0 1-1.412-1.212l-.62-4.026h4.295a1.4 1.4 0 0 0-.087.475v.477c0 .789.64 1.428 1.428 1.429h3.81c.79-.001 1.427-.64 1.428-1.429v-.477a1.4 1.4 0 0 0-.087-.476h4.294zm-4.54-3.552v.477a.477.477 0 0 1-.476.476h-3.81a.477.477 0 0 1-.476-.476v-.477c0-.262.213-.476.477-.476h3.81c.263 0 .474.214.475.476m6.667-2.142c0 .394-.32.714-.715.714H3.667a.714.714 0 0 1-.714-.714v-.953c0-.395.32-.714.714-.714h16.667c.395 0 .713.32.713.715z" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgPackaging);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgPayments = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M13.75 12.711q-1.048 0-1.774-.726a2.41 2.41 0 0 1-.726-1.774q0-1.048.726-1.774a2.41 2.41 0 0 1 1.774-.726q1.048 0 1.774.726t.726 1.774-.726 1.774a2.41 2.41 0 0 1-1.774.726m-6.596 3.096a1.74 1.74 0 0 1-1.277-.53A1.74 1.74 0 0 1 5.347 14V6.423q0-.746.53-1.277a1.74 1.74 0 0 1 1.277-.53h13.192q.746 0 1.277.53.53.531.53 1.277V14q0 .745-.53 1.277a1.74 1.74 0 0 1-1.277.53zm1.5-1.5h10.192q0-.747.531-1.277t1.277-.53V7.923a1.74 1.74 0 0 1-1.278-.531 1.74 1.74 0 0 1-.53-1.277H8.654q0 .749-.531 1.278-.531.53-1.277.53V12.5q.749 0 1.278.53.53.532.53 1.277m9.769 5H3.653a1.74 1.74 0 0 1-1.276-.53 1.74 1.74 0 0 1-.53-1.277V8.346q0-.319.215-.535a.73.73 0 0 1 .534-.215q.32 0 .535.215a.73.73 0 0 1 .215.535V17.5q0 .115.096.211a.3.3 0 0 0 .212.097h14.769q.318 0 .534.215a.73.73 0 0 1 .216.535q0 .318-.216.534a.73.73 0 0 1-.534.216m-11.27-5h-.307V6.115h.308a.3.3 0 0 0-.217.091.3.3 0 0 0-.09.217V14q0 .125.09.216.091.091.217.091" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgPayments);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgPending = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M6.999 13.25q.52 0 .886-.364.365-.365.365-.885t-.364-.885A1.2 1.2 0 0 0 7 10.75q-.52 0-.886.364A1.2 1.2 0 0 0 5.75 12q0 .52.364.885.364.366.885.366m5 0q.52 0 .885-.364.366-.365.366-.885t-.364-.885A1.2 1.2 0 0 0 12 10.75q-.52 0-.885.364a1.2 1.2 0 0 0-.366.885q0 .52.364.885.365.366.885.366m5 0q.52 0 .886-.364.365-.365.365-.885t-.364-.885A1.2 1.2 0 0 0 17 10.75q-.52 0-.886.364a1.2 1.2 0 0 0-.365.885q0 .52.364.885.364.366.885.366m-4.997 8.25a9.3 9.3 0 0 1-3.706-.748 9.6 9.6 0 0 1-3.016-2.03 9.6 9.6 0 0 1-2.032-3.016 9.25 9.25 0 0 1-.748-3.704q0-1.972.748-3.706a9.6 9.6 0 0 1 2.03-3.016 9.6 9.6 0 0 1 3.016-2.032 9.25 9.25 0 0 1 3.704-.748q1.972 0 3.706.748a9.6 9.6 0 0 1 3.017 2.03 9.6 9.6 0 0 1 2.03 3.016 9.25 9.25 0 0 1 .749 3.704q0 1.972-.748 3.706a9.6 9.6 0 0 1-2.03 3.017 9.6 9.6 0 0 1-3.016 2.03 9.25 9.25 0 0 1-3.704.749M12 20q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgPending);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgPeople = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M1.798 17.085q0-.774.4-1.38a2.7 2.7 0 0 1 1.065-.944q1.425-.697 2.867-1.075 1.44-.378 3.168-.378 1.726 0 3.168.378t2.867 1.075q.667.338 1.066.944.4.606.4 1.38v.704q0 .603-.444 1.061a1.44 1.44 0 0 1-1.076.458H3.317q-.632 0-1.075-.443a1.47 1.47 0 0 1-.444-1.076zm18.885 2.223h-2.271q.188-.345.287-.733.1-.389.1-.786v-.827q0-.985-.483-1.877a4.55 4.55 0 0 0-1.368-1.53q1.005.15 1.91.463.903.315 1.725.744.776.413 1.197.974t.422 1.226v.827q0 .632-.443 1.076a1.47 1.47 0 0 1-1.076.443M9.298 11.692q-1.443 0-2.472-1.028T5.798 8.192q0-1.443 1.028-2.471t2.472-1.029 2.472 1.029 1.028 2.471-1.028 2.472-2.472 1.028m8.635-3.5q0 1.444-1.028 2.472t-2.472 1.028q-.17 0-.43-.038a4 4 0 0 1-.432-.085q.592-.711.91-1.578a5.2 5.2 0 0 0-.007-3.593 5.8 5.8 0 0 0-.903-1.582q.216-.078.431-.1.216-.024.43-.024 1.444 0 2.473 1.029t1.028 2.471M3.298 17.808h12v-.723a1 1 0 0 0-.157-.558q-.156-.244-.497-.427a11.8 11.8 0 0 0-2.542-.964 11.5 11.5 0 0 0-2.804-.328q-1.496 0-2.804.328a11.8 11.8 0 0 0-2.542.964q-.34.183-.497.427a1 1 0 0 0-.157.558zm6-7.616q.824 0 1.413-.587.587-.588.587-1.413 0-.824-.587-1.412a1.93 1.93 0 0 0-1.413-.588q-.824 0-1.412.588a1.93 1.93 0 0 0-.588 1.412q0 .825.588 1.413.587.588 1.412.587" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgPeople);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgReceipt = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M3.5 20.88V3.12q0-.157.13-.21.132-.052.247.044l.715.629a.44.44 0 0 0 .585 0l.839-.704a.44.44 0 0 1 .584 0l.839.704a.44.44 0 0 0 .584 0l.838-.704a.44.44 0 0 1 .585 0l.839.704a.44.44 0 0 0 .584 0l.839-.704a.44.44 0 0 1 .584 0l.839.704a.44.44 0 0 0 .584 0l.839-.704a.44.44 0 0 1 .585 0l.838.704a.44.44 0 0 0 .584 0l.839-.704a.44.44 0 0 1 .585 0l.838.704a.44.44 0 0 0 .585 0l.715-.629a.23.23 0 0 1 .246-.043q.13.052.131.208v17.762q0 .155-.13.209-.132.052-.247-.044l-.715-.629a.44.44 0 0 0-.585 0l-.838.704a.44.44 0 0 1-.585 0l-.838-.704a.44.44 0 0 0-.585 0l-.838.704a.44.44 0 0 1-.585 0l-.839-.704a.44.44 0 0 0-.584 0l-.839.704a.44.44 0 0 1-.584 0l-.839-.704a.44.44 0 0 0-.584 0l-.839.704a.44.44 0 0 1-.585 0l-.838-.704a.44.44 0 0 0-.584 0l-.839.704a.44.44 0 0 1-.584 0l-.839-.704a.44.44 0 0 0-.585 0l-.715.629q-.116.096-.246.044t-.131-.21M7 16.443h10a.73.73 0 0 0 .535-.215.73.73 0 0 0 .215-.535.73.73 0 0 0-.215-.534.73.73 0 0 0-.535-.216H7a.73.73 0 0 0-.535.216.73.73 0 0 0-.215.534q0 .32.215.535a.73.73 0 0 0 .535.215m0-3.692h10a.73.73 0 0 0 .535-.216.73.73 0 0 0 .215-.534.73.73 0 0 0-.215-.534.73.73 0 0 0-.535-.216H7a.73.73 0 0 0-.535.216.73.73 0 0 0-.215.534q0 .32.215.534A.73.73 0 0 0 7 12.75m0-3.692h10a.73.73 0 0 0 .535-.216.73.73 0 0 0 .215-.534.73.73 0 0 0-.215-.535.73.73 0 0 0-.535-.215H7a.73.73 0 0 0-.535.215.73.73 0 0 0-.215.535q0 .319.215.534A.73.73 0 0 0 7 9.058M5 19.1h14V4.9H5z" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgReceipt);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgReceiptDoubleCut = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M3.5 20.88V3.12q0-.157.13-.21.132-.052.247.044l.715.629a.44.44 0 0 0 .585 0l.839-.704a.44.44 0 0 1 .584 0l.839.704a.44.44 0 0 0 .584 0l.838-.704a.44.44 0 0 1 .585 0l.839.704a.44.44 0 0 0 .584 0l.839-.704a.44.44 0 0 1 .584 0l.839.704a.44.44 0 0 0 .584 0l.839-.704a.44.44 0 0 1 .585 0l.838.704a.44.44 0 0 0 .584 0l.839-.704a.44.44 0 0 1 .585 0l.838.704a.44.44 0 0 0 .585 0l.715-.63a.23.23 0 0 1 .246-.043q.13.053.131.21v17.76q0 .156-.13.21-.132.052-.247-.044l-.715-.629a.44.44 0 0 0-.585 0l-.838.704a.44.44 0 0 1-.585 0l-.838-.704a.44.44 0 0 0-.585 0l-.838.704a.44.44 0 0 1-.585 0l-.839-.704a.44.44 0 0 0-.584 0l-.839.704a.44.44 0 0 1-.584 0l-.839-.704a.44.44 0 0 0-.584 0l-.839.704a.44.44 0 0 1-.585 0l-.838-.704a.44.44 0 0 0-.584 0l-.839.704a.44.44 0 0 1-.584 0l-.839-.704a.44.44 0 0 0-.585 0l-.715.629q-.116.096-.246.043t-.131-.208M7 16.443h10a.73.73 0 0 0 .535-.215.73.73 0 0 0 .215-.535.73.73 0 0 0-.215-.534.73.73 0 0 0-.535-.216H7a.73.73 0 0 0-.535.216.73.73 0 0 0-.215.534q0 .32.215.535a.73.73 0 0 0 .535.215m0-3.692h10a.73.73 0 0 0 .535-.216.73.73 0 0 0 .215-.534.73.73 0 0 0-.215-.535.73.73 0 0 0-.535-.215H7a.73.73 0 0 0-.535.215.73.73 0 0 0-.215.535q0 .319.215.534A.73.73 0 0 0 7 12.75m0-3.692h10a.73.73 0 0 0 .535-.216.73.73 0 0 0 .215-.534.73.73 0 0 0-.215-.535.73.73 0 0 0-.535-.215H7a.73.73 0 0 0-.535.215.73.73 0 0 0-.215.535q0 .318.215.534A.73.73 0 0 0 7 9.058M5 19.1h14V4.9H5z" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgReceiptDoubleCut);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgRewardColor = (props, ref) => ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: [(0, jsx_runtime_1.jsx)("path", { fill: "url(#rewardColor_svg__a)", d: "M12.219 6a8.53 8.53 0 0 1 7.553 12.5h-1.078a7.594 7.594 0 0 0-6.285-11.56l-.19-.002h-.438A7.594 7.594 0 0 0 5.306 18.5H4.228a8.531 8.531 0 0 1 7.358-12.498L11.78 6z" }), (0, jsx_runtime_1.jsx)("path", { fill: "#ffbc0d", fillRule: "evenodd", d: "M14.188 9.813c.993 0 1.865 1.6 2.366 4.019l.074.378.035.194.064.396.03.203.056.413.025.21.045.43q.04.432.069.884l.023.454q.02.46.024.932v.174H15.75l-.003-.466-.008-.459-.013-.451-.009-.223-.02-.438-.024-.429-.029-.418-.016-.206-.035-.402-.039-.39-.043-.377-.047-.363-.05-.35-.026-.169-.056-.327-.029-.158-.06-.302-.063-.286q-.016-.07-.033-.136l-.068-.26-.07-.24-.073-.22c-.21-.598-.449-.951-.703-.989l-.045-.003c-.299 0-.577.4-.814 1.096l-.074.229-.035.122-.07.257-.065.275-.032.144-.06.3-.03.156-.055.324-.052.338-.047.353-.044.366-.04.378-.035.39-.03.401-.026.412-.02.42-.017.43-.006.218-.008.442-.003.449h-1.25v-.226l-.006-.445-.01-.438-.017-.43-.02-.42-.026-.412-.031-.401-.035-.39-.02-.19-.04-.373-.046-.36-.025-.174-.052-.338-.055-.324-.06-.308-.03-.148-.064-.284a8 8 0 0 0-.212-.743l-.076-.21c-.22-.566-.47-.886-.737-.886-.333 0-.642.541-.896 1.465l-.067.261-.033.138-.064.288-.03.15-.059.314-.028.163-.054.337-.05.353-.046.366-.043.38-.04.393-.034.405-.016.207-.028.422-.025.432-.02.44-.014.451-.01.459-.005.465v.173H7q0-.48.018-.948l.02-.463.03-.455.036-.446.043-.437.025-.214.054-.422c.134-.97.322-1.85.554-2.602l.101-.314c.487-1.43 1.137-2.324 1.854-2.383l.077-.004c.883 0 1.672 1.178 2.187 3.019.516-1.841 1.304-3.018 2.188-3.018", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { fill: "#ffbc0d", d: "M22 17.25H2v1.25h20z" }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsxs)("linearGradient", { id: "rewardColor_svg__a", x1: 20.735, x2: 3.192, y1: 5.963, y2: 5.963, gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { offset: 0.001, stopColor: "#910063" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.036, stopColor: "#990059" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.173, stopColor: "#b60035" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.301, stopColor: "#ca001c" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.417, stopColor: "#d7000c" }), (0, jsx_runtime_1.jsx)("stop", { offset: 0.51, stopColor: "#db0007" }), (0, jsx_runtime_1.jsx)("stop", { offset: 1, stopColor: "#e8720a" })] }) })] })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgRewardColor);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgSatisfied = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M12.004 17.192q1.274 0 2.403-.575a4.7 4.7 0 0 0 1.826-1.636q.218-.33.05-.655a.56.56 0 0 0-.53-.326.54.54 0 0 0-.47.264 4.1 4.1 0 0 1-1.435 1.275A3.85 3.85 0 0 1 12 16a3.85 3.85 0 0 1-1.848-.461 4.1 4.1 0 0 1-1.435-1.275.7.7 0 0 0-.217-.196.54.54 0 0 0-.27-.068.56.56 0 0 0-.529.313q-.166.315.051.637a4.7 4.7 0 0 0 1.826 1.66 5.2 5.2 0 0 0 2.426.582m3.402-6.384q.546 0 .926-.383.38-.381.38-.927t-.383-.926a1.27 1.27 0 0 0-.928-.38q-.545 0-.925.383-.38.381-.38.927t.382.926q.382.38.928.38m-6.808 0q.546 0 .926-.383.38-.381.38-.927t-.382-.926a1.27 1.27 0 0 0-.928-.38q-.546 0-.926.383-.38.381-.38.927t.382.926q.383.38.928.38M12.003 21.5a9.3 9.3 0 0 1-3.706-.748 9.6 9.6 0 0 1-3.016-2.03 9.6 9.6 0 0 1-2.032-3.016 9.25 9.25 0 0 1-.748-3.704q0-1.972.748-3.706a9.6 9.6 0 0 1 2.03-3.016 9.6 9.6 0 0 1 3.016-2.032 9.25 9.25 0 0 1 3.704-.748q1.972 0 3.706.748a9.6 9.6 0 0 1 3.017 2.03 9.6 9.6 0 0 1 2.03 3.016 9.25 9.25 0 0 1 .749 3.704q0 1.972-.748 3.706a9.6 9.6 0 0 1-2.03 3.017 9.6 9.6 0 0 1-3.016 2.03 9.25 9.25 0 0 1-3.704.749M12 20q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4 6.325 6.325 4 12t2.325 5.675T12 20" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgSatisfied);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgSell = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "m21.4 14.25-7.15 7.15q-.3.3-.675.45t-.75.15-.75-.15-.675-.45l-8.825-8.825a1.975 1.975 0 0 1-.575-1.4V4q0-.824.587-1.412A1.93 1.93 0 0 1 4 2h7.175q.4 0 .775.163.375.162.65.437l8.8 8.825q.3.3.438.675.137.375.137.75t-.138.738a1.9 1.9 0 0 1-.437.662M6.5 8q.624 0 1.063-.437Q8 7.125 8 6.5t-.437-1.062A1.45 1.45 0 0 0 6.5 5q-.625 0-1.062.438A1.45 1.45 0 0 0 5 6.5q0 .624.438 1.063Q5.874 8 6.5 8" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgSell);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgSellOutline = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "m21.458 14.702-6.756 6.756a1.8 1.8 0 0 1-.613.407q-.34.135-.68.135-.339 0-.678-.136a1.8 1.8 0 0 1-.61-.406l-8.594-8.585a1.7 1.7 0 0 1-.392-.577A1.8 1.8 0 0 1 3 11.598v-6.78q0-.75.53-1.284A1.75 1.75 0 0 1 4.817 3h6.781q.362 0 .702.147t.588.395l8.57 8.585q.275.273.4.613.127.34.127.683t-.127.674-.4.605m-7.825 5.702 6.756-6.756a.3.3 0 0 0 .096-.226.3.3 0 0 0-.096-.226L11.708 4.51h-6.89a.32.32 0 0 0-.227.086.3.3 0 0 0-.091.221v6.766a.4.4 0 0 0 .02.115.3.3 0 0 0 .067.106l8.594 8.6a.3.3 0 0 0 .226.096.3.3 0 0 0 .226-.096M7.025 8.279q.523 0 .888-.365.366-.365.366-.885 0-.525-.365-.892a1.2 1.2 0 0 0-.885-.368q-.525 0-.892.367-.368.366-.368.889t.367.888q.366.366.889.366" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgSellOutline);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgStorefront = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M5.073 20.75q-.757 0-1.282-.525a1.75 1.75 0 0 1-.525-1.283v-7.988a3.03 3.03 0 0 1-.907-1.288q-.303-.791-.013-1.708l1.012-3.304q.2-.63.679-1.018.478-.386 1.144-.386h13.65q.665 0 1.136.37.472.368.687 1.015l1.03 3.323q.291.917-.012 1.703a3.3 3.3 0 0 1-.907 1.312v7.97q0 .756-.525 1.282-.525.525-1.282.525zm9.142-10.5q.82 0 1.232-.501t.338-1.076l-.608-3.923h-2.412V8.7q0 .63.427 1.09t1.024.46m-4.5 0q.69 0 1.12-.46t.43-1.09V4.75H8.855l-.608 3.961q-.08.533.335 1.036t1.135.503m-4.45 0q.557 0 .956-.387a1.7 1.7 0 0 0 .495-.974l.588-4.139H5.18a.42.42 0 0 0-.26.072.43.43 0 0 0-.144.216l-.962 3.254q-.198.644.187 1.301t1.264.657m13.5 0q.812 0 1.243-.637.43-.638.207-1.32l-1.011-3.274a.38.38 0 0 0-.144-.207.47.47 0 0 0-.26-.062h-2.073l.588 4.139q.095.585.494.974.4.387.956.387m-13.692 9h13.885a.3.3 0 0 0 .22-.087.3.3 0 0 0 .087-.22V11.66a1.3 1.3 0 0 1-.5.089q-.674 0-1.187-.244t-.994-.783q-.42.47-.995.748a3 3 0 0 1-1.312.279 2.8 2.8 0 0 1-1.2-.264 3.8 3.8 0 0 1-1.062-.763 3.25 3.25 0 0 1-1.05.762 2.9 2.9 0 0 1-1.188.265q-.676 0-1.27-.245a2.7 2.7 0 0 1-1.041-.782q-.632.63-1.163.829a3 3 0 0 1-1.037.198q-.119 0-.243-.014a.9.9 0 0 1-.258-.075v7.281a.3.3 0 0 0 .087.221.3.3 0 0 0 .221.087" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgStorefront);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgSun = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M8.858 19.5h-2.55a1.74 1.74 0 0 1-1.277-.531 1.74 1.74 0 0 1-.531-1.277v-2.55l-1.858-1.877q-.256-.27-.386-.598a1.78 1.78 0 0 1 0-1.332q.13-.33.386-.6L4.5 8.858v-2.55q0-.746.531-1.277A1.74 1.74 0 0 1 6.308 4.5h2.55l1.877-1.858q.27-.256.598-.386a1.78 1.78 0 0 1 1.332 0q.33.13.6.386L15.142 4.5h2.55q.746 0 1.277.531t.531 1.277v2.55l1.858 1.877q.256.27.386.598a1.78 1.78 0 0 1 0 1.332q-.13.33-.386.6L19.5 15.142v2.55q0 .746-.531 1.277a1.74 1.74 0 0 1-1.277.531h-2.55l-1.877 1.858q-.27.256-.598.386a1.78 1.78 0 0 1-1.332 0 1.9 1.9 0 0 1-.6-.386zM12 16.615q1.915 0 3.265-1.35T16.615 12t-1.35-3.265T12 7.385t-3.265 1.35T7.385 12t1.35 3.265T12 16.615m0-1.5q-1.297 0-2.207-.908A3 3 0 0 1 8.884 12q0-1.297.91-2.207A3 3 0 0 1 12 8.884q1.297 0 2.207.91.909.907.909 2.206 0 1.297-.91 2.207a3 3 0 0 1-2.206.909M9.5 18l2.279 2.279a.3.3 0 0 0 .221.086.3.3 0 0 0 .221-.086L14.501 18h3.191a.3.3 0 0 0 .221-.087.3.3 0 0 0 .087-.22V14.5l2.279-2.28a.3.3 0 0 0 .086-.221.3.3 0 0 0-.086-.221L18 9.499V6.308a.3.3 0 0 0-.087-.221.3.3 0 0 0-.22-.087H14.5l-2.28-2.279A.3.3 0 0 0 12 3.635a.3.3 0 0 0-.221.086L9.499 6H6.308a.3.3 0 0 0-.221.087.3.3 0 0 0-.087.22V9.5l-2.279 2.28a.3.3 0 0 0-.086.221.3.3 0 0 0 .086.221L6 14.501v3.191a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087z" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgSun);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgTableChairs = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.026 7.048a.75.75 0 0 1 .53-.919L3.038 6l1.542 5.754h2.97a.75.75 0 0 1 .75.75V18H7.051v-4.996h-2.51V18H3.29v-6.228zM19 8.75a.75.75 0 0 0-.75-.75H5.75a.75.75 0 0 0-.75.75v1.75h6.4V18h1.25v-7.5H19zm2.444-2.62a.75.75 0 0 1 .53.918l-1.266 4.724V18H19.46v-4.996h-2.511V18H15.7v-5.496a.75.75 0 0 1 .75-.75h2.97L20.962 6z", clipRule: "evenodd" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgTableChairs);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgTemperature = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M13.289 10.75a.73.73 0 0 1-.535-.216.73.73 0 0 1-.215-.534q0-.32.215-.534a.73.73 0 0 1 .535-.216h3.423q.318 0 .534.216a.73.73 0 0 1 .216.534q0 .32-.216.534a.73.73 0 0 1-.534.216zm0-3.885a.73.73 0 0 1-.535-.215.73.73 0 0 1-.215-.535q0-.319.215-.534a.73.73 0 0 1 .535-.216h6.423q.318 0 .534.216a.73.73 0 0 1 .216.535q0 .318-.216.534a.73.73 0 0 1-.534.215zM8.077 20.5q-1.873 0-3.186-1.314Q3.577 17.874 3.577 16q0-1.125.525-2.1a4.66 4.66 0 0 1 1.475-1.63V6q0-1.048.726-1.774A2.41 2.41 0 0 1 8.077 3.5q1.048 0 1.774.726T10.577 6v6.27a4.65 4.65 0 0 1 1.475 1.63q.525.975.525 2.1 0 1.873-1.313 3.186Q9.95 20.5 8.077 20.5m-3-4.5h6q0-.735-.356-1.393a3.4 3.4 0 0 0-1.017-1.142L9.077 13V6a.97.97 0 0 0-.287-.713A.97.97 0 0 0 8.077 5a.97.97 0 0 0-.712.287.97.97 0 0 0-.288.713v7l-.627.465q-.662.483-1.017 1.142A2.9 2.9 0 0 0 5.077 16" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgTemperature);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgTimer = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M12 4.75a9 9 0 1 0 9 9 9.01 9.01 0 0 0-9-9m0 16.5a7.5 7.5 0 1 1 7.5-7.5 7.51 7.51 0 0 1-7.5 7.5m4.28-11.78a.75.75 0 0 1 0 1.06l-3.75 3.75a.75.75 0 1 1-1.06-1.06l3.75-3.75a.75.75 0 0 1 1.06 0M9 2.5a.75.75 0 0 1 .75-.75h4.5a.75.75 0 1 1 0 1.5h-4.5A.75.75 0 0 1 9 2.5" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgTimer);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgTrafficJam = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M3.615 19.548v.894q0 .441-.308.75a1.02 1.02 0 0 1-.75.308q-.441 0-.75-.308a1.02 1.02 0 0 1-.307-.75v-6.9q0-.272.046-.533t.16-.51l1.823-4.324a1.3 1.3 0 0 1 .493-.612q.336-.226.747-.226h8.616q.408 0 .75.226.34.227.5.612l1.813 4.323q.114.25.16.51.046.262.046.534v6.9q0 .441-.309.75a1.02 1.02 0 0 1-.75.308q-.441 0-.749-.308a1.02 1.02 0 0 1-.307-.75v-.894zm.012-8.038h10.885l-1.114-2.673H4.756zM3 18.048h12.154V13.01H3zm2.531-1.211q.546 0 .926-.375t.38-.924-.382-.933a1.26 1.26 0 0 0-.928-.384q-.546 0-.926.384t-.38.933.382.924.928.375m7.096 0q.546 0 .926-.375t.38-.924-.383-.933a1.26 1.26 0 0 0-.927-.384q-.546 0-.926.384t-.38.933.383.924q.381.375.927.375m3.529-10.885H7.29q-.375 0-.563-.234a.8.8 0 0 1 0-1.03q.188-.236.563-.236h8.959q.407 0 .746.226.338.225.494.613l1.804 4.284a2 2 0 0 1 .16.51q.046.263.046.534v7.208q0 .319-.216.534a.73.73 0 0 1-.534.216.73.73 0 0 1-.535-.216.73.73 0 0 1-.215-.534v-7.446zm2.894-2.885h-8.827q-.375 0-.562-.233a.804.804 0 0 1 0-1.03q.187-.237.562-.237h8.921q.407 0 .746.226.338.226.494.613l1.795 4.256q.115.249.16.51.046.261.046.534v7.198q0 .318-.216.534a.73.73 0 0 1-.535.216.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534V7.458z" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgTrafficJam);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgUtensils = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M7.25 9.116V3q0-.318.216-.534A.73.73 0 0 1 8 2.25q.32 0 .534.216A.73.73 0 0 1 8.75 3v6.116h1.385V3q0-.318.215-.534a.73.73 0 0 1 .535-.216q.319 0 .534.216a.73.73 0 0 1 .215.534v6.116q0 1.342-.833 2.31a3.67 3.67 0 0 1-2.051 1.232V21q0 .318-.216.534A.73.73 0 0 1 8 21.75a.73.73 0 0 1-.535-.216A.73.73 0 0 1 7.25 21v-8.342a3.67 3.67 0 0 1-2.051-1.232q-.834-.969-.834-2.31V3q0-.318.216-.534a.73.73 0 0 1 .535-.216q.318 0 .534.216A.73.73 0 0 1 5.865 3v6.116zm9.615 4.634H15.04a.88.88 0 0 1-.647-.26.88.88 0 0 1-.258-.644V7q0-1.884 1.09-3.317T17.44 2.25q.421 0 .673.302t.252.758V21q0 .318-.215.534a.73.73 0 0 1-.535.216.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534z" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgUtensils);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgVolunteerActivism = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M13.873 20.602q.048.02.087.02a.2.2 0 0 0 .086-.02l5.883-1.821a.87.87 0 0 0-.317-.522.88.88 0 0 0-.545-.182H14.17q-.654 0-1.112-.05a4.2 4.2 0 0 1-.94-.22l-1.57-.513a.69.69 0 0 1-.435-.384.79.79 0 0 1-.036-.588.72.72 0 0 1 .372-.438.74.74 0 0 1 .58-.043l1.3.455q.453.145 1.015.205t1.456.076h.267a1.2 1.2 0 0 0-.167-.64.83.83 0 0 0-.44-.364l-5.802-2.13-.053-.015a.3.3 0 0 0-.053-.005h-1.85v5.154zm-.39 1.47-6.781-1.945a1.77 1.77 0 0 1-.696.997q-.524.376-1.112.376H3.51a1.74 1.74 0 0 1-1.277-.531 1.74 1.74 0 0 1-.531-1.277v-5.961q0-.746.531-1.277a1.74 1.74 0 0 1 1.277-.53h5.03q.159-.001.32.034.16.035.3.08l5.826 2.147q.681.252 1.131.891.45.64.45 1.501h2.5q1.077 0 1.755.695.678.696.678 1.805 0 .425-.225.684t-.68.412l-6.068 1.883a1.8 1.8 0 0 1-.518.085q-.27.005-.526-.07m-10.281-2.38a.3.3 0 0 0 .087.221.3.3 0 0 0 .22.087h1.385q.135 0 .222-.072.086-.072.086-.236v-6.269H3.51a.3.3 0 0 0-.221.087.3.3 0 0 0-.087.22zm12.644-7.713a1.86 1.86 0 0 1-1.255-.492l-2.702-2.623a7 7 0 0 1-1.207-1.542 3.64 3.64 0 0 1-.49-1.849q0-1.239.867-2.106a2.87 2.87 0 0 1 2.106-.867q.81 0 1.496.39t1.185.995a4.3 4.3 0 0 1 1.186-.994q.685-.39 1.495-.391 1.239 0 2.106.867t.867 2.106q0 1-.482 1.85a6.8 6.8 0 0 1-1.199 1.54l-2.717 2.624a1.84 1.84 0 0 1-1.256.492m.212-1.577 2.648-2.57q.504-.494.899-1.074T20 5.473q0-.618-.428-1.045A1.42 1.42 0 0 0 18.527 4a1.6 1.6 0 0 0-.87.248 2.8 2.8 0 0 0-.695.629l-.447.539a.83.83 0 0 1-.667.311.84.84 0 0 1-.671-.312l-.446-.538a2.8 2.8 0 0 0-.697-.629A1.6 1.6 0 0 0 13.166 4q-.617 0-1.045.428a1.42 1.42 0 0 0-.428 1.045q0 .705.396 1.285.395.58.899 1.075l2.647 2.569a.29.29 0 0 0 .212.087.29.29 0 0 0 .212-.087" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgVolunteerActivism);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgWheelchairPickup = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M6.5 5.904q-.762 0-1.304-.542a1.78 1.78 0 0 1-.543-1.304q0-.762.543-1.304A1.78 1.78 0 0 1 6.5 2.212q.761 0 1.303.542.543.542.543 1.304 0 .76-.543 1.304a1.78 1.78 0 0 1-1.303.542M4.923 20.846v-5.885h-.981a.88.88 0 0 1-.644-.26.88.88 0 0 1-.26-.643V9.019q0-.745.531-1.276a1.74 1.74 0 0 1 1.277-.531h3.307q.746 0 1.277.53.531.532.531 1.277v2.239q-1.41.852-2.311 2.375-.9 1.523-.9 3.367 0 1.29.443 2.423a6.1 6.1 0 0 0 1.191 1.939v.388H5.827a.87.87 0 0 1-.644-.26.88.88 0 0 1-.26-.644m8.596.923q-1.97 0-3.37-1.4T8.75 17a4.56 4.56 0 0 1 .858-2.708 4.8 4.8 0 0 1 2.258-1.734v1.636a3.5 3.5 0 0 0-1.179 1.187A3.1 3.1 0 0 0 10.25 17q0 1.375.947 2.322t2.322.947q1.288 0 2.245-.89.957-.888 1.014-2.235h1.5q-.076 1.97-1.446 3.297t-3.313 1.328m7.058-3.029-1.906-2.855a.3.3 0 0 0-.11-.101.3.3 0 0 0-.14-.034h-3.364a1.74 1.74 0 0 1-1.276-.531 1.74 1.74 0 0 1-.531-1.277V9q0-.318.215-.534A.73.73 0 0 1 14 8.25q.319 0 .534.216A.73.73 0 0 1 14.75 9v4.942a.3.3 0 0 0 .086.222.3.3 0 0 0 .221.086h3.389a1.81 1.81 0 0 1 1.511.813l1.881 2.847a.73.73 0 0 1 .102.566.73.73 0 0 1-.325.472.76.76 0 0 1-.566.111.7.7 0 0 1-.472-.319" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgWheelchairPickup);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgWifi = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M12 20.712a1.95 1.95 0 0 1-1.434-.586 1.95 1.95 0 0 1-.585-1.434q0-.848.585-1.433A1.95 1.95 0 0 1 12 16.673a1.95 1.95 0 0 1 1.434.586q.585.585.585 1.433a1.95 1.95 0 0 1-.585 1.434 1.95 1.95 0 0 1-1.434.585m0-9.943q1.816 0 3.438.6 1.62.6 2.927 1.66.375.288.388.747a1.04 1.04 0 0 1-.322.793q-.32.32-.786.322a1.38 1.38 0 0 1-.841-.27 8 8 0 0 0-2.215-1.188A7.7 7.7 0 0 0 12 13q-1.361 0-2.589.433a8 8 0 0 0-2.215 1.188q-.375.273-.841.263a1.1 1.1 0 0 1-.786-.33 1.1 1.1 0 0 1-.314-.793.91.91 0 0 1 .38-.747 10.2 10.2 0 0 1 2.927-1.652A9.9 9.9 0 0 1 12 10.769m0-6q3.087 0 5.782 1.04A15.8 15.8 0 0 1 22.6 8.723q.375.32.395.79.02.472-.314.806a1.05 1.05 0 0 1-.8.317 1.38 1.38 0 0 1-.856-.324A13.73 13.73 0 0 0 12 7a13.73 13.73 0 0 0-9.025 3.312 1.38 1.38 0 0 1-.856.325 1.05 1.05 0 0 1-.8-.318 1.03 1.03 0 0 1-.314-.806 1.06 1.06 0 0 1 .395-.79A15.8 15.8 0 0 1 6.218 5.81Q8.913 4.769 12 4.769" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgWifi);
7
+ exports.default = ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const react_1 = require("react");
5
+ const SvgWifiOff = (props, ref) => ((0, jsx_runtime_1.jsx)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", ref: ref }, props, { children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "m19.3 21.458-8.315-8.366a7.5 7.5 0 0 0-2.017.494 7 7 0 0 0-1.75 1.005 1.54 1.54 0 0 1-.86.285q-.47.011-.789-.322a1 1 0 0 1-.302-.813q.033-.48.408-.768a9.2 9.2 0 0 1 1.626-1.049 8.2 8.2 0 0 1 1.842-.674L6.18 8.289q-.804.36-1.638.881-.834.522-1.572 1.146-.375.303-.849.313a1.02 1.02 0 0 1-.793-.325 1.01 1.01 0 0 1-.31-.801q.025-.467.39-.77a15 15 0 0 1 1.515-1.185q.792-.542 1.595-.921L2.85 4.957a.73.73 0 0 1-.212-.521.7.7 0 0 1 .212-.532.72.72 0 0 1 .527-.217q.31 0 .527.217l16.475 16.475a.74.74 0 0 1 0 1.079.84.84 0 0 1-.54.22.7.7 0 0 1-.539-.22m-7.3-.746a1.94 1.94 0 0 1-1.434-.594 1.96 1.96 0 0 1-.585-1.426q0-.848.585-1.433A1.95 1.95 0 0 1 12 16.673a1.95 1.95 0 0 1 1.434.586q.585.585.585 1.433 0 .832-.585 1.426-.586.594-1.434.594m6.556-6.318a.88.88 0 0 1-.664.277.94.94 0 0 1-.663-.292l-2.111-2.111q-.269-.268-.092-.55.176-.284.56-.158a8.2 8.2 0 0 1 1.504.616q.713.38 1.349.882a.9.9 0 0 1 .363.652.81.81 0 0 1-.246.684m4.125-4.09q-.33.345-.8.332a1.38 1.38 0 0 1-.856-.324A13.74 13.74 0 0 0 12 7q-.525 0-1.027.038-.502.037-.973.112a1.05 1.05 0 0 1-.836-.195 1.12 1.12 0 0 1-.456-.738 1.04 1.04 0 0 1 .203-.836q.283-.375.745-.456.533-.08 1.116-.118T12 4.769q3.068 0 5.762 1.048a16.4 16.4 0 0 1 4.828 2.89q.376.32.4.791.026.471-.31.806" }) })));
6
+ const ForwardRef = (0, react_1.forwardRef)(SvgWifiOff);
7
+ exports.default = ForwardRef;