@reviewpush/streamline-bold 0.5.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.
- package/lib/arrows-diagrams/Arrows.js +138 -0
- package/lib/arrows-diagrams/Diagrams.js +61 -0
- package/lib/arrows-diagrams/index.js +0 -0
- package/lib/avatars/GeometricMenFamousPeople.js +6 -0
- package/lib/avatars/GeometricMenHistory.js +8 -0
- package/lib/avatars/GeometricMenOldPeople.js +3 -0
- package/lib/avatars/GeometricMenPeople.js +24 -0
- package/lib/avatars/GeometricMenPoliceArmyCrime.js +15 -0
- package/lib/avatars/GeometricMenProfessions.js +20 -0
- package/lib/avatars/GeometricMenReligion.js +6 -0
- package/lib/avatars/GeometricMenVintage.js +5 -0
- package/lib/avatars/GeometricWomenFamousPeople.js +1 -0
- package/lib/avatars/GeometricWomenHistory.js +2 -0
- package/lib/avatars/GeometricWomenOldPeople.js +2 -0
- package/lib/avatars/GeometricWomenPeople.js +25 -0
- package/lib/avatars/GeometricWomenPoliceArmyCrime.js +11 -0
- package/lib/avatars/GeometricWomenProfessions.js +18 -0
- package/lib/avatars/GeometricWomenReligion.js +2 -0
- package/lib/avatars/GeometricWomenVintage.js +3 -0
- package/lib/avatars/NaturalMenFamousPeople.js +6 -0
- package/lib/avatars/NaturalMenHistory.js +8 -0
- package/lib/avatars/NaturalMenOldPeople.js +3 -0
- package/lib/avatars/NaturalMenPeople.js +25 -0
- package/lib/avatars/NaturalMenPoliceArmyCrime.js +15 -0
- package/lib/avatars/NaturalMenProfessions.js +18 -0
- package/lib/avatars/NaturalMenReligion.js +6 -0
- package/lib/avatars/NaturalMenVintage.js +5 -0
- package/lib/avatars/NaturalWomenFamousPeople.js +1 -0
- package/lib/avatars/NaturalWomenHistory.js +2 -0
- package/lib/avatars/NaturalWomenOldPeople.js +2 -0
- package/lib/avatars/NaturalWomenPeople.js +25 -0
- package/lib/avatars/NaturalWomenPoliceArmyCrime.js +11 -0
- package/lib/avatars/NaturalWomenProfessions.js +18 -0
- package/lib/avatars/NaturalWomenReligion.js +2 -0
- package/lib/avatars/NaturalWomenVintage.js +3 -0
- package/lib/avatars/index.js +0 -0
- package/lib/building-construction/ArchitecturalFeatures.js +8 -0
- package/lib/building-construction/Buildings.js +16 -0
- package/lib/building-construction/ConceptionProjects.js +11 -0
- package/lib/building-construction/Construction.js +14 -0
- package/lib/building-construction/HeavyEquipment.js +18 -0
- package/lib/building-construction/Houses.js +15 -0
- package/lib/building-construction/ModernArchitecture.js +11 -0
- package/lib/building-construction/Utilities.js +5 -0
- package/lib/building-construction/index.js +0 -0
- package/lib/business-products/ABTesting.js +8 -0
- package/lib/business-products/Advertising.js +9 -0
- package/lib/business-products/Analytics.js +16 -0
- package/lib/business-products/Business.js +28 -0
- package/lib/business-products/BusinessDeals.js +17 -0
- package/lib/business-products/BusinessMetaphors.js +23 -0
- package/lib/business-products/DataFiles.js +50 -0
- package/lib/business-products/MonetizationProfits.js +18 -0
- package/lib/business-products/Optimization.js +8 -0
- package/lib/business-products/Performances.js +14 -0
- package/lib/business-products/ProductLaunch.js +6 -0
- package/lib/business-products/SEO.js +16 -0
- package/lib/business-products/Strategy.js +14 -0
- package/lib/business-products/index.js +0 -0
- package/lib/clothes-footwear-accessories/Accessories.js +13 -0
- package/lib/clothes-footwear-accessories/Bags.js +5 -0
- package/lib/clothes-footwear-accessories/Beanies.js +5 -0
- package/lib/clothes-footwear-accessories/Caps.js +6 -0
- package/lib/clothes-footwear-accessories/ClothesDesign.js +10 -0
- package/lib/clothes-footwear-accessories/DressSkirts.js +5 -0
- package/lib/clothes-footwear-accessories/Footwear.js +13 -0
- package/lib/clothes-footwear-accessories/Glasses.js +11 -0
- package/lib/clothes-footwear-accessories/Hats.js +14 -0
- package/lib/clothes-footwear-accessories/ShirtsSweatersTop.js +20 -0
- package/lib/clothes-footwear-accessories/TrousersShirts.js +7 -0
- package/lib/clothes-footwear-accessories/Underwear.js +12 -0
- package/lib/clothes-footwear-accessories/index.js +0 -0
- package/lib/computers-devices-electronics/Arduino.js +5 -0
- package/lib/computers-devices-electronics/CDRom.js +7 -0
- package/lib/computers-devices-electronics/Cables.js +8 -0
- package/lib/computers-devices-electronics/DesktopActions.js +22 -0
- package/lib/computers-devices-electronics/DesktopComputers.js +23 -0
- package/lib/computers-devices-electronics/Electronics.js +24 -0
- package/lib/computers-devices-electronics/FloppyDisks.js +4 -0
- package/lib/computers-devices-electronics/HardDrives.js +4 -0
- package/lib/computers-devices-electronics/KeyboardMouse.js +12 -0
- package/lib/computers-devices-electronics/LaptopActions.js +22 -0
- package/lib/computers-devices-electronics/LaptopComputers.js +7 -0
- package/lib/computers-devices-electronics/Memory.js +17 -0
- package/lib/computers-devices-electronics/MicroprocessorChips.js +13 -0
- package/lib/computers-devices-electronics/PowerSupply.js +8 -0
- package/lib/computers-devices-electronics/ScanPrint.js +2 -0
- package/lib/computers-devices-electronics/Screens.js +5 -0
- package/lib/computers-devices-electronics/SmartWatches.js +116 -0
- package/lib/computers-devices-electronics/TabletsKindle.js +7 -0
- package/lib/computers-devices-electronics/Webcam.js +3 -0
- package/lib/computers-devices-electronics/index.js +0 -0
- package/lib/content/Archives.js +7 -0
- package/lib/content/Books.js +35 -0
- package/lib/content/ContentCreation.js +30 -0
- package/lib/content/Newspapers.js +5 -0
- package/lib/content/Notes.js +41 -0
- package/lib/content/index.js +0 -0
- package/lib/crime-war-protection/AntiqueWeapons.js +14 -0
- package/lib/crime-war-protection/Army.js +39 -0
- package/lib/crime-war-protection/Bombs.js +10 -0
- package/lib/crime-war-protection/Crime.js +5 -0
- package/lib/crime-war-protection/Death.js +5 -0
- package/lib/crime-war-protection/Legal.js +6 -0
- package/lib/crime-war-protection/ModernWeapons.js +14 -0
- package/lib/crime-war-protection/Police.js +16 -0
- package/lib/crime-war-protection/Protection.js +23 -0
- package/lib/crime-war-protection/Punishment.js +7 -0
- package/lib/crime-war-protection/Surveillance.js +11 -0
- package/lib/crime-war-protection/index.js +0 -0
- package/lib/culture-religion/AstrologyMagic.js +19 -0
- package/lib/culture-religion/HistoryFolklore.js +37 -0
- package/lib/culture-religion/PrimitiveSymbols.js +10 -0
- package/lib/culture-religion/Religion.js +33 -0
- package/lib/culture-religion/index.js +0 -0
- package/lib/design/Align.js +14 -0
- package/lib/design/ColorsPainting.js +38 -0
- package/lib/design/CropsArtboards.js +9 -0
- package/lib/design/DesignFiles.js +48 -0
- package/lib/design/DesignProcess.js +13 -0
- package/lib/design/DesignTools.js +20 -0
- package/lib/design/Flip.js +4 -0
- package/lib/design/GraphicTablets.js +5 -0
- package/lib/design/GridsRulers.js +12 -0
- package/lib/design/Layers.js +25 -0
- package/lib/design/Pathfinder.js +8 -0
- package/lib/design/Reorder.js +2 -0
- package/lib/design/Resize.js +7 -0
- package/lib/design/Rotate.js +9 -0
- package/lib/design/Shapes.js +16 -0
- package/lib/design/Transform.js +5 -0
- package/lib/design/Vectors.js +25 -0
- package/lib/design/index.js +0 -0
- package/lib/ecology/CleanCars.js +10 -0
- package/lib/ecology/Deforestation.js +3 -0
- package/lib/ecology/EcologicalHouses.js +2 -0
- package/lib/ecology/Ecology.js +21 -0
- package/lib/ecology/GMOChemicalFood.js +8 -0
- package/lib/ecology/GlobalWarming.js +4 -0
- package/lib/ecology/NuclearFossilEnergy.js +10 -0
- package/lib/ecology/OrganicNonGMO.js +7 -0
- package/lib/ecology/PlantGrowthOrganicFertilizer.js +14 -0
- package/lib/ecology/Pollution.js +14 -0
- package/lib/ecology/Recycling.js +12 -0
- package/lib/ecology/RenewableEnergy.js +21 -0
- package/lib/ecology/Seasons.js +4 -0
- package/lib/ecology/WaterProtection.js +8 -0
- package/lib/ecology/WildlifeProtection.js +4 -0
- package/lib/ecology/index.js +0 -0
- package/lib/emails/Drawers.js +13 -0
- package/lib/emails/EmailActions.js +40 -0
- package/lib/emails/Envelopes.js +7 -0
- package/lib/emails/Mailbox.js +5 -0
- package/lib/emails/ReadEmail.js +11 -0
- package/lib/emails/SendEmail.js +9 -0
- package/lib/emails/Stamps.js +5 -0
- package/lib/emails/index.js +0 -0
- package/lib/entertainment-events-hobbies/AmusementParks.js +12 -0
- package/lib/entertainment-events-hobbies/BrainBoardGames.js +17 -0
- package/lib/entertainment-events-hobbies/CardGames.js +10 -0
- package/lib/entertainment-events-hobbies/Casino.js +25 -0
- package/lib/entertainment-events-hobbies/Circus.js +7 -0
- package/lib/entertainment-events-hobbies/ConcertsNightClubs.js +10 -0
- package/lib/entertainment-events-hobbies/Crafts.js +11 -0
- package/lib/entertainment-events-hobbies/FarmersMarket.js +2 -0
- package/lib/entertainment-events-hobbies/Fireworks.js +4 -0
- package/lib/entertainment-events-hobbies/Movies.js +8 -0
- package/lib/entertainment-events-hobbies/MuseumExhibitions.js +4 -0
- package/lib/entertainment-events-hobbies/Party.js +15 -0
- package/lib/entertainment-events-hobbies/ShowTheater.js +11 -0
- package/lib/entertainment-events-hobbies/Ticketing.js +6 -0
- package/lib/entertainment-events-hobbies/index.js +0 -0
- package/lib/family-babies-kids/Babies.js +11 -0
- package/lib/family-babies-kids/BabyCare.js +10 -0
- package/lib/family-babies-kids/EducationalToys.js +7 -0
- package/lib/family-babies-kids/Family.js +12 -0
- package/lib/family-babies-kids/OutdoorActivities.js +7 -0
- package/lib/family-babies-kids/Toys.js +26 -0
- package/lib/family-babies-kids/index.js +0 -0
- package/lib/files-folders/CommonFiles.js +74 -0
- package/lib/files-folders/FilesCopyright.js +8 -0
- package/lib/files-folders/Folders.js +90 -0
- package/lib/files-folders/ZippedFiles.js +27 -0
- package/lib/files-folders/index.js +0 -0
- package/lib/food-drinks/AnimalProducts.js +7 -0
- package/lib/food-drinks/Appliances.js +15 -0
- package/lib/food-drinks/AsianFood.js +7 -0
- package/lib/food-drinks/Barbeque.js +7 -0
- package/lib/food-drinks/Beer.js +6 -0
- package/lib/food-drinks/Bread.js +9 -0
- package/lib/food-drinks/Breakfast.js +9 -0
- package/lib/food-drinks/CakesCandies.js +17 -0
- package/lib/food-drinks/ChampagneSpirits.js +8 -0
- package/lib/food-drinks/ChefGear.js +18 -0
- package/lib/food-drinks/Cocktails.js +6 -0
- package/lib/food-drinks/Coffee.js +19 -0
- package/lib/food-drinks/EatingRestaurant.js +9 -0
- package/lib/food-drinks/ExoticFood.js +9 -0
- package/lib/food-drinks/FastFood.js +12 -0
- package/lib/food-drinks/FreezerCookingTemperatures.js +5 -0
- package/lib/food-drinks/Fruits.js +15 -0
- package/lib/food-drinks/IceCream.js +10 -0
- package/lib/food-drinks/Kitchenware.js +24 -0
- package/lib/food-drinks/Knives.js +4 -0
- package/lib/food-drinks/Milk.js +2 -0
- package/lib/food-drinks/PastaMeals.js +7 -0
- package/lib/food-drinks/Seafood.js +8 -0
- package/lib/food-drinks/Seasoning.js +5 -0
- package/lib/food-drinks/SoftDrinks.js +11 -0
- package/lib/food-drinks/Stove.js +9 -0
- package/lib/food-drinks/Teas.js +9 -0
- package/lib/food-drinks/Tools.js +4 -0
- package/lib/food-drinks/Vegetables.js +11 -0
- package/lib/food-drinks/Water.js +12 -0
- package/lib/food-drinks/Wine.js +7 -0
- package/lib/food-drinks/index.js +0 -0
- package/lib/furnitures-decoration/Armchairs.js +8 -0
- package/lib/furnitures-decoration/AsianInteriors.js +11 -0
- package/lib/furnitures-decoration/Beds.js +4 -0
- package/lib/furnitures-decoration/ChairsStools.js +11 -0
- package/lib/furnitures-decoration/Consoles.js +4 -0
- package/lib/furnitures-decoration/Decoration.js +11 -0
- package/lib/furnitures-decoration/DressersDrawers.js +13 -0
- package/lib/furnitures-decoration/Dressing.js +7 -0
- package/lib/furnitures-decoration/Fireplaces.js +2 -0
- package/lib/furnitures-decoration/Kitchen.js +7 -0
- package/lib/furnitures-decoration/NightStands.js +3 -0
- package/lib/furnitures-decoration/Shelves.js +6 -0
- package/lib/furnitures-decoration/SofasBenches.js +5 -0
- package/lib/furnitures-decoration/Stairs.js +2 -0
- package/lib/furnitures-decoration/SteampunkDecoration.js +3 -0
- package/lib/furnitures-decoration/Tables.js +6 -0
- package/lib/furnitures-decoration/index.js +0 -0
- package/lib/health-beauty/Ambulance.js +5 -0
- package/lib/health-beauty/BandagesCasts.js +7 -0
- package/lib/health-beauty/BeardShaving.js +6 -0
- package/lib/health-beauty/Blood.js +10 -0
- package/lib/health-beauty/BodyCare.js +15 -0
- package/lib/health-beauty/Brain.js +4 -0
- package/lib/health-beauty/Dentistry.js +13 -0
- package/lib/health-beauty/Dietetics.js +4 -0
- package/lib/health-beauty/DrugsMedication.js +11 -0
- package/lib/health-beauty/FertilityPregnancy.js +7 -0
- package/lib/health-beauty/Hair.js +3 -0
- package/lib/health-beauty/HairDress.js +10 -0
- package/lib/health-beauty/Hospital.js +9 -0
- package/lib/health-beauty/HospitalBedrooms.js +4 -0
- package/lib/health-beauty/InsuranceProtection.js +7 -0
- package/lib/health-beauty/Laboratory.js +3 -0
- package/lib/health-beauty/LaboratoryTests.js +6 -0
- package/lib/health-beauty/MakeUp.js +13 -0
- package/lib/health-beauty/MedicalApps.js +7 -0
- package/lib/health-beauty/MedicalConditions.js +6 -0
- package/lib/health-beauty/MedicalFiles.js +3 -0
- package/lib/health-beauty/MedicalInstruments.js +14 -0
- package/lib/health-beauty/MedicalNanobots.js +8 -0
- package/lib/health-beauty/MedicalPersonnel.js +4 -0
- package/lib/health-beauty/MedicalSpecialities.js +23 -0
- package/lib/health-beauty/MedicalSymbols.js +4 -0
- package/lib/health-beauty/MedicalTechnologicAdvances.js +5 -0
- package/lib/health-beauty/Monitoring.js +8 -0
- package/lib/health-beauty/RadiologyScanner.js +6 -0
- package/lib/health-beauty/Transfusions.js +5 -0
- package/lib/health-beauty/WaitingRoomAppointments.js +3 -0
- package/lib/health-beauty/index.js +0 -0
- package/lib/holidays/ChristmasNewYear.js +31 -0
- package/lib/holidays/Easter.js +5 -0
- package/lib/holidays/Halloween.js +19 -0
- package/lib/holidays/index.js +0 -0
- package/lib/hotels-spas/ACHeating.js +5 -0
- package/lib/hotels-spas/Bathroom.js +15 -0
- package/lib/hotels-spas/GarageParking.js +7 -0
- package/lib/hotels-spas/HotelBedrooms.js +18 -0
- package/lib/hotels-spas/RatingReviews.js +4 -0
- package/lib/hotels-spas/Reception.js +7 -0
- package/lib/hotels-spas/RoomService.js +12 -0
- package/lib/hotels-spas/Sauna.js +5 -0
- package/lib/hotels-spas/Spas.js +15 -0
- package/lib/hotels-spas/TV.js +4 -0
- package/lib/hotels-spas/index.js +0 -0
- package/lib/images-photography/Accessories.js +8 -0
- package/lib/images-photography/CameraSettings.js +6 -0
- package/lib/images-photography/Cameras.js +12 -0
- package/lib/images-photography/Composition.js +28 -0
- package/lib/images-photography/Focus.js +21 -0
- package/lib/images-photography/ImageFiles.js +58 -0
- package/lib/images-photography/Lenses.js +7 -0
- package/lib/images-photography/LightModes.js +30 -0
- package/lib/images-photography/Lights.js +7 -0
- package/lib/images-photography/Masks.js +18 -0
- package/lib/images-photography/ModernCameras.js +3 -0
- package/lib/images-photography/Pictures.js +17 -0
- package/lib/images-photography/PicturesFrames.js +4 -0
- package/lib/images-photography/RetouchingEnchancing.js +9 -0
- package/lib/images-photography/TakingPictures.js +8 -0
- package/lib/images-photography/Timer.js +4 -0
- package/lib/images-photography/TransferingPictures.js +2 -0
- package/lib/images-photography/VintageCameras.js +5 -0
- package/lib/images-photography/index.js +0 -0
- package/lib/interface-essential/Alert.js +16 -0
- package/lib/interface-essential/Alerts.js +10 -0
- package/lib/interface-essential/CellFormating.js +9 -0
- package/lib/interface-essential/Connect.js +3 -0
- package/lib/interface-essential/Controls.js +26 -0
- package/lib/interface-essential/CopyPaste.js +4 -0
- package/lib/interface-essential/Dashboard.js +11 -0
- package/lib/interface-essential/DateCalendar.js +39 -0
- package/lib/interface-essential/Delete.js +16 -0
- package/lib/interface-essential/Edit.js +17 -0
- package/lib/interface-essential/ExpandRetract.js +18 -0
- package/lib/interface-essential/FaceID.js +13 -0
- package/lib/interface-essential/Filter.js +4 -0
- package/lib/interface-essential/Flip.js +4 -0
- package/lib/interface-essential/FormEdition.js +13 -0
- package/lib/interface-essential/FormValidation.js +29 -0
- package/lib/interface-essential/Help.js +13 -0
- package/lib/interface-essential/HierachyOrganization.js +13 -0
- package/lib/interface-essential/Home.js +14 -0
- package/lib/interface-essential/IrisScan.js +10 -0
- package/lib/interface-essential/Keyboard.js +39 -0
- package/lib/interface-essential/KeyboardID.js +4 -0
- package/lib/interface-essential/Layouts.js +24 -0
- package/lib/interface-essential/LinkUnlink.js +10 -0
- package/lib/interface-essential/Lists.js +6 -0
- package/lib/interface-essential/Loading.js +11 -0
- package/lib/interface-essential/LockUnlock.js +30 -0
- package/lib/interface-essential/LoginLogout.js +19 -0
- package/lib/interface-essential/Menu.js +13 -0
- package/lib/interface-essential/Move.js +40 -0
- package/lib/interface-essential/MultimediaControls.js +35 -0
- package/lib/interface-essential/Navigate.js +46 -0
- package/lib/interface-essential/OnOff.js +6 -0
- package/lib/interface-essential/Paginate.js +42 -0
- package/lib/interface-essential/Paragraphs.js +31 -0
- package/lib/interface-essential/Password.js +19 -0
- package/lib/interface-essential/Pin.js +3 -0
- package/lib/interface-essential/Print.js +2 -0
- package/lib/interface-essential/RemoveAdd.js +37 -0
- package/lib/interface-essential/Resize.js +20 -0
- package/lib/interface-essential/Search.js +11 -0
- package/lib/interface-essential/Select.js +44 -0
- package/lib/interface-essential/Settings.js +33 -0
- package/lib/interface-essential/Share.js +14 -0
- package/lib/interface-essential/Stats.js +7 -0
- package/lib/interface-essential/Synchronize.js +15 -0
- package/lib/interface-essential/TagsBookmarks.js +46 -0
- package/lib/interface-essential/TextFormating.js +33 -0
- package/lib/interface-essential/TextOptions.js +9 -0
- package/lib/interface-essential/Time.js +30 -0
- package/lib/interface-essential/TimeFiles.js +24 -0
- package/lib/interface-essential/TouchGestures.js +75 -0
- package/lib/interface-essential/TouchID.js +20 -0
- package/lib/interface-essential/View.js +9 -0
- package/lib/interface-essential/VoiceID.js +6 -0
- package/lib/interface-essential/Wireless.js +8 -0
- package/lib/interface-essential/Zoom.js +8 -0
- package/lib/interface-essential/index.js +0 -0
- package/lib/internet-networks-servers/Bluetooth.js +4 -0
- package/lib/internet-networks-servers/Cloud.js +41 -0
- package/lib/internet-networks-servers/DataTransfer.js +15 -0
- package/lib/internet-networks-servers/Network.js +27 -0
- package/lib/internet-networks-servers/Servers.js +50 -0
- package/lib/internet-networks-servers/UploadDownload.js +45 -0
- package/lib/internet-networks-servers/Wifi.js +25 -0
- package/lib/internet-networks-servers/Wireless.js +9 -0
- package/lib/internet-networks-servers/WorldwideWeb.js +30 -0
- package/lib/internet-networks-servers/index.js +0 -0
- package/lib/lamps-lights-fire/CeilingLamps.js +9 -0
- package/lib/lamps-lights-fire/LightBubbles.js +6 -0
- package/lib/lamps-lights-fire/LighterMatchesCandles.js +10 -0
- package/lib/lamps-lights-fire/SmartLighting.js +5 -0
- package/lib/lamps-lights-fire/StandingLamps.js +3 -0
- package/lib/lamps-lights-fire/TableLamps.js +11 -0
- package/lib/lamps-lights-fire/index.js +0 -0
- package/lib/landmarks/Bridges.js +4 -0
- package/lib/landmarks/HistoricalBuildings.js +4 -0
- package/lib/landmarks/LandmarksAsiaAustralia.js +19 -0
- package/lib/landmarks/LandmarksEurope.js +23 -0
- package/lib/landmarks/LandmarksMiddleEastIndia.js +5 -0
- package/lib/landmarks/LandmarksTheAmericas.js +11 -0
- package/lib/landmarks/OfficialBuildings.js +4 -0
- package/lib/landmarks/Parks.js +4 -0
- package/lib/landmarks/VariousBuildings.js +9 -0
- package/lib/landmarks/index.js +0 -0
- package/lib/logos/Advertising.js +1 -0
- package/lib/logos/BlogNewsFeed.js +12 -0
- package/lib/logos/DesignersCommunities.js +9 -0
- package/lib/logos/DeveloperCommunities.js +4 -0
- package/lib/logos/ECommerce.js +7 -0
- package/lib/logos/InternetProtocol.js +1 -0
- package/lib/logos/MailingServices.js +1 -0
- package/lib/logos/MessagingVideoMeetings.js +18 -0
- package/lib/logos/Music.js +10 -0
- package/lib/logos/OSSystems.js +5 -0
- package/lib/logos/OnlineReading.js +5 -0
- package/lib/logos/Payment.js +3 -0
- package/lib/logos/PhotosImages.js +11 -0
- package/lib/logos/ProfessionalNetworks.js +3 -0
- package/lib/logos/ProfessionalTools.js +6 -0
- package/lib/logos/QA.js +1 -0
- package/lib/logos/SearchEngines.js +5 -0
- package/lib/logos/SocialBookmarking.js +7 -0
- package/lib/logos/SocialMedias.js +51 -0
- package/lib/logos/Statistics.js +2 -0
- package/lib/logos/Technology.js +2 -0
- package/lib/logos/Travel.js +1 -0
- package/lib/logos/VideoGames.js +2 -0
- package/lib/logos/Videos.js +8 -0
- package/lib/logos/WebServices.js +9 -0
- package/lib/logos/index.js +0 -0
- package/lib/maps-navigation/AddRemoveFavorites.js +10 -0
- package/lib/maps-navigation/Compass.js +12 -0
- package/lib/maps-navigation/Earth.js +29 -0
- package/lib/maps-navigation/Location.js +4 -0
- package/lib/maps-navigation/Maps.js +6 -0
- package/lib/maps-navigation/Pins.js +17 -0
- package/lib/maps-navigation/PinsStyleOne.js +31 -0
- package/lib/maps-navigation/PinsStyleThree.js +221 -0
- package/lib/maps-navigation/PinsStyleTwo.js +31 -0
- package/lib/maps-navigation/ShareLocation.js +2 -0
- package/lib/maps-navigation/SignShapes.js +12 -0
- package/lib/maps-navigation/SyncLocation.js +2 -0
- package/lib/maps-navigation/Trip.js +8 -0
- package/lib/maps-navigation/index.js +0 -0
- package/lib/messages-chat-smileys/Conversation.js +25 -0
- package/lib/messages-chat-smileys/MessagesPeople.js +42 -0
- package/lib/messages-chat-smileys/MessagesSpeechBubbles.js +64 -0
- package/lib/messages-chat-smileys/SignalFlags.js +3 -0
- package/lib/messages-chat-smileys/Smileys.js +210 -0
- package/lib/messages-chat-smileys/index.js +0 -0
- package/lib/money-payments-finance/AccountingBilling.js +10 -0
- package/lib/money-payments-finance/CashPayments.js +16 -0
- package/lib/money-payments-finance/CheckPayments.js +4 -0
- package/lib/money-payments-finance/CreditCardPayments.js +28 -0
- package/lib/money-payments-finance/CryptoCurrencies.js +44 -0
- package/lib/money-payments-finance/Currencies.js +31 -0
- package/lib/money-payments-finance/FinanceSavings.js +23 -0
- package/lib/money-payments-finance/ModernPayments.js +11 -0
- package/lib/money-payments-finance/Money.js +18 -0
- package/lib/money-payments-finance/Wealth.js +8 -0
- package/lib/money-payments-finance/index.js +0 -0
- package/lib/music-audio/AudioFiles.js +51 -0
- package/lib/music-audio/AudioSystemEqualizer.js +5 -0
- package/lib/music-audio/CDPlayer.js +6 -0
- package/lib/music-audio/EarpodsAirpods.js +17 -0
- package/lib/music-audio/Headphones.js +12 -0
- package/lib/music-audio/IPodDigitalPlayers.js +10 -0
- package/lib/music-audio/Microphone.js +13 -0
- package/lib/music-audio/ModernMusic.js +10 -0
- package/lib/music-audio/Music.js +12 -0
- package/lib/music-audio/MusicGenres.js +22 -0
- package/lib/music-audio/MusicInstruments.js +27 -0
- package/lib/music-audio/Playlists.js +31 -0
- package/lib/music-audio/Podcasts.js +8 -0
- package/lib/music-audio/Radios.js +8 -0
- package/lib/music-audio/Speakers.js +7 -0
- package/lib/music-audio/VinylRecords.js +6 -0
- package/lib/music-audio/VolumeControls.js +25 -0
- package/lib/music-audio/WalkmanTapes.js +6 -0
- package/lib/music-audio/index.js +0 -0
- package/lib/nature-farming/AgriculturalMachinery.js +20 -0
- package/lib/nature-farming/Farming.js +19 -0
- package/lib/nature-farming/Flowers.js +7 -0
- package/lib/nature-farming/Gardening.js +22 -0
- package/lib/nature-farming/Outdoors.js +11 -0
- package/lib/nature-farming/Plants.js +17 -0
- package/lib/nature-farming/Trees.js +12 -0
- package/lib/nature-farming/index.js +0 -0
- package/lib/outdoors-recreation/Beach.js +10 -0
- package/lib/outdoors-recreation/Camping.js +12 -0
- package/lib/outdoors-recreation/Canoe.js +9 -0
- package/lib/outdoors-recreation/Diving.js +8 -0
- package/lib/outdoors-recreation/Fishing.js +8 -0
- package/lib/outdoors-recreation/LandmarksViewPoints.js +5 -0
- package/lib/outdoors-recreation/NauticalSports.js +7 -0
- package/lib/outdoors-recreation/OutdoorParks.js +35 -0
- package/lib/outdoors-recreation/Sailing.js +9 -0
- package/lib/outdoors-recreation/Trekking.js +7 -0
- package/lib/outdoors-recreation/index.js +0 -0
- package/lib/pets-animals/Amphibians.js +7 -0
- package/lib/pets-animals/AnimalPrints.js +9 -0
- package/lib/pets-animals/Apes.js +5 -0
- package/lib/pets-animals/Bears.js +5 -0
- package/lib/pets-animals/Birds.js +8 -0
- package/lib/pets-animals/Cats.js +25 -0
- package/lib/pets-animals/ChickenDucks.js +15 -0
- package/lib/pets-animals/Deers.js +14 -0
- package/lib/pets-animals/Dogs.js +22 -0
- package/lib/pets-animals/ElephantsRhinoceros.js +10 -0
- package/lib/pets-animals/Fish.js +3 -0
- package/lib/pets-animals/FlyingInsects.js +18 -0
- package/lib/pets-animals/Girafe.js +4 -0
- package/lib/pets-animals/Insects.js +17 -0
- package/lib/pets-animals/Jellyfish.js +4 -0
- package/lib/pets-animals/Koala.js +4 -0
- package/lib/pets-animals/LionTigers.js +11 -0
- package/lib/pets-animals/Livestock.js +13 -0
- package/lib/pets-animals/MarineMammals.js +14 -0
- package/lib/pets-animals/MiceRats.js +10 -0
- package/lib/pets-animals/OctopusSquids.js +4 -0
- package/lib/pets-animals/Peacocks.js +5 -0
- package/lib/pets-animals/Pets.js +19 -0
- package/lib/pets-animals/PetsTracking.js +11 -0
- package/lib/pets-animals/Rabbit.js +6 -0
- package/lib/pets-animals/Reptiles.js +9 -0
- package/lib/pets-animals/Rodents.js +8 -0
- package/lib/pets-animals/SharksSportFish.js +8 -0
- package/lib/pets-animals/Shellfish.js +3 -0
- package/lib/pets-animals/Shells.js +4 -0
- package/lib/pets-animals/Snails.js +2 -0
- package/lib/pets-animals/Spiders.js +4 -0
- package/lib/pets-animals/Swans.js +4 -0
- package/lib/pets-animals/VariousFish.js +5 -0
- package/lib/pets-animals/VariousMammals.js +10 -0
- package/lib/pets-animals/Whales.js +5 -0
- package/lib/pets-animals/WildBirds.js +22 -0
- package/lib/pets-animals/WolvesFoxes.js +13 -0
- package/lib/pets-animals/index.js +0 -0
- package/lib/phones-mobile-devices/BluetoothWifi.js +5 -0
- package/lib/phones-mobile-devices/CellularNetwork.js +8 -0
- package/lib/phones-mobile-devices/ChargingBattery.js +24 -0
- package/lib/phones-mobile-devices/ConnectDevices.js +2 -0
- package/lib/phones-mobile-devices/ContentActions.js +86 -0
- package/lib/phones-mobile-devices/FaxAnswerMachine.js +3 -0
- package/lib/phones-mobile-devices/ForbidenBroken.js +2 -0
- package/lib/phones-mobile-devices/ForceTouchSqueezableGestures.js +8 -0
- package/lib/phones-mobile-devices/MobilePhones.js +14 -0
- package/lib/phones-mobile-devices/Phone.js +12 -0
- package/lib/phones-mobile-devices/PhoneActions.js +49 -0
- package/lib/phones-mobile-devices/PhoneCameraSelfies.js +8 -0
- package/lib/phones-mobile-devices/QRCode.js +2 -0
- package/lib/phones-mobile-devices/RotateScrollExpand.js +7 -0
- package/lib/phones-mobile-devices/SIMCard.js +3 -0
- package/lib/phones-mobile-devices/Signal.js +6 -0
- package/lib/phones-mobile-devices/Vibrate.js +2 -0
- package/lib/phones-mobile-devices/index.js +0 -0
- package/lib/programing-apps-websites/AndroidApps.js +6 -0
- package/lib/programing-apps-websites/Apps.js +89 -0
- package/lib/programing-apps-websites/BugSecurity.js +25 -0
- package/lib/programing-apps-websites/CodingFiles.js +142 -0
- package/lib/programing-apps-websites/Databases.js +61 -0
- package/lib/programing-apps-websites/LearningPrograming.js +3 -0
- package/lib/programing-apps-websites/PluginsModules.js +12 -0
- package/lib/programing-apps-websites/Programing.js +25 -0
- package/lib/programing-apps-websites/ProgramingLanguages.js +9 -0
- package/lib/programing-apps-websites/ResponsiveDesign.js +10 -0
- package/lib/programing-apps-websites/UIComponents.js +21 -0
- package/lib/programing-apps-websites/WebsiteDevelopment.js +18 -0
- package/lib/programing-apps-websites/index.js +0 -0
- package/lib/real-estate/ActionsBuildings.js +23 -0
- package/lib/real-estate/ActionsHouses.js +24 -0
- package/lib/real-estate/Advertising.js +3 -0
- package/lib/real-estate/AppsWebsites.js +8 -0
- package/lib/real-estate/Deals.js +8 -0
- package/lib/real-estate/Favorites.js +11 -0
- package/lib/real-estate/InsuranceProtection.js +6 -0
- package/lib/real-estate/Location.js +3 -0
- package/lib/real-estate/MapsDimensions.js +8 -0
- package/lib/real-estate/Market.js +13 -0
- package/lib/real-estate/RealEstate.js +25 -0
- package/lib/real-estate/Search.js +4 -0
- package/lib/real-estate/Settings.js +7 -0
- package/lib/real-estate/Signs.js +17 -0
- package/lib/real-estate/Update.js +3 -0
- package/lib/real-estate/index.js +0 -0
- package/lib/romance/BreakupDivorce.js +9 -0
- package/lib/romance/Couples.js +15 -0
- package/lib/romance/Dating.js +17 -0
- package/lib/romance/Engagement.js +5 -0
- package/lib/romance/Love.js +25 -0
- package/lib/romance/LoveGifts.js +6 -0
- package/lib/romance/Wedding.js +17 -0
- package/lib/romance/index.js +0 -0
- package/lib/school-learning/AudioBooks.js +17 -0
- package/lib/school-learning/ELearning.js +9 -0
- package/lib/school-learning/LibraryReading.js +22 -0
- package/lib/school-learning/School.js +32 -0
- package/lib/school-learning/StudyingLearning.js +9 -0
- package/lib/school-learning/index.js +0 -0
- package/lib/science/Astronomy.js +12 -0
- package/lib/science/LabsExperiments.js +10 -0
- package/lib/science/Science.js +25 -0
- package/lib/science/ScienceFiction.js +6 -0
- package/lib/science/SpaceExploration.js +17 -0
- package/lib/science/index.js +0 -0
- package/lib/shipping-delivery/Delivery.js +20 -0
- package/lib/shipping-delivery/OverseasShipment.js +13 -0
- package/lib/shipping-delivery/Shipment.js +24 -0
- package/lib/shipping-delivery/ShipmentManagement.js +23 -0
- package/lib/shipping-delivery/WarehouseFullfiment.js +22 -0
- package/lib/shipping-delivery/index.js +0 -0
- package/lib/shopping-ecommerce/Baskets.js +28 -0
- package/lib/shopping-ecommerce/Carts.js +23 -0
- package/lib/shopping-ecommerce/DiscountCoupons.js +14 -0
- package/lib/shopping-ecommerce/ECommerce.js +24 -0
- package/lib/shopping-ecommerce/MobileShopping.js +10 -0
- package/lib/shopping-ecommerce/Products.js +11 -0
- package/lib/shopping-ecommerce/Receipts.js +9 -0
- package/lib/shopping-ecommerce/ShoppingBags.js +22 -0
- package/lib/shopping-ecommerce/Shops.js +28 -0
- package/lib/shopping-ecommerce/TagsCodes.js +17 -0
- package/lib/shopping-ecommerce/index.js +0 -0
- package/lib/social-medias-rewards-rating/Certified.js +8 -0
- package/lib/social-medias-rewards-rating/Flags.js +18 -0
- package/lib/social-medias-rewards-rating/Gaming.js +14 -0
- package/lib/social-medias-rewards-rating/Gifts.js +5 -0
- package/lib/social-medias-rewards-rating/Likes.js +25 -0
- package/lib/social-medias-rewards-rating/LoveIt.js +29 -0
- package/lib/social-medias-rewards-rating/Mood.js +11 -0
- package/lib/social-medias-rewards-rating/Ranking.js +10 -0
- package/lib/social-medias-rewards-rating/Rating.js +28 -0
- package/lib/social-medias-rewards-rating/RewardsAwards.js +26 -0
- package/lib/social-medias-rewards-rating/SocialProfile.js +6 -0
- package/lib/social-medias-rewards-rating/Trends.js +7 -0
- package/lib/social-medias-rewards-rating/VIPTopUsers.js +10 -0
- package/lib/social-medias-rewards-rating/index.js +0 -0
- package/lib/sports/Archery.js +3 -0
- package/lib/sports/Athletics.js +10 -0
- package/lib/sports/BaseballBallGames.js +9 -0
- package/lib/sports/BasketballVolleyball.js +6 -0
- package/lib/sports/Biking.js +5 -0
- package/lib/sports/Bowling.js +3 -0
- package/lib/sports/Boxing.js +7 -0
- package/lib/sports/ClimbingSpeleology.js +3 -0
- package/lib/sports/Dancing.js +2 -0
- package/lib/sports/Fitness.js +25 -0
- package/lib/sports/Golf.js +8 -0
- package/lib/sports/Gymnastics.js +15 -0
- package/lib/sports/MatrialArts.js +10 -0
- package/lib/sports/OlympicsParalympicsGames.js +16 -0
- package/lib/sports/Pool.js +6 -0
- package/lib/sports/RugbyAmericanFootball.js +7 -0
- package/lib/sports/Shooting.js +5 -0
- package/lib/sports/SkateboardRollerblades.js +7 -0
- package/lib/sports/Skiing.js +16 -0
- package/lib/sports/Soccer.js +8 -0
- package/lib/sports/Swimming.js +8 -0
- package/lib/sports/TennisBadminton.js +13 -0
- package/lib/sports/VariousSports.js +5 -0
- package/lib/sports/YogaStretching.js +16 -0
- package/lib/sports/index.js +0 -0
- package/lib/streamline-bold.js +0 -0
- package/lib/technology/3DPrinting.js +28 -0
- package/lib/technology/ArtificialIntelligence.js +9 -0
- package/lib/technology/AutomatedTranslation.js +5 -0
- package/lib/technology/Beacons.js +10 -0
- package/lib/technology/Drones.js +13 -0
- package/lib/technology/FutureTechs.js +16 -0
- package/lib/technology/SmartHouse.js +30 -0
- package/lib/technology/VirtualReality.js +23 -0
- package/lib/technology/index.js +0 -0
- package/lib/tools-constructions/ClampsJacks.js +6 -0
- package/lib/tools-constructions/Equipment.js +7 -0
- package/lib/tools-constructions/Hardware.js +12 -0
- package/lib/tools-constructions/Materials.js +7 -0
- package/lib/tools-constructions/MeasuresLevels.js +6 -0
- package/lib/tools-constructions/PowerTools.js +6 -0
- package/lib/tools-constructions/Safety.js +5 -0
- package/lib/tools-constructions/Tools.js +36 -0
- package/lib/tools-constructions/index.js +0 -0
- package/lib/transportation/AdventureCars.js +10 -0
- package/lib/transportation/Aircraft.js +17 -0
- package/lib/transportation/AutonomusCars.js +7 -0
- package/lib/transportation/Bicycles.js +8 -0
- package/lib/transportation/Bus.js +8 -0
- package/lib/transportation/CarActions.js +14 -0
- package/lib/transportation/CarInsurance.js +2 -0
- package/lib/transportation/Cars.js +20 -0
- package/lib/transportation/DashboardSymbols.js +19 -0
- package/lib/transportation/GarageRepairs.js +18 -0
- package/lib/transportation/Gas.js +4 -0
- package/lib/transportation/Navigation.js +7 -0
- package/lib/transportation/Parking.js +4 -0
- package/lib/transportation/PublicServices.js +7 -0
- package/lib/transportation/Railroad.js +12 -0
- package/lib/transportation/RoadsLights.js +9 -0
- package/lib/transportation/ScootersBikes.js +5 -0
- package/lib/transportation/SeaTransportation.js +15 -0
- package/lib/transportation/Segway.js +4 -0
- package/lib/transportation/Signs.js +296 -0
- package/lib/transportation/SportsCars.js +7 -0
- package/lib/transportation/Taxi.js +9 -0
- package/lib/transportation/ToolsComponents.js +12 -0
- package/lib/transportation/TransportationTicketsTransfers.js +23 -0
- package/lib/transportation/Trucks.js +11 -0
- package/lib/transportation/Various.js +5 -0
- package/lib/transportation/VintageCars.js +12 -0
- package/lib/transportation/index.js +0 -0
- package/lib/travel/Airport.js +4 -0
- package/lib/travel/Baggage.js +20 -0
- package/lib/travel/Passports.js +4 -0
- package/lib/travel/PlanesTrip.js +21 -0
- package/lib/travel/SecurityCustoms.js +11 -0
- package/lib/travel/TicketsCheckInSchedule.js +10 -0
- package/lib/travel/TravelInsurance.js +4 -0
- package/lib/travel/TravelMetaphor.js +9 -0
- package/lib/travel/index.js +0 -0
- package/lib/users/GeomerticCloseUpMultipleUsers.js +13 -0
- package/lib/users/GeomerticCloseUpMultipleUsersActions.js +49 -0
- package/lib/users/GeomerticCloseUpSingleUserActionsNeutral.js +50 -0
- package/lib/users/GeomerticCloseUpSingleUserMan.js +15 -0
- package/lib/users/GeomerticCloseUpSingleUserNeutral.js +21 -0
- package/lib/users/GeomerticCloseUpSingleUserWoman.js +15 -0
- package/lib/users/GeomerticCloseUpSingleUsersActionsMan.js +50 -0
- package/lib/users/GeomerticCloseUpSingleUsersActionsWoman.js +50 -0
- package/lib/users/GeometricFullBodyGenderSymbols.js +8 -0
- package/lib/users/GeometricFullBodyMultipleUsers.js +14 -0
- package/lib/users/GeometricFullBodyMultipleUsersActions.js +48 -0
- package/lib/users/GeometricFullBodySingleUserActionsMan.js +48 -0
- package/lib/users/GeometricFullBodySingleUserActionsNeutral.js +50 -0
- package/lib/users/GeometricFullBodySingleUserActionsWoman.js +50 -0
- package/lib/users/GeometricFullBodySingleUserMan.js +25 -0
- package/lib/users/GeometricFullBodySingleUserNeutral.js +32 -0
- package/lib/users/GeometricFullBodySingleUserWoman.js +25 -0
- package/lib/users/NaturalCloseUpMultipleUsers.js +8 -0
- package/lib/users/NaturalCloseUpMultipleUsersActions.js +48 -0
- package/lib/users/NaturalCloseUpSingleUserActionsMan.js +49 -0
- package/lib/users/NaturalCloseUpSingleUserActionsNeutral.js +50 -0
- package/lib/users/NaturalCloseUpSingleUserActionsWoman.js +50 -0
- package/lib/users/NaturalCloseUpSingleUserMan.js +15 -0
- package/lib/users/NaturalCloseUpSingleUserNeutral.js +21 -0
- package/lib/users/NaturalCloseUpSingleUserWoman.js +15 -0
- package/lib/users/index.js +0 -0
- package/lib/video-games/FamousCharacters.js +30 -0
- package/lib/video-games/FamousVideoGames.js +56 -0
- package/lib/video-games/VideoGamesControl.js +10 -0
- package/lib/video-games/VideoGamesDevices.js +13 -0
- package/lib/video-games/VideoGamesLogos.js +18 -0
- package/lib/video-games/index.js +0 -0
- package/lib/video-movies-t-v/Cameras.js +5 -0
- package/lib/video-movies-t-v/Controls.js +26 -0
- package/lib/video-movies-t-v/ModernTV.js +17 -0
- package/lib/video-movies-t-v/Movies.js +10 -0
- package/lib/video-movies-t-v/VideoEdition.js +18 -0
- package/lib/video-movies-t-v/VideoFiles.js +57 -0
- package/lib/video-movies-t-v/VideoPlayers.js +24 -0
- package/lib/video-movies-t-v/VintageTV.js +6 -0
- package/lib/video-movies-t-v/index.js +0 -0
- package/lib/wayfinding/Allowances.js +15 -0
- package/lib/wayfinding/Cleaning.js +11 -0
- package/lib/wayfinding/CloakLockersRoom.js +9 -0
- package/lib/wayfinding/Disability.js +34 -0
- package/lib/wayfinding/Escalators.js +6 -0
- package/lib/wayfinding/Family.js +11 -0
- package/lib/wayfinding/Garbages.js +4 -0
- package/lib/wayfinding/InformationDesk.js +7 -0
- package/lib/wayfinding/Laundry.js +8 -0
- package/lib/wayfinding/Lifts.js +4 -0
- package/lib/wayfinding/MovingWalkway.js +2 -0
- package/lib/wayfinding/Safety.js +40 -0
- package/lib/wayfinding/Seats.js +5 -0
- package/lib/wayfinding/Stairs.js +6 -0
- package/lib/wayfinding/SwimmingPool.js +3 -0
- package/lib/wayfinding/Tickets.js +19 -0
- package/lib/wayfinding/Toilets.js +12 -0
- package/lib/wayfinding/WaitingRoom.js +4 -0
- package/lib/wayfinding/Walking.js +6 -0
- package/lib/wayfinding/WaterFountain.js +6 -0
- package/lib/wayfinding/index.js +0 -0
- package/lib/weather/DayNight.js +18 -0
- package/lib/weather/Humidity.js +2 -0
- package/lib/weather/IceSnow.js +4 -0
- package/lib/weather/NaturalDisasters.js +20 -0
- package/lib/weather/Rain.js +8 -0
- package/lib/weather/Temperatures.js +25 -0
- package/lib/weather/UV.js +8 -0
- package/lib/weather/Visibility.js +4 -0
- package/lib/weather/Weather.js +42 -0
- package/lib/weather/WeatherApps.js +10 -0
- package/lib/weather/Wind.js +7 -0
- package/lib/weather/index.js +0 -0
- package/lib/work-office-companies/HumanResources.js +31 -0
- package/lib/work-office-companies/IdeasCreativity.js +15 -0
- package/lib/work-office-companies/JobSearchRecruiting.js +8 -0
- package/lib/work-office-companies/Legal.js +5 -0
- package/lib/work-office-companies/MeetingsCollaboration.js +17 -0
- package/lib/work-office-companies/Office.js +27 -0
- package/lib/work-office-companies/OfficeFiles.js +45 -0
- package/lib/work-office-companies/Presentations.js +26 -0
- package/lib/work-office-companies/Tasks.js +40 -0
- package/lib/work-office-companies/VideoMeetings.js +30 -0
- package/lib/work-office-companies/WorkOffice.js +14 -0
- package/lib/work-office-companies/index.js +0 -0
- package/package.json +19 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const EasterEggBunny = ["easter-egg-bunny",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.515,12.2a.5.5,0,0,0-.395,0A52.006,52.006,0,0,1,6.908,15.434.5.5,0,0,0,6.5,15.9a10.5,10.5,0,0,0,.431,3.757.5.5,0,0,0,.559.338,50.975,50.975,0,0,0,11.684-3.4.5.5,0,0,0,.3-.476,11.9,11.9,0,0,0-.685-3.624A.5.5,0,0,0,18.515,12.2ZM9.228,18.251a1,1,0,1,1,1-1A1,1,0,0,1,9.228,18.251Zm4-1a1,1,0,1,1,1-1A1,1,0,0,1,13.228,17.251ZM16.978,16a1,1,0,1,1,1-1A1,1,0,0,1,16.978,16Z","M19.048,17.731a52.131,52.131,0,0,1-11.177,3.2.249.249,0,0,0-.16.382A6.057,6.057,0,0,0,12.978,24c3.231,0,5.911-1.964,6.415-6.007a.249.249,0,0,0-.1-.23A.252.252,0,0,0,19.048,17.731Z","M18.7.067c-.678-.195-1.741-.058-2.943,1.7A14.963,14.963,0,0,0,13.889,5.97c-.112.388-.211.784-.3,1.179a.451.451,0,0,1-.455.355.519.519,0,0,1-.484-.386C11.284,1.865,9.224.7,7.722.665,5.866.616,4.449,2.308,3.964,3.9c-.706,2.323,0,4.526,1.61,5.016A2.547,2.547,0,0,0,6.9,8.956a15.609,15.609,0,0,0,1.023,1.911,10.679,10.679,0,0,0-1.2,3.236.251.251,0,0,0,.067.224.247.247,0,0,0,.223.071,50.466,50.466,0,0,0,10.935-3.211,1,1,0,0,0,.491-.456,16.98,16.98,0,0,0,1.219-3.109C20.615,4.272,20.69.636,18.7.067ZM10.487,8.192a5.982,5.982,0,0,0-.79.549.5.5,0,0,1-.765-.167c-.06-.121-.118-.243-.175-.368a.491.491,0,0,1,.076-.528A1,1,0,0,0,7.327,6.362c-.279.322-.763.765-1.171.642-.337-.1-.7-1.137-.278-2.52.312-1.027,1.108-1.82,1.791-1.82.865.022,2.11,1.346,3.052,4.97A.5.5,0,0,1,10.487,8.192Zm7.247-1.121a16.363,16.363,0,0,1-.545,1.594.5.5,0,0,1-.791.191,6.17,6.17,0,0,0-.686-.515.5.5,0,0,1-.218-.519c.06-.3.161-.758.316-1.3A11.137,11.137,0,0,1,17.8,2.382a.251.251,0,0,1,.434.124A11.136,11.136,0,0,1,17.734,7.071Z"]];
|
|
2
|
+
export const EasterEgg = ["easter-egg",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M4.583,6.858a.5.5,0,0,0,.165.754,15.826,15.826,0,0,0,5.2,1.564,16.048,16.048,0,0,0,4.882-.1.5.5,0,0,0,.357-.718C13.942,5.894,11.871,4.268,9.51,4.233H9.432A6.234,6.234,0,0,0,4.583,6.858Z","M8.032,20.386a6.35,6.35,0,0,1-.308-.672.5.5,0,0,0-.571-.307,1.7,1.7,0,0,1-.37.04,1.765,1.765,0,0,1-.425-.052,1.747,1.747,0,0,1-1.219-1.1l-.723-1.983a.248.248,0,0,0-.172-.1.244.244,0,0,0-.218.081l-.893.985a.5.5,0,0,0-.089.533,6.443,6.443,0,0,0,5.431,4,.25.25,0,0,0,.224-.4A6.772,6.772,0,0,1,8.032,20.386Z","M4.433,14.723A1.738,1.738,0,0,1,5.8,15.737l.747,2.045a.249.249,0,0,0,.4.1l.32-.286a7.734,7.734,0,0,1,.4-2.866,7.335,7.335,0,0,1,2.491-3.586.25.25,0,0,0-.123-.447A17.419,17.419,0,0,1,3.952,8.889a.5.5,0,0,0-.693.249,12.463,12.463,0,0,0-.942,4.627,11.893,11.893,0,0,0,.07,1.483.25.25,0,0,0,.434.14l.094-.1A1.752,1.752,0,0,1,4.433,14.723Z","M3.108,7.264a1,1,0,0,0-.343-1.371l-1.25-.75A1,1,0,0,0,.485,6.857l1.25.75a1,1,0,0,0,1.373-.343Z","M19.911,8.008a1,1,0,0,0,.564-.175l1.839-1.258a1,1,0,0,0-1.128-1.65l-1.84,1.257a1,1,0,0,0,.565,1.826Z","M4.418,3.638A1,1,0,0,0,6.082,2.529l-1-1.5A1,1,0,1,0,3.418,2.138Z","M10.75,3.5a1,1,0,0,0,1-1V1a1,1,0,0,0-2,0V2.5A1,1,0,0,0,10.75,3.5Z","M16.254,4.868A1,1,0,0,0,17.618,4.5l1-1.75a1,1,0,1,0-1.736-.992l-1,1.75A1,1,0,0,0,16.254,4.868Z","M20.25,10.75a1,1,0,0,0,1,1H23a1,1,0,0,0,0-2H21.25A1,1,0,0,0,20.25,10.75Z","M17.5,11.272c-4.169-1.388-7.657.091-8.886,3.774s.675,6.961,4.844,8.351a11.494,11.494,0,0,0,3.615.6,9.323,9.323,0,0,0,2.748-.4,5.666,5.666,0,0,0,3.927-3.51,5.662,5.662,0,0,0-1.035-5.164A10.525,10.525,0,0,0,17.5,11.272Zm-7.216,4.593a1,1,0,1,1,1,1A1,1,0,0,1,10.287,15.865Zm2,4.5a1,1,0,1,1,1-1A1,1,0,0,1,12.287,20.365Zm2-5.5a1,1,0,1,1,1-1A1,1,0,0,1,14.287,14.865Zm2,7.5a1,1,0,1,1,1-1A1,1,0,0,1,16.287,22.365Zm0-4a1,1,0,1,1,1-1A1,1,0,0,1,16.287,18.365Zm2.5-2.5a1,1,0,1,1,1,1A1,1,0,0,1,18.787,15.865Zm1.5,5a1,1,0,1,1,1-1A1,1,0,0,1,20.287,20.865Z"]];
|
|
3
|
+
export const EasterEggRibbon = ["easter-egg-ribbon",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.65,17.612a1.827,1.827,0,0,0,.07-2.034l-2.414-3.907a.5.5,0,0,1,.149-.679,3.613,3.613,0,0,0,1.487-3.946l-.79-2.933a3.609,3.609,0,0,0-5.839-1.8.5.5,0,0,1-.662-.008A8.4,8.4,0,0,0,9.995,0C4.162,0,.225,6.185.005,12.577a.5.5,0,0,0,.7.476l4.876-2.107a.5.5,0,0,1,.681.329l.067.248a3.6,3.6,0,0,0,.227.616.5.5,0,0,1-.254.674L.53,15.307a.5.5,0,0,0-.293.551A9.412,9.412,0,0,0,9.995,24a9.349,9.349,0,0,0,8.311-4.318.5.5,0,0,1,.677-.167,1.833,1.833,0,0,0,2.719-1.2A1.853,1.853,0,0,0,23.65,17.612ZM4.245,9.25a1,1,0,1,1,1-1A1,1,0,0,1,4.245,9.25ZM5.5,20a1,1,0,1,1,1-1A1,1,0,0,1,5.5,20ZM17.059,4.125a1.857,1.857,0,0,1,3.4.443l.79,2.933A1.857,1.857,0,0,1,18.533,9.6l-.771-.444a.5.5,0,0,1-.246-.5A3.183,3.183,0,0,0,17.434,7.4h0a3.176,3.176,0,0,0-.928-1.524.5.5,0,0,1-.1-.618ZM8.883,12.2a1.851,1.851,0,0,1-.867-1.127L7.225,8.136A1.858,1.858,0,0,1,9.946,6.042l1.13.651a.5.5,0,0,1,.227.583,3.194,3.194,0,0,0,.521,2.91.5.5,0,0,1,.038.556l-.443.77a1.873,1.873,0,0,1-1.126.867A1.85,1.85,0,0,1,8.883,12.2Zm5.051,7.246a.25.25,0,0,1-.432.164l-.351-.371a.873.873,0,0,0-1.238-.033l-.37.351a.25.25,0,0,1-.422-.188l.139-5.179a.5.5,0,0,1,.262-.427,3.628,3.628,0,0,0,1.415-1.374l.432-.75a.5.5,0,0,1,.508-.245.313.313,0,0,1,.266.318ZM15.745,7.854a1.444,1.444,0,1,1-1.771-1.019A1.445,1.445,0,0,1,15.745,7.854Zm6.275,8.3a.251.251,0,0,1-.01.278.248.248,0,0,1-.26.1l-.5-.117a.87.87,0,0,0-1.052.651l-.118.5a.25.25,0,0,1-.456.074L15.9,11.612a.5.5,0,0,1,.157-.685,3.089,3.089,0,0,0,.286-.205.5.5,0,0,1,.562-.043l.752.432a3.6,3.6,0,0,0,1.306.449.5.5,0,0,1,.357.233Z"]];
|
|
4
|
+
export const EasterEggBasket = ["easter-egg-basket",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.505,10.633a.5.5,0,0,1-.154-.476c.756-3.524-.605-6.8-3.316-7.691-2.9-.95-6.443,1.378-7.654,5.362a.25.25,0,0,1-.219.177.252.252,0,0,1-.245-.139c-1.5-3.052-4.442-4.787-7.037-3.959-2.218.709-3.6,3.083-3.562,5.952a.5.5,0,0,1-.329.477A1.5,1.5,0,0,0,0,11.746,10.108,10.108,0,0,0,.745,15.46a.25.25,0,0,0,.406.088c.107-.1.216-.219.332-.344a3.316,3.316,0,0,1,2.6-1.33,3.318,3.318,0,0,1,2.6,1.33c.525.561.831.855,1.5.855s.973-.294,1.5-.855a3.195,3.195,0,0,1,5.188,0c.528.561.833.855,1.5.855s.977-.294,1.5-.856a3.325,3.325,0,0,1,2.6-1.329,3.233,3.233,0,0,1,2.533,1.265.25.25,0,0,0,.416-.09,9.993,9.993,0,0,0,.59-3.3A1.5,1.5,0,0,0,23.505,10.633Zm-13.1-.6a.5.5,0,0,1-.409.213H3.819a.5.5,0,0,1-.5-.5c0-1.923.849-3.511,2.17-3.933,2.085-.668,4.158,1.5,4.976,3.764A.5.5,0,0,1,10.4,10.033Zm10.964-.175a.5.5,0,0,1-.487.388H14.525a.5.5,0,0,1-.5-.551,6.645,6.645,0,0,1,.306-1.4c.9-2.735,3.221-4.534,5.078-3.925C21.133,4.931,21.951,7.322,21.368,9.858Z","M21.964,16.229c-.527-.561-.834-.855-1.5-.855s-.977.294-1.5.856a3.2,3.2,0,0,1-5.191,0c-.528-.562-.833-.855-1.5-.855s-.973.293-1.5.855a3.317,3.317,0,0,1-2.594,1.33,3.313,3.313,0,0,1-2.593-1.33c-.527-.562-.833-.855-1.5-.855s-.974.293-1.5.855a6.583,6.583,0,0,1-.651.633.5.5,0,0,0-.1.663A8.777,8.777,0,0,0,9,21.746h6A8.876,8.876,0,0,0,22.38,17.2a.5.5,0,0,0-.075-.619C22.183,16.463,22.071,16.343,21.964,16.229Z"]];
|
|
5
|
+
export const EasterEggDecoration = ["easter-egg-decoration",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.965,1.472A1.659,1.659,0,0,0,22.126.011a1.634,1.634,0,0,0-1.1.6L15.134,7.477a.5.5,0,0,0,.2.792A4.852,4.852,0,0,1,17.5,9.94a.5.5,0,0,0,.808,0l5.308-7.249A1.651,1.651,0,0,0,23.965,1.472Z","M3.7,3.348A3.624,3.624,0,0,1,6.086,4.377l.378.369a2.157,2.157,0,0,0,2.991,0l.2-.2a3.664,3.664,0,0,1,5.084,0,2.174,2.174,0,0,0,.2.173,1,1,0,0,0,1.365-.143A.989.989,0,0,0,16.312,3.3q-.237-.282-.49-.544A8.478,8.478,0,0,0,9.75,0,8.482,8.482,0,0,0,3.526,2.929a.25.25,0,0,0,.174.419Z","M19.463,12A.643.643,0,0,0,19,11.408a.5.5,0,0,0-.634.567,4.87,4.87,0,0,1-.176,2.411,7.782,7.782,0,0,1-7.335,4.748,8.889,8.889,0,0,1-2.885-.492,2.589,2.589,0,0,1-.05-4.881c.343-.125.349-.128.6-1.148.1-.393.207-.838.374-1.335a4.891,4.891,0,0,1,4.142-3.32,1,1,0,0,0,.656-.343l.676-.788a.5.5,0,0,0-.107-.746,3.537,3.537,0,0,1-.562-.449,2.159,2.159,0,0,0-3-.01l-.2.2a3.663,3.663,0,0,1-5.085,0l-.377-.368a2.171,2.171,0,0,0-2.85-.125l-.474.385a.993.993,0,0,0-.273.35A15.424,15.424,0,0,0,.024,12.612C.024,19.211,4.115,24,9.75,24c5.49,0,9.485-4.438,9.716-10.792h0C19.48,12.8,19.479,12.4,19.463,12Zm-14.9.249a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,4.563,12.25Z","M11.917,9.565a3.628,3.628,0,0,0-1.832,2.109c-.148.442-.252.857-.346,1.24-.283,1.143-.412,1.665-1.386,2.021a1.339,1.339,0,0,0,.026,2.524,7.64,7.64,0,0,0,2.479.421,7.048,7.048,0,0,0,3.126-.724,5.954,5.954,0,0,0,3.024-3.166,3.65,3.65,0,0,0-5.091-4.425Zm3.669,3.949a4.431,4.431,0,0,1-2.266,2.3,5.566,5.566,0,0,1-3.413.5.25.25,0,0,1-.107-.449A4.054,4.054,0,0,0,11.2,13.275c.086-.348.179-.724.312-1.125a2.151,2.151,0,1,1,4.079,1.364Z"]];
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export const HalloweenCalendarGhost = ["halloween-calendar-ghost",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M16.341,15.773,16.5,14.5a4.5,4.5,0,0,0-9,0l.159,1.273A7.785,7.785,0,0,1,7,20.08a.5.5,0,0,0,.645.663l.864-.346a1,1,0,0,1,.926.1l.507.338a1,1,0,0,0,1.11,0l.39-.26a1,1,0,0,1,1.11,0l.39.26a1,1,0,0,0,1.11,0l.507-.338a1,1,0,0,1,.926-.1l.864.346A.5.5,0,0,0,17,20.08,7.785,7.785,0,0,1,16.341,15.773ZM10.25,15.25a1,1,0,1,1,1-1A1,1,0,0,1,10.25,15.25Zm3.5,0a1,1,0,1,1,1-1A1,1,0,0,1,13.75,15.25Z","M22,3H19a.5.5,0,0,1-.5-.5V1a1,1,0,0,0-2,0V5.75a.75.75,0,0,1-1.5,0V3.5a.5.5,0,0,0-.5-.5h-6A.5.5,0,0,1,8,2.5V1A1,1,0,0,0,6,1V5.75a.75.75,0,0,1-1.5,0V3.5A.5.5,0,0,0,4,3H2A2,2,0,0,0,0,5V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V5A2,2,0,0,0,22,3Zm0,18.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V9.5A.5.5,0,0,1,2.5,9h19a.5.5,0,0,1,.5.5Z"]];
|
|
2
|
+
export const HalloweenCalendarSkull = ["halloween-calendar-skull",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,11a5,5,0,0,0-5,5c0,1.657.843,3,2.5,3v1a.5.5,0,0,0,.5.5h1a.5.5,0,0,0,.5-.5v-.75a.5.5,0,0,1,1,0V20a.5.5,0,0,0,.5.5h1a.5.5,0,0,0,.5-.5V19c1.657,0,2.5-1.343,2.5-3A5,5,0,0,0,12,11Zm-2,5.5a1,1,0,1,1,1-1A1,1,0,0,1,10,16.5Zm4,0a1,1,0,1,1,1-1A1,1,0,0,1,14,16.5Z","M22,3H19a.5.5,0,0,1-.5-.5V1a1,1,0,0,0-2,0V5.75a.75.75,0,0,1-1.5,0V3.5a.5.5,0,0,0-.5-.5h-6A.5.5,0,0,1,8,2.5V1A1,1,0,0,0,6,1V5.75a.75.75,0,0,1-1.5,0V3.5A.5.5,0,0,0,4,3H2A2,2,0,0,0,0,5V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V5A2,2,0,0,0,22,3Zm0,18.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V9.5A.5.5,0,0,1,2.5,9h19a.5.5,0,0,1,.5.5Z"]];
|
|
3
|
+
export const HalloweenCalendarTree = ["halloween-calendar-tree",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M14.29,15.25h.86a.5.5,0,0,0,.4-.8L12.4,10.2a.517.517,0,0,0-.8,0l-3.151,4.25a.5.5,0,0,0,.4.8h.86L7.536,18.47a.5.5,0,0,0,.414.78H11V20a1,1,0,0,0,2,0v-.75h3.05a.5.5,0,0,0,.414-.78Z","M22,3H19a.5.5,0,0,1-.5-.5V1a1,1,0,0,0-2,0V5.75a.75.75,0,0,1-1.5,0V3.5a.5.5,0,0,0-.5-.5h-6A.5.5,0,0,1,8,2.5V1A1,1,0,0,0,6,1V5.75a.75.75,0,0,1-1.5,0V3.5A.5.5,0,0,0,4,3H2A2,2,0,0,0,0,5V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V5A2,2,0,0,0,22,3Zm0,18.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V9.5A.5.5,0,0,1,2.5,9h19a.5.5,0,0,1,.5.5Z"]];
|
|
4
|
+
export const HalloweenGrimReaper = ["halloween-grim-reaper",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.814,21.639l-2.56-5.049a.5.5,0,0,0-.806-.121,3.359,3.359,0,0,1-.7.554.5.5,0,0,0-.188.655l2.467,4.865a1,1,0,0,0,.892.548.982.982,0,0,0,.451-.108A1,1,0,0,0,22.814,21.639Z","M18.922,13.9a1.9,1.9,0,0,0-1.9-1.9h-4.6a.5.5,0,0,1-.5-.5v-2a5,5,0,0,0-10,0v7a17.787,17.787,0,0,1-.576,4.339c-.261,1.105-.448,1.9.012,2.485C1.8,23.885,2.7,24,3.922,24a2.657,2.657,0,0,0,1.792-.6,1.676,1.676,0,0,1,1.2-.4h.012a1.672,1.672,0,0,1,1.2.4,2.661,2.661,0,0,0,1.792.6c1.376,0,2.205-.25,2.61-.787a2.123,2.123,0,0,0,.057-1.946,17.4,17.4,0,0,1-.667-4.767.5.5,0,0,1,.5-.5h4.6a1.9,1.9,0,0,0,1.9-1.9Zm-9.75-3a2.25,2.25,0,0,1-4.5,0v-.861c0-.667.172-1.266,2.25-1.266s2.25.6,2.25,1.266Z","M14.786,10.226a.5.5,0,0,0,.446.274h1.12a.5.5,0,0,0,.446-.726L15.224,6.668a.5.5,0,0,1,.148-.627,26.511,26.511,0,0,1,6.405-3.275,1,1,0,0,0-.07-1.889,13.419,13.419,0,0,0-8.49.733.5.5,0,0,1-.67-.221L12.12.548a1,1,0,1,0-1.783.9Z"]];
|
|
5
|
+
export const HalloweenBatFly = ["halloween-bat-fly",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.941,11.882a.5.5,0,0,0-.7.409,3.522,3.522,0,0,1-1.714,2.7.25.25,0,0,1-.395-.176,2.488,2.488,0,0,0-.657-1.445.5.5,0,0,1-.123-.25l-.2-1.128a.5.5,0,0,0-.822-.29l-.8.706a.5.5,0,0,1-.279.122,2.241,2.241,0,0,0-.955.307A.5.5,0,0,1,12,12.9l-1.053-.1a.5.5,0,0,0-.493.719l.483.982a.5.5,0,0,1,.047.284,2.476,2.476,0,0,0,.316,1.6.25.25,0,0,1-.215.376A3.526,3.526,0,0,1,8.105,15.6a.5.5,0,0,0-.81.086c-1.432,2.534-.947,4.739-.081,7.462a.5.5,0,0,0,.947.018c1.033-2.857,3.314-2.375,4.347-1.2a.5.5,0,0,0,.641.093,2.176,2.176,0,0,1,2.309.182.5.5,0,0,0,.763-.25,2.17,2.17,0,0,1,1.755-1.508.472.472,0,0,0,.46-.423c.123-1.566,1.684-3.336,4.22-1.626a.5.5,0,0,0,.754-.574C22.5,15.149,21.593,13.083,18.941,11.882Z","M12.064.505A12,12,0,0,0,2.929,20.287a1,1,0,0,0,1.522-1.3,10,10,0,1,1,17.5-8.018,1,1,0,1,0,1.976-.3A12.077,12.077,0,0,0,12.064.505Z"]];
|
|
6
|
+
export const HalloweenBroom = ["halloween-broom",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.183,15.264,18.41,11.445A4.93,4.93,0,0,0,14.2,10.5a.5.5,0,0,1-.467-.133l-.819-.819a2.418,2.418,0,0,0-2.236-.607.5.5,0,0,1-.463-.134L1.705.291A1,1,0,0,0,.3,1.709L8.787,10.2a.5.5,0,0,1,.133.474,2.35,2.35,0,0,0,.627,2.24l.819.819a.5.5,0,0,1,.133.467,4.926,4.926,0,0,0,.945,4.207l3.82,4.774A2.185,2.185,0,0,0,16.971,24a2.161,2.161,0,0,0,1.117-.309,16.382,16.382,0,0,0,5.6-5.6A2.186,2.186,0,0,0,23.183,15.264Zm-1.359,2.041c-.052.083-.113.178-.182.283a.5.5,0,0,1-.771.076l-2.339-2.339a.75.75,0,0,0-1.06,1.06L20,18.915a.5.5,0,0,1,.008.7q-.2.207-.416.417a.5.5,0,0,1-.7-.007l-2.508-2.508a.75.75,0,0,0-1.061,1.061l2.312,2.311a.5.5,0,0,1-.076.77c-.094.063-.179.118-.253.165a.5.5,0,0,1-.658-.11L13.007,17.16a2.955,2.955,0,0,1,4.153-4.154l4.553,3.643A.5.5,0,0,1,21.824,17.305Z","M5.25,10.25a.5.5,0,0,1-.5-.5.75.75,0,0,0-1.5,0,.5.5,0,0,1-.5.5.75.75,0,0,0,0,1.5.5.5,0,0,1,.5.5.75.75,0,0,0,1.5,0,.5.5,0,0,1,.5-.5.75.75,0,0,0,0-1.5Z","M10.25,21.25a.5.5,0,0,1-.5-.5.75.75,0,0,0-1.5,0,.5.5,0,0,1-.5.5.75.75,0,0,0,0,1.5.5.5,0,0,1,.5.5.75.75,0,0,0,1.5,0,.5.5,0,0,1,.5-.5.75.75,0,0,0,0-1.5Z","M12.25,4H13a.5.5,0,0,1,.5.5v.75a.75.75,0,0,0,1.5,0V4.5a.5.5,0,0,1,.5-.5h.75a.75.75,0,0,0,0-1.5H15.5A.5.5,0,0,1,15,2V1.25a.75.75,0,0,0-1.5,0V2a.5.5,0,0,1-.5.5h-.75a.75.75,0,0,0,0,1.5Z","M2.500 18.500 A1.000 1.000 0 1 0 4.500 18.500 A1.000 1.000 0 1 0 2.500 18.500 Z","M20.500 6.000 A1.000 1.000 0 1 0 22.500 6.000 A1.000 1.000 0 1 0 20.500 6.000 Z"]];
|
|
7
|
+
export const HalloweenBat = ["halloween-bat",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20.423,6.821a.522.522,0,0,0-.826.2c-.492,1.233-1.3,2.379-3.742,3.112a.251.251,0,0,1-.314-.3,3.46,3.46,0,0,0,.118-.893,3.568,3.568,0,0,0-.469-1.768.5.5,0,0,1-.023-.449l.726-1.648a.522.522,0,0,0-.568-.724,3.5,3.5,0,0,0-1.892.977.5.5,0,0,1-.483.121A3.5,3.5,0,0,0,12,5.309a3.415,3.415,0,0,0-.858.115.5.5,0,0,1-.469-.122A3.5,3.5,0,0,0,8.8,4.347a.521.521,0,0,0-.568.724L8.906,6.6a.5.5,0,0,1-.031.464,3.562,3.562,0,0,0-.534,1.875,3.46,3.46,0,0,0,.118.893.251.251,0,0,1-.314.3C5.7,9.4,4.895,8.254,4.4,7.021a.521.521,0,0,0-.826-.2C.216,9.732.01,13.082,0,17.429a.522.522,0,0,0,.95.3c2.77-3.976,5.876-2.148,6.709,0a.522.522,0,0,0,.644.309,3.059,3.059,0,0,1,3.259,1.389.522.522,0,0,0,.878,0A3.056,3.056,0,0,1,15.7,18.033a.521.521,0,0,0,.643-.309c.833-2.144,3.939-3.972,6.709,0a.522.522,0,0,0,.95-.3C23.99,13.082,23.784,9.732,20.423,6.821Z"]];
|
|
8
|
+
export const HalloweenFigure = ["halloween-figure",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.872 11.000 A1.500 1.500 0 1 0 16.872 11.000 A1.500 1.500 0 1 0 13.872 11.000 Z","M7.128 11.000 A1.500 1.500 0 1 0 10.128 11.000 A1.500 1.500 0 1 0 7.128 11.000 Z","M13.757,15.32l-.986-.359a2.257,2.257,0,0,0-1.542,0l-.986.359a.75.75,0,1,0,.514,1.409l.986-.359a.756.756,0,0,1,.514,0l.986.359a.75.75,0,1,0,.514-1.409Z","M23,10a1,1,0,0,0-1,1,.5.5,0,0,1-1,0V7.086a.5.5,0,0,1,.253-.435A2.423,2.423,0,0,0,22.4,5.215a2.486,2.486,0,0,0-.741-2.574.5.5,0,0,1-.166-.334A2.512,2.512,0,0,0,18.989,0H5.011a2.512,2.512,0,0,0-2.5,2.307.5.5,0,0,1-.166.334A2.486,2.486,0,0,0,1.6,5.215,2.423,2.423,0,0,0,2.747,6.651.5.5,0,0,1,3,7.086V11a.5.5,0,0,1-1,0,1,1,0,0,0-2,0v3a1,1,0,0,0,2,0,.5.5,0,0,1,1,0v1.25a5.009,5.009,0,0,0,3.673,4.821A.444.444,0,0,1,7,20.5a.5.5,0,0,1-.5.5.626.626,0,0,1-.577-.385A1,1,0,0,0,4,21v2a1,1,0,0,0,1.923.385.625.625,0,0,1,1.154,0A1,1,0,0,0,9,23V20.75a.5.5,0,0,1,.5-.5h5a.5.5,0,0,1,.5.5V23a1,1,0,0,0,1.923.385.625.625,0,0,1,1.154,0A1,1,0,0,0,20,23V21a1,1,0,0,0-1.923-.385A.626.626,0,0,1,17.5,21a.5.5,0,0,1-.5-.5.444.444,0,0,1,.327-.429A5.009,5.009,0,0,0,21,15.25V14a.5.5,0,0,1,1,0,1,1,0,0,0,2,0V11A1,1,0,0,0,23,10Zm-4,5.25a3,3,0,0,1-3,3H8a3,3,0,0,1-3-3V7.086a.5.5,0,0,1,.249-.432,2.56,2.56,0,0,0,.569-.45.248.248,0,0,1,.364,0,2.475,2.475,0,0,0,3.635,0,.251.251,0,0,1,.366,0,2.474,2.474,0,0,0,3.634,0,.251.251,0,0,1,.366,0,2.475,2.475,0,0,0,3.635,0,.248.248,0,0,1,.364,0,2.56,2.56,0,0,0,.569.45A.5.5,0,0,1,19,7.086Z"]];
|
|
9
|
+
export const HalloweenCauldronMix = ["halloween-cauldron-mix",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M10.000 9.250 A0.750 0.750 0 1 0 11.500 9.250 A0.750 0.750 0 1 0 10.000 9.250 Z","M13.500 8.250 A0.750 0.750 0 1 0 15.000 8.250 A0.750 0.750 0 1 0 13.500 8.250 Z","M21.75,4.5A2.25,2.25,0,1,0,19.5,2.25,2.253,2.253,0,0,0,21.75,4.5Zm0-3a.75.75,0,1,1-.75.75A.751.751,0,0,1,21.75,1.5Z","M20.069,5a.5.5,0,0,1-.356-.407,2.736,2.736,0,0,0-5.169-.808.5.5,0,0,1-.479.279C13.379,4.026,12.688,4,12,4a35.824,35.824,0,0,0-3.912.215.5.5,0,0,0-.384.737l1.211,2.2a.5.5,0,0,0,.5.254A19.862,19.862,0,0,1,12,7.25c4.831,0,6.887,1.415,7.354,2.354a.253.253,0,0,1,0,.215.25.25,0,0,1-.166.138A29.88,29.88,0,0,1,12,10.75a29.88,29.88,0,0,1-7.191-.793.25.25,0,0,1-.166-.138.253.253,0,0,1,0-.215,3.033,3.033,0,0,1,1.269-1.16.25.25,0,0,1,.341.1l.359.653a1,1,0,1,0,1.752-.963L4.126.519a1,1,0,0,0-1.752.962l1.732,3.15a.251.251,0,0,1-.151.361C1.61,5.666,0,6.676,0,8A2.4,2.4,0,0,0,1.354,9.919a.5.5,0,0,1,.2.589A9.6,9.6,0,0,0,1,13.717C1,19.387,5.935,24,12,24s11-4.613,11-10.283a9.624,9.624,0,0,0-.556-3.209.5.5,0,0,1,.2-.589A2.4,2.4,0,0,0,24,8C24,6.682,22.4,5.678,20.069,5ZM17,6.25A1.25,1.25,0,1,1,18.25,5,1.252,1.252,0,0,1,17,6.25Z"]];
|
|
10
|
+
export const HalloweenGraveyard = ["halloween-graveyard",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M2.029,16.577a.488.488,0,0,0,.262.378.372.372,0,0,0,.294.021,8.44,8.44,0,0,1,2.748-.444,8.5,8.5,0,0,1,2.607.4.5.5,0,0,0,.5-.111A4.644,4.644,0,0,1,9.667,16a.5.5,0,0,0,.286-.512l-.485-4.131A4,4,0,0,0,2.334,9.421a3.965,3.965,0,0,0-.8,2.95Zm2.16-4.884.129-.018a.5.5,0,0,0,.425-.555l-.025-.21a.749.749,0,1,1,1.488-.181l.022.183a.477.477,0,0,0,.54.414.746.746,0,0,1,.848.636.766.766,0,0,1-.663.852.5.5,0,0,0-.426.555l.106.867a.749.749,0,1,1-1.488.181l-.1-.815a.5.5,0,0,0-.567-.435,1.125,1.125,0,0,1-.183.019.75.75,0,0,1-.106-1.493Z","M23,5.385H20.25V2.635a1,1,0,0,0-1-1h-2a1,1,0,0,0-1,1v2.75H13.5a1,1,0,0,0-1,1v1.98a1,1,0,0,0,1,1h2.75V15.07a.5.5,0,0,0,.645.479,11.95,11.95,0,0,1,2.88-.495.5.5,0,0,0,.475-.5V9.365H23a1,1,0,0,0,1-1V6.385A1,1,0,0,0,23,5.385Z","M23.666,17.134a9.982,9.982,0,0,0-3.291-.6,9.416,9.416,0,0,0-5.6,1.681.5.5,0,0,1-.681-.076,3.2,3.2,0,0,0-5.122.384.5.5,0,0,1-.656.183,6.6,6.6,0,0,0-2.98-.672,6.679,6.679,0,0,0-2.813.59.5.5,0,0,1-.541-.075,2.127,2.127,0,0,0-1.4-.515l-.108.009a.5.5,0,0,0-.475.5v3.325a.5.5,0,0,0,.5.5h23a.5.5,0,0,0,.5-.5V17.606A.5.5,0,0,0,23.666,17.134Z","M3.447,3.728A8.775,8.775,0,0,1,5.905,4.8a1,1,0,0,0,1.19,0A8.775,8.775,0,0,1,9.553,3.728a1,1,0,0,0-.606-1.907A13.651,13.651,0,0,0,6.5,2.815a13.651,13.651,0,0,0-2.447-.994,1,1,0,0,0-.606,1.907Z"]];
|
|
11
|
+
export const HalloweenPumpkin = ["halloween-pumpkin",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M11.546,5.522c.15-.014.3-.022.454-.022s.3.008.454.022a.5.5,0,0,0,.546-.5V1.5a1,1,0,0,0-2,0V5.023a.5.5,0,0,0,.163.369A.5.5,0,0,0,11.546,5.522Z","M21.653,10.019a9.242,9.242,0,0,0-4.488-2.383.25.25,0,0,0-.25.4,7.236,7.236,0,0,1,.792,1.24.5.5,0,0,1-.894.45,5.642,5.642,0,0,0-3.654-3.073,5.522,5.522,0,0,0-2.318,0A5.64,5.64,0,0,0,7.188,9.725a.5.5,0,0,1-.895-.45,7.236,7.236,0,0,1,.792-1.24.25.25,0,0,0-.25-.4,9.242,9.242,0,0,0-4.488,2.383A7.581,7.581,0,0,0,0,15.444C0,19.886,4.037,23.5,9,23.5h6c4.963,0,9-3.614,9-8.056A7.581,7.581,0,0,0,21.653,10.019ZM5.5,13.464a2.215,2.215,0,0,1,4.429,0,.5.5,0,0,1-.5.5H6A.5.5,0,0,1,5.5,13.464ZM12,21c-2.559,0-4.641-1.659-4.641-3.7a2.311,2.311,0,0,1,.032-.386.5.5,0,0,1,.815-.3l.813.686a.5.5,0,0,0,.68-.033l.322-.329a1.018,1.018,0,0,1,1.348.006l.294.284a.5.5,0,0,0,.709-.013l.266-.278a1.019,1.019,0,0,1,1.348.007l.349.338a.5.5,0,0,0,.678.017l.781-.685a.5.5,0,0,1,.815.3,2.311,2.311,0,0,1,.032.386C16.641,19.341,14.559,21,12,21Zm6-7.036H14.571a.5.5,0,0,1-.5-.5,2.215,2.215,0,0,1,4.429,0A.5.5,0,0,1,18,13.964Z"]];
|
|
12
|
+
export const HalloweenWeb = ["halloween-web",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.407,15.685l-.867-.359a10.079,10.079,0,0,1,0-6.653l.867-.359a.96.96,0,1,0-.735-1.774l-.866.359a10.083,10.083,0,0,1-4.705-4.7l.359-.867A.96.96,0,1,0,15.686.593l-.359.867a10.079,10.079,0,0,1-6.653,0L8.314.593a.96.96,0,1,0-1.773.735l.359.867a10.083,10.083,0,0,1-4.7,4.7L1.328,6.54A.96.96,0,1,0,.593,8.314l.868.359a10.092,10.092,0,0,1,0,6.653l-.868.359a.96.96,0,0,0,.735,1.774l.867-.359a10.09,10.09,0,0,1,4.705,4.7l-.359.867a.96.96,0,0,0,.519,1.255A.972.972,0,0,0,7.427,24a.959.959,0,0,0,.887-.593l.359-.867a10.082,10.082,0,0,1,6.654,0l.359.867a.96.96,0,0,0,.887.593.977.977,0,0,0,.368-.073.961.961,0,0,0,.519-1.255l-.359-.867a10.081,10.081,0,0,1,4.705-4.7l.866.359a.96.96,0,1,0,.735-1.774Zm-2.574-1.066-1.653-.685a6.5,6.5,0,0,1,0-3.869l1.653-.685A11.5,11.5,0,0,0,20.833,14.619Zm-5.8-7.43a7.9,7.9,0,0,0,1.779,1.779l-3.037,1.258ZM12,9.491,10.742,6.454a7.866,7.866,0,0,0,2.516,0Zm-1.774.735L7.189,8.968A7.882,7.882,0,0,0,8.968,7.189ZM9.491,12,6.454,13.257a7.866,7.866,0,0,0,0-2.516Zm.736,1.773L8.968,16.811a7.911,7.911,0,0,0-1.78-1.78ZM12,14.509l1.258,3.037a7.66,7.66,0,0,0-2.516,0Zm1.774-.736,3.038,1.259a7.887,7.887,0,0,0-1.78,1.779ZM14.509,12l3.038-1.259a7.9,7.9,0,0,0,0,2.517ZM20.1,7.606l-1.654.685a6.483,6.483,0,0,1-2.736-2.736L16.394,3.9A11.5,11.5,0,0,0,20.1,7.606ZM14.62,3.167,13.935,4.82a6.467,6.467,0,0,1-3.87,0L9.381,3.167A11.5,11.5,0,0,0,14.62,3.167ZM7.607,3.9l.685,1.653A6.489,6.489,0,0,1,5.556,8.291L3.9,7.606A11.5,11.5,0,0,0,7.607,3.9ZM3.167,9.38l1.654.685a6.5,6.5,0,0,1,0,3.869l-1.654.685A11.5,11.5,0,0,0,3.167,9.38ZM3.9,16.393l1.653-.685a6.5,6.5,0,0,1,2.737,2.737L7.607,20.1A11.5,11.5,0,0,0,3.9,16.393Zm5.478,4.44.685-1.653a6.467,6.467,0,0,1,3.87,0l.685,1.653A11.507,11.507,0,0,0,9.38,20.833Zm7.014-.735-.685-1.653a6.48,6.48,0,0,1,2.737-2.736l1.652.684A11.491,11.491,0,0,0,16.394,20.1Z"]];
|
|
13
|
+
export const HalloweenLipsVampire = ["halloween-lips-vampire",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20.8,10.923a.5.5,0,0,0-.657.386,6.5,6.5,0,0,1-1.425,2.91.555.555,0,0,1-.979-.257,6.489,6.489,0,0,0-1.126-2.987.5.5,0,0,0-.567-.161c-.26.1-.525.2-.8.309A8.94,8.94,0,0,1,12,11.982a8.969,8.969,0,0,1-3.247-.858c-.271-.11-.536-.213-.8-.309a.5.5,0,0,0-.567.16,6.478,6.478,0,0,0-1.125,2.987.555.555,0,0,1-.979.257A6.48,6.48,0,0,1,3.86,11.308a.5.5,0,0,0-.658-.386,9,9,0,0,0-2.174,1.051.5.5,0,0,0-.1.724c1.714,2.126,5.519,5.86,11.077,5.86,5.582,0,9.394-3.766,11.1-5.887a.468.468,0,0,0-.1-.678A9.447,9.447,0,0,0,20.8,10.923Z","M23.7,10.145c-1.327-1.413-4.726-4.7-7.587-4.7a4.832,4.832,0,0,0-3.708,1.3.6.6,0,0,1-.8,0,4.832,4.832,0,0,0-3.708-1.3c-2.861,0-6.26,3.289-7.587,4.7a1.2,1.2,0,0,0-.293.544.364.364,0,0,0,.562.382A10.654,10.654,0,0,1,6.162,9.4a8.365,8.365,0,0,1,2.966.8A8.223,8.223,0,0,0,12,10.982a8.223,8.223,0,0,0,2.872-.786,8.365,8.365,0,0,1,2.966-.8,10.654,10.654,0,0,1,5.59,1.676.364.364,0,0,0,.562-.382A1.2,1.2,0,0,0,23.7,10.145Z"]];
|
|
14
|
+
export const HalloweenHand = ["halloween-hand",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20.75,4.75A1.752,1.752,0,0,0,19,3a1.49,1.49,0,0,0-.61.121.25.25,0,0,0-.15.229V5.87a.5.5,0,1,1-1,0V2.634A1.746,1.746,0,0,0,15.5,1a1.49,1.49,0,0,0-.61.121.25.25,0,0,0-.15.229V5.37a.5.5,0,0,1-1,0V1.634A1.746,1.746,0,0,0,12,0a1.49,1.49,0,0,0-.61.121.25.25,0,0,0-.15.229V4.87a.5.5,0,0,1-1,0V2.634A1.746,1.746,0,0,0,6.75,2.75L6.74,8.229a.5.5,0,0,1-1,0V5.25A.25.25,0,0,0,5.49,5H5A1.752,1.752,0,0,0,3.25,6.75v3c0,1.888,2.5,5.39,5.732,6.113a.5.5,0,0,1,.391.487v.3a.5.5,0,0,1-.37.483A3.551,3.551,0,0,0,6.289,20.5a3.636,3.636,0,0,0,3.75,3.5,3.928,3.928,0,0,0,2.25-.7,3.928,3.928,0,0,0,2.25.7,3.636,3.636,0,0,0,3.75-3.5,3.551,3.551,0,0,0-2.714-3.364.5.5,0,0,1-.37-.483V16.5a.5.5,0,0,1,.485-.5,5.1,5.1,0,0,0,2.528-.758,5.251,5.251,0,0,0,2.532-4.49ZM13.205,18a1,1,0,0,0,1,1h.334a1.641,1.641,0,0,1,1.75,1.5,1.641,1.641,0,0,1-1.75,1.5,1.836,1.836,0,0,1-1.458-.68,1.036,1.036,0,0,0-1.584,0,1.836,1.836,0,0,1-1.458.68,1.641,1.641,0,0,1-1.75-1.5,1.641,1.641,0,0,1,1.75-1.5h.334a1,1,0,0,0,1-1V16.5a.5.5,0,0,1,.5-.5h.832a.5.5,0,0,1,.5.5Z"]];
|
|
15
|
+
export const HalloweenVoodooDoll = ["halloween-voodoo-doll",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.57,12.443a.249.249,0,0,1,.182-.426,5.161,5.161,0,1,0-5.058-5.058.25.25,0,0,1-.426.182L9.715,3.587a1.549,1.549,0,0,0-2.19,2.19l2.19,2.19a1.536,1.536,0,0,1,.416.761.5.5,0,0,1-.746.535L5.911,7.177a.5.5,0,0,1-.241-.47A2.838,2.838,0,1,0,2.839,9.375a2.781,2.781,0,0,0,1.479-.429.5.5,0,0,1,.522,0l7.545,4.531a.5.5,0,0,1-.516.857L8.25,12.157a.5.5,0,0,0-.611.075L3.875,16a1.549,1.549,0,0,0,2.19,2.19L8.62,15.631a1.032,1.032,0,0,1,1.46,1.46L7.525,19.645a1.549,1.549,0,1,0,2.19,2.19L15.554,16a1.55,1.55,0,0,1,2.19,0l2.19,2.19A1.548,1.548,0,1,0,22.123,16Zm1.121-4.734a.5.5,0,0,1,.5-.5h.1a.5.5,0,0,0,.5-.5V6.614a.5.5,0,0,1,1,0v.095a.5.5,0,0,0,.5.5h.1a.5.5,0,0,1,0,1h-.1a.5.5,0,0,0-.5.5v.1a.5.5,0,1,1-1,0v-.1a.5.5,0,0,0-.5-.5h-.1A.5.5,0,0,1,19.691,7.709ZM16.407,4.424a.5.5,0,0,1,.5-.5H17a.5.5,0,0,0,.5-.5V3.33a.5.5,0,0,1,1,0v.094a.5.5,0,0,0,.5.5h.1a.5.5,0,0,1,0,1H19a.5.5,0,0,0-.5.5v.095a.5.5,0,1,1-1,0V5.424a.5.5,0,0,0-.5-.5h-.095A.5.5,0,0,1,16.407,4.424ZM17.858,9.9a.5.5,0,0,1-.5-.5A1.155,1.155,0,0,0,16.2,8.245a.5.5,0,0,1,0-1A2.156,2.156,0,0,1,18.358,9.4.5.5,0,0,1,17.858,9.9Z"]];
|
|
16
|
+
export const HalloweenVampire = ["halloween-vampire",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.000 7.750 A1.000 1.000 0 1 0 15.000 7.750 A1.000 1.000 0 1 0 13.000 7.750 Z","M9.000 7.750 A1.000 1.000 0 1 0 11.000 7.750 A1.000 1.000 0 1 0 9.000 7.750 Z","M23.026,18.815A12.887,12.887,0,0,0,19.638,17a.5.5,0,0,1-.254-.727c1.129-1.876,2.9-4.99,3.754-6.5a1.5,1.5,0,0,0-.118-1.654,7.35,7.35,0,0,0-4.27-2.542V3.51A2.755,2.755,0,0,0,17.026.963a13.6,13.6,0,0,0-10.051,0A2.756,2.756,0,0,0,5.25,3.51V5.574A7.356,7.356,0,0,0,.98,8.116,1.5,1.5,0,0,0,.862,9.77c.855,1.512,2.625,4.626,3.754,6.5A.5.5,0,0,1,4.362,17,12.845,12.845,0,0,0,.979,18.811,2.489,2.489,0,0,0,0,20.79V23.5a.5.5,0,0,0,.5.5h23a.5.5,0,0,0,.5-.5V20.79A2.485,2.485,0,0,0,23.026,18.815ZM15.12,17.95,12.4,21.491a.5.5,0,0,1-.792,0L8.879,17.95a.5.5,0,0,1,.342-.8,26.342,26.342,0,0,1,5.558,0,.5.5,0,0,1,.341.8ZM17.25,8.5a5.25,5.25,0,0,1-10.5,0V5.4a.5.5,0,0,1,.479-.5,7.83,7.83,0,0,1,3.91.66,1.806,1.806,0,0,0,1.735-.007,7.8,7.8,0,0,1,3.9-.653.5.5,0,0,1,.478.5Z"]];
|
|
17
|
+
export const HalloweenCauldron = ["halloween-cauldron",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20.000 3.000 A1.000 1.000 0 1 0 22.000 3.000 A1.000 1.000 0 1 0 20.000 3.000 Z","M5.000 1.500 A1.000 1.000 0 1 0 7.000 1.500 A1.000 1.000 0 1 0 5.000 1.500 Z","M16.250 0.750 A0.750 0.750 0 1 0 17.750 0.750 A0.750 0.750 0 1 0 16.250 0.750 Z","M22.886,11.271A1.814,1.814,0,0,0,24,9.5a1.974,1.974,0,0,0-1.672-1.977.5.5,0,0,1-.442-.39,3.986,3.986,0,0,0-4.238-3.117.5.5,0,0,1-.465-.228,4.968,4.968,0,0,0-8.2-.237.5.5,0,0,1-.566.18A4.481,4.481,0,0,0,2.613,7.1c-.1.5-.578.374-.678.4A1.97,1.97,0,0,0,0,9.5a1.812,1.812,0,0,0,1.114,1.77.654.654,0,0,1,.4.8,9.152,9.152,0,0,0,.995,8.25A8.322,8.322,0,0,0,9.351,24h5.3A8.321,8.321,0,0,0,21.5,20.321a9.147,9.147,0,0,0,.994-8.249A.654.654,0,0,1,22.886,11.271Zm-4.221-1.4a1,1,0,0,0-.665.942V14a1.5,1.5,0,0,1-3,0V9a1.5,1.5,0,0,0-1.5-1.5H4.878a.251.251,0,0,1-.2-.106.245.245,0,0,1-.031-.227A2.5,2.5,0,0,1,7,5.5a2.475,2.475,0,0,1,1.57.575A1,1,0,0,0,10.156,5.6a2.975,2.975,0,0,1,5.679-.029,1,1,0,0,0,1.357.6A1.98,1.98,0,0,1,18,6a1.993,1.993,0,0,1,.665,3.874Z"]];
|
|
18
|
+
export const HalloweenFigure1 = ["halloween-figure-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M7.000 14.245 A1.500 1.500 0 1 0 10.000 14.245 A1.500 1.500 0 1 0 7.000 14.245 Z","M14.000 14.245 A1.500 1.500 0 1 0 17.000 14.245 A1.500 1.500 0 1 0 14.000 14.245 Z","M15.5,17.745h-7a1,1,0,0,0,0,2h7a1,1,0,1,0,0-2Z","M21.75,19.5a1,1,0,0,0-.943.667.5.5,0,0,1-.471.333h-.985a.351.351,0,0,1-.219-.626l1.987-1.594a.994.994,0,0,0,.37-.706L22.558,2.969A2.767,2.767,0,0,0,21.847.887,2.728,2.728,0,0,0,19.82,0H4.18A2.728,2.728,0,0,0,2.153.887a2.767,2.767,0,0,0-.711,2.082L2.511,17.574a.994.994,0,0,0,.37.706l1.988,1.594a.352.352,0,0,1-.22.626H3.665a.5.5,0,0,1-.472-.333A1,1,0,0,0,1.25,20.5v2a1,1,0,0,0,1.943.333.5.5,0,0,1,.472-.333H4.717a.5.5,0,0,1,.458.3A1.993,1.993,0,0,0,7,24H17a1.993,1.993,0,0,0,1.825-1.2.5.5,0,0,1,.458-.3h1.053a.5.5,0,0,1,.471.333A1,1,0,0,0,22.75,22.5v-2A1,1,0,0,0,21.75,19.5ZM3.817,8.037l-.2-2.694A.25.25,0,0,1,4,5.114l.976.623a1.741,1.741,0,0,0,2.064-.13l1.315-1.1a1,1,0,0,1,1.281,0L10.88,5.544a1.748,1.748,0,0,0,2.24,0L14.361,4.51a1,1,0,0,1,1.281,0l1.315,1.1a1.741,1.741,0,0,0,2.064.13L20,5.114a.25.25,0,0,1,.384.229l-.2,2.694a.5.5,0,0,1-.5.463H18a.5.5,0,0,1-.5-.5,1,1,0,0,0-2,0,.5.5,0,0,1-.5.5H13.5A.5.5,0,0,1,13,8a1,1,0,0,0-2,0,.5.5,0,0,1-.5.5H9A.5.5,0,0,1,8.5,8a1,1,0,0,0-2,0,.5.5,0,0,1-.5.5H4.316A.5.5,0,0,1,3.817,8.037ZM17.753,18.421A1.979,1.979,0,0,0,17,19.98V21.5a.5.5,0,0,1-.5.5h-9a.5.5,0,0,1-.5-.5V19.98a1.979,1.979,0,0,0-.753-1.559L4.812,17.267a1,1,0,0,1-.37-.706l-.405-5.524a.5.5,0,0,1,.5-.537H6a.5.5,0,0,1,.5.5,1,1,0,0,0,2,0,.5.5,0,0,1,.5-.5h1.5a.5.5,0,0,1,.5.5,1,1,0,0,0,2,0,.5.5,0,0,1,.5-.5H15a.5.5,0,0,1,.5.5,1,1,0,0,0,2,0,.5.5,0,0,1,.5-.5h1.465a.5.5,0,0,1,.5.537l-.405,5.524a1,1,0,0,1-.37.706Z"]];
|
|
19
|
+
export const HalloweenSpider = ["halloween-spider",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.53,10.4,21.559,9.169a5.147,5.147,0,0,0-5.538.132.5.5,0,0,1-.524-.018,6.237,6.237,0,0,0-2.1-.883A.5.5,0,0,1,13,7.911V1a1,1,0,0,0-2,0V7.911a.5.5,0,0,1-.393.489,6.237,6.237,0,0,0-2.1.883.5.5,0,0,1-.524.018A5.121,5.121,0,0,0,2.441,9.17L.47,10.4a1,1,0,0,0,1.06,1.7L3.5,10.866a2.994,2.994,0,0,1,3.078-.061.286.286,0,0,1,.106.393,5.235,5.235,0,0,0-.471,1.092.5.5,0,0,1-.507.355,4.61,4.61,0,0,0-3.269.972l-1.064.852a1,1,0,1,0,1.25,1.562l1.063-.852a2.691,2.691,0,0,1,2.036-.529.5.5,0,0,1,.441.371,4.956,4.956,0,0,0,.181.561.5.5,0,0,1-.294.651,5.294,5.294,0,0,0-2.514,2.055,1,1,0,1,0,1.631,1.156,3.066,3.066,0,0,1,2.137-1.481.8.8,0,0,0,.524-.331,5.144,5.144,0,0,1,8.34,0,.8.8,0,0,0,.524.331,3.066,3.066,0,0,1,2.137,1.481,1,1,0,1,0,1.631-1.156,5.29,5.29,0,0,0-2.514-2.055.5.5,0,0,1-.283-.264.5.5,0,0,1-.011-.387,4.956,4.956,0,0,0,.181-.561.5.5,0,0,1,.441-.371,2.691,2.691,0,0,1,2.035.529l1.064.852a1,1,0,0,0,1.25-1.562l-1.065-.852a4.608,4.608,0,0,0-3.268-.971.5.5,0,0,1-.507-.356,5.235,5.235,0,0,0-.471-1.092.286.286,0,0,1,.106-.393,2.994,2.994,0,0,1,3.078.06L22.47,12.1a1,1,0,0,0,1.06-1.7Z","M12,16.5a3.885,3.885,0,0,0-4,3.75A3.885,3.885,0,0,0,12,24a3.885,3.885,0,0,0,4-3.75A3.885,3.885,0,0,0,12,16.5Zm-1.5,4.75a1,1,0,1,1,1-1A1,1,0,0,1,10.5,21.25Zm3,0a1,1,0,1,1,1-1A1,1,0,0,1,13.5,21.25Z"]];
|
|
File without changes
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const Heater1 = ["heater-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.006,8.462c.024-2.837.047-5.518-1.538-7.117A5.311,5.311,0,0,0,15.5,0h-7A5.3,5.3,0,0,0,4.537,1.347C2.946,2.951,2.97,5.631,2.994,8.469L3,21.5A2.5,2.5,0,0,0,5.5,24h13A2.5,2.5,0,0,0,21,21.5ZM6.512,6.25a.5.5,0,0,1,.5-.5h10a.5.5,0,0,1,.5.5v1a.5.5,0,0,1-.5.5h-10a.5.5,0,0,1-.5-.5Zm2-3.75,7,0a2,2,0,0,1,1.415.585,1.959,1.959,0,0,1,.32.425.5.5,0,0,1-.437.743H7.221A.5.5,0,0,1,6.787,3.5,1.982,1.982,0,0,1,8.511,2.5ZM6.787,10a.5.5,0,0,1,.434-.748H16.8a.5.5,0,0,1,.434.749,1.985,1.985,0,0,1-1.724,1h-7A1.982,1.982,0,0,1,6.787,10ZM17.512,21.75h-3.5a.75.75,0,0,1,0-1.5h3.5a.75.75,0,0,1,0,1.5Z"]];
|
|
2
|
+
export const AcHeat = ["ac-heat",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,9.5a.5.5,0,0,0-.5-.5H.5a.5.5,0,0,0-.5.5V12a1,1,0,0,0,1,1H2.2a.5.5,0,0,1,.447.276L3.47,14.92a1.488,1.488,0,0,0,1.34.83H19.19a1.488,1.488,0,0,0,1.34-.83l.822-1.644A.5.5,0,0,1,21.8,13H23a1,1,0,0,0,1-1Zm-4.982,3.974a.5.5,0,0,1-.447.276H5.429a.5.5,0,0,1-.447-.276l-.5-1a.5.5,0,0,1,.447-.724H19.071a.5.5,0,0,1,.447.724Z","M12.64,17.231a1,1,0,0,0-1.28,1.538c.189.157.276.229-.253,1.321-.447.924-1.2,2.471.253,3.679a1,1,0,0,0,1.28-1.538c-.165-.137-.248-.206.267-1.27C13.359,20.026,14.117,18.462,12.64,17.231Z","M6.379,17.231A1,1,0,0,0,5.1,18.769c.189.157.276.229-.253,1.321-.448.924-1.2,2.471.253,3.679a1,1,0,0,0,1.28-1.538c-.165-.137-.248-.206.267-1.27C7.1,20.026,7.856,18.462,6.379,17.231Z","M18.883,17.231a1,1,0,1,0-1.28,1.538c.189.157.275.229-.253,1.321-.448.924-1.2,2.471.253,3.679a1,1,0,0,0,1.28-1.538c-.165-.137-.248-.206.267-1.27C19.6,20.026,20.36,18.462,18.883,17.231Z","M21.5,0H2.5A2.5,2.5,0,0,0,0,2.5V7a.5.5,0,0,0,.5.5h23A.5.5,0,0,0,24,7V2.5A2.5,2.5,0,0,0,21.5,0ZM17,5.5a1,1,0,1,1,1-1A1,1,0,0,1,17,5.5Zm3.5,0a1,1,0,1,1,1-1A1,1,0,0,1,20.5,5.5Z"]];
|
|
3
|
+
export const Heater = ["heater",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M15.55,7.707a1,1,0,0,0,1.414-1.414c-.328-.328-.236-.738.228-1.889.471-1.168,1.117-2.768-.228-4.111A1,1,0,1,0,15.55,1.707c.352.352.261.774-.213,1.949C14.872,4.811,14.234,6.391,15.55,7.707Z","M9.782,7.707A1,1,0,1,0,11.2,6.293c-.328-.328-.237-.738.227-1.889C11.9,3.236,12.54,1.636,11.2.293A1,1,0,1,0,9.782,1.707c.352.352.26.774-.214,1.949C9.1,4.811,8.465,6.391,9.782,7.707Z","M21.277,7.707a1,1,0,1,0,1.414-1.414c-.328-.328-.236-.738.228-1.889.471-1.168,1.117-2.768-.228-4.111a1,1,0,0,0-1.414,1.414c.352.352.261.774-.213,1.949C20.6,4.811,19.961,6.391,21.277,7.707Z","M8.500 9.992 L13.000 9.992 L13.000 23.992 L8.500 23.992 Z","M14.000 9.992 L18.500 9.992 L18.500 23.992 L14.000 23.992 Z","M19.500 9.992 L24.000 9.992 L24.000 23.992 L19.500 23.992 Z","M5.5,9.992,1.5,10A1.5,1.5,0,0,0,0,11.5v11A1.5,1.5,0,0,0,1.5,24l4-.008a1.5,1.5,0,0,0,1.5-1.5v-11A1.5,1.5,0,0,0,5.5,9.992ZM3.5,18.5a1,1,0,1,1,1-1A1,1,0,0,1,3.5,18.5Zm0-4a1,1,0,1,1,1-1A1,1,0,0,1,3.5,14.5Z"]];
|
|
4
|
+
export const AcCool = ["ac-cool",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,1.25H1.5A1.5,1.5,0,0,0,0,2.75v9a1.5,1.5,0,0,0,1.5,1.5H3a.5.5,0,0,0,.5-.5v-1a1,1,0,0,1,1-1h15a1,1,0,0,1,1,1v1a.5.5,0,0,0,.5.5h1.5a1.5,1.5,0,0,0,1.5-1.5v-9A1.5,1.5,0,0,0,22.5,1.25Zm-2,7.5H3.5a.75.75,0,0,1,0-1.5h17a.75.75,0,0,1,0,1.5Zm0-3.5H3.5a.75.75,0,0,1,0-1.5h17a.75.75,0,0,1,0,1.5Z","M15.1,18.116a1,1,0,1,0-1-1.732l-.723.417A.25.25,0,0,1,13,16.585V15.75a1,1,0,0,0-2,0v.835a.25.25,0,0,1-.375.216L9.9,16.384a1,1,0,0,0-1,1.732l.723.418a.249.249,0,0,1,0,.432l-.723.418a1,1,0,1,0,1,1.732l.723-.417a.25.25,0,0,1,.375.216v.835a1,1,0,0,0,2,0v-.835a.25.25,0,0,1,.375-.216l.723.417a1,1,0,1,0,1-1.732l-.723-.418a.249.249,0,0,1,0-.432Z","M4.5,14.25a1,1,0,0,0-1,1,2.567,2.567,0,0,1-1.14,2.482A4.465,4.465,0,0,0,.5,21.75a1,1,0,0,0,2,0,2.567,2.567,0,0,1,1.14-2.482A4.465,4.465,0,0,0,5.5,15.25,1,1,0,0,0,4.5,14.25Z","M21.64,17.732A2.567,2.567,0,0,1,20.5,15.25a1,1,0,0,0-2,0,4.465,4.465,0,0,0,1.86,4.018A2.567,2.567,0,0,1,21.5,21.75a1,1,0,0,0,2,0A4.465,4.465,0,0,0,21.64,17.732Z"]];
|
|
5
|
+
export const Ventilator = ["ventilator",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.5,21h-4a.5.5,0,0,1-.5-.5V18.894a.5.5,0,0,0-.571-.5,10.006,10.006,0,0,1-2.857,0,.5.5,0,0,0-.572.5V20.5a.5.5,0,0,1-.5.5h-4a1.5,1.5,0,0,0,0,3h13a1.5,1.5,0,1,0,0-3Z","M12,17A8.5,8.5,0,1,0,3.5,8.5,8.51,8.51,0,0,0,12,17ZM13.247,5.863,14.574,2.57a.5.5,0,0,1,.7-.254A7.005,7.005,0,0,1,19,8.5c0,.083,0,.167,0,.25a.5.5,0,0,1-.57.475l-3.762-.532A.2.2,0,0,1,14.5,8.5a2.484,2.484,0,0,0-1.071-2.041A.5.5,0,0,1,13.247,5.863ZM12,11a2.489,2.489,0,0,0,1.06-.235.5.5,0,0,1,.605.145l2.178,2.782a.5.5,0,0,1,.1.394.5.5,0,0,1-.226.338,6.936,6.936,0,0,1-7.429,0,.5.5,0,0,1-.127-.731L10.33,10.91a.5.5,0,0,1,.606-.145A2.481,2.481,0,0,0,12,11ZM5.185,9.112a.5.5,0,0,1-.18-.363c0-.082,0-.166,0-.249A7,7,0,0,1,8.719,2.321a.5.5,0,0,1,.7.254l1.325,3.288a.5.5,0,0,1-.177.6A2.484,2.484,0,0,0,9.495,8.5a.194.194,0,0,1-.168.193l-3.752.531A.5.5,0,0,1,5.185,9.112Z"]];
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export const BathroomLaundryBin = ["bathroom-laundry-bin",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,11.25a.5.5,0,0,0-.5-.5H2.5a.5.5,0,0,0-.5.5V20.5A3.5,3.5,0,0,0,5.5,24h13A3.5,3.5,0,0,0,22,20.5Z","M23,7.75a1.5,1.5,0,0,0-1.5-1.5H17.75a.5.5,0,0,1-.5-.5v-.5a5.25,5.25,0,0,0-10.5,0v.5a.5.5,0,0,1-.5.5H2.5a1.5,1.5,0,0,0,0,3h19A1.5,1.5,0,0,0,23,7.75ZM9.25,5.25a2.75,2.75,0,0,1,5.5,0v.5a.5.5,0,0,1-.5.5H9.75a.5.5,0,0,1-.5-.5Z"]];
|
|
2
|
+
export const BathroomHanger1 = ["bathroom-hanger-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M1.125,20a.5.5,0,0,0-.5.5v2a1.5,1.5,0,0,0,1.5,1.5h11a1.5,1.5,0,0,0,1.5-1.5v-2a.5.5,0,0,0-.5-.5Z","M23.375,5.25a1.992,1.992,0,0,0-3.589-1.2.5.5,0,0,1-.4.2H15.125a.5.5,0,0,1-.5-.5v-.5a1.25,1.25,0,0,1,2.412-.462A1,1,0,0,0,18.9,2.05,3.236,3.236,0,0,0,15.875,0h-12A3.254,3.254,0,0,0,.625,3.25V18a.5.5,0,0,0,.5.5h13a.5.5,0,0,0,.5-.5V16.5a.5.5,0,0,1,.5-.5h2.5a1.5,1.5,0,0,0,1.5-1.5V8.75a1,1,0,0,0-2,0V13.5a.5.5,0,0,1-.5.5h-1.5a.5.5,0,0,1-.5-.5V6.75a.5.5,0,0,1,.5-.5h4.261a.5.5,0,0,1,.4.2,1.992,1.992,0,0,0,3.589-1.2Z"]];
|
|
3
|
+
export const BathroomShower2 = ["bathroom-shower-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M1.000 21.250 A2.500 2.500 0 1 0 6.000 21.250 A2.500 2.500 0 1 0 1.000 21.250 Z","M9.000 21.250 A2.500 2.500 0 1 0 14.000 21.250 A2.500 2.500 0 1 0 9.000 21.250 Z","M16,13.75v-1a1,1,0,0,0-2,0v1a1,1,0,0,0,2,0Z","M18.5,11.75a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0v-1A1,1,0,0,0,18.5,11.75Z","M15.5,15.75a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0v-1A1,1,0,0,0,15.5,15.75Z","M21.5,15.75a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0v-1A1,1,0,0,0,21.5,15.75Z","M18.5,15.75a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0v-1A1,1,0,0,0,18.5,15.75Z","M22,11.75a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0v-1A1,1,0,0,0,22,11.75Z","M8.5,6.25a4,4,0,0,1,4-4h1a3.99,3.99,0,0,1,3.936,3.409.25.25,0,0,1-.178.277,4.483,4.483,0,0,0-3.253,4.093.689.689,0,0,0,.687.721h7.273a1,1,0,0,0,.99-1.143,4.513,4.513,0,0,0-3.3-3.693.25.25,0,0,1-.184-.218A6,6,0,0,0,13.5.25h-1a6.006,6.006,0,0,0-6,6v12.5a1,1,0,0,0,2,0Z"]];
|
|
4
|
+
export const BathroomShower = ["bathroom-shower",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.639,6.5A6.5,6.5,0,0,0,8.687,5.776a.5.5,0,0,1-.351.424,4.5,4.5,0,0,0-3.2,4.3V11a1,1,0,0,0,1,1h7a1,1,0,0,0,1-1v-.5a4.5,4.5,0,0,0-3.07-4.255.5.5,0,0,1-.333-.564,4.488,4.488,0,0,1,8.9.819V23a1,1,0,0,0,2,0Z","M9.228,20.216A5.89,5.89,0,0,0,8.139,22.5a1.5,1.5,0,0,0,3,0,5.89,5.89,0,0,0-1.089-2.284A.518.518,0,0,0,9.228,20.216Z","M9.228,14.216A5.89,5.89,0,0,0,8.139,16.5a1.5,1.5,0,0,0,3,0,5.89,5.89,0,0,0-1.089-2.284A.518.518,0,0,0,9.228,14.216Z","M4.417,19.863a.484.484,0,0,0-.449.119A5.872,5.872,0,0,0,2.4,21.967a1.5,1.5,0,0,0,1.129,1.8,1.532,1.532,0,0,0,.336.038,1.5,1.5,0,0,0,1.46-1.167,5.89,5.89,0,0,0-.554-2.469A.5.5,0,0,0,4.417,19.863Z","M5.75,14.013a.492.492,0,0,0-.449.119,5.866,5.866,0,0,0-1.569,1.986,1.5,1.5,0,0,0,1.129,1.794,1.5,1.5,0,0,0,1.8-1.129A5.887,5.887,0,0,0,6.1,14.314.5.5,0,0,0,5.75,14.013Z","M15.31,19.982a.494.494,0,0,0-.449-.119.5.5,0,0,0-.353.3,5.874,5.874,0,0,0-.553,2.469A1.5,1.5,0,0,0,15.414,23.8a1.532,1.532,0,0,0,.336-.038,1.5,1.5,0,0,0,1.129-1.8A5.872,5.872,0,0,0,15.31,19.982Z","M14.416,17.912a1.5,1.5,0,0,0,1.13-1.795,5.872,5.872,0,0,0-1.569-1.985.492.492,0,0,0-.449-.119.5.5,0,0,0-.353.3,5.87,5.87,0,0,0-.553,2.469,1.5,1.5,0,0,0,1.794,1.129Z"]];
|
|
5
|
+
export const BathroomPerson1 = ["bathroom-person-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,6.493a1.251,1.251,0,0,0,1.25-1.25,4.335,4.335,0,0,0-.839-1.784.519.519,0,0,0-.823,0,4.345,4.345,0,0,0-.838,1.784A1.251,1.251,0,0,0,12,6.493Z","M6.088,3.459A4.345,4.345,0,0,0,5.25,5.243a1.25,1.25,0,0,0,2.5,0,4.345,4.345,0,0,0-.838-1.784A.52.52,0,0,0,6.088,3.459Z","M17.911,3.459a.518.518,0,0,0-.822,0,4.335,4.335,0,0,0-.839,1.784,1.25,1.25,0,1,0,2.5,0A4.335,4.335,0,0,0,17.911,3.459Z","M9.25,3.243a1.251,1.251,0,0,0,1.25-1.25A4.345,4.345,0,0,0,9.662.209a.52.52,0,0,0-.824,0A4.345,4.345,0,0,0,8,1.993,1.251,1.251,0,0,0,9.25,3.243Z","M14.339.209A4.335,4.335,0,0,0,13.5,1.993a1.25,1.25,0,0,0,2.5,0A4.335,4.335,0,0,0,15.161.209.518.518,0,0,0,14.339.209Z","M11.75,13.493a3.5,3.5,0,0,0-3.5,3.5v2a.5.5,0,0,0,.5.5h.605a.5.5,0,0,1,.5.445l.4,3.611a.5.5,0,0,0,.5.444h2a.5.5,0,0,0,.5-.444l.4-3.611a.5.5,0,0,1,.5-.445h.605a.5.5,0,0,0,.5-.5v-2A3.5,3.5,0,0,0,11.75,13.493Z","M9.250 9.993 A2.500 2.500 0 1 0 14.250 9.993 A2.500 2.500 0 1 0 9.250 9.993 Z"]];
|
|
6
|
+
export const BathroomHairDryer = ["bathroom-hair-dryer",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M4.621,2.015l-4-1a.515.515,0,0,0-.429.091A.5.5,0,0,0,0,1.5v7A.5.5,0,0,0,.5,9a.555.555,0,0,0,.121-.014l4-1A.5.5,0,0,0,5,7.5v-5A.5.5,0,0,0,4.621,2.015Z","M24,23a1,1,0,0,0-1-1H20.25a1,1,0,0,1-1-1V18.33a.33.33,0,0,1,.33-.33,1.5,1.5,0,0,0,1.493-1.366l.607-5.918a.5.5,0,0,0-.743-.487,5.722,5.722,0,0,1-3.194.749l-1.511-.263a.5.5,0,0,0-.583.439l-.557,5.223A1.5,1.5,0,0,0,16.587,18h.163a.5.5,0,0,1,.5.5V21a3,3,0,0,0,3,3H23A1,1,0,0,0,24,23Z","M23,5a5.006,5.006,0,0,0-5-5C17.936,0,6.477,2,6.414,2.008A.5.5,0,0,0,6,2.5v5a.5.5,0,0,0,.414.492L18,10A5.006,5.006,0,0,0,23,5Z"]];
|
|
7
|
+
export const BathroomShowerPerson = ["bathroom-shower-person",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M5.251,3.256a1,1,0,0,0-.235-1.593A2.492,2.492,0,0,0,3.19,1.506L1.635.228A1,1,0,1,0,.365,1.773L1.646,2.825a2.5,2.5,0,0,0,.016,2.19,1,1,0,0,0,1.594.236Z","M8.725,8.182a1,1,0,1,0,0,1.414A1,1,0,0,0,8.725,8.182Z","M6.25,12.071a1,1,0,1,0-1.414,0A1,1,0,0,0,6.25,12.071Z","M5.543,14.293a1,1,0,1,0,1.414,0A1,1,0,0,0,5.543,14.293Z","M4.836,6.414a1,1,0,1,0,0,1.415A1,1,0,0,0,4.836,6.414Z","M5.543,5.707a1,1,0,1,0,0-1.414A1,1,0,0,0,5.543,5.707Z","M9.432,7.475a1,1,0,1,0,0-1.414A1,1,0,0,0,9.432,7.475Z","M13.321,5a1,1,0,1,0-1.414,0A1,1,0,0,0,13.321,5Z","M16.957,5.707a1,1,0,1,0-1.414,0A1,1,0,0,0,16.957,5.707Z","M9.078,3.586a1,1,0,1,0-1.414,0A1,1,0,0,0,9.078,3.586Z","M22.747,7.521A1.5,1.5,0,0,0,21.02,8.753a5.663,5.663,0,0,1-5.6,4.747H11.5a3,3,0,0,0,0,6H13a1.5,1.5,0,0,0,0-3H11.5a.5.5,0,0,1,0-1H13a2.5,2.5,0,0,1,0,5H11.75a.25.25,0,0,0-.25.25v3a.25.25,0,0,0,.25.25h5.5a.25.25,0,0,0,.25-.25V16.437a.251.251,0,0,1,.185-.242,8.643,8.643,0,0,0,6.294-6.948A1.5,1.5,0,0,0,22.747,7.521Z","M12.000 10.000 A2.500 2.500 0 1 0 17.000 10.000 A2.500 2.500 0 1 0 12.000 10.000 Z"]];
|
|
8
|
+
export const BathroomMirror = ["bathroom-mirror",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.25,9.75a.5.5,0,0,1-.5-.5V9a1,1,0,0,0-2,0v.25a.5.5,0,0,1-.5.5h0a.015.015,0,0,1-.015-.015C19.04,4.323,15.875,0,12,0S4.96,4.323,4.768,9.735a.015.015,0,0,1-.015.015h0a.5.5,0,0,1-.5-.5V9a1,1,0,0,0-2,0v.25a.5.5,0,0,1-.5.5,1,1,0,0,0,0,2,.5.5,0,0,1,.5.5V23a1,1,0,0,0,1.943.333A.5.5,0,0,1,4.665,23h14.67a.5.5,0,0,1,.472.333A1,1,0,0,0,21.75,23V12.25a.5.5,0,0,1,.5-.5,1,1,0,0,0,0-2ZM12,2c2.846,0,5.25,3.778,5.25,8.25S14.846,18.5,12,18.5s-5.25-3.778-5.25-8.25S9.154,2,12,2Zm7.75,18.5a.5.5,0,0,1-.5.5H4.75a.5.5,0,0,1-.5-.5V12.25a.5.5,0,0,1,.5-.5h.058a.032.032,0,0,1,.032.028C5.364,16.706,8.371,20.5,12,20.5s6.636-3.794,7.16-8.722a.032.032,0,0,1,.032-.028h.058a.5.5,0,0,1,.5.5Z","M9.5,8.827a1,1,0,0,0,.959-.717,3.866,3.866,0,0,1,1.674-2.464A1,1,0,1,0,11.3,3.83,5.719,5.719,0,0,0,8.541,7.544,1,1,0,0,0,9.5,8.827Z"]];
|
|
9
|
+
export const BathroomShowerHead = ["bathroom-shower-head",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M11.589,15.716A4.082,4.082,0,0,0,10.8,17.4a1.2,1.2,0,1,0,2.4,0,4.082,4.082,0,0,0-.789-1.684A.518.518,0,0,0,11.589,15.716Z","M5.289,15.716A4.082,4.082,0,0,0,4.5,17.4a1.2,1.2,0,1,0,2.4,0,4.082,4.082,0,0,0-.789-1.684A.518.518,0,0,0,5.289,15.716Z","M17.889,15.716A4.082,4.082,0,0,0,17.1,17.4a1.2,1.2,0,0,0,2.4,0,4.082,4.082,0,0,0-.789-1.684A.518.518,0,0,0,17.889,15.716Z","M1.089,20.616A4.065,4.065,0,0,0,.3,22.3a1.2,1.2,0,0,0,2.4,0,4.065,4.065,0,0,0-.789-1.684A.52.52,0,0,0,1.089,20.616Z","M8.089,20.616A4.065,4.065,0,0,0,7.3,22.3a1.2,1.2,0,0,0,2.4,0,4.065,4.065,0,0,0-.789-1.684A.52.52,0,0,0,8.089,20.616Z","M22.911,20.616a.52.52,0,0,0-.822,0A4.065,4.065,0,0,0,21.3,22.3a1.2,1.2,0,0,0,2.4,0A4.065,4.065,0,0,0,22.911,20.616Z","M15.089,20.616A4.065,4.065,0,0,0,14.3,22.3a1.2,1.2,0,0,0,2.4,0,4.065,4.065,0,0,0-.789-1.684A.52.52,0,0,0,15.089,20.616Z","M13.674,6.369a.5.5,0,0,0,.524-.7l-.609-1.331a.975.975,0,0,0-.361-.416A.5.5,0,0,1,13,3.5v-2a1,1,0,0,0-2,0v2a.5.5,0,0,1-.228.42.977.977,0,0,0-.361.414L9.8,5.666a.5.5,0,0,0,.525.7A11.809,11.809,0,0,1,13.674,6.369Z","M12,7.25a10.876,10.876,0,0,0-8.742,4.377A1,1,0,0,0,4.04,13.25H19.96a1,1,0,0,0,.781-1.625A10.883,10.883,0,0,0,12,7.25Z"]];
|
|
10
|
+
export const BathroomRobe = ["bathroom-robe",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.536,0a.5.5,0,0,0-.407.791L11.563,4.2a.5.5,0,0,0,.817,0L14.765.787A.5.5,0,0,0,14.356,0Z","M12.25,13.751a.5.5,0,0,0-.5-.5H7.239A.239.239,0,0,0,7,13.489c0,.018-.867,9.371-.868,9.388A1,1,0,0,0,7.125,24H11.75a.5.5,0,0,0,.5-.5Z","M6.874,5.86A.142.142,0,0,1,7,6v5.251a.5.5,0,0,0,.5.5h4.25a.5.5,0,0,0,.5-.5V8.462a2.239,2.239,0,0,0-.419-1.308L6.932.3A.5.5,0,0,0,6.424.1a3.99,3.99,0,0,0-3.1,3.067L1.13,13.4a.5.5,0,0,0,.488.6H4.192a1,1,0,0,0,.977-.79L6.721,5.971A.141.141,0,0,1,6.874,5.86Z","M17,13.489a.239.239,0,0,0-.238-.238H14.25a.5.5,0,0,0-.5.5V23.5a.5.5,0,0,0,.5.5h2.625a1,1,0,0,0,.993-1.12C17.867,22.866,17,13.507,17,13.489Z","M20.678,3.163A3.985,3.985,0,0,0,17.445.074a.5.5,0,0,0-.5.206l-3.9,5.573a.371.371,0,0,0,0,.43,3.727,3.727,0,0,1,.7,2.179v2.789a.5.5,0,0,0,.5.5H16.5a.5.5,0,0,0,.5-.5V6a.141.141,0,0,1,.279-.029l1.552,7.239a1,1,0,0,0,.977.79h2.573a.5.5,0,0,0,.489-.6Z"]];
|
|
11
|
+
export const BathroomTubTowel = ["bathroom-tub-towel",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.729,14.32A1.007,1.007,0,0,0,23,14h-.25a.5.5,0,0,1-.5-.5V3A3,3,0,0,0,17.214.8l-.463.463a.5.5,0,0,1-.505.123,2.931,2.931,0,0,0-2.931.668l-.205.205a1,1,0,0,0,0,1.414l2.645,2.646a1,1,0,0,0,1.414,0l.2-.205a2.864,2.864,0,0,0,.683-2.939.5.5,0,0,1,.119-.512l.41-.41A1,1,0,0,1,20.249,3V13.5a.5.5,0,0,1-.5.5H14.382a.5.5,0,0,1-.477-.351,2,2,0,0,0-1.9-1.4H7a2,2,0,0,0-1.9,1.4A.5.5,0,0,1,4.618,14H1a.985.985,0,0,0-.73.32,1.016,1.016,0,0,0-.27.74A9.508,9.508,0,0,0,9.49,24h5.02A9.508,9.508,0,0,0,24,15.06.986.986,0,0,0,23.729,14.32ZM12,19.75a.5.5,0,0,1-.5.5h-4a.5.5,0,0,1-.5-.5v-5a.5.5,0,0,1,.5-.5h4a.5.5,0,0,1,.5.5Z","M9,6.088A1,1,0,0,0,9.419,6l1.816-.838A1,1,0,1,0,10.4,3.343L8.581,4.18A1,1,0,0,0,9,6.088Z","M14.122,11.509a1,1,0,0,0,1.312-.527l.786-1.84a1,1,0,0,0-1.839-.785L13.6,10.2A1,1,0,0,0,14.122,11.509Z","M10.486,9.076a1,1,0,0,0,1.414.007l1.422-1.406a1,1,0,0,0-1.406-1.422L10.494,7.662A1,1,0,0,0,10.486,9.076Z"]];
|
|
12
|
+
export const BathroomHanger = ["bathroom-hanger",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.489,20.984H5.511a.5.5,0,0,0-.5.5v1.5a1,1,0,0,0,1,1H17.99a1,1,0,0,0,1-1v-1.5A.5.5,0,0,0,18.489,20.984Z","M24,11.543A2.163,2.163,0,0,0,23.356,10a19,19,0,0,0-10.134-4.92A.249.249,0,0,1,13,4.83V3.889a1,1,0,0,0-1-1,.437.437,0,0,1,0-.874.432.432,0,0,1,.319.139A1,1,0,1,0,13.775.789a2.433,2.433,0,1,0-2.907,3.819A.25.25,0,0,1,11,4.829v.085a.155.155,0,0,1-.141.155A18.955,18.955,0,0,0,.644,10,2.163,2.163,0,0,0,0,11.543,1.956,1.956,0,0,0,1.955,13.5H4.763a.25.25,0,0,1,.249.25v5.241a.5.5,0,0,0,.5.5H18.489a.5.5,0,0,0,.5-.5V13.747a.25.25,0,0,1,.249-.25h2.808A1.956,1.956,0,0,0,24,11.543ZM18.915,11.5a.219.219,0,0,1-.2-.12A2.5,2.5,0,0,0,16.492,10H7.508a2.5,2.5,0,0,0-2.224,1.369.25.25,0,0,1-.22.137l-2.616.029a.25.25,0,0,1-.184-.421C3.432,9.884,8.187,7.009,12,7.009c3.729,0,8.535,2.837,9.754,4.067a.25.25,0,0,1-.177.425Z"]];
|
|
13
|
+
export const BathroomRobeFemale = ["bathroom-robe-female",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M6.272,10.642a.5.5,0,0,0,.012-.4L4.257,5.166a4.443,4.443,0,0,1-.225-.735.25.25,0,0,0-.485-.016,7.938,7.938,0,0,0-.22,1L3.1,6.877c-.533,3.492-1.137,7.45-1.562,9.335a1.644,1.644,0,0,0,1.043,1.93l.909.315a.243.243,0,0,0,.21-.022.252.252,0,0,0,.119-.176A27.359,27.359,0,0,1,6.272,10.642Z","M22.458,16.212c-.425-1.885-1.029-5.843-1.562-9.335l-.223-1.46a8.173,8.173,0,0,0-.22-1,.25.25,0,0,0-.485.017,4.589,4.589,0,0,1-.226.739l-2.026,5.076a.5.5,0,0,0,.012.4,27.393,27.393,0,0,1,2.45,7.617.25.25,0,0,0,.329.2l.908-.315A1.644,1.644,0,0,0,22.458,16.212Z","M17.041,11.544a.5.5,0,0,0-.456-.294H15a.25.25,0,0,0-.25.25V16a.75.75,0,0,1-1.5,0V11.5a.25.25,0,0,0-.25-.25H12a.25.25,0,0,0-.25.25V13a.75.75,0,0,1-1.5,0V11.5a.25.25,0,0,0-.25-.25H7.415a.5.5,0,0,0-.456.294A24.93,24.93,0,0,0,4.5,22.49a1.445,1.445,0,0,0,.466,1.073A1.6,1.6,0,0,0,6.07,24H17.93a1.582,1.582,0,0,0,1.094-.428,1.454,1.454,0,0,0,.476-1.086A24.922,24.922,0,0,0,17.041,11.544Z","M7.037,9.435A.5.5,0,0,0,7.5,9.75H12.22a.25.25,0,0,0,.224-.362L8.862,2.224A.5.5,0,0,1,9.309,1.5h5.2a.5.5,0,0,1,.4.8L12.4,5.678a.5.5,0,0,0-.046.521l1.637,3.275a.5.5,0,0,0,.447.276H16.5a.5.5,0,0,0,.464-.315L18.814,4.8a3.47,3.47,0,0,0-.355-3.263A3.59,3.59,0,0,0,17.906.9,3.623,3.623,0,0,0,15.42,0H8.58A3.516,3.516,0,0,0,5.537,1.538,3.467,3.467,0,0,0,5.186,4.8Z"]];
|
|
14
|
+
export const BathroomTubPerson = ["bathroom-tub-person",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M2.500 4.000 A2.500 2.500 0 1 0 7.500 4.000 A2.500 2.500 0 1 0 2.500 4.000 Z","M23.465,12.818a1.017,1.017,0,0,0-.736-.318H13.48l-1.647,1.029a5.484,5.484,0,0,1-2.911.829,5.543,5.543,0,0,1-3.248-1.052.5.5,0,0,1,.59-.807,4.636,4.636,0,0,0,5.038.183s2.316-1.437,2.441-1.546A1.5,1.5,0,0,0,11.97,8.729L9.713,10.138a1.516,1.516,0,0,1-1.7-.074L5.665,8.3a1.5,1.5,0,0,0-2.4,1.2v3H1.271a1.017,1.017,0,0,0-.736.318.987.987,0,0,0-.269.732A9.5,9.5,0,0,0,9.75,22.5h4.5a9.5,9.5,0,0,0,9.484-8.949A.988.988,0,0,0,23.465,12.818Z"]];
|
|
15
|
+
export const BathroomMirrorCabinet = ["bathroom-mirror-cabinet",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20.66,15.51a10.045,10.045,0,0,0-6.32,0,.508.508,0,0,0-.34.48V22a1,1,0,0,0,1,1h5a1,1,0,0,0,1-1V15.99A.508.508,0,0,0,20.66,15.51Z","M12.5,16.75H12a.75.75,0,0,0,0,1.5h.5a.5.5,0,0,0,.5-.5v-.5A.5.5,0,0,0,12.5,16.75Z","M23,16.75h-.5a.5.5,0,0,0-.5.5v.5a.5.5,0,0,0,.5.5H23a.75.75,0,0,0,0-1.5Z","M23.25,11H22.5a.5.5,0,0,1-.5-.5V1.25A1.25,1.25,0,0,0,20.75,0H3.25A1.25,1.25,0,0,0,2,1.25V10.5a.5.5,0,0,1-.5.5H.75a.75.75,0,0,0,0,1.5h22.5a.75.75,0,0,0,0-1.5ZM8.05,10h-1A3,3,0,0,1,4.11,7.6a.526.526,0,0,1,.1-.42A.532.532,0,0,1,4.6,7h5.9a.532.532,0,0,1,.39.18.526.526,0,0,1,.1.42A3,3,0,0,1,8.05,10Zm8.9,0h-1a3,3,0,0,1-2.94-2.4.526.526,0,0,1,.1-.42A.532.532,0,0,1,13.5,7h5.9a.532.532,0,0,1,.39.18.526.526,0,0,1,.1.42A3,3,0,0,1,16.95,10Z","M8,17.75H7a.25.25,0,0,1-.25-.25,2.25,2.25,0,0,0-4.5,0,.25.25,0,0,1-.25.25H1a.75.75,0,0,0,0,1.5h.12a.5.5,0,0,1,.5.45L2,23.55a.5.5,0,0,0,.5.45h4a.5.5,0,0,0,.5-.45l.385-3.85a.5.5,0,0,1,.5-.45H8a.75.75,0,0,0,0-1.5Zm-3,0H4a.25.25,0,0,1-.25-.25.75.75,0,0,1,1.5,0A.25.25,0,0,1,5,17.75Z"]];
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export const CarGarage2 = ["car-garage-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M6.5,22h-3a.5.5,0,0,0-.5.5V23a1,1,0,0,0,1,1H6a1,1,0,0,0,1-1v-.5A.5.5,0,0,0,6.5,22Z","M20.5,22h-3a.5.5,0,0,0-.5.5V23a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1v-.5A.5.5,0,0,0,20.5,22Z","M22,17.958a1.24,1.24,0,0,0-.366-.884L20.41,15.852a.5.5,0,0,1-.111-.168l-2-4.989a1.491,1.491,0,0,0-1.392-.943H7.089A1.491,1.491,0,0,0,5.7,10.7l-2,4.989a.5.5,0,0,1-.111.168L2.368,17.074A1.24,1.24,0,0,0,2,17.958v1.793A1.25,1.25,0,0,0,3.251,21h17.5A1.25,1.25,0,0,0,22,19.751ZM6.966,14.752a.5.5,0,0,1-.464-.686l.8-2a.5.5,0,0,1,.464-.314h8.468a.5.5,0,0,1,.464.314l.8,2a.5.5,0,0,1-.464.686Z","M23.736,11.365a1,1,0,0,0-.064-1.412L13.348.527a1.987,1.987,0,0,0-2.7,0L.328,9.953A1,1,0,0,0,1.676,11.43l9.987-9.119a.5.5,0,0,1,.674,0l9.987,9.119a1,1,0,0,0,1.412-.065Z"]];
|
|
2
|
+
export const CarKey = ["car-key",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M7.249,21.992h-3a.5.5,0,0,0-.5.5v.5a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1v-.5A.5.5,0,0,0,7.249,21.992Z","M21.254,21.992h-3a.5.5,0,0,0-.5.5v.5a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1v-.5A.5.5,0,0,0,21.254,21.992Z","M22.324,16.778l-1.633-1.426a.249.249,0,0,1-.071-.106l-1.429-4.082a1.754,1.754,0,0,0-1.652-1.172H7.958a1.753,1.753,0,0,0-1.652,1.172L4.877,15.246a.237.237,0,0,1-.071.105L3.176,16.78a1.254,1.254,0,0,0-.425.939v2.023A1.251,1.251,0,0,0,4,20.992H21.5a1.25,1.25,0,0,0,1.25-1.25V17.72A1.252,1.252,0,0,0,22.324,16.778Zm-3.532-1.891a.248.248,0,0,1-.2.105H6.909a.249.249,0,0,1-.2-.105.252.252,0,0,1-.033-.227l1.05-3a.251.251,0,0,1,.236-.168h9.581a.251.251,0,0,1,.236.168l1.05,3A.252.252,0,0,1,18.792,14.887Z","M9.933,6.151a.249.249,0,0,1,.232-.159H12.5a.249.249,0,0,1,.25.25v.25a1.5,1.5,0,0,0,3,0v-.25a.25.25,0,0,1,.25-.25h1a.249.249,0,0,1,.25.25v.25a1.5,1.5,0,1,0,3,0v-.25a.25.25,0,0,1,.25-.25h.25a1.5,1.5,0,0,0,0-3H10.175a.25.25,0,0,1-.233-.159,4.527,4.527,0,1,0-.009,3.318ZM3.749,4.508a2,2,0,1,1,2,2A2,2,0,0,1,3.749,4.508Z"]];
|
|
3
|
+
export const CarKey1 = ["car-key-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.5,9a4.482,4.482,0,0,0,4.032-2.5H19.5a.5.5,0,0,0,.354-.146l1.5-1.5a.5.5,0,0,0,0-.708l-1.5-1.5A.5.5,0,0,0,19.5,2.5H13.532A4.5,4.5,0,1,0,9.5,9Zm0-6.5a2,2,0,1,1-2,2A2,2,0,0,1,9.5,2.5Z","M18.889,16a1.278,1.278,0,0,1-1.2-.786l-.742-1.856A3.751,3.751,0,0,0,13.469,11H9.14a2.5,2.5,0,0,0-2.452,2.011l-.356,1.783A1.5,1.5,0,0,1,4.861,16H3.5A2.5,2.5,0,0,0,1,18.5v2a1.5,1.5,0,0,0,1.214,1.473.252.252,0,0,0,.2-.047.242.242,0,0,0,.1-.178,3,3,0,0,1,5.98.01A.259.259,0,0,0,8.74,22h6.52a.259.259,0,0,0,.25-.242A3,3,0,0,1,18.5,19a3.059,3.059,0,0,1,3.009,2.734.251.251,0,0,0,.3.234A1.5,1.5,0,0,0,23,20.5v-.354A4.151,4.151,0,0,0,18.889,16Zm-2.605-.073a.167.167,0,0,1-.139.073H13.5A1.5,1.5,0,0,1,12,14.5V13a.5.5,0,0,1,.5-.5h.969a2.239,2.239,0,0,1,2.089,1.414l.743,1.857A.17.17,0,0,1,16.284,15.927Z","M3.500 22.000 A2.000 2.000 0 1 0 7.500 22.000 A2.000 2.000 0 1 0 3.500 22.000 Z","M16.500 22.000 A2.000 2.000 0 1 0 20.500 22.000 A2.000 2.000 0 1 0 16.500 22.000 Z"]];
|
|
4
|
+
export const CarGarage1 = ["car-garage-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.672,9.953,13.348.527a1.987,1.987,0,0,0-2.7,0L.328,9.953A1,1,0,0,0,1.676,11.43l9.987-9.119a.5.5,0,0,1,.674,0l9.987,9.119a1,1,0,0,0,1.348-1.477Z","M20.856,13.987a1,1,0,0,0-1.372-.343l-.509.306a.5.5,0,0,1-.754-.37L18.1,12.517a2,2,0,0,0-1.986-1.765H7.89A2,2,0,0,0,5.9,12.517L5.779,13.58a.5.5,0,0,1-.754.37l-.509-.306a1,1,0,0,0-1.029,1.715l.823.494a.5.5,0,0,1,.15.718A2.455,2.455,0,0,0,4,18v1a1.5,1.5,0,0,0,1.5,1.5h13A1.5,1.5,0,0,0,20,19V18a2.455,2.455,0,0,0-.459-1.43.5.5,0,0,1,.15-.718l.823-.494A1,1,0,0,0,20.856,13.987Zm-5.19-1.235a.5.5,0,0,1,.5.441l.206,1.75a.5.5,0,0,1-.5.558H8.129a.5.5,0,0,1-.5-.558l.206-1.75a.5.5,0,0,1,.5-.441Z","M7.5,21.5h-2A.5.5,0,0,0,5,22v.5a1.5,1.5,0,1,0,3,0V22A.5.5,0,0,0,7.5,21.5Z","M18.5,21.5h-2a.5.5,0,0,0-.5.5v.5a1.5,1.5,0,0,0,3,0V22A.5.5,0,0,0,18.5,21.5Z"]];
|
|
5
|
+
export const CarParking = ["car-parking",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12.3.273l-1.98,1.484a.743.743,0,0,0,0,1.187L12.3,4.429a.743.743,0,0,0,1.188-.594V.866A.742.742,0,0,0,12.3.273Z","M4.949 2.103 A1.608 1.608 0 1 0 8.165 2.103 A1.608 1.608 0 1 0 4.949 2.103 Z","M0.000 2.103 A1.608 1.608 0 1 0 3.216 2.103 A1.608 1.608 0 1 0 0.000 2.103 Z","M0.000 7.052 A1.608 1.608 0 1 0 3.216 7.052 A1.608 1.608 0 1 0 0.000 7.052 Z","M0.000 12.000 A1.608 1.608 0 1 0 3.216 12.000 A1.608 1.608 0 1 0 0.000 12.000 Z","M0.000 16.949 A1.608 1.608 0 1 0 3.216 16.949 A1.608 1.608 0 1 0 0.000 16.949 Z","M0.000 21.897 A1.608 1.608 0 1 0 3.216 21.897 A1.608 1.608 0 1 0 0.000 21.897 Z","M4.949 21.897 A1.608 1.608 0 1 0 8.165 21.897 A1.608 1.608 0 1 0 4.949 21.897 Z","M10.431,19.5a.742.742,0,0,0-.41.664v2.969a.741.741,0,0,0,.41.664.744.744,0,0,0,.777-.07l1.98-1.485a.742.742,0,0,0,0-1.187l-1.98-1.484A.743.743,0,0,0,10.431,19.5Z","M15.835 2.103 A1.608 1.608 0 1 0 19.051 2.103 A1.608 1.608 0 1 0 15.835 2.103 Z","M20.784 2.103 A1.608 1.608 0 1 0 24.000 2.103 A1.608 1.608 0 1 0 20.784 2.103 Z","M20.784 7.052 A1.608 1.608 0 1 0 24.000 7.052 A1.608 1.608 0 1 0 20.784 7.052 Z","M20.784 12.000 A1.608 1.608 0 1 0 24.000 12.000 A1.608 1.608 0 1 0 20.784 12.000 Z","M20.784 16.949 A1.608 1.608 0 1 0 24.000 16.949 A1.608 1.608 0 1 0 20.784 16.949 Z","M20.784 21.897 A1.608 1.608 0 1 0 24.000 21.897 A1.608 1.608 0 1 0 20.784 21.897 Z","M15.835 21.897 A1.608 1.608 0 1 0 19.051 21.897 A1.608 1.608 0 1 0 15.835 21.897 Z","M16.7,17.938A1.238,1.238,0,0,0,17.938,16.7V16.18a.246.246,0,0,1,.2-.242.991.991,0,0,0,.789-.969V13.2a.984.984,0,0,0-.29-.7l-1.008-1.008a.241.241,0,0,1-.065-.115l-.954-3.81a1.976,1.976,0,0,0-1.919-1.5H9.305a1.976,1.976,0,0,0-1.92,1.5l-.953,3.81a.259.259,0,0,1-.065.115L5.358,12.5a.988.988,0,0,0-.29.7v1.774a.991.991,0,0,0,.792.97.248.248,0,0,1,.2.241c0,.252,0,.521,0,.521a1.237,1.237,0,0,0,2.474,0v-.5a.248.248,0,0,1,.248-.247h6.432a.248.248,0,0,1,.248.247v.5A1.238,1.238,0,0,0,16.7,17.938Zm-1.6-8.225a.247.247,0,0,1-.24.308H9.127a.248.248,0,0,1-.2-.1.253.253,0,0,1-.045-.213l.372-1.484a.247.247,0,0,1,.24-.188h5a.249.249,0,0,1,.24.188Z"]];
|
|
6
|
+
export const CarGarage = ["car-garage",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.673,9.954,13.348.527a1.987,1.987,0,0,0-2.7,0L.327,9.954A1,1,0,0,0,1.676,11.43l9.987-9.119a.5.5,0,0,1,.674,0l9.987,9.119a1,1,0,0,0,1.349-1.476Z","M18.888,16a1.278,1.278,0,0,1-1.2-.787l-.743-1.856A3.751,3.751,0,0,0,13.469,11H9.14a2.5,2.5,0,0,0-2.451,2.01L6.332,14.8A1.5,1.5,0,0,1,4.862,16H3.5A2.5,2.5,0,0,0,1,18.5v2a1.5,1.5,0,0,0,1.213,1.472.251.251,0,0,0,.3-.225,3,3,0,0,1,5.979.011.257.257,0,0,0,.25.241h6.518a.259.259,0,0,0,.25-.241A3,3,0,0,1,18.5,19a3.058,3.058,0,0,1,3.009,2.734.249.249,0,0,0,.1.186.245.245,0,0,0,.2.047A1.5,1.5,0,0,0,23,20.5v-.355A4.148,4.148,0,0,0,18.888,16Zm-2.605-.074a.167.167,0,0,1-.138.074H13.5A1.5,1.5,0,0,1,12,14.5V13a.5.5,0,0,1,.5-.5h.969a2.24,2.24,0,0,1,2.089,1.414l.742,1.856A.167.167,0,0,1,16.283,15.928Z","M3.501 22.000 A2.000 2.000 0 1 0 7.501 22.000 A2.000 2.000 0 1 0 3.501 22.000 Z","M16.499 22.000 A2.000 2.000 0 1 0 20.499 22.000 A2.000 2.000 0 1 0 16.499 22.000 Z"]];
|
|
7
|
+
export const CarKey2 = ["car-key-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9,9a4.48,4.48,0,0,0,3.9-2.249.5.5,0,0,1,.434-.251H19a.5.5,0,0,0,.354-.146l1.5-1.5a.5.5,0,0,0,0-.708l-1.5-1.5A.5.5,0,0,0,19,2.5H13.332a.5.5,0,0,1-.434-.251A4.5,4.5,0,1,0,9,9ZM9,2.488A2.012,2.012,0,1,1,6.989,4.5,2.014,2.014,0,0,1,9,2.488Z","M19.485,13.643l-.509.3a.5.5,0,0,1-.754-.37L18.1,12.516a2,2,0,0,0-1.986-1.766H7.889A2,2,0,0,0,5.9,12.516l-.125,1.062a.5.5,0,0,1-.754.37l-.509-.3a1,1,0,1,0-1.03,1.714l.823.494a.5.5,0,0,1,.15.719A2.462,2.462,0,0,0,4,18v1a1.5,1.5,0,0,0,1.5,1.5h13A1.5,1.5,0,0,0,20,19V18a2.462,2.462,0,0,0-.458-1.43.5.5,0,0,1,.15-.719l.823-.494a1,1,0,1,0-1.03-1.714Zm-3.819-.893a.5.5,0,0,1,.5.442l.206,1.75a.5.5,0,0,1-.5.558H8.128a.5.5,0,0,1-.5-.558l.206-1.75a.5.5,0,0,1,.5-.442Z","M7.5,21.5h-2A.5.5,0,0,0,5,22v.5a1.5,1.5,0,0,0,3,0V22A.5.5,0,0,0,7.5,21.5Z","M18.5,21.5h-2a.5.5,0,0,0-.5.5v.5a1.5,1.5,0,0,0,3,0V22A.5.5,0,0,0,18.5,21.5Z"]];
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export const HotelBed = ["hotel-bed",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3.000 11.500 A2.000 2.000 0 1 0 7.000 11.500 A2.000 2.000 0 1 0 3.000 11.500 Z","M9,13.5H19.667a.833.833,0,0,0,.623-1.386C18.233,9.8,14.1,8.372,9.309,8.51a.833.833,0,0,0-.809.832V13A.5.5,0,0,0,9,13.5Z","M23,7.75a1,1,0,0,0-1,1v5.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V5.75a1,1,0,0,0-2,0v12.5a1,1,0,0,0,2,0v-1a.5.5,0,0,1,.5-.5h19a.5.5,0,0,1,.5.5v1a1,1,0,0,0,2,0V8.75A1,1,0,0,0,23,7.75Z"]];
|
|
2
|
+
export const HotelInformation = ["hotel-information",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3.500 15.250 A2.500 2.500 0 1 0 8.500 15.250 A2.500 2.500 0 1 0 3.500 15.250 Z","M23,14.75a1,1,0,0,0-1,1v3a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5v-5.5a1,1,0,0,0-2,0V23a1,1,0,0,0,2,0v-.25a.5.5,0,0,1,.5-.5h19a.5.5,0,0,1,.5.5V23a1,1,0,0,0,2,0V15.75A1,1,0,0,0,23,14.75Z","M10.5,17.75H20a.5.5,0,0,0,.5-.5v-1a2.5,2.5,0,0,0-2.5-2.5H11a1,1,0,0,0-1,1v2.5A.5.5,0,0,0,10.5,17.75Z","M18.5,11A5.5,5.5,0,1,0,13,5.5,5.507,5.507,0,0,0,18.5,11Zm-.25-9.25a1,1,0,1,1-1,1A1,1,0,0,1,18.25,1.75ZM17.75,6a.75.75,0,0,1,0-1.5h.5A1.252,1.252,0,0,1,19.5,5.75V7.5h.25a.75.75,0,0,1,0,1.5h-2a.75.75,0,0,1,0-1.5H18V6Z"]];
|
|
3
|
+
export const HotelDoubleBedAdd = ["hotel-double-bed-add",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M.9,15.5H9.248a.5.5,0,0,0,.477-.352A8.023,8.023,0,0,1,17.375,9.5a7.925,7.925,0,0,1,4.883,1.669.5.5,0,0,0,.8-.486l-.7-3.773a.5.5,0,0,0-.49-.41H2.385a.5.5,0,0,0-.49.41l-1.49,8a.56.56,0,0,0,.11.41A.527.527,0,0,0,.9,15.5Z","M9.375,17.5c0-.159,0-.316.013-.472a.5.5,0,0,0-.5-.528H.625a.5.5,0,0,0-.5.5v3.25a2.253,2.253,0,0,0,2.25,2.25.248.248,0,0,1,.25.25v.5a.75.75,0,0,0,1.5,0V23a.5.5,0,0,1,.5-.5h5.547a.5.5,0,0,0,.424-.766A7.911,7.911,0,0,1,9.375,17.5Z","M2.625,5.5H4.2A.5.5,0,0,0,4.7,5.082l.36-2.165A.5.5,0,0,1,5.549,2.5h4.576a.5.5,0,0,1,.5.5V5a.5.5,0,0,0,.5.5h2a.5.5,0,0,0,.5-.5V3a.5.5,0,0,1,.5-.5H18.7a.5.5,0,0,1,.494.417l.36,2.165a.5.5,0,0,0,.494.418h1.576a.5.5,0,0,0,.5-.5V2.25A2.253,2.253,0,0,0,19.875,0H4.375a2.253,2.253,0,0,0-2.25,2.25V5A.5.5,0,0,0,2.625,5.5Z","M17.375,11a6.5,6.5,0,1,0,6.5,6.5A6.508,6.508,0,0,0,17.375,11Zm2.5,7.5h-1a.5.5,0,0,0-.5.5v1a1,1,0,0,1-2,0V19a.5.5,0,0,0-.5-.5h-1a1,1,0,0,1,0-2h1a.5.5,0,0,0,.5-.5V15a1,1,0,0,1,2,0v1a.5.5,0,0,0,.5.5h1a1,1,0,0,1,0,2Z"]];
|
|
4
|
+
export const HotelBunkBed = ["hotel-bunk-bed",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3.250 16.250 A2.000 2.000 0 1 0 7.250 16.250 A2.000 2.000 0 1 0 3.250 16.250 Z","M20.54,16.864c-2.057-2.317-6.187-3.742-10.981-3.6a.833.833,0,0,0-.809.832V17.75a.5.5,0,0,0,.5.5H19.917a.833.833,0,0,0,.623-1.386Z","M3.250 6.250 A2.000 2.000 0 1 0 7.250 6.250 A2.000 2.000 0 1 0 3.250 6.250 Z","M8.75,7.75a.5.5,0,0,0,.5.5H19.917a.833.833,0,0,0,.623-1.386c-2.057-2.317-6.187-3.742-10.981-3.6a.833.833,0,0,0-.809.833Z","M23,2.5a1,1,0,0,0-1,1V9a.5.5,0,0,1-.5.5H2.5A.5.5,0,0,1,2,9V1A1,1,0,0,0,0,1V23a1,1,0,0,0,2,0V22a.5.5,0,0,1,.5-.5h19a.5.5,0,0,1,.5.5v1a1,1,0,0,0,2,0V3.5A1,1,0,0,0,23,2.5ZM2.5,19.5A.5.5,0,0,1,2,19V12a.5.5,0,0,1,.5-.5h19a.5.5,0,0,1,.5.5v7a.5.5,0,0,1-.5.5Z"]];
|
|
5
|
+
export const HotelBedroom1 = ["hotel-bedroom-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M1.6,9.8,11.7,2.224a.5.5,0,0,1,.6,0L22.4,9.8a1,1,0,1,0,1.2-1.6L13.2.4a2.015,2.015,0,0,0-2.4,0L.4,8.2A1,1,0,1,0,1.6,9.8Z","M3.500 16.499 A2.000 2.000 0 1 0 7.500 16.499 A2.000 2.000 0 1 0 3.500 16.499 Z","M8.5,14.34V18a.5.5,0,0,0,.5.5H19.667a.834.834,0,0,0,.623-1.387C18.233,14.8,14.1,13.37,9.309,13.508A.833.833,0,0,0,8.5,14.34Z","M24,14a1,1,0,0,0-2,0v5.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5v-7a1,1,0,0,0-2,0V23a1,1,0,0,0,2,0v-.5a.5.5,0,0,1,.5-.5h19a.5.5,0,0,1,.5.5V23a1,1,0,0,0,2,0Z"]];
|
|
6
|
+
export const HotelBunkBed1 = ["hotel-bunk-bed-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.5,6.5H3A.5.5,0,0,1,2.5,6V1.25a1.25,1.25,0,0,0-2.5,0v21.5a1.25,1.25,0,0,0,2.5,0V22a.5.5,0,0,1,.5-.5H13.5A.5.5,0,0,0,14,21V19a.5.5,0,0,0-.5-.5H3a.5.5,0,0,1-.5-.5V10A.5.5,0,0,1,3,9.5H13.5A.5.5,0,0,0,14,9V7A.5.5,0,0,0,13.5,6.5Z","M5.5,5h3a1.5,1.5,0,0,0,0-3h-3a1.5,1.5,0,0,0,0,3Z","M5.5,14a1.5,1.5,0,0,0,0,3h3a1.5,1.5,0,0,0,0-3Z","M23,0a1,1,0,0,0-1,1V3a.5.5,0,0,1-.5.5H18a.5.5,0,0,1-.5-.5V1a1,1,0,0,0-2,0V23a1,1,0,0,0,2,0V21a.5.5,0,0,1,.5-.5h3.5a.5.5,0,0,1,.5.5v2a1,1,0,0,0,2,0V1A1,1,0,0,0,23,0ZM18,13.5a.5.5,0,0,1-.5-.5V11a.5.5,0,0,1,.5-.5h3.5a.5.5,0,0,1,.5.5v2a.5.5,0,0,1-.5.5Zm0-5a.5.5,0,0,1-.5-.5V6a.5.5,0,0,1,.5-.5h3.5A.5.5,0,0,1,22,6V8a.5.5,0,0,1-.5.5ZM17.5,16a.5.5,0,0,1,.5-.5h3.5a.5.5,0,0,1,.5.5v2a.5.5,0,0,1-.5.5H18a.5.5,0,0,1-.5-.5Z"]];
|
|
7
|
+
export const HotelSingleBed2 = ["hotel-single-bed-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.225,15.5a.5.5,0,0,0,.492-.592l-1.489-8a.5.5,0,0,0-.491-.408H2.263a.5.5,0,0,0-.491.408l-1.489,8a.5.5,0,0,0,.492.592Z","M.5,16.5A.5.5,0,0,0,0,17V20.25A2.253,2.253,0,0,0,2.25,22.5a.25.25,0,0,1,.25.25v.5a.75.75,0,0,0,1.5,0V23a.5.5,0,0,1,.5-.5h15a.5.5,0,0,1,.5.5v.25a.75.75,0,0,0,1.5,0v-.5a.25.25,0,0,1,.25-.25A2.253,2.253,0,0,0,24,20.25V17a.5.5,0,0,0-.5-.5Z","M6.115,5.5a.4.4,0,0,0,.392-.333l.333-2a.5.5,0,0,1,.493-.417h9.334a.5.5,0,0,1,.493.417l.333,2a.4.4,0,0,0,.392.333H21.5A.5.5,0,0,0,22,5V2.25A2.253,2.253,0,0,0,19.75,0H4.25A2.253,2.253,0,0,0,2,2.25V5a.5.5,0,0,0,.5.5Z"]];
|
|
8
|
+
export const HotelSingleBed1 = ["hotel-single-bed-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M10.364,5.318h3.272a3.266,3.266,0,0,1,3.176,2.517.273.273,0,0,0,.265.21h5.014a.272.272,0,0,0,.273-.272V5.045a2.181,2.181,0,0,0-2.182-2.181H3.818A2.181,2.181,0,0,0,1.636,5.045V7.773a.272.272,0,0,0,.273.272H6.923a.271.271,0,0,0,.265-.21A3.266,3.266,0,0,1,10.364,5.318Z","M1.091,9.682A1.09,1.09,0,0,0,0,10.773V16.5a1.091,1.091,0,0,0,.873,1.069.273.273,0,0,1,.218.267v2.209a1.091,1.091,0,0,0,2.182,0V17.864a.272.272,0,0,1,.272-.273h16.91a.272.272,0,0,1,.272.273v2.181a1.091,1.091,0,1,0,2.182,0V17.836a.273.273,0,0,1,.218-.267A1.091,1.091,0,0,0,24,16.5V10.773a1.09,1.09,0,0,0-1.091-1.091Z"]];
|
|
9
|
+
export const HotelSingleBedAdd = ["hotel-single-bed-add",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M2.5,6H6.323a.24.24,0,0,0,.237-.2A3.159,3.159,0,0,1,9.5,3h3a3.159,3.159,0,0,1,2.94,2.8.24.24,0,0,0,.237.2H19.5a.5.5,0,0,0,.5-.5V2a2,2,0,0,0-2-2H4A2,2,0,0,0,2,2V5.5A.5.5,0,0,0,2.5,6Z","M17.5,9.5a7.942,7.942,0,0,1,3.764.944A.5.5,0,0,0,22,10V9a1.5,1.5,0,0,0-1.5-1.5H1.5A1.5,1.5,0,0,0,0,9v5a1.5,1.5,0,0,0,1.125,1.453.5.5,0,0,1,.375.483V17a1,1,0,0,0,2,0V16a.5.5,0,0,1,.5-.5H9.385a.5.5,0,0,0,.478-.352A8.005,8.005,0,0,1,17.5,9.5Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11ZM20,18.5H19a.5.5,0,0,0-.5.5v1a1,1,0,0,1-2,0V19a.5.5,0,0,0-.5-.5H15a1,1,0,0,1,0-2h1a.5.5,0,0,0,.5-.5V15a1,1,0,0,1,2,0v1a.5.5,0,0,0,.5.5h1a1,1,0,0,1,0,2Z"]];
|
|
10
|
+
export const HotelBedroom = ["hotel-bedroom",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M1.6,9.691,2,9.4V11a.5.5,0,0,0,.5.5h19A.5.5,0,0,0,22,11V9.4l.405.306A1,1,0,1,0,23.6,8.1L13.176.388a1.974,1.974,0,0,0-2.352,0L.405,8.084A1,1,0,1,0,1.6,9.691Z","M3.500 15.500 A2.500 2.500 0 1 0 8.500 15.500 A2.500 2.500 0 1 0 3.500 15.500 Z","M11,13.5a1,1,0,0,0-1,1v3a.5.5,0,0,0,.5.5h10a.5.5,0,0,0,.5-.5V16a2.5,2.5,0,0,0-2.5-2.5Z","M23,19H2V14a1,1,0,0,0-2,0v9a1,1,0,0,0,2,0V21.5a.5.5,0,0,1,.5-.5h19a.5.5,0,0,1,.5.5V23a1,1,0,0,0,2,0V20A1,1,0,0,0,23,19Z"]];
|
|
11
|
+
export const HotelSingleBed = ["hotel-single-bed",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21,8.5a.5.5,0,0,0,.5-.5V1.5A1.5,1.5,0,0,0,20,0H4A1.5,1.5,0,0,0,2.5,1.5V8a.5.5,0,0,0,.5.5ZM8.5,3.5a1,1,0,0,1,1-1h5a1,1,0,0,1,1,1v2a1,1,0,0,1-1,1h-5a1,1,0,0,1-1-1Z","M3,9.5a.5.5,0,0,0-.5.5V22.5A1.5,1.5,0,0,0,4,24H20a1.5,1.5,0,0,0,1.5-1.5V10a.5.5,0,0,0-.5-.5Z"]];
|
|
12
|
+
export const Hotel = ["hotel",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.48,17h-19a.5.5,0,0,0-.5.5V23a1,1,0,0,0,1,1h6a.5.5,0,0,0,.5-.5v-3a1,1,0,0,1,1-1h3a1,1,0,0,1,1,1v3a.5.5,0,0,0,.5.5h6a1,1,0,0,0,1-1V17.5A.5.5,0,0,0,21.48,17Z","M23.229,6.5h-.361a.5.5,0,0,1-.447-.275L20.569,2.55a1.013,1.013,0,0,0-.9-.55h-.691a.5.5,0,0,1-.5-.5V1.25A1.25,1.25,0,0,0,17.229,0h-2.5a1.25,1.25,0,0,0-1.25,1.25V1.5a.5.5,0,0,1-.5.5h-2a.5.5,0,0,1-.5-.5V1.25A1.25,1.25,0,0,0,9.229,0h-2.5a1.25,1.25,0,0,0-1.25,1.25V1.5a.5.5,0,0,1-.5.5h-.69a1,1,0,0,0-.9.55L1.557,6.223A.5.5,0,0,1,1.11,6.5H.771a.75.75,0,0,0,0,1.5H23.229a.75.75,0,0,0,0-1.5Zm-14.25-2a.5.5,0,0,1-.5.5h-1a.5.5,0,0,1-.5-.5V2a.5.5,0,0,1,.5-.5h1a.5.5,0,0,1,.5.5Zm8,0a.5.5,0,0,1-.5.5h-1a.5.5,0,0,1-.5-.5V2a.5.5,0,0,1,.5-.5h1a.5.5,0,0,1,.5.5Z","M21.48,9.5h-19a.5.5,0,0,0-.5.5v5a.5.5,0,0,0,.5.5h19a.5.5,0,0,0,.5-.5V10A.5.5,0,0,0,21.48,9.5Zm-13,4a.5.5,0,0,1-.5.5h-2a.5.5,0,0,1-.5-.5v-2a.5.5,0,0,1,.5-.5h2a.5.5,0,0,1,.5.5Zm5,0a.5.5,0,0,1-.5.5h-2a.5.5,0,0,1-.5-.5v-2a.5.5,0,0,1,.5-.5h2a.5.5,0,0,1,.5.5Zm5,0a.5.5,0,0,1-.5.5h-2a.5.5,0,0,1-.5-.5v-2a.5.5,0,0,1,.5-.5h2a.5.5,0,0,1,.5.5Z"]];
|
|
13
|
+
export const HotelDoubleBed1 = ["hotel-double-bed-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,11.75H1.5A1.5,1.5,0,0,0,0,13.25v4A1.5,1.5,0,0,0,1.125,18.7a.5.5,0,0,1,.375.483V20.25a1,1,0,0,0,2,0v-1a.5.5,0,0,1,.5-.5H20a.5.5,0,0,1,.5.5v1a1,1,0,0,0,2,0V19.186a.5.5,0,0,1,.375-.483A1.5,1.5,0,0,0,24,17.25v-4A1.5,1.5,0,0,0,22.5,11.75Z","M2.5,10.25a.5.5,0,0,0,.5.5H21a.5.5,0,0,0,.5-.5v-5A2.5,2.5,0,0,0,19,2.75H5a2.5,2.5,0,0,0-2.5,2.5Zm4-3h2A2.5,2.5,0,0,1,10.666,8.5a.5.5,0,0,1-.433.75H4.767a.5.5,0,0,1-.433-.75A2.5,2.5,0,0,1,6.5,7.25Zm9,0h2A2.5,2.5,0,0,1,19.666,8.5a.5.5,0,0,1-.433.75H13.767a.5.5,0,0,1-.433-.75A2.5,2.5,0,0,1,15.5,7.25Z"]];
|
|
14
|
+
export const HotelDoubleBedUpload = ["hotel-double-bed-upload",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M.77,15.5H9.123a.5.5,0,0,0,.477-.352A8.023,8.023,0,0,1,17.25,9.5a7.925,7.925,0,0,1,4.883,1.669.5.5,0,0,0,.8-.486l-.7-3.773a.5.5,0,0,0-.49-.41H2.26a.5.5,0,0,0-.49.41l-1.49,8a.56.56,0,0,0,.11.41A.527.527,0,0,0,.77,15.5Z","M9.25,17.5c0-.159,0-.316.013-.472a.5.5,0,0,0-.5-.528H.5A.5.5,0,0,0,0,17v3.25A2.253,2.253,0,0,0,2.25,22.5a.248.248,0,0,1,.25.25v.5a.75.75,0,0,0,1.5,0V23a.5.5,0,0,1,.5-.5h5.547a.5.5,0,0,0,.424-.766A7.911,7.911,0,0,1,9.25,17.5Z","M2.5,5.5H4.076a.5.5,0,0,0,.494-.418l.36-2.165A.5.5,0,0,1,5.424,2.5H10a.5.5,0,0,1,.5.5V5a.5.5,0,0,0,.5.5h2a.5.5,0,0,0,.5-.5V3a.5.5,0,0,1,.5-.5h4.576a.5.5,0,0,1,.494.417l.36,2.165a.5.5,0,0,0,.494.418H21.5A.5.5,0,0,0,22,5V2.25A2.253,2.253,0,0,0,19.75,0H4.25A2.253,2.253,0,0,0,2,2.25V5A.5.5,0,0,0,2.5,5.5Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm2.45,6.217a.5.5,0,0,1-.45.283H19a.5.5,0,0,0-.5.5v2.5a1,1,0,0,1-2,0V18a.5.5,0,0,0-.5-.5h-.5a.5.5,0,0,1-.391-.812l2-2.5a.519.519,0,0,1,.782,0l2,2.5A.5.5,0,0,1,19.95,17.217Z"]];
|
|
15
|
+
export const HotelDoubleBed = ["hotel-double-bed",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3,9.5a.5.5,0,0,0-.5.5V22.5A1.5,1.5,0,0,0,4,24H20a1.5,1.5,0,0,0,1.5-1.5V10a.5.5,0,0,0-.5-.5Z","M21,8.5a.5.5,0,0,0,.5-.5V1.5A1.5,1.5,0,0,0,20,0H4A1.5,1.5,0,0,0,2.5,1.5V8a.5.5,0,0,0,.5.5Zm-7.5-5a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1V5a1,1,0,0,1-1,1h-4a1,1,0,0,1-1-1Zm-9,0a1,1,0,0,1,1-1h4a1,1,0,0,1,1,1V5a1,1,0,0,1-1,1h-4a1,1,0,0,1-1-1Z"]];
|
|
16
|
+
export const HotelSingleBedUpload = ["hotel-single-bed-upload",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M2.5,6H6.323a.24.24,0,0,0,.237-.2A3.159,3.159,0,0,1,9.5,3h3a3.159,3.159,0,0,1,2.94,2.8.24.24,0,0,0,.237.2H19.5a.5.5,0,0,0,.5-.5V2a2,2,0,0,0-2-2H4A2,2,0,0,0,2,2V5.5A.5.5,0,0,0,2.5,6Z","M17.5,9.5a7.942,7.942,0,0,1,3.764.944A.5.5,0,0,0,22,10V9a1.5,1.5,0,0,0-1.5-1.5H1.5A1.5,1.5,0,0,0,0,9v5a1.5,1.5,0,0,0,1.125,1.453.5.5,0,0,1,.375.483V17a1,1,0,0,0,2,0V16a.5.5,0,0,1,.5-.5H9.385a.5.5,0,0,0,.478-.352A8.005,8.005,0,0,1,17.5,9.5Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm2.45,6.217a.5.5,0,0,1-.45.283H19a.5.5,0,0,0-.5.5v2.5a1,1,0,0,1-2,0V18a.5.5,0,0,0-.5-.5h-.5a.5.5,0,0,1-.391-.812l2-2.5a.519.519,0,0,1,.782,0l2,2.5A.5.5,0,0,1,19.95,17.217Z"]];
|
|
17
|
+
export const HotelBunkBed2 = ["hotel-bunk-bed-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23,2a1,1,0,0,0-1,1V4.25a.25.25,0,0,1-.25.25h-3.5A.25.25,0,0,1,18,4.25V3a1,1,0,0,0-2,0V23a1,1,0,0,0,2,0V21.75a.25.25,0,0,1,.25-.25h3.5a.25.25,0,0,1,.25.25V23a1,1,0,0,0,2,0V3A1,1,0,0,0,23,2Zm-5,9.75a.25.25,0,0,1,.25-.25h3.5a.25.25,0,0,1,.25.25v2.5a.25.25,0,0,1-.25.25h-3.5a.25.25,0,0,1-.25-.25ZM21.75,6.5a.25.25,0,0,1,.25.25v2.5a.25.25,0,0,1-.25.25h-3.5A.25.25,0,0,1,18,9.25V6.75a.25.25,0,0,1,.25-.25Zm-3.5,13a.25.25,0,0,1-.25-.25v-2.5a.25.25,0,0,1,.25-.25h3.5a.25.25,0,0,1,.25.25v2.5a.25.25,0,0,1-.25.25Z","M14,4.5H2.25A.25.25,0,0,1,2,4.25V1A1,1,0,0,0,0,1V23a1,1,0,0,0,2,0V21.25A.25.25,0,0,1,2.25,21H14a.5.5,0,0,0,.5-.5V17a.5.5,0,0,0-.5-.5H2.25A.25.25,0,0,1,2,16.25v-7A.25.25,0,0,1,2.25,9H14a.5.5,0,0,0,.5-.5V5A.5.5,0,0,0,14,4.5Z"]];
|
|
18
|
+
export const HotelDoubleBed2 = ["hotel-double-bed-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.225,15.5a.5.5,0,0,0,.492-.592l-1.489-8a.5.5,0,0,0-.491-.408H2.263a.5.5,0,0,0-.491.408l-1.489,8a.5.5,0,0,0,.492.592Z","M.5,16.5A.5.5,0,0,0,0,17V20.25A2.253,2.253,0,0,0,2.25,22.5a.25.25,0,0,1,.25.25v.5a.75.75,0,0,0,1.5,0V23a.5.5,0,0,1,.5-.5h15a.5.5,0,0,1,.5.5v.25a.75.75,0,0,0,1.5,0v-.5a.25.25,0,0,1,.25-.25A2.253,2.253,0,0,0,24,20.25V17a.5.5,0,0,0-.5-.5Z","M22,2.25A2.253,2.253,0,0,0,19.75,0H4.25A2.253,2.253,0,0,0,2,2.25V5a.5.5,0,0,0,.5.5H4.076a.5.5,0,0,0,.494-.418l.36-2.165A.5.5,0,0,1,5.424,2.5H10a.5.5,0,0,1,.5.5V5a.5.5,0,0,0,.5.5h2a.5.5,0,0,0,.5-.5V3a.5.5,0,0,1,.5-.5h4.576a.5.5,0,0,1,.494.417l.36,2.165a.5.5,0,0,0,.494.418H21.5A.5.5,0,0,0,22,5Z"]];
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export const RatingFiveStar = ["rating-five-star",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M14.68,8.4a.816.816,0,0,0,.334-.9l-.523-1.9a.248.248,0,0,1,.079-.256l1.438-1.216A.815.815,0,0,0,15.482,2.7H13.8a.25.25,0,0,1-.232-.157L12.759.513a.815.815,0,0,0-1.514,0L10.434,2.54A.25.25,0,0,1,10.2,2.7H8.518a.815.815,0,0,0-.527,1.437L9.434,5.357a.25.25,0,0,1,.079.257L8.992,7.486a.816.816,0,0,0,1.285.863l1.571-1.217a.249.249,0,0,1,.307,0l1.569,1.231A.817.817,0,0,0,14.68,8.4Z","M4.481,13.32l1.57,1.231a.815.815,0,0,0,1.289-.858l-.523-1.9a.25.25,0,0,1,.079-.257l1.438-1.216a.815.815,0,0,0-.526-1.438H6.128A.25.25,0,0,1,5.9,8.727L5.085,6.7a.815.815,0,0,0-1.514,0L2.76,8.727a.248.248,0,0,1-.231.157H.844a.816.816,0,0,0-.527,1.438L1.76,11.544a.25.25,0,0,1,.079.257l-.521,1.872a.815.815,0,0,0,1.285.863l1.572-1.217A.248.248,0,0,1,4.481,13.32Z","M23.682,10.322a.815.815,0,0,0-.527-1.438h-1.68a.248.248,0,0,1-.231-.157L20.433,6.7a.815.815,0,0,0-1.514,0l-.811,2.027a.25.25,0,0,1-.232.157H16.192a.815.815,0,0,0-.527,1.438l1.443,1.222a.25.25,0,0,1,.079.257l-.521,1.872a.815.815,0,0,0,1.285.863l1.571-1.217a.249.249,0,0,1,.307,0L21.4,14.551a.816.816,0,0,0,1.29-.858l-.524-1.9a.248.248,0,0,1,.08-.257Z","M21.314,18.159h-1.68A.25.25,0,0,1,19.4,18l-.811-2.028a.816.816,0,0,0-1.514,0L16.266,18a.25.25,0,0,1-.232.156H14.35a.816.816,0,0,0-.527,1.438l1.443,1.222a.25.25,0,0,1,.079.257l-.521,1.873a.816.816,0,0,0,1.285.863l1.571-1.218a.251.251,0,0,1,.307,0l1.57,1.231a.815.815,0,0,0,1.289-.858l-.523-1.9a.25.25,0,0,1,.079-.257L21.84,19.6a.816.816,0,0,0-.526-1.439Z","M10.622,18.159H8.942A.25.25,0,0,1,8.71,18L7.9,15.975a.816.816,0,0,0-1.514,0L5.574,18a.25.25,0,0,1-.232.156H3.658A.816.816,0,0,0,3.131,19.6l1.443,1.222a.25.25,0,0,1,.079.257l-.521,1.873a.816.816,0,0,0,1.285.863l1.571-1.218a.251.251,0,0,1,.307,0l1.569,1.231a.816.816,0,0,0,1.29-.858l-.523-1.9a.25.25,0,0,1,.079-.257L11.148,19.6a.816.816,0,0,0-.526-1.439Z"]];
|
|
2
|
+
export const RatingBooklet = ["rating-booklet",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M6.25,4h12a.5.5,0,0,0,.5-.5V1a1,1,0,0,0-.407-.8.987.987,0,0,0-.869-.157L6.123,3.018A.5.5,0,0,0,6.25,4Z","M18.5,5H5.5a1.251,1.251,0,0,0-1.249,1.25v16.5A1.251,1.251,0,0,0,5.5,24h13a1.251,1.251,0,0,0,1.249-1.25V6.251A1.251,1.251,0,0,0,18.5,5Zm-2.656,9.355-1.4.976a.5.5,0,0,0-.173.61l.8,1.833a.524.524,0,0,1-.746.655l-2.08-1.17a.5.5,0,0,0-.49,0L9.676,18.43a.524.524,0,0,1-.746-.655l.8-1.833a.5.5,0,0,0-.172-.61l-1.4-.976A.489.489,0,0,1,8.5,13.5h1.654a.5.5,0,0,0,.468-.323l.907-2.39a.531.531,0,0,1,.943,0l.905,2.39a.5.5,0,0,0,.467.323H15.5A.489.489,0,0,1,15.844,14.356Z"]];
|
|
3
|
+
export const RatingHotel = ["rating-hotel",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M17.048,5.269a.5.5,0,0,1,.173.609l-.8,1.834a.524.524,0,0,0,.746.655L19.248,7.2a.5.5,0,0,1,.49,0l2.08,1.17a.524.524,0,0,0,.746-.655l-.8-1.834a.5.5,0,0,1,.173-.609l1.4-.976a.49.49,0,0,0-.346-.855H21.337a.5.5,0,0,1-.467-.323L19.965.724a.531.531,0,0,0-.943,0l-.907,2.391a.5.5,0,0,1-.468.323H15.992a.489.489,0,0,0-.343.855Z","M1.742,2.188h6.5a1,1,0,0,0,0-2h-6.5a1,1,0,0,0,0,2Z","M1.742,5.688h6.5a1,1,0,1,0,0-2h-6.5a1,1,0,0,0,0,2Z","M.742,8.188a1,1,0,0,0,1,1h6.5a1,1,0,0,0,0-2h-6.5A1,1,0,0,0,.742,8.188Z","M10.117 1.188 A1.125 1.125 0 1 0 12.367 1.188 A1.125 1.125 0 1 0 10.117 1.188 Z","M10.117 4.688 A1.125 1.125 0 1 0 12.367 4.688 A1.125 1.125 0 1 0 10.117 4.688 Z","M10.117 8.188 A1.125 1.125 0 1 0 12.367 8.188 A1.125 1.125 0 1 0 10.117 8.188 Z","M3.500 16.438 A2.000 2.000 0 1 0 7.500 16.438 A2.000 2.000 0 1 0 3.500 16.438 Z","M8.5,14.279v3.659a.5.5,0,0,0,.5.5H19.667a.834.834,0,0,0,.623-1.387c-2.057-2.317-6.187-3.742-10.981-3.6A.833.833,0,0,0,8.5,14.279Z","M0,22.938a1,1,0,0,0,2,0v-.5a.5.5,0,0,1,.5-.5h19a.5.5,0,0,1,.5.5v.5a1,1,0,1,0,2,0v-9a1,1,0,0,0-2,0v5.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5v-7a1,1,0,0,0-2,0Z"]];
|
|
4
|
+
export const RatingFiveStarHotel = ["rating-five-star-hotel",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.765,4.24a.5.5,0,0,1,.158.515L9.55,6.1a.665.665,0,0,0,1.047.7l1.1-.849a.5.5,0,0,1,.614,0l1.1.86a.664.664,0,0,0,1.05-.7L14.079,4.75a.5.5,0,0,1,.159-.515l1.027-.867A.665.665,0,0,0,14.836,2.2H13.668a.5.5,0,0,1-.464-.314L12.618.417a.664.664,0,0,0-1.233,0L10.8,1.882a.5.5,0,0,1-.464.314H9.164a.664.664,0,0,0-.429,1.171Z","M7.336,6.243H6.168A.5.5,0,0,1,5.7,5.929L5.118,4.464a.664.664,0,0,0-1.233,0L3.3,5.929a.5.5,0,0,1-.464.314H1.664a.664.664,0,0,0-.429,1.171l1.03.872a.5.5,0,0,1,.158.516L2.05,10.144a.665.665,0,0,0,1.047.7l1.1-.85a.5.5,0,0,1,.614,0l1.1.859a.664.664,0,0,0,1.05-.7L6.579,8.8a.5.5,0,0,1,.159-.515l1.027-.868a.664.664,0,0,0-.429-1.171Z","M6.336,14.2H5.168a.5.5,0,0,1-.464-.314l-.586-1.465a.664.664,0,0,0-1.233,0L2.3,13.882a.5.5,0,0,1-.464.314H.664a.664.664,0,0,0-.429,1.171l1.03.873a.5.5,0,0,1,.158.515L1.05,18.1a.665.665,0,0,0,1.047.7l1.1-.849a.5.5,0,0,1,.614,0l1.1.86a.664.664,0,0,0,1.05-.7L5.579,16.75a.5.5,0,0,1,.159-.515l1.027-.867A.665.665,0,0,0,6.336,14.2Z","M17.421,8.8l-.376,1.362a.664.664,0,0,0,1.05.7l1.1-.859a.5.5,0,0,1,.615,0l1.1.85a.665.665,0,0,0,1.047-.7L21.577,8.8a.5.5,0,0,1,.158-.516l1.03-.872a.664.664,0,0,0-.429-1.171H21.165a.5.5,0,0,1-.464-.314l-.586-1.465a.664.664,0,0,0-1.233,0L18.3,5.929a.5.5,0,0,1-.464.314H16.664a.664.664,0,0,0-.429,1.171l1.027.868A.5.5,0,0,1,17.421,8.8Z","M23.765,15.367a.664.664,0,0,0-.429-1.171H22.165a.5.5,0,0,1-.464-.314l-.586-1.465a.664.664,0,0,0-1.233,0L19.3,13.882a.5.5,0,0,1-.464.314H17.664a.665.665,0,0,0-.429,1.172l1.027.867a.5.5,0,0,1,.159.515l-.376,1.363a.664.664,0,0,0,1.05.7l1.1-.86a.5.5,0,0,1,.615,0l1.1.849a.665.665,0,0,0,1.047-.7l-.373-1.342a.5.5,0,0,1,.158-.515Z","M15,13.5a.217.217,0,0,1-.205-.143l-1.9-5.186a1.038,1.038,0,0,0-1.79,0c-.021.044-1.6,4.352-1.9,5.188A.211.211,0,0,1,9,13.5a1,1,0,0,0-1,1v9a.5.5,0,0,0,.5.5H10a.5.5,0,0,0,.5-.5v-2A.5.5,0,0,1,11,21h2a.5.5,0,0,1,.5.5v2a.5.5,0,0,0,.5.5h1.5a.5.5,0,0,0,.5-.5v-9A1,1,0,0,0,15,13.5Zm-4,5a.5.5,0,0,1-.5.5H10a.5.5,0,0,1-.5-.5V18a.5.5,0,0,1,.5-.5h.5a.5.5,0,0,1,.5.5ZM11,16a.5.5,0,0,1-.5.5H10a.5.5,0,0,1-.5-.5v-.5A.5.5,0,0,1,10,15h.5a.5.5,0,0,1,.5.5Zm3.5,2.5a.5.5,0,0,1-.5.5h-.5a.5.5,0,0,1-.5-.5V18a.5.5,0,0,1,.5-.5H14a.5.5,0,0,1,.5.5Zm0-2.5a.5.5,0,0,1-.5.5h-.5A.5.5,0,0,1,13,16v-.5a.5.5,0,0,1,.5-.5H14a.5.5,0,0,1,.5.5Z"]];
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export const ReceptionDesk = ["reception-desk",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0a4.5,4.5,0,1,0,4.5,4.5A4.505,4.505,0,0,0,12,0Zm0,7a2.5,2.5,0,1,1,2.5-2.5A2.5,2.5,0,0,1,12,7Z","M8.000 11.000 L16.000 11.000 L16.000 17.000 L8.000 17.000 Z","M15.5,18h-7a.5.5,0,0,0-.5.5V19a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1v-.5A.5.5,0,0,0,15.5,18Z","M22.5,12h-5a.5.5,0,0,0-.5.5v2a.5.5,0,0,0,.5.5H18a.5.5,0,0,1,.5.5V23a1,1,0,0,0,2,0V15.5A.5.5,0,0,1,21,15h1.5a1.5,1.5,0,0,0,0-3Z","M6.5,12h-5a1.5,1.5,0,0,0,0,3H3a.5.5,0,0,1,.5.5V23a1,1,0,0,0,2,0V15.5A.5.5,0,0,1,6,15h.5a.5.5,0,0,0,.5-.5v-2A.5.5,0,0,0,6.5,12Z"]];
|
|
2
|
+
export const ReceptionHotel = ["reception-hotel",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0,14.124v9a.5.5,0,0,0,.5.5H14.072a.25.25,0,0,0,.214-.379A1.975,1.975,0,0,1,14,22.217V16.453a.251.251,0,0,0-.222-.249A2,2,0,0,1,12,14.217V12.874a.25.25,0,0,0-.25-.25H1.5A1.5,1.5,0,0,0,0,14.124Zm3.5.75a.25.25,0,0,1,.25-.25h1a.25.25,0,0,1,.25.25v2a.25.25,0,0,0,.25.25h1.5a.25.25,0,0,0,.25-.25v-2a.25.25,0,0,1,.25-.25h1a.25.25,0,0,1,.25.25v6a.249.249,0,0,1-.25.25h-1a.249.249,0,0,1-.25-.25v-2a.25.25,0,0,0-.25-.25H5.25a.25.25,0,0,0-.25.25v2a.249.249,0,0,1-.25.25h-1a.249.249,0,0,1-.25-.25Z","M20,16.217h0v6a1.985,1.985,0,0,1-.286,1.028.249.249,0,0,0,.214.379H23.5a.5.5,0,0,0,.5-.5v-9a1.5,1.5,0,0,0-1.5-1.5h-.25a.252.252,0,0,0-.177.074.248.248,0,0,0-.073.176v1.343A2,2,0,0,1,20,16.217Z","M10,10.624a2,2,0,0,0-2-2H4a2,2,0,0,0-2,2v.75a.25.25,0,0,0,.25.25h7.5a.25.25,0,0,0,.25-.25Z","M14.500 3.124 A2.500 2.500 0 1 0 19.500 3.124 A2.500 2.500 0 1 0 14.500 3.124 Z","M14,15.217h.75a.25.25,0,0,1,.25.25v6.75a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1v-6.75a.25.25,0,0,1,.25-.25H20a1,1,0,0,0,1-1v-5a2,2,0,0,0-2-2H15a2,2,0,0,0-2,2v5A1,1,0,0,0,14,15.217Z","M3.5,4.624a2.5,2.5,0,0,0,5,0v-.75a.25.25,0,0,0-.25-.25H3.75a.25.25,0,0,0-.25.25Z","M8.5,1.558A.9.9,0,0,0,7.9.7,5.672,5.672,0,0,0,4.1.7a.9.9,0,0,0-.6.856v.816a.25.25,0,0,0,.25.25h4.5a.25.25,0,0,0,.25-.25Z"]];
|
|
3
|
+
export const ReceptionHotel24 = ["reception-hotel-24",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,14.5A1.5,1.5,0,0,0,22.5,13H20a.25.25,0,0,1-.25-.25v-1A.25.25,0,0,1,20,11.5h1.5a1,1,0,0,0,1-1v-1a1,1,0,0,0-1-1H16a1,1,0,0,0-1,1v1a1,1,0,0,0,1,1h1.5a.25.25,0,0,1,.25.25v1a.25.25,0,0,1-.25.25H1.5A1.5,1.5,0,0,0,0,14.5v9a.5.5,0,0,0,.5.5h23a.5.5,0,0,0,.5-.5Zm-9.5,6.75a.25.25,0,0,1-.25.25h-1a.25.25,0,0,1-.25-.25v-2a.25.25,0,0,0-.25-.25h-1.5a.25.25,0,0,0-.25.25v2a.25.25,0,0,1-.25.25h-1a.25.25,0,0,1-.25-.25v-6A.25.25,0,0,1,9.75,15h1a.25.25,0,0,1,.25.25v2a.25.25,0,0,0,.25.25h1.5a.25.25,0,0,0,.25-.25v-2a.25.25,0,0,1,.25-.25h1a.25.25,0,0,1,.25.25Z","M10,11A2,2,0,0,0,8,9H4a2,2,0,0,0-2,2v.75a.25.25,0,0,0,.25.25h7.5a.25.25,0,0,0,.25-.25Z","M14.75,1.75a1.75,1.75,0,0,0-3.5,0,.75.75,0,0,0,1.5,0c0-.275.5-.275.5,0a.682.682,0,0,1-.148.422L11.414,4.281A.75.75,0,0,0,12,5.5h2A.75.75,0,0,0,14,4a.211.211,0,0,1-.19-.12.208.208,0,0,1,.025-.223l.438-.549A2.175,2.175,0,0,0,14.75,1.75Z","M18.25,5.5A.75.75,0,0,0,19,4.75v-4A.75.75,0,0,0,18.25,0,2.752,2.752,0,0,0,15.5,2.75v.5a.75.75,0,0,0,.75.75h1a.25.25,0,0,1,.25.25v.5A.75.75,0,0,0,18.25,5.5Zm-1.225-3a1.248,1.248,0,0,1,.475-.749V2.5Z","M22.25,2h-.5a.25.25,0,0,1-.25-.25v-1a.75.75,0,0,0-1.5,0v4a.75.75,0,0,0,1.5,0v-1a.25.25,0,0,1,.25-.25h.5a.25.25,0,0,1,.25.25v1a.75.75,0,0,0,1.5,0v-1A1.752,1.752,0,0,0,22.25,2Z","M7.9,1.077a5.685,5.685,0,0,0-3.792,0,.9.9,0,0,0-.6.857V2.75A.25.25,0,0,0,3.75,3h4.5a.25.25,0,0,0,.25-.25V1.934A.9.9,0,0,0,7.9,1.077Z","M3.5,5a2.5,2.5,0,0,0,5,0V4.25A.25.25,0,0,0,8.25,4H3.75a.25.25,0,0,0-.25.25Z"]];
|
|
4
|
+
export const ReceptionPay = ["reception-pay",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M.5,11.5h7A.5.5,0,0,0,8,11v-.5a3,3,0,0,0-3-3H3a3,3,0,0,0-3,3V11A.5.5,0,0,0,.5,11.5Z","M1.500 3.500 A2.500 2.500 0 1 0 6.500 3.500 A2.500 2.500 0 1 0 1.500 3.500 Z","M13.5,22.25V14.633a.25.25,0,0,0-.434-.169A4.976,4.976,0,0,1,9.96,16.11,2.257,2.257,0,0,1,7.8,14.51,2.219,2.219,0,0,1,7.893,13H.75a.75.75,0,0,0,0,1.5H1.5V23a.5.5,0,0,0,.5.5H13.459a.253.253,0,0,0,.21-.113.25.25,0,0,0,.019-.237A2.234,2.234,0,0,1,13.5,22.25ZM8,16.5a.5.5,0,0,1,0,1H5a.5.5,0,0,0,0,1H7a1.5,1.5,0,0,1,0,3H6.5V22a.5.5,0,0,1-1,0v-.5H4a.5.5,0,0,1,0-1H7a.5.5,0,0,0,0-1H5a1.5,1.5,0,0,1,0-3h.5V16a.5.5,0,0,1,1,0v.5Z","M15.000 3.000 A2.500 2.500 0 1 0 20.000 3.000 A2.500 2.500 0 1 0 15.000 3.000 Z","M24,10.89a4.005,4.005,0,0,0-4-4H15a4,4,0,0,0-3.99,3.76,2.06,2.06,0,0,1-1.42,2.01,1.254,1.254,0,0,0-.83,1.56c.011.036.459,1.527,2.27.54a4.489,4.489,0,0,0,2.47-4.12.5.5,0,0,1,1,0V22.25a1.25,1.25,0,0,0,2.5,0V16a.5.5,0,0,1,1,0v6.25a1.25,1.25,0,0,0,2.5,0V10.64a.5.5,0,0,1,1,0V14.5a1.25,1.25,0,0,0,2.5,0Z"]];
|
|
5
|
+
export const ReceptionToilet = ["reception-toilet",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,11a1,1,0,0,0-1-1H13.6a.25.25,0,0,1-.2-.407,4.873,4.873,0,0,0,1.049-2.38h0A1.5,1.5,0,0,0,12.965,5.5H10A.5.5,0,0,1,9.5,5V2.5a.5.5,0,0,1,1,0,1,1,0,0,0,2,0,2.5,2.5,0,0,0-5,0V5a.5.5,0,0,1-.5.5H4.035A1.5,1.5,0,0,0,2.551,7.213,4.873,4.873,0,0,0,3.6,9.593a.25.25,0,0,1-.2.407H1a1,1,0,0,0-1,1V23a1,1,0,0,0,2,0V22a.5.5,0,0,1,.5-.5h19a.5.5,0,0,1,.5.5v1a1,1,0,0,0,2,0V11ZM11.949,7.5a.251.251,0,0,1,.223.364A3.02,3.02,0,0,1,9.5,9.5h-2A3.02,3.02,0,0,1,4.828,7.864.25.25,0,0,1,5.051,7.5ZM9,12.5a1,1,0,1,1-1-1A1,1,0,0,1,9,12.5ZM14.5,19a.5.5,0,0,1-.5.5H3a.5.5,0,0,1-.5-.5V15.5A.5.5,0,0,1,3,15H14a.5.5,0,0,1,.5.5Zm3-2.5a1,1,0,1,1,1-1A1,1,0,0,1,17.5,16.5Z"]];
|
|
6
|
+
export const ReceptionBellCall = ["reception-bell-call",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M8.379,17.142A.469.469,0,0,1,8,16.683V16.25a.5.5,0,0,1,.5-.5h1a1,1,0,0,0,0-2h-5a1,1,0,0,0,0,2h1a.5.5,0,0,1,.5.5v.433a.467.467,0,0,1-.378.459A7.068,7.068,0,0,0,.014,22.835,1,1,0,0,0,1,24H13a1,1,0,0,0,.988-1.165A7.071,7.071,0,0,0,8.379,17.142Z","M23.075.093A.993.993,0,0,0,22,1.015l-.517,6.839a1.276,1.276,0,0,1-.586.979.262.262,0,0,1-.306-.06c-.482-.376-.992-.972-.959-3.291a1,1,0,0,0-1.8-.62l-5.011,6.6a1,1,0,0,1-.681.384,1.014,1.014,0,0,1-.749-.209,1.039,1.039,0,0,1-.164-1.468l2.676-3.638a1,1,0,0,0,.03-1.141L11.514,1.7a.88.88,0,0,1-.142-.6,1,1,0,0,0-.9-1.09.984.984,0,0,0-1.09.9,2.856,2.856,0,0,0,.47,1.907L11.7,5.62a.5.5,0,0,1-.015.57L9.64,8.964a3.035,3.035,0,0,0,.524,4.251,2.988,2.988,0,0,0,1.859.643,2.887,2.887,0,0,0,.36-.022,3.013,3.013,0,0,0,2.026-1.146l2.936-3.869a.5.5,0,0,1,.849.086,3.961,3.961,0,0,0,1.167,1.441,2.239,2.239,0,0,0,2.341.318A3.269,3.269,0,0,0,23.48,8.014L24,1.165A1,1,0,0,0,23.075.093Z"]];
|
|
7
|
+
export const ReceptionHotelBell = ["reception-hotel-bell",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M15.464,14.1H21.4a.494.494,0,0,0,.495-.495,3.466,3.466,0,0,0-2.382-3.286.5.5,0,0,1-.34-.47v-.2a.248.248,0,0,1,.248-.247.742.742,0,1,0,0-1.484h-1.98a.742.742,0,1,0,0,1.484.248.248,0,0,1,.248.247v.2a.5.5,0,0,1-.34.47,3.466,3.466,0,0,0-2.382,3.286A.494.494,0,0,0,15.464,14.1Z","M4.506,8.571a5.449,5.449,0,0,0-3.393,5.037.5.5,0,0,0,.5.495h9.9A.494.494,0,0,0,12,13.608,5.448,5.448,0,0,0,8.608,8.571a.246.246,0,0,1-.026-.445,4.193,4.193,0,0,0,2.181-3.672V1.732A1.734,1.734,0,0,0,9.031,0H4.082A1.734,1.734,0,0,0,2.351,1.732V4.454A4.191,4.191,0,0,0,4.532,8.126a.247.247,0,0,1-.026.445Zm2.051,4.542a.742.742,0,1,1,.742-.742A.743.743,0,0,1,6.557,13.113Zm0-2.474A.742.742,0,1,1,7.3,9.9.743.743,0,0,1,6.557,10.639ZM4.33,4.454a.323.323,0,0,1,.27-.32,11.578,11.578,0,0,1,3.913,0,.325.325,0,0,1,.271.32,2.227,2.227,0,0,1-4.454,0Z","M22.887,15.588H1.113a.99.99,0,0,0-.989.989V23.01a.991.991,0,0,0,.989.99H22.887a.991.991,0,0,0,.989-.99V16.577A.99.99,0,0,0,22.887,15.588Zm-8.165,6.433a.743.743,0,0,1-1.485,0v-.743a.494.494,0,0,0-.495-.494H11.258a.494.494,0,0,0-.495.494v.743a.743.743,0,0,1-1.485,0V18.062a.743.743,0,0,1,1.485,0V18.8a.5.5,0,0,0,.495.5h1.484a.5.5,0,0,0,.495-.5v-.742a.743.743,0,0,1,1.485,0Z"]];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const RoomServiceFood = ["room-service-food",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M15.5,3.5V4a2.5,2.5,0,0,0,5,0V3.5Z","M20.655,2.292a.5.5,0,0,0,.069-.45l-.5-1.5A.5.5,0,0,0,19.75,0h-3.5a.5.5,0,0,0-.475.342l-.5,1.5a.5.5,0,0,0,.475.658h4.5A.5.5,0,0,0,20.655,2.292Z","M12.25,16.249a1,1,0,0,0-1,1V19H1a1,1,0,0,0,0,2H11.25a2,2,0,0,0,2-2v-1.75A1,1,0,0,0,12.25,16.249Z","M1.000 22.499 A1.500 1.500 0 1 0 4.000 22.499 A1.500 1.500 0 1 0 1.000 22.499 Z","M7.500 22.499 A1.500 1.500 0 1 0 10.500 22.499 A1.500 1.500 0 1 0 7.500 22.499 Z","M1.5,17.749H9a1,1,0,0,0,1-1v-5a1,1,0,0,0-1-1H7.5v-.5a2.25,2.25,0,0,0-4.5,0v.5H1.5a1,1,0,0,0-1,1v5A1,1,0,0,0,1.5,17.749Zm3-7.5a.75.75,0,0,1,1.5,0v.5H4.5Z","M23.962,22.162l-3-13A1.5,1.5,0,0,0,19.747,8.02c-1.1-.174-1.509.668-1.882,1.267a6.951,6.951,0,0,1-5.052,3.224,1.5,1.5,0,0,0,.373,2.977,9.94,9.94,0,0,0,5.247-2.313.246.246,0,0,1,.24-.047.249.249,0,0,1,.166.181l.282,1.221a.252.252,0,0,1-.081.246L17.2,16.355a5.493,5.493,0,0,0-1.876,3.492l-.308,2.466A1.515,1.515,0,0,0,16.5,24a1.5,1.5,0,0,0,1.486-1.313l.309-2.467a2.506,2.506,0,0,1,.852-1.588l.767-.657,1.122,4.862a1.5,1.5,0,0,0,2.924-.674Z"]];
|
|
2
|
+
export const RoomServiceCartFood = ["room-service-cart-food",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M7,9.5H21A.75.75,0,0,0,21,8h-.879a.5.5,0,0,1-.49-.4,5.743,5.743,0,0,0-11.257,0,.5.5,0,0,1-.49.4H7A.75.75,0,0,0,7,9.5Z","M13.002 1.000 A1.000 1.000 0 1 0 15.002 1.000 A1.000 1.000 0 1 0 13.002 1.000 Z","M21.5,11H4.5A1.252,1.252,0,0,1,3.25,9.751v-.5A2.547,2.547,0,0,0,.75,6.5.75.75,0,0,0,.75,8c.691,0,1,.628,1,1.25v.5a2.75,2.75,0,0,0,1.9,2.611A.5.5,0,0,1,4,12.837V19a1.5,1.5,0,0,0,1.5,1.5H7.75a.5.5,0,0,0,.5-.5V16a.75.75,0,0,1,1.5,0v4a.5.5,0,0,0,.5.5h2.5a.5.5,0,0,0,.5-.5V16a.75.75,0,0,1,1.5,0v4a.5.5,0,0,0,.5.5h2.5a.5.5,0,0,0,.5-.5V16a.75.75,0,0,1,1.5,0v4a.5.5,0,0,0,.5.5H22.5A1.5,1.5,0,0,0,24,19V13.5A2.5,2.5,0,0,0,21.5,11Z","M9.914,22H7.085a.5.5,0,0,0-.472.667,2,2,0,0,0,3.773,0A.5.5,0,0,0,9.914,22Z","M20.914,22H18.085a.5.5,0,0,0-.472.667,2,2,0,0,0,3.773,0A.5.5,0,0,0,20.914,22Z"]];
|
|
3
|
+
export const RoomServiceClean = ["room-service-clean",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12.25,0A6.257,6.257,0,0,0,6,6.25a1.25,1.25,0,0,0,2.5,0,3.75,3.75,0,0,1,7.5,0V8.41a.491.491,0,0,1-.074.261c-.722,1.18-2.083,1.449-3.839,1.794C9.307,11.011,5.5,11.758,5.5,18v4a2,2,0,0,0,2,2h9a2,2,0,0,0,2-2V6.25A6.268,6.268,0,0,0,12.25,0ZM14.5,21.25h-5a.75.75,0,0,1,0-1.5h5a.75.75,0,0,1,0,1.5Z"]];
|
|
4
|
+
export const RoomServiceChampagne = ["room-service-champagne",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M4.750 3.500 A2.500 2.500 0 1 0 9.750 3.500 A2.500 2.500 0 1 0 4.750 3.500 Z","M22.75,10a1,1,0,0,0-1-1H21a.25.25,0,0,1-.25-.25V7.36a.253.253,0,0,1,.111-.208A1.99,1.99,0,0,0,21.75,5.5v-1a.5.5,0,0,0-.5-.5h-3a.5.5,0,0,0-.5.5v1a1.99,1.99,0,0,0,.889,1.652.253.253,0,0,1,.111.208V8.75A.25.25,0,0,1,18.5,9H16a.25.25,0,0,1-.25-.25V7.36a.253.253,0,0,1,.111-.208A1.99,1.99,0,0,0,16.75,5.5v-1a.5.5,0,0,0-.5-.5h-3a.5.5,0,0,0-.5.5v1a1.99,1.99,0,0,0,.889,1.652.253.253,0,0,1,.111.208V8.75A.25.25,0,0,1,13.5,9h-.25a.994.994,0,0,0-.962.744.249.249,0,0,1-.3.18,2.483,2.483,0,0,1-.9-.424L9.792,8.531a5.633,5.633,0,0,0-4.931-.908,4.511,4.511,0,0,0-3.036,2.91l-.5,1.492a1.5,1.5,0,0,0,2.846.95l.5-1.5a1.444,1.444,0,0,1,.71-.84.249.249,0,0,1,.367.221V14.97a.245.245,0,0,1-.042.139l-3.646,5.47A1.576,1.576,0,0,0,2.3,22.658a1.5,1.5,0,0,0,2.2-.326l2.544-3.816a.253.253,0,0,1,.208-.111.25.25,0,0,1,.208.111L10,22.332a1.5,1.5,0,0,0,2.2.326,1.575,1.575,0,0,0,.235-2.079l-3.647-5.47a.252.252,0,0,1-.042-.139V12a.25.25,0,0,1,.4-.2l.133.1a5.494,5.494,0,0,0,3.3,1.1H14.75a1.5,1.5,0,0,0,1.5-1.5,1.335,1.335,0,0,0-.017-.211A.251.251,0,0,1,16.481,11H21.75A1,1,0,0,0,22.75,10Z"]];
|
|
5
|
+
export const RoomServiceGivePlate1 = ["room-service-give-plate-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.5,19.5H6a.5.5,0,0,1,0-1H9a.5.5,0,0,0,.5-.5,2,2,0,0,0-2-2H2.25A.25.25,0,0,1,2,15.75a.75.75,0,0,0-1.5,0v7.5a.75.75,0,0,0,1.5,0A.25.25,0,0,1,2.25,23H16a.5.5,0,0,0,.5-.5A3,3,0,0,0,13.5,19.5Z","M4.243,11H21.757a.5.5,0,0,0,.488-.612A9.51,9.51,0,0,0,15.251,3.28a.5.5,0,0,1-.356-.647A1.95,1.95,0,0,0,15,2a2,2,0,0,0-4,0,1.95,1.95,0,0,0,.105.633.5.5,0,0,1-.356.647,9.51,9.51,0,0,0-6.994,7.108A.5.5,0,0,0,4.243,11ZM8,6.922a8.246,8.246,0,0,1,3.777-1.759.75.75,0,0,1,.267,1.477A6.742,6.742,0,0,0,8.957,8.078.75.75,0,1,1,8,6.922Z","M23.441,12.264A.5.5,0,0,0,23,12H3a.5.5,0,0,0-.416.777l1.333,2A.5.5,0,0,0,4.333,15H21.667a.5.5,0,0,0,.416-.223l1.333-2A.5.5,0,0,0,23.441,12.264Z"]];
|
|
6
|
+
export const RoomServicePlates = ["room-service-plates",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.587 3.163 A2.413 2.413 0 1 0 14.413 3.163 A2.413 2.413 0 1 0 9.587 3.163 Z","M3.869,2.539a.75.75,0,0,0-.75.75v.382a.249.249,0,0,1-.17.237,2.886,2.886,0,0,0-1.811,1.82.254.254,0,0,1-.2.169.735.735,0,0,0-.683.74.75.75,0,0,0,.75.75H6.739a.75.75,0,0,0,.75-.75.734.734,0,0,0-.683-.74.249.249,0,0,1-.2-.169,2.887,2.887,0,0,0-1.813-1.82.251.251,0,0,1-.17-.237V3.289A.75.75,0,0,0,3.869,2.539Z","M20.131,2.539a.75.75,0,0,0-.75.75v.382a.25.25,0,0,1-.17.237A2.887,2.887,0,0,0,17.4,5.728a.251.251,0,0,1-.2.169.735.735,0,0,0-.683.74.75.75,0,0,0,.75.75H23a.75.75,0,0,0,.75-.75.734.734,0,0,0-.683-.74.252.252,0,0,1-.205-.169,2.886,2.886,0,0,0-1.811-1.82.249.249,0,0,1-.17-.237V3.289A.75.75,0,0,0,20.131,2.539Z","M9.165,22.054a1.2,1.2,0,1,0,2.391,0V16.575a.479.479,0,0,1,.957,0v5.479a1.2,1.2,0,1,0,2.391,0V14.891a.25.25,0,0,0-.25-.25H9.415a.25.25,0,0,0-.25.25Z","M9.33,6.989a3.1,3.1,0,0,0-2.714,1.6l-.411.743a.717.717,0,0,1-.579.367A.762.762,0,0,1,5,9.411L3.9,7.946A1.2,1.2,0,0,0,1.991,9.38l1.1,1.465A3.1,3.1,0,0,0,5.575,12.09c.084,0,.169,0,.255-.01A3.059,3.059,0,0,0,8.289,10.5l.418-.754a.244.244,0,0,1,.458.118v3.568a.25.25,0,0,0,.25.25h5.239a.25.25,0,0,0,.25-.25V9.868a.244.244,0,0,1,.458-.118l.42.756a3.059,3.059,0,0,0,2.457,1.574c.086.006.17.01.255.01a3.094,3.094,0,0,0,2.484-1.244l1.1-1.466a1.2,1.2,0,0,0-1.913-1.434l-1.1,1.466a.747.747,0,0,1-.622.285.715.715,0,0,1-.578-.368l-.413-.742a3.108,3.108,0,0,0-2.716-1.6h-1a.478.478,0,0,0-.409.232L12.437,8.7a.478.478,0,0,1-.82,0l-.888-1.478a.479.479,0,0,0-.41-.232Z"]];
|
|
7
|
+
export const RoomServiceStaff = ["room-service-staff",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.505,11.905a4,4,0,0,0-4-4h-5a4,4,0,0,0-3.978,3.677v3.03a.251.251,0,0,0,.321.24,2.989,2.989,0,0,0,2.157-2.868v-.329a.5.5,0,0,1,1,0V22.743a1.25,1.25,0,0,0,2.5,0V17.015a.5.5,0,0,1,1,0v5.728a1.25,1.25,0,0,0,2.5,0V11.655a.5.5,0,1,1,1,0v3.86a1.25,1.25,0,0,0,2.5,0Z","M16.891.333a5.672,5.672,0,0,0-3.792,0,.906.906,0,0,0-.6.856v.817a.25.25,0,0,0,.25.25h4.5a.249.249,0,0,0,.25-.25V1.189A.9.9,0,0,0,16.891.333Z","M12.5,4.256a2.5,2.5,0,0,0,5,0v-.75a.249.249,0,0,0-.25-.25h-4.5a.25.25,0,0,0-.25.25Z","M2.5,12.984v4.5a.5.5,0,0,0,.5.5H7a.5.5,0,0,0,.5-.5v-4.5a.5.5,0,0,0-.5-.5H3A.5.5,0,0,0,2.5,12.984Z"]];
|
|
8
|
+
export const RoomServiceDoNotDisturb = ["room-service-do-not-disturb",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M8.839,17.286a.248.248,0,0,0-.218.069l-3,3a.251.251,0,0,0,.069.4A2.47,2.47,0,0,0,6.769,21a2.5,2.5,0,0,0,2.5-2.5,2.474,2.474,0,0,0-.246-1.076A.249.249,0,0,0,8.839,17.286Z","M7.983,16.43a.248.248,0,0,0-.137-.184,2.5,2.5,0,0,0-3.331,3.332.246.246,0,0,0,.183.137.249.249,0,0,0,.219-.069l3-3A.248.248,0,0,0,7.983,16.43Z","M2.894,5.518c.024.016.047.031.072.045a.5.5,0,0,0,.623-.107,4.371,4.371,0,0,1,.39-.392A4.247,4.247,0,0,1,6.792,4a4.416,4.416,0,0,1,.525.032l4.128.516a.5.5,0,0,0,.538-.65A5.543,5.543,0,0,0,7.222.02a5.462,5.462,0,0,0-4.9,2.249,2.286,2.286,0,0,0,.575,3.249Z","M11.706,11.919l-4.388.548a4.039,4.039,0,0,1-.526.034A4.234,4.234,0,0,1,4.9,12.053a.5.5,0,0,0-.507.035l-.743.511a5.5,5.5,0,0,0-2.382,4.53V22.5a1.5,1.5,0,0,0,1.5,1.5h8a1.5,1.5,0,0,0,1.5-1.5V12.415a.5.5,0,0,0-.562-.5ZM6.769,22a3.5,3.5,0,1,1,3.5-3.5A3.51,3.51,0,0,1,6.769,22Z","M21.958,7.376,7.132,5.522a2.75,2.75,0,1,0,0,5.458L21.958,9.126a.882.882,0,0,0,0-1.75Z"]];
|
|
9
|
+
export const RoomServiceCart = ["room-service-cart",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.749,21.5a1,1,0,0,0,1-1h0v-7a1,1,0,0,0-1-1H21.5a.251.251,0,0,1-.25-.249c0-.655-.006-.534.051-.751a.987.987,0,0,1,.949-.75c.7,0,1.5-.044,1.5-1,0-.912-.759-1-1.5-1a2.994,2.994,0,0,0-2.974,2.75,3.154,3.154,0,0,0-.025.75.252.252,0,0,1-.074.177A.247.247,0,0,1,19,12.5h-.75a2,2,0,0,0-2,2v4a1.915,1.915,0,0,0,.119.663.25.25,0,0,1-.235.336H14.5a.249.249,0,0,1-.25-.25V6.5a3,3,0,0,1,3-3H20.5a.25.25,0,0,1,.25.25v.5a.25.25,0,0,1-.25.25H18.765a1,1,0,1,0,0,2h3.984a1,1,0,0,0,.2-1.979.25.25,0,0,1-.2-.245V3.724a.248.248,0,0,1,.2-.244,1,1,0,0,0,0-1.96.25.25,0,0,1-.2-.245V1a1,1,0,1,0-2,0v.25a.25.25,0,0,1-.25.25H17.25a5,5,0,0,0-5,5v1.75A.25.25,0,0,1,12,8.5H5.531a2.5,2.5,0,0,0-2.425,1.894L.3,22.134a1.5,1.5,0,0,0,2.91.728l.959-4.3a.25.25,0,0,1,.389-.149l.971.694a1.5,1.5,0,0,1,.571.808l.712,2.992a1.5,1.5,0,0,0,2.885-.824l-.712-2.992a4.522,4.522,0,0,0-1.712-2.425l-2.1-1.5a.249.249,0,0,1-.1-.264l.8-3.216a.248.248,0,0,1,.242-.189H12a.255.255,0,0,1,.25.256c-.033,8.886.018,8.907-.048,8.989A1.977,1.977,0,0,0,11.75,22a2,2,0,0,0,2,2,2.024,2.024,0,0,0,1.988-2.2.252.252,0,0,1,.241-.3h6.77Z","M8.251,1.433a.905.905,0,0,0-.6-.856,5.685,5.685,0,0,0-3.792,0,.9.9,0,0,0-.6.856V2.25a.25.25,0,0,0,.25.25H8a.25.25,0,0,0,.25-.25Z","M3.251,4.5a2.5,2.5,0,0,0,5,0V3.75A.25.25,0,0,0,8,3.5H3.5a.25.25,0,0,0-.25.25Z"]];
|
|
10
|
+
export const RoomServiceGivePlate = ["room-service-give-plate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18,20.5H9a.5.5,0,0,1,0-1h2.5A.5.5,0,0,0,12,19a1,1,0,0,0-1-1H5.5a.5.5,0,0,0-.5.5v4a.5.5,0,0,0,.5.5h14a.5.5,0,0,0,.5-.5A2,2,0,0,0,18,20.5Z","M3.243,11H20.757a.5.5,0,0,0,.488-.612A9.51,9.51,0,0,0,14.251,3.28a.5.5,0,0,1-.356-.647A1.95,1.95,0,0,0,14,2a2,2,0,0,0-4,0,1.95,1.95,0,0,0,.105.633.5.5,0,0,1-.356.647,9.51,9.51,0,0,0-6.994,7.108A.5.5,0,0,0,3.243,11ZM7.024,6.9a8.278,8.278,0,0,1,3.482-1.685.75.75,0,0,1,.317,1.467A6.75,6.75,0,0,0,7.976,8.062.75.75,0,1,1,7.024,6.9Z","M23.25,12H.75a.75.75,0,0,0,0,1.5h.836a.5.5,0,0,1,.353.146L3,14.707A1,1,0,0,0,3.707,15H20.293A1,1,0,0,0,21,14.707l1.061-1.061a.5.5,0,0,1,.354-.146h.835a.75.75,0,0,0,0-1.5Z","M3,17H1a1,1,0,0,0-1,1v5a1,1,0,0,0,1,1H3a1,1,0,0,0,1-1V18A1,1,0,0,0,3,17ZM1.75,22.5a.75.75,0,1,1,.75-.75A.75.75,0,0,1,1.75,22.5Z"]];
|
|
11
|
+
export const RoomServiceBringPlate = ["room-service-bring-plate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.25,10.5h-.858a.5.5,0,0,1-.5-.428A10.014,10.014,0,0,0,13.19,1.581a.5.5,0,0,1-.44-.5V.75a.75.75,0,0,0-1.5,0v.334a.5.5,0,0,1-.44.5A10.014,10.014,0,0,0,2.1,10.072a.5.5,0,0,1-.5.428H.75a.75.75,0,0,0,0,1.5h22.5a.75.75,0,0,0,0-1.5ZM11.593,5.062A7.269,7.269,0,0,0,7.577,7.516a.75.75,0,0,1-1.154-.959A8.782,8.782,0,0,1,11.271,3.6a.75.75,0,0,1,.322,1.465Z","M10.414,22.7,6.05,20.074a.5.5,0,0,0-.63.095l-2.684,3A.5.5,0,0,0,3.109,24H9.861a.5.5,0,0,0,.391-.188l.295-.369a.5.5,0,0,0-.133-.74Z","M16.905,12.146a10.1,10.1,0,0,0-3.262,2.191,17.14,17.14,0,0,1-2.13,1.639,1.625,1.625,0,0,1-1.174.258.738.738,0,0,1-.46-.384c-1.277-2.3-2.712-3.7-3.935-3.838a1.376,1.376,0,0,0-1.225.434.828.828,0,0,0,0,1.107C6,14.986,6.125,17.285,6.07,18.614a.5.5,0,0,0,.241.449l4.939,2.975a.5.5,0,0,0,.614-.077l7.8-7.92a.954.954,0,0,0,.082-1.173C19.409,12.28,18.464,11.738,16.905,12.146Z"]];
|
|
12
|
+
export const RoomServiceCart1 = ["room-service-cart-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,20.327a.98.98,0,0,0-.98-.98h-.734V7.1a4.9,4.9,0,0,0-4.9-4.9H13.224a.245.245,0,0,1-.244-.245V1.224a.98.98,0,0,0-1.96,0v.735a.245.245,0,0,1-.244.245H6.612a4.9,4.9,0,0,0-4.9,4.9V19.347H.98a.98.98,0,1,0,0,1.959h.168a.245.245,0,0,1,.221.352,1.435,1.435,0,0,0-.145.628,1.47,1.47,0,0,0,2.939,0,1.434,1.434,0,0,0-.144-.628.245.245,0,0,1,.221-.352H19.76a.245.245,0,0,1,.221.352,1.434,1.434,0,0,0-.144.628,1.47,1.47,0,0,0,2.939,0,1.435,1.435,0,0,0-.145-.628.245.245,0,0,1,.221-.352h.168A.979.979,0,0,0,24,20.327ZM3.673,7.1A2.943,2.943,0,0,1,6.612,4.163h4.164a.245.245,0,0,1,.244.245V4.9a.245.245,0,0,1-.244.245H8.816a.98.98,0,0,0,0,1.959h5.878a.98.98,0,0,0,0-1.959h-1.47A.245.245,0,0,1,12.98,4.9v-.49a.245.245,0,0,1,.244-.245h4.164A2.943,2.943,0,0,1,20.327,7.1V19.347H3.673Z","M17.878,12.49a.98.98,0,0,0-.98-.98H15.429a.244.244,0,0,1-.245-.245v-.734a1.963,1.963,0,0,0-1.96-1.96H10.776a1.963,1.963,0,0,0-1.96,1.96v.734a.244.244,0,0,1-.245.245H7.1a.98.98,0,0,0-.98.98v4.9a.979.979,0,0,0,.98.979h9.8a.979.979,0,0,0,.98-.979Zm-7.1-1.47a.489.489,0,0,1,.489-.489h1.47a.489.489,0,0,1,.489.489v.245a.244.244,0,0,1-.244.245H11.02a.244.244,0,0,1-.244-.245Z"]];
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const SaunaHeatPerson1 = ["sauna-heat-person-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M2.15,7.278a2.7,2.7,0,0,0,1.1-1.826A3.045,3.045,0,0,0,2.194,3.267c-.35-.4-.711-.806-.689-1.111a1.516,1.516,0,0,1,.6-.837A.749.749,0,1,0,1.134.181,2.76,2.76,0,0,0,.009,2.052,3.12,3.12,0,0,0,1.068,4.259c.345.39.7.8.681,1.088a1.435,1.435,0,0,1-.574.791.75.75,0,0,0,.975,1.14Z","M5.749,5.347a1.435,1.435,0,0,1-.574.791.75.75,0,0,0,.975,1.14A2.7,2.7,0,0,0,7.245,5.452,3.045,3.045,0,0,0,6.194,3.267c-.35-.4-.711-.806-.689-1.111a1.516,1.516,0,0,1,.6-.837A.749.749,0,1,0,5.134.181,2.76,2.76,0,0,0,4.009,2.052,3.12,3.12,0,0,0,5.068,4.259C5.413,4.649,5.77,5.054,5.749,5.347Z","M18.5,5.347a1.43,1.43,0,0,1-.574.791.75.75,0,0,0,.975,1.14,2.7,2.7,0,0,0,1.095-1.826A3.045,3.045,0,0,0,18.94,3.267c-.349-.4-.711-.806-.689-1.111a1.516,1.516,0,0,1,.6-.837A.749.749,0,1,0,17.88.181a2.76,2.76,0,0,0-1.125,1.871,3.12,3.12,0,0,0,1.059,2.207C18.159,4.649,18.516,5.054,18.5,5.347Z","M22.94,3.267c-.349-.4-.711-.806-.689-1.111a1.516,1.516,0,0,1,.6-.837A.749.749,0,1,0,21.88.181a2.76,2.76,0,0,0-1.125,1.871,3.12,3.12,0,0,0,1.059,2.207c.345.39.7.8.681,1.088a1.43,1.43,0,0,1-.574.791.75.75,0,0,0,.975,1.14,2.7,2.7,0,0,0,1.095-1.826A3.045,3.045,0,0,0,22.94,3.267Z","M9.250 4.000 A2.750 2.750 0 1 0 14.750 4.000 A2.750 2.750 0 1 0 9.250 4.000 Z","M8.5,15.25h.663a.5.5,0,0,1,.5.458L10,19.792a.5.5,0,0,0,.5.458h3a.5.5,0,0,0,.5-.458l.34-4.084a.5.5,0,0,1,.5-.458H15.5a.5.5,0,0,0,.5-.5v-3a4,4,0,0,0-8,0v3A.5.5,0,0,0,8.5,15.25Z","M19.209,13.073a1,1,0,0,0-.919,1.778c1.563.807,2.46,1.865,2.46,2.9C20.75,19.76,17.156,22,12,22s-8.75-2.24-8.75-4.25c0-1.035.9-2.092,2.459-2.9a1,1,0,0,0-.919-1.778c-2.283,1.181-3.54,2.842-3.54,4.677C1.25,21.255,5.972,24,12,24s10.75-2.745,10.75-6.25C22.75,15.915,21.492,14.255,19.209,13.073Z"]];
|
|
2
|
+
export const SaunaHeatPerson = ["sauna-heat-person",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M5.412,8.266A2.463,2.463,0,1,0,2.949,5.8,2.466,2.466,0,0,0,5.412,8.266Z","M.338,15.186a1.471,1.471,0,1,0,2.3,1.838l2.138-2.672a.25.25,0,0,1,.424.057L6.31,16.974a1,1,0,0,0,.918.6h.621a.981.981,0,0,1,.981.981V21.5a1.472,1.472,0,1,0,2.944,0V19.26a.25.25,0,0,1,.469-.12l1.673,3.066a1.471,1.471,0,0,0,1.293.768,1.456,1.456,0,0,0,.7-.181,1.472,1.472,0,0,0,.587-2l-2.525-4.63a2.943,2.943,0,0,0-2.584-1.534H8.668a.25.25,0,0,1-.23-.151L6.762,10.614A1.473,1.473,0,0,0,5.607,9.74a1.559,1.559,0,0,0-.192-.012,1.472,1.472,0,0,0-1.153.552Z","M6.868,23.91a.5.5,0,0,0,.5-.5s.015-3.819.015-3.873a.5.5,0,0,0-.5-.5H.506a.5.5,0,0,0-.5.5V23.41a.5.5,0,0,0,.5.5Z","M21.781,2.843a1.1,1.1,0,0,1-.1,1.426,3.086,3.086,0,0,0-.227,4.117l.266.333a1.089,1.089,0,0,1-.081,1.454,1,1,0,0,0,1.416,1.414,3.09,3.09,0,0,0,.227-4.117l-.268-.334A1.089,1.089,0,0,1,23.1,5.684a3.11,3.11,0,0,0,.287-4.041L22.515.489a1,1,0,1,0-1.6,1.2Z","M17.178,2.843a1.1,1.1,0,0,1-.1,1.426,3.087,3.087,0,0,0-.228,4.117l.267.333a1.09,1.09,0,0,1-.081,1.454,1,1,0,0,0,1.416,1.414,3.09,3.09,0,0,0,.226-4.117l-.267-.334a1.087,1.087,0,0,1,.082-1.452,3.11,3.11,0,0,0,.286-4.041L17.913.489a1,1,0,1,0-1.6,1.2Z","M12.576,2.844a1.1,1.1,0,0,1-.1,1.426,3.085,3.085,0,0,0-.227,4.115l.267.335a1.089,1.089,0,0,1-.081,1.453,1,1,0,1,0,1.414,1.414,3.086,3.086,0,0,0,.229-4.116l-.268-.335a1.089,1.089,0,0,1,.082-1.452,3.109,3.109,0,0,0,.285-4.041L13.309.489a1,1,0,1,0-1.6,1.2Z"]];
|
|
3
|
+
export const SaunaHeat = ["sauna-heat",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.722,11.8,12.723.3a1.036,1.036,0,0,0-1.446,0l-11,11.5A1,1,0,0,0,1,13.492H2.5a.5.5,0,0,1,.5.5v8.5a1.5,1.5,0,0,0,1.5,1.5h15a1.5,1.5,0,0,0,1.5-1.5v-8.5a.5.5,0,0,1,.5-.5H23a1,1,0,0,0,.722-1.691ZM9.916,20.616a.75.75,0,0,1-.834-1.247,2.71,2.71,0,0,0,1.168-1.877,2.717,2.717,0,0,0-1.169-1.878A4.187,4.187,0,0,1,7.25,12.492,4.19,4.19,0,0,1,9.084,9.368a.75.75,0,0,1,.832,1.248A2.715,2.715,0,0,0,8.75,12.492,2.714,2.714,0,0,0,9.919,14.37a4.189,4.189,0,0,1,1.831,3.122A4.188,4.188,0,0,1,9.916,20.616Zm6,0a.75.75,0,0,1-.834-1.247,2.71,2.71,0,0,0,1.168-1.877,2.717,2.717,0,0,0-1.169-1.878,4.187,4.187,0,0,1-1.831-3.122,4.19,4.19,0,0,1,1.834-3.124.75.75,0,1,1,.832,1.248,2.715,2.715,0,0,0-1.166,1.876,2.714,2.714,0,0,0,1.169,1.878,4.189,4.189,0,0,1,1.831,3.122A4.188,4.188,0,0,1,15.916,20.616Z"]];
|
|
4
|
+
export const SaunaHeat1 = ["sauna-heat-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.255,3.157a2.626,2.626,0,0,1,.581-1.44A.989.989,0,1,0,18.267.511a4.6,4.6,0,0,0-.992,2.646,7.423,7.423,0,0,0,.437,2.207,5.908,5.908,0,0,1,.35,1.624,2.627,2.627,0,0,1-.582,1.44.99.99,0,1,0,1.57,1.206,4.611,4.611,0,0,0,.991-2.646A7.416,7.416,0,0,0,19.6,4.782,5.939,5.939,0,0,1,19.255,3.157Z","M14.1,6.988a2.62,2.62,0,0,1-.582,1.44.99.99,0,1,0,1.57,1.206,4.6,4.6,0,0,0,.992-2.646,7.448,7.448,0,0,0-.437-2.206,5.907,5.907,0,0,1-.35-1.625,2.62,2.62,0,0,1,.582-1.44A.99.99,0,1,0,14.308.511a4.6,4.6,0,0,0-.992,2.646,7.454,7.454,0,0,0,.437,2.207A5.908,5.908,0,0,1,14.1,6.988Z","M23.563,4.782a5.907,5.907,0,0,1-.35-1.625,2.627,2.627,0,0,1,.582-1.44A.989.989,0,1,0,22.226.511a4.6,4.6,0,0,0-.992,2.646,7.423,7.423,0,0,0,.437,2.207,5.908,5.908,0,0,1,.35,1.624,2.627,2.627,0,0,1-.582,1.44.989.989,0,1,0,1.569,1.206A4.6,4.6,0,0,0,24,6.988,7.416,7.416,0,0,0,23.563,4.782Z","M9.629,8.354a1.024,1.024,0,0,0-1.444,0C7.493,9.091.273,16.762.273,16.762A.989.989,0,0,0,.99,18.433H2.474a.5.5,0,0,1,.495.5v3.959a.991.991,0,0,0,.99.99H6.928a.5.5,0,0,0,.5-.495V19.918a1.485,1.485,0,1,1,2.969,0v3.464a.5.5,0,0,0,.5.495h2.969a.99.99,0,0,0,.989-.99V18.928a.5.5,0,0,1,.495-.5h1.485a.989.989,0,0,0,.717-1.67C17.444,16.659,10.955,9.772,9.629,8.354Z"]];
|
|
5
|
+
export const SaunaHeatStone = ["sauna-heat-stone",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M6.307,11.775a2.767,2.767,0,0,1-.379,1.28,1,1,0,1,0,1.756.955,4.671,4.671,0,0,0,.623-2.235,9.223,9.223,0,0,0-.878-3.4,7.7,7.7,0,0,1-.735-2.653A4.1,4.1,0,0,1,8.015,3.207,1,1,0,1,0,6.6,1.793,6.069,6.069,0,0,0,4.694,5.726a9.228,9.228,0,0,0,.878,3.4A7.715,7.715,0,0,1,6.307,11.775Z","M17.306,11.775a2.765,2.765,0,0,1-.378,1.281,1,1,0,0,0,.4,1.356.986.986,0,0,0,.476.122,1,1,0,0,0,.879-.523,4.675,4.675,0,0,0,.623-2.236,9.218,9.218,0,0,0-.878-3.395,7.725,7.725,0,0,1-.735-2.654,4.1,4.1,0,0,1,1.32-2.518A1,1,0,0,0,17.6,1.794a6.056,6.056,0,0,0-1.906,3.932,9.223,9.223,0,0,0,.878,3.4A7.7,7.7,0,0,1,17.306,11.775Z","M10.293,17.207a1,1,0,0,0,1.414,0A7.275,7.275,0,0,0,14,12.5a11.276,11.276,0,0,0-1.071-4.12A9.692,9.692,0,0,1,12,5a5.128,5.128,0,0,1,1.707-3.293A1,1,0,0,0,12.293.293,7.274,7.274,0,0,0,10,5a11.287,11.287,0,0,0,1.071,4.122A9.676,9.676,0,0,1,12,12.5a5.128,5.128,0,0,1-1.707,3.294A1,1,0,0,0,10.293,17.207Z","M22.182,13.255a1,1,0,1,0-1.365,1.461A3.185,3.185,0,0,1,22,17c0,2.71-4.579,5-10,5S2,19.71,2,17a3.182,3.182,0,0,1,1.184-2.284,1,1,0,1,0-1.367-1.461A5.153,5.153,0,0,0,0,17c0,3.925,5.272,7,12,7s12-3.075,12-7A5.144,5.144,0,0,0,22.182,13.255Z"]];
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export const SpaSoap = ["spa-soap",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M11.135,22.328a4.1,4.1,0,0,1,.18-1.393.5.5,0,0,0-.178-.546,3.527,3.527,0,0,1-1.4-3.878,3.332,3.332,0,0,1,2.031-2.059,4.088,4.088,0,0,1,1.382-.259.5.5,0,0,0,.464-.335,4.222,4.222,0,0,1,.459-.922.5.5,0,0,0,.082-.275V9.5a2.5,2.5,0,0,0-2.5-2.5h-.563l-.625-1.751a1.5,1.5,0,0,0-1.414-1A.151.151,0,0,1,8.9,4.1V2.5A.5.5,0,0,1,9.4,2h2a1,1,0,0,0,0-2H4.876A2,2,0,0,0,3.333.727L1.57,2.863A1,1,0,0,0,3.113,4.137L4.726,2.182A.5.5,0,0,1,5.112,2H6.4a.5.5,0,0,1,.5.5V4a.247.247,0,0,1-.247.247,1.5,1.5,0,0,0-1.412,1L4.618,7H4.157a2.5,2.5,0,0,0-2.5,2.5v12a2.5,2.5,0,0,0,2.5,2.5h6.706a.5.5,0,0,0,.471-.67A3.4,3.4,0,0,1,11.135,22.328Z","M20.819,19.649a2.293,2.293,0,0,0,1.76-2.674,2.292,2.292,0,0,0-3-1.13,3.061,3.061,0,0,0-.593.264.125.125,0,0,1-.185-.135,3.087,3.087,0,0,0,.068-.645,2.293,2.293,0,0,0-2-2.5,2.292,2.292,0,0,0-2,2.5,3.087,3.087,0,0,0,.067.645.125.125,0,0,1-.049.128.126.126,0,0,1-.136.007,3.061,3.061,0,0,0-.593-.264,2.292,2.292,0,0,0-3,1.13,2.293,2.293,0,0,0,1.76,2.674,3.04,3.04,0,0,0,.635.135.125.125,0,0,1,.106.086.127.127,0,0,1-.035.132,3.106,3.106,0,0,0-.435.482,2.294,2.294,0,0,0,.149,3.2,2.291,2.291,0,0,0,3.087-.848,2.985,2.985,0,0,0,.325-.562.126.126,0,0,1,.229,0,3.041,3.041,0,0,0,.325.562,2.291,2.291,0,0,0,3.087.848,2.294,2.294,0,0,0,.149-3.2A3.056,3.056,0,0,0,20.113,20a.127.127,0,0,1-.035-.132.125.125,0,0,1,.106-.086A3.027,3.027,0,0,0,20.819,19.649Zm-3.946.679a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16.873,20.328Z"]];
|
|
2
|
+
export const SpaBamboo = ["spa-bamboo",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.066,12.378a.907.907,0,0,0-.6-.656,9.034,9.034,0,0,0-3.2-.469.5.5,0,0,0-.428.283,11.279,11.279,0,0,1-2.419,3.26.5.5,0,0,0,.3.862c.205.016.417.026.634.026a7,7,0,0,0,1.609-.182,8.43,8.43,0,0,0,3.857-2.269A.907.907,0,0,0,22.066,12.378Z","M17.079,4.913a1,1,0,0,0-1.591-.6,10.057,10.057,0,0,0-3.264,4.221,10.3,10.3,0,0,0-.119,6.114.5.5,0,0,0,.735.276,10.3,10.3,0,0,0,3.928-4.687A10.051,10.051,0,0,0,17.079,4.913Z","M8.494,4.564a.5.5,0,0,0,.1-.42L7.863.787h0A1.007,1.007,0,0,0,6.886,0H2.909a1,1,0,0,0-.977,1.213l.683,3.143A.5.5,0,0,0,3.1,4.75h5A.5.5,0,0,0,8.494,4.564Z","M11.429,18.064a.5.5,0,0,0,.1-.42l-2.392-11a.5.5,0,0,0-.488-.394h-5a.5.5,0,0,0-.489.606l2.392,11a.5.5,0,0,0,.488.394h5A.5.5,0,0,0,11.429,18.064Z","M11.583,19.75h-5a.5.5,0,0,0-.489.606l.621,2.857A1.006,1.006,0,0,0,7.692,24h3.976a1,1,0,0,0,.978-1.213l-.575-2.643A.5.5,0,0,0,11.583,19.75Z"]];
|
|
3
|
+
export const SpaHandFlower = ["spa-hand-flower",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0.000 13.279 L4.001 13.279 L4.001 22.279 L0.000 22.279 Z","M23.854,17.488a3.239,3.239,0,0,0-3.492-1.127l-.014,0-2,.638a.5.5,0,0,0-.348.485,2.25,2.25,0,0,1-2.248,2.291H10.5a.5.5,0,0,1,0-1h5.25a1.25,1.25,0,1,0,0-2.5l-3.685.008a4.268,4.268,0,0,1-.573-.383A6.833,6.833,0,0,0,7.5,14.279h-2a.5.5,0,0,0-.5.5v5.9a.5.5,0,0,0,.339.474c.705.239,1.341.46,1.917.66,2.623.911,4.087,1.409,5.418,1.409,1.623,0,3.048-.742,6.139-2.386,1.281-.681,2.875-1.529,4.91-2.546a.5.5,0,0,0,.269-.368A.5.5,0,0,0,23.854,17.488Z","M11.929,8.384a.5.5,0,0,1,.224.687,3.21,3.21,0,0,0-.393,1.661,2.3,2.3,0,0,0,.92,1.805,2.184,2.184,0,0,0,1.3.414,2.7,2.7,0,0,0,.7-.1,3.194,3.194,0,0,0,1.458-.888.5.5,0,0,1,.724,0,3.194,3.194,0,0,0,1.458.888,2.7,2.7,0,0,0,.7.1,2.185,2.185,0,0,0,1.3-.414,2.3,2.3,0,0,0,.92-1.805,3.209,3.209,0,0,0-.392-1.661.5.5,0,0,1,.223-.687,3.208,3.208,0,0,0,1.293-1.113,2.3,2.3,0,0,0,.318-2,2.306,2.306,0,0,0-1.433-1.433,3.16,3.16,0,0,0-1.7-.138.5.5,0,0,1-.586-.424A2.678,2.678,0,0,0,16.5.779a2.679,2.679,0,0,0-2.462,2.5.5.5,0,0,1-.2.337.5.5,0,0,1-.383.088,3.17,3.17,0,0,0-1.7.137A2.306,2.306,0,0,0,10.318,5.27a2.3,2.3,0,0,0,.318,2A3.214,3.214,0,0,0,11.929,8.384Zm1.852-.748.385-.125a.5.5,0,0,0,.344-.428,1.964,1.964,0,0,1,.265-.817.5.5,0,0,0-.027-.548l-.238-.327a.5.5,0,1,1,.809-.588l.238.328a.5.5,0,0,0,.513.194,2.011,2.011,0,0,1,.86,0,.5.5,0,0,0,.513-.194l.238-.328a.5.5,0,1,1,.809.588l-.238.327a.5.5,0,0,0-.027.548,1.964,1.964,0,0,1,.265.817.5.5,0,0,0,.344.428l.385.125a.5.5,0,0,1-.154.976.487.487,0,0,1-.149-.023h0l0,0H18.9l-.379-.123A.5.5,0,0,0,18,8.605a1.98,1.98,0,0,1-.7.506.5.5,0,0,0-.3.459v.406a.5.5,0,0,1-1,0V9.57a.5.5,0,0,0-.3-.459,2,2,0,0,1-.7-.506.5.5,0,0,0-.528-.143l-.379.123h0l0,0h0a.482.482,0,0,1-.149.023.5.5,0,0,1-.154-.976Z","M15.500 7.278 A1.000 1.000 0 1 0 17.500 7.278 A1.000 1.000 0 1 0 15.500 7.278 Z"]];
|
|
4
|
+
export const SpaFlame = ["spa-flame",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M7.74,10.431a4,4,0,0,0,4-4,7.379,7.379,0,0,0-3.7-6.3.5.5,0,0,0-.7.646,4.323,4.323,0,0,1,.215,2.954.5.5,0,0,1-.858.183,2.048,2.048,0,0,1-.319-.489.5.5,0,0,0-.3-.269.5.5,0,0,0-.4.036A3.571,3.571,0,0,0,3.74,6.431,4,4,0,0,0,7.74,10.431Z","M12.854,14.384a4.082,4.082,0,0,1,1.38-.26.5.5,0,0,0,.466-.334,4.149,4.149,0,0,1,.387-.811.506.506,0,0,0,.044-.432.858.858,0,0,0-.177-.295,1,1,0,0,0-.734-.321H1.259a1,1,0,0,0-1,1.076A7.529,7.529,0,0,0,7.74,19.931a7.429,7.429,0,0,0,2.929-.6.5.5,0,0,0,.264-.652,3.2,3.2,0,0,1-.111-2.235A3.326,3.326,0,0,1,12.854,14.384Z","M21.9,19.581a2.293,2.293,0,0,0,1.76-2.675,2.293,2.293,0,0,0-3-1.129,3.07,3.07,0,0,0-.594.264.129.129,0,0,1-.136-.007.125.125,0,0,1-.048-.128,3.09,3.09,0,0,0,.067-.646,2.292,2.292,0,0,0-2-2.5,2.293,2.293,0,0,0-2,2.5,3.089,3.089,0,0,0,.068.646.126.126,0,0,1-.049.128.128.128,0,0,1-.136.007,3.061,3.061,0,0,0-.593-.264,2.292,2.292,0,0,0-3,1.129,2.293,2.293,0,0,0,1.759,2.675,3.115,3.115,0,0,0,.636.135.125.125,0,0,1,.07.218,3.051,3.051,0,0,0-.434.482,2.291,2.291,0,0,0,.149,3.2,2.292,2.292,0,0,0,3.087-.846,3.14,3.14,0,0,0,.325-.563.125.125,0,0,1,.228,0,3.14,3.14,0,0,0,.325.563,2.293,2.293,0,0,0,3.088.846,2.291,2.291,0,0,0,.148-3.2,3.051,3.051,0,0,0-.434-.482.126.126,0,0,1,.071-.218A3.12,3.12,0,0,0,21.9,19.581Zm-3.947.679a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,17.955,20.26Z"]];
|
|
5
|
+
export const SpaLotus = ["spa-lotus",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.766,15.863a9.145,9.145,0,0,1-1.983,1.272,10.24,10.24,0,0,1-4.311.886,14.01,14.01,0,0,1-3.351-.418.5.5,0,0,0-.242,0,14.018,14.018,0,0,1-3.351.418,10.24,10.24,0,0,1-4.311-.886,9.145,9.145,0,0,1-1.983-1.272.5.5,0,0,0-.659.019A2.925,2.925,0,0,0,.5,17.991c0,2.76,5.15,5,11.5,5a25.7,25.7,0,0,0,3.759-.274.5.5,0,0,0,.382-.7L15.5,20.6a.5.5,0,0,1,.633-.673l3.9,1.485a.5.5,0,0,0,.389-.014c1.906-.892,3.076-2.086,3.076-3.4a2.925,2.925,0,0,0-1.075-2.109A.5.5,0,0,0,21.766,15.863Z","M23.791,10.016a.955.955,0,0,0-.624-.521,12.591,12.591,0,0,0-1.4-.276.5.5,0,0,0-.555.379,9.922,9.922,0,0,1-1.6,3.576,10.2,10.2,0,0,1-3.327,2.843.25.25,0,0,0,.143.468,8.257,8.257,0,0,0,2.725-.711,10.563,10.563,0,0,0,4.636-4.946A.954.954,0,0,0,23.791,10.016Z","M4.849,15.774a8.263,8.263,0,0,0,2.725.711.25.25,0,0,0,.144-.468A10.193,10.193,0,0,1,4.39,13.174,9.922,9.922,0,0,1,2.788,9.6a.5.5,0,0,0-.555-.379,12.544,12.544,0,0,0-1.4.276.953.953,0,0,0-.619,1.334A10.558,10.558,0,0,0,4.849,15.774Z","M17.052,8.253a11.964,11.964,0,0,1-1.915,6.158.25.25,0,0,0,.332.351A8.777,8.777,0,0,0,18.4,12.287,10.55,10.55,0,0,0,20.073,5.72a.953.953,0,0,0-1.186-.869,12.578,12.578,0,0,0-1.8.615.5.5,0,0,0-.292.571A9.924,9.924,0,0,1,17.052,8.253Z","M8.53,14.762a.25.25,0,0,0,.332-.352A11.961,11.961,0,0,1,6.947,8.253,9.924,9.924,0,0,1,7.2,6.037a.5.5,0,0,0-.291-.571,12.578,12.578,0,0,0-1.8-.615.953.953,0,0,0-1.186.87A10.549,10.549,0,0,0,5.6,12.287,8.776,8.776,0,0,0,8.53,14.762Z","M12,15.776a.5.5,0,0,0,.358-.152c.131-.135,3.194-3.337,3.194-7.371a11.582,11.582,0,0,0-2.781-6.9,1.032,1.032,0,0,0-1.543,0,11.585,11.585,0,0,0-2.781,6.9c0,4.034,3.063,7.236,3.194,7.371A.5.5,0,0,0,12,15.776Z"]];
|
|
6
|
+
export const SpaStone1 = ["spa-stone-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,15C1.537,15-.006,19.535.772,22.234a2.4,2.4,0,0,0,2.3,1.737L20.909,24a2.4,2.4,0,0,0,2.3-1.7C24.031,19.61,22.548,15,12,15Z","M12.75,13.5c6.733,0,8.528-.692,8.528-2.625S19.483,6.5,12.75,6.5,4.222,8.942,4.222,10.875,6.017,13.5,12.75,13.5Z","M11.525,5c4.687,0,5.937-.494,5.937-1.875S16.212,0,11.525,0,5.587,1.744,5.587,3.125,6.837,5,11.525,5Z"]];
|
|
7
|
+
export const SpaTherapistRobe = ["spa-therapist-robe",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M7.25.5c0,4.471,2.175,8.25,4.75,8.25S16.75,4.971,16.75.5V.25A.25.25,0,0,0,16.5,0h-9a.25.25,0,0,0-.25.25Z","M18.5.32a.191.191,0,0,0-.169.027A.189.189,0,0,0,18.25.5c0,3.959-1.442,7.288-3.568,8.827a.5.5,0,0,0-.1.71A3.207,3.207,0,0,1,15.25,12V23.5a.5.5,0,0,0,.5.5H20.5A2.5,2.5,0,0,0,23,21.5V6.5A6.506,6.506,0,0,0,18.5.32Z","M13.75,12A1.752,1.752,0,0,0,12,10.25C8.495,10.25,5.75,5.968,5.75.5A.189.189,0,0,0,5.672.347.191.191,0,0,0,5.5.32,6.506,6.506,0,0,0,1,6.5v15A2.5,2.5,0,0,0,3.5,24h9.75a.5.5,0,0,0,.5-.5Zm-2.181,4.464a.5.5,0,0,1,.159.759,3.354,3.354,0,0,1-1.8,1.227,3.548,3.548,0,0,1-2.379-.527.5.5,0,0,0-.508,0,3.548,3.548,0,0,1-2.379.527,3.358,3.358,0,0,1-1.8-1.227.5.5,0,0,1,.159-.759,3.351,3.351,0,0,1,2.143-.4,2.979,2.979,0,0,1,1.426.823,2.975,2.975,0,0,1-.512-1.565,3.357,3.357,0,0,1,.829-2.014.5.5,0,0,1,.776,0,3.357,3.357,0,0,1,.829,2.014A2.978,2.978,0,0,1,8,16.891a2.981,2.981,0,0,1,1.426-.823A3.351,3.351,0,0,1,11.569,16.464Z"]];
|
|
8
|
+
export const SpaCandleFlower = ["spa-candle-flower",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M14.824,12.567a3.126,3.126,0,0,1-1.081-.5A3.323,3.323,0,0,1,12.414,9.5a4.1,4.1,0,0,1,.18-1.392.5.5,0,0,0-.177-.546,3.526,3.526,0,0,1-1.4-3.878A3.329,3.329,0,0,1,13.05,1.624a4.069,4.069,0,0,1,1.384-.258.5.5,0,0,0,.462-.331c.03-.082.062-.163.1-.242a.5.5,0,0,0-.205-.628,1.171,1.171,0,0,0-.6-.165H2.687a1.251,1.251,0,0,0-1.25,1.25V2.271a1.25,1.25,0,0,0,.432.946L3.658,4.763A2.241,2.241,0,0,1,4.185,7.5C.371,14.874-.8,19.858.69,22.312A3.776,3.776,0,0,0,4.187,24h8.5a3.778,3.778,0,0,0,3.5-1.688c1.1-1.8.753-4.968-1.015-9.443A.5.5,0,0,0,14.824,12.567ZM8.528,21.8a3.591,3.591,0,0,1-3.591-3.591,3.2,3.2,0,0,1,1.737-2.9.452.452,0,0,1,.63.209,1.793,1.793,0,0,0,.207.341.5.5,0,0,0,.88-.179,3.888,3.888,0,0,0-.22-2.534.451.451,0,0,1,.633-.582,6.62,6.62,0,0,1,3.315,5.649A3.591,3.591,0,0,1,8.528,21.8Z","M22.1,6.821a2.294,2.294,0,0,0,1.76-2.675,2.293,2.293,0,0,0-3-1.129,3.129,3.129,0,0,0-.594.263.125.125,0,0,1-.185-.134,3.024,3.024,0,0,0,.068-.646,2.292,2.292,0,0,0-2-2.5,2.293,2.293,0,0,0-2,2.5,3.089,3.089,0,0,0,.068.646.125.125,0,0,1-.185.134,3.12,3.12,0,0,0-.593-.263,2.292,2.292,0,0,0-3,1.129,2.293,2.293,0,0,0,1.759,2.675,3.115,3.115,0,0,0,.636.135.126.126,0,0,1,.106.086.124.124,0,0,1-.036.131,3.108,3.108,0,0,0-.434.483,2.291,2.291,0,0,0,.149,3.2,2.292,2.292,0,0,0,3.087-.847,3.074,3.074,0,0,0,.325-.562.125.125,0,0,1,.228,0,3.132,3.132,0,0,0,.325.562,2.293,2.293,0,0,0,3.088.847,2.292,2.292,0,0,0,.149-3.2,3.114,3.114,0,0,0-.435-.483.125.125,0,0,1,.071-.217A3.12,3.12,0,0,0,22.1,6.821ZM18.152,7.5a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,18.152,7.5Z"]];
|
|
9
|
+
export const SpaHandFlower1 = ["spa-hand-flower-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.607,18.75h-7.5a.5.5,0,1,1,0-1h3a.5.5,0,0,0,.5-.5,2,2,0,0,0-2-2H2.357a.25.25,0,0,1-.25-.25.75.75,0,0,0-1.5,0v7.5a.75.75,0,0,0,1.5,0,.25.25,0,0,1,.25-.25h13.75a.5.5,0,0,0,.5-.5A3,3,0,0,0,13.607,18.75Z","M23.288,5.241a2.3,2.3,0,0,0-1.432-1.432,3.143,3.143,0,0,0-1.7-.138.5.5,0,0,1-.586-.425A2.676,2.676,0,0,0,17.107.75a2.679,2.679,0,0,0-2.462,2.5.5.5,0,0,1-.586.425,3.155,3.155,0,0,0-1.7.138,2.3,2.3,0,0,0-1.433,1.432,2.3,2.3,0,0,0,.317,2,3.2,3.2,0,0,0,1.294,1.113.5.5,0,0,1,.223.687,3.21,3.21,0,0,0-.393,1.661,2.3,2.3,0,0,0,.92,1.8,2.184,2.184,0,0,0,1.3.414,2.641,2.641,0,0,0,.7-.1,3.2,3.2,0,0,0,1.459-.887.5.5,0,0,1,.723,0,3.192,3.192,0,0,0,1.459.888,2.647,2.647,0,0,0,.7.1,2.186,2.186,0,0,0,1.3-.414,2.3,2.3,0,0,0,.92-1.8,3.21,3.21,0,0,0-.393-1.661.5.5,0,0,1,.223-.687,3.2,3.2,0,0,0,1.294-1.113A2.3,2.3,0,0,0,23.288,5.241Zm-3.141,3a.5.5,0,0,1-.475.345.469.469,0,0,1-.152-.024l-.006,0-.384-.124a.5.5,0,0,0-.528.144,2.005,2.005,0,0,1-.7.506.5.5,0,0,0-.3.458v.406a.5.5,0,0,1-1,0V9.541a.5.5,0,0,0-.3-.458,2.005,2.005,0,0,1-.7-.506.5.5,0,0,0-.528-.144l-.384.124,0,0a.477.477,0,0,1-.152.024.5.5,0,0,1-.155-.976l.386-.125a.5.5,0,0,0,.343-.428,1.993,1.993,0,0,1,.265-.817.5.5,0,0,0-.026-.548l-.238-.327a.5.5,0,1,1,.808-.588l.239.328a.5.5,0,0,0,.512.194,2.016,2.016,0,0,1,.861,0,.5.5,0,0,0,.512-.194l.239-.328a.5.5,0,1,1,.808.588l-.238.327a.5.5,0,0,0-.026.548,1.993,1.993,0,0,1,.265.817.5.5,0,0,0,.344.428l.385.125A.5.5,0,0,1,20.147,8.238Z","M16.107 7.250 A1.000 1.000 0 1 0 18.107 7.250 A1.000 1.000 0 1 0 16.107 7.250 Z"]];
|
|
10
|
+
export const SpaLotus1 = ["spa-lotus-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23,16.491a1,1,0,0,0-1,1c0,2.129-4.107,4.5-10,4.5S2,19.62,2,17.491a1,1,0,0,0-2,0c0,3.645,5.271,6.5,12,6.5s12-2.855,12-6.5A1,1,0,0,0,23,16.491Z","M14,16.15a.25.25,0,0,0,.04.487,11.683,11.683,0,0,0,1.543.1,8.759,8.759,0,0,0,3.688-.755A10.552,10.552,0,0,0,23.9,11.042a.954.954,0,0,0-.619-1.335,12.455,12.455,0,0,0-1.478-.288.5.5,0,0,0-.537.329,9.326,9.326,0,0,1-1.255,2.427A11.724,11.724,0,0,1,14,16.15Z","M4.967,15.986a8.759,8.759,0,0,0,3.688.755,11.651,11.651,0,0,0,1.205-.064.25.25,0,0,0,.044-.488,11.987,11.987,0,0,1-6.081-4.014A9.285,9.285,0,0,1,2.589,9.807a.5.5,0,0,0-.551-.325c-.442.073-.817.155-1.087.225a.955.955,0,0,0-.619,1.334A10.563,10.563,0,0,0,4.967,15.986Z","M8.978,14.251a.25.25,0,0,0,.3-.369A12.263,12.263,0,0,1,7.065,7.254a9.476,9.476,0,0,1,.211-1.937.5.5,0,0,0-.268-.548A12.644,12.644,0,0,0,4.545,3.85a.954.954,0,0,0-1.185.871,10.558,10.558,0,0,0,1.672,6.567A9.381,9.381,0,0,0,8.978,14.251Z","M17.171,7.254a12.074,12.074,0,0,1-2.053,6.373.25.25,0,0,0,.32.36,9.033,9.033,0,0,0,3.367-2.7A10.554,10.554,0,0,0,20.478,4.72a.955.955,0,0,0-1.186-.87,12.724,12.724,0,0,0-2.078.737.5.5,0,0,0-.282.562A9.745,9.745,0,0,1,17.171,7.254Z","M11.368,14.36v4.131a.75.75,0,0,0,1.5,0V14.359a.5.5,0,0,1,.112-.314,11.4,11.4,0,0,0,2.691-6.791,11.6,11.6,0,0,0-2.783-6.9,1.034,1.034,0,0,0-1.542,0,11.589,11.589,0,0,0-2.781,6.9,11.4,11.4,0,0,0,2.692,6.792A.5.5,0,0,1,11.368,14.36Z"]];
|
|
11
|
+
export const SpaSign = ["spa-sign",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M10.239,8.831a.22.22,0,0,0-.2.03.217.217,0,0,0-.092.177v1.779a.25.25,0,0,0,.341.233,1.177,1.177,0,0,0-.052-2.219Z","M24,2a2,2,0,0,0-2-2H1.75a1,1,0,0,0,0,2H3.5a.5.5,0,0,1,.5.5V3.75a.5.5,0,0,1-.5.5h-2A1.5,1.5,0,0,0,0,5.75v11a1.5,1.5,0,0,0,1.5,1.5h18a1.5,1.5,0,0,0,1.5-1.5v-11a1.5,1.5,0,0,0-1.5-1.5h-2a.5.5,0,0,1-.5-.5V2.5a.5.5,0,0,1,.5-.5h4.25a.25.25,0,0,1,.25.25V23a1,1,0,0,0,2,0ZM6,2.5A.5.5,0,0,1,6.5,2h8a.5.5,0,0,1,.5.5V3.75a.5.5,0,0,1-.5.5h-8a.5.5,0,0,1-.5-.5Zm-.25,8.15a3.133,3.133,0,0,1,1.6,2.55A2.053,2.053,0,0,1,5.3,15.25H4a.75.75,0,0,1,0-1.5H5.3a.551.551,0,0,0,.55-.55c0-.573-.343-.857-1-1.35A3.133,3.133,0,0,1,3.25,9.3,2.053,2.053,0,0,1,5.3,7.25H6.6a.75.75,0,0,1,0,1.5H5.3a.551.551,0,0,0-.55.55C4.75,9.873,5.093,10.157,5.75,10.65Zm4.2,1.99V14.5a.75.75,0,0,1-1.5,0V8a.75.75,0,0,1,.75-.75h.65a2.7,2.7,0,0,1,.1,5.39Zm7.8-3.34v5.2a.75.75,0,0,1-1.5,0V12.9a.25.25,0,0,0-.25-.25h-.6a.25.25,0,0,0-.25.25v1.6a.75.75,0,0,1-1.5,0V9.3a2.05,2.05,0,1,1,4.1,0Z","M15.15,9.3v1.6a.25.25,0,0,0,.25.25H16a.25.25,0,0,0,.25-.25V9.3a.55.55,0,1,0-1.1,0Z"]];
|
|
12
|
+
export const SpaStone = ["spa-stone",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M14,17.5c-3.853,0-7.122-1.352-8.8-3.377A.5.5,0,0,0,4.587,14c-1.909,1-3.087,2.409-3.087,4,0,3.084,4.393,5.5,10,5.5s10-2.416,10-5.5a3.416,3.416,0,0,0-.5-1.757.5.5,0,0,0-.663-.187A13.682,13.682,0,0,1,14,17.5Z","M14,16c4.767,0,8.5-2.2,8.5-5a3.633,3.633,0,0,0-1.192-2.581.5.5,0,0,0-.721.017A8.92,8.92,0,0,1,14,11,8.92,8.92,0,0,1,7.413,8.436a.5.5,0,0,0-.721-.017A3.633,3.633,0,0,0,5.5,11C5.5,13.8,9.233,16,14,16Z","M7.500 5.000 A6.5 4.5 0 1 0 20.500 5.000 A6.5 4.5 0 1 0 7.500 5.000 Z"]];
|
|
13
|
+
export const SpaBoard = ["spa-board",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,11.292a2.5,2.5,0,0,0-2.5-2.5H18.622a.5.5,0,0,1-.353-.146L13.414,3.791a2,2,0,0,0-2.827,0L5.733,8.646a.5.5,0,0,1-.353.146H4a2.5,2.5,0,0,0-2.5,2.5v7a2.5,2.5,0,0,0,2.5,2.5H20a2.5,2.5,0,0,0,2.5-2.5Zm-15.25,2.9a3.13,3.13,0,0,1,1.6,2.55,2.053,2.053,0,0,1-2.05,2.05H5.5a.75.75,0,0,1,0-1.5H6.8a.551.551,0,0,0,.55-.55c0-.573-.343-.857-1-1.35a3.13,3.13,0,0,1-1.6-2.549A2.052,2.052,0,0,1,6.8,10.792H8.1a.75.75,0,0,1,0,1.5H6.8a.551.551,0,0,0-.55.551C6.251,13.416,6.594,13.7,7.25,14.192Zm4.2,1.99v1.86a.75.75,0,0,1-1.5,0v-6.5a.75.75,0,0,1,.75-.75h.65a2.7,2.7,0,0,1,.1,5.39Zm3.532-7.39H9.019a.25.25,0,0,1-.177-.427l2.982-2.982a.25.25,0,0,1,.354,0L15.16,8.365a.25.25,0,0,1-.177.427Zm4.268,9.25a.75.75,0,0,1-1.5,0v-1.6a.249.249,0,0,0-.25-.25h-.6a.249.249,0,0,0-.25.25v1.6a.75.75,0,0,1-1.5,0v-5.2a2.05,2.05,0,1,1,4.1,0Z","M11.792,12.392a.25.25,0,0,0-.341.233V14.36a.246.246,0,0,0,.109.206.249.249,0,0,0,.232.027,1.177,1.177,0,0,0,0-2.2Z","M17.2,12.292a.551.551,0,0,0-.55.551v1.6a.25.25,0,0,0,.25.25h.6a.25.25,0,0,0,.25-.25v-1.6A.551.551,0,0,0,17.2,12.292Z"]];
|
|
14
|
+
export const SpaTowel = ["spa-towel",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.96,19.68,21.52,3.82A4.471,4.471,0,0,0,17.07,0H6.93A4.471,4.471,0,0,0,2.48,3.82L.04,19.68a5.115,5.115,0,0,0-.04.57A3.751,3.751,0,0,0,3.75,24h16.5A3.751,3.751,0,0,0,24,20.25,5.115,5.115,0,0,0,23.96,19.68Zm-1.46.57a2.253,2.253,0,0,1-2.25,2.25h-15a.75.75,0,0,1,0-1.5h14a.75.75,0,0,0,0-1.5h-14A2.253,2.253,0,0,0,3,21.75a.374.374,0,0,1-.6.3A2.248,2.248,0,0,1,3.75,18h16.5A2.253,2.253,0,0,1,22.5,20.25Zm-6.043-9.737a4.316,4.316,0,0,1-.325,1.63.5.5,0,0,1-.643.279,7.651,7.651,0,0,1-2.064-1.234.5.5,0,0,1-.067-.71,19.768,19.768,0,0,0,1.577-2.164.5.5,0,0,1,.87.045A5.245,5.245,0,0,1,16.457,10.513ZM11.138,3.9a1.1,1.1,0,0,1,1.663,0c.437.54.97,1.228,1.491,1.97a.5.5,0,0,1,.03.527,19.443,19.443,0,0,1-1.96,2.935.5.5,0,0,1-.774,0A19.757,19.757,0,0,1,9.618,6.4a.5.5,0,0,1,.03-.528C10.169,5.124,10.7,4.437,11.138,3.9Zm-3,4.462a.5.5,0,0,1,.87-.044,18.436,18.436,0,0,0,2.427,3.1l.008.012.015.009a10.807,10.807,0,0,0,2.757,2.056.5.5,0,0,1,.034.875A4.4,4.4,0,0,1,11.97,15a4.492,4.492,0,0,1-4.488-4.487A5.253,5.253,0,0,1,8.136,8.358Z"]];
|
|
15
|
+
export const SpaCandle = ["spa-candle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M7.18,7.255a2.88,2.88,0,0,0,2.879-2.879A5.309,5.309,0,0,0,7.786.089.5.5,0,0,0,7.023.65a3.155,3.155,0,0,1,.086,1.523.464.464,0,0,1-.86.14.5.5,0,0,0-.7-.18A2.553,2.553,0,0,0,4.3,4.376,2.88,2.88,0,0,0,7.18,7.255Z","M10.727,22.328a4.092,4.092,0,0,1,.18-1.392.5.5,0,0,0-.178-.546,3.529,3.529,0,0,1-1.4-3.879,3.331,3.331,0,0,1,2.032-2.059,3.75,3.75,0,0,1,.937-.211.5.5,0,0,0,.449-.5V9.5a1.5,1.5,0,0,0-1.5-1.5h-8a1.5,1.5,0,0,0-1.5,1.5v13a1.5,1.5,0,0,0,1.5,1.5h7.206a.5.5,0,0,0,.471-.67A3.4,3.4,0,0,1,10.727,22.328ZM8.249,13v1.5a1.25,1.25,0,0,1-2.5,0V13a1,1,0,0,0-1-1h-.5a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5h6a.5.5,0,0,1,.5.5v1a.5.5,0,0,1-.5.5h-1A1,1,0,0,0,8.249,13Z","M20.412,19.649a2.292,2.292,0,0,0,1.759-2.674,2.292,2.292,0,0,0-3-1.13,3.061,3.061,0,0,0-.593.264.124.124,0,0,1-.136-.007.126.126,0,0,1-.049-.128,3.08,3.08,0,0,0,.068-.645,2.293,2.293,0,0,0-2-2.5,2.292,2.292,0,0,0-2,2.5,3.08,3.08,0,0,0,.067.645.124.124,0,0,1-.184.135,3.07,3.07,0,0,0-.594-.264,2.292,2.292,0,0,0-3,1.13,2.293,2.293,0,0,0,1.76,2.674,3.084,3.084,0,0,0,.705.142.094.094,0,0,1,.082.064.1.1,0,0,1-.028.1,3.085,3.085,0,0,0-.488.528,2.294,2.294,0,0,0,.149,3.2,2.293,2.293,0,0,0,3.088-.847,3.14,3.14,0,0,0,.325-.563.125.125,0,0,1,.228,0,3.081,3.081,0,0,0,.325.563,2.293,2.293,0,0,0,3.088.847,2.294,2.294,0,0,0,.148-3.2A3.147,3.147,0,0,0,19.706,20a.125.125,0,0,1,.07-.218A3.049,3.049,0,0,0,20.412,19.649Zm-3.947.679a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16.465,20.328Z"]];
|