@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,59 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function Whatsapp({ 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.2041 5.76205C16.5581 4.11505 14.3691 3.20705 12.0371 3.20605C7.23014 3.20605 3.31914 7.11505 3.31814 11.9201C3.31614 13.4491 3.71714 14.9521 4.48114 16.2771L3.24414 20.7931L7.86614 19.5811C9.14514 20.2771 10.5771 20.6421 12.0331 20.6421H12.0371C16.8421 20.6421 20.7531 16.7321 20.7551 11.9271C20.7561 9.59905 19.8501 7.41005 18.2041 5.76205Z",
16
+ stroke: color,
17
+ strokeWidth: weight,
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }),
21
+ /*#__PURE__*/ jsx("path", {
22
+ d: "M13.0952 13.5599L13.5012 13.1569C13.8742 12.7869 14.4642 12.7399 14.8942 13.0419C15.3102 13.3339 15.6862 13.5959 16.0362 13.8399C16.5922 14.2259 16.6592 15.0179 16.1802 15.4959L15.8212 15.8549",
23
+ stroke: color,
24
+ strokeWidth: weight,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ }),
28
+ /*#__PURE__*/ jsx("path", {
29
+ d: "M8.14502 8.1789L8.50402 7.8199C8.98202 7.3419 9.77402 7.4089 10.16 7.9639C10.403 8.3139 10.665 8.6899 10.958 9.1059C11.26 9.5359 11.214 10.1259 10.843 10.4989L10.44 10.9049",
30
+ stroke: color,
31
+ strokeWidth: weight,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ }),
35
+ /*#__PURE__*/ jsx("path", {
36
+ d: "M15.8212 15.8548C14.3402 17.3288 11.8512 16.0768 9.88623 14.1108",
37
+ stroke: color,
38
+ strokeWidth: weight,
39
+ strokeLinecap: "round",
40
+ strokeLinejoin: "round"
41
+ }),
42
+ /*#__PURE__*/ jsx("path", {
43
+ d: "M9.88807 14.1137C7.92307 12.1477 6.67107 9.65971 8.14507 8.17871",
44
+ stroke: color,
45
+ strokeWidth: weight,
46
+ strokeLinecap: "round",
47
+ strokeLinejoin: "round"
48
+ }),
49
+ /*#__PURE__*/ jsx("path", {
50
+ d: "M10.4399 10.9048C10.7589 11.4078 11.1679 11.9058 11.6299 12.3678L11.6319 12.3698C12.0939 12.8318 12.5919 13.2408 13.0949 13.5598",
51
+ stroke: color,
52
+ strokeWidth: weight,
53
+ strokeLinecap: "round",
54
+ strokeLinejoin: "round"
55
+ })
56
+ ]
57
+ });
58
+ }
59
+ export { Whatsapp as default };
@@ -0,0 +1,6 @@
1
+ import Whatsapp from "./Whatsapp";
2
+ import GoogleAnalytics from "./GoogleAnalytics";
3
+ export declare const SOCIAL_MEDIA: {
4
+ "sm whatsapp": typeof Whatsapp;
5
+ "sm google-analytics": typeof GoogleAnalytics;
6
+ };
@@ -0,0 +1,7 @@
1
+ import Whatsapp from "./Whatsapp/index.js";
2
+ import GoogleAnalytics from "./GoogleAnalytics/index.js";
3
+ const SOCIAL_MEDIA = {
4
+ "sm whatsapp": Whatsapp,
5
+ "sm google-analytics": GoogleAnalytics
6
+ };
7
+ export { SOCIAL_MEDIA };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function BoatShip({ 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 BoatShip({ 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: "M2.99658 18.6281C4.09704 18.1279 5.49762 18.1279 6.59808 18.6281C7.69854 19.1283 9.09912 19.1283 10.1996 18.6281C11.3 18.1279 12.7006 18.1279 13.8011 18.6281C14.9015 19.1283 16.3021 19.1283 17.4026 18.6281C18.503 18.1279 19.9036 18.1279 21.0041 18.6281",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M6.59814 21.6291C7.6986 22.1293 9.09919 22.1293 10.1996 21.6291C11.3001 21.1289 12.7007 21.1289 13.8011 21.6291C14.9016 22.1293 16.3022 22.1293 17.4026 21.6291",
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: "M14.001 11.9999V3.73747C14.001 2.87711 15.1174 2.53897 15.5946 3.25527L20.5227 10.6484C20.9089 11.2256 20.4947 11.9999 19.7994 11.9999H14.001Z",
30
+ stroke: color,
31
+ strokeWidth: weight,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ }),
35
+ /*#__PURE__*/ jsx("path", {
36
+ d: "M11.0001 15.0014V2.95034C11.0001 2.00795 9.77755 1.63779 9.25433 2.42212L3.85708 10.5185C3.43491 11.1518 3.8881 12.0001 4.64941 12.0001H11.0001",
37
+ stroke: color,
38
+ strokeWidth: weight,
39
+ strokeLinecap: "round",
40
+ strokeLinejoin: "round"
41
+ }),
42
+ /*#__PURE__*/ jsx("path", {
43
+ d: "M19.9038 18.3028L21.0043 15.0015H3.74707L5.39176 18.2918",
44
+ stroke: color,
45
+ strokeWidth: weight,
46
+ strokeLinecap: "round",
47
+ strokeLinejoin: "round"
48
+ })
49
+ ]
50
+ });
51
+ }
52
+ export { BoatShip as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function Car({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,80 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function Car({ 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: "M21.0041 18.5029V20.0036C21.0041 20.5558 20.5559 21.004 20.0037 21.004H18.0029C17.4506 21.004 17.0024 20.5558 17.0024 20.0036V18.5029",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M6.99825 18.5029V20.0036C6.99825 20.5558 6.55006 21.004 5.99783 21.004H3.997C3.44477 21.004 2.99658 20.5558 2.99658 20.0036V18.5029",
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: "M2.99658 18.5028V13.7439C2.99658 12.9475 3.31271 12.1842 3.87595 11.622L4.99742 10.4995H19.0032L20.1247 11.621C20.688 12.1842 21.0041 12.9475 21.0041 13.7439V18.5028H2.99658Z",
30
+ stroke: color,
31
+ strokeWidth: weight,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ }),
35
+ /*#__PURE__*/ jsx("path", {
36
+ d: "M21.0042 14.5011L18.0029 14.7512",
37
+ stroke: color,
38
+ strokeWidth: weight,
39
+ strokeLinecap: "round",
40
+ strokeLinejoin: "round"
41
+ }),
42
+ /*#__PURE__*/ jsx("path", {
43
+ d: "M5.99783 14.7512L2.99658 14.5011",
44
+ stroke: color,
45
+ strokeWidth: weight,
46
+ strokeLinecap: "round",
47
+ strokeLinejoin: "round"
48
+ }),
49
+ /*#__PURE__*/ jsx("path", {
50
+ d: "M7.99854 18.5027L8.99895 15.5015H15.0015L16.0019 18.5027",
51
+ stroke: color,
52
+ strokeWidth: weight,
53
+ strokeLinecap: "round",
54
+ strokeLinejoin: "round"
55
+ }),
56
+ /*#__PURE__*/ jsx("path", {
57
+ d: "M21.0043 9.49913L19.0034 9.99934",
58
+ stroke: color,
59
+ strokeWidth: weight,
60
+ strokeLinecap: "round",
61
+ strokeLinejoin: "round"
62
+ }),
63
+ /*#__PURE__*/ jsx("path", {
64
+ d: "M4.99742 9.99934L2.99658 9.49913",
65
+ stroke: color,
66
+ strokeWidth: weight,
67
+ strokeLinecap: "round",
68
+ strokeLinejoin: "round"
69
+ }),
70
+ /*#__PURE__*/ jsx("path", {
71
+ d: "M4.99756 10.4994V9.99315L5.83391 6.85484C6.12503 5.75939 7.11744 4.99707 8.24991 4.99707H15.8371C16.9946 4.99707 18.001 5.7914 18.2701 6.91787L19.0034 9.99315V10.4994",
72
+ stroke: color,
73
+ strokeWidth: weight,
74
+ strokeLinecap: "round",
75
+ strokeLinejoin: "round"
76
+ })
77
+ ]
78
+ });
79
+ }
80
+ export { Car as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function Train({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,73 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function Train({ 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: "M18.0026 21.5044L16.2139 18.8203",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M5.99756 21.5045L7.7873 18.8193",
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: "M15.0012 19.0032H8.99874C6.78882 19.0032 4.99707 17.2115 4.99707 15.0016V5.99783C4.99707 4.34014 6.34063 2.99658 7.99832 2.99658H16.0017C17.6593 2.99658 19.0029 4.34014 19.0029 5.99783V15.0016C19.0029 17.2115 17.2112 19.0032 15.0012 19.0032Z",
30
+ stroke: color,
31
+ strokeWidth: weight,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ }),
35
+ /*#__PURE__*/ jsx("path", {
36
+ d: "M9.99902 5.49777H14.0007",
37
+ stroke: color,
38
+ strokeWidth: weight,
39
+ strokeLinecap: "round",
40
+ strokeLinejoin: "round"
41
+ }),
42
+ /*#__PURE__*/ jsx("path", {
43
+ d: "M7.92139 16.0022H8.99884",
44
+ stroke: color,
45
+ strokeWidth: weight,
46
+ strokeLinecap: "round",
47
+ strokeLinejoin: "round"
48
+ }),
49
+ /*#__PURE__*/ jsx("path", {
50
+ d: "M16.0018 16.0022H14.9243",
51
+ stroke: color,
52
+ strokeWidth: weight,
53
+ strokeLinecap: "round",
54
+ strokeLinejoin: "round"
55
+ }),
56
+ /*#__PURE__*/ jsx("path", {
57
+ d: "M4.99707 7.99874H19.0029",
58
+ stroke: color,
59
+ strokeWidth: weight,
60
+ strokeLinecap: "round",
61
+ strokeLinejoin: "round"
62
+ }),
63
+ /*#__PURE__*/ jsx("path", {
64
+ d: "M19.0029 13.0007H4.99707",
65
+ stroke: color,
66
+ strokeWidth: weight,
67
+ strokeLinecap: "round",
68
+ strokeLinejoin: "round"
69
+ })
70
+ ]
71
+ });
72
+ }
73
+ export { Train as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function TruckCargo({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,80 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function TruckCargo({ 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: "M19.103 9.99951H21.0038C21.556 9.99951 22.0042 10.4477 22.0042 10.9999V12.0003C22.0042 12.5526 21.556 13.0008 21.0038 13.0008H19.5032",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M4.8973 9.99951H2.99651C2.44428 9.99951 1.99609 10.4477 1.99609 10.9999V12.0003C1.99609 12.5526 2.44428 13.0008 2.99651 13.0008H4.49714",
21
+ stroke: color,
22
+ strokeWidth: weight,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M7.59033 15.7517H8.59075",
28
+ stroke: color,
29
+ strokeWidth: weight,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ }),
33
+ /*#__PURE__*/ jsx("path", {
34
+ d: "M15.5938 15.7517H16.5942",
35
+ stroke: color,
36
+ strokeWidth: weight,
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round"
39
+ }),
40
+ /*#__PURE__*/ jsx("path", {
41
+ d: "M4.99756 9.49929V4.99742C4.99756 3.89195 5.89293 2.99658 6.99839 2.99658H17.0026C18.108 2.99658 19.0034 3.89195 19.0034 4.99742V9.49929",
42
+ stroke: color,
43
+ strokeWidth: weight,
44
+ strokeLinecap: "round",
45
+ strokeLinejoin: "round"
46
+ }),
47
+ /*#__PURE__*/ jsx("path", {
48
+ d: "M19.4633 12.0002H4.53711",
49
+ stroke: color,
50
+ strokeWidth: weight,
51
+ strokeLinecap: "round",
52
+ strokeLinejoin: "round"
53
+ }),
54
+ /*#__PURE__*/ jsx("path", {
55
+ fillRule: "evenodd",
56
+ clipRule: "evenodd",
57
+ d: "M4.49707 12.7925V17.0022C4.49707 18.1077 5.39244 19.003 6.4979 19.003H17.5025C18.6079 19.003 19.5033 18.1077 19.5033 17.0022V12.7925C19.5033 12.2652 19.4513 11.74 19.3483 11.2228L18.825 8.60672C18.638 7.67133 17.8166 6.99805 16.8622 6.99805H7.13817C6.18377 6.99805 5.36243 7.67133 5.17535 8.60672L4.65213 11.2228C4.54909 11.74 4.49707 12.2652 4.49707 12.7925Z",
58
+ stroke: color,
59
+ strokeWidth: weight,
60
+ strokeLinecap: "round",
61
+ strokeLinejoin: "round"
62
+ }),
63
+ /*#__PURE__*/ jsx("path", {
64
+ d: "M8.23465 19.0031V20.5037C8.23465 21.0559 7.78646 21.5041 7.23423 21.5041H6.23382C5.68159 21.5041 5.2334 21.0559 5.2334 20.5037V18.5469",
65
+ stroke: color,
66
+ strokeWidth: weight,
67
+ strokeLinecap: "round",
68
+ strokeLinejoin: "round"
69
+ }),
70
+ /*#__PURE__*/ jsx("path", {
71
+ d: "M18.7669 18.5469V20.5037C18.7669 21.0559 18.3187 21.5041 17.7665 21.5041H16.766C16.2138 21.5041 15.7656 21.0559 15.7656 20.5037V19.0031",
72
+ stroke: color,
73
+ strokeWidth: weight,
74
+ strokeLinecap: "round",
75
+ strokeLinejoin: "round"
76
+ })
77
+ ]
78
+ });
79
+ }
80
+ export { TruckCargo as default };
@@ -0,0 +1,10 @@
1
+ import TruckCargo from "./TruckCargo";
2
+ import Car from "./Car";
3
+ import Train from "./Train";
4
+ import BoatShip from "./BoatShip";
5
+ export declare const TRANSPORTATION: {
6
+ "trs truck-cargo": typeof TruckCargo;
7
+ "trs car": typeof Car;
8
+ "trs train": typeof Train;
9
+ "trs boat-ship": typeof BoatShip;
10
+ };
@@ -0,0 +1,11 @@
1
+ import TruckCargo from "./TruckCargo/index.js";
2
+ import Car from "./Car/index.js";
3
+ import Train from "./Train/index.js";
4
+ import BoatShip from "./BoatShip/index.js";
5
+ const TRANSPORTATION = {
6
+ "trs truck-cargo": TruckCargo,
7
+ "trs car": Car,
8
+ "trs train": Train,
9
+ "trs boat-ship": BoatShip
10
+ };
11
+ export { TRANSPORTATION };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function GroupUser({ 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 GroupUser({ 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: "M20.7923 9.52368C21.5824 10.3137 21.5824 11.5946 20.7923 12.3846C20.0023 13.1747 18.7214 13.1747 17.9314 12.3846C17.1414 11.5946 17.1414 10.3137 17.9314 9.52368C18.7214 8.73364 20.0023 8.73364 20.7923 9.52368",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M14.2024 5.91236C15.4189 7.12884 15.4189 9.10115 14.2024 10.3176C12.9859 11.5341 11.0136 11.5341 9.79713 10.3176C8.58065 9.10116 8.58065 7.12885 9.79713 5.91236C11.0136 4.69588 12.9859 4.69588 14.2024 5.91236",
21
+ stroke: color,
22
+ strokeWidth: weight,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M6.06871 9.52368C6.85874 10.3137 6.85874 11.5946 6.06871 12.3846C5.27868 13.1747 3.99779 13.1747 3.20776 12.3846C2.41773 11.5946 2.41773 10.3137 3.20776 9.52368C3.99779 8.73364 5.27868 8.73364 6.06871 9.52368",
28
+ stroke: color,
29
+ strokeWidth: weight,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ }),
33
+ /*#__PURE__*/ jsx("path", {
34
+ d: "M23.0002 18.9998V17.9038C23.0002 16.5228 21.8812 15.4038 20.5002 15.4038H19.6992",
35
+ stroke: color,
36
+ strokeWidth: weight,
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round"
39
+ }),
40
+ /*#__PURE__*/ jsx("path", {
41
+ d: "M1 18.9998V17.9038C1 16.5228 2.119 15.4038 3.5 15.4038H4.301",
42
+ stroke: color,
43
+ strokeWidth: weight,
44
+ strokeLinecap: "round",
45
+ strokeLinejoin: "round"
46
+ }),
47
+ /*#__PURE__*/ jsx("path", {
48
+ d: "M17.3392 18.9999V17.3989C17.3392 15.4659 15.7722 13.8989 13.8392 13.8989H10.1602C8.22716 13.8989 6.66016 15.4659 6.66016 17.3989V18.9999",
49
+ stroke: color,
50
+ strokeWidth: weight,
51
+ strokeLinecap: "round",
52
+ strokeLinejoin: "round"
53
+ })
54
+ ]
55
+ });
56
+ }
57
+ export { GroupUser as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function UserProfile10({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,59 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function UserProfile10({ 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.91422 10.1786C10.6953 10.9596 10.6953 12.2259 9.91422 13.007C9.13317 13.788 7.86684 13.788 7.08579 13.007C6.30474 12.2259 6.30474 10.9596 7.08579 10.1786C7.86684 9.39751 9.13317 9.39751 9.91422 10.1786",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M15 11H19",
21
+ stroke: color,
22
+ strokeWidth: weight,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M18 14.5H15",
28
+ stroke: color,
29
+ strokeWidth: weight,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ }),
33
+ /*#__PURE__*/ jsx("path", {
34
+ d: "M12 18.0408C11.83 17.6138 11.567 17.2298 11.229 16.9168V16.9168C10.658 16.3878 9.908 16.0928 9.129 16.0928H7.871C7.092 16.0928 6.342 16.3868 5.771 16.9168V16.9168C5.433 17.2288 5.17 17.6128 5 18.0408",
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: "M13 7H11C10.448 7 10 6.552 10 6V3C10 2.448 10.448 2 11 2H13C13.552 2 14 2.448 14 3V6C14 6.552 13.552 7 13 7Z",
44
+ stroke: color,
45
+ strokeWidth: weight,
46
+ strokeLinecap: "round",
47
+ strokeLinejoin: "round"
48
+ }),
49
+ /*#__PURE__*/ jsx("path", {
50
+ d: "M10 5H4.041C2.914 5 2 5.914 2 7.041V19C2 20.105 2.895 21 4 21H20C21.105 21 22 20.105 22 19V7C22 5.895 21.105 5 20 5H14",
51
+ stroke: color,
52
+ strokeWidth: weight,
53
+ strokeLinecap: "round",
54
+ strokeLinejoin: "round"
55
+ })
56
+ ]
57
+ });
58
+ }
59
+ export { UserProfile10 as default };
@@ -0,0 +1,6 @@
1
+ import UserProfile10 from "./UserProfile10";
2
+ import GroupUser from "./GroupUser";
3
+ export declare const USER: {
4
+ "usr user-profile-10": typeof UserProfile10;
5
+ "usr group-user": typeof GroupUser;
6
+ };
@@ -0,0 +1,7 @@
1
+ import UserProfile10 from "./UserProfile10/index.js";
2
+ import GroupUser from "./GroupUser/index.js";
3
+ const USER = {
4
+ "usr user-profile-10": UserProfile10,
5
+ "usr group-user": GroupUser
6
+ };
7
+ export { USER };
@@ -0,0 +1 @@
1
+ export { default as Icon } from "./Icon";
package/dist/index.js ADDED
@@ -0,0 +1,2 @@
1
+ import Icon from "./Icon/index.js";
2
+ export { Icon };
@@ -0,0 +1,6 @@
1
+ import type { SVGProps } from "react";
2
+ export default interface ICommonIconProps extends SVGProps<SVGSVGElement> {
3
+ color?: string;
4
+ size?: string;
5
+ weight?: string;
6
+ }
File without changes
@@ -0,0 +1,2 @@
1
+ import type ICONS from "../Icon/svg/icons";
2
+ export type IconsNames = keyof typeof ICONS;
File without changes
package/package.json ADDED
@@ -0,0 +1,36 @@
1
+ {
2
+ "name": "@ftdata/f-icons",
3
+ "version": "0.0.1",
4
+ "type": "module",
5
+ "exports": {
6
+ ".": {
7
+ "types": "./dist/index.d.ts",
8
+ "import": "./dist/index.js"
9
+ }
10
+ },
11
+ "types": "./dist/index.d.ts",
12
+ "files": [
13
+ "dist"
14
+ ],
15
+ "devDependencies": {
16
+ "@types/react": "^19.1.8",
17
+ "@rsbuild/plugin-react": "^1.3.2",
18
+ "@rslib/core": "^0.10.4",
19
+ "typescript": "^5.8.3"
20
+ },
21
+ "peerDependencies": {
22
+ "react": ">=16.9.0",
23
+ "react-dom": ">=16.9.0"
24
+ },
25
+ "publishConfig": {
26
+ "access": "public"
27
+ },
28
+ "scripts": {
29
+ "build": "rslib build",
30
+ "build:storybook": "storybook build",
31
+ "dev": "rslib build --watch",
32
+ "format": "prettier --write .",
33
+ "lint": "eslint .",
34
+ "storybook": "storybook dev"
35
+ }
36
+ }