@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 PlusAddSquare({ 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: "M18 20H6C4.895 20 4 19.105 4 18V6C4 4.895 4.895 4 6 4H18C19.105 4 20 4.895 20 6V18C20 19.105 19.105 20 18 20Z",
16
+ stroke: color,
17
+ strokeWidth: weight,
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }),
21
+ /*#__PURE__*/ jsx("path", {
22
+ d: "M12 8V16",
23
+ stroke: color,
24
+ strokeWidth: weight,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ }),
28
+ /*#__PURE__*/ jsx("path", {
29
+ d: "M16 12H8",
30
+ stroke: color,
31
+ strokeWidth: weight,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ })
35
+ ]
36
+ });
37
+ }
38
+ export { PlusAddSquare as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function Question({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,38 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function Question({ 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: "M12 21V21C7.029 21 3 16.971 3 12V12C3 7.029 7.029 3 12 3V3C16.971 3 21 7.029 21 12V12C21 16.971 16.971 21 12 21Z",
16
+ stroke: color,
17
+ strokeWidth: weight,
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }),
21
+ /*#__PURE__*/ jsx("path", {
22
+ d: "M12 13.25V13C12 12.183 12.505 11.74 13.011 11.4C13.505 11.067 14 10.633 14 9.83301C14 8.72801 13.105 7.83301 12 7.83301C10.895 7.83301 10 8.72801 10 9.83301",
23
+ stroke: color,
24
+ strokeWidth: weight,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ }),
28
+ /*#__PURE__*/ jsx("path", {
29
+ d: "M11.999 16C11.861 16 11.749 16.112 11.75 16.25C11.75 16.388 11.862 16.5 12 16.5C12.138 16.5 12.25 16.388 12.25 16.25C12.25 16.112 12.138 16 11.999 16",
30
+ stroke: color,
31
+ strokeWidth: weight,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ })
35
+ ]
36
+ });
37
+ }
38
+ export { Question as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function SearchLoupe({ 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 SearchLoupe({ 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: "M11.0585 18.121C14.9587 18.121 18.1205 14.9592 18.1205 11.059C18.1205 7.15881 14.9587 3.99707 11.0585 3.99707C7.15832 3.99707 3.99658 7.15881 3.99658 11.059C3.99658 14.9592 7.15832 18.121 11.0585 18.121Z",
16
+ stroke: color,
17
+ strokeWidth: weight,
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }),
21
+ /*#__PURE__*/ jsx("path", {
22
+ d: "M20.0034 20.0034L16.0518 16.0518",
23
+ stroke: color,
24
+ strokeWidth: weight,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ })
28
+ ]
29
+ });
30
+ }
31
+ export { SearchLoupe as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function SettingFilter({ 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 SettingFilter({ 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.6012 7.5047L17.1592 4.9467C17.1932 4.9127 17.1822 4.8527 17.1382 4.8337C15.6862 4.2127 13.9022 4.4727 12.7052 5.6697C11.5432 6.8317 11.2372 8.4837 11.7882 9.8897L7.95522 13.7227C7.32222 14.3557 7.32222 15.3827 7.95522 16.0167V16.0167C8.58822 16.6497 9.61522 16.6497 10.2492 16.0167L14.1132 12.1527C15.5202 12.7027 17.1712 12.3977 18.3332 11.2357C19.5322 10.0367 19.8502 8.2497 19.1712 6.7977C19.1512 6.7557 19.0932 6.7447 19.0592 6.7777L16.4362 9.3397V9.3397L15.5192 8.4227L14.6012 7.5047Z",
16
+ stroke: color,
17
+ strokeWidth: weight,
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }),
21
+ /*#__PURE__*/ jsx("path", {
22
+ d: "M11 2.55273C6.224 3.05273 2.5 7.09073 2.5 11.9997C2.5 17.2467 6.753 21.4997 12 21.4997C16.909 21.4997 20.947 17.7757 21.447 12.9997",
23
+ stroke: color,
24
+ strokeWidth: weight,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ })
28
+ ]
29
+ });
30
+ }
31
+ export { SettingFilter as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function Settings({ 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 Settings({ 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: "M13.909 10.0906C14.9634 11.145 14.9634 12.8546 13.909 13.909C12.8546 14.9634 11.145 14.9634 10.0906 13.909C9.0362 12.8546 9.0362 11.145 10.0906 10.0906C11.145 9.0362 12.8546 9.0362 13.909 10.0906",
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: "M5.24987 12C5.24987 12.297 5.27687 12.594 5.31287 12.882L3.72487 14.124C3.37287 14.4 3.27687 14.893 3.50087 15.28L4.91287 17.723C5.13587 18.11 5.60987 18.273 6.02487 18.107L7.44687 17.536C7.72787 17.423 8.04087 17.468 8.29287 17.635C8.51287 17.781 8.74087 17.915 8.97687 18.035C9.24687 18.172 9.44287 18.417 9.48587 18.717L9.70287 20.23C9.76587 20.672 10.1449 21 10.5909 21H13.4079C13.8539 21 14.2329 20.672 14.2959 20.23L14.5129 18.718C14.5559 18.418 14.7539 18.171 15.0249 18.035C15.2599 17.917 15.4869 17.784 15.7059 17.639C15.9599 17.471 16.2739 17.423 16.5559 17.537L17.9749 18.107C18.3889 18.273 18.8629 18.11 19.0869 17.723L20.4989 15.28C20.7229 14.893 20.6269 14.399 20.2749 14.124L18.6869 12.882C18.7229 12.594 18.7499 12.297 18.7499 12C18.7499 11.703 18.7229 11.406 18.6869 11.118L20.2749 9.876C20.6269 9.6 20.7229 9.107 20.4989 8.72L19.0869 6.277C18.8639 5.89 18.3899 5.727 17.9749 5.893L16.5559 6.463C16.2739 6.576 15.9599 6.529 15.7059 6.361C15.4869 6.216 15.2599 6.083 15.0249 5.965C14.7539 5.829 14.5559 5.582 14.5129 5.282L14.2969 3.77C14.2339 3.328 13.8549 3 13.4089 3H10.5919C10.1459 3 9.76687 3.328 9.70387 3.77L9.48587 5.284C9.44287 5.583 9.24587 5.829 8.97687 5.966C8.74087 6.086 8.51287 6.221 8.29287 6.366C8.03987 6.532 7.72687 6.577 7.44587 6.464L6.02487 5.893C5.60987 5.727 5.13587 5.89 4.91287 6.277L3.50087 8.72C3.27687 9.107 3.37287 9.601 3.72487 9.876L5.31287 11.118C5.27687 11.406 5.24987 11.703 5.24987 12V12Z",
23
+ stroke: color,
24
+ strokeWidth: weight,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ })
28
+ ]
29
+ });
30
+ }
31
+ export { Settings as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function Share({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,36 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function Share({ 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 17V3",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M15 6L12 3L9 6",
21
+ stroke: color,
22
+ strokeWidth: weight,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M8 10H5C3.895 10 3 10.895 3 12V19C3 20.105 3.895 21 5 21H19C20.105 21 21 20.105 21 19V12C21 10.895 20.105 10 19 10H16",
28
+ stroke: color,
29
+ strokeWidth: weight,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ })
33
+ ]
34
+ });
35
+ }
36
+ export { Share as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function SignOutRight({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,36 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function SignOutRight({ 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: "M9.85986 12H19.9999",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M10.8638 19.981L6.69581 20C5.50081 20.006 4.52881 19.048 4.52881 17.865V6.135C4.52881 4.956 5.49381 4 6.68581 4H10.9998",
21
+ stroke: color,
22
+ strokeWidth: weight,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M16 16L20 12L16 8",
28
+ stroke: color,
29
+ strokeWidth: weight,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ })
33
+ ]
34
+ });
35
+ }
36
+ export { SignOutRight as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function StarsLightSparkleAlt({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,84 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function StarsLightSparkleAlt({ 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: "M5.99776 2.99609C5.99776 5.20615 4.20615 6.99776 1.99609 6.99776C4.20615 6.99776 5.99776 8.78937 5.99776 10.9994C5.99776 8.78937 7.78937 6.99776 9.99943 6.99776C7.78937 6.99776 5.99776 5.20615 5.99776 2.99609Z",
16
+ stroke: color,
17
+ strokeWidth: weight,
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }),
21
+ /*#__PURE__*/ jsx("path", {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M17.0021 15.0012C17.0021 12.2387 14.7626 9.99915 12 9.99915C14.7626 9.99915 17.0021 7.75964 17.0021 4.99707C17.0021 7.75964 19.2416 9.99915 22.0042 9.99915C19.2416 9.99915 17.0021 12.2387 17.0021 15.0012Z",
25
+ stroke: color,
26
+ strokeWidth: weight,
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round"
29
+ }),
30
+ /*#__PURE__*/ jsx("path", {
31
+ d: "M17.0022 15.001V16.0014",
32
+ stroke: color,
33
+ strokeWidth: weight,
34
+ strokeLinecap: "round",
35
+ strokeLinejoin: "round"
36
+ }),
37
+ /*#__PURE__*/ jsx("path", {
38
+ d: "M17.0022 4.99749V3.99707",
39
+ stroke: color,
40
+ strokeWidth: weight,
41
+ strokeLinecap: "round",
42
+ strokeLinejoin: "round"
43
+ }),
44
+ /*#__PURE__*/ jsx("path", {
45
+ d: "M9.99923 21.0039V22.0043",
46
+ stroke: color,
47
+ strokeWidth: weight,
48
+ strokeLinecap: "round",
49
+ strokeLinejoin: "round"
50
+ }),
51
+ /*#__PURE__*/ jsx("path", {
52
+ d: "M9.99923 14.0014V13.001",
53
+ stroke: color,
54
+ strokeWidth: weight,
55
+ strokeLinecap: "round",
56
+ strokeLinejoin: "round"
57
+ }),
58
+ /*#__PURE__*/ jsx("path", {
59
+ d: "M5.99777 11V12.0004",
60
+ stroke: color,
61
+ strokeWidth: weight,
62
+ strokeLinecap: "round",
63
+ strokeLinejoin: "round"
64
+ }),
65
+ /*#__PURE__*/ jsx("path", {
66
+ d: "M5.99777 1.99609V2.99651",
67
+ stroke: color,
68
+ strokeWidth: weight,
69
+ strokeLinecap: "round",
70
+ strokeLinejoin: "round"
71
+ }),
72
+ /*#__PURE__*/ jsx("path", {
73
+ fillRule: "evenodd",
74
+ clipRule: "evenodd",
75
+ d: "M9.99923 13.501C9.99923 15.711 8.20762 17.5026 5.99756 17.5026C8.20762 17.5026 9.99923 19.2943 9.99923 21.5043C9.99923 19.2943 11.7908 17.5026 14.0009 17.5026C11.7908 17.5026 9.99923 15.711 9.99923 13.501Z",
76
+ stroke: color,
77
+ strokeWidth: weight,
78
+ strokeLinecap: "round",
79
+ strokeLinejoin: "round"
80
+ })
81
+ ]
82
+ });
83
+ }
84
+ export { StarsLightSparkleAlt as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function StickerSmile1({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,52 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function StickerSmile1({ 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.8269 21H9.17285C5.85885 21 3.17285 18.314 3.17285 15V9C3.17285 5.686 5.85885 3 9.17285 3H14.8259C18.1399 3 20.8259 5.686 20.8259 9V15C20.8269 18.314 18.1399 21 14.8269 21Z",
16
+ stroke: color,
17
+ strokeWidth: weight,
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }),
21
+ /*#__PURE__*/ jsx("path", {
22
+ d: "M10 9.5V10.5",
23
+ stroke: color,
24
+ strokeWidth: weight,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ }),
28
+ /*#__PURE__*/ jsx("path", {
29
+ d: "M14 9.5V10.5",
30
+ stroke: color,
31
+ strokeWidth: weight,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ }),
35
+ /*#__PURE__*/ jsx("path", {
36
+ d: "M12 15.5005C9.812 15.5005 8.5 14.1885 8.5 14.1885",
37
+ stroke: color,
38
+ strokeWidth: weight,
39
+ strokeLinecap: "round",
40
+ strokeLinejoin: "round"
41
+ }),
42
+ /*#__PURE__*/ jsx("path", {
43
+ d: "M15.5 14.1885C15.5 14.1885 14.188 15.5005 12 15.5005",
44
+ stroke: color,
45
+ strokeWidth: weight,
46
+ strokeLinecap: "round",
47
+ strokeLinejoin: "round"
48
+ })
49
+ ]
50
+ });
51
+ }
52
+ export { StickerSmile1 as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function ThunderLightningNotifications({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,22 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ function ThunderLightningNotifications({ color, size, weight, ...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
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M12.967 3L4.75 14H12L11.033 21L19.25 10H12L12.967 3Z",
15
+ stroke: color,
16
+ strokeWidth: weight,
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ })
20
+ });
21
+ }
22
+ export { ThunderLightningNotifications as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function TrashDeleteBin1({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,50 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function TrashDeleteBin1({ 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: "M5 7H19",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M18 7V18C18 19.105 17.105 20 16 20H8C6.895 20 6 19.105 6 18V7",
21
+ stroke: color,
22
+ strokeWidth: weight,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M15 3.75H9",
28
+ stroke: color,
29
+ strokeWidth: weight,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ }),
33
+ /*#__PURE__*/ jsx("path", {
34
+ d: "M10 11V16",
35
+ stroke: color,
36
+ strokeWidth: weight,
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round"
39
+ }),
40
+ /*#__PURE__*/ jsx("path", {
41
+ d: "M14 11V16",
42
+ stroke: color,
43
+ strokeWidth: weight,
44
+ strokeLinecap: "round",
45
+ strokeLinejoin: "round"
46
+ })
47
+ ]
48
+ });
49
+ }
50
+ export { TrashDeleteBin1 as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function VideoCamera({ 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 VideoCamera({ 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: "M13.125 17.75H5.25C4.007 17.75 3 16.743 3 15.5V8.5C3 7.257 4.007 6.25 5.25 6.25H13.125C14.368 6.25 15.375 7.257 15.375 8.5V15.5C15.375 16.743 14.368 17.75 13.125 17.75Z",
16
+ stroke: color,
17
+ strokeWidth: weight,
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }),
21
+ /*#__PURE__*/ jsx("path", {
22
+ d: "M15.375 13.097L19.17 16.151C19.906 16.744 21 16.22 21 15.275V8.725C21 7.78 19.906 7.256 19.17 7.849L15.375 10.903",
23
+ stroke: color,
24
+ strokeWidth: weight,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ })
28
+ ]
29
+ });
30
+ }
31
+ export { VideoCamera as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function WarningCheck({ 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 WarningCheck({ 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: "M14.6668 12.167L11.0002 15.8337L9.3335 14.167",
23
+ stroke: color,
24
+ strokeWidth: weight,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ })
28
+ ]
29
+ });
30
+ }
31
+ export { WarningCheck as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function WarningCircle({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,38 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function WarningCircle({ 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: "M12 3V3C16.971 3 21 7.029 21 12V12C21 16.971 16.971 21 12 21V21C7.029 21 3 16.971 3 12V12C3 7.029 7.029 3 12 3Z",
16
+ stroke: color,
17
+ strokeWidth: weight,
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }),
21
+ /*#__PURE__*/ jsx("path", {
22
+ d: "M12 12.5V7.5",
23
+ stroke: color,
24
+ strokeWidth: weight,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ }),
28
+ /*#__PURE__*/ jsx("path", {
29
+ d: "M11.999 16C11.861 16 11.749 16.112 11.75 16.25C11.75 16.388 11.862 16.5 12 16.5C12.138 16.5 12.25 16.388 12.25 16.25C12.25 16.112 12.138 16 11.999 16",
30
+ stroke: color,
31
+ strokeWidth: weight,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ })
35
+ ]
36
+ });
37
+ }
38
+ export { WarningCircle as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function WarningTriangle({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;