@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,12 @@
1
+ import BatteryEletrecityGenerator from "./BatteryEletrecityGenerator";
2
+ import Brakes from "./Brakes";
3
+ import Driver from "./Driver";
4
+ import GasStation from "./GasStation";
5
+ import Speedometer from "./Speedometer";
6
+ export declare const CAR_AND_SERVICES: {
7
+ "cs battery-eletrecity-generator": typeof BatteryEletrecityGenerator;
8
+ "cs brakes": typeof Brakes;
9
+ "cs driver": typeof Driver;
10
+ "cs gas-station": typeof GasStation;
11
+ "cs speedometer": typeof Speedometer;
12
+ };
@@ -0,0 +1,13 @@
1
+ import BatteryEletrecityGenerator from "./BatteryEletrecityGenerator/index.js";
2
+ import Brakes from "./Brakes/index.js";
3
+ import Driver from "./Driver/index.js";
4
+ import GasStation from "./GasStation/index.js";
5
+ import Speedometer from "./Speedometer/index.js";
6
+ const CAR_AND_SERVICES = {
7
+ "cs battery-eletrecity-generator": BatteryEletrecityGenerator,
8
+ "cs brakes": Brakes,
9
+ "cs driver": Driver,
10
+ "cs gas-station": GasStation,
11
+ "cs speedometer": Speedometer
12
+ };
13
+ export { CAR_AND_SERVICES };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function BookAlt({ 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 BookAlt({ 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: "M17 18H6",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M3 18V6C3 4.343 4.343 3 6 3H16C17.105 3 18 3.895 18 5V14C18 14.552 17.552 15 17 15H6C4.343 15 3 16.343 3 18V18C3 19.657 4.343 21 6 21H19C20.105 21 21 20.105 21 19V5",
21
+ stroke: color,
22
+ strokeWidth: weight,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ })
26
+ ]
27
+ });
28
+ }
29
+ export { BookAlt as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function PenEdit({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,43 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function PenEdit({ 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 13.067V18.972C21 20.092 20.099 21 18.987 21H5.013C3.901 21 3 20.092 3 18.972V6.028C3 4.908 3.901 4 5.013 4H12",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M7.82812 17.172L11.5591 16.239C11.7351 16.195 11.8951 16.104 12.0241 15.976L20.4141 7.58599C21.1951 6.80499 21.1951 5.53899 20.4141 4.75799L20.2421 4.58599C19.4611 3.80499 18.1951 3.80499 17.4141 4.58599L9.02412 12.976C8.89612 13.104 8.80513 13.265 8.76113 13.441L7.82813 17.172",
21
+ stroke: color,
22
+ strokeWidth: weight,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M15.8301 6.17004L18.8301 9.17004",
28
+ stroke: color,
29
+ strokeWidth: weight,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ }),
33
+ /*#__PURE__*/ jsx("path", {
34
+ d: "M11.5463 16.242C11.5603 16.136 11.5783 16.031 11.5783 15.921C11.5783 14.54 10.4593 13.421 9.07832 13.421C8.96832 13.421 8.86332 13.44 8.75732 13.453",
35
+ stroke: color,
36
+ strokeWidth: weight,
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round"
39
+ })
40
+ ]
41
+ });
42
+ }
43
+ export { PenEdit as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function PenEditAlt({ 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 PenEditAlt({ 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.293 15.619L15.619 5.29299C16.009 4.90299 16.642 4.90299 17.032 5.29299L18.708 6.96899C19.098 7.35899 19.098 7.99199 18.708 8.38199L8.381 18.707C8.194 18.895 7.94 19 7.675 19H5V16.325C5 16.06 5.105 15.806 5.293 15.619Z",
16
+ stroke: color,
17
+ strokeWidth: weight,
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }),
21
+ /*#__PURE__*/ jsx("path", {
22
+ d: "M13.75 7.16003L16.84 10.25",
23
+ stroke: color,
24
+ strokeWidth: weight,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ })
28
+ ]
29
+ });
30
+ }
31
+ export { PenEditAlt as default };
@@ -0,0 +1,8 @@
1
+ import PenEdit from "./PenEdit";
2
+ import PenEditAlt from "./PenEditAlt";
3
+ import BookAlt from "./BookAlt";
4
+ export declare const CONTENT: {
5
+ "cnt pen-edit": typeof PenEdit;
6
+ "cnt pen-edit-alt": typeof PenEditAlt;
7
+ "cnt book-alt": typeof BookAlt;
8
+ };
@@ -0,0 +1,9 @@
1
+ import PenEdit from "./PenEdit/index.js";
2
+ import PenEditAlt from "./PenEditAlt/index.js";
3
+ import BookAlt from "./BookAlt/index.js";
4
+ const CONTENT = {
5
+ "cnt pen-edit": PenEdit,
6
+ "cnt pen-edit-alt": PenEditAlt,
7
+ "cnt book-alt": BookAlt
8
+ };
9
+ export { CONTENT };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function WarehouseDeliveryChekmark({ 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 WarehouseDeliveryChekmark({ 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: "M6.99805 21.0039H12.0001",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M9.99951 7.9985H14.0012",
21
+ stroke: color,
22
+ strokeWidth: weight,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M6.99805 15.0014H12.0001",
28
+ stroke: color,
29
+ strokeWidth: weight,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ }),
33
+ /*#__PURE__*/ jsx("path", {
34
+ d: "M6.99805 18.0026H12.0001",
35
+ stroke: color,
36
+ strokeWidth: weight,
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round"
39
+ }),
40
+ /*#__PURE__*/ jsx("path", {
41
+ d: "M17.0022 12H6.99805V21.0037",
42
+ stroke: color,
43
+ strokeWidth: weight,
44
+ strokeLinecap: "round",
45
+ strokeLinejoin: "round"
46
+ }),
47
+ /*#__PURE__*/ jsx("path", {
48
+ d: "M12.0003 21.0038H2.99658V7.88735C2.99658 7.16077 3.3908 6.49138 4.02601 6.13862L11.0289 2.248C11.6333 1.91212 12.3683 1.91212 12.9727 2.248L19.9757 6.13862C20.6105 6.49164 21.0041 7.16098 21.0041 7.88735V12.0001",
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: "M16.0019 15.0015H21.004C21.5565 15.0015 22.0044 15.4494 22.0044 16.0019V21.004C22.0044 21.5565 21.5565 22.0044 21.004 22.0044H16.0019C15.4494 22.0044 15.0015 21.5565 15.0015 21.004V16.0019C15.0015 15.4494 15.4494 15.0015 16.0019 15.0015Z",
58
+ stroke: color,
59
+ strokeWidth: weight,
60
+ strokeLinecap: "round",
61
+ strokeLinejoin: "round"
62
+ }),
63
+ /*#__PURE__*/ jsx("path", {
64
+ d: "M19.6941 17.7585L18.2025 19.2462L17.3081 18.3538",
65
+ stroke: color,
66
+ strokeWidth: weight,
67
+ strokeLinecap: "round",
68
+ strokeLinejoin: "round"
69
+ })
70
+ ]
71
+ });
72
+ }
73
+ export { WarehouseDeliveryChekmark as default };
@@ -0,0 +1,4 @@
1
+ import WarehouseDeliveryChekmark from "./WarehouseDeliveryCheckmark";
2
+ export declare const DELIVERY: {
3
+ "dlv warehouse-delivery-checkmark": typeof WarehouseDeliveryChekmark;
4
+ };
@@ -0,0 +1,5 @@
1
+ import WarehouseDeliveryCheckmark from "./WarehouseDeliveryCheckmark/index.js";
2
+ const DELIVERY = {
3
+ "dlv warehouse-delivery-checkmark": WarehouseDeliveryCheckmark
4
+ };
5
+ export { DELIVERY };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function AnchorSelectEdit({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,97 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function AnchorSelectEdit({ color, size, weight, ...rest }) {
4
+ return /*#__PURE__*/ jsxs("svg", {
5
+ width: size,
6
+ height: size,
7
+ viewBox: "0 0 16 16",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...rest,
11
+ children: [
12
+ /*#__PURE__*/ jsx("path", {
13
+ d: "M3.33333 4.66797V11.3346",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M12.6654 6.0013V4.66797",
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: "M4 13.9987H2.66667C2.29867 13.9987 2 13.7 2 13.332V11.9987C2 11.6307 2.29867 11.332 2.66667 11.332H4C4.368 11.332 4.66667 11.6307 4.66667 11.9987V13.332C4.66667 13.7 4.368 13.9987 4 13.9987Z",
30
+ stroke: color,
31
+ strokeWidth: weight,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ }),
35
+ /*#__PURE__*/ jsx("path", {
36
+ fillRule: "evenodd",
37
+ clipRule: "evenodd",
38
+ d: "M4 13.9987H2.66667C2.29867 13.9987 2 13.7 2 13.332V11.9987C2 11.6307 2.29867 11.332 2.66667 11.332H4C4.368 11.332 4.66667 11.6307 4.66667 11.9987V13.332C4.66667 13.7 4.368 13.9987 4 13.9987Z",
39
+ stroke: color,
40
+ strokeWidth: weight,
41
+ strokeLinecap: "round",
42
+ strokeLinejoin: "round"
43
+ }),
44
+ /*#__PURE__*/ jsx("path", {
45
+ fillRule: "evenodd",
46
+ clipRule: "evenodd",
47
+ d: "M13.332 4.66667H11.9987C11.6307 4.66667 11.332 4.368 11.332 4V2.66667C11.332 2.29867 11.6307 2 11.9987 2H13.332C13.7 2 13.9987 2.29867 13.9987 2.66667V4C13.9987 4.368 13.7 4.66667 13.332 4.66667Z",
48
+ stroke: color,
49
+ strokeWidth: weight,
50
+ strokeLinecap: "round",
51
+ strokeLinejoin: "round"
52
+ }),
53
+ /*#__PURE__*/ jsx("path", {
54
+ fillRule: "evenodd",
55
+ clipRule: "evenodd",
56
+ d: "M4 4.66667H2.66667C2.29867 4.66667 2 4.368 2 4V2.66667C2 2.29867 2.29867 2 2.66667 2H4C4.368 2 4.66667 2.29867 4.66667 2.66667V4C4.66667 4.368 4.368 4.66667 4 4.66667Z",
57
+ stroke: color,
58
+ strokeWidth: weight,
59
+ strokeLinecap: "round",
60
+ strokeLinejoin: "round"
61
+ }),
62
+ /*#__PURE__*/ jsx("path", {
63
+ fillRule: "evenodd",
64
+ clipRule: "evenodd",
65
+ d: "M4 4.66667H2.66667C2.29867 4.66667 2 4.368 2 4V2.66667C2 2.29867 2.29867 2 2.66667 2H4C4.368 2 4.66667 2.29867 4.66667 2.66667V4C4.66667 4.368 4.368 4.66667 4 4.66667Z",
66
+ stroke: color,
67
+ strokeWidth: weight,
68
+ strokeLinecap: "round",
69
+ strokeLinejoin: "round"
70
+ }),
71
+ /*#__PURE__*/ jsx("path", {
72
+ d: "M4.66797 12.6654H6.66797",
73
+ stroke: color,
74
+ strokeWidth: weight,
75
+ strokeLinecap: "round",
76
+ strokeLinejoin: "round"
77
+ }),
78
+ /*#__PURE__*/ jsx("path", {
79
+ d: "M11.3346 3.33333H4.66797",
80
+ stroke: color,
81
+ strokeWidth: weight,
82
+ strokeLinecap: "round",
83
+ strokeLinejoin: "round"
84
+ }),
85
+ /*#__PURE__*/ jsx("path", {
86
+ fillRule: "evenodd",
87
+ clipRule: "evenodd",
88
+ d: "M9.33203 14.0015H11.2174L14.47 10.7488C14.7307 10.4881 14.7307 10.0661 14.47 9.80614L13.5274 8.86347C13.2667 8.6028 12.8447 8.6028 12.5847 8.86347L9.33203 12.1161V14.0015H9.33203Z",
89
+ stroke: color,
90
+ strokeWidth: weight,
91
+ strokeLinecap: "round",
92
+ strokeLinejoin: "round"
93
+ })
94
+ ]
95
+ });
96
+ }
97
+ export { AnchorSelectEdit as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function AnchorSquareSelect({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,79 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function AnchorSquareSelect({ 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 7V17",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M19 17V7",
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: "M20 21H18C17.448 21 17 20.552 17 20V18C17 17.448 17.448 17 18 17H20C20.552 17 21 17.448 21 18V20C21 20.552 20.552 21 20 21Z",
30
+ stroke: color,
31
+ strokeWidth: weight,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ }),
35
+ /*#__PURE__*/ jsx("path", {
36
+ fillRule: "evenodd",
37
+ clipRule: "evenodd",
38
+ d: "M6 21H4C3.448 21 3 20.552 3 20V18C3 17.448 3.448 17 4 17H6C6.552 17 7 17.448 7 18V20C7 20.552 6.552 21 6 21Z",
39
+ stroke: color,
40
+ strokeWidth: weight,
41
+ strokeLinecap: "round",
42
+ strokeLinejoin: "round"
43
+ }),
44
+ /*#__PURE__*/ jsx("path", {
45
+ fillRule: "evenodd",
46
+ clipRule: "evenodd",
47
+ d: "M20 7H18C17.448 7 17 6.552 17 6V4C17 3.448 17.448 3 18 3H20C20.552 3 21 3.448 21 4V6C21 6.552 20.552 7 20 7Z",
48
+ stroke: color,
49
+ strokeWidth: weight,
50
+ strokeLinecap: "round",
51
+ strokeLinejoin: "round"
52
+ }),
53
+ /*#__PURE__*/ jsx("path", {
54
+ fillRule: "evenodd",
55
+ clipRule: "evenodd",
56
+ d: "M6 7H4C3.448 7 3 6.552 3 6V4C3 3.448 3.448 3 4 3H6C6.552 3 7 3.448 7 4V6C7 6.552 6.552 7 6 7Z",
57
+ stroke: color,
58
+ strokeWidth: weight,
59
+ strokeLinecap: "round",
60
+ strokeLinejoin: "round"
61
+ }),
62
+ /*#__PURE__*/ jsx("path", {
63
+ d: "M7 19H17",
64
+ stroke: color,
65
+ strokeWidth: weight,
66
+ strokeLinecap: "round",
67
+ strokeLinejoin: "round"
68
+ }),
69
+ /*#__PURE__*/ jsx("path", {
70
+ d: "M17 5H7",
71
+ stroke: color,
72
+ strokeWidth: weight,
73
+ strokeLinecap: "round",
74
+ strokeLinejoin: "round"
75
+ })
76
+ ]
77
+ });
78
+ }
79
+ export { AnchorSquareSelect as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function Layers({ 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 Layers({ 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: "M3 7.024L11.987 11.049L21 7.024L12.013 3L3 7.024Z",
16
+ stroke: color,
17
+ strokeWidth: weight,
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round"
20
+ }),
21
+ /*#__PURE__*/ jsx("path", {
22
+ d: "M15.436 14.4844L21 16.9764L11.987 21.0004L3 16.9764L8.564 14.4914",
23
+ stroke: color,
24
+ strokeWidth: weight,
25
+ strokeLinecap: "round",
26
+ strokeLinejoin: "round"
27
+ }),
28
+ /*#__PURE__*/ jsx("path", {
29
+ d: "M15.436 9.50781L21 11.9988L11.987 16.0228L3 11.9988L8.564 9.51481",
30
+ stroke: color,
31
+ strokeWidth: weight,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ })
35
+ ]
36
+ });
37
+ }
38
+ export { Layers as default };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function Ruler1({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,66 @@
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import "react";
3
+ function Ruler1({ 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.23438 14.3633L6.26022 16.3901",
14
+ stroke: color,
15
+ strokeWidth: weight,
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }),
19
+ /*#__PURE__*/ jsx("path", {
20
+ d: "M10.3125 8.28516L12.3393 10.312",
21
+ stroke: color,
22
+ strokeWidth: weight,
23
+ strokeLinecap: "round",
24
+ strokeLinejoin: "round"
25
+ }),
26
+ /*#__PURE__*/ jsx("path", {
27
+ d: "M6.25879 12.3389L7.61035 13.6894",
28
+ stroke: color,
29
+ strokeWidth: weight,
30
+ strokeLinecap: "round",
31
+ strokeLinejoin: "round"
32
+ }),
33
+ /*#__PURE__*/ jsx("path", {
34
+ d: "M8.28564 10.3125L9.63721 11.6631",
35
+ stroke: color,
36
+ strokeWidth: weight,
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round"
39
+ }),
40
+ /*#__PURE__*/ jsx("path", {
41
+ d: "M12.3394 6.25879L13.6899 7.61035",
42
+ stroke: color,
43
+ strokeWidth: weight,
44
+ strokeLinecap: "round",
45
+ strokeLinejoin: "round"
46
+ }),
47
+ /*#__PURE__*/ jsx("path", {
48
+ d: "M14.3633 4.23438L15.7148 5.58494",
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: "M3.5576 17.7412C2.8117 16.9953 2.8117 15.786 3.55761 15.0401L15.0427 3.55497C15.7886 2.80907 16.9979 2.80907 17.7438 3.55497L20.4472 6.25837C21.1931 7.00427 21.1931 8.21362 20.4472 8.95952L8.96215 20.4446C8.21625 21.1905 7.00691 21.1905 6.261 20.4446L3.5576 17.7412Z",
58
+ stroke: color,
59
+ strokeWidth: weight,
60
+ strokeLinecap: "round",
61
+ strokeLinejoin: "round"
62
+ })
63
+ ]
64
+ });
65
+ }
66
+ export { Ruler1 as default };
@@ -0,0 +1,10 @@
1
+ import AnchorSquareSelect from "./AnchorSquareSelect";
2
+ import Layers from "./Layers";
3
+ import Ruler from "./Ruler";
4
+ import AnchorSelectEdit from "./AnchorSelectEdit";
5
+ export declare const DESIGN_TOOLS: {
6
+ "dt anchor-square-select": typeof AnchorSquareSelect;
7
+ "dt layers": typeof Layers;
8
+ "dt ruler": typeof Ruler;
9
+ "dt anchor-select-edit": typeof AnchorSelectEdit;
10
+ };
@@ -0,0 +1,11 @@
1
+ import AnchorSquareSelect from "./AnchorSquareSelect/index.js";
2
+ import Layers from "./Layers/index.js";
3
+ import Ruler from "./Ruler/index.js";
4
+ import AnchorSelectEdit from "./AnchorSelectEdit/index.js";
5
+ const DESIGN_TOOLS = {
6
+ "dt anchor-square-select": AnchorSquareSelect,
7
+ "dt layers": Layers,
8
+ "dt ruler": Ruler,
9
+ "dt anchor-select-edit": AnchorSelectEdit
10
+ };
11
+ export { DESIGN_TOOLS };
@@ -0,0 +1,2 @@
1
+ import ICommonIconProps from "../../../../interfaces/ICommonIconProps";
2
+ export default function CalendarSchedule({ color, size, weight, ...rest }: ICommonIconProps): import("react/jsx-runtime").JSX.Element;