@ftdata/f-icons 0.0.1

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 (324) hide show
  1. package/README.md +23 -0
  2. package/dist/Icon/Icon.stories.d.ts +6 -0
  3. package/dist/Icon/Icon.stories.js +22 -0
  4. package/dist/Icon/index.d.ts +8 -0
  5. package/dist/Icon/index.js +12 -0
  6. package/dist/Icon/svg/arrows/ArrangeFilterSortAlt/index.d.ts +2 -0
  7. package/dist/Icon/svg/arrows/ArrangeFilterSortAlt/index.js +43 -0
  8. package/dist/Icon/svg/arrows/ArrowDown/index.d.ts +2 -0
  9. package/dist/Icon/svg/arrows/ArrowDown/index.js +28 -0
  10. package/dist/Icon/svg/arrows/ArrowLeft/index.d.ts +2 -0
  11. package/dist/Icon/svg/arrows/ArrowLeft/index.js +36 -0
  12. package/dist/Icon/svg/arrows/ArrowLeftDown/index.d.ts +2 -0
  13. package/dist/Icon/svg/arrows/ArrowLeftDown/index.js +36 -0
  14. package/dist/Icon/svg/arrows/ArrowLeftUp/index.d.ts +2 -0
  15. package/dist/Icon/svg/arrows/ArrowLeftUp/index.js +29 -0
  16. package/dist/Icon/svg/arrows/ArrowRepeatRotate/index.d.ts +2 -0
  17. package/dist/Icon/svg/arrows/ArrowRepeatRotate/index.js +43 -0
  18. package/dist/Icon/svg/arrows/ArrowRight/index.d.ts +2 -0
  19. package/dist/Icon/svg/arrows/ArrowRight/index.js +36 -0
  20. package/dist/Icon/svg/arrows/ArrowRightDown/index.d.ts +2 -0
  21. package/dist/Icon/svg/arrows/ArrowRightDown/index.js +29 -0
  22. package/dist/Icon/svg/arrows/ArrowRightUp/index.d.ts +2 -0
  23. package/dist/Icon/svg/arrows/ArrowRightUp/index.js +29 -0
  24. package/dist/Icon/svg/arrows/ArrowUp/index.d.ts +2 -0
  25. package/dist/Icon/svg/arrows/ArrowUp/index.js +29 -0
  26. package/dist/Icon/svg/arrows/CaretDown/index.d.ts +2 -0
  27. package/dist/Icon/svg/arrows/CaretDown/index.js +20 -0
  28. package/dist/Icon/svg/arrows/CaretLeft/index.d.ts +2 -0
  29. package/dist/Icon/svg/arrows/CaretLeft/index.js +20 -0
  30. package/dist/Icon/svg/arrows/CaretRight/index.d.ts +2 -0
  31. package/dist/Icon/svg/arrows/CaretRight/index.js +20 -0
  32. package/dist/Icon/svg/arrows/CaretUp/index.d.ts +2 -0
  33. package/dist/Icon/svg/arrows/CaretUp/index.js +20 -0
  34. package/dist/Icon/svg/arrows/index.d.ts +30 -0
  35. package/dist/Icon/svg/arrows/index.js +31 -0
  36. package/dist/Icon/svg/buildings/Building/index.d.ts +2 -0
  37. package/dist/Icon/svg/buildings/Building/index.js +16 -0
  38. package/dist/Icon/svg/buildings/HotelBuilding/index.d.ts +2 -0
  39. package/dist/Icon/svg/buildings/HotelBuilding/index.js +128 -0
  40. package/dist/Icon/svg/buildings/index.d.ts +6 -0
  41. package/dist/Icon/svg/buildings/index.js +7 -0
  42. package/dist/Icon/svg/business-and-products/ArrowGrowth/index.d.ts +2 -0
  43. package/dist/Icon/svg/business-and-products/ArrowGrowth/index.js +17 -0
  44. package/dist/Icon/svg/business-and-products/BusinessChartMetrics/index.d.ts +2 -0
  45. package/dist/Icon/svg/business-and-products/BusinessChartMetrics/index.js +52 -0
  46. package/dist/Icon/svg/business-and-products/Chart19/index.d.ts +2 -0
  47. package/dist/Icon/svg/business-and-products/Chart19/index.js +42 -0
  48. package/dist/Icon/svg/business-and-products/SuitcasePortfolio/index.d.ts +2 -0
  49. package/dist/Icon/svg/business-and-products/SuitcasePortfolio/index.js +31 -0
  50. package/dist/Icon/svg/business-and-products/index.d.ts +10 -0
  51. package/dist/Icon/svg/business-and-products/index.js +11 -0
  52. package/dist/Icon/svg/car-and-services/BatteryEletrecityGenerator/index.d.ts +2 -0
  53. package/dist/Icon/svg/car-and-services/BatteryEletrecityGenerator/index.js +59 -0
  54. package/dist/Icon/svg/car-and-services/Brakes/index.d.ts +2 -0
  55. package/dist/Icon/svg/car-and-services/Brakes/index.js +38 -0
  56. package/dist/Icon/svg/car-and-services/Driver/index.d.ts +2 -0
  57. package/dist/Icon/svg/car-and-services/Driver/index.js +19 -0
  58. package/dist/Icon/svg/car-and-services/GasStation/index.d.ts +2 -0
  59. package/dist/Icon/svg/car-and-services/GasStation/index.js +59 -0
  60. package/dist/Icon/svg/car-and-services/Speedometer/index.d.ts +2 -0
  61. package/dist/Icon/svg/car-and-services/Speedometer/index.js +85 -0
  62. package/dist/Icon/svg/car-and-services/index.d.ts +12 -0
  63. package/dist/Icon/svg/car-and-services/index.js +13 -0
  64. package/dist/Icon/svg/content/BookAlt/index.d.ts +2 -0
  65. package/dist/Icon/svg/content/BookAlt/index.js +29 -0
  66. package/dist/Icon/svg/content/PenEdit/index.d.ts +2 -0
  67. package/dist/Icon/svg/content/PenEdit/index.js +43 -0
  68. package/dist/Icon/svg/content/PenEditAlt/index.d.ts +2 -0
  69. package/dist/Icon/svg/content/PenEditAlt/index.js +31 -0
  70. package/dist/Icon/svg/content/index.d.ts +8 -0
  71. package/dist/Icon/svg/content/index.js +9 -0
  72. package/dist/Icon/svg/delivery/WarehouseDeliveryCheckmark/index.d.ts +2 -0
  73. package/dist/Icon/svg/delivery/WarehouseDeliveryCheckmark/index.js +73 -0
  74. package/dist/Icon/svg/delivery/index.d.ts +4 -0
  75. package/dist/Icon/svg/delivery/index.js +5 -0
  76. package/dist/Icon/svg/design-tools/AnchorSelectEdit/index.d.ts +2 -0
  77. package/dist/Icon/svg/design-tools/AnchorSelectEdit/index.js +97 -0
  78. package/dist/Icon/svg/design-tools/AnchorSquareSelect/index.d.ts +2 -0
  79. package/dist/Icon/svg/design-tools/AnchorSquareSelect/index.js +79 -0
  80. package/dist/Icon/svg/design-tools/Layers/index.d.ts +2 -0
  81. package/dist/Icon/svg/design-tools/Layers/index.js +38 -0
  82. package/dist/Icon/svg/design-tools/Ruler/index.d.ts +2 -0
  83. package/dist/Icon/svg/design-tools/Ruler/index.js +66 -0
  84. package/dist/Icon/svg/design-tools/index.d.ts +10 -0
  85. package/dist/Icon/svg/design-tools/index.js +11 -0
  86. package/dist/Icon/svg/emails/CalendarSchedule/index.d.ts +2 -0
  87. package/dist/Icon/svg/emails/CalendarSchedule/index.js +80 -0
  88. package/dist/Icon/svg/emails/EmailsLetterMail2/index.d.ts +2 -0
  89. package/dist/Icon/svg/emails/EmailsLetterMail2/index.js +45 -0
  90. package/dist/Icon/svg/emails/MailBox/index.d.ts +2 -0
  91. package/dist/Icon/svg/emails/MailBox/index.js +69 -0
  92. package/dist/Icon/svg/emails/MailEmailLetter1/index.d.ts +2 -0
  93. package/dist/Icon/svg/emails/MailEmailLetter1/index.js +45 -0
  94. package/dist/Icon/svg/emails/MailEmailLetter3/index.d.ts +2 -0
  95. package/dist/Icon/svg/emails/MailEmailLetter3/index.js +38 -0
  96. package/dist/Icon/svg/emails/MailEmailLetterBadge/index.d.ts +2 -0
  97. package/dist/Icon/svg/emails/MailEmailLetterBadge/index.js +45 -0
  98. package/dist/Icon/svg/emails/index.d.ts +14 -0
  99. package/dist/Icon/svg/emails/index.js +15 -0
  100. package/dist/Icon/svg/energy/DropWaterRenewableCircle/index.d.ts +2 -0
  101. package/dist/Icon/svg/energy/DropWaterRenewableCircle/index.js +73 -0
  102. package/dist/Icon/svg/energy/index.d.ts +4 -0
  103. package/dist/Icon/svg/energy/index.js +5 -0
  104. package/dist/Icon/svg/files/DocumentsFileExcelAlt/index.d.ts +2 -0
  105. package/dist/Icon/svg/files/DocumentsFileExcelAlt/index.js +54 -0
  106. package/dist/Icon/svg/files/DocumentsFilePdf/index.d.ts +2 -0
  107. package/dist/Icon/svg/files/DocumentsFilePdf/index.js +79 -0
  108. package/dist/Icon/svg/files/index.d.ts +6 -0
  109. package/dist/Icon/svg/files/index.js +7 -0
  110. package/dist/Icon/svg/icons.d.ts +140 -0
  111. package/dist/Icon/svg/icons.js +40 -0
  112. package/dist/Icon/svg/interface/AirplaySignal/index.d.ts +2 -0
  113. package/dist/Icon/svg/interface/AirplaySignal/index.js +45 -0
  114. package/dist/Icon/svg/interface/AlarmClockTimeRounded/index.d.ts +2 -0
  115. package/dist/Icon/svg/interface/AlarmClockTimeRounded/index.js +29 -0
  116. package/dist/Icon/svg/interface/ArrowCirclePlay/index.d.ts +2 -0
  117. package/dist/Icon/svg/interface/ArrowCirclePlay/index.js +33 -0
  118. package/dist/Icon/svg/interface/BatteryCharge5/index.d.ts +2 -0
  119. package/dist/Icon/svg/interface/BatteryCharge5/index.js +38 -0
  120. package/dist/Icon/svg/interface/BellNotification/index.d.ts +2 -0
  121. package/dist/Icon/svg/interface/BellNotification/index.js +38 -0
  122. package/dist/Icon/svg/interface/Briefcase/index.d.ts +2 -0
  123. package/dist/Icon/svg/interface/Briefcase/index.js +38 -0
  124. package/dist/Icon/svg/interface/CheckmarkDoneCheck/index.d.ts +2 -0
  125. package/dist/Icon/svg/interface/CheckmarkDoneCheck/index.js +29 -0
  126. package/dist/Icon/svg/interface/ClockTimeArrow/index.d.ts +2 -0
  127. package/dist/Icon/svg/interface/ClockTimeArrow/index.js +57 -0
  128. package/dist/Icon/svg/interface/ColumnChartSquareAlt/index.d.ts +2 -0
  129. package/dist/Icon/svg/interface/ColumnChartSquareAlt/index.js +54 -0
  130. package/dist/Icon/svg/interface/DashboardMinimal/index.d.ts +2 -0
  131. package/dist/Icon/svg/interface/DashboardMinimal/index.js +58 -0
  132. package/dist/Icon/svg/interface/DashboardRound/index.d.ts +2 -0
  133. package/dist/Icon/svg/interface/DashboardRound/index.js +68 -0
  134. package/dist/Icon/svg/interface/DeleteDisabled/index.d.ts +2 -0
  135. package/dist/Icon/svg/interface/DeleteDisabled/index.js +29 -0
  136. package/dist/Icon/svg/interface/DeleteDisabledCircle/index.d.ts +2 -0
  137. package/dist/Icon/svg/interface/DeleteDisabledCircle/index.js +38 -0
  138. package/dist/Icon/svg/interface/DoneCheck/index.d.ts +2 -0
  139. package/dist/Icon/svg/interface/DoneCheck/index.js +20 -0
  140. package/dist/Icon/svg/interface/DoneCheckCheckmark/index.d.ts +2 -0
  141. package/dist/Icon/svg/interface/DoneCheckCheckmark/index.js +29 -0
  142. package/dist/Icon/svg/interface/DownloadSaveCircle/index.d.ts +2 -0
  143. package/dist/Icon/svg/interface/DownloadSaveCircle/index.js +43 -0
  144. package/dist/Icon/svg/interface/DownloadSaveSimple/index.d.ts +2 -0
  145. package/dist/Icon/svg/interface/DownloadSaveSimple/index.js +36 -0
  146. package/dist/Icon/svg/interface/EyeShowVisible/index.d.ts +2 -0
  147. package/dist/Icon/svg/interface/EyeShowVisible/index.js +31 -0
  148. package/dist/Icon/svg/interface/FilterSortAlt/index.d.ts +2 -0
  149. package/dist/Icon/svg/interface/FilterSortAlt/index.js +31 -0
  150. package/dist/Icon/svg/interface/FilterSortFavoriteEdit/index.d.ts +2 -0
  151. package/dist/Icon/svg/interface/FilterSortFavoriteEdit/index.js +31 -0
  152. package/dist/Icon/svg/interface/GridLayoutAdd/index.d.ts +2 -0
  153. package/dist/Icon/svg/interface/GridLayoutAdd/index.js +56 -0
  154. package/dist/Icon/svg/interface/GridLayoutStacked/index.d.ts +2 -0
  155. package/dist/Icon/svg/interface/GridLayoutStacked/index.js +69 -0
  156. package/dist/Icon/svg/interface/GroupCopy/index.d.ts +2 -0
  157. package/dist/Icon/svg/interface/GroupCopy/index.js +92 -0
  158. package/dist/Icon/svg/interface/Home/index.d.ts +2 -0
  159. package/dist/Icon/svg/interface/Home/index.js +36 -0
  160. package/dist/Icon/svg/interface/InfoInformation/index.d.ts +2 -0
  161. package/dist/Icon/svg/interface/InfoInformation/index.js +38 -0
  162. package/dist/Icon/svg/interface/InterruptedLineCircle/index.d.ts +2 -0
  163. package/dist/Icon/svg/interface/InterruptedLineCircle/index.js +78 -0
  164. package/dist/Icon/svg/interface/KeyboardAlt/index.d.ts +2 -0
  165. package/dist/Icon/svg/interface/KeyboardAlt/index.js +71 -0
  166. package/dist/Icon/svg/interface/MenuBurgerSquare/index.d.ts +2 -0
  167. package/dist/Icon/svg/interface/MenuBurgerSquare/index.js +44 -0
  168. package/dist/Icon/svg/interface/Minus2/index.d.ts +2 -0
  169. package/dist/Icon/svg/interface/Minus2/index.js +20 -0
  170. package/dist/Icon/svg/interface/MinusCircle/index.d.ts +2 -0
  171. package/dist/Icon/svg/interface/MinusCircle/index.js +31 -0
  172. package/dist/Icon/svg/interface/Moon/index.d.ts +2 -0
  173. package/dist/Icon/svg/interface/Moon/index.js +22 -0
  174. package/dist/Icon/svg/interface/Pin/index.d.ts +2 -0
  175. package/dist/Icon/svg/interface/Pin/index.js +38 -0
  176. package/dist/Icon/svg/interface/PinAlt/index.d.ts +2 -0
  177. package/dist/Icon/svg/interface/PinAlt/index.js +38 -0
  178. package/dist/Icon/svg/interface/PlusAdd/index.d.ts +2 -0
  179. package/dist/Icon/svg/interface/PlusAdd/index.js +38 -0
  180. package/dist/Icon/svg/interface/PlusAdd4/index.d.ts +2 -0
  181. package/dist/Icon/svg/interface/PlusAdd4/index.js +29 -0
  182. package/dist/Icon/svg/interface/PlusAddSquare/index.d.ts +2 -0
  183. package/dist/Icon/svg/interface/PlusAddSquare/index.js +38 -0
  184. package/dist/Icon/svg/interface/Question/index.d.ts +2 -0
  185. package/dist/Icon/svg/interface/Question/index.js +38 -0
  186. package/dist/Icon/svg/interface/SearchLoupe/index.d.ts +2 -0
  187. package/dist/Icon/svg/interface/SearchLoupe/index.js +31 -0
  188. package/dist/Icon/svg/interface/SettingFilter/index.d.ts +2 -0
  189. package/dist/Icon/svg/interface/SettingFilter/index.js +31 -0
  190. package/dist/Icon/svg/interface/Settings/index.d.ts +2 -0
  191. package/dist/Icon/svg/interface/Settings/index.js +31 -0
  192. package/dist/Icon/svg/interface/Share/index.d.ts +2 -0
  193. package/dist/Icon/svg/interface/Share/index.js +36 -0
  194. package/dist/Icon/svg/interface/SignOutRight/index.d.ts +2 -0
  195. package/dist/Icon/svg/interface/SignOutRight/index.js +36 -0
  196. package/dist/Icon/svg/interface/StarsLightSparkleAlt/index.d.ts +2 -0
  197. package/dist/Icon/svg/interface/StarsLightSparkleAlt/index.js +84 -0
  198. package/dist/Icon/svg/interface/StickerSmile1/index.d.ts +2 -0
  199. package/dist/Icon/svg/interface/StickerSmile1/index.js +52 -0
  200. package/dist/Icon/svg/interface/ThunderLightningNotifications/index.d.ts +2 -0
  201. package/dist/Icon/svg/interface/ThunderLightningNotifications/index.js +22 -0
  202. package/dist/Icon/svg/interface/TrashDeleteBin1/index.d.ts +2 -0
  203. package/dist/Icon/svg/interface/TrashDeleteBin1/index.js +50 -0
  204. package/dist/Icon/svg/interface/VideoCamera/index.d.ts +2 -0
  205. package/dist/Icon/svg/interface/VideoCamera/index.js +31 -0
  206. package/dist/Icon/svg/interface/WarningCheck/index.d.ts +2 -0
  207. package/dist/Icon/svg/interface/WarningCheck/index.js +31 -0
  208. package/dist/Icon/svg/interface/WarningCircle/index.d.ts +2 -0
  209. package/dist/Icon/svg/interface/WarningCircle/index.js +38 -0
  210. package/dist/Icon/svg/interface/WarningTriangle/index.d.ts +2 -0
  211. package/dist/Icon/svg/interface/WarningTriangle/index.js +38 -0
  212. package/dist/Icon/svg/interface/WifiCheckmark/index.d.ts +2 -0
  213. package/dist/Icon/svg/interface/WifiCheckmark/index.js +57 -0
  214. package/dist/Icon/svg/interface/WifiOffTurnOff/index.d.ts +2 -0
  215. package/dist/Icon/svg/interface/WifiOffTurnOff/index.js +64 -0
  216. package/dist/Icon/svg/interface/index.d.ts +108 -0
  217. package/dist/Icon/svg/interface/index.js +109 -0
  218. package/dist/Icon/svg/interface/keyAlt/index.d.ts +2 -0
  219. package/dist/Icon/svg/interface/keyAlt/index.js +31 -0
  220. package/dist/Icon/svg/markers/Bicycle/index.d.ts +2 -0
  221. package/dist/Icon/svg/markers/Bicycle/index.js +17 -0
  222. package/dist/Icon/svg/markers/Box/index.d.ts +2 -0
  223. package/dist/Icon/svg/markers/Box/index.js +17 -0
  224. package/dist/Icon/svg/markers/BusAlt/index.d.ts +2 -0
  225. package/dist/Icon/svg/markers/BusAlt/index.js +17 -0
  226. package/dist/Icon/svg/markers/CarSide/index.d.ts +2 -0
  227. package/dist/Icon/svg/markers/CarSide/index.js +17 -0
  228. package/dist/Icon/svg/markers/Crane/index.d.ts +2 -0
  229. package/dist/Icon/svg/markers/Crane/index.js +21 -0
  230. package/dist/Icon/svg/markers/Forklift/index.d.ts +2 -0
  231. package/dist/Icon/svg/markers/Forklift/index.js +17 -0
  232. package/dist/Icon/svg/markers/Motocycle/index.d.ts +2 -0
  233. package/dist/Icon/svg/markers/Motocycle/index.js +17 -0
  234. package/dist/Icon/svg/markers/Paw/index.d.ts +2 -0
  235. package/dist/Icon/svg/markers/Paw/index.js +17 -0
  236. package/dist/Icon/svg/markers/Plane/index.d.ts +2 -0
  237. package/dist/Icon/svg/markers/Plane/index.js +17 -0
  238. package/dist/Icon/svg/markers/Satelite/index.d.ts +2 -0
  239. package/dist/Icon/svg/markers/Satelite/index.js +17 -0
  240. package/dist/Icon/svg/markers/Ship/index.d.ts +2 -0
  241. package/dist/Icon/svg/markers/Ship/index.js +17 -0
  242. package/dist/Icon/svg/markers/ShoePrints/index.d.ts +2 -0
  243. package/dist/Icon/svg/markers/ShoePrints/index.js +17 -0
  244. package/dist/Icon/svg/markers/ShuttleVan/index.d.ts +2 -0
  245. package/dist/Icon/svg/markers/ShuttleVan/index.js +17 -0
  246. package/dist/Icon/svg/markers/Snowflakes/index.d.ts +2 -0
  247. package/dist/Icon/svg/markers/Snowflakes/index.js +17 -0
  248. package/dist/Icon/svg/markers/Tractor/index.d.ts +2 -0
  249. package/dist/Icon/svg/markers/Tractor/index.js +17 -0
  250. package/dist/Icon/svg/markers/Truck/index.d.ts +2 -0
  251. package/dist/Icon/svg/markers/Truck/index.js +17 -0
  252. package/dist/Icon/svg/markers/TruckContainer/index.d.ts +2 -0
  253. package/dist/Icon/svg/markers/TruckContainer/index.js +17 -0
  254. package/dist/Icon/svg/markers/TruckPickup/index.d.ts +2 -0
  255. package/dist/Icon/svg/markers/TruckPickup/index.js +17 -0
  256. package/dist/Icon/svg/markers/User/index.d.ts +2 -0
  257. package/dist/Icon/svg/markers/User/index.js +17 -0
  258. package/dist/Icon/svg/markers/index.d.ts +40 -0
  259. package/dist/Icon/svg/markers/index.js +41 -0
  260. package/dist/Icon/svg/messages/ChatMessagesBubble12/index.d.ts +2 -0
  261. package/dist/Icon/svg/messages/ChatMessagesBubble12/index.js +38 -0
  262. package/dist/Icon/svg/messages/HeadphonesCustomerSupport/index.d.ts +2 -0
  263. package/dist/Icon/svg/messages/HeadphonesCustomerSupport/index.js +56 -0
  264. package/dist/Icon/svg/messages/index.d.ts +6 -0
  265. package/dist/Icon/svg/messages/index.js +7 -0
  266. package/dist/Icon/svg/navigation/ArrowDirectionAdd/index.d.ts +2 -0
  267. package/dist/Icon/svg/navigation/ArrowDirectionAdd/index.js +52 -0
  268. package/dist/Icon/svg/navigation/ArrowLocationDirection1/index.d.ts +2 -0
  269. package/dist/Icon/svg/navigation/ArrowLocationDirection1/index.js +43 -0
  270. package/dist/Icon/svg/navigation/ArrowLocationMapDirection2/index.d.ts +2 -0
  271. package/dist/Icon/svg/navigation/ArrowLocationMapDirection2/index.js +22 -0
  272. package/dist/Icon/svg/navigation/ArrowLocationMapDirectionCircle/index.d.ts +2 -0
  273. package/dist/Icon/svg/navigation/ArrowLocationMapDirectionCircle/index.js +38 -0
  274. package/dist/Icon/svg/navigation/DirectionArrowRoad/index.d.ts +2 -0
  275. package/dist/Icon/svg/navigation/DirectionArrowRoad/index.js +52 -0
  276. package/dist/Icon/svg/navigation/EarthHomeWorld/index.d.ts +2 -0
  277. package/dist/Icon/svg/navigation/EarthHomeWorld/index.js +57 -0
  278. package/dist/Icon/svg/navigation/FlagPin/index.d.ts +2 -0
  279. package/dist/Icon/svg/navigation/FlagPin/index.js +36 -0
  280. package/dist/Icon/svg/navigation/Pin/index.d.ts +2 -0
  281. package/dist/Icon/svg/navigation/Pin/index.js +36 -0
  282. package/dist/Icon/svg/navigation/PinLocation/index.d.ts +2 -0
  283. package/dist/Icon/svg/navigation/PinLocation/index.js +38 -0
  284. package/dist/Icon/svg/navigation/PinLocation1/index.d.ts +2 -0
  285. package/dist/Icon/svg/navigation/PinLocation1/index.js +33 -0
  286. package/dist/Icon/svg/navigation/SimpleRoad/index.d.ts +2 -0
  287. package/dist/Icon/svg/navigation/SimpleRoad/index.js +50 -0
  288. package/dist/Icon/svg/navigation/index.d.ts +24 -0
  289. package/dist/Icon/svg/navigation/index.js +25 -0
  290. package/dist/Icon/svg/security/Lock/index.d.ts +2 -0
  291. package/dist/Icon/svg/security/Lock/index.js +45 -0
  292. package/dist/Icon/svg/security/Target1/index.d.ts +2 -0
  293. package/dist/Icon/svg/security/Target1/index.js +50 -0
  294. package/dist/Icon/svg/security/index.d.ts +6 -0
  295. package/dist/Icon/svg/security/index.js +7 -0
  296. package/dist/Icon/svg/social-media/GoogleAnalytics/index.d.ts +2 -0
  297. package/dist/Icon/svg/social-media/GoogleAnalytics/index.js +46 -0
  298. package/dist/Icon/svg/social-media/Whatsapp/index.d.ts +2 -0
  299. package/dist/Icon/svg/social-media/Whatsapp/index.js +59 -0
  300. package/dist/Icon/svg/social-media/index.d.ts +6 -0
  301. package/dist/Icon/svg/social-media/index.js +7 -0
  302. package/dist/Icon/svg/transportation/BoatShip/index.d.ts +2 -0
  303. package/dist/Icon/svg/transportation/BoatShip/index.js +52 -0
  304. package/dist/Icon/svg/transportation/Car/index.d.ts +2 -0
  305. package/dist/Icon/svg/transportation/Car/index.js +80 -0
  306. package/dist/Icon/svg/transportation/Train/index.d.ts +2 -0
  307. package/dist/Icon/svg/transportation/Train/index.js +73 -0
  308. package/dist/Icon/svg/transportation/TruckCargo/index.d.ts +2 -0
  309. package/dist/Icon/svg/transportation/TruckCargo/index.js +80 -0
  310. package/dist/Icon/svg/transportation/index.d.ts +10 -0
  311. package/dist/Icon/svg/transportation/index.js +11 -0
  312. package/dist/Icon/svg/user/GroupUser/index.d.ts +2 -0
  313. package/dist/Icon/svg/user/GroupUser/index.js +57 -0
  314. package/dist/Icon/svg/user/UserProfile10/index.d.ts +2 -0
  315. package/dist/Icon/svg/user/UserProfile10/index.js +59 -0
  316. package/dist/Icon/svg/user/index.d.ts +6 -0
  317. package/dist/Icon/svg/user/index.js +7 -0
  318. package/dist/index.d.ts +1 -0
  319. package/dist/index.js +2 -0
  320. package/dist/interfaces/ICommonIconProps.d.ts +6 -0
  321. package/dist/interfaces/ICommonIconProps.js +0 -0
  322. package/dist/types/IconsNames.d.ts +2 -0
  323. package/dist/types/IconsNames.js +0 -0
  324. package/package.json +36 -0
@@ -0,0 +1,38 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function WarningTriangle({ color, size, weight, ...rest }) {
4
+ return /*#__PURE__*/ jsxs("svg", {
5
+ width: size,
6
+ height: size,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...rest,
11
+ children: [
12
+ /*#__PURE__*/ jsx("path", {
13
+ fillRule: "evenodd",
14
+ clipRule: "evenodd",
15
+ d: "M14.0288 4.13919L21.6878 17.5432C22.5778 19.1012 21.4528 21.0402 19.6588 21.0402H4.34076C2.54576 21.0402 1.42076 19.1012 2.31176 17.5432L9.97076 4.13919C10.8678 2.56819 13.1318 2.56819 14.0288 4.13919Z",
16
+ stroke: color,
17
+ strokeWidth: weight,
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }),
21
+ /*#__PURE__*/ jsx("path", {
22
+ d: "M12 13.1199V9.37988",
23
+ stroke: color,
24
+ strokeWidth: weight,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ }),
28
+ /*#__PURE__*/ jsx("path", {
29
+ d: "M11.999 16.125C11.861 16.125 11.749 16.237 11.75 16.375C11.75 16.513 11.862 16.625 12 16.625C12.138 16.625 12.25 16.513 12.25 16.375C12.25 16.237 12.138 16.125 11.999 16.125",
30
+ stroke: color,
31
+ strokeWidth: weight,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ })
35
+ ]
36
+ });
37
+ }
38
+ export { WarningTriangle as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function WifiCheckmark({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,57 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function WifiCheckmark({ color, size, weight, ...rest }) {
4
+ return /*#__PURE__*/ jsxs("svg", {
5
+ width: size,
6
+ height: size,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...rest,
11
+ children: [
12
+ /*#__PURE__*/ jsx("path", {
13
+ d: "M12.0002 19.253C11.7931 19.2535 11.6257 19.4218 11.626 19.6288C11.6264 19.8359 11.7944 20.0035 12.0015 20.0033C12.2086 20.0031 12.3763 19.8352 12.3763 19.6281C12.3771 19.5282 12.3377 19.4322 12.267 19.3616C12.1962 19.2911 12.1001 19.2519 12.0002 19.253",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M1.58984 7.79876C7.60262 2.72463 16.3977 2.72463 22.4105 7.79876",
21
+ stroke: color,
22
+ strokeWidth: weight,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M7.57715 15.8227C10.0251 13.3937 13.9739 13.3937 16.4218 15.8227",
28
+ stroke: color,
29
+ strokeWidth: weight,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ }),
33
+ /*#__PURE__*/ jsx("path", {
34
+ d: "M19.4114 12C18.69 11.3423 17.8789 10.7903 17.0024 10.3604",
35
+ stroke: color,
36
+ strokeWidth: weight,
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round"
39
+ }),
40
+ /*#__PURE__*/ jsx("path", {
41
+ d: "M6.99789 10.3604C6.12108 10.7902 5.30967 11.3423 4.58789 12",
42
+ stroke: color,
43
+ strokeWidth: weight,
44
+ strokeLinecap: "round",
45
+ strokeLinejoin: "round"
46
+ }),
47
+ /*#__PURE__*/ jsx("path", {
48
+ d: "M14.2512 7.99805L11.7501 10.4991L10.2495 8.99846",
49
+ stroke: color,
50
+ strokeWidth: weight,
51
+ strokeLinecap: "round",
52
+ strokeLinejoin: "round"
53
+ })
54
+ ]
55
+ });
56
+ }
57
+ export { WifiCheckmark as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function WifiOffTurnOff({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,64 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function WifiOffTurnOff({ color, size, weight, ...rest }) {
4
+ return /*#__PURE__*/ jsxs("svg", {
5
+ width: size,
6
+ height: size,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...rest,
11
+ children: [
12
+ /*#__PURE__*/ jsx("path", {
13
+ d: "M11.999 19.25C11.792 19.25 11.624 19.418 11.626 19.625C11.625 19.832 11.793 20 12 20C12.207 20 12.375 19.832 12.375 19.625C12.375 19.418 12.207 19.25 11.999 19.25",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M6 20L19 3",
21
+ stroke: color,
22
+ strokeWidth: weight,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M14.1158 9.38709C10.7808 8.75909 7.17882 9.62709 4.59082 12.0001",
28
+ stroke: color,
29
+ strokeWidth: weight,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ }),
33
+ /*#__PURE__*/ jsx("path", {
34
+ d: "M17.5142 4.94395C12.2042 3.05295 5.89824 4.00595 1.59424 7.80395",
35
+ stroke: color,
36
+ strokeWidth: weight,
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round"
39
+ }),
40
+ /*#__PURE__*/ jsx("path", {
41
+ d: "M17.2671 10.4971C18.0321 10.9021 18.7541 11.3991 19.4081 12.0001",
42
+ stroke: color,
43
+ strokeWidth: weight,
44
+ strokeLinecap: "round",
45
+ strokeLinejoin: "round"
46
+ }),
47
+ /*#__PURE__*/ jsx("path", {
48
+ d: "M20.4209 6.37207C21.1139 6.79707 21.7869 7.25907 22.4059 7.80407",
49
+ stroke: color,
50
+ strokeWidth: weight,
51
+ strokeLinecap: "round",
52
+ strokeLinejoin: "round"
53
+ }),
54
+ /*#__PURE__*/ jsx("path", {
55
+ d: "M14.2622 14.4268C15.0482 14.7278 15.7862 15.1908 16.4202 15.8208",
56
+ stroke: color,
57
+ strokeWidth: weight,
58
+ strokeLinecap: "round",
59
+ strokeLinejoin: "round"
60
+ })
61
+ ]
62
+ });
63
+ }
64
+ export { WifiOffTurnOff as default };
@@ -0,0 +1,108 @@
1
+ import GridLayoutAdd from "./GridLayoutAdd";
2
+ import DashboardMinimal from "./DashboardMinimal";
3
+ import PlusAdd from "./PlusAdd";
4
+ import Settings from "./Settings";
5
+ import Briefcase from "./Briefcase";
6
+ import GroupCopy from "./GroupCopy";
7
+ import PlusAdd4 from "./PlusAdd4";
8
+ import Minus2 from "./Minus2";
9
+ import EyeShowVisible from "./EyeShowVisible";
10
+ import BellNotification from "./BellNotification";
11
+ import MinusCircle from "./MinusCircle";
12
+ import BatteryCharge5 from "./BatteryCharge5";
13
+ import WifiOffTurnOff from "./WifiOffTurnOff";
14
+ import ThunderLightningNotifications from "./ThunderLightningNotifications";
15
+ import SearchLoupe from "./SearchLoupe";
16
+ import Share from "./Share";
17
+ import DeleteDisabled from "./DeleteDisabled";
18
+ import DoneCheckCheckmark from "./DoneCheckCheckmark";
19
+ import TrashDeleteBin1 from "./TrashDeleteBin1";
20
+ import DownloadSaveCircle from "./DownloadSaveCircle";
21
+ import StickerSmile1 from "./StickerSmile1";
22
+ import DoneCheck from "./DoneCheck";
23
+ import WarningCircle from "./WarningCircle";
24
+ import FilterSortAlt from "./FilterSortAlt";
25
+ import AirplaySignal from "./AirplaySignal";
26
+ import Moon from "./Moon";
27
+ import Pin from "./Pin";
28
+ import PinAlt from "./PinAlt";
29
+ import WarningTriangle from "./WarningTriangle";
30
+ import InterruptedLineCircle from "./InterruptedLineCircle";
31
+ import CheckmarkDoneCheck from "./CheckmarkDoneCheck";
32
+ import DeleteDisabledCircle from "./DeleteDisabledCircle";
33
+ import Question from "./Question";
34
+ import WifiCheckmark from "./WifiCheckmark";
35
+ import Home from "./Home";
36
+ import KeyboardAlt from "./KeyboardAlt";
37
+ import StarsLightSparkleAlt from "./StarsLightSparkleAlt";
38
+ import VideoCamera from "./VideoCamera";
39
+ import ColumnChartSquareAlt from "./ColumnChartSquareAlt";
40
+ import ClockTimeArrow from "./ClockTimeArrow";
41
+ import DashboardRound from "./DashboardRound";
42
+ import SettingFilter from "./SettingFilter";
43
+ import AlarmClockTimeRounded from "./AlarmClockTimeRounded";
44
+ import FilterSortFavoriteEdit from "./FilterSortFavoriteEdit";
45
+ import WarningCheck from "./WarningCheck";
46
+ import KeyAlt from "./keyAlt";
47
+ import DownloadSaveSimple from "./DownloadSaveSimple";
48
+ import PlusAddSquare from "./PlusAddSquare";
49
+ import SignOutRight from "./SignOutRight";
50
+ import GridLayoutStacked from "./GridLayoutStacked";
51
+ import ArrowCirclePlay from "./ArrowCirclePlay";
52
+ import InfoInformation from "./InfoInformation";
53
+ import MenuBurgerSquare from "./MenuBurgerSquare";
54
+ export declare const INTERFACE: {
55
+ "ui grid-layout-add": typeof GridLayoutAdd;
56
+ "ui dashboard-minimal": typeof DashboardMinimal;
57
+ "ui plus-add": typeof PlusAdd;
58
+ "ui settings": typeof Settings;
59
+ "ui briefcase": typeof Briefcase;
60
+ "ui group-copy": typeof GroupCopy;
61
+ "ui plus-add-4": typeof PlusAdd4;
62
+ "ui minus-2": typeof Minus2;
63
+ "ui eye-show-visible": typeof EyeShowVisible;
64
+ "ui bell-notification": typeof BellNotification;
65
+ "ui minus-circle": typeof MinusCircle;
66
+ "ui battery-charge-5": typeof BatteryCharge5;
67
+ "ui wifi-off-turn-off": typeof WifiOffTurnOff;
68
+ "ui thunder-lightning-notifications": typeof ThunderLightningNotifications;
69
+ "ui search-loupe": typeof SearchLoupe;
70
+ "ui share": typeof Share;
71
+ "ui delete-disabled": typeof DeleteDisabled;
72
+ "ui done-check-checkmark": typeof DoneCheckCheckmark;
73
+ "ui trash-delete-bin-1": typeof TrashDeleteBin1;
74
+ "ui download-save-circle": typeof DownloadSaveCircle;
75
+ "ui sticker-smile-1": typeof StickerSmile1;
76
+ "ui done-check": typeof DoneCheck;
77
+ "ui warning-circle": typeof WarningCircle;
78
+ "ui filter-sort-alt": typeof FilterSortAlt;
79
+ "ui airplay-signal": typeof AirplaySignal;
80
+ "ui moon": typeof Moon;
81
+ "ui pin": typeof Pin;
82
+ "ui pin-alt": typeof PinAlt;
83
+ "ui warning-triangle": typeof WarningTriangle;
84
+ "ui interrupted-line-circle": typeof InterruptedLineCircle;
85
+ "ui checkmark-done-check": typeof CheckmarkDoneCheck;
86
+ "ui delete-disabled-circle": typeof DeleteDisabledCircle;
87
+ "ui question": typeof Question;
88
+ "ui wifi-checkmark": typeof WifiCheckmark;
89
+ "ui home": typeof Home;
90
+ "ui keyboard-alt": typeof KeyboardAlt;
91
+ "ui stars-light-sparkle-alt": typeof StarsLightSparkleAlt;
92
+ "ui video-camera": typeof VideoCamera;
93
+ "ui column-chart-square-alt": typeof ColumnChartSquareAlt;
94
+ "ui clock-time-arrow": typeof ClockTimeArrow;
95
+ "ui dashboard-round": typeof DashboardRound;
96
+ "ui setting-filter": typeof SettingFilter;
97
+ "ui alarm-clock-time-rounded": typeof AlarmClockTimeRounded;
98
+ "ui filter-sort-favorite-edit": typeof FilterSortFavoriteEdit;
99
+ "ui warning-check": typeof WarningCheck;
100
+ "ui key-alt": typeof KeyAlt;
101
+ "ui download-save-simple": typeof DownloadSaveSimple;
102
+ "ui plus-add-square": typeof PlusAddSquare;
103
+ "ui sign-out-right": typeof SignOutRight;
104
+ "ui grid-layout-stacked": typeof GridLayoutStacked;
105
+ "ui arrow-circle-play": typeof ArrowCirclePlay;
106
+ "ui info-information": typeof InfoInformation;
107
+ "ui menu-burger-square": typeof MenuBurgerSquare;
108
+ };
@@ -0,0 +1,109 @@
1
+ import GridLayoutAdd from "./GridLayoutAdd/index.js";
2
+ import DashboardMinimal from "./DashboardMinimal/index.js";
3
+ import PlusAdd from "./PlusAdd/index.js";
4
+ import Settings from "./Settings/index.js";
5
+ import Briefcase from "./Briefcase/index.js";
6
+ import GroupCopy from "./GroupCopy/index.js";
7
+ import PlusAdd4 from "./PlusAdd4/index.js";
8
+ import Minus2 from "./Minus2/index.js";
9
+ import EyeShowVisible from "./EyeShowVisible/index.js";
10
+ import BellNotification from "./BellNotification/index.js";
11
+ import MinusCircle from "./MinusCircle/index.js";
12
+ import BatteryCharge5 from "./BatteryCharge5/index.js";
13
+ import WifiOffTurnOff from "./WifiOffTurnOff/index.js";
14
+ import ThunderLightningNotifications from "./ThunderLightningNotifications/index.js";
15
+ import SearchLoupe from "./SearchLoupe/index.js";
16
+ import Share from "./Share/index.js";
17
+ import DeleteDisabled from "./DeleteDisabled/index.js";
18
+ import DoneCheckCheckmark from "./DoneCheckCheckmark/index.js";
19
+ import TrashDeleteBin1 from "./TrashDeleteBin1/index.js";
20
+ import DownloadSaveCircle from "./DownloadSaveCircle/index.js";
21
+ import StickerSmile1 from "./StickerSmile1/index.js";
22
+ import DoneCheck from "./DoneCheck/index.js";
23
+ import WarningCircle from "./WarningCircle/index.js";
24
+ import FilterSortAlt from "./FilterSortAlt/index.js";
25
+ import AirplaySignal from "./AirplaySignal/index.js";
26
+ import Moon from "./Moon/index.js";
27
+ import Pin from "./Pin/index.js";
28
+ import PinAlt from "./PinAlt/index.js";
29
+ import WarningTriangle from "./WarningTriangle/index.js";
30
+ import InterruptedLineCircle from "./InterruptedLineCircle/index.js";
31
+ import CheckmarkDoneCheck from "./CheckmarkDoneCheck/index.js";
32
+ import DeleteDisabledCircle from "./DeleteDisabledCircle/index.js";
33
+ import Question from "./Question/index.js";
34
+ import WifiCheckmark from "./WifiCheckmark/index.js";
35
+ import Home from "./Home/index.js";
36
+ import KeyboardAlt from "./KeyboardAlt/index.js";
37
+ import StarsLightSparkleAlt from "./StarsLightSparkleAlt/index.js";
38
+ import VideoCamera from "./VideoCamera/index.js";
39
+ import ColumnChartSquareAlt from "./ColumnChartSquareAlt/index.js";
40
+ import ClockTimeArrow from "./ClockTimeArrow/index.js";
41
+ import DashboardRound from "./DashboardRound/index.js";
42
+ import SettingFilter from "./SettingFilter/index.js";
43
+ import AlarmClockTimeRounded from "./AlarmClockTimeRounded/index.js";
44
+ import FilterSortFavoriteEdit from "./FilterSortFavoriteEdit/index.js";
45
+ import WarningCheck from "./WarningCheck/index.js";
46
+ import keyAlt from "./keyAlt/index.js";
47
+ import DownloadSaveSimple from "./DownloadSaveSimple/index.js";
48
+ import PlusAddSquare from "./PlusAddSquare/index.js";
49
+ import SignOutRight from "./SignOutRight/index.js";
50
+ import GridLayoutStacked from "./GridLayoutStacked/index.js";
51
+ import ArrowCirclePlay from "./ArrowCirclePlay/index.js";
52
+ import InfoInformation from "./InfoInformation/index.js";
53
+ import MenuBurgerSquare from "./MenuBurgerSquare/index.js";
54
+ const INTERFACE = {
55
+ "ui grid-layout-add": GridLayoutAdd,
56
+ "ui dashboard-minimal": DashboardMinimal,
57
+ "ui plus-add": PlusAdd,
58
+ "ui settings": Settings,
59
+ "ui briefcase": Briefcase,
60
+ "ui group-copy": GroupCopy,
61
+ "ui plus-add-4": PlusAdd4,
62
+ "ui minus-2": Minus2,
63
+ "ui eye-show-visible": EyeShowVisible,
64
+ "ui bell-notification": BellNotification,
65
+ "ui minus-circle": MinusCircle,
66
+ "ui battery-charge-5": BatteryCharge5,
67
+ "ui wifi-off-turn-off": WifiOffTurnOff,
68
+ "ui thunder-lightning-notifications": ThunderLightningNotifications,
69
+ "ui search-loupe": SearchLoupe,
70
+ "ui share": Share,
71
+ "ui delete-disabled": DeleteDisabled,
72
+ "ui done-check-checkmark": DoneCheckCheckmark,
73
+ "ui trash-delete-bin-1": TrashDeleteBin1,
74
+ "ui download-save-circle": DownloadSaveCircle,
75
+ "ui sticker-smile-1": StickerSmile1,
76
+ "ui done-check": DoneCheck,
77
+ "ui warning-circle": WarningCircle,
78
+ "ui filter-sort-alt": FilterSortAlt,
79
+ "ui airplay-signal": AirplaySignal,
80
+ "ui moon": Moon,
81
+ "ui pin": Pin,
82
+ "ui pin-alt": PinAlt,
83
+ "ui warning-triangle": WarningTriangle,
84
+ "ui interrupted-line-circle": InterruptedLineCircle,
85
+ "ui checkmark-done-check": CheckmarkDoneCheck,
86
+ "ui delete-disabled-circle": DeleteDisabledCircle,
87
+ "ui question": Question,
88
+ "ui wifi-checkmark": WifiCheckmark,
89
+ "ui home": Home,
90
+ "ui keyboard-alt": KeyboardAlt,
91
+ "ui stars-light-sparkle-alt": StarsLightSparkleAlt,
92
+ "ui video-camera": VideoCamera,
93
+ "ui column-chart-square-alt": ColumnChartSquareAlt,
94
+ "ui clock-time-arrow": ClockTimeArrow,
95
+ "ui dashboard-round": DashboardRound,
96
+ "ui setting-filter": SettingFilter,
97
+ "ui alarm-clock-time-rounded": AlarmClockTimeRounded,
98
+ "ui filter-sort-favorite-edit": FilterSortFavoriteEdit,
99
+ "ui warning-check": WarningCheck,
100
+ "ui key-alt": keyAlt,
101
+ "ui download-save-simple": DownloadSaveSimple,
102
+ "ui plus-add-square": PlusAddSquare,
103
+ "ui sign-out-right": SignOutRight,
104
+ "ui grid-layout-stacked": GridLayoutStacked,
105
+ "ui arrow-circle-play": ArrowCirclePlay,
106
+ "ui info-information": InfoInformation,
107
+ "ui menu-burger-square": MenuBurgerSquare
108
+ };
109
+ export { INTERFACE };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function KeyAlt({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,31 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function KeyAlt({ color, size, weight, ...rest }) {
4
+ return /*#__PURE__*/ jsxs("svg", {
5
+ width: size,
6
+ height: size,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...rest,
11
+ children: [
12
+ /*#__PURE__*/ jsx("path", {
13
+ d: "M15.0308 9.34226C15.0308 9.13526 14.8628 8.96826 14.6558 8.96826C14.4488 8.96926 14.2808 9.13726 14.2808 9.34426C14.2808 9.55126 14.4488 9.71926 14.6558 9.71826C14.8628 9.71826 15.0308 9.55026 15.0308 9.34326",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M12.499 14.7852L11.469 15.8172H9.637V17.2862H8.172V19.1222L6.798 20.5002H3.5V17.1952L9.223 11.4592C8.417 9.36524 8.849 6.90324 10.534 5.21424C12.814 2.92924 16.511 2.92924 18.791 5.21424C21.071 7.49924 21.071 11.2042 18.791 13.4902C17.089 15.1942 14.601 15.6242 12.499 14.7852V14.7852Z",
23
+ stroke: color,
24
+ strokeWidth: weight,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ })
28
+ ]
29
+ });
30
+ }
31
+ export { KeyAlt as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function Bicycle({ color, size, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,17 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ function Bicycle({ color, size, ...rest }) {
4
+ return /*#__PURE__*/ jsx("svg", {
5
+ width: size,
6
+ height: size,
7
+ viewBox: "0 0 32 32",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...rest,
11
+ children: /*#__PURE__*/ jsx("path", {
12
+ d: "M22.8203 14.0352C22.1875 14 21.5898 14.1406 21.0625 14.3516L18.25 9.85156C18.1445 9.64062 17.9336 9.5 17.6875 9.5H15.2968C15.0507 9.5 14.875 9.71094 14.875 9.92188V10.4844C14.875 10.7305 15.0507 10.9062 15.2968 10.9062H17.2656L18.4257 12.7344H13.75V12.1719C13.75 11.9609 13.539 11.75 13.3281 11.75H9.95308C9.53121 11.75 9.24996 12.0664 9.24996 12.4531C9.24996 12.875 9.53121 13.1562 9.95308 13.1562H12.0976L11.1836 14.457C10.5859 14.1758 9.91793 14.0352 9.24996 14C6.75387 14 4.7148 16.0742 4.74996 18.5352C4.74996 21.0312 6.75387 23 9.24996 23C11.289 23 13.0117 21.6641 13.539 19.7656H14.7343C14.9453 19.7656 15.1562 19.6602 15.2968 19.4844L19.164 13.9648L19.832 15.0547C18.8476 15.8984 18.2148 17.1289 18.25 18.5352C18.25 20.9609 20.2539 23 22.6796 23C25.2109 23.0352 27.25 20.9961 27.2148 18.4648C27.2148 16.0391 25.2461 14.0703 22.8203 14.0352ZM9.24996 21.5938C7.5273 21.5938 6.15621 20.2227 6.15621 18.5C6.15621 16.8125 7.5273 15.4062 9.24996 15.4062C9.63668 15.4062 10.0234 15.5117 10.375 15.6523L8.23043 18.6758C7.91402 19.1328 8.23043 19.7656 8.82808 19.7656H12.0625C11.5703 20.8555 10.4804 21.5938 9.24996 21.5938ZM10.164 18.3594L11.5351 16.4258C11.9921 16.9531 12.2734 17.6211 12.3086 18.3594H10.164ZM14.3476 18.3594H13.7148C13.6796 17.1641 13.1523 16.0391 12.3437 15.2656L13.1171 14.1406H17.3007L14.3476 18.3594ZM22.5742 21.5938C20.9921 21.5234 19.6914 20.2227 19.6562 18.6406C19.6211 17.6914 19.9726 16.8477 20.6054 16.2852L22.2929 18.9922C22.3984 19.168 22.6796 19.2383 22.8554 19.1328L23.3476 18.8164C23.5234 18.7109 23.5937 18.4297 23.4882 18.2539L21.8007 15.5469C22.1171 15.4766 22.4687 15.4062 22.8203 15.4414C24.4375 15.4766 25.7382 16.7773 25.8086 18.3594C25.914 20.1875 24.4023 21.6992 22.5742 21.5938Z",
13
+ fill: color
14
+ })
15
+ });
16
+ }
17
+ export { Bicycle as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function Box({ color, size, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,17 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ function Box({ color, size, ...rest }) {
4
+ return /*#__PURE__*/ jsx("svg", {
5
+ width: size,
6
+ height: size,
7
+ viewBox: "0 0 32 32",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...rest,
11
+ children: /*#__PURE__*/ jsx("path", {
12
+ d: "M24.8945 13.7539L23.1016 8.41016C22.8906 7.74219 22.2578 7.25 21.5195 7.25H10.4453C9.70703 7.25 9.07422 7.74219 8.86328 8.41016L7.07031 13.7539C7 13.9297 7 14.1055 7 14.2812V23.5625C7 24.5117 7.73828 25.25 8.6875 25.25H23.3125C24.2266 25.25 25 24.5117 25 23.5625V14.2812C25 14.1055 24.9648 13.9297 24.8945 13.7539ZM23.207 14H16.8438V8.9375H21.5195L23.207 14ZM10.4453 8.9375H15.1562V14H8.75781L10.4453 8.9375ZM8.6875 23.5625V15.6875H23.3125V23.5625H8.6875Z",
13
+ fill: color
14
+ })
15
+ });
16
+ }
17
+ export { Box as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function BusAlt({ color, size, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,17 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ function BusAlt({ color, size, ...rest }) {
4
+ return /*#__PURE__*/ jsx("svg", {
5
+ width: size,
6
+ height: size,
7
+ viewBox: "0 0 32 32",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...rest,
11
+ children: /*#__PURE__*/ jsx("path", {
12
+ d: "M12.0625 17.9375C11.4297 17.9375 10.9375 18.4648 10.9375 19.0625C10.9375 19.6953 11.4297 20.1875 12.0625 20.1875C12.6602 20.1875 13.1875 19.6953 13.1875 19.0625C13.1875 18.4648 12.6602 17.9375 12.0625 17.9375ZM24.1562 11.75H23.875V10.0625C23.875 8.51562 20.3594 7.25 16 7.25C11.6055 7.25 8.125 8.51562 8.125 10.0625V11.75H7.84375C7.35156 11.75 7 12.1367 7 12.5938V15.4062C7 15.8984 7.35156 16.25 7.84375 16.25H8.125V21.875C8.125 22.5078 8.61719 23 9.25 23V24.125C9.25 24.7578 9.74219 25.25 10.375 25.25H10.9375C11.5352 25.25 12.0625 24.7578 12.0625 24.125V23H19.9375V24.125C19.9375 24.7578 20.4297 25.25 21.0625 25.25H21.625C22.2227 25.25 22.75 24.7578 22.75 24.125V23C23.3477 23 23.875 22.5078 23.875 21.875V16.25H24.1562C24.6133 16.25 25 15.8984 25 15.4062V12.5938C25 12.1367 24.6133 11.75 24.1562 11.75ZM9.8125 12.875H15.1562V15.125H9.8125V12.875ZM22.1875 21.3125H9.8125V16.8125H22.1875V21.3125ZM22.1875 15.125H16.8438V12.875H22.1875V15.125ZM22.1875 11.1875H18.8125C18.8125 10.5898 18.2852 10.0625 17.6875 10.0625H14.3125C13.6797 10.0625 13.1875 10.5898 13.1875 11.1875H9.8125V10.2734C10.3047 9.78125 12.4844 8.9375 16 8.9375C19.4805 8.9375 21.6602 9.78125 22.1875 10.2734V11.1875ZM19.9375 20.1875C20.5352 20.1875 21.0625 19.6953 21.0625 19.0625C21.0625 18.4648 20.5352 17.9375 19.9375 17.9375C19.3047 17.9375 18.8125 18.4648 18.8125 19.0625C18.8125 19.6953 19.3047 20.1875 19.9375 20.1875Z",
13
+ fill: color
14
+ })
15
+ });
16
+ }
17
+ export { BusAlt as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function CarSide({ color, size, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,17 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ function CarSide({ color, size, ...rest }) {
4
+ return /*#__PURE__*/ jsx("svg", {
5
+ width: size,
6
+ height: size,
7
+ viewBox: "0 0 32 32",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...rest,
11
+ children: /*#__PURE__*/ jsx("path", {
12
+ d: "M23.875 14H23.3125L19.4805 9.25391C19.0586 8.72656 18.4258 8.375 17.7227 8.375H10.1992C9.28516 8.375 8.44141 8.9375 8.08984 9.81641L6.4375 14V14.1055C5.45312 14.3516 4.75 15.2305 4.75 16.25V20.1875C4.75 20.5039 4.99609 20.75 5.3125 20.75H7C7 22.6484 8.47656 24.125 10.375 24.125C12.2383 24.125 13.75 22.6484 13.75 20.75H18.25C18.25 22.6484 19.7266 24.125 21.625 24.125C23.4883 24.125 25 22.6484 25 20.75H26.6875C26.9688 20.75 27.25 20.5039 27.25 20.1875V17.375C27.25 15.5117 25.7383 14 23.875 14ZM14.5938 10.0625H17.7227C17.8984 10.0625 18.0391 10.168 18.1445 10.2734L21.1328 14H14.5938V10.0625ZM9.67188 10.4492C9.74219 10.2031 9.95312 10.0625 10.1992 10.0625H12.9062V14H8.23047L9.67188 10.4492ZM10.375 22.4375C9.42578 22.4375 8.6875 21.6992 8.6875 20.75C8.6875 19.8359 9.42578 19.0625 10.375 19.0625C11.2891 19.0625 12.0625 19.8359 12.0625 20.75C12.0625 21.6992 11.2891 22.4375 10.375 22.4375ZM21.625 22.4375C20.6758 22.4375 19.9375 21.6992 19.9375 20.75C19.9375 19.8359 20.6758 19.0625 21.625 19.0625C22.5391 19.0625 23.3125 19.8359 23.3125 20.75C23.3125 21.6992 22.5391 22.4375 21.625 22.4375ZM25.5625 19.0625H24.5078C23.9453 18.0781 22.8555 17.375 21.625 17.375C20.3594 17.375 19.2695 18.0781 18.707 19.0625H13.2578C12.6953 18.0781 11.6055 17.375 10.375 17.375C9.10938 17.375 8.01953 18.0781 7.45703 19.0625H6.4375V16.25C6.4375 15.9688 6.68359 15.6875 7 15.6875H23.875C24.7891 15.6875 25.5625 16.4609 25.5625 17.375V19.0625Z",
13
+ fill: color
14
+ })
15
+ });
16
+ }
17
+ export { CarSide as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function Crane({ color, size, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,21 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ function Crane({ color, size, ...rest }) {
4
+ return /*#__PURE__*/ jsx("svg", {
5
+ width: size,
6
+ height: size,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...rest,
11
+ children: /*#__PURE__*/ jsx("path", {
12
+ d: "M21 13.5455V16.3875C21 16.9011 20.9532 18.3181 20.4346 18.3181H19.6509C19.5729 19.2101 18.8594 19.9206 17.9587 19.994C16.9372 20.0751 16.0443 19.326 15.9585 18.3181H9.02592C8.94794 19.2101 8.2344 19.9206 7.33371 19.994C6.31216 20.0751 5.41927 19.326 5.33349 18.3181L4.60046 18.3258C4.38601 18.322 4 18.376 4 18.1637C4 18.1598 4 13.6343 4 13.6304C4.0039 13.4258 4.17546 13.2597 4.38601 13.2636H6.80734V12.3369C6.80734 12.1245 6.9672 11.9507 7.18165 11.9507H7.98876L8.70229 8.20511L6.76835 6.36321V8.22056C7.19335 8.37116 7.47408 8.76888 7.47018 9.21295C7.47018 9.80761 6.9906 10.2748 6.37454 10.2748C5.78188 10.2748 5.2828 9.76127 5.2828 9.15117C5.2828 8.93879 5.45826 8.76502 5.67271 8.76502C5.88716 8.76502 6.06262 8.93879 6.06262 9.15117C6.06262 9.33266 6.21468 9.50256 6.37454 9.50256C6.5539 9.50256 6.69037 9.37899 6.69037 9.21295C6.69037 9.04305 6.5578 8.92334 6.37844 8.92334C6.16399 8.92334 5.98853 8.74958 5.98853 8.5372V5.61022C5.89886 5.5021 5.87546 5.35923 5.93005 5.2318C5.99243 5.08893 6.1367 4.99625 6.29266 5.00012H7.73922C7.8211 5.00012 7.90298 5.02328 7.97317 5.06962L11.6149 7.76491C11.6929 7.82283 11.7436 7.90392 11.7631 8.00046L12.5117 11.9507H13.272C13.4904 11.9507 13.6658 12.1206 13.6697 12.3369V13.2636H14.8784V10.6378C14.8745 10.1281 15.2917 9.71494 15.8064 9.71108H17.4869C17.8378 9.71108 18.1615 9.90415 18.3252 10.2169L19.378 12.2442L20.4346 12.6921C20.7778 12.8389 21 13.1748 21 13.5455ZM15.8025 10.4834C15.7167 10.4872 15.6544 10.5606 15.6583 10.6417V12.1438H18.4539L17.6273 10.5606C17.6 10.5104 17.5454 10.4795 17.4869 10.4834H15.8025ZM9.5094 8.14719L8.78417 11.9507H11.7202L11.0261 8.30165L7.61055 5.7724H7.25963L9.39243 7.80352C9.4899 7.89234 9.5328 8.01977 9.5094 8.14719ZM7.58716 13.2636H12.8899V12.723H7.58716V13.2636ZM8.2539 18.1637C8.2539 17.5767 7.77431 17.1018 7.18165 17.1018C6.58899 17.1018 6.1094 17.5767 6.1094 18.1637C6.1094 18.7506 6.58899 19.2256 7.18165 19.2256C7.77431 19.2217 8.2539 18.7506 8.2539 18.1637ZM7.18165 16.3295C7.98486 16.3295 8.6672 16.8508 8.92454 17.5458H14.8784V14.0359H4.77982V17.5458H5.43876C5.6961 16.8508 6.37844 16.3295 7.18165 16.3295ZM18.875 18.1637C18.875 17.5767 18.3954 17.1018 17.8027 17.1018C17.2101 17.1018 16.7305 17.5767 16.7305 18.1637C16.7305 18.7506 17.2101 19.2256 17.8027 19.2256C18.3954 19.2217 18.875 18.7506 18.875 18.1637ZM20.2202 13.5455C20.2202 13.4798 20.1851 13.4219 20.1266 13.3949L19.0154 12.9161H15.6583V17.5458H16.0599C16.3172 16.8508 16.9995 16.3295 17.8028 16.3295C18.606 16.3295 19.2883 16.8508 19.5456 17.5458H19.9142C20.2202 17.5458 20.2202 16.4725 20.2202 16.3875L20.2202 13.5455Z",
13
+ fill: color,
14
+ stroke: color,
15
+ strokeWidth: "0.3",
16
+ strokeMiterlimit: "10",
17
+ strokeLinejoin: "round"
18
+ })
19
+ });
20
+ }
21
+ export { Crane as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function Forklift({ color, size, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,17 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ function Forklift({ color, size, ...rest }) {
4
+ return /*#__PURE__*/ jsx("svg", {
5
+ width: size,
6
+ height: size,
7
+ viewBox: "0 0 32 32",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...rest,
11
+ children: /*#__PURE__*/ jsx("path", {
12
+ d: "M19.375 19.3789V15.6172C19.375 15.3008 19.3047 14.9844 19.1641 14.7031L16.4219 8.30469C16.1406 7.67188 15.543 7.25 14.875 7.25H9.8125C8.86328 7.25 8.125 8.02344 8.125 8.9375V12.875H6.4375C5.48828 12.875 4.75 13.6484 4.75 14.5625V21.875C4.75 23.7383 6.26172 25.25 8.125 25.25C9.98828 25.25 11.5 23.7383 11.5 21.875H13.75C13.75 23.7383 15.2617 25.25 17.125 25.25C18.9883 25.25 20.5 23.7383 20.5 21.875C20.5 20.8906 20.043 20.0117 19.375 19.3789ZM9.8125 8.9375H14.875L17.6172 15.3711C17.6523 15.4414 17.6875 15.5117 17.6875 15.6172V15.6875H13.3984C13.082 15.6875 12.7656 15.582 12.5195 15.4062L9.8125 13.2617V8.9375ZM8.125 23.5625C7.17578 23.5625 6.4375 22.8242 6.4375 21.875C6.4375 20.9609 7.17578 20.1875 8.125 20.1875C9.03906 20.1875 9.8125 20.9609 9.8125 21.875C9.8125 22.8242 9.03906 23.5625 8.125 23.5625ZM14.207 20.1875H11.0078C10.4453 19.2031 9.35547 18.5 8.125 18.5C7.49219 18.5 6.92969 18.7109 6.4375 18.9922V14.5625H8.72266L11.4648 16.7422C12.0273 17.1641 12.6953 17.375 13.3984 17.375H17.6875V18.5703C17.4766 18.5352 17.3008 18.5 17.125 18.5C15.8594 18.5 14.7695 19.2031 14.207 20.1875ZM17.125 23.5625C16.1758 23.5625 15.4375 22.8242 15.4375 21.875C15.4375 20.9609 16.1758 20.1875 17.125 20.1875C18.0391 20.1875 18.8125 20.9609 18.8125 21.875C18.8125 22.8242 18.0391 23.5625 17.125 23.5625ZM26.6875 21.3125H23.3125V7.8125C23.3125 7.53125 23.0312 7.25 22.75 7.25H22.1875C21.8711 7.25 21.625 7.53125 21.625 7.8125V22.4375C21.625 22.7539 21.8711 23 22.1875 23H26.6875C26.9688 23 27.25 22.7539 27.25 22.4375V21.875C27.25 21.5938 26.9688 21.3125 26.6875 21.3125Z",
13
+ fill: color
14
+ })
15
+ });
16
+ }
17
+ export { Forklift as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function Motocycle({ color, size, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,17 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ function Motocycle({ color, size, ...rest }) {
4
+ return /*#__PURE__*/ jsx("svg", {
5
+ width: size,
6
+ height: size,
7
+ viewBox: "0 0 32 32",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...rest,
11
+ children: /*#__PURE__*/ jsx("path", {
12
+ d: "M22.75 14C22.1875 14 21.6602 14.1055 21.168 14.2812L20.0078 12.3125H23.0312C23.4883 12.3125 23.875 11.9609 23.875 11.4688V10.3438C23.875 9.88672 23.4883 9.5 23.0312 9.5H21.4141C21.168 9.5 20.957 9.64062 20.7812 9.78125L19.4102 11.3281L18.5664 9.85156C18.4258 9.64062 18.2148 9.5 17.9688 9.5H15.2969C15.0508 9.5 14.875 9.71094 14.875 9.92188V10.4844C14.875 10.7305 15.0508 10.9062 15.2969 10.9062H17.5469L18.6367 12.7344H12.4492C12.3086 12.5938 12.1328 12.4531 11.957 12.3125C11.2891 11.8555 10.4453 11.6094 9.25 11.6094H7.28125C6.85938 11.6094 6.57812 11.9258 6.57812 12.3125C6.57812 12.7344 6.85938 13.0156 7.28125 13.0156H9.25C10.0234 13.0156 10.5508 13.332 10.9375 13.7539L10.6562 14.2461C10.1992 14.1055 9.74219 14.0352 9.25 14.0352V14C6.75391 14 4.75 16.0391 4.75 18.5C4.75 20.9961 6.75391 23 9.25 23C11.2891 23 13.0117 21.6641 13.5391 19.7656H16.4219C16.8086 19.7656 17.125 19.4492 17.125 19.0625C17.0195 17.1289 17.9336 15.3359 19.5156 14.2461L19.9375 14.9844C18.918 15.793 18.25 17.0938 18.25 18.5C18.25 20.9961 20.2539 23 22.75 23C25.2109 23 27.25 20.9961 27.25 18.5C27.25 16.0391 25.2109 14 22.75 14ZM9.25 21.5938C7.52734 21.5938 6.15625 20.2227 6.15625 18.5C6.15625 16.8125 7.52734 15.4062 9.25 15.4062C9.49609 15.4062 9.74219 15.4414 9.95312 15.5117L8.19531 18.7461C7.94922 19.2031 8.26562 19.7656 8.82812 19.7656H12.0625C11.5703 20.8555 10.4805 21.5938 9.25 21.5938ZM15.7188 18.3594H9.98828L12.3086 14.1406H17.5117C16.4219 15.3359 15.8242 16.8477 15.7188 18.3594ZM22.75 21.5938C21.0273 21.5938 19.6562 20.2227 19.6562 18.5C19.6562 17.5859 20.043 16.7773 20.6758 16.2148L22.5391 19.4141C22.6797 19.5898 22.9258 19.6602 23.1367 19.5547L23.6289 19.2734C23.8047 19.1328 23.875 18.8867 23.7695 18.6758L21.9062 15.5469C22.1523 15.4766 22.4336 15.4414 22.7148 15.4414C22.7148 15.4414 22.7148 15.4062 22.75 15.4062C24.4375 15.4062 25.8438 16.8125 25.8438 18.5C25.8438 20.2227 24.4375 21.5938 22.75 21.5938Z",
13
+ fill: color
14
+ })
15
+ });
16
+ }
17
+ export { Motocycle as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function Paw({ color, size, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,17 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ function Paw({ color, size, ...rest }) {
4
+ return /*#__PURE__*/ jsx("svg", {
5
+ width: size,
6
+ height: size,
7
+ viewBox: "0 0 32 32",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...rest,
11
+ children: /*#__PURE__*/ jsx("path", {
12
+ d: "M9.60158 17.3398C10.6211 17.0938 11.1836 15.9336 10.7969 14.7031C10.4805 13.6133 9.56642 12.875 8.65236 12.875C8.54689 12.875 8.40626 12.9102 8.30079 12.9453C7.28126 13.1914 6.71876 14.3516 7.10548 15.582C7.42189 16.6367 8.33595 17.375 9.25001 17.375C9.35548 17.375 9.49611 17.375 9.60158 17.3398ZM8.44142 15.1953C8.33595 14.8438 8.40626 14.5625 8.47658 14.4219C8.54689 14.3164 8.58204 14.3164 8.6172 14.3164L8.65236 14.2812C8.89845 14.2812 9.28517 14.5625 9.46095 15.0898C9.56642 15.4414 9.49611 15.7227 9.42579 15.8633C9.35548 15.9688 9.32033 15.9688 9.25001 15.9688C9.00392 15.9688 8.6172 15.7227 8.44142 15.1953ZM18.1797 13.9648C18.3203 14 18.4258 14 18.5664 14C19.5508 14 20.5352 13.0859 20.9219 11.7148C21.3086 10.2031 20.7813 8.72656 19.6914 8.44531C19.586 8.41016 19.4453 8.375 19.3047 8.375C18.3203 8.375 17.336 9.32422 16.9492 10.6953C16.5625 12.207 17.0899 13.6836 18.1797 13.9648ZM18.3203 11.0469C18.5313 10.2383 19.0938 9.78125 19.3047 9.78125L19.3399 9.81641C19.375 9.81641 19.4102 9.85156 19.4805 9.95703C19.6211 10.2031 19.7266 10.7305 19.5508 11.3633C19.3399 12.1719 18.7774 12.5938 18.5313 12.5938C18.4961 12.5938 18.461 12.5586 18.3906 12.4531C18.25 12.207 18.1445 11.6797 18.3203 11.0469ZM23.6641 12.9453C23.5586 12.9102 23.418 12.875 23.3125 12.875C22.3985 12.875 21.4844 13.6133 21.168 14.7031C20.7813 15.9336 21.3438 17.0938 22.3633 17.3398C22.4688 17.375 22.6094 17.375 22.7149 17.375C23.6289 17.375 24.543 16.6367 24.8594 15.582C25.2461 14.3516 24.6836 13.1914 23.6641 12.9453ZM23.5235 15.1953C23.3477 15.6875 22.961 15.9688 22.6797 15.9688C22.6445 15.9688 22.6094 15.9688 22.5391 15.8633C22.4688 15.7227 22.3985 15.4414 22.5039 15.0898C22.6797 14.5625 23.0664 14.2812 23.3125 14.2812L23.3477 14.3164C23.3828 14.3164 23.418 14.3164 23.4883 14.4219C23.5586 14.5625 23.6289 14.8438 23.5235 15.1953ZM13.3985 14C13.5391 14 13.6445 14 13.7852 13.9648C14.875 13.6836 15.4024 12.207 15.0156 10.6953C14.6289 9.32422 13.6445 8.375 12.6602 8.375C12.5195 8.375 12.4141 8.41016 12.2735 8.44531C11.1836 8.72656 10.6563 10.2031 11.043 11.7148C11.4297 13.0859 12.4141 14 13.3985 14ZM12.4844 9.95703C12.5547 9.85156 12.5899 9.81641 12.625 9.81641L12.6602 9.78125C12.8711 9.78125 13.4336 10.2383 13.6445 11.0469C13.8203 11.6797 13.7149 12.207 13.5742 12.4531C13.5039 12.5586 13.4688 12.5938 13.3985 12.5938C13.1875 12.5938 12.625 12.1719 12.4141 11.3633C12.2383 10.7305 12.3438 10.2031 12.4844 9.95703ZM16 15.125C13.1875 15.125 9.25001 19.4492 9.25001 22.1914C9.25001 23.4219 10.1641 24.125 11.7461 24.125C13.4688 24.125 14.5938 23.2461 16 23.2461C17.3711 23.2461 18.4961 24.125 20.2188 24.125C21.8008 24.125 22.75 23.4219 22.75 22.1914C22.75 19.4492 18.7774 15.125 16 15.125ZM21.0274 22.2969C20.9922 22.332 20.7813 22.4375 20.2188 22.4375C19.586 22.4375 19.0235 22.2617 18.3906 22.0508C17.7227 21.8398 16.9141 21.5586 16 21.5586C15.0508 21.5586 14.2774 21.8398 13.5742 22.0508C12.9414 22.2617 12.3789 22.4375 11.7461 22.4375C11.1836 22.4375 10.9727 22.332 10.9375 22.2969C10.9375 22.2969 10.9375 22.2617 10.9375 22.1914C10.9375 20.293 14.1719 16.8125 16 16.8125C17.793 16.8125 21.0625 20.293 21.0625 22.1914C21.0625 22.2617 21.0274 22.2969 21.0274 22.2969Z",
13
+ fill: color
14
+ })
15
+ });
16
+ }
17
+ export { Paw as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function Plane({ color, size, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;