@wikicasa-dev/svg-icons 0.2.5 → 1.0.0

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 (342) hide show
  1. package/README.md +47 -47
  2. package/dist/DefaultValues-CpabIgVz.js +9 -0
  3. package/dist/lib/index.d.ts +1 -0
  4. package/dist/lib/index.js +332 -0
  5. package/dist/lib/svgIcons/AboutUsIcon.d.ts +2 -3
  6. package/dist/lib/svgIcons/AboutUsIcon.js +33 -0
  7. package/dist/lib/svgIcons/AirConditionerIcon.d.ts +1 -2
  8. package/dist/{AirConditionerIcon.js → lib/svgIcons/AirConditionerIcon.js} +1 -1
  9. package/dist/lib/svgIcons/AlarmIcon.d.ts +1 -2
  10. package/dist/{AlarmIcon.js → lib/svgIcons/AlarmIcon.js} +1 -1
  11. package/dist/{AnalyticsIcon.js → lib/svgIcons/AnalyticsIcon.js} +1 -1
  12. package/dist/lib/svgIcons/ArchitecturalBarriersIcon.d.ts +1 -2
  13. package/dist/{ArchitecturalBarriersIcon.js → lib/svgIcons/ArchitecturalBarriersIcon.js} +1 -1
  14. package/dist/lib/svgIcons/ArrowIcon.js +28 -0
  15. package/dist/lib/svgIcons/ArrowIndicatorIcon.d.ts +1 -2
  16. package/dist/{ArrowIndicatorIcon.js → lib/svgIcons/ArrowIndicatorIcon.js} +1 -1
  17. package/dist/lib/svgIcons/AttachedIcon.d.ts +1 -2
  18. package/dist/{AttachedIcon.js → lib/svgIcons/AttachedIcon.js} +1 -1
  19. package/dist/lib/svgIcons/AtticIcon.d.ts +1 -2
  20. package/dist/{AtticIcon.js → lib/svgIcons/AtticIcon.js} +1 -1
  21. package/dist/lib/svgIcons/AuctionHammerIcon.d.ts +1 -2
  22. package/dist/{AuctionHammerIcon.js → lib/svgIcons/AuctionHammerIcon.js} +4 -4
  23. package/dist/lib/svgIcons/BalconyIcon.d.ts +1 -2
  24. package/dist/lib/svgIcons/BalconyIcon.js +58 -0
  25. package/dist/lib/svgIcons/BarChartIcon.d.ts +2 -3
  26. package/dist/lib/svgIcons/BarChartIcon.js +30 -0
  27. package/dist/{BathroomIcon.js → lib/svgIcons/BathroomIcon.js} +4 -5
  28. package/dist/lib/svgIcons/BellIcon.d.ts +2 -3
  29. package/dist/lib/svgIcons/BellIcon.js +36 -0
  30. package/dist/lib/svgIcons/BoxIcon.d.ts +1 -2
  31. package/dist/{BoxIcon.js → lib/svgIcons/BoxIcon.js} +1 -1
  32. package/dist/lib/svgIcons/BulbIcon.d.ts +2 -3
  33. package/dist/lib/svgIcons/BulbIcon.js +31 -0
  34. package/dist/lib/svgIcons/CeilingIcon.d.ts +1 -2
  35. package/dist/{CeilingIcon.js → lib/svgIcons/CeilingIcon.js} +1 -1
  36. package/dist/lib/svgIcons/CellarIcon.d.ts +1 -2
  37. package/dist/{CellarIcon.js → lib/svgIcons/CellarIcon.js} +1 -1
  38. package/dist/lib/svgIcons/CheckActiveIcon.d.ts +1 -1
  39. package/dist/{CheckActiveIcon.js → lib/svgIcons/CheckActiveIcon.js} +1 -1
  40. package/dist/{CheckIcon.js → lib/svgIcons/CheckIcon.js} +6 -7
  41. package/dist/lib/svgIcons/CheckInactiveIcon.d.ts +1 -1
  42. package/dist/{CheckInactiveIcon.js → lib/svgIcons/CheckInactiveIcon.js} +1 -1
  43. package/dist/{CheckRoundedIcon.js → lib/svgIcons/CheckRoundedIcon.js} +4 -4
  44. package/dist/lib/svgIcons/CloseIcon.d.ts +1 -1
  45. package/dist/lib/svgIcons/CloseIcon.js +38 -0
  46. package/dist/lib/svgIcons/ClosetIcon.d.ts +1 -2
  47. package/dist/{ClosetIcon.js → lib/svgIcons/ClosetIcon.js} +1 -1
  48. package/dist/lib/svgIcons/CommunalGardenIcon.d.ts +1 -2
  49. package/dist/{CommunalGardenIcon.js → lib/svgIcons/CommunalGardenIcon.js} +1 -1
  50. package/dist/lib/svgIcons/CredipassIcon.d.ts +1 -2
  51. package/dist/{CredipassIcon.js → lib/svgIcons/CredipassIcon.js} +1 -1
  52. package/dist/lib/svgIcons/DashboardIcon.d.ts +1 -1
  53. package/dist/{DashboardIcon.js → lib/svgIcons/DashboardIcon.js} +11 -11
  54. package/dist/lib/svgIcons/DeleteIcon.d.ts +2 -3
  55. package/dist/lib/svgIcons/DeleteIcon.js +18 -0
  56. package/dist/{DemandIcon.js → lib/svgIcons/DemandIcon.js} +5 -5
  57. package/dist/lib/svgIcons/DishwasherIcon.d.ts +1 -2
  58. package/dist/{DishwasherIcon.js → lib/svgIcons/DishwasherIcon.js} +1 -1
  59. package/dist/lib/svgIcons/DownloadIcon.js +26 -0
  60. package/dist/lib/svgIcons/DrawIcon.d.ts +1 -1
  61. package/dist/{DrawIcon.js → lib/svgIcons/DrawIcon.js} +15 -15
  62. package/dist/lib/svgIcons/EditIcon.d.ts +1 -1
  63. package/dist/{EditIcon.js → lib/svgIcons/EditIcon.js} +1 -1
  64. package/dist/lib/svgIcons/ElectricGateIcon.d.ts +1 -2
  65. package/dist/{ElectricGateIcon.js → lib/svgIcons/ElectricGateIcon.js} +1 -1
  66. package/dist/{EnergyClassIcon.js → lib/svgIcons/EnergyClassIcon.js} +4 -5
  67. package/dist/lib/svgIcons/EntranceIcon.d.ts +1 -2
  68. package/dist/{EntranceIcon.js → lib/svgIcons/EntranceIcon.js} +1 -1
  69. package/dist/{ExternalLinkIcon.js → lib/svgIcons/ExternalLinkIcon.js} +7 -8
  70. package/dist/{FacebookIcon.js → lib/svgIcons/FacebookIcon.js} +1 -1
  71. package/dist/lib/svgIcons/FacebookRoundedIcon.d.ts +1 -2
  72. package/dist/{FacebookRoundedIcon.js → lib/svgIcons/FacebookRoundedIcon.js} +1 -1
  73. package/dist/lib/svgIcons/FireplaceIcon.d.ts +1 -2
  74. package/dist/{FireplaceIcon.js → lib/svgIcons/FireplaceIcon.js} +1 -1
  75. package/dist/lib/svgIcons/FixturesIcon.d.ts +1 -2
  76. package/dist/{FixturesIcon.js → lib/svgIcons/FixturesIcon.js} +3 -3
  77. package/dist/lib/svgIcons/FridgeIcon.d.ts +1 -2
  78. package/dist/{FridgeIcon.js → lib/svgIcons/FridgeIcon.js} +1 -1
  79. package/dist/lib/svgIcons/FrontBuildingIcon.d.ts +1 -2
  80. package/dist/{FrontBuildingIcon.js → lib/svgIcons/FrontBuildingIcon.js} +1 -1
  81. package/dist/lib/svgIcons/FurnishedIcon.d.ts +1 -2
  82. package/dist/{FurnishedIcon.js → lib/svgIcons/FurnishedIcon.js} +1 -1
  83. package/dist/{GearIcon.js → lib/svgIcons/GearIcon.js} +2 -2
  84. package/dist/lib/svgIcons/GermanyFlagIcon.d.ts +1 -1
  85. package/dist/{GermanyFlagIcon.js → lib/svgIcons/GermanyFlagIcon.js} +1 -1
  86. package/dist/{GoogleIcon.js → lib/svgIcons/GoogleIcon.js} +1 -1
  87. package/dist/{HamburgerMenuIcon.js → lib/svgIcons/HamburgerMenuIcon.js} +5 -5
  88. package/dist/lib/svgIcons/HeartIcon.d.ts +1 -1
  89. package/dist/lib/svgIcons/HeartIcon.js +28 -0
  90. package/dist/lib/svgIcons/HeartShadowedIcon.d.ts +1 -2
  91. package/dist/{HeartShadowedIcon.js → lib/svgIcons/HeartShadowedIcon.js} +2 -2
  92. package/dist/lib/svgIcons/HidePswIcon.d.ts +1 -1
  93. package/dist/{HidePswIcon.js → lib/svgIcons/HidePswIcon.js} +11 -11
  94. package/dist/lib/svgIcons/HobIcon.d.ts +1 -2
  95. package/dist/{HobIcon.js → lib/svgIcons/HobIcon.js} +1 -1
  96. package/dist/{HomeIcon.js → lib/svgIcons/HomeIcon.js} +7 -7
  97. package/dist/lib/svgIcons/HotWaterIcon.d.ts +1 -2
  98. package/dist/{HotWaterIcon.js → lib/svgIcons/HotWaterIcon.js} +1 -1
  99. package/dist/{HouseValuationIcon.js → lib/svgIcons/HouseValuationIcon.js} +1 -1
  100. package/dist/lib/svgIcons/InfoIcon.d.ts +1 -2
  101. package/dist/{InfoIcon.js → lib/svgIcons/InfoIcon.js} +1 -1
  102. package/dist/{InstagramIcon.js → lib/svgIcons/InstagramIcon.js} +1 -1
  103. package/dist/lib/svgIcons/ItalyFlagIcon.d.ts +1 -1
  104. package/dist/{ItalyFlagIcon.js → lib/svgIcons/ItalyFlagIcon.js} +1 -1
  105. package/dist/{KeyIcon.js → lib/svgIcons/KeyIcon.js} +5 -5
  106. package/dist/lib/svgIcons/KitchenIcon.d.ts +1 -2
  107. package/dist/{KitchenIcon.js → lib/svgIcons/KitchenIcon.js} +1 -1
  108. package/dist/lib/svgIcons/LaundryIcon.d.ts +1 -2
  109. package/dist/{LaundryIcon.js → lib/svgIcons/LaundryIcon.js} +1 -1
  110. package/dist/lib/svgIcons/LayersIcon.d.ts +1 -1
  111. package/dist/{LayersIcon.js → lib/svgIcons/LayersIcon.js} +13 -13
  112. package/dist/lib/svgIcons/LiftIcon.d.ts +1 -2
  113. package/dist/{LiftIcon.js → lib/svgIcons/LiftIcon.js} +18 -4
  114. package/dist/{LinkedinIcon.js → lib/svgIcons/LinkedinIcon.js} +1 -1
  115. package/dist/lib/svgIcons/LocationIcon.d.ts +1 -1
  116. package/dist/{LocationIcon.js → lib/svgIcons/LocationIcon.js} +7 -7
  117. package/dist/{LockIcon.js → lib/svgIcons/LockIcon.js} +12 -12
  118. package/dist/lib/svgIcons/LogoutIcon.d.ts +2 -3
  119. package/dist/lib/svgIcons/LogoutIcon.js +35 -0
  120. package/dist/lib/svgIcons/MailIcon.d.ts +1 -1
  121. package/dist/{MailIcon.js → lib/svgIcons/MailIcon.js} +9 -9
  122. package/dist/lib/svgIcons/MapIcon.d.ts +2 -3
  123. package/dist/lib/svgIcons/MapIcon.js +41 -0
  124. package/dist/lib/svgIcons/MegaphoneIcon.d.ts +1 -2
  125. package/dist/{MegaphoneIcon.js → lib/svgIcons/MegaphoneIcon.js} +21 -22
  126. package/dist/lib/svgIcons/MezzanineIcon.d.ts +1 -2
  127. package/dist/{MezzanineIcon.js → lib/svgIcons/MezzanineIcon.js} +1 -1
  128. package/dist/lib/svgIcons/NewsIcon.d.ts +2 -3
  129. package/dist/lib/svgIcons/NewsIcon.js +54 -0
  130. package/dist/lib/svgIcons/NotesIcon.d.ts +1 -1
  131. package/dist/{NotesIcon.js → lib/svgIcons/NotesIcon.js} +16 -16
  132. package/dist/lib/svgIcons/OpticFiberIcon.d.ts +1 -2
  133. package/dist/{OpticFiberIcon.js → lib/svgIcons/OpticFiberIcon.js} +1 -1
  134. package/dist/lib/svgIcons/ParkingIcon.d.ts +1 -2
  135. package/dist/{ParkingIcon.js → lib/svgIcons/ParkingIcon.js} +1 -1
  136. package/dist/lib/svgIcons/ParkingSpotIcon.d.ts +1 -2
  137. package/dist/{ParkingSpotIcon.js → lib/svgIcons/ParkingSpotIcon.js} +1 -1
  138. package/dist/lib/svgIcons/PartnershipIcon.d.ts +1 -1
  139. package/dist/{PartnershipIcon.js → lib/svgIcons/PartnershipIcon.js} +1 -1
  140. package/dist/lib/svgIcons/PhoneIcon.d.ts +1 -1
  141. package/dist/{PhoneIcon.js → lib/svgIcons/PhoneIcon.js} +9 -9
  142. package/dist/lib/svgIcons/PhotoAlbumIcon.d.ts +1 -2
  143. package/dist/{PhotoAlbumIcon.js → lib/svgIcons/PhotoAlbumIcon.js} +1 -1
  144. package/dist/lib/svgIcons/PhotoIcon.d.ts +1 -2
  145. package/dist/{PhotoIcon.js → lib/svgIcons/PhotoIcon.js} +5 -5
  146. package/dist/lib/svgIcons/PinIcon.d.ts +1 -1
  147. package/dist/lib/svgIcons/PinIcon.js +39 -0
  148. package/dist/{PinShadowedIcon.js → lib/svgIcons/PinShadowedIcon.js} +1 -1
  149. package/dist/lib/svgIcons/PlanIcon.d.ts +2 -3
  150. package/dist/lib/svgIcons/PlanIcon.js +20 -0
  151. package/dist/lib/svgIcons/PlusIcon.d.ts +1 -1
  152. package/dist/{PlusIcon.js → lib/svgIcons/PlusIcon.js} +2 -2
  153. package/dist/lib/svgIcons/PoolIcon.d.ts +1 -2
  154. package/dist/{PoolIcon.js → lib/svgIcons/PoolIcon.js} +1 -1
  155. package/dist/lib/svgIcons/PrestigeIcon.d.ts +1 -1
  156. package/dist/{PrestigeIcon.js → lib/svgIcons/PrestigeIcon.js} +17 -17
  157. package/dist/{PriceIcon.js → lib/svgIcons/PriceIcon.js} +5 -5
  158. package/dist/{PrincipalIcon.js → lib/svgIcons/PrincipalIcon.js} +1 -1
  159. package/dist/lib/svgIcons/PrintIcon.d.ts +1 -1
  160. package/dist/{PrintIcon.js → lib/svgIcons/PrintIcon.js} +14 -14
  161. package/dist/lib/svgIcons/PrivateGardenIcon.d.ts +1 -2
  162. package/dist/{PrivateGardenIcon.js → lib/svgIcons/PrivateGardenIcon.js} +1 -1
  163. package/dist/lib/svgIcons/ProfileIcon.d.ts +1 -1
  164. package/dist/{ProfileIcon.js → lib/svgIcons/ProfileIcon.js} +10 -10
  165. package/dist/lib/svgIcons/QuotesIcon.d.ts +2 -3
  166. package/dist/lib/svgIcons/QuotesIcon.js +32 -0
  167. package/dist/lib/svgIcons/ReceptionIcon.d.ts +1 -2
  168. package/dist/{ReceptionIcon.js → lib/svgIcons/ReceptionIcon.js} +1 -1
  169. package/dist/lib/svgIcons/RequestIcon.d.ts +2 -3
  170. package/dist/lib/svgIcons/RequestIcon.js +38 -0
  171. package/dist/lib/svgIcons/RoofIcon.d.ts +1 -2
  172. package/dist/{RoofIcon.js → lib/svgIcons/RoofIcon.js} +1 -1
  173. package/dist/lib/svgIcons/SatelliteSystemIcon.d.ts +1 -2
  174. package/dist/{SatelliteSystemIcon.js → lib/svgIcons/SatelliteSystemIcon.js} +1 -1
  175. package/dist/lib/svgIcons/SearchIcon.d.ts +1 -1
  176. package/dist/{SearchIcon.js → lib/svgIcons/SearchIcon.js} +16 -16
  177. package/dist/lib/svgIcons/SecurityDoorIcon.d.ts +1 -2
  178. package/dist/{SecurityDoorIcon.js → lib/svgIcons/SecurityDoorIcon.js} +1 -1
  179. package/dist/lib/svgIcons/ShareIcon.d.ts +1 -1
  180. package/dist/{ShareIcon.js → lib/svgIcons/ShareIcon.js} +15 -15
  181. package/dist/{SortIcon.js → lib/svgIcons/SortIcon.js} +4 -5
  182. package/dist/lib/svgIcons/SquareMeterIcon.js +26 -0
  183. package/dist/{StarIcon.js → lib/svgIcons/StarIcon.js} +7 -7
  184. package/dist/{StreetViewIcon.js → lib/svgIcons/StreetViewIcon.js} +14 -15
  185. package/dist/lib/svgIcons/SuitcaseIcon.d.ts +2 -3
  186. package/dist/lib/svgIcons/SuitcaseIcon.js +36 -0
  187. package/dist/lib/svgIcons/TavernIcon.d.ts +1 -2
  188. package/dist/{TavernIcon.js → lib/svgIcons/TavernIcon.js} +1 -1
  189. package/dist/lib/svgIcons/TelegramRoundedIcon.d.ts +1 -2
  190. package/dist/{TelegramRoundedIcon.js → lib/svgIcons/TelegramRoundedIcon.js} +1 -1
  191. package/dist/lib/svgIcons/TennisIcon.d.ts +1 -2
  192. package/dist/{TennisIcon.js → lib/svgIcons/TennisIcon.js} +1 -1
  193. package/dist/lib/svgIcons/TerraceIcon.d.ts +1 -2
  194. package/dist/lib/svgIcons/TerraceIcon.js +56 -0
  195. package/dist/lib/svgIcons/TieIcon.d.ts +2 -3
  196. package/dist/lib/svgIcons/TieIcon.js +30 -0
  197. package/dist/lib/svgIcons/TourIcon.d.ts +2 -3
  198. package/dist/lib/svgIcons/TourIcon.js +41 -0
  199. package/dist/{TransactionIcon.js → lib/svgIcons/TransactionIcon.js} +4 -5
  200. package/dist/lib/svgIcons/TypeFloorIcon.d.ts +1 -2
  201. package/dist/{TypeFloorIcon.js → lib/svgIcons/TypeFloorIcon.js} +1 -1
  202. package/dist/lib/svgIcons/TypeRollerShutterIcon.d.ts +1 -2
  203. package/dist/{TypeRollerShutterIcon.js → lib/svgIcons/TypeRollerShutterIcon.js} +1 -1
  204. package/dist/lib/svgIcons/TypeTvIcon.d.ts +1 -2
  205. package/dist/{TypeTvIcon.js → lib/svgIcons/TypeTvIcon.js} +1 -1
  206. package/dist/lib/svgIcons/TypeViewIcon.d.ts +1 -2
  207. package/dist/{TypeViewIcon.js → lib/svgIcons/TypeViewIcon.js} +1 -1
  208. package/dist/lib/svgIcons/UkFlagIcon.d.ts +1 -1
  209. package/dist/{UkFlagIcon.js → lib/svgIcons/UkFlagIcon.js} +1 -1
  210. package/dist/lib/svgIcons/UploadIcon.d.ts +1 -2
  211. package/dist/{UploadIcon.js → lib/svgIcons/UploadIcon.js} +1 -1
  212. package/dist/lib/svgIcons/ValuationIcon.d.ts +2 -3
  213. package/dist/lib/svgIcons/ValuationIcon.js +34 -0
  214. package/dist/lib/svgIcons/VideoIcon.d.ts +2 -3
  215. package/dist/lib/svgIcons/VideoIcon.js +35 -0
  216. package/dist/lib/svgIcons/ViewPswIcon.d.ts +1 -1
  217. package/dist/{ViewPswIcon.js → lib/svgIcons/ViewPswIcon.js} +5 -5
  218. package/dist/lib/svgIcons/WalletIcon.d.ts +1 -1
  219. package/dist/{WalletIcon.js → lib/svgIcons/WalletIcon.js} +13 -13
  220. package/dist/lib/svgIcons/WarningIcon.d.ts +1 -1
  221. package/dist/lib/svgIcons/WarningIcon.js +36 -0
  222. package/dist/lib/svgIcons/WarningIconRounded.d.ts +1 -1
  223. package/dist/lib/svgIcons/WarningIconRounded.js +40 -0
  224. package/dist/lib/svgIcons/WashingMachineIcon.d.ts +1 -2
  225. package/dist/{WashingMachineIcon.js → lib/svgIcons/WashingMachineIcon.js} +1 -1
  226. package/dist/lib/svgIcons/WhatsappRoundedIcon.d.ts +1 -2
  227. package/dist/{WhatsappRoundedIcon.js → lib/svgIcons/WhatsappRoundedIcon.js} +1 -1
  228. package/dist/lib/svgIcons/WhirlpoolIcon.d.ts +1 -2
  229. package/dist/{WhirlpoolIcon.js → lib/svgIcons/WhirlpoolIcon.js} +1 -1
  230. package/dist/lib/svgIcons/WikicasaIcon.d.ts +1 -2
  231. package/dist/{WikicasaIcon.js → lib/svgIcons/WikicasaIcon.js} +1 -1
  232. package/dist/lib/svgIcons/WikicasaRoundedIcon.d.ts +1 -2
  233. package/dist/{WikicasaRoundedIcon.js → lib/svgIcons/WikicasaRoundedIcon.js} +1 -1
  234. package/dist/lib/svgIcons/WkAppIcon.d.ts +1 -1
  235. package/dist/{WkAppIcon.js → lib/svgIcons/WkAppIcon.js} +1 -1
  236. package/dist/lib/svgIcons/WkFavIcon.d.ts +1 -1
  237. package/dist/{WkFavIcon.js → lib/svgIcons/WkFavIcon.js} +1 -1
  238. package/dist/{YoutubeIcon.js → lib/svgIcons/YoutubeIcon.js} +1 -1
  239. package/dist/lib/svgIcons/poi/BankIcon.d.ts +1 -2
  240. package/dist/{BankIcon.js → lib/svgIcons/poi/BankIcon.js} +2 -2
  241. package/dist/lib/svgIcons/poi/BusIcon.d.ts +1 -2
  242. package/dist/{BusIcon.js → lib/svgIcons/poi/BusIcon.js} +2 -2
  243. package/dist/lib/svgIcons/poi/CartIcon.d.ts +1 -2
  244. package/dist/{CartIcon.js → lib/svgIcons/poi/CartIcon.js} +2 -2
  245. package/dist/lib/svgIcons/poi/ChargeIcon.d.ts +1 -2
  246. package/dist/{ChargeIcon.js → lib/svgIcons/poi/ChargeIcon.js} +2 -2
  247. package/dist/lib/svgIcons/poi/HospitalIcon.d.ts +1 -2
  248. package/dist/{HospitalIcon.js → lib/svgIcons/poi/HospitalIcon.js} +2 -2
  249. package/dist/lib/svgIcons/poi/MetroIcon.d.ts +1 -2
  250. package/dist/{MetroIcon.js → lib/svgIcons/poi/MetroIcon.js} +2 -2
  251. package/dist/lib/svgIcons/poi/PharmacyIcon.d.ts +1 -2
  252. package/dist/{PharmacyIcon.js → lib/svgIcons/poi/PharmacyIcon.js} +2 -2
  253. package/dist/lib/svgIcons/poi/PostOfficeIcon.d.ts +1 -2
  254. package/dist/{PostOfficeIcon.js → lib/svgIcons/poi/PostOfficeIcon.js} +2 -2
  255. package/dist/lib/svgIcons/poi/SchoolIcon.d.ts +1 -2
  256. package/dist/{SchoolIcon.js → lib/svgIcons/poi/SchoolIcon.js} +2 -2
  257. package/dist/lib/svgIcons/poi/SubwayIcon.d.ts +1 -2
  258. package/dist/{SubwayIcon.js → lib/svgIcons/poi/SubwayIcon.js} +2 -2
  259. package/dist/lib/svgIcons/poi/SupermarketIcon.d.ts +1 -2
  260. package/dist/{SupermarketIcon.js → lib/svgIcons/poi/SupermarketIcon.js} +1 -1
  261. package/dist/lib/svgIcons/poi/TrainIcon.d.ts +1 -2
  262. package/dist/{TrainIcon.js → lib/svgIcons/poi/TrainIcon.js} +2 -2
  263. package/dist/lib/svgIcons/poi/TransportIcon.d.ts +1 -2
  264. package/dist/{TransportIcon.js → lib/svgIcons/poi/TransportIcon.js} +1 -1
  265. package/dist/lib/svgImages/CheckImg.d.ts +1 -1
  266. package/dist/{CheckImg.js → lib/svgImages/CheckImg.js} +1 -1
  267. package/dist/lib/svgImages/GenericUserWikiAvatar.d.ts +1 -1
  268. package/dist/{GenericUserWikiAvatar.js → lib/svgImages/GenericUserWikiAvatar.js} +1 -1
  269. package/dist/lib/svgImages/GenericUserWikiAvatarSquaredImg.d.ts +1 -1
  270. package/dist/{GenericUserWikiAvatarSquaredImg.js → lib/svgImages/GenericUserWikiAvatarSquaredImg.js} +1 -1
  271. package/dist/lib/svgImages/IareeImg.d.ts +1 -1
  272. package/dist/{IareeImg.js → lib/svgImages/IareeImg.js} +1 -1
  273. package/dist/lib/svgImages/InsightImg.d.ts +1 -1
  274. package/dist/{InsightImg.js → lib/svgImages/InsightImg.js} +1 -1
  275. package/dist/lib/svgImages/ShieldImg.d.ts +1 -1
  276. package/dist/{ShieldImg.js → lib/svgImages/ShieldImg.js} +1 -1
  277. package/dist/lib/svgImages/SnapImg.d.ts +1 -1
  278. package/dist/{SnapImg.js → lib/svgImages/SnapImg.js} +1 -1
  279. package/dist/lib/svgImages/StopWatchImg.d.ts +1 -1
  280. package/dist/{StopWatchImg.js → lib/svgImages/StopWatchImg.js} +1 -1
  281. package/dist/lib/svgImages/WikiNerd.d.ts +1 -1
  282. package/dist/{WikiNerd.js → lib/svgImages/WikiNerd.js} +1 -1
  283. package/dist/lib/svgImages/WikiNerdAgency.d.ts +4 -0
  284. package/dist/lib/svgImages/WikiNerdAgency.js +605 -0
  285. package/dist/lib/svgImages/WikiNerdAnalyzeImg.d.ts +1 -1
  286. package/dist/{WikiNerdAnalyzeImg.js → lib/svgImages/WikiNerdAnalyzeImg.js} +1 -1
  287. package/dist/lib/svgImages/WikiNerdDownloadApp.d.ts +1 -1
  288. package/dist/{WikiNerdDownloadApp.js → lib/svgImages/WikiNerdDownloadApp.js} +1 -1
  289. package/dist/lib/svgImages/WikiNerdMercatoHome.d.ts +1 -1
  290. package/dist/{WikiNerdMercatoHome.js → lib/svgImages/WikiNerdMercatoHome.js} +1 -1
  291. package/dist/lib/svgImages/WikiNerdValuationNotAvailableImg.d.ts +1 -1
  292. package/dist/{WikiNerdValuationNotAvailableImg.js → lib/svgImages/WikiNerdValuationNotAvailableImg.js} +1 -1
  293. package/dist/lib/svgImages/WikiNerdValutaDesktop.d.ts +1 -1
  294. package/dist/{WikiNerdValutaDesktop.js → lib/svgImages/WikiNerdValutaDesktop.js} +1 -1
  295. package/dist/lib/svgImages/WikiNerdValutaMobile.d.ts +1 -1
  296. package/dist/{WikiNerdValutaMobile.js → lib/svgImages/WikiNerdValutaMobile.js} +1 -1
  297. package/dist/lib/svgImages/WikiNoSavedSearches.d.ts +1 -1
  298. package/dist/{WikiNoSavedSearches.js → lib/svgImages/WikiNoSavedSearches.js} +1 -1
  299. package/dist/lib/svgImages/WikicasaDatiLogo.d.ts +1 -1
  300. package/dist/{WikicasaDatiLogo.js → lib/svgImages/WikicasaDatiLogo.js} +12 -12
  301. package/dist/lib/svgImages/WikicasaLogo.d.ts +1 -1
  302. package/dist/{WikicasaLogo.js → lib/svgImages/WikicasaLogo.js} +7 -7
  303. package/dist/lib/svgImages/WikicasaProIcon.d.ts +1 -1
  304. package/dist/{WikicasaProIcon.js → lib/svgImages/WikicasaProIcon.js} +1 -1
  305. package/dist/lib/svgImages/WikicasaStudioLogo.d.ts +1 -1
  306. package/dist/{WikicasaStudioLogo.js → lib/svgImages/WikicasaStudioLogo.js} +1 -1
  307. package/dist/svgIconFactory-BpnFimFz.js +29 -0
  308. package/dist/types/FunctionalSvgIconComponent.d.ts +21 -1
  309. package/dist/utilities/DefaultValues.d.ts +3 -9
  310. package/dist/utilities/svgIconFactory.d.ts +32 -2
  311. package/dist/utilities/svgImagefactory.d.ts +2 -2
  312. package/package.json +1 -1
  313. package/dist/AboutUsIcon.js +0 -41
  314. package/dist/ArrowIcon.js +0 -28
  315. package/dist/BalconyIcon.js +0 -31
  316. package/dist/BarChartIcon.js +0 -39
  317. package/dist/BellIcon.js +0 -45
  318. package/dist/BulbIcon.js +0 -40
  319. package/dist/CloseIcon.js +0 -38
  320. package/dist/DefaultValues-DOBkctU1.js +0 -10
  321. package/dist/DeleteIcon.js +0 -28
  322. package/dist/DownloadIcon.js +0 -47
  323. package/dist/HeartIcon.js +0 -28
  324. package/dist/LogoutIcon.js +0 -44
  325. package/dist/MapIcon.js +0 -50
  326. package/dist/NewsIcon.js +0 -63
  327. package/dist/PinIcon.js +0 -39
  328. package/dist/PlanIcon.js +0 -31
  329. package/dist/QuotesIcon.js +0 -41
  330. package/dist/RequestIcon.js +0 -47
  331. package/dist/SquareMeterIcon.js +0 -26
  332. package/dist/SuitcaseIcon.js +0 -45
  333. package/dist/TerraceIcon.js +0 -34
  334. package/dist/TieIcon.js +0 -39
  335. package/dist/TourIcon.js +0 -50
  336. package/dist/ValuationIcon.js +0 -43
  337. package/dist/VideoIcon.js +0 -44
  338. package/dist/WarningIcon.js +0 -36
  339. package/dist/WarningIconRounded.js +0 -40
  340. package/dist/index.js +0 -330
  341. package/dist/svgIconFactory-Dn0WJdb3.js +0 -23
  342. /package/dist/{FunctionalSvgIconComponent.js → types/FunctionalSvgIconComponent.js} +0 -0
@@ -1,47 +0,0 @@
1
- import { h as o } from "vue";
2
- import { s as e } from "./svgIconFactory-Dn0WJdb3.js";
3
- o(
4
- "svg",
5
- { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 13.504 13.504" },
6
- o(
7
- "g",
8
- o(
9
- "g",
10
- {
11
- fill: "none",
12
- stroke: "#2b5dff",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5"
16
- },
17
- [
18
- o("path", { d: "m4.301 6.809 2.45 2.451 2.451-2.451L6.751 9.26V.745" }),
19
- o("path", { d: "M.75 12.754h12.004" })
20
- ]
21
- )
22
- )
23
- );
24
- const d = (r, { attrs: t }) => e({
25
- props: r,
26
- svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 13.504 13.504" },
27
- childrenNodes: o(
28
- "g",
29
- o(
30
- "g",
31
- {
32
- fill: "none",
33
- stroke: t["stroke-color"] ?? "#2b5dff",
34
- "stroke-linecap": "round",
35
- "stroke-linejoin": "round",
36
- "stroke-width": t["stroke-width"] ?? "1.5"
37
- },
38
- [
39
- o("path", { d: "m4.301 6.809 2.45 2.451 2.451-2.451L6.751 9.26V.745" }),
40
- o("path", { d: "M.75 12.754h12.004" })
41
- ]
42
- )
43
- )
44
- });
45
- export {
46
- d as DownloadIcon
47
- };
package/dist/HeartIcon.js DELETED
@@ -1,28 +0,0 @@
1
- import { h as i } from "vue";
2
- import { g as t } from "./DefaultValues-DOBkctU1.js";
3
- const s = (o, { attrs: e }) => {
4
- o = { ...t(), ...o };
5
- const { width: n, height: r } = o;
6
- return i(
7
- "svg",
8
- {
9
- xmlns: "http://www.w3.org/2000/svg",
10
- viewBox: "0 0 19.584 17.302",
11
- width: `${n}`,
12
- height: `${r}`,
13
- class: o.class ?? "",
14
- "aria-hidden": e["aria-hidden"] ?? "true"
15
- },
16
- i("path", {
17
- fill: e["fill-color"] ?? "none",
18
- stroke: e["stroke-color"] ?? "#222",
19
- "stroke-linecap": `${e["stroke-linecap"] ?? "round"}`,
20
- "stroke-linejoin": `${e["stroke-linejoin"] ?? "round"}`,
21
- "stroke-width": `${e["stroke-width"] ?? "1.5"}`,
22
- d: "M9.792 16.651c-17.572-9.8-5.249-21.4 0-13.238 5.249-8.166 17.572 3.439 0 13.238Z"
23
- })
24
- );
25
- };
26
- export {
27
- s as HeartIcon
28
- };
@@ -1,44 +0,0 @@
1
- import { h as t } from "vue";
2
- import { g as d } from "./DefaultValues-DOBkctU1.js";
3
- const n = (o, { attrs: e }) => {
4
- o = { ...d(), ...o };
5
- const { width: i, height: r, strokeColor: h, fillColor: a } = o;
6
- return t(
7
- "svg",
8
- {
9
- xmlns: "http://www.w3.org/2000/svg",
10
- viewBox: "0 0 18.132 17.301",
11
- width: `${i}`,
12
- height: `${r}`,
13
- class: o.class ?? "",
14
- "aria-hidden": e["aria-hidden"] ?? "true"
15
- },
16
- t(
17
- "g",
18
- {
19
- fill: a,
20
- stroke: h,
21
- "stroke-linecap": `${e["stroke-linecap"] ?? "round"}`,
22
- "stroke-linejoin": "round",
23
- "stroke-width": `${e["stroke-width"] ?? "1.3"}`
24
- },
25
- [
26
- t("path", {
27
- d: "M6.095 8.647h11.118"
28
- }),
29
- t("path", {
30
- d: "m13.747 5.187 3.465 3.465"
31
- }),
32
- t("path", {
33
- d: "m13.747 12.112 3.465-3.465"
34
- }),
35
- t("path", {
36
- d: "M11.544 4.585V2.904A2.254 2.254 0 0 0 9.29.65H2.906A2.254 2.254 0 0 0 .65 2.904v11.493a2.253 2.253 0 0 0 2.256 2.254H9.29a2.253 2.253 0 0 0 2.254-2.254v-1.682"
37
- })
38
- ]
39
- )
40
- );
41
- };
42
- export {
43
- n as LogoutIcon
44
- };
package/dist/MapIcon.js DELETED
@@ -1,50 +0,0 @@
1
- import { h as e } from "vue";
2
- import { g as n } from "./DefaultValues-DOBkctU1.js";
3
- const c = (r, { attrs: o }) => {
4
- r = { ...n(), ...r };
5
- const { width: t, height: a, strokeColor: i, fillColor: l } = r;
6
- return e(
7
- "svg",
8
- {
9
- xmlns: "http://www.w3.org/2000/svg",
10
- viewBox: "0 0 16.312 17.301",
11
- width: `${t}`,
12
- height: `${a}`,
13
- class: r.class ?? "",
14
- "aria-hidden": o["aria-hidden"] ?? "true"
15
- },
16
- [
17
- e(
18
- "g",
19
- {
20
- fill: l,
21
- stroke: o["stroke-color"] ?? i,
22
- "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
23
- "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
24
- "stroke-width": `${o["stroke-width"] ?? "1"}`,
25
- transform: "translate(.102 .151)"
26
- },
27
- [
28
- e("path", {
29
- d: `M6.874 12.7a1.771 1.771 0 0 0 2.482-.02c.883-.878
30
- 1.766-1.755 2.633-2.647a5.463 5.463 0 0 0 1.523-5.01A5.56
31
- 5.56 0 0 0 7.981.5a4.506 4.506 0 0 0-.715.048 5.605 5.605
32
- 0 0 0-4.789 5.944A5.334 5.334 0 0 0 4 9.926Z`
33
- }),
34
- e("circle", {
35
- cx: "2.244",
36
- cy: "2.244",
37
- r: "2.244",
38
- transform: "translate(5.837 3.635)"
39
- }),
40
- e("path", {
41
- d: "M13.932 11.893a1 1 0 0 1 .917.6l.525 1.209a2 2 0 0 1-1.835 2.8H2.569A2 2 0 0 1 .734 13.7l.525-1.209a1 1 0 0 1 .917-.6"
42
- })
43
- ]
44
- )
45
- ]
46
- );
47
- };
48
- export {
49
- c as MapIcon
50
- };
package/dist/NewsIcon.js DELETED
@@ -1,63 +0,0 @@
1
- import { h as t } from "vue";
2
- import { g as d } from "./DefaultValues-DOBkctU1.js";
3
- const l = (h, { attrs: e }) => {
4
- h = { ...d(), ...h };
5
- const { width: o, height: r, strokeColor: a, fillColor: i } = h;
6
- return t(
7
- "svg",
8
- {
9
- xmlns: "http://www.w3.org/2000/svg",
10
- viewBox: "0 0 20.413 17.303",
11
- width: `${o}`,
12
- height: `${r}`,
13
- class: h.class ?? "",
14
- "aria-hidden": e["aria-hidden"] ?? "true"
15
- },
16
- t(
17
- "g",
18
- {
19
- fill: i,
20
- stroke: a,
21
- "stroke-linecap": `${e["stroke-linecap"] ?? "round"}`,
22
- "stroke-linejoin": `${e["stroke-linejoin"] ?? "round"}`,
23
- "stroke-width": `${e["stroke-width"] ?? "1.3"}`,
24
- transform: "translate(-17.253 -443.696)"
25
- },
26
- [
27
- t("rect", {
28
- width: "15.904",
29
- height: "12.885",
30
- rx: "1.5",
31
- transform: "translate(21.111 444.346)"
32
- }),
33
- t("path", {
34
- d: "M34.348 460.348H22.252a4.35 4.35 0 0 1-4.349-4.349v-8.324"
35
- }),
36
- t("path", {
37
- d: "M23.258 446.672h11.461"
38
- }),
39
- t("path", {
40
- d: "M23.258 449.374h4.588"
41
- }),
42
- t("path", {
43
- d: "M30.106 449.374h4.664"
44
- }),
45
- t("path", {
46
- d: "M23.258 452.073h4.588"
47
- }),
48
- t("path", {
49
- d: "M30.106 452.073h4.664"
50
- }),
51
- t("path", {
52
- d: "M23.258 454.775h4.588"
53
- }),
54
- t("path", {
55
- d: "M30.106 454.775h4.664"
56
- })
57
- ]
58
- )
59
- );
60
- };
61
- export {
62
- l as NewsIcon
63
- };
package/dist/PinIcon.js DELETED
@@ -1,39 +0,0 @@
1
- import { h as i } from "vue";
2
- import { g as t } from "./DefaultValues-DOBkctU1.js";
3
- const d = (o, { attrs: e }) => {
4
- o = { ...t(), ...o };
5
- const { width: l, height: n } = o;
6
- return i(
7
- "svg",
8
- {
9
- xmlns: "http://www.w3.org/2000/svg",
10
- viewBox: "0 0 14.507 17",
11
- width: `${l}`,
12
- height: `${n}`,
13
- class: o.class ?? "",
14
- "aria-hidden": e["aria-hidden"] ?? "true"
15
- },
16
- i(
17
- "g",
18
- {
19
- fill: e["fill-color"] ?? "none",
20
- stroke: `${e["stroke-color"] ?? "#222"}`,
21
- "stroke-linecap": "round",
22
- "stroke-linejoin": "round",
23
- "stroke-width": `${e["stroke-width"] ?? "0.8"}`
24
- },
25
- [
26
- i("path", {
27
- d: "M7.25.55h0a6.69 6.69 0 0 1 4.6 11.549l-4.6 4.351-4.6-4.35A6.69 6.69 0 0 1 7.25.55Z"
28
- }),
29
- i("path", {
30
- d: "M9.684 6.583a2.43 2.43 0 1 1-2.43-2.43 2.43 2.43 0 0 1 2.43 2.43Z",
31
- fill: o.outlined || !e["fill-color"] ? "none" : "#fff"
32
- })
33
- ]
34
- )
35
- );
36
- };
37
- export {
38
- d as PinIcon
39
- };
package/dist/PlanIcon.js DELETED
@@ -1,31 +0,0 @@
1
- import { h as i } from "vue";
2
- import { g as h } from "./DefaultValues-DOBkctU1.js";
3
- const d = (e, { attrs: o }) => {
4
- e = { ...h(), ...e };
5
- const { width: r, height: t, strokeColor: l, fillColor: n } = e;
6
- return i(
7
- "svg",
8
- {
9
- xmlns: "http://www.w3.org/2000/svg",
10
- viewBox: "0 0 17.3 17.3",
11
- width: `${r}`,
12
- height: `${t}`,
13
- class: e.class ?? "",
14
- "aria-hidden": o["aria-hidden"] ?? "true"
15
- },
16
- [
17
- i("path", {
18
- fill: n,
19
- stroke: o["stroke-color"] ?? l,
20
- "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
21
- "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
22
- "stroke-width": `${o["stroke-width"] ?? "1"}`,
23
- d: `M16.65 13.983a2.667 2.667 0 0 1-2.666 2.667H3.317A2.667 2.667 0 0 1 .65 13.983V3.316A2.666 2.666 0 0
24
- 1 3.317.65h10.667a2.666 2.666 0 0 1 2.666 2.666v6.217m-9.244-.054H.657m6.852-4.461V1.379m0 11.675V8.787`
25
- })
26
- ]
27
- );
28
- };
29
- export {
30
- d as PlanIcon
31
- };
@@ -1,41 +0,0 @@
1
- import { h as o } from "vue";
2
- import { g as n } from "./DefaultValues-DOBkctU1.js";
3
- const a = (e, { attrs: t }) => {
4
- e = { ...n(), ...e };
5
- const { width: i, height: r, strokeColor: h, fillColor: l } = e;
6
- return o(
7
- "svg",
8
- {
9
- xmlns: "http://www.w3.org/2000/svg",
10
- viewBox: "0 0 17.102 17.3",
11
- width: `${i}`,
12
- height: `${r}`,
13
- class: e.class ?? "",
14
- "aria-hidden": t["aria-hidden"] ?? "true"
15
- },
16
- o(
17
- "g",
18
- {
19
- fill: l,
20
- stroke: h,
21
- "stroke-linecap": `${t["stroke-linecap"] ?? "round"}`,
22
- "stroke-linejoin": `${t["stroke-linejoin"] ?? "round"}`,
23
- "stroke-width": `${t["stroke-width"] ?? "1.3"}`
24
- },
25
- [
26
- o("path", {
27
- d: "m4.118 12.427 4.209-3.97 1.879 1.259 5.353-5.319"
28
- }),
29
- o("path", {
30
- d: "M.65.646v13.769a2.235 2.235 0 0 0 2.235 2.231h13.567"
31
- }),
32
- o("path", {
33
- d: "m14.249 4.298 1.464-.067-.022 1.306"
34
- })
35
- ]
36
- )
37
- );
38
- };
39
- export {
40
- a as QuotesIcon
41
- };
@@ -1,47 +0,0 @@
1
- import { h as e } from "vue";
2
- import { g as a } from "./DefaultValues-DOBkctU1.js";
3
- const n = (t, { attrs: o }) => {
4
- t = { ...a(), ...t };
5
- const { width: i, height: h, fillColor: r } = t;
6
- return e(
7
- "svg",
8
- {
9
- xmlns: "http://www.w3.org/2000/svg",
10
- viewBox: "0 0 16.07 17.3",
11
- width: `${i}`,
12
- height: `${h}`,
13
- class: t.class ?? "",
14
- "aria-hidden": o["aria-hidden"] ?? "true"
15
- },
16
- e(
17
- "g",
18
- {
19
- fill: r,
20
- stroke: `${o["stroke-color"] ?? "#222"}`,
21
- "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
22
- "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
23
- "stroke-width": `${o["stroke-width"] ?? "1.3"}`
24
- },
25
- [
26
- e("path", {
27
- d: "M13.05 8.06V5.613a1.122 1.122 0 0 0-.33-.795L8.881.979A1.125 1.125 0 0 0 8.086.65h-5.28A2.156 2.156 0 0 0 .65 2.805v11.689a2.156 2.156 0 0 0 2.156 2.156h6.89"
28
- }),
29
- e("path", {
30
- d: "M12.8 5.148H9.678a1.124 1.124 0 0 1-1.127-1.127V.87"
31
- }),
32
- e("path", {
33
- d: "M5.603 13.388h9.547"
34
- }),
35
- e("path", {
36
- d: "m12.175 10.417 2.975 2.975"
37
- }),
38
- e("path", {
39
- d: "m12.175 16.363 2.975-2.975"
40
- })
41
- ]
42
- )
43
- );
44
- };
45
- export {
46
- n as RequestIcon
47
- };
@@ -1,26 +0,0 @@
1
- import { h as r } from "vue";
2
- import { s as e } from "./svgIconFactory-Dn0WJdb3.js";
3
- const a = (o, { attrs: t }) => e({
4
- props: o,
5
- svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17.3 17.3" },
6
- childrenNodes: r(
7
- "g",
8
- {
9
- fill: "none",
10
- stroke: t["stroke-color"] ?? "#222",
11
- "stroke-linecap": "round",
12
- "stroke-linejoin": "round",
13
- "stroke-width": t["stroke-width"] ?? "1.3",
14
- transform: "translate(.15 .15)"
15
- },
16
- [
17
- r("rect", { width: "16", height: "16", rx: "1.699", transform: "translate(.5 .5)" }),
18
- r("path", { d: "m4.563 4.611 7.831 7.831" }),
19
- r("path", { d: "M4.558 7.966V4.615h3.251" }),
20
- r("path", { d: "M12.441 9.133v3.351H9.19" })
21
- ]
22
- )
23
- });
24
- export {
25
- a as SquareMeterIcon
26
- };
@@ -1,45 +0,0 @@
1
- import { h as t } from "vue";
2
- import { g as n } from "./DefaultValues-DOBkctU1.js";
3
- const d = (e, { attrs: o }) => {
4
- e = { ...n(), ...e };
5
- const { width: r, height: i, strokeColor: a, fillColor: h } = e;
6
- return t(
7
- "svg",
8
- {
9
- xmlns: "http://www.w3.org/2000/svg",
10
- viewBox: "0 0 18.792 17.295",
11
- width: `${r}`,
12
- height: `${i}`,
13
- class: e.class ?? "",
14
- "aria-hidden": o["aria-hidden"] ?? "true"
15
- },
16
- t(
17
- "g",
18
- {
19
- fill: h,
20
- stroke: a,
21
- "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
22
- "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
23
- "stroke-width": `${o["stroke-width"] ?? "1.3"}`,
24
- transform: "translate(-3198.773 -9173.682)"
25
- },
26
- [
27
- t("rect", {
28
- width: "17.222",
29
- height: "12.355",
30
- rx: "2",
31
- transform: "translate(3199.555 9177.972)"
32
- }),
33
- t("path", {
34
- d: "M3210.996 9177.971v-1.293a2.346 2.346 0 0 0-2.346-2.346h-.955a2.347 2.347 0 0 0-2.346 2.346v1.293"
35
- }),
36
- t("path", {
37
- d: "m3216.783 9182.113-5.793 1.372h-5.641l-5.793-1.372"
38
- })
39
- ]
40
- )
41
- );
42
- };
43
- export {
44
- d as SuitcaseIcon
45
- };
@@ -1,34 +0,0 @@
1
- import { h as a } from "vue";
2
- import { s as e } from "./svgIconFactory-Dn0WJdb3.js";
3
- const h = (t) => e({
4
- props: t,
5
- svgNodeAttrs: {
6
- xmlns: "http://www.w3.org/2000/svg",
7
- viewBox: "0 0 19.107 17.139",
8
- width: t.width ?? 19,
9
- height: t.height ?? 17
10
- },
11
- childrenNodes: a(
12
- "g",
13
- { "data-name": "Raggruppa 8550" },
14
- [
15
- a("g", { fill: "none", stroke: t["stroke-color"] ?? "#222", "stroke-width": t["stroke-width"] ?? 1, "stroke-linecap": "round", "stroke-linejoin": "round", "data-name": "Raggruppa 8552" }, [
16
- a("path", { d: "m1.832 16.5 1.032-2.8h3a.5.5 0 0 1 .473.337l.848 2.463", "data-name": "Tracciato 13208" }),
17
- a("path", { d: "m4.218 16.5.905-2.68", "data-name": "Linea 2073" }),
18
- a("path", { d: "m2.864 13.691-1.01-3.662a.7.7 0 0 1 .675-.887h.948a.7.7 0 0 1 .68.536l.951 3.936", "data-name": "Tracciato 13209" }),
19
- a("path", { d: "m17.44 16.5l-1.032-2.81h-3a.5.5 0 0 0-.473.337l-.848 2.473", "data-name": "Tracciato 13210" }),
20
- a("path", { d: "m15.051 16.5-.928-2.746", "data-name": "Linea 2074" }),
21
- a("path", { d: "m16.4 13.691 1.01-3.663a.7.7 0 0 0-.673-.886h-.95a.7.7 0 0 0-.68.537l-.945 3.907", "data-name": "Tracciato 13211" }),
22
- a("path", { d: "M9.554.5v15.997", "data-name": "Linea 2075" }),
23
- a("path", { d: "M6.386 11.19h6.409", "data-name": "Linea 2076" }),
24
- a("path", { d: "M.5 4.129c4.35-4.218 13.755-4.218 18.106 0a5.6 5.6 0 0 0-4.83.546s-4.436-1.855-8.372 0A8.241 8.241 0 0 0 .5 4.129Z", "data-name": "Tracciato 13212" }),
25
- a("path", { d: "M5.4 4.676s2.777-3.4 4.153-3.71", "data-name": "Tracciato 13212" }),
26
- a("path", { d: "M13.777 4.676S10.9 1.277 9.525.966", "data-name": "Tracciato 13213" }),
27
- a("path", { d: "M.5 16.5h18.106", "data-name": "Linea 2077" })
28
- ])
29
- ]
30
- )
31
- });
32
- export {
33
- h as TerraceIcon
34
- };
package/dist/TieIcon.js DELETED
@@ -1,39 +0,0 @@
1
- import { h as i } from "vue";
2
- import { g as n } from "./DefaultValues-DOBkctU1.js";
3
- const d = (e, { attrs: o }) => {
4
- e = { ...n(), ...e };
5
- const { width: t, height: l, strokeColor: r, fillColor: h } = e;
6
- return i(
7
- "svg",
8
- {
9
- xmlns: "http://www.w3.org/2000/svg",
10
- viewBox: "0 0 9.043 17.407",
11
- width: `${t}`,
12
- height: `${l}`,
13
- class: e.class ?? "",
14
- "aria-hidden": o["aria-hidden"] ?? "true"
15
- },
16
- i(
17
- "g",
18
- {
19
- fill: h,
20
- stroke: r,
21
- "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
22
- "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
23
- "stroke-width": `${o["stroke-width"] ?? "1.3"}`
24
- },
25
- [
26
- i("path", {
27
- d: `m1.492 2.56 1.382 1.382-2.127 7.8a2.241 2.241 0 0 0 .578 2.175l2.4 2.4a1.122 1.122 0 0 0 1.585 0l2.4-2.4a2.241 2.241 0 0 0
28
- .578-2.175l-2.127-7.8L7.543 2.56A1.119 1.119 0 0 0 6.752.65H2.283a1.119 1.119 0 0 0-.791 1.91Z`
29
- }),
30
- i("path", {
31
- d: "M2.875 3.942h3.294"
32
- })
33
- ]
34
- )
35
- );
36
- };
37
- export {
38
- d as TieIcon
39
- };
package/dist/TourIcon.js DELETED
@@ -1,50 +0,0 @@
1
- import { h as e } from "vue";
2
- import { g as d } from "./DefaultValues-DOBkctU1.js";
3
- const h = (i, { attrs: o }) => {
4
- i = { ...d(), ...i };
5
- const { width: t, height: l, strokeColor: r, fillColor: n } = i;
6
- return e(
7
- "svg",
8
- {
9
- xmlns: "http://www.w3.org/2000/svg",
10
- viewBox: "0 0 25.3 17.565",
11
- width: `${t}`,
12
- height: `${l}`,
13
- class: i.class ?? "",
14
- "aria-hidden": o["aria-hidden"] ?? "true"
15
- },
16
- [
17
- e("path", {
18
- fill: n,
19
- stroke: o["stroke-color"] ?? r,
20
- "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
21
- "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
22
- "stroke-width": `${o["stroke-width"] ?? "1"}`,
23
- d: "M16.466 2.582c4.678.992 8.034 3.687 8.034 6.857 0 4.011-5.373 7.265-12 7.265S.5 13.45.5 9.439c0-3.17 3.355-5.865 8.034-6.857"
24
- }),
25
- e("path", {
26
- fill: "#101d31",
27
- d: "M15.828 9.467a3.111 3.111 0 1 1-3.111-3.111 3.111 3.111 0 0 1 3.111 3.111"
28
- }),
29
- e("path", {
30
- fill: "none",
31
- stroke: o["stroke-color"] ?? r,
32
- "stroke-linecap": "round",
33
- "stroke-linejoin": "round",
34
- "stroke-width": `${o["stroke-width"] ?? "1"}`,
35
- d: "M15.828 9.467a3.111 3.111 0 1 1-3.111-3.111 3.111 3.111 0 0 1 3.111 3.111"
36
- }),
37
- e("path", {
38
- fill: "none",
39
- stroke: o["stroke-color"] ?? r,
40
- "stroke-linecap": "round",
41
- "stroke-linejoin": "round",
42
- "stroke-width": `${o["stroke-width"] ?? "1"}`,
43
- d: "m18.762.915-2.255 1.853v.013l1.486 2.81"
44
- })
45
- ]
46
- );
47
- };
48
- export {
49
- h as TourIcon
50
- };
@@ -1,43 +0,0 @@
1
- import { h as t } from "vue";
2
- import { g as l } from "./DefaultValues-DOBkctU1.js";
3
- const s = (o, { attrs: a }) => {
4
- o = { ...l(), ...o };
5
- const { width: e, height: h, fillColor: i } = o;
6
- return t(
7
- "svg",
8
- {
9
- xmlns: "http://www.w3.org/2000/svg",
10
- viewBox: "0 0 17.004 17.327",
11
- width: `${e}`,
12
- height: `${h}`,
13
- class: o.class ?? "",
14
- "aria-hidden": a["aria-hidden"] ?? "true"
15
- },
16
- t(
17
- "g",
18
- {
19
- fill: i,
20
- stroke: `${a["stroke-color"] ?? "#222"}`,
21
- "stroke-linecap": `${a["stroke-linecap"] ?? "round"}`,
22
- "stroke-width": `${a["stroke-width"] ?? "1.3"}`
23
- },
24
- [
25
- t("path", {
26
- d: "M16.105 5.256 9.168.908a1.488 1.488 0 0 0-1.583 0l-6.233 3.91a1.487 1.487 0 0 0-.7 1.265v9.1a1.49 1.49 0 0 0 1.49 1.49h6.235"
27
- }),
28
- t("path", {
29
- d: "M16.112 13.732a3.765 3.765 0 0 1-1.6 1.478 3.916 3.916 0 0 1-5.514-3.779v.152a3.916 3.916 0 0 1 5.514-3.779 3.771 3.771 0 0 1 1.6 1.478"
30
- }),
31
- t("path", {
32
- d: "M7.248 10.386h5.406"
33
- }),
34
- t("path", {
35
- d: "M7.248 12.927h5.406"
36
- })
37
- ]
38
- )
39
- );
40
- };
41
- export {
42
- s as ValuationIcon
43
- };