@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,92 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function GroupCopy({ 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: "M8.92008 17.5008C9.70113 18.2819 9.70113 19.5482 8.92008 20.3293C8.13903 21.1103 6.8727 21.1103 6.09165 20.3293C5.3106 19.5482 5.3106 18.2819 6.09165 17.5008C6.8727 16.7198 8.13903 16.7198 8.92008 17.5008",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M17.9084 17.5008C18.6894 18.2819 18.6894 19.5482 17.9084 20.3293C17.1273 21.1103 15.861 21.1103 15.0799 20.3293C14.2989 19.5482 14.2989 18.2819 15.0799 17.5008C15.861 16.7198 17.1273 16.7198 17.9084 17.5008",
21
+ stroke: color,
22
+ strokeWidth: weight,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M6.14322 8.95395C6.92427 9.735 6.92427 11.0013 6.14322 11.7824C5.36217 12.5634 4.09584 12.5634 3.31479 11.7824C2.53374 11.0013 2.53374 9.735 3.31479 8.95395C4.09584 8.1729 5.36217 8.1729 6.14322 8.95395",
28
+ stroke: color,
29
+ strokeWidth: weight,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ }),
33
+ /*#__PURE__*/ jsx("path", {
34
+ d: "M13.4142 3.67075C14.1953 4.4518 14.1953 5.71813 13.4142 6.49918C12.6332 7.28023 11.3668 7.28023 10.5858 6.49918C9.80474 5.71813 9.80474 4.4518 10.5858 3.67075C11.3668 2.8897 12.6332 2.8897 13.4142 3.67075",
35
+ stroke: color,
36
+ strokeWidth: weight,
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round"
39
+ }),
40
+ /*#__PURE__*/ jsx("path", {
41
+ d: "M20.6852 8.95395C21.4663 9.735 21.4663 11.0013 20.6852 11.7824C19.9042 12.5634 18.6378 12.5634 17.8568 11.7824C17.0757 11.0013 17.0757 9.735 17.8568 8.95395C18.6378 8.1729 19.9042 8.1729 20.6852 8.95395",
42
+ stroke: color,
43
+ strokeWidth: weight,
44
+ strokeLinecap: "round",
45
+ strokeLinejoin: "round"
46
+ }),
47
+ /*#__PURE__*/ jsx("path", {
48
+ d: "M13.4142 11.0296C14.1953 11.8107 14.1953 13.077 13.4142 13.8581C12.6332 14.6391 11.3668 14.6391 10.5858 13.8581C9.80474 13.077 9.80474 11.8107 10.5858 11.0296C11.3668 10.2486 12.6332 10.2486 13.4142 11.0296",
49
+ stroke: color,
50
+ strokeWidth: weight,
51
+ strokeLinecap: "round",
52
+ strokeLinejoin: "round"
53
+ }),
54
+ /*#__PURE__*/ jsx("path", {
55
+ d: "M13.1401 14.0801L15.3501 17.2801",
56
+ stroke: color,
57
+ strokeWidth: weight,
58
+ strokeLinecap: "round",
59
+ strokeLinejoin: "round"
60
+ }),
61
+ /*#__PURE__*/ jsx("path", {
62
+ d: "M10.8599 14.0801L8.6499 17.2701",
63
+ stroke: color,
64
+ strokeWidth: weight,
65
+ strokeLinecap: "round",
66
+ strokeLinejoin: "round"
67
+ }),
68
+ /*#__PURE__*/ jsx("path", {
69
+ d: "M10.0901 11.8998L6.64014 10.9098",
70
+ stroke: color,
71
+ strokeWidth: weight,
72
+ strokeLinecap: "round",
73
+ strokeLinejoin: "round"
74
+ }),
75
+ /*#__PURE__*/ jsx("path", {
76
+ d: "M12 10.4398V7.08984",
77
+ stroke: color,
78
+ strokeWidth: weight,
79
+ strokeLinecap: "round",
80
+ strokeLinejoin: "round"
81
+ }),
82
+ /*#__PURE__*/ jsx("path", {
83
+ d: "M13.9102 11.8998L17.3602 10.9098",
84
+ stroke: color,
85
+ strokeWidth: weight,
86
+ strokeLinecap: "round",
87
+ strokeLinejoin: "round"
88
+ })
89
+ ]
90
+ });
91
+ }
92
+ export { GroupCopy as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function Home({ 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 Home({ 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: "M4 8.6001V21.0001H20V8.6001",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M2 10L12 3L22 10",
21
+ stroke: color,
22
+ strokeWidth: weight,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M15 21V15C15 13.895 14.105 13 13 13H11C9.895 13 9 13.895 9 15V21",
28
+ stroke: color,
29
+ strokeWidth: weight,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ })
33
+ ]
34
+ });
35
+ }
36
+ export { Home as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function InfoInformation({ 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 InfoInformation({ 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 17V12H11",
23
+ stroke: color,
24
+ strokeWidth: weight,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ }),
28
+ /*#__PURE__*/ jsx("path", {
29
+ d: "M11.749 8C11.611 8 11.499 8.112 11.5 8.25C11.5 8.388 11.612 8.5 11.75 8.5C11.888 8.5 12 8.388 12 8.25C12 8.112 11.888 8 11.749 8",
30
+ stroke: color,
31
+ strokeWidth: weight,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ })
35
+ ]
36
+ });
37
+ }
38
+ export { InfoInformation as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function InterruptedLineCircle({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,78 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function InterruptedLineCircle({ 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.5743 3.14477C13.0623 3.05577 12.5383 2.99977 12.0003 2.99977C11.4623 2.99977 10.9383 3.05577 10.4263 3.14477",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M20.5179 8.97266C20.8709 9.94166 21.0729 10.9827 21.0729 12.0727",
21
+ stroke: color,
22
+ strokeWidth: weight,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M18.9482 6.24268C18.2702 5.43568 17.4512 4.75268 16.5332 4.22168",
28
+ stroke: color,
29
+ strokeWidth: weight,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ }),
33
+ /*#__PURE__*/ jsx("path", {
34
+ d: "M7.46725 4.22168C6.54925 4.75268 5.73125 5.43568 5.05225 6.24268",
35
+ stroke: color,
36
+ strokeWidth: weight,
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round"
39
+ }),
40
+ /*#__PURE__*/ jsx("path", {
41
+ d: "M2.92709 12.0727C2.92709 10.9817 3.12909 9.94066 3.48209 8.97266",
42
+ stroke: color,
43
+ strokeWidth: weight,
44
+ strokeLinecap: "round",
45
+ strokeLinejoin: "round"
46
+ }),
47
+ /*#__PURE__*/ jsx("path", {
48
+ d: "M7.46729 19.9238C8.36729 20.4448 9.36429 20.8138 10.4263 20.9998",
49
+ stroke: color,
50
+ strokeWidth: weight,
51
+ strokeLinecap: "round",
52
+ strokeLinejoin: "round"
53
+ }),
54
+ /*#__PURE__*/ jsx("path", {
55
+ d: "M3.48193 15.1729C3.84793 16.1769 4.37793 17.0999 5.05193 17.9029",
56
+ stroke: color,
57
+ strokeWidth: weight,
58
+ strokeLinecap: "round",
59
+ strokeLinejoin: "round"
60
+ }),
61
+ /*#__PURE__*/ jsx("path", {
62
+ d: "M13.5742 20.9998C14.6362 20.8138 15.6322 20.4448 16.5332 19.9238",
63
+ stroke: color,
64
+ strokeWidth: weight,
65
+ strokeLinecap: "round",
66
+ strokeLinejoin: "round"
67
+ }),
68
+ /*#__PURE__*/ jsx("path", {
69
+ d: "M18.9482 17.9029C19.6222 17.0999 20.1522 16.1769 20.5182 15.1729",
70
+ stroke: color,
71
+ strokeWidth: weight,
72
+ strokeLinecap: "round",
73
+ strokeLinejoin: "round"
74
+ })
75
+ ]
76
+ });
77
+ }
78
+ export { InterruptedLineCircle as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function KeyboardAlt({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,71 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function KeyboardAlt({ 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: "M6 7H5C4.448 7 4 6.552 4 6V5C4 4.448 4.448 4 5 4H6C6.552 4 7 4.448 7 5V6C7 6.552 6.552 7 6 7Z",
16
+ stroke: color,
17
+ strokeWidth: weight
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M12.5 7H11.5C10.948 7 10.5 6.552 10.5 6V5C10.5 4.448 10.948 4 11.5 4H12.5C13.052 4 13.5 4.448 13.5 5V6C13.5 6.552 13.052 7 12.5 7Z",
23
+ stroke: color,
24
+ strokeWidth: weight
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ d: "M19 7H18C17.448 7 17 6.552 17 6V5C17 4.448 17.448 4 18 4H19C19.552 4 20 4.448 20 5V6C20 6.552 19.552 7 19 7Z",
30
+ stroke: color,
31
+ strokeWidth: weight
32
+ }),
33
+ /*#__PURE__*/ jsx("path", {
34
+ d: "M8 18L12 20L16 18",
35
+ stroke: color,
36
+ strokeWidth: weight,
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round"
39
+ }),
40
+ /*#__PURE__*/ jsx("path", {
41
+ fillRule: "evenodd",
42
+ clipRule: "evenodd",
43
+ d: "M10.5 6V5C10.5 4.448 10.948 4 11.5 4H12.5C13.052 4 13.5 4.448 13.5 5V6C13.5 6.552 13.052 7 12.5 7H11.5C10.948 7 10.5 6.552 10.5 6Z",
44
+ stroke: color,
45
+ strokeWidth: weight
46
+ }),
47
+ /*#__PURE__*/ jsx("path", {
48
+ fillRule: "evenodd",
49
+ clipRule: "evenodd",
50
+ d: "M6 13.5H5C4.448 13.5 4 13.052 4 12.5V11.5C4 10.948 4.448 10.5 5 10.5H6C6.552 10.5 7 10.948 7 11.5V12.5C7 13.052 6.552 13.5 6 13.5Z",
51
+ stroke: color,
52
+ strokeWidth: weight
53
+ }),
54
+ /*#__PURE__*/ jsx("path", {
55
+ fillRule: "evenodd",
56
+ clipRule: "evenodd",
57
+ d: "M12.5 13.5H11.5C10.948 13.5 10.5 13.052 10.5 12.5V11.5C10.5 10.948 10.948 10.5 11.5 10.5H12.5C13.052 10.5 13.5 10.948 13.5 11.5V12.5C13.5 13.052 13.052 13.5 12.5 13.5Z",
58
+ stroke: color,
59
+ strokeWidth: weight
60
+ }),
61
+ /*#__PURE__*/ jsx("path", {
62
+ fillRule: "evenodd",
63
+ clipRule: "evenodd",
64
+ d: "M19 13.5H18C17.448 13.5 17 13.052 17 12.5V11.5C17 10.948 17.448 10.5 18 10.5H19C19.552 10.5 20 10.948 20 11.5V12.5C20 13.052 19.552 13.5 19 13.5Z",
65
+ stroke: color,
66
+ strokeWidth: weight
67
+ })
68
+ ]
69
+ });
70
+ }
71
+ export { KeyboardAlt as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function MenuBurgerSquare({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,44 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ function MenuBurgerSquare({ color, size, weight, ...rest }) {
3
+ return /*#__PURE__*/ jsxs("svg", {
4
+ width: size,
5
+ height: size,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ ...rest,
10
+ children: [
11
+ /*#__PURE__*/ jsx("path", {
12
+ d: "M8.5 15H15.5",
13
+ stroke: color,
14
+ "stroke-width": weight,
15
+ "stroke-linecap": "round",
16
+ "stroke-linejoin": "round"
17
+ }),
18
+ /*#__PURE__*/ jsx("path", {
19
+ d: "M8.5 12H15.5",
20
+ stroke: color,
21
+ "stroke-width": weight,
22
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round"
24
+ }),
25
+ /*#__PURE__*/ jsx("path", {
26
+ d: "M8.5 9H15.5",
27
+ stroke: color,
28
+ "stroke-width": weight,
29
+ "stroke-linecap": "round",
30
+ "stroke-linejoin": "round"
31
+ }),
32
+ /*#__PURE__*/ jsx("path", {
33
+ "fill-rule": "evenodd",
34
+ "clip-rule": "evenodd",
35
+ 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",
36
+ stroke: color,
37
+ "stroke-width": weight,
38
+ "stroke-linecap": "round",
39
+ "stroke-linejoin": "round"
40
+ })
41
+ ]
42
+ });
43
+ }
44
+ export { MenuBurgerSquare as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function Minus2({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,20 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import "react";
3
+ function Minus2({ 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
+ d: "M22 16H10",
13
+ stroke: color,
14
+ strokeWidth: weight,
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round"
17
+ })
18
+ });
19
+ }
20
+ export { Minus2 as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function MinusCircle({ 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 MinusCircle({ 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: "M16 12H8",
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 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",
23
+ stroke: color,
24
+ strokeWidth: weight,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ })
28
+ ]
29
+ });
30
+ }
31
+ export { MinusCircle as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function Moon({ 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 Moon({ 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: "M18.395 13.0269C18.725 12.8719 19.077 13.1969 18.985 13.5499C18.671 14.7519 18.054 15.8959 17.104 16.8459C14.283 19.6669 9.77001 19.7259 7.02201 16.9779C4.27401 14.2299 4.33401 9.71589 7.15501 6.89489C8.10501 5.94489 9.24801 5.32789 10.451 5.01389C10.804 4.92189 11.128 5.27389 10.974 5.60389C9.97201 7.74289 10.301 10.3049 11.998 12.0019C13.694 13.6999 16.256 14.0289 18.395 13.0269V13.0269Z",
15
+ stroke: color,
16
+ strokeWidth: weight,
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ })
20
+ });
21
+ }
22
+ export { Moon as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function Pin({ 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 Pin({ 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 21.0042V15.502",
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: "M14.9011 10.499H9.09871C7.71535 10.4993 6.51136 11.445 6.1835 12.789L6.05044 13.3352C5.92301 13.8573 6.04239 14.4089 6.37427 14.8316C6.70615 15.2543 7.21376 15.5011 7.75115 15.5011H16.2547C16.7921 15.5011 17.2997 15.2543 17.6316 14.8316C17.9635 14.4089 18.0828 13.8573 17.9554 13.3352L17.8223 12.789C17.494 11.4429 16.2867 10.4965 14.9011 10.499V10.499Z",
23
+ stroke: color,
24
+ strokeWidth: weight,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ }),
28
+ /*#__PURE__*/ jsx("path", {
29
+ d: "M14.7514 10.4992L14.1011 6.59759C14.0394 6.22892 14.1883 5.85657 14.4873 5.63219L15.6018 4.79684C15.9463 4.53848 16.0868 4.08866 15.9506 3.68015C15.8144 3.27164 15.4321 2.99609 15.0015 2.99609H8.99902C8.56841 2.99609 8.18611 3.27164 8.04994 3.68015C7.91377 4.08866 8.05428 4.53848 8.39877 4.79684L9.51323 5.63219C9.8122 5.85657 9.96114 6.22892 9.89939 6.59759L9.24912 10.4992",
30
+ stroke: color,
31
+ strokeWidth: weight,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ })
35
+ ]
36
+ });
37
+ }
38
+ export { Pin as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function PinAlt({ 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 PinAlt({ 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: "M3.5 20.0009L7.87 15.6309",
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: "M4.95585 11.2945C4.56485 11.6855 4.56485 12.3185 4.95585 12.7085L7.87385 15.6265L10.7918 18.5445C11.1828 18.9355 11.8158 18.9355 12.2058 18.5445L13.3808 17.3695C13.5688 17.1815 13.6738 16.9275 13.6738 16.6625V12.7265L16.5738 9.82646L18.8828 9.94946C19.1658 9.96446 19.4428 9.85846 19.6428 9.65846L20.2168 9.08446C20.6078 8.69346 20.6078 8.06046 20.2168 7.67046L15.8308 3.28446C15.4398 2.89346 14.8068 2.89346 14.4168 3.28446L13.8428 3.85846C13.6418 4.05946 13.5358 4.33546 13.5518 4.61846L13.6748 6.92746L10.7748 9.82746H6.83785C6.57285 9.82746 6.31785 9.93246 6.13085 10.1205L4.95585 11.2945V11.2945Z",
23
+ stroke: color,
24
+ strokeWidth: weight,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ }),
28
+ /*#__PURE__*/ jsx("path", {
29
+ d: "M16.5699 9.83066L13.6699 6.93066",
30
+ stroke: color,
31
+ strokeWidth: weight,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ })
35
+ ]
36
+ });
37
+ }
38
+ export { PinAlt as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function PlusAdd({ 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 PlusAdd({ 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 8V16",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M16 12H8",
21
+ stroke: color,
22
+ strokeWidth: weight,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ fillRule: "evenodd",
28
+ clipRule: "evenodd",
29
+ 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",
30
+ stroke: color,
31
+ strokeWidth: weight,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ })
35
+ ]
36
+ });
37
+ }
38
+ export { PlusAdd as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function PlusAdd4({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,29 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function PlusAdd4({ 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: "M16 10V22",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M22 16H10",
21
+ stroke: color,
22
+ strokeWidth: weight,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ })
26
+ ]
27
+ });
28
+ }
29
+ export { PlusAdd4 as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function PlusAddSquare({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;