@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,17 @@
|
|
|
1
|
+
export const PlantBonsai2 = ["plant-bonsai-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}],["M21.554,5.338a.5.5,0,0,1-.3-.307A4.524,4.524,0,0,0,17,2a3.965,3.965,0,0,0-.456.027.5.5,0,0,1-.432-.166,5.473,5.473,0,0,0-8.224,0,.5.5,0,0,1-.432.166A3.965,3.965,0,0,0,7,2,4.522,4.522,0,0,0,2.748,5.031a.5.5,0,0,1-.3.307A2.7,2.7,0,0,0,.5,8c0,1.767,1.645,3,4,3H5.533a.5.5,0,0,1,.476.346,4.909,4.909,0,0,0,4.53,3.378.5.5,0,0,1,.461.5V15.5a.5.5,0,0,1-.5.5H6.25a1,1,0,0,0,0,2h11.5a1,1,0,0,0,0-2H13.5a.5.5,0,0,1-.5-.5v-.278a.5.5,0,0,1,.461-.5,4.911,4.911,0,0,0,4.53-3.377A.5.5,0,0,1,18.467,11H19.5c2.355,0,4-1.233,4-3A2.7,2.7,0,0,0,21.554,5.338ZM11,12.229a.5.5,0,0,1-.552.5A2.871,2.871,0,0,1,8.23,11.382.25.25,0,0,1,8.441,11H10.5a.5.5,0,0,1,.5.5Zm4.77-.847a2.875,2.875,0,0,1-2.218,1.344.5.5,0,0,1-.386-.126A.5.5,0,0,1,13,12.229V11.5a.5.5,0,0,1,.5-.5h2.058a.25.25,0,0,1,.212.382Z","M16.1,19H7.9a.5.5,0,0,0-.494.578L7.9,22.686A1.5,1.5,0,0,0,9.383,24h5.234A1.5,1.5,0,0,0,16.1,22.7l.494-3.117A.5.5,0,0,0,16.1,19Z"]];
|
|
2
|
+
export const PlantBonsai = ["plant-bonsai",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}],["M15.806,18H8.194a1,1,0,0,0-.812.416,1.02,1.02,0,0,0-.123.938L8.8,22.975A1.5,1.5,0,0,0,10.221,24h3.558A1.5,1.5,0,0,0,15.2,23l1.56-3.679A1,1,0,0,0,15.806,18Z","M16.952,5.014a.5.5,0,0,1-.468-.462C16.314,2.221,14.819,0,12,0S7.686,2.221,7.516,4.552a.5.5,0,0,1-.468.462C4.5,5.17,2.5,6.665,2.5,9.5c0,3,2.239,4.5,5,4.5h2.75a.5.5,0,0,1,.5.5v2a.5.5,0,0,0,.5.5h1.5a.5.5,0,0,0,.5-.5v-2a.5.5,0,0,1,.5-.5H16.5c2.761,0,5-1.5,5-4.5C21.5,6.665,19.5,5.17,16.952,5.014Z"]];
|
|
3
|
+
export const PlantBamboo = ["plant-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},{"transform":"translate(-11.837 8.424) rotate(-45)"},{"transform":"translate(-1.329 16.291) rotate(-45)"}],["M13.75,9.5a.5.5,0,0,0,0-1h-5a.5.5,0,0,0,0,1,.5.5,0,0,1,.5.5v4a.5.5,0,0,1-.5.5.5.5,0,0,0,0,1h5a.5.5,0,0,0,0-1,.5.5,0,0,1-.5-.5V10A.5.5,0,0,1,13.75,9.5Z","M13.75,17.5a.5.5,0,0,0,0-1h-5a.5.5,0,0,0,0,1,.5.5,0,0,1,.5.5v4.5a.5.5,0,0,1-.5.5.5.5,0,0,0,0,1h5a.5.5,0,0,0,0-1,.5.5,0,0,1-.5-.5V18A.5.5,0,0,1,13.75,17.5Z","M13.75,1a.5.5,0,0,0,0-1h-5a.5.5,0,0,0,0,1,.5.5,0,0,1,.5.5V6a.5.5,0,0,1-.5.5.5.5,0,0,0,0,1h5a.5.5,0,0,0,0-1,.5.5,0,0,1-.5-.5V1.5A.5.5,0,0,1,13.75,1Z","M3.025 18.500 A1.225 4.062 0 1 0 5.475 18.500 A1.225 4.062 0 1 0 3.025 18.500 Z","M13.877 9.750 A5.123 1.369 0 1 0 24.123 9.750 A5.123 1.369 0 1 0 13.877 9.750 Z"]];
|
|
4
|
+
export const PlantBonsai1 = ["plant-bonsai-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}],["M13.25,13.5a4,4,0,0,0,3.891-3.065.65.65,0,0,1,.524-.49,4,4,0,0,0-1.23-7.906.648.648,0,0,1-.587-.228,5,5,0,0,0-7.7,0,.651.651,0,0,1-.59.228A4,4,0,1,0,7,10h3.25a.5.5,0,0,1,.5.5V15a.5.5,0,0,1-.5.5h-4a1,1,0,0,0,0,2h11.5a1,1,0,0,0,0-2h-4.5a.5.5,0,0,1-.5-.5V14A.5.5,0,0,1,13.25,13.5Zm-.5-3.144a.5.5,0,0,1,.387-.487,4.938,4.938,0,0,0,1.189-.444.646.646,0,0,1,.633.016.5.5,0,0,1,.23.552A2,2,0,0,1,13.25,11.5h-.5Z","M16.136,18.5H7.864a.5.5,0,0,0-.5.572L7.9,22.686A1.5,1.5,0,0,0,9.383,24h5.234a1.5,1.5,0,0,0,1.488-1.309l.526-3.619a.5.5,0,0,0-.5-.572Z"]];
|
|
5
|
+
export const PlantFlower = ["plant-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}],["M16.626,14.131A1,1,0,1,0,15.6,15.844c.43.26.624.513.624.649,0,.436-1.577,1.5-4.5,1.5s-4.5-1.064-4.5-1.5c0-.123.168-.355.544-.6a1,1,0,1,0-1.086-1.68,2.784,2.784,0,0,0-1.458,2.278,2.947,2.947,0,0,0,.083.7L6.99,21.532c.219,1.463,2.1,2.461,4.729,2.461s4.51-1,4.728-2.461l1.689-4.341a2.949,2.949,0,0,0,.083-.7A2.844,2.844,0,0,0,16.626,14.131Z","M21.164,8.14A.512.512,0,0,0,20.721,8c-.459.084-2.784.536-3.446,1.2a1.978,1.978,0,0,0-.57,1.211.244.244,0,0,1-.136.2l-3.76,1.8v-1.5L15.72,8c.136-.139.355-.087.464-.074a2.18,2.18,0,0,0,1.6-.574c.663-.662,1.115-2.987,1.2-3.446a.5.5,0,0,0-.138-.443.522.522,0,0,0-.444-.139c-.459.084-2.783.536-3.445,1.2a1.987,1.987,0,0,0-.539,1.8.239.239,0,0,1-.063.219L12.809,8.079V5.347a.242.242,0,0,1,.112-.2,1.99,1.99,0,0,0,.888-1.652c0-.936-1.324-2.9-1.589-3.284a.519.519,0,0,0-.823,0c-.265.384-1.588,2.348-1.588,3.284A1.99,1.99,0,0,0,10.7,5.145a.244.244,0,0,1,.112.2V8.079L9.248,6.518c-.082-.074-.043-.2-.031-.265a1.9,1.9,0,0,0-.555-1.734C8,3.855,5.675,3.4,5.216,3.319a.5.5,0,0,0-.444.139.5.5,0,0,0-.138.443c.084.459.537,2.783,1.2,3.446A2.29,2.29,0,0,0,7.57,7.9a.279.279,0,0,1,.276.043l2.963,2.963V12.4L7.446,10.777a.247.247,0,0,1-.135-.231A1.9,1.9,0,0,0,6.725,9.2C6.062,8.537,3.738,8.085,3.279,8a.5.5,0,0,0-.443.139.5.5,0,0,0-.139.443c.084.459.536,2.784,1.2,3.445a2,2,0,0,0,1.415.585,1.957,1.957,0,0,0,.786-.17.244.244,0,0,1,.2,0l4.509,2.177v1.372a1,1,0,0,0,2,0V14.624l4.726-2.257a.238.238,0,0,1,.217.008,1.965,1.965,0,0,0,.937.239,1.987,1.987,0,0,0,1.415-.586c.663-.661,1.115-2.986,1.2-3.445A.5.5,0,0,0,21.164,8.14Z"]];
|
|
6
|
+
export const PlantPot = ["plant-pot",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}],["M7.5,13.5h.25a.75.75,0,0,1,.75.75.75.75,0,0,0,.75.75h1.5a.5.5,0,0,0,.5-.5v-6a.75.75,0,0,1,1.5,0v6a.5.5,0,0,0,.5.5h1.5a.75.75,0,0,0,.75-.75.75.75,0,0,1,.75-.75h.25a1.75,1.75,0,0,0,0-3.5H15.25a.75.75,0,0,1,0-1.5h.25a2,2,0,0,0,0-4c-.9,0-1.458.917-2.048-.1a.943.943,0,0,1,.255-1.187A1.726,1.726,0,0,0,14.5,1.75,1.749,1.749,0,0,0,12.75,0h-1.5A1.75,1.75,0,0,0,9.5,1.75a1.726,1.726,0,0,0,.793,1.467A.942.942,0,0,1,10.548,4.4C9.959,5.417,9.4,4.5,8.5,4.5a2,2,0,0,0,0,4h.25a.75.75,0,0,1,0,1.5H7.5a1.75,1.75,0,0,0,0,3.5Z","M18.128,16.906a1.006,1.006,0,0,0-.8-.406H6.677a1,1,0,0,0-.956,1.294L6.87,21.529A3.484,3.484,0,0,0,10.216,24h3.568a3.484,3.484,0,0,0,3.346-2.471L18.278,17.8A1,1,0,0,0,18.128,16.906Z"]];
|
|
7
|
+
export const PlantCacti = ["plant-cacti",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.5,18.5H2.5a1.522,1.522,0,0,0-.9,2.731C2.7,22.063,5.926,24,12,24s9.3-1.937,10.4-2.769a1.508,1.508,0,0,0,.6-1.2V20A1.5,1.5,0,0,0,21.5,18.5Z","M6,15H5a.75.75,0,0,0,0,1.5H6a.5.5,0,0,1,.5.5.5.5,0,0,0,.5.5h5a.5.5,0,0,0,.5-.5.5.5,0,0,1,.5-.5h1A.75.75,0,0,0,14,15H13a.5.5,0,0,1-.5-.5v-1A.5.5,0,0,1,13,13h1a.75.75,0,0,0,0-1.5H12.854a.5.5,0,0,1-.479-.357,2.97,2.97,0,0,0-.144-.386.5.5,0,0,1,.094-.554L13.291,9.2a.75.75,0,0,0-1.082-1.039l-.943.982a.5.5,0,0,1-.562.112,3,3,0,0,0-2.408,0,.5.5,0,0,1-.562-.112l-.943-.982A.75.75,0,0,0,5.709,9.2L6.675,10.2a.5.5,0,0,1,.094.554,2.97,2.97,0,0,0-.144.386.5.5,0,0,1-.479.357H5A.75.75,0,0,0,5,13H6a.5.5,0,0,1,.5.5v1A.5.5,0,0,1,6,15Z","M8.5,7h.471a.529.529,0,0,1,.529.529.5.5,0,0,0,.445.5,4.012,4.012,0,0,1,.555.1.5.5,0,0,0,.485-.138l.5-.523A1.75,1.75,0,1,1,14.013,9.89l-.179.186a.25.25,0,0,0,.174.423,1.75,1.75,0,0,1,.838,3.282.25.25,0,0,0,0,.438,1.748,1.748,0,0,1,.31,2.844.25.25,0,0,0,.166.437H18a.5.5,0,0,0,.5-.5V15.428a.5.5,0,0,1,.5-.5h.5a.75.75,0,0,0,0-1.5H19a.5.5,0,0,1-.5-.5v-1.5a.5.5,0,0,1,.5-.5h.5a.75.75,0,0,0,0-1.5H19a.5.5,0,0,1-.5-.5V7.5A.5.5,0,0,1,19,7h.5a.75.75,0,0,0,0-1.5h-.659a.5.5,0,0,1-.484-.375,4.448,4.448,0,0,0-.481-1.159.5.5,0,0,1,.076-.607l.467-.468a.75.75,0,1,0-1.06-1.061l-.467.467a.5.5,0,0,1-.608.077,4.485,4.485,0,0,0-1.159-.482.5.5,0,0,1-.375-.483V.75a.75.75,0,0,0-1.5,0v.659a.5.5,0,0,1-.375.483,4.485,4.485,0,0,0-1.159.482.5.5,0,0,1-.608-.077l-.467-.467a.75.75,0,0,0-1.06,1.061l.467.468a.5.5,0,0,1,.076.607,4.448,4.448,0,0,0-.481,1.159.5.5,0,0,1-.484.375H8.5A.75.75,0,0,0,8.5,7Z"]];
|
|
8
|
+
export const PlantFlowers = ["plant-flowers",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}],["M2.5,11.5h-1A1.5,1.5,0,0,0,0,13v9.5A1.5,1.5,0,0,0,1.5,24h1a.5.5,0,0,0,.5-.5V12A.5.5,0,0,0,2.5,11.5Z","M22.5,11.5h-1a.5.5,0,0,0-.5.5V23.5a.5.5,0,0,0,.5.5h1A1.5,1.5,0,0,0,24,22.5V13A1.5,1.5,0,0,0,22.5,11.5Z","M4.000 16.000 L20.000 16.000 L20.000 19.500 L4.000 19.500 Z","M4.000 20.500 L20.000 20.500 L20.000 24.000 L4.000 24.000 Z","M19.764,11.575a.5.5,0,0,1-.23-.5A7.48,7.48,0,0,1,21.07,8a.288.288,0,0,1,.317-.1A1.972,1.972,0,0,0,22,8a2,2,0,1,0-2-2,.233.233,0,0,1-.313.218.289.289,0,0,1-.187-.27V3.89a.289.289,0,0,1,.125-.238,2,2,0,1,0-2.25,0,.289.289,0,0,1,.125.238V5.951a.289.289,0,0,1-.188.27A.232.232,0,0,1,17,6a2,2,0,1,0-2,2,1.972,1.972,0,0,0,.613-.1.288.288,0,0,1,.317.1,7.718,7.718,0,0,1,1.517,2.958A.456.456,0,0,1,17,11.5H7a.456.456,0,0,1-.447-.54A7.718,7.718,0,0,1,8.07,8a.288.288,0,0,1,.317-.1A1.972,1.972,0,0,0,9,8,2,2,0,1,0,7,6a.233.233,0,0,1-.313.218.289.289,0,0,1-.187-.27V3.89a.289.289,0,0,1,.125-.238,2,2,0,1,0-2.25,0A.289.289,0,0,1,4.5,3.89V5.951a.289.289,0,0,1-.188.27A.232.232,0,0,1,4,6,2,2,0,1,0,2,8a1.972,1.972,0,0,0,.613-.1A.288.288,0,0,1,2.93,8a7.48,7.48,0,0,1,1.536,3.073.5.5,0,0,1-.23.5A.5.5,0,0,0,4,12v2.5a.5.5,0,0,0,.5.5h15a.5.5,0,0,0,.5-.5V12A.5.5,0,0,0,19.764,11.575Z"]];
|
|
9
|
+
export const PlantPot3 = ["plant-pot-3",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,17H6a.5.5,0,0,0-.493.582l.861,5.164A1.493,1.493,0,0,0,7.847,24h8.306a1.493,1.493,0,0,0,1.479-1.254l.861-5.164A.5.5,0,0,0,18,17Z","M19.5,12H13.885a.5.5,0,0,1-.492-.593.707.707,0,0,1,.42-.52,7.466,7.466,0,0,0,1.719-1.03.5.5,0,0,1,.365-.106,5.022,5.022,0,0,0,.518.027,6.072,6.072,0,0,0,3.482-1.2A1,1,0,1,0,18.76,6.934a5.8,5.8,0,0,1-.657.4.25.25,0,0,1-.34-.33q.079-.168.156-.345a1,1,0,0,0-1.838-.787,6.074,6.074,0,0,1-2.053,2.614.25.25,0,0,1-.4-.2A15.256,15.256,0,0,0,13.486,6.6a.5.5,0,0,1,.253-.5A8.179,8.179,0,0,0,16.3,3.863a1,1,0,0,0-1.6-1.2,6.1,6.1,0,0,1-1.013,1.059.25.25,0,0,1-.409-.2,10.232,10.232,0,0,1,.258-2.283A1,1,0,0,0,11.6.758c-.027.111-.053.223-.077.336a.25.25,0,0,1-.463.07,1.8,1.8,0,0,1-.11-.23,1,1,0,0,0-1.894.645,5.439,5.439,0,0,0,2.028,2.494.5.5,0,0,1,.21.39c.055,1.574.253,2.412.324,3.448a.25.25,0,0,1-.319.257A7.22,7.22,0,0,1,8.267,6.121,1,1,0,0,0,6.732,7.4a8.985,8.985,0,0,0,4.415,2.787.436.436,0,0,1,.339.5c-.057.364-.123.678-.186.934a.5.5,0,0,1-.486.381H4.5a1,1,0,0,0-1,1v1.5a1,1,0,0,0,1,1h15a1,1,0,0,0,1-1V13A1,1,0,0,0,19.5,12Z"]];
|
|
10
|
+
export const PlantPot2 = ["plant-pot-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}],["M7.325,9.741A1,1,0,0,0,8,10h2.569A.5.5,0,0,0,11,9.741l.294-.535a.5.5,0,0,0,0-.482L7.4,1.646a.962.962,0,0,0-.9-.508.979.979,0,0,0-.857.578A6.974,6.974,0,0,0,7.325,9.741Z","M11.781,7.493a.249.249,0,0,0,.438,0l2.143-3.9a.5.5,0,0,0,0-.474c-.55-1.049-1.123-2.032-1.509-2.674a1.043,1.043,0,0,0-1.715,0c-.386.644-.959,1.627-1.508,2.675a.5.5,0,0,0,0,.474Z","M19.867,11.6a1.508,1.508,0,0,0-1.2-.6H5.333a1.5,1.5,0,0,0-1.439,1.92L6.6,22.2A2.513,2.513,0,0,0,9,24h6a2.513,2.513,0,0,0,2.4-1.8l2.706-9.28A1.508,1.508,0,0,0,19.867,11.6Z","M12.21,9.877a.249.249,0,0,0,.215.123H16a1,1,0,0,0,.672-.259A7.033,7.033,0,0,0,17.85,8.357a6.938,6.938,0,0,0,.5-6.641.981.981,0,0,0-1.755-.07L12.206,9.63A.248.248,0,0,0,12.21,9.877Z"]];
|
|
11
|
+
export const Plant1 = ["plant-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},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,9a1,1,0,0,0-1,1V23a1,1,0,0,0,2,0V10A1,1,0,0,0,12,9Z","M12.782.28a1.231,1.231,0,0,0-1.563,0A4.815,4.815,0,0,0,9.25,3.86c0,2.318,2.247,3.8,2.343,3.857a.749.749,0,0,0,.813,0c.1-.061,2.344-1.539,2.344-3.857A4.91,4.91,0,0,0,12.782.28Z","M6.043,18.46a7.468,7.468,0,0,0-4.427.14h0A1.251,1.251,0,0,0,1,20.535,7.48,7.48,0,0,0,4.519,23.22a7.351,7.351,0,0,0,4.429-.141,1.251,1.251,0,0,0,.618-1.934A7.468,7.468,0,0,0,6.043,18.46Z","M6.043,12.46a7.468,7.468,0,0,0-4.427.14h0A1.251,1.251,0,0,0,1,14.535,7.48,7.48,0,0,0,4.519,17.22a7.351,7.351,0,0,0,4.429-.141,1.251,1.251,0,0,0,.618-1.934A7.468,7.468,0,0,0,6.043,12.46Z","M5.385,11.127a6.018,6.018,0,0,0,3.625-.113,1.148,1.148,0,0,0,.571-1.777,6.122,6.122,0,0,0-2.887-2.2,6.126,6.126,0,0,0-3.627.112h0A1.149,1.149,0,0,0,2.5,8.928,6.113,6.113,0,0,0,5.385,11.127Z","M17.957,18.46a7.468,7.468,0,0,1,4.427.14h0A1.251,1.251,0,0,1,23,20.535a7.48,7.48,0,0,1-3.523,2.685,7.351,7.351,0,0,1-4.429-.141,1.251,1.251,0,0,1-.618-1.934A7.468,7.468,0,0,1,17.957,18.46Z","M17.957,12.46a7.468,7.468,0,0,1,4.427.14h0A1.251,1.251,0,0,1,23,14.535a7.48,7.48,0,0,1-3.523,2.685,7.351,7.351,0,0,1-4.429-.141,1.251,1.251,0,0,1-.618-1.934A7.468,7.468,0,0,1,17.957,12.46Z","M18.615,11.127a6.018,6.018,0,0,1-3.625-.113,1.148,1.148,0,0,1-.571-1.777,6.122,6.122,0,0,1,2.887-2.2,6.126,6.126,0,0,1,3.627.112h0A1.149,1.149,0,0,1,21.5,8.928,6.113,6.113,0,0,1,18.615,11.127Z"]];
|
|
12
|
+
export const Plant2 = ["plant-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}],["M9.727,12.124c-3.86-2.572-3.86-4.543-3.86-5.385A4.744,4.744,0,0,1,10.606,2,3.6,3.6,0,0,1,14.2,5.591a2.677,2.677,0,0,1-2.673,2.674A1.941,1.941,0,0,1,9.586,6.326a1,1,0,1,0-2,0,3.943,3.943,0,0,0,3.939,3.939A4.679,4.679,0,0,0,16.2,5.591,5.6,5.6,0,0,0,10.606,0,6.747,6.747,0,0,0,3.867,6.739c0,1.062,0,3.883,4.75,7.049,4.424,2.949,2.125,8.585,2.026,8.821a1,1,0,0,0,1.84.782C13.563,20.85,14.376,15.224,9.727,12.124Z","M15.294,16.584a4.909,4.909,0,0,0,1.241-1.46A.25.25,0,0,1,16.741,15a2,2,0,1,0-1.912-1.136.25.25,0,0,1,0,.223,2.891,2.891,0,0,1-.777.937,1,1,0,1,0,1.246,1.564Z","M19.905,18.574a2,2,0,0,0-3.759,1.156.249.249,0,0,1-.055.188,2.936,2.936,0,0,1-1.586.982,1,1,0,0,0,.237,1.972,1.024,1.024,0,0,0,.238-.028A5.025,5.025,0,0,0,17.36,21.5a.251.251,0,0,1,.245-.066,1.977,1.977,0,0,0,1.453-.157A2,2,0,0,0,19.905,18.574Z"]];
|
|
13
|
+
export const PlantPot1 = ["plant-pot-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20.168,5.216a.5.5,0,0,0-.332-.276.506.506,0,0,0-.423.085c-1.668,1.26-3.19.911-4.8,1.984A2.737,2.737,0,0,0,13.243,9.2a2.115,2.115,0,0,0,.38,1.2.5.5,0,0,1,.019.526c-.192.337-.369.679-.532,1.02a.25.25,0,0,1-.46-.024,13.416,13.416,0,0,0-1.278-2.549.5.5,0,0,1,.149-.679A3.089,3.089,0,0,0,12.94,6.838a3.789,3.789,0,0,0-1.148-3.266A6.674,6.674,0,0,0,8.307,1.71,8.865,8.865,0,0,1,4.917.118a.5.5,0,0,0-.764.149c-1.378,2.606-.73,7.352.778,9.13.862,1.015,2.116,2.015,3.436,1.831a2.228,2.228,0,0,0,.508-.135.5.5,0,0,0,.256-.706A24.1,24.1,0,0,0,6.176,6.149a.5.5,0,1,1,.754-.656c3.691,4.236,4.85,7.8,5.142,10.961a.5.5,0,0,1-.5.546h-1.8a1.5,1.5,0,0,0-1.422,1.975l1.105,3.316A2.5,2.5,0,0,0,11.832,24H13.95a2.5,2.5,0,0,0,2.371-1.709l1.1-3.316A1.5,1.5,0,0,0,16,17H14.075a.5.5,0,0,1-.5-.455c-.028-.306-.067-.674-.121-1.081a1,1,0,0,1,.04-.441c.759-2.336,2.14-5.272,4.231-6.352a.5.5,0,0,1,.459.889,6.733,6.733,0,0,0-2.418,2.7.5.5,0,0,0,.24.706,2.033,2.033,0,0,0,.418.128,3.23,3.23,0,0,0,2.788-1.157A7.3,7.3,0,0,0,20.168,5.216Z"]];
|
|
14
|
+
export const PlantSmile = ["plant-smile",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}],["M11.781,7.512a.25.25,0,0,0,.438,0l2.143-3.895a.5.5,0,0,0,0-.474c-.55-1.049-1.123-2.031-1.509-2.674a1.043,1.043,0,0,0-1.715,0c-.386.644-.959,1.627-1.508,2.675a.5.5,0,0,0,0,.474Z","M20.75,10.982H3.25a.75.75,0,0,0,0,1.5h.372a.5.5,0,0,1,.5.458l.729,8.749A2.514,2.514,0,0,0,7.34,23.982h9.32a2.514,2.514,0,0,0,2.491-2.293l.729-8.749a.5.5,0,0,1,.5-.458h.372a.75.75,0,0,0,0-1.5ZM7.839,14.746a1.957,1.957,0,0,1,1.738-1.014h0a1.955,1.955,0,0,1,1.737,1.014.75.75,0,1,1-1.322.708.5.5,0,0,0-.832,0,.75.75,0,0,1-1.322-.708Zm7.96,4.57a4.2,4.2,0,0,1-7.6,0,.75.75,0,0,1,1.343-.668,2.7,2.7,0,0,0,4.914,0,.75.75,0,1,1,1.342.668Zm.055-3.555a.75.75,0,0,1-1.015-.307.5.5,0,0,0-.832,0,.75.75,0,0,1-1.322-.708,1.955,1.955,0,0,1,1.737-1.014h0a1.957,1.957,0,0,1,1.738,1.014A.75.75,0,0,1,15.854,15.761Z","M7.324,9.723A1,1,0,0,0,8,9.982h2.568A.5.5,0,0,0,11,9.723l.294-.535a.5.5,0,0,0,0-.482L7.4,1.628a.968.968,0,0,0-.9-.508.979.979,0,0,0-.857.578,6.94,6.94,0,0,0,.5,6.641A7.033,7.033,0,0,0,7.324,9.723Z","M12.21,9.859a.249.249,0,0,0,.215.123H16a1,1,0,0,0,.672-.259A7.033,7.033,0,0,0,17.85,8.339a6.938,6.938,0,0,0,.5-6.641A.982.982,0,0,0,16.6,1.627L12.206,9.612A.248.248,0,0,0,12.21,9.859Z"]];
|
|
15
|
+
export const PlantSad = ["plant-sad",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.75,10.982H3.25a.75.75,0,0,0,0,1.5h.372a.5.5,0,0,1,.5.458l.729,8.749A2.514,2.514,0,0,0,7.34,23.982h9.32a2.514,2.514,0,0,0,2.491-2.293l.729-8.749a.5.5,0,0,1,.5-.458h.372a.75.75,0,0,0,0-1.5Zm-11.5,3A1.25,1.25,0,1,1,8,15.232,1.25,1.25,0,0,1,9.25,13.982Zm6.212,7.671a.748.748,0,0,1-1-.337,2.7,2.7,0,0,0-4.914,0A.75.75,0,0,1,8.2,20.647a4.2,4.2,0,0,1,7.6,0A.748.748,0,0,1,15.462,21.653Zm-.712-5.171A1.25,1.25,0,1,1,16,15.232,1.25,1.25,0,0,1,14.75,16.482Z","M11.781,7.512a.25.25,0,0,0,.438,0l2.143-3.895a.5.5,0,0,0,0-.474c-.55-1.049-1.123-2.031-1.509-2.674a1.043,1.043,0,0,0-1.715,0c-.386.644-.959,1.627-1.508,2.675a.5.5,0,0,0,0,.474Z","M7.324,9.723A1,1,0,0,0,8,9.982h2.568A.5.5,0,0,0,11,9.723l.294-.535a.5.5,0,0,0,0-.482L7.4,1.628a.968.968,0,0,0-.9-.508.979.979,0,0,0-.857.578,6.94,6.94,0,0,0,.5,6.641A7.033,7.033,0,0,0,7.324,9.723Z","M12.21,9.859a.249.249,0,0,0,.215.123H16a1,1,0,0,0,.672-.259A7.033,7.033,0,0,0,17.85,8.339a6.938,6.938,0,0,0,.5-6.641A.982.982,0,0,0,16.6,1.627L12.206,9.612A.248.248,0,0,0,12.21,9.859Z"]];
|
|
16
|
+
export const PlantCactus = ["plant-cactus",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}],["M17.309,18h-11a.5.5,0,0,0-.493.582l.346,2.076A4,4,0,0,0,10.107,24h3.4a4,4,0,0,0,3.945-3.342l.346-2.076A.5.5,0,0,0,17.309,18Z","M21.809,11h-.918a.125.125,0,0,1-.124-.107.248.248,0,0,1,.071-.214l.825-.825a.5.5,0,0,0-.707-.708l-.441.441a.41.41,0,0,1-.482.073.419.419,0,0,1-.224-.372V8.5a.5.5,0,0,0-1,0v.779a.432.432,0,0,1-.231.382.4.4,0,0,1-.471-.07l-.444-.445a.5.5,0,0,0-.707.708l.808.808a.227.227,0,0,1,.06.217c-.139.558-.192.621-.515.621h-1a.5.5,0,0,1-.5-.5V6.5a.5.5,0,0,1,.5-.5h1a.5.5,0,0,0,0-1H15.783a.5.5,0,0,1-.45-.282,4.629,4.629,0,0,0-.228-.417.5.5,0,0,1,.025-.562L16.209,2.3a.5.5,0,1,0-.8-.6l-.9,1.2a.5.5,0,0,1-.658.128,3.581,3.581,0,0,0-1.142-.442.5.5,0,0,1-.4-.49V.5a.5.5,0,0,0-1,0V2.1a.5.5,0,0,1-.4.49,3.584,3.584,0,0,0-1.141.442A.5.5,0,0,1,9.111,2.9l-.9-1.2a.5.5,0,0,0-.8.6L8.488,3.739a.5.5,0,0,1,.025.562,4.768,4.768,0,0,0-.7,2.2v2a.5.5,0,0,1-.5.5h-.5a.5.5,0,0,1-.5-.5V7a2.184,2.184,0,0,0-.249-.991.5.5,0,0,1,.072-.568l.548-.6a.5.5,0,1,0-.741-.672l-.776.857a.22.22,0,0,1-.223.064.182.182,0,0,1-.131-.174V4a.5.5,0,0,0-1,0v.932A.154.154,0,0,1,3.7,5.08a.186.186,0,0,1-.172-.041l-1-.908a.5.5,0,1,0-.672.738l.6.542a.5.5,0,0,1,.106.6A2.181,2.181,0,0,0,2.309,7V8.5a4.5,4.5,0,0,0,4.5,4.5h.5a.5.5,0,0,1,.5.5V16a.5.5,0,0,0,.5.5h7a.5.5,0,0,0,.5-.5V15a.5.5,0,0,1,.5-.5h1.5a3,3,0,0,0,2.875-2.143A.5.5,0,0,1,21.163,12h.646a.5.5,0,0,0,0-1Z"]];
|
|
17
|
+
export const Plant = ["plant",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.866,7.854v.6a.5.5,0,0,0,.205.4,6.835,6.835,0,0,1,2.737,4.617.5.5,0,0,0,.725.38A5.84,5.84,0,0,0,17.7,8.667a.5.5,0,0,0-.5-.5,5.806,5.806,0,0,0-3.916,1.514.251.251,0,0,1-.418-.186V7.855a1,1,0,0,1,.155-.534,5.784,5.784,0,0,0-.8-7.175.5.5,0,0,0-.707,0,5.785,5.785,0,0,0-.8,7.174A1,1,0,0,1,10.866,7.854Z","M12.866,16.782V14.367A5.84,5.84,0,0,0,7.033,8.533a.5.5,0,0,0-.5.5,5.845,5.845,0,0,0,3.7,5.43,1,1,0,0,1,.633.929v2.33a.249.249,0,0,1-.429.173,7.664,7.664,0,0,0-5.5-2.328.75.75,0,0,0-.75.75A7.7,7.7,0,0,0,9.774,23.71a.479.479,0,0,0,.609-.46,8.649,8.649,0,0,1,2.227-5.8A1,1,0,0,0,12.866,16.782Z","M19.067,15.568a7.692,7.692,0,0,0-7.684,7.682.75.75,0,0,0,.75.75,7.692,7.692,0,0,0,7.684-7.682A.749.749,0,0,0,19.067,15.568Z"]];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const TreeLog = ["tree-log",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}],["M20.031,7.121a.5.5,0,0,1-.225-.634l.44-1.051a1.941,1.941,0,0,0-.175-1.831,2.007,2.007,0,0,0-2.9-.387L14,5.989a1,1,0,0,1-.658.247H7.5a7.5,7.5,0,0,0,0,15h9A7.5,7.5,0,0,0,20.031,7.121ZM7.5,19.736a6,6,0,1,1,6-6A6.006,6.006,0,0,1,7.5,19.736Zm10-2.5H15.25a.75.75,0,0,1,0-1.5H17.5a.75.75,0,0,1,0,1.5Zm3-4.5H16.75a.75.75,0,0,1,0-1.5H20.5a.75.75,0,0,1,0,1.5Z","M7.5,9.236a4.5,4.5,0,1,0,4.5,4.5A4.505,4.505,0,0,0,7.5,9.236Zm0,7.5a3,3,0,1,1,3-3A3,3,0,0,1,7.5,16.736Z","M6.000 13.736 A1.500 1.500 0 1 0 9.000 13.736 A1.500 1.500 0 1 0 6.000 13.736 Z"]];
|
|
2
|
+
export const Tree1 = ["tree-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}],["M15.968,16.5h-1.01a.5.5,0,0,0-.493.415,2.509,2.509,0,0,1-1.075,1.656A.25.25,0,0,1,13,18.363V17a.5.5,0,0,0-.5-.5h-1a.5.5,0,0,0-.5.5v6a1,1,0,0,0,2,0V21.265a.5.5,0,0,1,.35-.477,4.516,4.516,0,0,0,3.114-3.725.5.5,0,0,0-.5-.563Z","M18.771,11.389h0L14.224,1.43a2.444,2.444,0,0,0-4.448,0L5.229,11.389a2.544,2.544,0,0,0,2.315,3.6h8.912a2.544,2.544,0,0,0,2.315-3.6Z"]];
|
|
3
|
+
export const Tree2 = ["tree-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}],["M12.9,17.76a5.593,5.593,0,0,1-.688-.261.5.5,0,0,0-.416,0,5.655,5.655,0,0,1-.688.261.5.5,0,0,0-.354.478V22.75a1.25,1.25,0,0,0,2.5,0V18.238A.5.5,0,0,0,12.9,17.76Z","M18.882,6.663a1,1,0,0,1-.421-.673,2.98,2.98,0,0,0-2.117-2.37,1,1,0,0,1-.694-.731,3.75,3.75,0,0,0-7.3,0,1,1,0,0,1-.694.731A2.98,2.98,0,0,0,5.539,5.99a1,1,0,0,1-.421.673A3.754,3.754,0,0,0,5.2,12.89a.991.991,0,0,1,.425.6A4.055,4.055,0,0,0,11.514,16a1,1,0,0,1,.972,0,4.056,4.056,0,0,0,5.892-2.51.991.991,0,0,1,.425-.6,3.754,3.754,0,0,0,.079-6.227Z"]];
|
|
4
|
+
export const Tree = ["tree",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19,13a6.419,6.419,0,0,0-.779-3.057L13.178.7a1.342,1.342,0,0,0-2.356,0L5.779,9.943A6.419,6.419,0,0,0,5,13a7.012,7.012,0,0,0,5.367,6.807.5.5,0,0,1,.383.486V22.75a1.25,1.25,0,0,0,2.5,0V20.293a.5.5,0,0,1,.383-.486A7.012,7.012,0,0,0,19,13Z"]];
|
|
5
|
+
export const TreesChop = ["trees-chop",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.166,15.7A1,1,0,1,0,20.745,14.3l-1.412,1.426a.249.249,0,0,1-.418-.108A1.453,1.453,0,0,0,17.482,14.5H5.429a1.5,1.5,0,0,0-1.5,1.422A11.29,11.29,0,0,1,1.746,22.4a1,1,0,0,0,.8,1.6H5.8a.5.5,0,0,0,.5-.5v-3a.75.75,0,0,1,1.5,0v3a.5.5,0,0,0,.5.5h1.911a.5.5,0,0,0,.5-.5v-3a.75.75,0,0,1,1.5,0v3a.5.5,0,0,0,.5.5H14.8a.5.5,0,0,0,.5-.5v-3a.75.75,0,0,1,1.5,0v3a.5.5,0,0,0,.5.5h3.071a1,1,0,0,0,.8-1.6,10.453,10.453,0,0,1-1.741-3.567.5.5,0,0,1,.128-.486C19.954,17.946,20.9,16.982,22.166,15.7Z","M4.457,10.75a1.249,1.249,0,0,0,.585-.146l.5-.267a.5.5,0,0,1,.727.353,10.13,10.13,0,0,1,.111,2.285.5.5,0,0,0,.5.525h5.908A.51.51,0,0,0,13,13.452l2.236-1.059a1,1,0,0,0,.05-1.783,10.551,10.551,0,0,1-3.585-2.9.5.5,0,0,1,.169-.738l8.7-4.62A1.25,1.25,0,1,0,19.4.147L10.422,4.914a.5.5,0,0,1-.541-.047A1.006,1.006,0,0,0,8.818,4.76L5.644,6.347A1,1,0,0,0,5.1,7.372a.5.5,0,0,1-.26.51L3.869,8.4a1.25,1.25,0,0,0,.588,2.353Z"]];
|
|
6
|
+
export const TreesHive = ["trees-hive",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.909,7.636h-.272a.273.273,0,0,1-.164-.491A1.091,1.091,0,1,0,21.163,5.4L18.4,7.473a.25.25,0,0,1-.4-.2V5.727a1.638,1.638,0,0,0-1.637-1.636H12.009A2.743,2.743,0,0,0,9.386,6.068L8.967,7.536a.25.25,0,0,1-.48,0L8.065,6.059A2.727,2.727,0,0,0,5.454,4.091,1.638,1.638,0,0,0,3.818,5.727V15a2.73,2.73,0,0,1-2.727,2.727A1.093,1.093,0,0,0,0,18.82a1.093,1.093,0,0,0,1.091,1.089H20.727a1.091,1.091,0,0,0,0-2.182A2.73,2.73,0,0,1,18,15V10.745a.5.5,0,0,1,.2-.4c.176-.129.423-.313.574-.425a.492.492,0,0,1,.3-.1h3.834a1.091,1.091,0,1,0,0-2.182Zm-9.273,2.455a.546.546,0,0,1-1.091,0V7.364a.546.546,0,1,1,1.091,0Z"]];
|
|
7
|
+
export const TreesLog = ["trees-log",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}],["M6.750 7.000 A1.250 1.250 0 1 0 9.250 7.000 A1.250 1.250 0 1 0 6.750 7.000 Z","M8,11.5h9a4.5,4.5,0,0,0,0-9H8a4.5,4.5,0,0,0,0,9ZM17.5,7a.5.5,0,0,1,0,1h-1a.5.5,0,0,1,0-1Zm-4-2h3a.5.5,0,0,1,0,1h-3a.5.5,0,0,1,0-1Zm0,3h1a.5.5,0,0,1,0,1h-1a.5.5,0,0,1,0-1ZM8,4.25A2.75,2.75,0,1,1,5.25,7,2.752,2.752,0,0,1,8,4.25Z","M3.250 17.000 A1.250 1.250 0 1 0 5.750 17.000 A1.250 1.250 0 1 0 3.250 17.000 Z","M10.000 17.000 A1.250 1.250 0 1 0 12.500 17.000 A1.250 1.250 0 1 0 10.000 17.000 Z","M19.5,12.5H4.5a4.5,4.5,0,0,0,0,9h15a4.5,4.5,0,0,0,0-9Zm-15,7.25A2.75,2.75,0,1,1,7.25,17,2.752,2.752,0,0,1,4.5,19.75Zm6.75,0A2.75,2.75,0,1,1,14,17,2.752,2.752,0,0,1,11.25,19.75ZM18,19H16.5a.5.5,0,0,1,0-1H18a.5.5,0,0,1,0,1Zm-1.5-3a.5.5,0,0,1,0-1H20a.5.5,0,0,1,0,1ZM21,18H20a.5.5,0,0,1,0-1h1a.5.5,0,0,1,0,1Z"]];
|
|
8
|
+
export const TreeChristmas = ["tree-christmas",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}],["M13,19.6H11a.5.5,0,0,0-.5.5v2.4a1.5,1.5,0,0,0,3,0V20.1A.5.5,0,0,0,13,19.6Z","M19.3,16.471,16.4,12.98a.248.248,0,0,1-.034-.265.252.252,0,0,1,.227-.144h.469a1,1,0,0,0,.832-1.553l-2.731-4.1a.25.25,0,0,1,.153-.383.913.913,0,0,0,.627-.494A.994.994,0,0,0,15.9,5.018L12.832.418a1.037,1.037,0,0,0-1.664,0L8.1,5.018a.994.994,0,0,0-.049,1.025.913.913,0,0,0,.627.494.25.25,0,0,1,.153.383L6.1,11.018a1,1,0,0,0,.832,1.553H7.4a.252.252,0,0,1,.227.144.248.248,0,0,1-.034.265L4.7,16.471a1,1,0,0,0,.8,1.6h13a1,1,0,0,0,.8-1.6Z"]];
|
|
9
|
+
export const TreeCloud = ["tree-cloud",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.5,14.994a2,2,0,0,0-2,2,.5.5,0,0,1-.2.4l-.4.3a.25.25,0,0,1-.4-.2V14.95a.5.5,0,0,0-.56-.5,7.853,7.853,0,0,1-.933.056,7.7,7.7,0,0,1-.947-.058.5.5,0,0,0-.56.5V22.5a1.5,1.5,0,0,0,3,0V20.744a.5.5,0,0,1,.2-.4L15.5,19a.5.5,0,0,1,.44-.08,2,2,0,1,0,.561-3.921Z","M18.816,5.055a.5.5,0,0,1-.568-.357A6.5,6.5,0,0,0,6.641,2.826a.5.5,0,0,1-.479.214,5,5,0,1,0,2.1,9.119.5.5,0,0,1,.526-.019,6.47,6.47,0,0,0,7.174-.5.437.437,0,0,1,.592.053,4,4,0,1,0,2.264-6.64Z"]];
|
|
10
|
+
export const TreeTwo = ["tree-two",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.62.84a1.166,1.166,0,0,0-2.239,0L.072,15.681A1.813,1.813,0,0,0,1.813,18H4a.5.5,0,0,1,.5.5V23a1,1,0,0,0,2,0V18.5A.5.5,0,0,1,7,18H9.187a1.812,1.812,0,0,0,1.741-2.318Z","M17.5,3a6.5,6.5,0,0,0-1.393,12.85.5.5,0,0,1,.393.488V23a1,1,0,0,0,2,0V16.338a.5.5,0,0,1,.393-.488A6.5,6.5,0,0,0,17.5,3Z"]];
|
|
11
|
+
export const TreesCampFire = ["trees-camp-fire",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.819,14.91,21.781,12a.328.328,0,0,1,.268-.516,1,1,0,0,0,.844-1.537L20.5,6.193A.253.253,0,0,1,20.471,6a.256.256,0,0,1,.116-.157,1,1,0,0,0,.347-1.374L18.388.226a.52.52,0,0,0-.857,0L15.48,3.645a.5.5,0,0,0-.037.44,2.506,2.506,0,0,1-.021,1.882.5.5,0,0,0,.04.462L17.2,9.157a2.5,2.5,0,0,1,.079,2.55,2.373,2.373,0,0,1-.2.309.5.5,0,0,0-.011.589l1.022,1.46a2.505,2.505,0,0,1-.865,3.639.5.5,0,0,0-.263.441v1.838a1,1,0,0,0,2,0v-3a.5.5,0,0,1,.5-.5H23a1,1,0,0,0,.82-1.573Z","M16.859,14.91,14.821,12a.328.328,0,0,1,.268-.516,1,1,0,0,0,.844-1.537L13.544,6.193a.252.252,0,0,1,.083-.35,1,1,0,0,0,.348-1.374L11.429.226a.52.52,0,0,0-.858,0L8.026,4.469a1,1,0,0,0-.013,1.007.991.991,0,0,0,.36.367.252.252,0,0,1,.083.35L6.067,9.946a1,1,0,0,0,.844,1.537A.327.327,0,0,1,7.179,12l-.5.709a.5.5,0,0,0,.048.632,10.21,10.21,0,0,1,1.92,2.85.5.5,0,0,0,.456.294H9.5a.5.5,0,0,1,.5.5v3a1,1,0,0,0,2,0v-3a.5.5,0,0,1,.5-.5h3.54a1,1,0,0,0,.819-1.573Z","M4,13.055a.642.642,0,0,0-.95.708,7,7,0,0,1-.007,4.152.5.5,0,0,1-.867.122c-.094-.125-.191-.256-.284-.383a.642.642,0,0,0-1.075.062A5.346,5.346,0,0,0,0,20a4,4,0,0,0,8,0A8.366,8.366,0,0,0,4,13.055Z"]];
|
|
12
|
+
export const Trees = ["trees",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}],["M5.929,7.726,5.078,6.307A.25.25,0,0,1,5.2,5.945a.459.459,0,0,0,.234-.216.5.5,0,0,0-.006-.5L4.578,3.807A.25.25,0,0,1,4.7,3.445a.459.459,0,0,0,.234-.216.5.5,0,0,0-.006-.5l-1.5-2.5a.52.52,0,0,0-.858,0l-1.5,2.5a.5.5,0,0,0-.006.5.447.447,0,0,0,.234.212.248.248,0,0,1,.147.153.244.244,0,0,1-.022.21L.571,5.226a.5.5,0,0,0-.006.5A.447.447,0,0,0,.8,5.941.251.251,0,0,1,.924,6.3L.071,7.726A.5.5,0,0,0,.5,8.483h1a.5.5,0,0,1,.5.5v1.25a1,1,0,0,0,2,0V8.983a.5.5,0,0,1,.5-.5h1a.5.5,0,0,0,.429-.757Z","M23.929,7.726,23.076,6.3a.247.247,0,0,1-.022-.21.25.25,0,0,1,.147-.153.447.447,0,0,0,.234-.212.5.5,0,0,0-.006-.5L22.576,3.8a.247.247,0,0,1-.022-.21.25.25,0,0,1,.147-.153.447.447,0,0,0,.234-.212.5.5,0,0,0-.006-.5l-1.5-2.5a.52.52,0,0,0-.858,0l-1.5,2.5a.5.5,0,0,0-.006.5.459.459,0,0,0,.234.216.25.25,0,0,1,.123.362l-.851,1.419a.5.5,0,0,0-.006.5.459.459,0,0,0,.234.216.25.25,0,0,1,.123.362l-.851,1.419a.5.5,0,0,0,.429.757h1a.5.5,0,0,1,.5.5v1.25a1,1,0,0,0,2,0V8.983a.5.5,0,0,1,.5-.5h1a.5.5,0,0,0,.429-.757Z","M15.821,15.015a.327.327,0,0,1,.268-.515,1,1,0,0,0,.844-1.537L14.544,9.209a.251.251,0,0,1,.083-.349,1,1,0,0,0,.347-1.375L12.429,3.242a.52.52,0,0,0-.858,0L9.026,7.485A1,1,0,0,0,9.373,8.86a.251.251,0,0,1,.083.349l-2.39,3.755A1,1,0,0,0,7.911,14.5a.327.327,0,0,1,.268.515L6.141,17.927A1,1,0,0,0,6.96,19.5H10.5a.5.5,0,0,1,.5.5v3a1,1,0,0,0,2,0V20a.5.5,0,0,1,.5-.5h3.539a1,1,0,0,0,.82-1.573Z"]];
|
|
File without changes
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const BeachSunBirds = ["beach-sun-birds",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}],["M7.5,3.78a1,1,0,0,0,1-1V1.6a1,1,0,0,0-2,0V2.78A1,1,0,0,0,7.5,3.78Z","M3.064,5.048A1,1,0,1,0,4.479,3.634L3.643,2.8A1,1,0,0,0,2.228,4.211Z","M1,9.1H2.182a1,1,0,1,0,0-2H1a1,1,0,0,0,0,2Z","M3.064,11.154l-.835.836A1,1,0,1,0,3.643,13.4l.836-.836a1,1,0,0,0-1.415-1.414Z","M6.5,13.416V14.6a1,1,0,0,0,2,0V13.416a1,1,0,0,0-2,0Z","M10.585,11.154a1,1,0,0,0,0,1.414l.836.836a1,1,0,0,0,1.414-1.414L12,11.154A1,1,0,0,0,10.585,11.154Z","M11.818,8.1a1,1,0,0,0,1,1H14a1,1,0,0,0,0-2H12.818A1,1,0,0,0,11.818,8.1Z","M11.292,5.341A1,1,0,0,0,12,5.048l.837-.837A1,1,0,0,0,11.421,2.8l-.837.837a1,1,0,0,0,.708,1.707Z","M7.5,11.528A3.409,3.409,0,1,0,4.091,8.12,3.412,3.412,0,0,0,7.5,11.528Z","M17.832,11.4a.516.516,0,0,1,.538-.2.826.826,0,0,1,.659.649,1,1,0,0,0,1.941,0,.826.826,0,0,1,.66-.649.517.517,0,0,1,.538.2,1,1,0,1,0,1.664-1.109,2.481,2.481,0,0,0-2.546-1.058,2.8,2.8,0,0,0-1.019.391.5.5,0,0,1-.535,0,2.8,2.8,0,0,0-1.018-.391,2.472,2.472,0,0,0-2.546,1.058A1,1,0,1,0,17.832,11.4Z","M22.867,21.343c-1.629.218-2.737-1.5-2.746-1.513a1.048,1.048,0,0,0-1.715.023,3.283,3.283,0,0,1-2.677,1.515,2.725,2.725,0,0,1-2.336-1.439,1.045,1.045,0,0,0-1.714-.16,4.2,4.2,0,0,1-3.027,1.6A3.461,3.461,0,0,1,5.968,19.83a1.044,1.044,0,0,0-1.636-.094c-.014.02-1.509,1.874-3.2,1.647a1,1,0,0,0-.264,1.982,4.113,4.113,0,0,0,.549.036,5.486,5.486,0,0,0,3.324-1.295.5.5,0,0,1,.632.01,5.037,5.037,0,0,0,3.279,1.252,5.623,5.623,0,0,0,3.4-1.2.5.5,0,0,1,.636.027,4.449,4.449,0,0,0,3.044,1.17A5,5,0,0,0,18.955,22.2a.5.5,0,0,1,.64,0,4.5,4.5,0,0,0,3.538,1.126,1,1,0,0,0-.266-1.982Z"]];
|
|
2
|
+
export const BeachPalmSunbed = ["beach-palm-sunbed",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}],["M23,19H13.115a.5.5,0,0,1-.479-.356l-.909-3.036a1,1,0,0,0-1.916.575l1.124,3.748a1.482,1.482,0,0,0,.592.808.5.5,0,0,1,.167.637l-.589,1.177a1,1,0,0,0,1.79.894l1.085-2.171A.5.5,0,0,1,14.427,21h5.146a.5.5,0,0,1,.447.276l1.085,2.171a1,1,0,0,0,1.79-.894l-.415-.829A.5.5,0,0,1,22.927,21H23a1,1,0,0,0,0-2Z","M7.521,15.5H3.7a.5.5,0,0,0-.481.361,25.818,25.818,0,0,0-.594,2.549.5.5,0,0,0,.493.59H7.288a.5.5,0,0,0,.5-.483,20.6,20.6,0,0,1,.227-2.441.5.5,0,0,0-.494-.576Z","M7.807,20.472a.5.5,0,0,0-.5-.472H2.813a.5.5,0,0,0-.5.433c-.039.294-.077.59-.108.9L2,23.45a.5.5,0,0,0,.5.55h5a.5.5,0,0,0,.5-.531L7.809,20.5Z","M8.4,10.464,4.925,12.048a.5.5,0,0,0-.227.207,15.054,15.054,0,0,0-.766,1.553.5.5,0,0,0,.46.7H7.921a.5.5,0,0,0,.485-.377,20.578,20.578,0,0,1,1.035-3.059h0l-.473-.493A.5.5,0,0,0,8.4,10.464Z","M9.2,9.369l5.762,6.013h0a1.007,1.007,0,0,0,.723.307.929.929,0,0,0,.222-.026A1,1,0,0,0,16.635,15a5.7,5.7,0,0,0-1.7-5.428A6.428,6.428,0,0,0,10.673,7.5.5.5,0,0,1,10.182,7a.512.512,0,0,1,.509-.491,6,6,0,0,1,1.785.315.5.5,0,0,0,.4-.036L17.869,4.04a1,1,0,0,0,.063-1.716,5.7,5.7,0,0,0-5.684.24,7.08,7.08,0,0,0-1.931,1.542.5.5,0,0,1-.829-.116A7.1,7.1,0,0,0,7.734,1.7a5.694,5.694,0,0,0-5.5-1.46A1,1,0,0,0,1.927,1.93L5.891,5.405a.5.5,0,0,0,.35.123,6.443,6.443,0,0,1,1.686.131.5.5,0,0,1-.221.975,6.914,6.914,0,0,0-4.113.526A5.7,5.7,0,0,0,0,11.572a1,1,0,0,0,1,1.067.992.992,0,0,0,.413-.09L8.631,9.26A.5.5,0,0,1,9.2,9.369Z"]];
|
|
3
|
+
export const BeachPalmWater = ["beach-palm-water",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.33,19.588c.625.086,1.552-.743,1.822-1.086a2.5,2.5,0,0,1,4.089.227h0a2.016,2.016,0,0,0,1.412.832,2.681,2.681,0,0,0,1.829-1,2.584,2.584,0,0,1,2-1.006,2.507,2.507,0,0,1,2.252,1.4.353.353,0,0,0,.028.05,1.169,1.169,0,0,0,.963.555,1.765,1.765,0,0,0,1.39-.788l.017-.027a2.414,2.414,0,0,1,2.133-1.2A2.511,2.511,0,0,1,21.4,18.73h0s.629.887,1.273.819a2.4,2.4,0,0,1,.744.015A.5.5,0,0,0,24,19.07V16.906a.5.5,0,0,0-.243-.429A21.789,21.789,0,0,0,12,13.406a27.137,27.137,0,0,0-2.919.129.5.5,0,0,1-.547-.565A18.087,18.087,0,0,1,9.768,8.547l.253-.621a.5.5,0,0,1,.793-.186l3.657,3.219a.5.5,0,0,0,.815-.253A4.152,4.152,0,0,0,14.01,7.031a5.111,5.111,0,0,0-1.435-1.06.5.5,0,0,1-.02-.887l3.651-2a.5.5,0,0,0-.013-.884,4.205,4.205,0,0,0-3.8.322,5.064,5.064,0,0,0-1.5,1.235.5.5,0,0,1-.836-.092,5.044,5.044,0,0,0-1.2-1.533A4.209,4.209,0,0,0,5.214.992a.5.5,0,0,0-.2.86L7.553,4.08a.5.5,0,0,1-.287.874,5.208,5.208,0,0,0-1.7.457A4.147,4.147,0,0,0,3.02,8.359a.5.5,0,0,0,.661.536L7.892,7.419a.232.232,0,0,1,.245.379,13.022,13.022,0,0,0-2.97,6.243.5.5,0,0,1-.338.37A21.288,21.288,0,0,0,.243,16.477.5.5,0,0,0,0,16.906v2.206a.5.5,0,0,0,.587.493A2.459,2.459,0,0,1,1.33,19.588Z","M1.417,23.094a4.113,4.113,0,0,1-.549-.036,1,1,0,0,1,.264-1.982c1.683.227,3.183-1.626,3.2-1.645a1.042,1.042,0,0,1,1.638.091A3.462,3.462,0,0,0,8.653,21.06a4.2,4.2,0,0,0,3.026-1.6,1.046,1.046,0,0,1,1.714.159,2.725,2.725,0,0,0,2.336,1.44,3.283,3.283,0,0,0,2.677-1.515,1.048,1.048,0,0,1,1.715-.023c.009.013,1.118,1.729,2.746,1.513a1,1,0,0,1,.266,1.982A4.511,4.511,0,0,1,19.6,21.89a.5.5,0,0,0-.64,0,5,5,0,0,1-3.226,1.173,4.449,4.449,0,0,1-3.044-1.17.5.5,0,0,0-.636-.027,5.626,5.626,0,0,1-3.4,1.2,5.047,5.047,0,0,1-3.28-1.252.5.5,0,0,0-.632-.01A5.489,5.489,0,0,1,1.417,23.094Z"]];
|
|
4
|
+
export const BeachPersonWaterParasol = ["beach-person-water-parasol",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,3.462l5.509.627L4.885,16.759a1,1,0,0,0,1.985.254L8.492,4.329V4.315L14,4.942a.505.505,0,0,0,.478-.779A9.031,9.031,0,0,0,.707,2.6.5.5,0,0,0,1,3.462Z","M24,22.782a1.013,1.013,0,0,0-1.068-.928c-1.578.127-2.667-1.556-2.675-1.57a1.048,1.048,0,0,0-1.716.023,3.375,3.375,0,0,1-2.753,1.557,2.8,2.8,0,0,1-2.4-1.481,1.043,1.043,0,0,0-1.717-.156,4.308,4.308,0,0,1-3.105,1.637A3.554,3.554,0,0,1,5.8,20.284a1.042,1.042,0,0,0-1.638-.091c-.014.019-1.455,1.839-3.11,1.7A.969.969,0,0,0,0,22.842c-.01.187.042,1.057,1.168,1.057A5.833,5.833,0,0,0,4.9,22.292a5.237,5.237,0,0,0,3.663,1.572,5.858,5.858,0,0,0,3.811-1.5,4.576,4.576,0,0,0,3.416,1.5,5.155,5.155,0,0,0,3.622-1.5,4.8,4.8,0,0,0,3.661,1.483A1,1,0,0,0,24,22.782Z","M9.500 9.172 A2.500 2.500 0 1 0 14.500 9.172 A2.500 2.500 0 1 0 9.500 9.172 Z","M12.788,12.753a1.157,1.157,0,0,0-1.006.381l-4,4.572A1.143,1.143,0,0,0,9.5,19.21l2.633-3.01a.251.251,0,0,1,.412.053l1.358,2.716a1.142,1.142,0,0,0,1.751.368l2.961-2.452a1.132,1.132,0,0,1,1.3.141l1.508,2.1a1.143,1.143,0,0,0,1.857-1.332s-1.648-2.286-1.692-2.33a3.414,3.414,0,0,0-4.241-.484c-.034.022-1.269,1.041-1.8,1.482a.251.251,0,0,1-.211.051.245.245,0,0,1-.172-.133l-1.5-3A1.145,1.145,0,0,0,12.788,12.753Z"]];
|
|
5
|
+
export const BeachParasolWater1 = ["beach-parasol-water-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}],["M2.483,11.9A1,1,0,0,0,3,12.463a1.014,1.014,0,0,0,.432.1.991.991,0,0,0,.336-.059L5.175,12a.959.959,0,0,0,.6-.616l.36-1.572a.25.25,0,0,1,.4-.142l1.274.988a.953.953,0,0,0,.858.094l2.393-.856a.252.252,0,0,1,.32.152l2.256,6.311a.249.249,0,0,1-.191.33,7.606,7.606,0,0,0-5.4,3.328.249.249,0,0,0,.125.354,1.293,1.293,0,0,0,.486.1,2.685,2.685,0,0,0,1.83-1,2.581,2.581,0,0,1,2-1.006,2.505,2.505,0,0,1,2.255,1.415l.012.022a1.175,1.175,0,0,0,.975.573,1.788,1.788,0,0,0,1.374-.759,2.5,2.5,0,0,1,4.287-.08l.012.017c.067.09.68.9,1.267.81a2.47,2.47,0,0,1,1.011.081A.25.25,0,0,0,24,20.3V17a.5.5,0,0,0-.5-.5H15.987a.249.249,0,0,1-.235-.166L13.261,9.37a.25.25,0,0,1,.152-.319l2.4-.858a.959.959,0,0,0,.6-.616l.359-1.572a.253.253,0,0,1,.16-.18.249.249,0,0,1,.237.038l1.275.989a.967.967,0,0,0,.857.094l1.412-.506a1,1,0,0,0,.605-1.277l-.169-.472a5.551,5.551,0,0,0-4.494-3.576,13.082,13.082,0,0,0-5.935.446.25.25,0,0,1-.3-.156L10.148.663a1,1,0,0,0-1.882.674l.265.741a.251.251,0,0,1-.136.314,13.113,13.113,0,0,0-4.872,3.42,5.55,5.55,0,0,0-1.208,5.613Z","M1.417,24a4.315,4.315,0,0,1-.55-.036,1,1,0,0,1,.265-1.983c1.674.218,3.183-1.627,3.2-1.644a1.042,1.042,0,0,1,1.638.091,3.465,3.465,0,0,0,2.685,1.538,4.191,4.191,0,0,0,3.026-1.6,1.047,1.047,0,0,1,1.714.16,2.725,2.725,0,0,0,2.336,1.44,3.265,3.265,0,0,0,2.674-1.51,1.042,1.042,0,0,1,1.718-.028c.009.012,1.121,1.725,2.746,1.513a1,1,0,0,1,.265,1.983,4.519,4.519,0,0,1-3.691-1.261.249.249,0,0,0-.333,0,5.028,5.028,0,0,1-3.379,1.3,4.473,4.473,0,0,1-3.189-1.3.249.249,0,0,0-.331-.016,5.687,5.687,0,0,1-3.556,1.321,5.085,5.085,0,0,1-3.428-1.383.251.251,0,0,0-.328-.006A5.6,5.6,0,0,1,1.417,24Z"]];
|
|
6
|
+
export const BeachSwim = ["beach-swim",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}],["M14.499 2.500 A2.500 2.500 0 1 0 19.499 2.500 A2.500 2.500 0 1 0 14.499 2.500 Z","M17.5,18.719a.25.25,0,0,0,.4.2,2.427,2.427,0,0,1,1.5-.5,2.359,2.359,0,0,1,.315.022A.25.25,0,0,0,20,18.187v-2.94a.252.252,0,0,0-.349-.23l-2,.858a.248.248,0,0,0-.151.229Z","M20,9.75a.5.5,0,0,1,1,0v3.855a1.25,1.25,0,1,0,2.5,0V10a4,4,0,0,0-4-4h-5a4,4,0,0,0-4,4v3.605a1.25,1.25,0,0,0,2.5,0V9.75a.5.5,0,0,1,1,0v3.109a.25.25,0,0,0,.25.25h5.5a.25.25,0,0,0,.25-.25Z","M14.735,19.838a1.281,1.281,0,0,0,1.051.627,1.521,1.521,0,0,0,.553-.1.25.25,0,0,0,.161-.234V16.105a.25.25,0,0,0-.152-.23l-2-.857a.245.245,0,0,0-.236.021.248.248,0,0,0-.112.208V18.84a.25.25,0,0,0,.089.191A2.418,2.418,0,0,1,14.735,19.838Z","M2.984,19.365a2.5,2.5,0,0,1,4.089.227h0a2.115,2.115,0,0,0,1.488.874,1.77,1.77,0,0,0,.5-.078.251.251,0,0,0,.173-.191l.754-3.769a.5.5,0,0,0-.49-.6H9.25v-.5a3.25,3.25,0,0,0-6.5,0v.5H2.5a.5.5,0,0,0-.49.6l.568,2.841a.229.229,0,0,0,.406.1ZM4.25,15.329a1.75,1.75,0,0,1,3.5,0v.25a.25.25,0,0,1-.25.25h-3a.25.25,0,0,1-.25-.25Z","M22.93,21.954c-1.582.143-2.667-1.556-2.676-1.569a1.048,1.048,0,0,0-1.715.022,3.376,3.376,0,0,1-2.753,1.558,2.806,2.806,0,0,1-2.406-1.482,1.046,1.046,0,0,0-1.714-.16A4.3,4.3,0,0,1,8.56,21.965,3.563,3.563,0,0,1,5.8,20.385a1.039,1.039,0,0,0-1.637-.091c-.015.019-1.452,1.829-3.11,1.7A1.021,1.021,0,0,0,0,22.942C-.009,23.132.043,24,1.169,24a5.835,5.835,0,0,0,3.726-1.607A5.245,5.245,0,0,0,8.56,23.965a5.863,5.863,0,0,0,3.81-1.5,4.576,4.576,0,0,0,3.416,1.5,5.155,5.155,0,0,0,3.622-1.5,4.8,4.8,0,0,0,3.661,1.482A1,1,0,0,0,24,22.883,1.019,1.019,0,0,0,22.93,21.954Z"]];
|
|
7
|
+
export const BeachPalm = ["beach-palm",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}],["M5.16,3.15,7.941,4.255a.505.505,0,0,0,.184.035,13.491,13.491,0,0,1,3.791.526.5.5,0,0,0,.288,0,13.676,13.676,0,0,1,4.811-.485.5.5,0,0,0,.223-.033L20.22,3.11a.756.756,0,0,0,.08-1.369,5.327,5.327,0,0,0-5.4.089,5.1,5.1,0,0,0-2.034,2.176.25.25,0,0,1-.453,0A5.1,5.1,0,0,0,10.43,1.86a5.34,5.34,0,0,0-5.34-.18A.808.808,0,0,0,5.16,3.15Z","M11.52,11.45h.841a.5.5,0,0,0,.5-.478l.036-.835a.5.5,0,0,0-.252-.456c-.105-.06-.206-.123-.3-.189a.5.5,0,0,0-.559,0,6.4,6.4,0,0,1-1.169.613.5.5,0,0,0-.249.222L7.347,15.811a.5.5,0,0,0,.484.739c.883-.083,1.641-.1,2.139-.1.7,0,1.4.033,2.107.1a.5.5,0,0,0,.375-.122.5.5,0,0,0,.17-.355l.026-.6a.5.5,0,0,0-.5-.522H11.02a.5.5,0,0,1,0-1h1.223a.5.5,0,0,0,.5-.476l.023-.5a.5.5,0,0,0-.5-.524H11.52a.5.5,0,0,1,0-1Z","M9.971,17.45c-4.157,0-8.807,1.135-9.395,4.319A1,1,0,0,0,1.56,22.95H18.666a.749.749,0,0,0,.747-.81C19.137,18.683,14.354,17.45,9.971,17.45Z","M23.347,9.078c-2.259-4.362-8.244-4.242-11.2-3.187a.243.243,0,0,1-.168,0C9.017,4.834,3.031,4.714.772,9.079a.806.806,0,0,0,.677,1.178c.417.02.885.033,1.39.033,2.5,0,7.361-.328,9.036-2.172a.252.252,0,0,1,.37,0c1.673,1.843,6.53,2.172,9.036,2.172.5,0,.973-.013,1.389-.033A.806.806,0,0,0,23.347,9.078Z"]];
|
|
8
|
+
export const BeachPalmWater1 = ["beach-palm-water-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}],["M7.806,20.47a.5.5,0,0,0-.5-.47h-4.5a.5.5,0,0,0-.5.438c-.1.785-.153,1.461-.312,3.012a.5.5,0,0,0,.5.55h5a.5.5,0,0,0,.5-.531C7.874,21.525,7.828,20.836,7.806,20.47Z","M7.515,15.5H3.7a.5.5,0,0,0-.48.36,25.691,25.691,0,0,0-.6,2.549A.5.5,0,0,0,3.11,19H7.281a.5.5,0,0,0,.5-.482,20.815,20.815,0,0,1,.229-2.442.5.5,0,0,0-.5-.576Z","M8.968,10.57a.5.5,0,0,0-.569-.109L5.07,11.978a1.007,1.007,0,0,0-.464.432,15.441,15.441,0,0,0-.667,1.4A.5.5,0,0,0,4.4,14.5H7.921a.5.5,0,0,0,.485-.377,20.548,20.548,0,0,1,.909-2.761.5.5,0,0,0-.1-.535Z","M9.2,9.368l5.762,6.012A1,1,0,0,0,16.635,15c1.037-3.2-2.42-7.431-5.962-7.493a.5.5,0,0,1-.491-.509A.491.491,0,0,1,10.69,6.5a6.008,6.008,0,0,1,1.787.315.5.5,0,0,0,.4-.037L17.87,4.039a1,1,0,0,0,.062-1.716,5.7,5.7,0,0,0-5.684.24,7.123,7.123,0,0,0-2.184,1.825.249.249,0,0,1-.429-.061A6.973,6.973,0,0,0,7.734,1.7,5.7,5.7,0,0,0,2.236.24a1,1,0,0,0-.31,1.689l3.94,3.453a.5.5,0,0,0,.349.124,6.558,6.558,0,0,1,1.712.152.5.5,0,0,1-.222.975C4.493,5.9.215,8.359,0,11.573a1,1,0,0,0,1.413.975L8.631,9.259A.5.5,0,0,1,9.2,9.368Z","M23,22a3.745,3.745,0,0,1-2.9-1.646,1.056,1.056,0,0,0-1.546.023A3.72,3.72,0,0,1,15.667,22a3.743,3.743,0,0,1-2.9-1.646,1.055,1.055,0,0,0-1.547.024,5.247,5.247,0,0,1-1.269,1.17,1,1,0,0,0,1.013,1.722,5.805,5.805,0,0,0,.719-.514.5.5,0,0,1,.64,0,5.129,5.129,0,0,0,6.694,0,.5.5,0,0,1,.638,0A5.124,5.124,0,0,0,23,24a1,1,0,0,0,0-2Z"]];
|
|
9
|
+
export const BeachSunbed = ["beach-sunbed",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}],["M6.194,20.75H4.944a.5.5,0,0,0-.4.2L3.454,22.4a.985.985,0,0,0,.2,1.4,1,1,0,0,0,1.4-.2l1.54-2.05a.5.5,0,0,0-.4-.8Z","M16.414,20.949a.5.5,0,0,0-.4-.2h-1.25a.5.5,0,0,0-.4.8L15.9,23.6a1,1,0,0,0,1.4.2.985.985,0,0,0,.2-1.4Z","M23.262,9.69a2.515,2.515,0,0,0-3.616.023l-5.552,4.878a.5.5,0,0,1-.366.159H2.5a2.5,2.5,0,0,0,0,5H15.431A1.508,1.508,0,0,0,16.5,19.3l6.8-6.086A2.519,2.519,0,0,0,23.262,9.69Z","M3.500 6.500 A3.000 3.000 0 1 0 9.500 6.500 A3.000 3.000 0 1 0 3.500 6.500 Z","M6.5,2.5a.75.75,0,0,0,.75-.75v-1a.75.75,0,0,0-1.5,0v1A.75.75,0,0,0,6.5,2.5Z","M9.858,3.891a.749.749,0,0,0,.531-.219l.707-.707A.75.75,0,0,0,10.035,1.9l-.707.707a.75.75,0,0,0,.53,1.28Z","M10.5,6.5a.75.75,0,0,0,.75.75h1a.75.75,0,0,0,0-1.5h-1A.75.75,0,0,0,10.5,6.5Z","M10.389,9.329A.75.75,0,0,0,9.328,10.39l.707.707A.75.75,0,0,0,11.1,10.036Z","M5.75,11.25v1a.75.75,0,0,0,1.5,0v-1a.75.75,0,0,0-1.5,0Z","M2.611,9.329l-.707.707A.75.75,0,0,0,2.965,11.1l.707-.707A.75.75,0,0,0,2.611,9.329Z","M.75,7.25h1a.75.75,0,0,0,0-1.5h-1a.75.75,0,0,0,0,1.5Z","M2.611,3.672A.75.75,0,0,0,3.672,2.611L2.965,1.9A.75.75,0,0,0,1.9,2.965Z"]];
|
|
10
|
+
export const BeachParasolWater = ["beach-parasol-water",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.931,21.955a3.423,3.423,0,0,1-2.677-1.57,1.047,1.047,0,0,0-1.715.022,3.372,3.372,0,0,1-2.753,1.558,2.8,2.8,0,0,1-2.4-1.482,1.044,1.044,0,0,0-1.718-.156,4.3,4.3,0,0,1-3.1,1.638,3.558,3.558,0,0,1-2.76-1.58,1.04,1.04,0,0,0-1.638-.091c-.014.018-1.458,1.781-3.11,1.7A.99.99,0,0,0,0,22.943C-.009,23.131.042,24,1.169,24A5.835,5.835,0,0,0,4.9,22.393,5.24,5.24,0,0,0,8.56,23.965a5.855,5.855,0,0,0,3.81-1.5,4.574,4.574,0,0,0,3.416,1.5,5.151,5.151,0,0,0,3.622-1.5,4.8,4.8,0,0,0,3.661,1.482,1,1,0,0,0-.138-2Z","M4.718,13.783a2,2,0,0,0,1.812.257l6.86-2.365a.249.249,0,0,1,.317.155l1.319,3.79a.25.25,0,0,1-.206.33,9.411,9.411,0,0,0-4.414,1.742,1,1,0,0,0-.219,1.4,1.012,1.012,0,0,0,1.4.219A7.944,7.944,0,0,1,16,17.875h7a1,1,0,0,0,0-2H17.41a.251.251,0,0,1-.236-.168L15.6,11.179a.251.251,0,0,1,.011-.192.254.254,0,0,1,.144-.127l6.839-2.365a2.025,2.025,0,0,0,1.245-1.321,1.985,1.985,0,0,0-.352-1.8A11.017,11.017,0,0,0,12.227,1.553l-.336-.9a1,1,0,1,0-1.874.7l.323.867a10.927,10.927,0,0,0-6.466,9.935A2.043,2.043,0,0,0,4.718,13.783ZM21.685,6.331a.251.251,0,0,1-.108.4l-2.826.978a.249.249,0,0,1-.29-.1,19.525,19.525,0,0,0-3.452-3.944.25.25,0,0,1,.171-.439A9.006,9.006,0,0,1,21.685,6.331ZM8.763,5.608a.25.25,0,0,1,.414.234,18.96,18.96,0,0,0-.311,5.082.251.251,0,0,1-.168.255l-2.483.859A.251.251,0,0,1,5.984,12a.249.249,0,0,1-.1-.212A8.946,8.946,0,0,1,8.763,5.608Z"]];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const CampingTent3 = ["camping-tent-3",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}],["M17.964,11.48a.25.25,0,0,0,.223-.362l-.931-1.862a.5.5,0,0,0-.447-.276H7.191a.5.5,0,0,0-.447.276l-.931,1.862a.25.25,0,0,0,.223.362Z","M15.964,7.48a.25.25,0,0,0,.223-.362L12.894.532a1.037,1.037,0,0,0-1.789,0L7.813,7.118a.25.25,0,0,0,.223.362Z","M23,23.98a1,1,0,0,0,.895-1.447l-4.638-9.277a.5.5,0,0,0-.447-.276H5.191a.5.5,0,0,0-.447.276L.106,22.533A1,1,0,0,0,1,23.98H6.82a.5.5,0,0,0,.439-.262l4.3-7.933a.5.5,0,0,1,.877,0L16.8,23.721a.5.5,0,0,0,.438.259Z"]];
|
|
2
|
+
export const CampingSleepingBag = ["camping-sleeping-bag",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}],["M5.4,18a.25.25,0,0,0-.244.3A6.726,6.726,0,0,0,12,24a6.726,6.726,0,0,0,6.847-5.7A.25.25,0,0,0,18.6,18Z","M18.75,11.5a.25.25,0,0,0,.25-.25V7A7,7,0,0,0,5,7v4.25a.25.25,0,0,0,.25.25ZM14.939,4.664A2.452,2.452,0,0,1,15,5.208V6.292A2.866,2.866,0,0,1,12,9,3,3,0,0,1,9.179,7.212.248.248,0,0,1,9.2,6.989a.252.252,0,0,1,.189-.119,9.385,9.385,0,0,0,5.145-2.339.249.249,0,0,1,.408.133Zm-5.662.711a.247.247,0,0,1-.2-.066A.25.25,0,0,1,9,5.117,2.877,2.877,0,0,1,12,2.5a3.22,3.22,0,0,1,1.6.415.25.25,0,0,1,.044.4A7.873,7.873,0,0,1,9.277,5.375Z","M5.000 13.000 L19.000 13.000 L19.000 16.500 L5.000 16.500 Z"]];
|
|
3
|
+
export const CampingTent2 = ["camping-tent-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23,23.25a.75.75,0,0,0,.625-1.164L13.233,6.026a.5.5,0,0,1,0-.552l2.1-3.171a1,1,0,0,0-1.668-1.1L12.417,3.084a.5.5,0,0,1-.834,0L10.334,1.2A1,1,0,0,0,8.666,2.3l2.1,3.171a.5.5,0,0,1,0,.552L.375,22.086A.75.75,0,0,0,1,23.25Zm-11.5-14a.5.5,0,0,1,1,0v7.157a.5.5,0,0,0,.105.307l3.29,4.229a.5.5,0,0,1-.395.807H12a.5.5,0,0,1-.5-.5Z"]];
|
|
4
|
+
export const CampingShelter = ["camping-shelter",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}],["M.5,22.463a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1v-2a.5.5,0,0,0-.5-.5H1a.5.5,0,0,0-.5.5Z","M23.5,20.463a.5.5,0,0,0-.5-.5H16a.5.5,0,0,0-.5.5v2a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1Z","M0.500 14.463 L8.500 14.463 L8.500 17.963 L0.500 17.963 Z","M0.500 8.963 L23.500 8.963 L23.500 12.463 L0.500 12.463 Z","M15.500 14.463 L23.500 14.463 L23.500 17.963 L15.500 17.963 Z","M1,6.963H23a.5.5,0,0,0,.246-.936L12.246.6a.5.5,0,0,0-.492,0l-11,5.425A.5.5,0,0,0,1,6.963Z"]];
|
|
5
|
+
export const CampingTent = ["camping-tent",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23,23.25a.75.75,0,0,0,.625-1.164L13.233,6.026a.5.5,0,0,1,0-.552l2.1-3.171a1,1,0,0,0-1.668-1.1L12.417,3.084a.5.5,0,0,1-.834,0L10.334,1.2A1,1,0,0,0,8.666,2.3l2.1,3.171a.5.5,0,0,1,0,.552L.375,22.086A.75.75,0,0,0,1,23.25H6.934a.5.5,0,0,0,.429-.242l4.208-7.015a.52.52,0,0,1,.858,0l4.208,7.015a.5.5,0,0,0,.429.242Z"]];
|
|
6
|
+
export const CampingTent1 = ["camping-tent-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}],["M10.775,6.7a.25.25,0,0,1,0,.267L9.136,9.576a.25.25,0,0,0,.212.383h5.3a.249.249,0,0,0,.211-.383L13.224,6.968a.25.25,0,0,1,0-.267l3.26-5.123A1,1,0,1,0,14.8.5L12.211,4.569a.251.251,0,0,1-.422,0L9.2.5A1,1,0,1,0,7.515,1.578Z","M16.121,11.576a.25.25,0,0,0-.212-.117H8.091a.25.25,0,0,0-.212.117l-.943,1.5a.25.25,0,0,0,.212.383h9.7a.25.25,0,0,0,.212-.383Z","M22.941,22.427l-4.62-7.351a.25.25,0,0,0-.212-.117H5.89a.249.249,0,0,0-.211.117L1.058,22.427a1,1,0,0,0,.847,1.532H7.786a.249.249,0,0,0,.224-.138l3.181-6.362a.94.94,0,0,1,1.619,0l3.18,6.361a.249.249,0,0,0,.224.138H22.1a1,1,0,0,0,.846-1.532Z"]];
|
|
7
|
+
export const CampingTentMap = ["camping-tent-map",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.707,8.793l-5-5.5A1,1,0,0,0,18,3H12.75a.25.25,0,0,1-.25-.25V1a1,1,0,0,0-2,0V2.75a.25.25,0,0,1-.25.25H1A1,1,0,0,0,.17,4.555L2.979,9.243a.5.5,0,0,1,0,.514L.17,14.445A1,1,0,0,0,1,16H18a1,1,0,0,0,.707-.293l5-5.5A1,1,0,0,0,23.707,8.793Zm-8.2,4.716A.986.986,0,0,1,14.65,14h-.9a.5.5,0,0,1-.429-.243L11.964,11.5a.249.249,0,0,0-.428,0l-1.357,2.261A.5.5,0,0,1,9.75,14h-.9a.986.986,0,0,1-.858-.491,1,1,0,0,1-.009-1l3.074-4.617a.249.249,0,0,0,0-.277L9.834,5.777a.5.5,0,1,1,.832-.554l.876,1.314a.25.25,0,0,0,.416,0l.876-1.314a.5.5,0,0,1,.832.554L12.443,7.612a.249.249,0,0,0,0,.277L15.5,12.473l.021.033A1,1,0,0,1,15.508,13.509Z","M11.5,24a1,1,0,0,1-1-1V17.75a.751.751,0,0,1,.75-.75h.5a.751.751,0,0,1,.75.75V23A1,1,0,0,1,11.5,24Z"]];
|
|
8
|
+
export const CampingTentSleep = ["camping-tent-sleep",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.536,22.787a2.009,2.009,0,0,0,.429-1.66L21.834,9.749a2,2,0,0,0-.9-1.327L13,3.447V1.5a1,1,0,0,0-2,0V3.447L3.069,8.422a2,2,0,0,0-.9,1.327L.034,21.128a2.012,2.012,0,0,0,.43,1.659,1.96,1.96,0,0,0,1.511.713H22.026A1.958,1.958,0,0,0,23.536,22.787ZM2.6,21.5a.5.5,0,0,1-.491-.592L4.09,10.331A.5.5,0,0,1,4.316,10l7.419-4.653a.5.5,0,0,1,.531,0L19.685,10a.5.5,0,0,1,.226.331c.252,1.329,1.6,8.459,2,10.576a.5.5,0,0,1-.492.593Z","M17,16H10.5a.5.5,0,0,0-.5.5v3a.5.5,0,0,0,.5.5h8a.5.5,0,0,0,.5-.5V18A2,2,0,0,0,17,16Z","M5.000 18.000 A2.000 2.000 0 1 0 9.000 18.000 A2.000 2.000 0 1 0 5.000 18.000 Z"]];
|
|
9
|
+
export const CampingTentSmall = ["camping-tent-small",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.5,6a1,1,0,0,0,0,2h13a1,1,0,0,0,0-2Z","M21.5,4a1,1,0,0,0-1-1H3.5a1,1,0,0,0,0,2h17A1,1,0,0,0,21.5,4Z","M20.5,0H3.5a1,1,0,0,0,0,2h17a1,1,0,0,0,0-2Z","M0,23a1,1,0,0,0,1,1H23a1,1,0,0,0,0-2H19.994a.25.25,0,0,1-.216-.124L12.867,10.009a1.042,1.042,0,0,0-1.733,0L4.222,21.876A.25.25,0,0,1,4.006,22H1A1,1,0,0,0,0,23Zm11.571-5.036a.5.5,0,0,1,.858,0l2.194,3.657a.252.252,0,0,1,0,.252.248.248,0,0,1-.218.127H9.592a.248.248,0,0,1-.218-.127.252.252,0,0,1,0-.252Z"]];
|
|
10
|
+
export const CampingTentPerson = ["camping-tent-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}],["M13.125,14.245a4.856,4.856,0,0,1,.235-1.439.251.251,0,0,0-.023-.2L9,5.281V4.209l2.775-1.233a1.01,1.01,0,0,0,.593-.965,1,1,0,0,0-.682-.9L8.571.076a.763.763,0,0,0-.428-.06A.741.741,0,0,0,7.5.745V5.281L.266,17.484A1,1,0,0,0,1.125,19h12ZM7.366,12.711a1,1,0,0,1,.881-.529h0a1,1,0,0,1,.881.53l2.088,3.915A.25.25,0,0,1,11,17H5.5a.25.25,0,0,1-.221-.368Z","M20.625,11h-2.5a3.254,3.254,0,0,0-3.25,3.25V19a1.25,1.25,0,0,0,1.25,1.25h.75v3.5a.25.25,0,0,0,.25.25h4.5a.25.25,0,0,0,.25-.25v-3.5h.75A1.251,1.251,0,0,0,23.875,19v-4.75A3.254,3.254,0,0,0,20.625,11Z","M21.875,7a2.475,2.475,0,0,0-.212-1H17.087a2.475,2.475,0,0,0-.212,1,2.5,2.5,0,0,0,5,0Z","M22.252,5a1.01,1.01,0,0,0,1.123-1,1,1,0,0,0-1-1h-.5V1.645a.655.655,0,0,0-.3-.553.607.607,0,0,0-.608-.029l-1.595.831-1.6-.831a.607.607,0,0,0-.608.029.656.656,0,0,0-.3.553V3h-.5a1,1,0,0,0,0,2Z"]];
|
|
11
|
+
export const CampingRv = ["camping-rv",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.5,2.612A2.5,2.5,0,0,0,18.987.125L2.487.209A2.5,2.5,0,0,0,0,2.722l.043,8.5A2.492,2.492,0,0,0,2.1,13.657a.25.25,0,0,1,.205.245l.008,1.558a6.007,6.007,0,0,0,6.031,5.97l7.232-.037a.248.248,0,0,1,.236.165,3.491,3.491,0,0,0,3.294,2.317l.75,0a.5.5,0,0,0,.5-.5l0-.25a.251.251,0,0,1,.249-.251l2-.01a1,1,0,0,0-.01-2l-2,.01a.249.249,0,0,1-.251-.248l0-.5a.25.25,0,0,1,.249-.252l2-.01a1,1,0,0,0-.01-2l-2,.01a.25.25,0,0,1-.252-.248v-.25a.5.5,0,0,0-.5-.5l-.75,0a3.492,3.492,0,0,0-3.27,2.35.251.251,0,0,1-.234.168l-7.233.037a4,4,0,0,1-4.02-3.98l-.008-1.5a.251.251,0,0,1,.249-.251l.765,0a.251.251,0,0,0,.248-.279,1.812,1.812,0,0,1-.015-.222,4,4,0,0,1,8-.041,2.036,2.036,0,0,1-.012.222.249.249,0,0,0,.063.2.255.255,0,0,0,.187.082c.467,0-.066,0,9.214-.049a1,1,0,0,0-.01-2l-1.2.008a.251.251,0,0,1-.252-.249ZM11.515,5.663a1,1,0,0,1-1,1l-7,.036a1,1,0,0,1-1-1l-.007-1.5a1,1,0,0,1,1-1l7-.036a1,1,0,0,1,1.006,1Zm7.5-.038a1,1,0,0,1-1,1l-2.5.013a1,1,0,0,1-1-1l-.008-1.5a1,1,0,0,1,1-1L18,3.13a1,1,0,0,1,1.005,1Z","M7.053 13.173 A2.500 2.500 0 1 0 12.053 13.173 A2.500 2.500 0 1 0 7.053 13.173 Z"]];
|
|
12
|
+
export const CampingTentForest = ["camping-tent-forest",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.5,17h-5a.5.5,0,0,1-.5-.5V14.34a.5.5,0,0,1,.4-.489,7,7,0,1,0-2.8,0,.5.5,0,0,1,.4.489V16.5a.5.5,0,0,1-.5.5H14a.5.5,0,0,0-.419.772L16.1,21.637v0a2.437,2.437,0,0,1,.354,1.773.5.5,0,0,0,.493.588H23.5a.5.5,0,0,0,.5-.5v-6A.5.5,0,0,0,23.5,17ZM17,4.5a1,1,0,0,0-1,1v.975a.25.25,0,0,1-.336.235A3.379,3.379,0,0,0,14.5,6.5a1,1,0,0,0,0,2A1.5,1.5,0,0,1,16,10v1.583a.249.249,0,0,1-.316.241,5.012,5.012,0,1,1,2.878-.081.25.25,0,0,1-.306-.341A2.641,2.641,0,0,1,19.8,9.955a1,1,0,1,0-.594-1.91,4.059,4.059,0,0,0-.828.366A.25.25,0,0,1,18,8.2V5.5A1,1,0,0,0,17,4.5Z","M2.26,17.772A.5.5,0,0,0,1.84,17H.5a.5.5,0,0,0-.5.5v2.063a.5.5,0,0,0,.919.272Z","M14.837,22.454,8.993,13.462a.5.5,0,0,1,0-.545l1.038-1.6A.75.75,0,0,0,8.774,10.5l-.644.991a.251.251,0,0,1-.419,0l-.643-.99a.749.749,0,1,0-1.257.816l1.039,1.6a.5.5,0,0,1,0,.545l-5.844,8.99A1,1,0,0,0,1.843,24h2.4a.5.5,0,0,0,.426-.238l2.83-4.6a.5.5,0,0,1,.852,0l2.831,4.6A.5.5,0,0,0,11.6,24H14a1,1,0,0,0,.838-1.544Z"]];
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export const CanoeSingle = ["canoe-single",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.5,0h-3a1,1,0,0,0-1,1V4.424a1,1,0,0,0,.168.555L5.832,6.725A1,1,0,0,1,6,7.28v9.592a.994.994,0,0,1-.168.554L4.584,19.3a.5.5,0,0,0-.084.278V23a1,1,0,0,0,1,1h3a1,1,0,0,0,1-1V19.576a.5.5,0,0,0-.084-.278L8.168,17.426A.994.994,0,0,1,8,16.872V7.28a1,1,0,0,1,.168-.555L9.332,4.979A1,1,0,0,0,9.5,4.424V1A1,1,0,0,0,8.5,0Z","M15.825.121a.5.5,0,0,0-.65,0C11.542,3.234,11.5,10.205,11.5,10.5v11A2.5,2.5,0,0,0,14,24h3a2.5,2.5,0,0,0,2.5-2.5v-11C19.5,10.205,19.458,3.234,15.825.121ZM17.5,14.83a2.284,2.284,0,0,1-.735,1.658l-.782.741a.717.717,0,0,1-.966,0l-.782-.741A2.284,2.284,0,0,1,13.5,14.83V13.218a2.3,2.3,0,0,1,.831-1.744l.71-.609a.721.721,0,0,1,.918,0l.71.609a2.3,2.3,0,0,1,.831,1.744Z"]];
|
|
2
|
+
export const Canoe = ["canoe",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}],["M5.834,17.105l-1,1.006a.5.5,0,0,1-.47.133,1.493,1.493,0,0,0-1.15.2l-.015.01L.7,20.169A1.5,1.5,0,0,0,.439,22.5l1.066,1.066a1.5,1.5,0,0,0,2.316-.241L5.56,20.791a1.494,1.494,0,0,0,.2-1.15.5.5,0,0,1,.133-.47l1.006-1a.75.75,0,0,0-1.061-1.061Z","M23.561,1.505,22.5.439A1.5,1.5,0,0,0,20.179.68L18.44,3.209a1.494,1.494,0,0,0-.2,1.15.5.5,0,0,1-.133.47l-1.006,1A.75.75,0,0,0,18.166,6.9l1-1.006a.5.5,0,0,1,.47-.133,1.493,1.493,0,0,0,1.15-.2l.015-.01,2.5-1.719a1.5,1.5,0,0,0,.256-2.326Z","M16.243,7.757C11.454,2.969,4.4,1.981,2.334,1.79a.5.5,0,0,0-.544.544c.191,2.065,1.179,9.12,5.967,13.909S19.6,22.019,21.666,22.21a.5.5,0,0,0,.544-.544C22.019,19.6,21.031,12.546,16.243,7.757Zm-.354,8.132a2.5,2.5,0,0,1-3.535,0L9.525,13.061a2.5,2.5,0,1,1,3.536-3.536l2.828,2.829A2.5,2.5,0,0,1,15.889,15.889Z"]];
|
|
3
|
+
export const Canoe2 = ["canoe-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.3,5.964a1,1,0,0,0-1.863.389c-.12,1.123-1.777,1.939-3.941,1.939h-.759a.5.5,0,0,0-.388.184l-4.418,5.416a.25.25,0,0,0,.194.408l6.371-.008a5.506,5.506,0,0,0,5.5-5.5A5.638,5.638,0,0,0,23.3,5.964Z","M7.721,16.752,18.663,3.34a1,1,0,1,0-1.55-1.264L12.342,7.924a1,1,0,0,1-.775.368H6.5c-2.164,0-3.821-.816-3.941-1.938A1,1,0,0,0,.7,5.964,5.638,5.638,0,0,0,0,8.792a5.511,5.511,0,0,0,5.586,5.516l1.022,0a.25.25,0,0,1,.194.408l-.686.842a.5.5,0,0,1-.452.18,2.51,2.51,0,0,0-2.262.9L1.514,18.947a.5.5,0,0,0,.071.7l3.1,2.528a.5.5,0,0,0,.7-.071L7.275,19.8a2.5,2.5,0,0,0,.371-2.537A.5.5,0,0,1,7.721,16.752Z"]];
|
|
4
|
+
export const CanoePerson = ["canoe-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}],["M6.500 3.106 A2.500 2.500 0 1 0 11.500 3.106 A2.500 2.500 0 1 0 6.500 3.106 Z","M1.131,19.893a3.213,3.213,0,0,0,1.853-1.134,2.5,2.5,0,0,1,1.963-.952,2.276,2.276,0,0,1,.612.09.249.249,0,0,0,.288-.124l1.744-3.3a.25.25,0,0,0-.221-.367H.5a.5.5,0,0,0-.5.5v5.137a.25.25,0,0,0,.319.24A2.4,2.4,0,0,1,1.131,19.893Z","M7.564,10.831a.25.25,0,0,1,.319-.119,5.672,5.672,0,0,0,1.5.376,5.484,5.484,0,0,0,.64.04.25.25,0,0,1,.22.366L6.705,18.288a.251.251,0,0,0,.044.291,2.3,2.3,0,0,1,.324.407h0a2.111,2.111,0,0,0,1.486.874,2.792,2.792,0,0,0,1.889-1.017,2.5,2.5,0,0,1,4.287.39,1.279,1.279,0,0,0,1.051.627,1.863,1.863,0,0,0,1.476-.846A2.416,2.416,0,0,1,19.4,17.807a2.506,2.506,0,0,1,2.127,1.18,2.552,2.552,0,0,0,.969.807.251.251,0,0,0,.291-.09A5.817,5.817,0,0,0,24,16.106a4.99,4.99,0,0,0-4.459-4.972.981.981,0,0,0-1.067.828A2.509,2.509,0,0,1,16,14.106H11.549a.25.25,0,0,1-.222-.365l1.881-3.618A5.5,5.5,0,0,0,15.071,7.89l.3-.675a1.5,1.5,0,0,0-.011-1.229l1.777-3.419a1,1,0,1,0-1.775-.922L13.52,5.188A1.494,1.494,0,0,0,12.629,6l-.3.675a2.5,2.5,0,0,1-3.4,1.221L7.671,7.264a1.5,1.5,0,0,0-2.013.671L3.253,12.744a.25.25,0,0,0,.224.362h2.8a.252.252,0,0,0,.224-.138Z","M22.93,21.348c-1.578.144-2.667-1.556-2.675-1.569a1.048,1.048,0,0,0-1.716.022,3.372,3.372,0,0,1-2.753,1.558,2.8,2.8,0,0,1-2.4-1.482,1.044,1.044,0,0,0-1.717-.156,4.3,4.3,0,0,1-3.105,1.638A3.557,3.557,0,0,1,5.8,19.779a1.041,1.041,0,0,0-1.638-.091c-.014.019-1.455,1.831-3.109,1.7A.971.971,0,0,0,0,22.336c-.01.188.042,1.058,1.168,1.058A5.831,5.831,0,0,0,4.9,21.787a5.242,5.242,0,0,0,3.663,1.572,5.863,5.863,0,0,0,3.811-1.5,4.576,4.576,0,0,0,3.416,1.5,5.155,5.155,0,0,0,3.622-1.5,4.789,4.789,0,0,0,3.661,1.482A1,1,0,0,0,24,22.277,1.011,1.011,0,0,0,22.93,21.348Z"]];
|
|
5
|
+
export const CanoePaddles1 = ["canoe-paddles-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}],["M8.25,0a3,3,0,0,0-3,3V8.5a2.489,2.489,0,0,0,.938,1.952l.874.7a.5.5,0,0,1,.188.39v9.637a.5.5,0,0,1-.125.33,1.5,1.5,0,1,0,2.25,0,.5.5,0,0,1-.125-.33V11.542a.5.5,0,0,1,.188-.39l.874-.7A2.489,2.489,0,0,0,11.25,8.5V3A3,3,0,0,0,8.25,0Z","M17.812,13.548l-.874-.7a.5.5,0,0,1-.188-.39V2.821a.5.5,0,0,1,.125-.33,1.5,1.5,0,1,0-2.25,0,.5.5,0,0,1,.125.33v9.637a.5.5,0,0,1-.188.39l-.874.7A2.489,2.489,0,0,0,12.75,15.5V21a3,3,0,0,0,6,0V15.5A2.489,2.489,0,0,0,17.812,13.548Z"]];
|
|
6
|
+
export const CanoePerson1 = ["canoe-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}],["M13.735 3.886 A2.500 2.500 0 1 0 18.735 3.886 A2.500 2.500 0 1 0 13.735 3.886 Z","M4.947,17.027a2.508,2.508,0,0,1,2.126,1.179h0a2.115,2.115,0,0,0,1.488.874,2.788,2.788,0,0,0,1.909-1.045,2.617,2.617,0,0,1,1.282-.886.248.248,0,0,0,.13-.095l2.508-3.583a.25.25,0,0,0-.205-.394H2.91a1.018,1.018,0,0,0-.888.537,1,1,0,0,0,.047,1l1.605,2.518a.249.249,0,0,0,.308.1A2.452,2.452,0,0,1,4.947,17.027Z","M13.456,11.207a1.51,1.51,0,0,1,1.824-.444l1.407.656a.25.25,0,0,1,.1.37l-3.529,5.042a.248.248,0,0,0-.035.216.253.253,0,0,0,.15.161,2.471,2.471,0,0,1,1.363,1.244,1.279,1.279,0,0,0,1.051.627,1.863,1.863,0,0,0,1.476-.846A2.418,2.418,0,0,1,19.4,17.027a2.508,2.508,0,0,1,2.127,1.18c.113.17.735.915,1.3.865a2.359,2.359,0,0,1,.625.04.251.251,0,0,0,.3-.246v-5.29a.5.5,0,0,0-.5-.5H18.3a.25.25,0,0,1-.2-.393l.376-.536A1.5,1.5,0,0,0,19.241,9.3L16.549,8.044a4.475,4.475,0,0,0-5.47,1.334l-1.766,2.3a.25.25,0,0,0,.2.4h3.154a.251.251,0,0,0,.2-.1Z","M22.93,20.568A3.382,3.382,0,0,1,20.255,19a1.048,1.048,0,0,0-1.716.022,3.372,3.372,0,0,1-2.753,1.558,2.8,2.8,0,0,1-2.4-1.481,1.045,1.045,0,0,0-1.714-.16A4.3,4.3,0,0,1,8.56,20.579,3.555,3.555,0,0,1,5.8,19a1.04,1.04,0,0,0-1.638-.091c-.014.018-1.451,1.813-3.11,1.7A1.015,1.015,0,0,0,0,21.557a1,1,0,0,0,.946,1.051c.075,0,.148.006.222.006A5.835,5.835,0,0,0,4.9,21.007,5.238,5.238,0,0,0,8.56,22.579a5.857,5.857,0,0,0,3.81-1.5,4.576,4.576,0,0,0,3.416,1.5,5.155,5.155,0,0,0,3.622-1.5,4.788,4.788,0,0,0,3.661,1.482,1,1,0,1,0-.139-2Z"]];
|
|
7
|
+
export const Canoe1 = ["canoe-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}],["M23.726,2.125,21.874.274a.937.937,0,0,0-1.324,0l-2.16,2.16a2.245,2.245,0,0,0-.609,2.049.5.5,0,0,1-.136.456l-.917.916a.5.5,0,0,0-.13.48c.133.511.254,1.035.361,1.568a.249.249,0,0,0,.421.127l1.677-1.676a.5.5,0,0,1,.457-.135,2.238,2.238,0,0,0,2.051-.61L23.726,3.45a.938.938,0,0,0,0-1.325Z","M6.79,16.356a.25.25,0,0,0-.423-.134l-1.44,1.439a.5.5,0,0,1-.45.137,2.281,2.281,0,0,0-2.042.593L.274,20.55a.938.938,0,0,0,0,1.325l1.852,1.851a.937.937,0,0,0,1.324,0l2.16-2.16a2.245,2.245,0,0,0,.609-2.049.5.5,0,0,1,.136-.456L7,18.416a.5.5,0,0,0,.131-.481Q6.932,17.176,6.79,16.356Z","M12,0C10.5,0,7.5,6.416,7.5,13.043S11,24,12,24s4.5-4.329,4.5-10.957S13.5,0,12,0Zm2,15c0,1.656-1,3-2,3s-2-1.344-2-3,1-3,2-3S14,13.343,14,15Z"]];
|
|
8
|
+
export const Canoe3 = ["canoe-3",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,.5A.5.5,0,0,0,4.5,0H.5A.5.5,0,0,0,0,.5V3.484A2.5,2.5,0,0,0,1.251,5.646a.5.5,0,0,1,.249.433V23a1,1,0,0,0,2,0V6.079a.5.5,0,0,1,.249-.433A2.5,2.5,0,0,0,5,3.484Z","M22.749,18.354a.5.5,0,0,1-.249-.433V1a1,1,0,0,0-2,0V17.921a.5.5,0,0,1-.249.433A2.5,2.5,0,0,0,19,20.516V23.5a.5.5,0,0,0,.5.5h4a.5.5,0,0,0,.5-.5V20.516A2.5,2.5,0,0,0,22.749,18.354Z","M15.33,7.43,12.905,5.185a1.338,1.338,0,0,0-1.806,0L8.672,7.43a1.336,1.336,0,0,0-.422.98v.84a.5.5,0,0,0,.5.5h6.5a.5.5,0,0,0,.5-.5V8.41A1.335,1.335,0,0,0,15.33,7.43Z","M8.250 11.250 L15.750 11.250 L15.750 14.750 L8.250 14.750 Z","M15.239,16.25H8.761a.5.5,0,0,0-.5.539,3.749,3.749,0,0,0,7.476,0,.5.5,0,0,0-.5-.54Z","M19,7.813a3.508,3.508,0,0,0-1.125-2.571l-3.5-3.231a3.517,3.517,0,0,0-4.749,0l-3.5,3.231A3.507,3.507,0,0,0,5,7.813V17a7,7,0,0,0,14,0Zm-1.75,8.672a5.25,5.25,0,1,1-10.5,0V8.41a2.842,2.842,0,0,1,.9-2.082l2.427-2.244a2.85,2.85,0,0,1,3.843,0l2.424,2.246a2.837,2.837,0,0,1,.9,2.081Z"]];
|
|
9
|
+
export const CanoePaddles = ["canoe-paddles",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.393.607a3.2,3.2,0,0,0-4.464.716L14.451,6.129a2.651,2.651,0,0,0-.409,2.265l.346,1.25a.5.5,0,0,1-.077.426L12.2,12.983a.25.25,0,0,1-.406,0L9.689,10.07a.5.5,0,0,1-.076-.426l.345-1.25a2.644,2.644,0,0,0-.409-2.265L6.071,1.323A3.2,3.2,0,1,0,.892,5.071L4.37,9.877a2.643,2.643,0,0,0,2.024,1.1l1.294.063a.5.5,0,0,1,.381.206l2.484,3.433a.5.5,0,0,1,0,.587L6.64,20.67a.5.5,0,0,1-.316.2,1.579,1.579,0,1,0,1.562,2.479h0A1.573,1.573,0,0,0,8.17,22.2a.5.5,0,0,1,.09-.361L11.8,16.955a.25.25,0,0,1,.406,0l3.536,4.886a.505.505,0,0,1,.091.363,1.558,1.558,0,0,0,.285,1.142,1.578,1.578,0,1,0,1.561-2.478.5.5,0,0,1-.316-.2l-3.913-5.408a.5.5,0,0,1,0-.587l2.484-3.433a.5.5,0,0,1,.381-.206l1.294-.063a2.645,2.645,0,0,0,2.025-1.1l3.477-4.806A3.2,3.2,0,0,0,22.393.607Z"]];
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export const DivingFins = ["diving-fins",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.015.486h0A1.509,1.509,0,0,0,21.909,0H21.7a.5.5,0,0,0-.5.479L20.75,11.053a.751.751,0,0,1-.749.718h-.033a.75.75,0,0,1-.717-.782L19.7.521A.5.5,0,0,0,19.2,0H16.8a.5.5,0,0,0-.5.52l.447,10.97a.751.751,0,0,1-.719.78H16a.75.75,0,0,1-.749-.72L14.8.48A.5.5,0,0,0,14.3,0h-.209A1.5,1.5,0,0,0,12.6,1.63l1.646,18.925a3.772,3.772,0,0,0,7.516,0L23.4,1.631A1.5,1.5,0,0,0,23.015.486ZM20,20a2,2,0,0,1-4,0V18a2,2,0,0,1,4,0Z","M6,0A3.751,3.751,0,0,0,2.242,3.446L.6,22.371A1.5,1.5,0,0,0,2.091,24H2.3a.5.5,0,0,0,.5-.479l.449-10.533a.74.74,0,0,1,.781-.717.752.752,0,0,1,.718.782L4.305,23.479a.5.5,0,0,0,.5.521H7.2a.5.5,0,0,0,.5-.521L7.251,13.053a.75.75,0,0,1,1.5-.065L9.2,23.521A.5.5,0,0,0,9.7,24h.211A1.5,1.5,0,0,0,11.4,22.371L9.758,3.446A3.75,3.75,0,0,0,6,0ZM8,6A2,2,0,0,1,4,6V4A2,2,0,0,1,8,4Z"]];
|
|
2
|
+
export const DivingBoat = ["diving-boat",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.5,6a1,1,0,0,0,0,2h13a1,1,0,0,0,0-2Z","M21.5,4a1,1,0,0,0-1-1H3.5a1,1,0,0,0,0,2h17A1,1,0,0,0,21.5,4Z","M20.5,0H3.5a1,1,0,0,0,0,2h17a1,1,0,0,0,0-2Z","M7.242,19.317a.25.25,0,0,0-.135.176.247.247,0,0,0,.058.213,1.945,1.945,0,0,0,1.4.755,2.792,2.792,0,0,0,1.888-1.016,2.5,2.5,0,0,1,4.287.389,1.279,1.279,0,0,0,1.051.627,1.868,1.868,0,0,0,1.477-.845A2.413,2.413,0,0,1,19.4,18.41a2.281,2.281,0,0,1,.585.081.249.249,0,0,0,.289-.133,6.72,6.72,0,0,0,.407-5.055.5.5,0,0,0-.477-.352.509.509,0,0,0-.222.052l-5.3,2.627a.25.25,0,0,1-.333-.109c-.42-.815-.288-.557-1.008-1.952a.251.251,0,0,1,.107-.337l1.182-.61a1,1,0,1,0-.918-1.778l-1.182.611a.251.251,0,0,1-.337-.108l-.807-1.563a1,1,0,1,0-1.778.918l.808,1.563a.254.254,0,0,1,.016.191.251.251,0,0,1-.123.146l-1.182.61a1,1,0,0,0,.918,1.778l1.182-.611a.251.251,0,0,1,.337.108l.989,1.915a.25.25,0,0,1-.111.338Z","M22.931,21.951c-1.575.132-2.668-1.556-2.676-1.57a1.048,1.048,0,0,0-1.716.023,3.375,3.375,0,0,1-2.753,1.557,2.8,2.8,0,0,1-2.4-1.481,1.043,1.043,0,0,0-1.717-.156,4.3,4.3,0,0,1-3.1,1.637,3.555,3.555,0,0,1-2.76-1.58,1.042,1.042,0,0,0-1.638-.09C4.148,20.308,2.771,22,1.17,22c-.039,0-.078,0-.117,0A.983.983,0,0,0,0,22.939a1,1,0,0,0,.946,1.052Q1.06,24,1.169,24a5.708,5.708,0,0,0,3.559-1.463.251.251,0,0,1,.329.006,5.177,5.177,0,0,0,3.5,1.421A5.791,5.791,0,0,0,12.2,22.6a.251.251,0,0,1,.332.016,4.548,4.548,0,0,0,3.258,1.342,5.118,5.118,0,0,0,3.455-1.341.248.248,0,0,1,.334,0,4.678,4.678,0,0,0,3.494,1.326,1,1,0,1,0-.138-2Z"]];
|
|
3
|
+
export const DivingGun = ["diving-gun",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.826,1.707A1,1,0,0,0,21.119,0h-3a1,1,0,0,0,0,2,.243.243,0,0,1,.172.414L13.453,7.252a.25.25,0,0,0-.008.345,4.95,4.95,0,0,1,.811,1.208.253.253,0,0,0,.184.139.247.247,0,0,0,.219-.07l3.288-3.288a.25.25,0,0,1,.391.046,5.5,5.5,0,0,1-6.007,8.2.238.238,0,0,1-.172-.167.234.234,0,0,1,.061-.23,3.507,3.507,0,0,0,0-4.951.5.5,0,0,0-.707,0L2.32,17.678a1.5,1.5,0,0,0,0,2.122l.708.707a1.5,1.5,0,0,0,2.12,0l.435-.435a.25.25,0,0,1,.38.032L8.3,23.371a1.5,1.5,0,0,0,1.1.623c.041,0,.083.006.125.006a1.5,1.5,0,0,0,1.059-.439l.687-.686a1.5,1.5,0,0,0,.161-1.935L8.876,17.369a.5.5,0,0,1,.053-.643l1.348-1.348a.251.251,0,0,1,.279-.051,7.5,7.5,0,0,0,9.168-11.22.249.249,0,0,1,.026-.323Z"]];
|
|
4
|
+
export const DivingDiver = ["diving-diver",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,3.927a.494.494,0,0,0-.185-.387.506.506,0,0,0-.417-.1c-2.117.448-3.477-1.665-3.534-1.755A.525.525,0,0,0,19,1.7,3.869,3.869,0,0,1,15.813,3.5a3.3,3.3,0,0,1-2.862-1.771.523.523,0,0,0-.86-.078A4.782,4.782,0,0,1,8.574,3.5,4.135,4.135,0,0,1,5.383,1.682a.525.525,0,0,0-.821-.044C4.544,1.661,2.725,3.934.6,3.479a.51.51,0,0,0-.418.1A.5.5,0,0,0,0,3.968V22.039a.5.5,0,0,0,.5.5h23a.5.5,0,0,0,.5-.5ZM9.182,13.1a1.507,1.507,0,0,0,1.06.44h4.05a4.535,4.535,0,0,1,2.012.474L21.671,16.7a1.5,1.5,0,1,1-1.342,2.683L14.963,16.7a1.5,1.5,0,0,0-.671-.158h-4.05A4.528,4.528,0,0,1,7.061,15.22L4.777,12.937a.251.251,0,0,1,.1-.414l2.651-.884a.25.25,0,0,1,.256.06ZM10,11.289v-1.5a.5.5,0,0,1,.5-.5h3.25a1.25,1.25,0,0,1,0,2.5H10.5A.5.5,0,0,1,10,11.289Zm6.25-.25a2.25,2.25,0,1,1,2.25,2.25A2.253,2.253,0,0,1,16.25,11.039Zm-12.4.772a.25.25,0,0,1-.256-.06l-1.36-1.36a.5.5,0,0,1,.354-.854H5.413a.5.5,0,0,1,.354.146l.829.829a.252.252,0,0,1,.066.235.249.249,0,0,1-.164.179Z"]];
|
|
5
|
+
export const DivingMask = ["diving-mask",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.625,5.771a1,1,0,0,0-1,1v8.291a4.659,4.659,0,0,1-4.5,4.688H13.608a.22.22,0,0,1-.205-.141,3.225,3.225,0,0,0-6.045-.019.252.252,0,0,1-.234.16H4.875a1,1,0,0,0,0,2H7.124a.252.252,0,0,1,.234.16,3.225,3.225,0,0,0,6.045-.019.22.22,0,0,1,.205-.141h3.517a6.684,6.684,0,0,0,6.5-6.688V6.771A1,1,0,0,0,22.625,5.771Z","M22.625,0a1,1,0,0,0-1,1V3a1,1,0,0,0,2,0V1A1,1,0,0,0,22.625,0Z","M9.877,12.312V10.5a.5.5,0,1,1,1,0v1.811a4.153,4.153,0,0,0,4,4.188h2.5a3.179,3.179,0,0,0,3-3.188v-1a4.855,4.855,0,0,0-5-4.812h-10a4.857,4.857,0,0,0-5,4.812v1a3.181,3.181,0,0,0,3,3.188h2.5A4.151,4.151,0,0,0,9.877,12.312ZM5.375,10a2.5,2.5,0,0,0-2.5,2.5.5.5,0,0,1-1,0A3.5,3.5,0,0,1,5.375,9a.5.5,0,0,1,0,1Z"]];
|
|
6
|
+
export const DivingMaskFish = ["diving-mask-fish",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}],["M20.25,1.75a1,1,0,0,0-1,1V7.5a2,2,0,0,1-2,2H13a.5.5,0,0,1-.4-.2,2,2,0,0,0-3.2,0,.5.5,0,0,1-.4.2H7.5a1,1,0,0,0,0,2H9a.5.5,0,0,1,.4.2,2,2,0,0,0,3.2,0,.5.5,0,0,1,.4-.2h4.25a4,4,0,0,0,4-4V2.75A1,1,0,0,0,20.25,1.75Z","M7.157,7.987A4.575,4.575,0,0,0,10.4,6.646a.5.5,0,0,1,.706,0,4.575,4.575,0,0,0,3.24,1.341,3.4,3.4,0,0,0,3.395-3.394A4.6,4.6,0,0,0,13.145,0H8.355A4.6,4.6,0,0,0,3.762,4.593,3.4,3.4,0,0,0,7.157,7.987ZM11.75,2.5a.5.5,0,0,1,.5-.5h.895a2.6,2.6,0,0,1,2.593,2.593,1.4,1.4,0,0,1-1.395,1.394A2.6,2.6,0,0,1,11.75,3.4ZM8.355,2H9.25a.5.5,0,0,1,.5.5v.9A2.6,2.6,0,0,1,7.157,5.987a1.4,1.4,0,0,1-1.4-1.394A2.6,2.6,0,0,1,8.355,2Z","M13.273,15.032a1,1,0,0,1-.553-.224,6.344,6.344,0,0,0-3.981-1.327,1.007,1.007,0,0,0-.989,1v1.683A.5.5,0,0,1,7.5,16.6c-.435.246-.795.478-1.059.658a.5.5,0,0,1-.506.034L4.2,16.426a1,1,0,0,0-1.447.894V20.7A1,1,0,0,0,4.2,21.6L5.93,20.73a.5.5,0,0,1,.507.035c.264.182.625.416,1.06.663a.5.5,0,0,1,.253.435V23a1,1,0,0,0,1,1l.046,0a11.241,11.241,0,0,0,3.9-.911A.99.99,0,0,1,13.048,23c3.412-.16,5.7-3.023,5.7-3.993C18.75,18.063,16.561,15.3,13.273,15.032Zm.977,4.217A.75.75,0,1,1,15,18.5.75.75,0,0,1,14.25,19.249Z"]];
|
|
7
|
+
export const DivingOxygen = ["diving-oxygen",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}],["M16.875 14.000 L23.875 14.000 L23.875 21.000 L16.875 21.000 Z","M18.875,24h3a2,2,0,0,0,1.98-1.714.251.251,0,0,0-.059-.2A.248.248,0,0,0,23.607,22H17.143a.249.249,0,0,0-.247.286A2,2,0,0,0,18.875,24Z","M3.375,6h1.5c1.252,0,2-.935,2-2.5v-1a.5.5,0,0,1,1,0v1c0,1.565.747,2.5,2,2.5h1.5a2,2,0,0,0,2-2V3a3,3,0,0,0-3-3h-6a3,3,0,0,0-3,3V4A2,2,0,0,0,3.375,6Z","M19.376,7.125v.159a.254.254,0,0,1-.071.175A1.481,1.481,0,0,0,18.876,8.5v1.7a.252.252,0,0,1-.132.221,3.506,3.506,0,0,0-1.769,2.31.22.22,0,0,0,.043.185.217.217,0,0,0,.171.082h6.334a.251.251,0,0,0,.2-.1.254.254,0,0,0,.047-.213,3.512,3.512,0,0,0-1.758-2.269.25.25,0,0,1-.132-.22V8.5a1.481,1.481,0,0,0-.429-1.041.25.25,0,0,1-.071-.175V7.125a3.875,3.875,0,1,0-7.75,0V16a5.8,5.8,0,0,1-5.751,6,5.8,5.8,0,0,1-5.75-6V14a3.741,3.741,0,0,1,3.1-3.675.248.248,0,0,1,.255.114,2.248,2.248,0,1,0-.062-2.276.254.254,0,0,1-.191.127A5.755,5.755,0,0,0,.125,14v2a7.8,7.8,0,0,0,7.75,8,7.8,7.8,0,0,0,7.751-8V7.125a1.875,1.875,0,1,1,3.75,0Z"]];
|
|
8
|
+
export const DivingOxygenTank = ["diving-oxygen-tank",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}],["M9.146,3.146l-1,1a.5.5,0,0,0,.708.708l1-1a.5.5,0,0,0-.708-.708Z","M0.000 15.250 L8.000 15.250 L8.000 19.500 L0.000 19.500 Z","M4,8.75a4,4,0,0,0-4,4v.5a.5.5,0,0,0,.5.5h7a.5.5,0,0,0,.5-.5v-.5A4,4,0,0,0,4,8.75Z","M7.5,21H.5a.5.5,0,0,0-.5.5V23a1,1,0,0,0,1,1H7a1,1,0,0,0,1-1V21.5A.5.5,0,0,0,7.5,21Z","M10.000 15.250 L18.000 15.250 L18.000 19.500 L10.000 19.500 Z","M14,8.75a4,4,0,0,0-4,4v.5a.5.5,0,0,0,.5.5h7a.5.5,0,0,0,.5-.5v-.5A4,4,0,0,0,14,8.75Z","M17.5,21h-7a.5.5,0,0,0-.5.5V23a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V21.5A.5.5,0,0,0,17.5,21Z","M23.2,14.4A.5.5,0,0,1,23,14V8.5a5,5,0,0,0-5-5H13.771a.5.5,0,0,1-.477-.35,4.5,4.5,0,1,0,0,2.7.5.5,0,0,1,.477-.349H18a3,3,0,0,1,3,3V14a.5.5,0,0,1-.2.4,2,2,0,1,0,2.4,0ZM9,7a2.5,2.5,0,1,1,2.5-2.5A2.5,2.5,0,0,1,9,7Z"]];
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export const FishingFish = ["fishing-fish",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.925,12.919a.5.5,0,0,0,.4.115,2.636,2.636,0,0,1,.844,0,.5.5,0,0,0,.578-.5V1a1,1,0,0,0-2,0V12.539A.5.5,0,0,0,20.925,12.919Z","M22.575,19.08a.5.5,0,0,0-.4-.114,2.636,2.636,0,0,1-.844,0,.5.5,0,0,0-.578.495V21.5a.5.5,0,1,1-1,0V21a1,1,0,0,0-2,0v.5a2.5,2.5,0,1,0,5,0V19.461A.5.5,0,0,0,22.575,19.08Z","M18.343,12.837C17.32,11.683,14.58,9,11.25,9c-2.91,0-5.373,2.061-6.587,3.294a.5.5,0,0,1-.751-.043L2.04,9.844a1,1,0,0,0-1.79.613v6.086a1,1,0,0,0,.676.945.985.985,0,0,0,.324.055,1,1,0,0,0,.789-.386l1.873-2.408a.5.5,0,0,1,.751-.043C5.877,15.939,8.34,18,11.25,18c3.328,0,6.069-2.683,7.092-3.836A1,1,0,0,0,18.343,12.837ZM13.25,14a1,1,0,1,1,1-1A1,1,0,0,1,13.25,14Z","M19.750 16.000 A2.000 2.000 0 1 0 23.750 16.000 A2.000 2.000 0 1 0 19.750 16.000 Z"]];
|
|
2
|
+
export const FishingFail = ["fishing-fail",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}],["M15.445.592a1,1,0,0,0-1.414,0L11.2,3.421a.25.25,0,0,1-.354,0L8.02.592A1,1,0,0,0,6.606,2.006L9.435,4.835a.249.249,0,0,1,0,.353L6.606,8.017A1,1,0,1,0,8.02,9.431L10.849,6.6a.25.25,0,0,1,.354,0l2.828,2.828a1,1,0,0,0,1.414-1.414L12.617,5.188a.249.249,0,0,1,0-.353l2.828-2.829A1,1,0,0,0,15.445.592Z","M23.434,16.75a.525.525,0,0,0-.458-.775.531.531,0,0,0-.259.07L19.848,17.67a.249.249,0,0,1-.273-.017c-.249-.186-.53-.383-.827-.583a.251.251,0,0,1-.108-.243l.241-1.685a.524.524,0,0,0-.521-.6.514.514,0,0,0-.337.128l-1.239,1.062a.248.248,0,0,1-.273.034,15.54,15.54,0,0,0-2.056-.837.249.249,0,0,1-.17-.2l-.257-1.8a.521.521,0,0,0-.522-.449.511.511,0,0,0-.414.21L11.919,14.25a.253.253,0,0,1-.225.1c-.324-.032-.649-.059-.982-.059s-.673.02-1,.053a.251.251,0,0,1-.184-.057.247.247,0,0,1-.089-.171l-.174-2.067a.521.521,0,0,0-.525-.48.512.512,0,0,0-.421.22L5.8,15.314a.237.237,0,0,1-.1.084A19.441,19.441,0,0,0,.679,18.6a.518.518,0,0,0-.005.779c.278.246.688.592,1.207.981a.256.256,0,0,1,.093.141l.7,2.906a.261.261,0,0,0,.237.2h.018a.261.261,0,0,0,.243-.167l.582-1.5a.25.25,0,0,1,.355-.128,13.754,13.754,0,0,0,6.6,1.892,15.406,15.406,0,0,0,8.863-3.363.249.249,0,0,1,.273-.018l2.869,1.625a.52.52,0,0,0,.259.071.525.525,0,0,0,.458-.775l-.678-1.247a2.093,2.093,0,0,1,0-2ZM5,19.8a1,1,0,1,1,1-1A1,1,0,0,1,5,19.8Z"]];
|
|
3
|
+
export const FishingLine = ["fishing-line",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.035,16.667a.249.249,0,0,1-.079-.342c1.417-2.3,2.809-6.019.544-7.491-1.272-.825-3.409-.38-5.031,2.072-1.762,2.662-3.572,3.251-4.292,2.819s-1.1-2.49.9-6.209c1.494-2.776,1.655-5.154.442-6.523a3.547,3.547,0,0,0-4.1-.638C4.9,2.124,2.4,8.41,1.918,14.447a.9.9,0,0,0,.9.97.49.49,0,0,1,.49.49.51.51,0,0,1-.51.51h-.74a.715.715,0,0,0-.75.673v5.063C1.3,23.5,1.974,24,2.8,24s1.5-.5,1.5-1.847V17.971a3,3,0,1,0,2-5.221,2.946,2.946,0,0,0-1.838.643.25.25,0,0,1-.4-.229c.932-7.007,4.19-10.2,6.089-10.946.83-.324,1.529-.286,1.873.1.454.512.54,1.932-.707,4.25-2.692,5-1.852,7.864-.167,8.872,1.626.972,4.506.315,6.987-3.431.886-1.34,1.909-1.734,2.274-1.5.416.27.667,1.9-1.3,4.994a2.1,2.1,0,0,0,.939,2.884,1.029,1.029,0,0,0,1.342-.511A.967.967,0,0,0,21.035,16.667ZM6.3,14.75a1,1,0,1,1-1,1A1,1,0,0,1,6.3,14.75Z"]];
|
|
4
|
+
export const FishingLure = ["fishing-lure",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.953.982a1,1,0,0,0-.922-.928C21.445-.067,16.491-.2,12.837,2.24a.5.5,0,0,0-.075.77l8.244,8.234a.5.5,0,0,0,.772-.08C24.175,7.508,24.063,2.57,23.953.982ZM22.06,6.45a1.5,1.5,0,1,1,0-2.12A1.5,1.5,0,0,1,22.06,6.45Z","M11.6,3.971A.5.5,0,0,0,10.864,4c-2.692,3.214-2.94,7.877-2.879,10.153a1,1,0,0,1-.292.734L4.56,18.025A1.5,1.5,0,1,1,2.438,15.9l2.453-2.451a1,1,0,0,0-1.414-1.415L1.024,14.489a3.5,3.5,0,0,0,2.092,5.95.5.5,0,0,1,.441.442,3.5,3.5,0,0,0,5.952,2.094l2.453-2.453a1,1,0,1,0-1.414-1.414L8.094,21.561a1.535,1.535,0,0,1-2.12,0,1.5,1.5,0,0,1,0-2.121l3.113-3.113a1,1,0,0,1,.745-.292c3.542.133,7.529-.6,10.2-2.879a.5.5,0,0,0,.029-.734Z"]];
|
|
5
|
+
export const FishingBaitFish = ["fishing-bait-fish",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.816,21.993c4.054,0,9.248-1.295,10.941-3.14a.544.544,0,0,1,.674-.1l2.751,1.586a.545.545,0,0,0,.783-.664l-.831-2.216A2.185,2.185,0,0,1,23.107,16l.809-2.426a.546.546,0,0,0-.858-.6l-2.481,1.982a.543.543,0,0,1-.747-.065C18.147,13,12.936,11.663,8.816,11.663A13.7,13.7,0,0,0,.678,13.942a.548.548,0,0,0-.069.8l2.469,2.716a.545.545,0,0,1-.4.912H.545a.545.545,0,0,0-.377.939C1.824,20.89,5.074,21.993,8.816,21.993ZM5.393,14.577a1,1,0,1,1-1,1A1,1,0,0,1,5.393,14.577Z","M6,8.007h9a1,1,0,0,0,1-1v-.25a.25.25,0,0,1,.25-.25h5.5a2.25,2.25,0,1,0,0-4.5H1.908a1.5,1.5,0,0,0-1.3,2.244C1.505,5.825,3.88,8.007,6,8.007Zm7.75-4a.25.25,0,0,1,.25.25v1.5a.25.25,0,0,1-.25.25H6A4.854,4.854,0,0,1,3.26,4.433a.25.25,0,0,1,.177-.426Z"]];
|
|
6
|
+
export const FishingHookFish1 = ["fishing-hook-fish-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}],["M11,15.375c-3.866,0-7,4-7,4s3.134,4,7,4c3.187,0,5.876-2.718,6.723-3.673a.487.487,0,0,0,0-.654C16.876,18.093,14.187,15.375,11,15.375Zm2.5,4.75a1,1,0,1,1,1-1A1,1,0,0,1,13.5,20.125Z","M.5,16.332v6.086a.5.5,0,0,0,.9.307L4,19.375l-2.6-3.35A.5.5,0,0,0,.5,16.332Z","M15,5.375v-2a.5.5,0,0,0-.5-.5H.25a.25.25,0,0,0-.25.25v2.5a.25.25,0,0,0,.25.25H14.5A.5.5,0,0,0,15,5.375Z","M22,2.875a.5.5,0,0,0-.5.5v2a.5.5,0,0,0,.5.5h1.75a.25.25,0,0,0,.25-.25v-2.5a.25.25,0,0,0-.25-.25Z","M19.25,5.82V1.625a1,1,0,0,0-2,0v4.2a2.74,2.74,0,0,0,0,5.11v1.942a.5.5,0,1,1-1,0v-.5a1,1,0,0,0-2,0v.5a2.5,2.5,0,1,0,5,0V10.93a2.74,2.74,0,0,0,0-5.11Zm-1,3.305a.75.75,0,1,1,.75-.75A.752.752,0,0,1,18.25,9.125Z"]];
|
|
7
|
+
export const FishingCatch = ["fishing-catch",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.5,6.25a1,1,0,0,0,0,2h13a1,1,0,0,0,0-2Z","M21.5,4.25a1,1,0,0,0-1-1H3.5a1,1,0,0,0,0,2h17A1,1,0,0,0,21.5,4.25Z","M20.5.25H3.5a1,1,0,0,0,0,2h17a1,1,0,0,0,0-2Z","M20.828,23.492a.262.262,0,0,0,.244.167h.017a.263.263,0,0,0,.237-.2l.7-2.905a.255.255,0,0,1,.093-.142c.519-.389.929-.734,1.208-.981a.519.519,0,0,0-.006-.779,19.417,19.417,0,0,0-5.012-3.2.245.245,0,0,1-.1-.084l-2.521-3.527a.513.513,0,0,0-.421-.219.521.521,0,0,0-.526.48l-.173,2.066a.25.25,0,0,1-.273.228c-.33-.032-.664-.053-1-.053s-.658.027-.982.059a.25.25,0,0,1-.225-.1l-1.173-1.564a.511.511,0,0,0-.414-.21.522.522,0,0,0-.522.45l-.257,1.8a.248.248,0,0,1-.17.2,15.679,15.679,0,0,0-2.056.838.25.25,0,0,1-.273-.035L5.977,14.72a.515.515,0,0,0-.337-.127.523.523,0,0,0-.521.6l.241,1.685a.253.253,0,0,1-.108.243c-.3.2-.578.4-.827.584a.251.251,0,0,1-.273.017L1.283,16.1a.52.52,0,0,0-.259-.071.525.525,0,0,0-.458.775l.678,1.247a2.093,2.093,0,0,1,0,2L.566,21.29a.525.525,0,0,0,.458.775A.531.531,0,0,0,1.283,22L4.151,20.37a.25.25,0,0,1,.274.018,15.405,15.405,0,0,0,8.863,3.362,13.764,13.764,0,0,0,6.6-1.891.25.25,0,0,1,.355.128ZM18.75,20a1,1,0,1,1,1-1A1,1,0,0,1,18.75,20Z"]];
|
|
8
|
+
export const FishingHookFish = ["fishing-hook-fish",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,24a4.5,4.5,0,0,1-4.5-4.5V15a1,1,0,0,1,2,0v4.5a2.5,2.5,0,0,0,5,0v-.685a.249.249,0,0,0-.378-.215l-.863.511a1,1,0,0,1-1.018-1.722l1.973-1.166a1.47,1.47,0,0,1,1.493-.045A1.5,1.5,0,0,1,11.5,17.5v2A4.505,4.505,0,0,1,7,24Zm3.279-6.085-.049.028A.268.268,0,0,0,10.279,17.915Z","M5,13a.988.988,0,0,1-.5-.132l-3.5-2A1,1,0,1,1,2,9.132l3.5,2A1,1,0,0,1,5,13Z","M5,9a.988.988,0,0,1-.5-.132l-3.5-2A1,1,0,0,1,2,5.132l3.5,2A1,1,0,0,1,5,9Z","M3.5,4.5a1,1,0,0,1-1-1V1a1,1,0,0,1,2,0V3.5A1,1,0,0,1,3.5,4.5Z","M19.911,18.929a.249.249,0,0,1-.132-.171.252.252,0,0,1,.05-.21c4.665-5.759,5.27-11.321-.437-16.16a2.005,2.005,0,0,0-2.577,0,10.909,10.909,0,0,0-3.917,5.9.25.25,0,0,0,.047.208,4.543,4.543,0,0,0,6.061.993.75.75,0,1,1,.824,1.254,6.007,6.007,0,0,1-3.3.989A6.07,6.07,0,0,1,13.139,10.7a.25.25,0,0,0-.388.232,14.858,14.858,0,0,0,3.626,7.618.251.251,0,0,1-.081.381,3.989,3.989,0,0,0-2.134,2.884,1.017,1.017,0,0,0,.224.831A1,1,0,0,0,15.15,23h5.906a1,1,0,0,0,.764-.355,1.02,1.02,0,0,0,.224-.833A3.985,3.985,0,0,0,19.911,18.929ZM18,6.367a1,1,0,1,1,1-1A1,1,0,0,1,18,6.367Z"]];
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const LandmarksMonument = ["landmarks-monument",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}],["M19,23.41v-.5a1.5,1.5,0,0,0-1.286-1.485.249.249,0,0,1-.214-.247V20.91a1.5,1.5,0,0,0-1.5-1.5H8a1.5,1.5,0,0,0-1.5,1.5v.268a.249.249,0,0,1-.214.247A1.5,1.5,0,0,0,5,22.91v.5a.5.5,0,0,0,.5.5h13A.5.5,0,0,0,19,23.41Z","M15,18.41a.5.5,0,0,0,.5-.517L15.022,3.63a1.445,1.445,0,0,0-.4-.931L12.774.441a1.029,1.029,0,0,0-1.547,0L9.415,2.661a1.5,1.5,0,0,0-.438.982L8.5,17.893a.5.5,0,0,0,.5.517Z"]];
|
|
2
|
+
export const LandmarksViewPoint = ["landmarks-view-point",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}],["M13.391,15.5H10.909a1,1,0,1,0,0,2h2.482a.25.25,0,0,1,.177.427l-1.755,1.755A1,1,0,1,0,13.227,21.1l1.755-1.756a.25.25,0,0,1,.427.178V22a1,1,0,0,0,2,0V19.518a.25.25,0,0,1,.427-.178L19.591,21.1a1,1,0,1,0,1.414-1.414L19.25,17.927a.25.25,0,0,1,.177-.427h2.482a1,1,0,0,0,0-2H19.427a.25.25,0,0,1-.177-.427l1.755-1.755A1,1,0,1,0,19.591,11.9l-1.755,1.755a.25.25,0,0,1-.427-.176V11a1,1,0,1,0-2,0v2.483a.25.25,0,0,1-.427.176L13.227,11.9a1,1,0,0,0-1.414,1.414l1.755,1.755a.25.25,0,0,1-.177.427Z","M9.091,2a1,1,0,0,0-1,1V5.634a.25.25,0,0,1-.42.183l-4.9-4.549A1,1,0,0,0,1.41,2.733L6.078,7.067a.25.25,0,0,1-.17.433H3.091a1,1,0,0,0,0,2h6a1,1,0,0,0,.391-.08c.012-.005.021-.016.032-.021a1.015,1.015,0,0,0,.3-.208c0-.005.009-.006.013-.01a.819.819,0,0,0,.071-.116,1,1,0,0,0,.124-.2.979.979,0,0,0,.043-.214.936.936,0,0,0,.03-.149V3A1,1,0,0,0,9.091,2Z"]];
|
|
3
|
+
export const LandmarksStatueFlag = ["landmarks-statue-flag",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.452,9.738a.25.25,0,0,0,.44-.069l.95-2.9a.248.248,0,0,1,.3-.165l5.222,1.286a1.249,1.249,0,0,0,1.577-.8l1.245-3.8a1.255,1.255,0,0,0-.82-1.583L16.933.1a1.412,1.412,0,0,0-1.25.1,1.383,1.383,0,0,0-.6,1.016l-2.359,7.2a.254.254,0,0,0,.025.208A12.7,12.7,0,0,0,13.452,9.738Z","M12.258,11.185A1.008,1.008,0,0,0,12.4,9.956L10.658,7.118a3,3,0,0,0-2.653-1.6h-2a3,3,0,0,0-3,3V11.5a1,1,0,0,0,1,1h1v3a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1V9.327a.25.25,0,0,1,.458-.139L10.7,11.041a1.007,1.007,0,0,0,1.56.144Z","M5.005 2.000 A2.000 2.000 0 1 0 9.005 2.000 A2.000 2.000 0 1 0 5.005 2.000 Z","M13.505,24a.75.75,0,1,0,0-1.5H11.616a.249.249,0,0,1-.186-.083.252.252,0,0,1-.063-.193l.384-3.646a.752.752,0,0,0-.189-.58.6.6,0,0,0-.151-.121.251.251,0,0,1-.111-.294l1.835-5.6a.1.1,0,0,0-.16-.1,1.993,1.993,0,0,1-1.438.607.2.2,0,0,0-.193.14L9.723,17.578a.248.248,0,0,1-.237.172H4.005a.749.749,0,0,0-.746.828l.383,3.646a.248.248,0,0,1-.062.193.25.25,0,0,1-.186.083H1.505a.75.75,0,1,0,0,1.5Z"]];
|
|
4
|
+
export const LandmarksStone = ["landmarks-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},{"fill":"#000000","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.850 12.001 A3.000 3.000 0 1 0 9.850 12.001 A3.000 3.000 0 1 0 3.850 12.001 Z","M19.05,10.025l-6.061.606h0a.755.755,0,0,0-.51.277.745.745,0,0,0-.16.551A5.089,5.089,0,0,1,12.35,12a5.219,5.219,0,0,1-.031.537.742.742,0,0,0,.165.563.754.754,0,0,0,.505.269l6.062.607c.032,0,.065,0,.1,0a1,1,0,0,0,1-1V11.02a1,1,0,0,0-1.1-.995Z","M15.427,21.913l1.156-1.156a1,1,0,0,0,0-1.414l-4.169-4.17,0,0a.725.725,0,0,0-.587-.213.748.748,0,0,0-.546.3,5.437,5.437,0,0,1-.772.85.752.752,0,0,0-.1,1.01l3.516,4.688a1,1,0,0,0,.727.4l.073,0A1,1,0,0,0,15.427,21.913Z","M8.7,17.922a.75.75,0,0,0-.854-.515,5.374,5.374,0,0,1-1.453.071.736.736,0,0,0-.624.235.755.755,0,0,0-.189.642l.828,4.687a1,1,0,0,0,.984.826.981.981,0,0,0,.274-.039l1.66-.474a1,1,0,0,0,.678-1.26Z","M15.427,2.088a.984.984,0,0,0-.776-.291,1,1,0,0,0-.731.4L10.406,6.881a.752.752,0,0,0,.1,1.01,5.446,5.446,0,0,1,.773.851.741.741,0,0,0,.546.3l.06,0a.751.751,0,0,0,.53-.219l4.169-4.17a1,1,0,0,0,0-1.414Z","M9.933,1.133a1.006,1.006,0,0,0-.6-.487L7.671.172A1,1,0,0,0,6.412.959L5.584,5.646a.76.76,0,0,0,.189.642.769.769,0,0,0,.62.236,5.211,5.211,0,0,1,1.456.07.716.716,0,0,0,.138.013A.753.753,0,0,0,8.7,6.082l1.3-4.177A1,1,0,0,0,9.933,1.133Z"]];
|
|
5
|
+
export const LandmarksTelescopePerson = ["landmarks-telescope-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}],["M3,1A1,1,0,0,0,2,0H1A1,1,0,0,0,0,1V6A1,1,0,0,0,1,7H2A1.026,1.026,0,0,0,3,5.973Z","M4,5.3a.25.25,0,0,0,.28.248l2.185-.259a.249.249,0,0,0,.205-.161,2.458,2.458,0,0,1,.877-1.158A2.49,2.49,0,0,1,9,3.5a2.425,2.425,0,0,1,1.1.271.25.25,0,0,0,.363-.223V2.709a1.006,1.006,0,0,0-.925-1L4.267,1.365A.25.25,0,0,0,4,1.615Z","M4.465,12.787l-4.378,9.8a1,1,0,1,0,1.826.814l2.552-5.715V23a1,1,0,0,0,2,0V17.626l2.624,5.786a1,1,0,1,0,1.822-.826l-4.446-9.8V6.571a.251.251,0,0,0-.279-.248l-1.5.178a.25.25,0,0,0-.221.248Z","M13.250 3.250 A2.250 2.250 0 1 0 17.750 3.250 A2.250 2.250 0 1 0 13.250 3.250 Z","M19.2,6.6a1.5,1.5,0,0,0-2.072-.32L14.32,8.285a1.51,1.51,0,0,1-2.093-.349L10.221,5.128a1.518,1.518,0,0,0-2.093-.349A1.5,1.5,0,0,0,7.78,6.872L9.785,9.68a4.5,4.5,0,0,0,6.279,1.046l1.417-1.012a.249.249,0,0,1,.345.053L20.7,13.6a1.487,1.487,0,0,1,.3.9v8a1.5,1.5,0,0,0,3,0v-8a4.54,4.54,0,0,0-.9-2.7Z"]];
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export const NauticSportsScooter = ["nautic-sports-scooter",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}],["M1.83,11.612H22.662a.5.5,0,0,0,.492-.59,3.561,3.561,0,0,0-3.888-3.16H11.241a.5.5,0,0,1-.388-.185l-.566-.7a.5.5,0,0,1,.037-.671l.815-.8a.5.5,0,0,1,.351-.144H13.5a1,1,0,0,0,0-2H11.285a1.987,1.987,0,0,0-1.4.575l-.758.747a.5.5,0,0,1-.738-.041L7.153,3.13a.5.5,0,0,0-.387-.184c-1.247,0-3.255,1.71-4.469,4.464a.5.5,0,0,0,.457.7H4a.75.75,0,0,1,0,1.5H1.977a.5.5,0,0,0-.491.4c-.065.339-.117.687-.154,1.043a.5.5,0,0,0,.5.552Z","M21.846,13.112H2.681a.5.5,0,0,0-.4.794l1.154,1.586a.5.5,0,0,0,.539.188,2.627,2.627,0,0,1,.706-.1h0a2.47,2.47,0,0,1,1.9.857c.551.653,1,1.114,1.757,1.114s1.216-.472,1.738-1.09a2.528,2.528,0,0,1,1.938-.881h0a2.469,2.469,0,0,1,1.9.857c.551.653,1,1.114,1.758,1.114s1.216-.472,1.738-1.09a2.667,2.667,0,0,1,2.971-.642.5.5,0,0,0,.593-.167l1.28-1.748a.5.5,0,0,0-.4-.795Z","M23,19.054a3.744,3.744,0,0,1-2.9-1.645,1.056,1.056,0,0,0-1.546.022,3.717,3.717,0,0,1-2.884,1.623,3.742,3.742,0,0,1-2.9-1.645,1.055,1.055,0,0,0-1.547.023,3.717,3.717,0,0,1-2.884,1.622,3.744,3.744,0,0,1-2.9-1.645,1.055,1.055,0,0,0-1.547.023A3.715,3.715,0,0,1,1,19.054a1,1,0,0,0,0,2,5.121,5.121,0,0,0,3.346-1.243.5.5,0,0,1,.639,0,5.129,5.129,0,0,0,6.694,0,.5.5,0,0,1,.639,0,5.129,5.129,0,0,0,6.7,0,.5.5,0,0,1,.639,0A5.125,5.125,0,0,0,23,21.054a1,1,0,0,0,0-2Z"]];
|
|
2
|
+
export const NauticSportsSurfingWater = ["nautic-sports-surfing-water",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}],["M17.375 2.625 A2.500 2.500 0 1 0 22.375 2.625 A2.500 2.500 0 1 0 17.375 2.625 Z","M13.179,13.971a.251.251,0,0,1,.393-.126l1,.777a.5.5,0,0,1,.19.45l-.177,1.587a1.5,1.5,0,0,0,.957,1.567h0a1.5,1.5,0,0,0,2.025-1.236l.176-1.587a3.5,3.5,0,0,0-1.329-3.149l-.863-.671a.25.25,0,0,1,.025-.412l1.461-.877a.252.252,0,0,1,.291.024l4.079,3.452a1.5,1.5,0,0,0,1.938-2.29L17.6,6.617a5.5,5.5,0,0,0-2.358-1.17l-1.447-.322a3.485,3.485,0,0,1-2.232-1.608l-.4-.664A1.5,1.5,0,0,0,8.589,4.4l.4.664a6.5,6.5,0,0,0,3.29,2.729.25.25,0,0,1,.077.422L10.887,9.5a1.5,1.5,0,0,0-.512,1.129v1.851a1,1,0,0,1-.606.92h0a1.431,1.431,0,0,0,.054,2.652l.134.051a1.515,1.515,0,0,0,1.229-.073A3.388,3.388,0,0,0,13.179,13.971Z","M23.06,23.231a1,1,0,0,0-.578-1.291l-21-8a1,1,0,0,0-.713,1.87l.654.249a.25.25,0,0,1,.131.353l-.347.635L.8,17.8a1.4,1.4,0,0,0,1.23,2.075,1.386,1.386,0,0,0,.156-.009,15.212,15.212,0,0,0,3.92-.955c.335-.13.649-.263.942-.4a.984.984,0,0,1,.764-.025L21.769,23.81a1,1,0,0,0,1.291-.579Z"]];
|
|
3
|
+
export const NauticSportsSurfing = ["nautic-sports-surfing",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.498 3.479 A2.500 2.500 0 1 0 9.498 3.479 A2.500 2.500 0 1 0 4.498 3.479 Z","M12.716,9.156a.253.253,0,0,0-.052-.191A4.028,4.028,0,0,0,9.5,7.479h-5a3.913,3.913,0,0,0-4,3.89v3.61a1.25,1.25,0,0,0,2.5,0v-3.86a.5.5,0,0,1,1,0v11.61a1.25,1.25,0,0,0,2.5,0v-6.25a.5.5,0,0,1,1,0v6.25a1.25,1.25,0,0,0,2.5,0V11.119a.5.5,0,0,1,1,0,4.522,4.522,0,0,0,1.117,3.071.253.253,0,0,0,.285.065.25.25,0,0,0,.152-.249A22.632,22.632,0,0,1,12.716,9.156Z","M23.135,16.226A21.079,21.079,0,0,0,19.994.652a1.568,1.568,0,0,0-2.514,0,21.086,21.086,0,0,0-3.136,15.593l1.257,6.1a2,2,0,0,0,1.966,1.633h2.34a2,2,0,0,0,1.964-1.62Zm-6.72.767a.25.25,0,0,1-.423-.135L15.641,14.8a.249.249,0,0,1,.069-.219l5.6-5.6a.249.249,0,0,1,.423.136,20.519,20.519,0,0,1,.24,2.2.253.253,0,0,1-.073.19Z"]];
|
|
4
|
+
export const NauticSportsSailing = ["nautic-sports-sailing",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}],["M11.251,11.168l11.474,3.291a1,1,0,1,0,.55-1.922s-.33-.059-.347-.34-.107-1.814-.107-1.814A10.445,10.445,0,0,0,17.889,2.1a.408.408,0,0,1-.213-.49l.083-.289a1,1,0,0,0-1.922-.55S13.416,9.224,13.361,9.4A.291.291,0,0,1,13,9.591l-1.2-.345a1,1,0,1,0-.551,1.922Z","M2.885,18.973a.249.249,0,0,0,.384.039,2.5,2.5,0,0,1,3.793.536h0a2.109,2.109,0,0,0,1.488.874,2.8,2.8,0,0,0,1.912-1.046,2.579,2.579,0,0,1,2-1.006q.1,0,.207.009a.215.215,0,0,0,.25-.136c.039-.141.535-1.891.535-1.891a.248.248,0,0,1,.3-.173c1.384.4,8.411,2.4,8.494,2.4a1,1,0,0,0,1-1.058l-.076-1.288A.251.251,0,0,0,23,16l-10.4-2.984a.25.25,0,0,0-.309.171l-1.256,4.381a.252.252,0,0,1-.31.171L2.806,15.474a1,1,0,0,0-1.151,1.445S2.508,18.376,2.885,18.973Z","M14,18.72c-.122-.039-.173.049-.105.1a2.481,2.481,0,0,1,.83.976,1.279,1.279,0,0,0,1.051.627,2.081,2.081,0,0,0,1.148-.473.222.222,0,0,0,.032-.114.487.487,0,0,0-.348-.4S14.175,18.766,14,18.72Z","M22.931,21.911c-1.583.128-2.667-1.555-2.676-1.569a1.048,1.048,0,0,0-1.716.022,3.372,3.372,0,0,1-2.752,1.558,2.807,2.807,0,0,1-2.405-1.481,1.045,1.045,0,0,0-1.713-.162,4.3,4.3,0,0,1-3.108,1.643A3.561,3.561,0,0,1,5.8,20.342a1.04,1.04,0,0,0-1.638-.091c-.013.019-1.456,1.837-3.109,1.7A.977.977,0,0,0,0,22.9a1,1,0,0,0,.947,1.052c.075,0,.148.006.221.006a5.714,5.714,0,0,0,3.564-1.466.24.24,0,0,1,.322.007,5.178,5.178,0,0,0,3.506,1.424,5.8,5.8,0,0,0,3.64-1.361.241.241,0,0,1,.327.017,4.549,4.549,0,0,0,3.259,1.344,5.116,5.116,0,0,0,3.457-1.344.241.241,0,0,1,.329,0,4.742,4.742,0,0,0,3.5,1.328A1,1,0,0,0,24,22.84,1.014,1.014,0,0,0,22.931,21.911Z"]];
|
|
5
|
+
export const NauticSportsWaterSkiing = ["nautic-sports-water-skiing",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,8.979H23a1,1,0,1,0,0-2H13.5a1,1,0,0,0,0,2Z","M0.004 2.500 A2.500 2.500 0 1 0 5.004 2.500 A2.500 2.500 0 1 0 0.004 2.500 Z","M9.176,18.254a4.543,4.543,0,0,0-2.492-3.86l-1.365-.683a1.51,1.51,0,0,1-.763-.9L3.694,9.8a.25.25,0,0,1,.239-.323H9.564a1.5,1.5,0,0,0,0-3h-8a1.541,1.541,0,0,0-1.5,1.941l1.626,5.273a4.514,4.514,0,0,0,2.289,2.7l1.364.682a1.492,1.492,0,0,1,.823,1.2l.036.38a.249.249,0,0,0,.113.186c.673.436,1.128,1.639,2.246,1.639a2.793,2.793,0,0,0,1.889-1.016,2.5,2.5,0,0,1,2.026-1.035,2.467,2.467,0,0,1,1.132.285.248.248,0,0,0,.2.014l1.712-.6c4.7-1.653,4.79-1.685,5.744-2.712.124-.134.269-.29.457-.478A1,1,0,1,0,20.3,13.522c-.21.21-.371.383-.508.532-.619.665-.619.665-4.943,2.186C13.642,16.666,9.51,18.134,9.176,18.254Z","M22.93,21.953c-1.58.119-2.666-1.557-2.675-1.569a1.048,1.048,0,0,0-1.715.022,3.372,3.372,0,0,1-2.753,1.558,2.806,2.806,0,0,1-2.406-1.482,1.043,1.043,0,0,0-1.716-.156,4.3,4.3,0,0,1-3.1,1.638,3.56,3.56,0,0,1-2.76-1.58,1.041,1.041,0,0,0-1.637-.091c-.014.019-1.464,1.831-3.11,1.7A.974.974,0,0,0,0,22.942C-.008,23.13.044,24,1.17,24A5.851,5.851,0,0,0,4.9,22.393,5.243,5.243,0,0,0,8.56,23.964a5.863,5.863,0,0,0,3.811-1.5,4.576,4.576,0,0,0,3.416,1.5,5.155,5.155,0,0,0,3.622-1.5,4.769,4.769,0,0,0,3.66,1.482A1,1,0,0,0,24,22.882,1.016,1.016,0,0,0,22.93,21.953Z"]];
|
|
6
|
+
export const NauticSportsSailingPerson = ["nautic-sports-sailing-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}],["M12.318,8.038a.251.251,0,0,0,.237.169h8.532a.25.25,0,0,0,.22-.369c-1.995-3.7-5.327-7.5-10.64-7.833a.773.773,0,0,0-.629.288.76.76,0,0,0-.119.7Z","M13.362,10.207a.25.25,0,0,0-.237.329l2.814,8.415a.747.747,0,0,0,1.392.06,6.392,6.392,0,0,1,5.7-4.048.771.771,0,0,0,.573-.32.727.727,0,0,0,.111-.607,29.028,29.028,0,0,0-1.222-3.673.249.249,0,0,0-.231-.156Z","M12.475,18.409a.132.132,0,0,0,.093-.225l-.844-.844a5.46,5.46,0,0,0-3.888-1.611H6.509l-.662-1.658a.249.249,0,0,1,.232-.342h.329a4.5,4.5,0,0,0,2.879-1.043l2.165-1.8a1.5,1.5,0,0,0-1.919-2.3l-2.165,1.8a1.5,1.5,0,0,1-.96.348H3.5A1.5,1.5,0,0,0,2.1,12.785l1.918,4.52a2.339,2.339,0,0,0,2.151,1.424H7.836a2.48,2.48,0,0,1,1.768.732l.241.241a.25.25,0,0,0,.347.006,3,3,0,0,0,.28-.294A2.578,2.578,0,0,1,12.475,18.409Z","M0.245 6.957 A2.250 2.250 0 1 0 4.745 6.957 A2.250 2.250 0 1 0 0.245 6.957 Z","M22.927,21.95c-1.574.143-2.667-1.556-2.675-1.57a1.047,1.047,0,0,0-1.715.023,3.376,3.376,0,0,1-2.752,1.557,2.8,2.8,0,0,1-2.4-1.481,1.043,1.043,0,0,0-1.712-.161A4.31,4.31,0,0,1,8.561,21.96,3.554,3.554,0,0,1,5.8,20.38a1.04,1.04,0,0,0-1.637-.091c-.014.019-1.463,1.832-3.109,1.7a.975.975,0,0,0-1.051.946C0,23.125.047,24,1.172,24A5.834,5.834,0,0,0,4.9,22.388,5.235,5.235,0,0,0,8.561,23.96a5.857,5.857,0,0,0,3.81-1.5,4.571,4.571,0,0,0,3.414,1.5,5.15,5.15,0,0,0,3.62-1.5,4.774,4.774,0,0,0,3.66,1.483,1,1,0,1,0-.138-2Z"]];
|
|
7
|
+
export const NauticSportsScooter1 = ["nautic-sports-scooter-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.653,16.111a.25.25,0,0,0,.271-.051c.132-.127.272-.285.431-.473a3.023,3.023,0,0,1,4.6-.024c.553.655.875.937,1.375.937s.822-.281,1.356-.913a3.022,3.022,0,0,1,4.6-.024c.554.656.876.937,1.376.937s.822-.282,1.356-.914a3.029,3.029,0,0,1,3.768-.7,1,1,0,0,0,1.018-.033l1.46-.929A.5.5,0,0,0,23.5,13.5a4.659,4.659,0,0,0-2.471-4.118L16.74,7.1a1.462,1.462,0,0,0-1.88.444.5.5,0,0,1-.408.211H14a.5.5,0,0,1-.474-.342l-.847-2.541a2,2,0,0,0-1.9-1.367H10a1,1,0,0,0,0,2h.419a.5.5,0,0,1,.474.342l.527,1.579a.251.251,0,0,1-.238.329h-.5A3,3,0,0,0,8.054,9.313l-.636,1.166A1,1,0,0,1,6.54,11H3a1.5,1.5,0,0,0-1.5,1.5v3.381A.25.25,0,0,0,1.653,16.111Zm7.96-5.481.2-.359a1,1,0,0,1,.877-.521h2.121a.25.25,0,0,1,.142.456A4.494,4.494,0,0,1,10.4,11H9.833a.25.25,0,0,1-.22-.37Z","M23,18.5a3.745,3.745,0,0,1-2.9-1.646,1.056,1.056,0,0,0-1.546.023A3.72,3.72,0,0,1,15.667,18.5a3.743,3.743,0,0,1-2.9-1.646,1.055,1.055,0,0,0-1.547.024A3.72,3.72,0,0,1,8.333,18.5a3.745,3.745,0,0,1-2.9-1.646,1.055,1.055,0,0,0-1.547.024A3.718,3.718,0,0,1,1,18.5a1,1,0,0,0,0,2,5.126,5.126,0,0,0,3.346-1.243.5.5,0,0,1,.639,0,5.128,5.128,0,0,0,6.694,0,.5.5,0,0,1,.639,0,5.129,5.129,0,0,0,6.7,0,.5.5,0,0,1,.639,0A5.131,5.131,0,0,0,23,20.5a1,1,0,0,0,0-2Z"]];
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export const OutdoorsBackpack1 = ["outdoors-backpack-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}],["M22,16h-.5a.5.5,0,0,0-.5.5v7a.5.5,0,0,0,.5.5h1A1.5,1.5,0,0,0,24,22.5V18A2,2,0,0,0,22,16Z","M2.5,16H2a2,2,0,0,0-2,2v4.5A1.5,1.5,0,0,0,1.5,24h1a.5.5,0,0,0,.5-.5v-7A.5.5,0,0,0,2.5,16Z","M9,10.5V7a.5.5,0,0,0-.5-.5h-1A.5.5,0,0,0,7,7v3.5a1,1,0,0,0,2,0Z","M21,3.5A3.5,3.5,0,0,0,17.5,0H6.5A3.5,3.5,0,0,0,3,3.5v5A1.5,1.5,0,0,0,4.5,10H5a.5.5,0,0,0,.5-.5V7a2,2,0,0,1,2-2h1a2,2,0,0,1,2,2V9.5a.5.5,0,0,0,.5.5h2a.5.5,0,0,0,.5-.5V7a2,2,0,0,1,2-2h1a2,2,0,0,1,2,2V9.5a.5.5,0,0,0,.5.5h.5A1.5,1.5,0,0,0,21,8.5Z","M17,10.5V7a.5.5,0,0,0-.5-.5h-1A.5.5,0,0,0,15,7v3.5a1,1,0,0,0,2,0Z","M15.25,18H8.75a.751.751,0,0,0-.75.75V23.5a.5.5,0,0,0,.5.5h7a.5.5,0,0,0,.5-.5V18.75A.751.751,0,0,0,15.25,18Z","M19,11.5h-.406a.5.5,0,0,0-.433.25,2.493,2.493,0,0,1-4.322,0,.5.5,0,0,0-.433-.25H10.594a.5.5,0,0,0-.433.25,2.493,2.493,0,0,1-4.322,0,.5.5,0,0,0-.433-.25H5a.5.5,0,0,0-.5.5V23.5A.5.5,0,0,0,5,24H6a.5.5,0,0,0,.5-.5V18.75A2.253,2.253,0,0,1,8.75,16.5h6.5a2.253,2.253,0,0,1,2.25,2.25V23.5a.5.5,0,0,0,.5.5h1a.5.5,0,0,0,.5-.5V12A.5.5,0,0,0,19,11.5Z"]];
|
|
2
|
+
export const OutdoorsBarbeque = ["outdoors-barbeque",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}],["M19.75,3.25H4.25a1.75,1.75,0,0,0,0,3.5h15.5a1.75,1.75,0,0,0,0-3.5Z","M23,12.25H19.471a.25.25,0,0,1-.247-.209l-.6-3.582a.25.25,0,0,0-.247-.209H16.857a.25.25,0,0,0-.246.291l.572,3.418a.25.25,0,0,1-.247.291H7.064a.25.25,0,0,1-.247-.291l.572-3.418a.25.25,0,0,0-.246-.291H5.622a.25.25,0,0,0-.247.209l-.6,3.582a.25.25,0,0,1-.247.209H1a1,1,0,0,0,0,2H4.111a.25.25,0,0,1,.247.291l-.844,5.044a1,1,0,0,0,.821,1.151.938.938,0,0,0,.166.014,1,1,0,0,0,.985-.835L6.4,14.459a.25.25,0,0,1,.247-.209H17.354a.25.25,0,0,1,.247.209l.913,5.456a1,1,0,0,0,.985.835.938.938,0,0,0,.166-.014,1,1,0,0,0,.821-1.151l-.844-5.044a.25.25,0,0,1,.247-.291H23a1,1,0,0,0,0-2Z"]];
|
|
3
|
+
export const OutdoorsBarnBench = ["outdoors-barn-bench",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,15a1,1,0,0,0-1-1H18.406a.25.25,0,0,1-.24-.179l-.736-2.5A.251.251,0,0,1,17.67,11h.83a1,1,0,0,0,0-2h-8a1,1,0,0,0,0,2h.83a.251.251,0,0,1,.24.321l-.736,2.5a.25.25,0,0,1-.24.179H9a1,1,0,0,0,0,2h.859a.251.251,0,0,1,.24.321l-.558,1.9a1,1,0,0,0,.677,1.241.953.953,0,0,0,.282.041,1,1,0,0,0,.959-.717l.766-2.6a.248.248,0,0,1,.239-.18h4.072a.248.248,0,0,1,.239.18l.766,2.6a1,1,0,0,0,.959.717.953.953,0,0,0,.282-.041,1,1,0,0,0,.677-1.241l-.558-1.9a.251.251,0,0,1,.24-.321H20A1,1,0,0,0,21,15Zm-7.8-1a.249.249,0,0,1-.24-.32l.735-2.5a.25.25,0,0,1,.24-.18h1.13a.25.25,0,0,1,.24.18l.735,2.5a.249.249,0,0,1-.24.32Z","M1.3,8.784l1.379-.428A.251.251,0,0,1,3,8.6V22a2,2,0,0,0,2,2H23a1,1,0,0,0,0-2H6a1,1,0,0,1-1-1V8.372a1,1,0,0,1,.7-.955L23.3,1.954A1,1,0,1,0,22.7.044L.7,6.874A1,1,0,0,0,1.3,8.784Z"]];
|
|
4
|
+
export const OutdoorsBackpack = ["outdoors-backpack",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.4,14.56A3,3,0,0,0,0,17.5V22a.5.5,0,0,0,.5.5h2A.5.5,0,0,0,3,22V15.05a.5.5,0,0,0-.6-.49Z","M21.6,14.56a.5.5,0,0,0-.6.49V22a.5.5,0,0,0,.5.5h2A.5.5,0,0,0,24,22V17.5A3,3,0,0,0,21.6,14.56Z","M8.5,15.5a5.937,5.937,0,0,1-3.229-.952.5.5,0,0,0-.771.421V22.5A1.5,1.5,0,0,0,6,24H18a1.5,1.5,0,0,0,1.5-1.5V14.969a.5.5,0,0,0-.771-.421A5.937,5.937,0,0,1,15.5,15.5Zm5.25,6h-3.5a1.25,1.25,0,0,1,0-2.5h3.5a1.25,1.25,0,0,1,0,2.5Z","M19.5,8H4.5a.5.5,0,0,0-.5.5v1A4.505,4.505,0,0,0,8.5,14h7A4.505,4.505,0,0,0,20,9.5v-1A.5.5,0,0,0,19.5,8Z","M7.250 -0.000 L16.750 0.000 L16.750 6.500 L7.250 6.500 Z","M23.5,4.083V2.417A2.419,2.419,0,0,0,21.083,0H18.75a.5.5,0,0,0-.5.5V6a.5.5,0,0,0,.5.5h2.333A2.419,2.419,0,0,0,23.5,4.083Z","M.5,4.083A2.419,2.419,0,0,0,2.917,6.5H5.25a.5.5,0,0,0,.5-.5V.5a.5.5,0,0,0-.5-.5H2.917A2.419,2.419,0,0,0,.5,2.417Z"]];
|
|
5
|
+
export const OutdoorsCampFire = ["outdoors-camp-fire",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}],["M12,17a6.7,6.7,0,0,0,6.7-6.7,6.924,6.924,0,0,0-3.538-6.077.239.239,0,0,0-.346.161,5.32,5.32,0,0,1-1.2,2.39.25.25,0,0,1-.361,0A4.66,4.66,0,0,1,12,3.6,4.576,4.576,0,0,1,13.552.414a.239.239,0,0,0-.228-.4A10.955,10.955,0,0,0,5.3,10.3,6.7,6.7,0,0,0,12,17Z","M22.958,16.713a1,1,0,0,0-1.245-.671l-20,6A1,1,0,0,0,2,24a1.023,1.023,0,0,0,.287-.042l20-6A1,1,0,0,0,22.958,16.713Z","M1.684,17.948l4.5,1.5A.973.973,0,0,0,6.5,19.5a1,1,0,0,0,.316-1.949l-4.5-1.5a1,1,0,1,0-.632,1.9Z","M22.316,22.051l-4.5-1.5a1,1,0,1,0-.632,1.9l4.5,1.5A.973.973,0,0,0,22,24a1,1,0,0,0,.316-1.949Z"]];
|
|
6
|
+
export const OutdoorsBird = ["outdoors-bird",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,12A8,8,0,0,0,12,5.07a8,8,0,1,0,0,13.86A8,8,0,0,0,24,12Zm-2,0a6,6,0,0,1-8.451,5.478.25.25,0,0,1,.1-.478H17.3a1,1,0,0,0,.707-1.707L11.274,8.561a2.5,2.5,0,0,0-4.146,1l-1.94,1.552A.5.5,0,0,0,5.5,12H6.507a.5.5,0,0,1,.5.5,4.509,4.509,0,0,0,3.6,4.409.25.25,0,0,1,.062.468,6,6,0,1,1,.763-10.3,1,1,0,0,0,1.144,0A6,6,0,0,1,22,12ZM10.257,10.5a.75.75,0,1,1-.75-.75A.75.75,0,0,1,10.257,10.5Z"]];
|
|
7
|
+
export const OutdoorsBirdHouse = ["outdoors-bird-house",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,24a1,1,0,0,0,1-1v-4.25a.25.25,0,0,1,.25-.25H22.5A1.5,1.5,0,0,0,24,17V12.5A1.5,1.5,0,0,0,22.5,11h-5A1.5,1.5,0,0,0,16,12.5V17a1.5,1.5,0,0,0,1.5,1.5h1.25a.25.25,0,0,1,.25.25V23A1,1,0,0,0,20,24Z","M9.467.607a2.088,2.088,0,0,0-2.9-.032L.3,6.786A1,1,0,1,0,1.7,8.206l.371-.364a.25.25,0,0,1,.425.179V22.5c0,.931,1.3,1.5,2,1.5H12a1.5,1.5,0,0,0,1.5-1.5V8.017a.247.247,0,0,1,.154-.23.25.25,0,0,1,.272.053l.37.366A1,1,0,1,0,15.7,6.786ZM10,16.5a.5.5,0,0,1-.5.5h-3a.5.5,0,0,1-.5-.5v-6a.5.5,0,0,1,.5-.5h3a.5.5,0,0,1,.5.5Z"]];
|
|
8
|
+
export const OutdoorsBirdHouse1 = ["outdoors-bird-house-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}],["M14,15.5V17a1,1,0,0,0,1,1h1.75a.25.25,0,0,1,.25.25V23a1,1,0,0,0,2,0V18.25a.25.25,0,0,1,.25-.25h.5a.25.25,0,0,1,.25.25v.574a.753.753,0,0,0,.492.7.75.75,0,0,0,.815-.2l2.44-2.636.013-.014a1.008,1.008,0,0,0-.066-1.371l-2.413-2.233A.751.751,0,0,0,20,13.6v.646a.25.25,0,0,1-.25.25H15A1,1,0,0,0,14,15.5Z","M4,24h7a1.5,1.5,0,0,0,1.5-1.5V7.991a.25.25,0,0,1,.434-.17l.334.36a1,1,0,0,0,1.465-1.362L8.968.61a2.069,2.069,0,0,0-2.932,0L.269,6.819A1,1,0,0,0,1.734,8.181l.334-.36a.25.25,0,0,1,.433.17V22.5A1.5,1.5,0,0,0,4,24ZM5.5,10.5A.5.5,0,0,1,6,10H9a.5.5,0,0,1,.5.5v6A.5.5,0,0,1,9,17H6a.5.5,0,0,1-.5-.5Z"]];
|
|
9
|
+
export const OutdoorsCampFireRoasting = ["outdoors-camp-fire-roasting",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}],["M11.669,11.529a.318.318,0,0,0-.4.458,5.242,5.242,0,0,1,.267,4.219,1,1,0,0,1-1.566.447,2.122,2.122,0,0,1-.649-.877.3.3,0,0,0-.433-.168A4.38,4.38,0,0,0,7.1,19.537a4.675,4.675,0,0,0,9.345-.211A7.637,7.637,0,0,0,11.669,11.529Z","M5.25,3H3.6a.252.252,0,0,1-.249-.273L3.5,1.091A1,1,0,1,0,1.5.91L0,17.41A1,1,0,0,0,.91,18.5c.03,0,.061,0,.091,0a1,1,0,0,0,1-.91L3.12,5.228A.25.25,0,0,1,3.369,5H5.25a.25.25,0,0,0,.25-.25v-1.5A.249.249,0,0,0,5.25,3Z","M22.5.91a1,1,0,1,0-1.992.181l.149,1.637A.252.252,0,0,1,20.4,3H18.75a.249.249,0,0,0-.25.25v1.5a.25.25,0,0,0,.25.25h1.881a.25.25,0,0,1,.249.227L22,17.591A1,1,0,0,0,23,18.5c.03,0,.061,0,.091,0A1,1,0,0,0,24,17.41Z","M7.000 1.001 L17.000 1.001 L17.000 7.501 L7.000 7.501 Z"]];
|
|
10
|
+
export const OutdoorsCampFlame = ["outdoors-camp-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}],["M18.95,2.276,18.5,1.382A2.5,2.5,0,0,0,16.266,0H7.739A2.5,2.5,0,0,0,5.5,1.382l-.448.894A.49.49,0,0,0,5.5,3H6v8a4,4,0,0,0,4,4h.75a.25.25,0,0,1,.25.25v1.5a.25.25,0,0,1-.25.25H9a2,2,0,0,0-2,2v4a1,1,0,0,0,1,1h8a1,1,0,0,0,1-1V19a2,2,0,0,0-2-2h-1.75a.25.25,0,0,1-.25-.25v-1.5a.25.25,0,0,1,.25-.25H14a4,4,0,0,0,4-4V3h.5A.491.491,0,0,0,18.95,2.276ZM16,11a2,2,0,0,1-2,2H10a2,2,0,0,1-2-2V3.25A.25.25,0,0,1,8.253,3h7.5a.25.25,0,0,1,.25.25Z","M11.775,4.514a.174.174,0,0,0-.212.26,2.563,2.563,0,0,1,.256,2.334.251.251,0,0,1-.291.085,1.361,1.361,0,0,1-.4-.576.171.171,0,0,0-.1-.108.175.175,0,0,0-.145,0A2.2,2.2,0,0,0,9.562,8.56a2.441,2.441,0,0,0,4.881,0A4.488,4.488,0,0,0,11.775,4.514Z"]];
|
|
11
|
+
export const OutdoorsFlashlight1 = ["outdoors-flashlight-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}],["M14.2,4.862a1.143,1.143,0,0,0-1.614,0L10.045,7.4a1.784,1.784,0,0,0,0,2.522l4.033,4.034a1.785,1.785,0,0,0,2.523,0l2.538-2.538h0a1.144,1.144,0,0,0,0-1.615Z","M9.076,11.026a.5.5,0,0,0-.707,0l-.608.608a.5.5,0,0,1-.708,0l-.267-.268A1,1,0,0,0,5.372,12.78l.267.268a.5.5,0,0,1,0,.707L.521,18.871a1.787,1.787,0,0,0,0,2.523l2.084,2.084a1.785,1.785,0,0,0,2.523,0l7.847-7.846a.5.5,0,0,0,0-.707Z","M17.533,6.468a1,1,0,0,0,1.414,0l2.034-2.034A1,1,0,0,0,19.567,3.02L17.533,5.054A1,1,0,0,0,17.533,6.468Z","M23.894,6.28a1,1,0,0,0-1.342-.448L20.023,7.1a1,1,0,0,0,.895,1.789l2.529-1.265A1,1,0,0,0,23.894,6.28Z","M15.562,4.425A1,1,0,0,0,16.9,3.977l1.265-2.529A1,1,0,1,0,16.379.553l-1.265,2.53A1,1,0,0,0,15.562,4.425Z"]];
|
|
12
|
+
export const OutdoorsFireCamp = ["outdoors-fire-camp",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}],["M9.489,5.01a.494.494,0,0,0-.827.041A5.4,5.4,0,0,0,7.8,7.372a3.781,3.781,0,1,0,7.562,0A7.923,7.923,0,0,0,11.331.644a.5.5,0,0,0-.71.574,6.512,6.512,0,0,1-.111,4.557.251.251,0,0,1-.422.041C9.911,5.587,9.684,5.279,9.489,5.01Z","M2,12.415a2,2,0,0,0-2,2v7a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2v-7a2,2,0,0,0-2-2Zm3.5,8.75a.25.25,0,0,1-.25.25h-3a.25.25,0,0,1-.25-.25v-2a.25.25,0,0,1,.25-.25h3a.25.25,0,0,1,.25.25Zm13-6.5a.25.25,0,0,1,.25-.25h3a.25.25,0,0,1,.25.25v2a.25.25,0,0,1-.25.25h-3a.25.25,0,0,1-.25-.25Zm0,4.5a.25.25,0,0,1,.25-.25h3a.25.25,0,0,1,.25.25v2a.25.25,0,0,1-.25.25h-3a.25.25,0,0,1-.25-.25Zm-5.5-4.5a.25.25,0,0,1,.25-.25h3a.25.25,0,0,1,.25.25v2a.25.25,0,0,1-.25.25h-3a.25.25,0,0,1-.25-.25Zm0,4.5a.25.25,0,0,1,.25-.25h3a.25.25,0,0,1,.25.25v2a.25.25,0,0,1-.25.25h-3a.25.25,0,0,1-.25-.25Zm-5.5-4.5a.25.25,0,0,1,.25-.25h3a.25.25,0,0,1,.25.25v2a.25.25,0,0,1-.25.25h-3a.25.25,0,0,1-.25-.25Zm0,4.5a.25.25,0,0,1,.25-.25h3a.25.25,0,0,1,.25.25v2a.25.25,0,0,1-.25.25h-3a.25.25,0,0,1-.25-.25Zm-2-2.5a.25.25,0,0,1-.25.25h-3a.25.25,0,0,1-.25-.25v-2a.25.25,0,0,1,.25-.25h3a.25.25,0,0,1,.25.25Z"]];
|
|
13
|
+
export const OutdoorsFlameLantern = ["outdoors-flame-lantern",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.251,20.228a.253.253,0,0,1-.15-.152.257.257,0,0,1,.022-.213,8.948,8.948,0,0,0,1.045-5.3A22.891,22.891,0,0,0,15.643,4.323a.5.5,0,0,1-.094-.292V.5a.5.5,0,0,0-.5-.5h-6.3a.5.5,0,0,0-.5.5V3.981a.5.5,0,0,1-.1.3A21.8,21.8,0,0,0,4.575,14.432a9.072,9.072,0,0,0,1.087,5.434.251.251,0,0,1,.024.212.257.257,0,0,1-.15.154A3.491,3.491,0,0,0,3.318,22.8h0A1,1,0,0,0,4.3,24H19.5a1,1,0,0,0,.981-1.2A3.492,3.492,0,0,0,18.251,20.228ZM15.469,19.9a.5.5,0,0,1-.3.1H8.627a.5.5,0,0,1-.3-.1c-1.2-.9-1.8-2.437-1.785-4.588a19.517,19.517,0,0,1,3.4-10.145A.5.5,0,0,1,10.317,5h3.106a.5.5,0,0,1,.392.189,20.54,20.54,0,0,1,3.381,10.6A5.032,5.032,0,0,1,15.469,19.9Z","M23.929,18.712,21.192,4.59a2.982,2.982,0,0,0-2.926-2.34h-.518A.751.751,0,0,0,17,3v.5a.751.751,0,0,0,.75.75h.518a.989.989,0,0,1,.968.75l2.739,14.126a.973.973,0,0,1-.4,1.029.753.753,0,0,0-.221.991c.072.124.139.25.2.382a.751.751,0,0,0,.475.406.763.763,0,0,0,.206.028.755.755,0,0,0,.412-.123A2.984,2.984,0,0,0,23.929,18.712Z","M2.03,19.1,4.756,5.029A.992.992,0,0,1,5.73,4.25h.518A.75.75,0,0,0,7,3.5V3a.75.75,0,0,0-.75-.75H5.73A3,3,0,0,0,2.8,4.62L.073,18.686a3.005,3.005,0,0,0,1.278,3.153.758.758,0,0,0,.618.1.746.746,0,0,0,.476-.407c.06-.13.127-.257.2-.38h0a.746.746,0,0,0-.219-.991A.994.994,0,0,1,2.03,19.1Z","M15.5,16.5a6.434,6.434,0,0,0-3.827-5.8.25.25,0,0,0-.3.373,3.58,3.58,0,0,1,.193,3.679,2.3,2.3,0,0,1-.817-1.037.25.25,0,0,0-.347-.15A3.15,3.15,0,0,0,8.5,16.5a3.5,3.5,0,0,0,7,0Z"]];
|
|
14
|
+
export const OutdoorsKiteFlying = ["outdoors-kite-flying",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.712,6.265h5.774a.523.523,0,0,0,.523-.523V.525a.522.522,0,0,0-.871-.39c-1.433,1.291-4.276,3.856-5.78,5.223A.522.522,0,0,0,7.712,6.265Z","M16.244,6.265h5.773a.522.522,0,0,0,.354-.907c-1.5-1.367-4.347-3.931-5.779-5.222a.522.522,0,0,0-.871.39V5.742A.523.523,0,0,0,16.244,6.265Z","M13.039,18.649a.522.522,0,0,0,.97-.27V8.5a.523.523,0,0,0-.523-.523H7.619a.522.522,0,0,0-.45.788C8.346,10.747,11.449,15.974,13.039,18.649Z","M22.112,7.977H16.244a.523.523,0,0,0-.523.523v9.879a.522.522,0,0,0,.969.271c1.591-2.676,4.7-7.9,5.872-9.885A.522.522,0,0,0,22.112,7.977Z","M15.216,19.063a1,1,0,0,0-1.288.585,1.535,1.535,0,0,1-.8.986c-1.005.454-2.843-.253-4.32-.821A9.138,9.138,0,0,0,5.865,19c-3.184,0-4.4,3.533-4.449,3.683a1,1,0,1,0,1.9.633C3.321,23.292,4.134,21,5.865,21a8.919,8.919,0,0,1,2.222.68c1.918.737,4.092,1.573,5.857.778A3.545,3.545,0,0,0,15.8,20.351,1,1,0,0,0,15.216,19.063Z"]];
|
|
15
|
+
export const OutdoorsKiteFlyingCloud = ["outdoors-kite-flying-cloud",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}],["M13.423,10.509a.549.549,0,0,0,.737.247l3.7-1.845a.55.55,0,0,0-.095-1.021c-1.511-.431-3.935-1.114-5.376-1.513a.55.55,0,0,0-.639.775Z","M12.192,11.737A.549.549,0,0,0,12.438,11L10.77,7.654a.55.55,0,0,0-1,.048c-.536,1.387-1.421,3.71-1.97,5.163a.55.55,0,0,0,.76.686Z","M14.651,11.74a.549.549,0,0,0-.247.737l3.1,6.216a.55.55,0,0,0,1.037-.172c.314-2.329.818-6.4,1.045-8.291a.55.55,0,0,0-.791-.558Z","M13.42,12.968a.549.549,0,0,0-.737-.246L8.605,14.756a.55.55,0,0,0-.033.966c1.624.954,5.136,3,7.173,4.163a.55.55,0,0,0,.764-.724Z","M3.274,10A3.643,3.643,0,0,1,.86,9.058,3.017,3.017,0,0,1,0,6.849,3.153,3.153,0,0,1,2.755,3.722,5.2,5.2,0,0,1,7.737,0a4.959,4.959,0,0,1,4.229,2.3A3.848,3.848,0,0,1,14.645,3.93,1,1,0,0,1,13,5.07a1.857,1.857,0,0,0-1.6-.8.973.973,0,0,1-.942-.572A2.968,2.968,0,0,0,7.737,2,3.114,3.114,0,0,0,4.592,4.8a1,1,0,0,1-1.2.92A1.153,1.153,0,0,0,2,6.849,1.126,1.126,0,0,0,3.289,8H7a1,1,0,0,1,0,2H3.274Z","M23,24a1,1,0,0,1-.87-.5.362.362,0,0,0-.25-.18.371.371,0,0,0-.3.076,2.371,2.371,0,0,1-3.537-.675l-1.008-1.765a1,1,0,0,1,1.736-.992l1.009,1.765a.37.37,0,0,0,.252.178.363.363,0,0,0,.3-.074,2.372,2.372,0,0,1,3.538.675,1,1,0,0,1-.373,1.364A.991.991,0,0,1,23,24Z"]];
|
|
16
|
+
export const OutdoorsShelterHome = ["outdoors-shelter-home",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}],["M15,24h4.5A1.5,1.5,0,0,0,21,22.5V13.418a.25.25,0,0,1,.377-.215l1.114.658a1,1,0,1,0,1.018-1.722L17.123,8.365A.251.251,0,0,1,17,8.15V1a1,1,0,0,0-2,0V6.673a.25.25,0,0,1-.377.215L12.509,5.639a1,1,0,0,0-1.018,0l-11,6.5a1,1,0,0,0,1.018,1.722L2.623,13.2A.25.25,0,0,1,3,13.418V22.5A1.5,1.5,0,0,0,4.5,24H9a1,1,0,0,0,1-1V17a.5.5,0,0,1,.5-.5h3a.5.5,0,0,1,.5.5v6A1,1,0,0,0,15,24Z","M24,2.75a.5.5,0,0,0-.5-.5H21.575a.25.25,0,0,1-.226-.143A1.5,1.5,0,0,0,20,1.25H18.5a.5.5,0,0,0-.5.5v4a.5.5,0,0,0,.5.5h1.775a.25.25,0,0,1,.245.2,1,1,0,0,0,.98.8h2a.5.5,0,0,0,.5-.5Z"]];
|
|
17
|
+
export const OutdoorsRope = ["outdoors-rope",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.928,7.863a.5.5,0,0,0,.487.387H5.641a.5.5,0,0,0,.493-.583L5.72,5.21A2.53,2.53,0,0,1,6.3,3.15a2.563,2.563,0,0,1,3.9,0,2.53,2.53,0,0,1,.58,2.06l-.39,2.462a.5.5,0,0,0,.494.578h1.224a.5.5,0,0,0,.488-.393L12.98,6.11a4.838,4.838,0,1,0-9.46,0Z","M12.816,17.143a.5.5,0,0,0-.488-.393H11.043a.5.5,0,0,0-.494.578l.231,1.462a2.53,2.53,0,0,1-.58,2.06,2.563,2.563,0,0,1-3.9,0,2.53,2.53,0,0,1-.58-2.06l.246-1.457a.5.5,0,0,0-.494-.583H4.182a.5.5,0,0,0-.487.387l-.175.753a4.84,4.84,0,1,0,9.46,0Z","M19.75,17.25a1,1,0,0,0-1,1,.5.5,0,0,1-1,0v-2a3,3,0,0,0-3-3H4.25a1,1,0,0,0,0,2h10.5a1,1,0,0,1,1,1v2a2.5,2.5,0,0,0,5,0A1,1,0,0,0,19.75,17.25Z","M4.25,11.75h8a1,1,0,0,0,0-2h-8a1,1,0,0,0,0,2Z"]];
|
|
18
|
+
export const OutdoorsNps = ["outdoors-nps",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.468,10.015l-.485.118a.251.251,0,0,0-.184.3l.237.972a.249.249,0,0,0,.3.183l.484-.117a.752.752,0,0,0,.553-.906A.755.755,0,0,0,12.468,10.015Z","M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0ZM9.173,17.249a.749.749,0,0,1-.912-.185l-1.6-1.887a.25.25,0,0,0-.433.221l.416,1.714a.749.749,0,0,1-.551.906.773.773,0,0,1-.178.021.749.749,0,0,1-.728-.572l-1.418-5.83a.75.75,0,0,1,1.3-.662l1.6,1.887a.25.25,0,0,0,.433-.221l-.416-1.714a.75.75,0,1,1,1.457-.355L9.562,16.4A.752.752,0,0,1,9.173,17.249Zm5.394-5.335a2.231,2.231,0,0,1-1.39,1.016l-.729.177.532,2.187a.748.748,0,0,1-.55.905.737.737,0,0,1-.179.022.75.75,0,0,1-.728-.573l-.709-2.915-.709-2.915a.751.751,0,0,1,.551-.906l1.457-.354a2.258,2.258,0,0,1,2.719,1.654h0A2.232,2.232,0,0,1,14.567,11.914Zm4.871,2.452-1.65.4a.781.781,0,0,1-.179.021.75.75,0,0,1-.176-1.478l1.649-.4a.552.552,0,0,0,.06-1.055L17.063,11.1a2.052,2.052,0,0,1,.218-3.922l1.649-.4a.75.75,0,0,1,.355,1.458l-1.649.4a.553.553,0,0,0-.061,1.056l2.079.758a2.052,2.052,0,0,1-.216,3.922Z"]];
|
|
19
|
+
export const OutdoorsShelter = ["outdoors-shelter",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3.022,21.66a2.216,2.216,0,0,0,2.216,2.216H22.625a1.25,1.25,0,0,0,0-2.5H6.522a1,1,0,0,1-1-1V8.729a1,1,0,0,1,.7-.955L23,2.569a1.25,1.25,0,0,0-.74-2.387L1,6.779a1.25,1.25,0,0,0,.37,2.443,1.222,1.222,0,0,0,.37-.056l.953-.3a.249.249,0,0,1,.324.238Z"]];
|
|
20
|
+
export const OutdoorsWoodchopping = ["outdoors-woodchopping",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}],["M13.471,9.378a.5.5,0,0,0,.461.323.611.611,0,0,0,.073-.005A5.028,5.028,0,0,0,16.8,8.282a6.715,6.715,0,0,0,1.651-3.054.5.5,0,0,0-.308-.58L14.866,3.389a.512.512,0,0,1-.174-.113L12.157.74A.821.821,0,0,0,11,.74L9.546,2.19a.822.822,0,0,0,0,1.161l2.536,2.535a.512.512,0,0,1,.113.174Z","M19.525,24a4.621,4.621,0,0,0,.549-.033,4.5,4.5,0,0,0,3.879-3.785,4.429,4.429,0,0,0-3.5-5.01.744.744,0,0,0-.579.121.768.768,0,0,0-.318.514h0l-.429,3.007a.249.249,0,0,1-.247.214H15.823a.761.761,0,0,0-.552.24.752.752,0,0,0-.2.56,4.489,4.489,0,0,0,1.606,3.14A4.43,4.43,0,0,0,19.525,24Z","M9.237,23.273l3.846-.533a.5.5,0,0,0,.43-.533,4.385,4.385,0,0,0-2.928-3.842.5.5,0,0,0-.631.277l-1.513,3.6a.751.751,0,0,0,.693,1.039A.726.726,0,0,0,9.237,23.273Z","M17.513,16.938a.752.752,0,0,0,.735-.91h0l-.825-3.8a.5.5,0,0,0-.565-.387,4.379,4.379,0,0,0-3.607,3.212.5.5,0,0,0,.323.608L17.279,16.9A.727.727,0,0,0,17.513,16.938Z","M9.619,5.372a.247.247,0,0,0-.353,0L.24,14.4a.821.821,0,0,0,0,1.16l.58.58a.82.82,0,0,0,1.161,0l9.025-9.025a.249.249,0,0,0,0-.353Z","M15.364,2.4a.25.25,0,0,0,.354,0l.419-.419a.82.82,0,0,0,0-1.161l-.58-.58a.821.821,0,0,0-1.16,0l-.421.421a.251.251,0,0,0,0,.354Z"]];
|
|
21
|
+
export const OutdoorsWoodchopping1 = ["outdoors-woodchopping-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},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M10.932,17a.5.5,0,0,0,.491-.411,4.506,4.506,0,0,0-1.915-4.583.5.5,0,0,0-.682.108L6.369,15.326a.75.75,0,0,0,.509,1.2L10.872,17A.394.394,0,0,0,10.932,17Z","M17.816,11.4a.749.749,0,0,0-1.253.358l-.952,3.908a.5.5,0,0,0,.337.6,4.67,4.67,0,0,0,1.381.212,4.487,4.487,0,0,0,3.4-1.558.5.5,0,0,0-.025-.688Z","M5.824,19.208a.5.5,0,0,0-.671-.136,4.5,4.5,0,0,0-2.115,4.494.5.5,0,0,0,.5.434l.041,0,4.028-.33a.749.749,0,0,0,.552-1.181h0Z","M13.4,22.991a.751.751,0,0,0,1.281-.246h0l1.292-3.809a.5.5,0,0,0-.285-.623,4.508,4.508,0,0,0-4.881.919.5.5,0,0,0-.036.689Z","M19.573,17.772a.5.5,0,0,0-.462.511l.1,4.043a.753.753,0,0,0,.4.643.764.764,0,0,0,.354.088.735.735,0,0,0,.4-.116l3.408-2.134a.5.5,0,0,0,.173-.663,4.509,4.509,0,0,0-4.366-2.372Z","M11.214,7.807a.4.4,0,0,0,.445.264,4.174,4.174,0,0,0,2.325-1.177,5.6,5.6,0,0,0,1.375-2.542A.412.412,0,0,0,15.1,3.87L12.376,2.821a.422.422,0,0,1-.145-.094L10.12.616a.683.683,0,0,0-.966,0L7.947,1.823a.683.683,0,0,0,0,.966L10.058,4.9a.431.431,0,0,1,.094.145Z","M8.008,4.472a.209.209,0,0,0-.295,0L.2,11.985a.683.683,0,0,0,0,.966l.483.483a.683.683,0,0,0,.966,0L9.162,5.921a.208.208,0,0,0,0-.295Z","M12.791,2a.208.208,0,0,0,.294,0l.349-.349a.683.683,0,0,0,0-.966L12.951.2a.683.683,0,0,0-.966,0l-.35.35a.209.209,0,0,0,0,.295Z"]];
|
|
22
|
+
export const OutdoorsCampFireGuitar = ["outdoors-camp-fire-guitar",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}],["M19.425,12.075a.3.3,0,0,0-.378.438,5,5,0,0,1,.281,3.959,1,1,0,0,1-1.62.42,2.016,2.016,0,0,1-.523-.756.29.29,0,0,0-.414-.16,4.186,4.186,0,0,0-1.713,3.756,4.469,4.469,0,0,0,8.934-.2A7.3,7.3,0,0,0,19.425,12.075Z","M13.013,7.815l2.1-2.1a.5.5,0,0,1,.347-.146,1.749,1.749,0,0,0,1.214-.512l2.062-2.062A1.754,1.754,0,1,0,16.257.512L14.2,2.574a1.752,1.752,0,0,0-.513,1.215.5.5,0,0,1-.146.347l-2.1,2.1a.5.5,0,0,1-.6.081,4.737,4.737,0,0,0-1.707-.588,3.225,3.225,0,0,0-2.774.843A2.961,2.961,0,0,0,5.538,8.2a.629.629,0,0,1-.7.526A4.3,4.3,0,0,0,1.2,9.878,4.341,4.341,0,0,0,.032,13.506a6.45,6.45,0,0,0,1.9,3.81,6.316,6.316,0,0,0,4.386,1.928,4.24,4.24,0,0,0,3.052-1.2,4.314,4.314,0,0,0,1.155-3.632.636.636,0,0,1,.527-.7,2.975,2.975,0,0,0,1.623-.817,3.718,3.718,0,0,0,.253-4.482A.5.5,0,0,1,13.013,7.815ZM6.3,15.822a.837.837,0,0,1-1.183,0L3.429,14.13a.837.837,0,1,1,1.183-1.183L6.3,14.638A.837.837,0,0,1,6.3,15.822Zm3.608-4a1.754,1.754,0,1,1-2.48-2.481,1.8,1.8,0,0,1,2.48,0,1.754,1.754,0,0,1,0,2.481Z"]];
|
|
23
|
+
export const OutdoorsBenchSit = ["outdoors-bench-sit",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.000 2.874 A2.500 2.500 0 1 0 12.000 2.874 A2.500 2.500 0 1 0 7.000 2.874 Z","M24,11.624a1,1,0,0,0-1-1s-5.992,0-6.013,0a2.3,2.3,0,0,1,.013.251,2.5,2.5,0,0,1-1.4,2.247L13.28,22.382a1,1,0,0,0,1.94.485l.825-3.3a.25.25,0,0,1,.243-.19h3.924a.25.25,0,0,1,.243.19l.825,3.3a1,1,0,0,0,1.94-.485l-2.44-9.758H23A1,1,0,0,0,24,11.624Zm-4.17,5.44a.253.253,0,0,1-.046.214.248.248,0,0,1-.2.1H16.913a.248.248,0,0,1-.2-.1.253.253,0,0,1-.046-.214l1.11-4.44h.94Z","M6,17.624a.25.25,0,0,1,.25-.25H8.443a.25.25,0,0,1,.249.233l.32,4.454a1.5,1.5,0,0,0,2.976-.373l-.5-6A1.5,1.5,0,0,0,10,14.374H6.525a.249.249,0,0,1-.234-.337l1.293-3.449a.25.25,0,0,1,.384-.112l1.6,1.2a3.524,3.524,0,0,0,2.1.7H14.5a1.5,1.5,0,0,0,0-3H11.667a.506.506,0,0,1-.3-.1L7.9,6.674a1.5,1.5,0,0,0-2.3.674s-3.059,8.183-3.075,8.276H1a1,1,0,1,0,0,2H3.75a.25.25,0,0,1,.25.25v4.75a1,1,0,0,0,2,0Z"]];
|
|
24
|
+
export const OutdoorsDogHouse = ["outdoors-dog-house",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.291,12.075a.25.25,0,0,1,.177.314,1.934,1.934,0,0,0-.081.552v.994a1.94,1.94,0,0,1-.2.865l-.559,1.118a1.937,1.937,0,0,0-.2.865V20.2a.967.967,0,0,0,1.934,0V18.1a1.935,1.935,0,0,1,.567-1.368l.458-.458a.25.25,0,0,1,.426.177v.848a.966.966,0,0,0,.1.432l1.452,2.9a.966.966,0,0,0,.864.534h0a.967.967,0,0,0,.864-1.4l-1.226-2.452a.246.246,0,0,1-.014-.19q.163-.5.3-.919a.479.479,0,0,1,.459-.333h2.319a.484.484,0,0,1,.482.444l.335,4.011a.967.967,0,0,0,.958.839h.121a.967.967,0,0,0,.967-.967v-.711c0-3.927.03-4.962,1.864-8.348a.249.249,0,0,1,.22-.131h1.3a1.137,1.137,0,0,0,1.071-.431l.313-.841a.241.241,0,0,0-.092-.285L20.832,7.694a.25.25,0,0,1-.111-.208V6.1a.241.241,0,0,0-.242-.242.239.239,0,0,0-.118.031A6.2,6.2,0,0,0,17,10.3a.96.96,0,0,1-.931.709H10.322a1.837,1.837,0,0,0-.527.08.248.248,0,0,1-.217-.038,2.7,2.7,0,0,0-1-.451,2.7,2.7,0,0,0-3.1,1.687l-.692,1.844a.75.75,0,1,0,1.4.527l.692-1.844a1.19,1.19,0,0,1,.629-.658c.02-.009.034-.027.054-.036A1.192,1.192,0,0,1,8.291,12.075Z","M3.833,21.915a.249.249,0,0,1-.25-.25V8.2a.25.25,0,0,1,.177-.239L23.187,2.074A1,1,0,0,0,22.607.16L.812,6.767A1,1,0,0,0,1.1,8.724a.941.941,0,0,0,.183-.017.251.251,0,0,1,.3.245V21.915A1.97,1.97,0,0,0,3.55,23.883H22.9a1,1,0,0,0,0-2Z"]];
|
|
25
|
+
export const OutdoorsFlashlight = ["outdoors-flashlight",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.622,8.279a1.29,1.29,0,0,0,0-1.823L17.544.378a1.29,1.29,0,0,0-1.823,0L12.6,3.5a2.083,2.083,0,0,0,0,2.941L17.561,11.4a2.081,2.081,0,0,0,2.94,0Z","M11.609,7.6a.5.5,0,0,0-.707,0L9.546,8.951a.5.5,0,0,1-.707,0l-.492-.492A1,1,0,0,0,6.933,9.873l.492.493a.5.5,0,0,1,0,.707L.609,17.888a2.079,2.079,0,0,0,0,2.94l2.563,2.563a2.081,2.081,0,0,0,2.94,0L16.406,13.1a.5.5,0,0,0,0-.708Z"]];
|
|
26
|
+
export const OutdoorsPigApple = ["outdoors-pig-apple",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.933,1.067a1,1,0,0,0-1-1H12.61a1.492,1.492,0,0,0-1.491,1.492v19.17a1.492,1.492,0,0,0,1.491,1.492H22.933a1,1,0,0,0,0-2H13.619a.5.5,0,0,1-.5-.5V2.567a.5.5,0,0,1,.5-.5h9.314A1,1,0,0,0,23.933,1.067Z","M.5,12.615a.5.5,0,0,0-.43.495V23.433a.5.5,0,0,0,.908.291l1.928-2.7a1.465,1.465,0,0,1,1.072-.608l3.889-.324a2.48,2.48,0,0,0,2-1.355l.541-1.082a1.486,1.486,0,0,0-.663-1.99l-1.81-.906a.246.246,0,0,1-.118-.124,3.628,3.628,0,0,0-1.741-1.821.25.25,0,0,1-.135-.277,1.925,1.925,0,0,0,.043-.409,1.975,1.975,0,1,0-3.949,0v.047a.25.25,0,0,1-.215.253Z","M16.281,9.439a2.66,2.66,0,0,0-.947,2.44,5.087,5.087,0,0,0,.9,2.316,2.226,2.226,0,0,0,1.8.892,2.407,2.407,0,0,0,.828-.149l.238-.086a.251.251,0,0,1,.171,0l.237.086a2.269,2.269,0,0,0,2.626-.743,5.076,5.076,0,0,0,.9-2.317,2.657,2.657,0,0,0-.947-2.439,2.31,2.31,0,0,0-2.766-.155.25.25,0,0,1-.267,0A2.306,2.306,0,0,0,16.281,9.439Z","M20.379,8.14l.983-.984a1,1,0,1,0-1.414-1.414l-.983.984A1,1,0,1,0,20.379,8.14Z"]];
|
|
27
|
+
export const OutdoorsWaterFlask = ["outdoors-water-flask",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}],["M12.5,1.5A1.5,1.5,0,0,0,11,0H7A1.5,1.5,0,0,0,5.5,1.5V4a.5.5,0,0,0,.5.5h6a.5.5,0,0,0,.5-.5Z","M21.753.5a1.3,1.3,0,0,0-2,0c-1.492,2-2.248,3.491-2.248,4.426a3.25,3.25,0,0,0,6.5,0C24,3.991,23.244,2.5,21.753.5Z","M10.237,14.737a.252.252,0,0,0,0,.354l6.88,6.879a.249.249,0,0,0,.4-.057A3.982,3.982,0,0,0,18,20V15a8.96,8.96,0,0,0-1.99-5.644.25.25,0,0,0-.181-.093.257.257,0,0,0-.191.073Z","M8.823,13.677a.252.252,0,0,0,.354,0L14.6,8.25a.25.25,0,0,0,.074-.18.253.253,0,0,0-.079-.179,11.53,11.53,0,0,0-2.364-1.76A1,1,0,0,0,11.739,6H6.26a.986.986,0,0,0-.5.132A11.548,11.548,0,0,0,3.4,7.891a.253.253,0,0,0-.079.179.25.25,0,0,0,.074.18Z","M9.177,16.151a.252.252,0,0,0-.354,0l-6.9,6.9a.25.25,0,0,0,.05.392A3.983,3.983,0,0,0,4,24H14a3.983,3.983,0,0,0,2.03-.553.25.25,0,0,0,.05-.392Z","M7.763,15.091a.252.252,0,0,0,0-.354l-5.4-5.4a.253.253,0,0,0-.191-.073.25.25,0,0,0-.181.093A8.96,8.96,0,0,0,0,15v5a3.982,3.982,0,0,0,.487,1.913.249.249,0,0,0,.4.057Z"]];
|
|
28
|
+
export const OutdoorsFlashlight2 = ["outdoors-flashlight-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}],["M13.5,8H13a.5.5,0,0,1-.5-.5V7a1,1,0,0,0-1-1H10A1,1,0,0,0,9,7v.5a.5.5,0,0,1-.5.5H2a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2H13.5a.5.5,0,0,0,.5-.5v-7A.5.5,0,0,0,13.5,8Z","M19.5,6H18a2.5,2.5,0,0,0-2.5,2.5v7A2.5,2.5,0,0,0,18,18h1.5a.5.5,0,0,0,.5-.5V6.5A.5.5,0,0,0,19.5,6Z","M23,6H22a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.5.5h1a1,1,0,0,0,1-1V7A1,1,0,0,0,23,6Z"]];
|
|
29
|
+
export const OutdoorsBubbleBall = ["outdoors-bubble-ball",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}],["M14.191,7.69A2.191,2.191,0,1,0,12,9.881,2.191,2.191,0,0,0,14.191,7.69Z","M13.488,12.948A5.324,5.324,0,0,0,17.31,9.7a1,1,0,1,0-1.858-.742,3.339,3.339,0,0,1-3.115,2.109h-.674A3.339,3.339,0,0,1,8.548,8.962,1,1,0,1,0,6.69,9.7a5.328,5.328,0,0,0,3.822,3.244.618.618,0,0,1,.488.6.715.715,0,0,1-.209.505L8.555,16.293a1,1,0,1,0,1.414,1.414l1.677-1.678a.5.5,0,0,1,.708,0l1.677,1.678a1,1,0,0,0,1.414-1.414l-2.236-2.236A.715.715,0,0,1,13,13.552.617.617,0,0,1,13.488,12.948Z","M3.288,18.346a3,3,0,0,1,1.256-.332.25.25,0,0,0,.182-.41,9.5,9.5,0,1,1,14.548,0,.25.25,0,0,0,.181.41,3.046,3.046,0,0,1,1.26.33.5.5,0,0,0,.633-.154A11.5,11.5,0,1,0,.5,11.5a11.432,11.432,0,0,0,2.154,6.692A.5.5,0,0,0,3.288,18.346Z","M23,22a3.745,3.745,0,0,1-2.9-1.646,1.056,1.056,0,0,0-1.546.023A3.72,3.72,0,0,1,15.667,22a3.743,3.743,0,0,1-2.9-1.646,1.055,1.055,0,0,0-1.547.024A3.72,3.72,0,0,1,8.333,22a3.745,3.745,0,0,1-2.9-1.646,1.055,1.055,0,0,0-1.547.024A3.718,3.718,0,0,1,1,22a1,1,0,0,0,0,2,5.126,5.126,0,0,0,3.346-1.243.5.5,0,0,1,.639,0,5.128,5.128,0,0,0,6.694,0,.5.5,0,0,1,.639,0,5.129,5.129,0,0,0,6.7,0,.5.5,0,0,1,.639,0A5.131,5.131,0,0,0,23,24a1,1,0,0,0,0-2Z"]];
|
|
30
|
+
export const OutdoorsCampFireMarshmallows = ["outdoors-camp-fire-marshmallows",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}],["M5.1,10.08a.355.355,0,0,0-.441.511A5.873,5.873,0,0,1,4.9,15.469a1,1,0,0,1-1.438.5,2.346,2.346,0,0,1-.971-1.149.339.339,0,0,0-.483-.187,4.885,4.885,0,0,0-2,4.385,5.258,5.258,0,0,0,4.55,4.941,5.27,5.27,0,0,0,5.88-5.176A8.525,8.525,0,0,0,5.1,10.08Z","M13.488,3.868a.99.99,0,0,0-.293-.709L11.074,1.038a1,1,0,0,0-.707-.293h0a.993.993,0,0,0-.706.293l-.177.177a.249.249,0,0,1-.353,0L8.208.293A1,1,0,0,0,6.793,1.707l.922.922a.247.247,0,0,1,0,.353l-.176.177a1,1,0,0,0,0,1.414L9.66,6.7a.989.989,0,0,0,.706.293h0a.993.993,0,0,0,.707-.293l2.12-2.121A.986.986,0,0,0,13.488,3.868Z","M19.333,9.3,17.211,7.176a.989.989,0,0,0-.706-.293h0a.993.993,0,0,0-.707.293l-.177.176a.249.249,0,0,1-.353,0L14.311,6.4a.75.75,0,0,0-1.061,0L12.9,6.75a.753.753,0,0,0,0,1.061l.956.955a.252.252,0,0,1,0,.354l-.177.177a1,1,0,0,0,0,1.414L15.8,12.832a.993.993,0,0,0,.707.293.962.962,0,0,0,.707-.293l2.122-2.121A1,1,0,0,0,19.333,9.3Z","M23.707,15.793l-3.343-3.344a.751.751,0,0,0-1.06,0l-.354.354a.751.751,0,0,0,0,1.06l3.343,3.344a1,1,0,0,0,1.414-1.414Z"]];
|
|
31
|
+
export const OutdoorsMachete = ["outdoors-machete",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.667,16.962,6.784,14.485a.5.5,0,0,0-.706-.091L.986,18.377a2.5,2.5,0,0,0-.478,3.5l.605.8a1.487,1.487,0,0,0,1.182.589,1.439,1.439,0,0,0,.338-.04.5.5,0,0,0,.374-.385c.167-.806.772-1.529,2.233-2.668,1.111-.866,3.325-2.5,3.326-2.506a.5.5,0,0,0,.1-.7Z","M23.88,1.605A1,1,0,0,0,22.285.938L14.3,6.946a.25.25,0,0,0,.009.407l1.524,1.04a.75.75,0,0,1-.424,1.369.739.739,0,0,1-.422-.131L12.906,8.209a.249.249,0,0,0-.291.007l-1.137.856a.247.247,0,0,0-.1.205.253.253,0,0,0,.109.2l1.625,1.11a.75.75,0,1,1-.846,1.238l-2.184-1.492a.251.251,0,0,0-.291.007L8.4,11.385a.25.25,0,0,1-.349-.048l-.132-.174a.75.75,0,0,0-1.195.908l4.236,5.573a.75.75,0,0,0,1.2-.908l-.149-.2a.246.246,0,0,1-.049-.185.251.251,0,0,1,.1-.166L22.244,8.5C24.206,6.512,24.111,3.327,23.88,1.605Z"]];
|
|
32
|
+
export const OutdoorsCampFireMake = ["outdoors-camp-fire-make",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.75,16.5a.75.75,0,0,0,.75-.75v-.5A.25.25,0,0,1,6.75,15h.5a.75.75,0,0,0,0-1.5h-.5a.25.25,0,0,1-.25-.25v-.5a.75.75,0,0,0-1.5,0v.5a.25.25,0,0,1-.25.25h-.5a.75.75,0,0,0,0,1.5h.5a.25.25,0,0,1,.25.25v.5A.75.75,0,0,0,5.75,16.5Z","M.75,11.75H1a.25.25,0,0,1,.25.25v.25a.75.75,0,0,0,1.5,0V12A.25.25,0,0,1,3,11.75h.25a.75.75,0,0,0,0-1.5H3A.25.25,0,0,1,2.75,10V9.75a.75.75,0,0,0-1.5,0V10a.25.25,0,0,1-.25.25H.75a.75.75,0,0,0,0,1.5Z","M10.500 -0.000 L12.500 -0.000 L12.500 2.000 L10.500 2.000 Z","M23,9.5H12.507a.5.5,0,0,1-.464-.312A25.5,25.5,0,0,1,10.75,5.25.221.221,0,0,1,11,5h6.25a1,1,0,0,0,0-2h-1a.5.5,0,0,1,0-1h1.4a2.317,2.317,0,0,1,1.82.875l.214.272A2.713,2.713,0,0,0,22.1,4.5H23a1,1,0,0,0,0-2h-.9c-.388,0-.4,0-.835-.575l-.235-.3A4.312,4.312,0,0,0,17.649,0h-1.4a2.5,2.5,0,0,0-2.5,2.5.5.5,0,0,1-.5.5H11A2.2,2.2,0,0,0,8.75,5.25,18.614,18.614,0,0,0,9.927,9.269a2.99,2.99,0,0,0,2.9,2.231H23a1,1,0,0,0,0-2Z","M8.077,11.5a1,1,0,0,0,0-2A1,1,0,0,1,7.1,8.733a.875.875,0,0,0-.038-.123A21.935,21.935,0,0,1,6,5.25.221.221,0,0,1,6.25,5H7A1,1,0,0,0,7,3H6.25A2.2,2.2,0,0,0,4,5.25,18.614,18.614,0,0,0,5.177,9.269,2.99,2.99,0,0,0,8.077,11.5Z","M20.75,17.5H13a.5.5,0,0,1-.5-.5V13a.5.5,0,0,0-.5-.5H11a.5.5,0,0,0-.5.5v4a.5.5,0,0,1-.5.5H3.25a3.25,3.25,0,0,0,0,6.5h17.5a3.25,3.25,0,0,0,0-6.5Zm-17.5,5A1.75,1.75,0,1,1,5,20.75,1.749,1.749,0,0,1,3.25,22.5Z"]];
|
|
33
|
+
export const OutdoorsMining = ["outdoors-mining",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.573,17.947a1.938,1.938,0,0,0,1.382.573h.028a1.944,1.944,0,0,0,1.4-.614l9.105-9.657a.5.5,0,0,0-.029-.714c-.532-.482-1.1-.943-1.687-1.383a.5.5,0,0,0-.643.036L.615,15.139a1.957,1.957,0,0,0-.042,2.808Z","M20.532,8.22C16.668,2.623,11.75-.065,5.513,0a.756.756,0,0,0-.72.56A.755.755,0,0,0,5.14,1.4l.6.348c3.546,2.069,8.4,4.9,10.436,8.809l.36.7a1.489,1.489,0,0,0,1.115.791,1.652,1.652,0,0,0,.221.015A1.482,1.482,0,0,0,18.94,11.6l1.436-1.484A1.5,1.5,0,0,0,20.532,8.22Z","M14.466,22.348a1.006,1.006,0,0,0,.5-.131L17.5,20.77A1,1,0,0,0,18,19.9V17.448a1,1,0,0,0-.5-.867L14.96,15.13a1.012,1.012,0,0,0-.989,0L11.439,16.58a1,1,0,0,0-.505.868V19.9a1,1,0,0,0,.5.869l2.532,1.446A1,1,0,0,0,14.466,22.348Z","M24,14.438a1.008,1.008,0,0,0-.4-.8L22.349,12.7a1.007,1.007,0,0,0-1.2,0l-1.251.938a1.007,1.007,0,0,0-.4.8v.8a1,1,0,0,0,.426.819l1.252.876a1,1,0,0,0,1.146,0l1.251-.876A1,1,0,0,0,24,15.24Z","M24,21.324a1.007,1.007,0,0,0-.4-.8l-1.249-.936a1,1,0,0,0-1.2,0l-1.251.938a1.006,1.006,0,0,0-.4.8v.8a1,1,0,0,0,.426.818l1.25.875a1,1,0,0,0,1.148,0l1.249-.874A1,1,0,0,0,24,22.126Z"]];
|
|
34
|
+
export const OutdoorsHorse = ["outdoors-horse",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.621,8.7,20.085,6.486V4.848a.378.378,0,0,0-.571-.324,16.977,16.977,0,0,0-4.3,3.848,2.222,2.222,0,0,1,.256,1.039,2.257,2.257,0,0,1-2.25,2.232,6.5,6.5,0,0,1-3.076-.768V9.581A5.178,5.178,0,0,0,13.1,10.634a1.251,1.251,0,0,0,1.36-1.215c0-.006,0-.011,0-.017a1.249,1.249,0,0,0-1.238-1.259A2.6,2.6,0,0,1,11.059,6.91l-1.1-1.818a1.25,1.25,0,0,0-2.319.648v5.135h-1.8a2.19,2.19,0,0,0-.565.081.994.994,0,0,0-.289-.226A3.013,3.013,0,0,0,.813,12.367L.09,14.293a1,1,0,1,0,1.873.7l.723-1.927a1.022,1.022,0,0,1,.578-.587,1.007,1.007,0,0,1,.445-.061,2.225,2.225,0,0,0-.124.7v1.028a1.762,1.762,0,0,1-.186.783l-.577,1.156A2.254,2.254,0,0,0,2.585,17.1v5.528a1.25,1.25,0,0,0,2.5,0V18.453A1.733,1.733,0,0,1,5.6,17.216l.485-.485c0,.268-.007.5-.011.712-.029,1.755-.021,1.792.985,3.973.2.424.43.93.709,1.549a1.287,1.287,0,0,0,2.366-1.006l-.456-1.105c-1.111-2.678-1.111-2.678-.379-4.1l.123-.239a.249.249,0,0,1,.223-.138H13.4a.25.25,0,0,1,.248.217l.826,6.2a1.319,1.319,0,0,0,2.615-.165V21.89A24.391,24.391,0,0,1,19.968,10.4l2.3.423a1.248,1.248,0,0,0,1.409-.559l.251-.673A.753.753,0,0,0,23.621,8.7Z","M7.335 2.125 A2.000 2.000 0 1 0 11.335 2.125 A2.000 2.000 0 1 0 7.335 2.125 Z"]];
|
|
35
|
+
export const OutdoorsSwissKnife = ["outdoors-swiss-knife",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.5,13.9c.164-.015.33-.023.5-.023H9.271a.5.5,0,0,0,.435-.253l1.52-2.667a10.833,10.833,0,0,0,.48-9.749.994.994,0,0,0-.864-.59,1.015,1.015,0,0,0-.916.5l-6.9,12.035a.5.5,0,0,0,.48.746ZM6.4,10.73,9.139,5.915a.75.75,0,1,1,1.3.743L7.7,11.473a.75.75,0,0,1-1.3-.743Z","M20,15.38H4a4,4,0,0,0,0,8H20a4,4,0,1,0,0-8ZM5,20.88a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,5,20.88Zm14,0a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,19,20.88Z","M18.5,13.88H20a5.453,5.453,0,0,1,2.291.5A.5.5,0,0,0,23,13.929V6.88a2.5,2.5,0,1,0-5,0,.5.5,0,0,0,.4.49c.472.1,1.1.4,1.1,1.959s-.627,1.864-1.1,1.96a.5.5,0,0,0-.4.49v1.6A.5.5,0,0,0,18.5,13.88Z"]];
|