@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,3 @@
|
|
|
1
|
+
export const Pin1 = ["pin-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.283,5.314,18.646,1.677a1.5,1.5,0,0,0-2.326.256L13.226,7.4A7.631,7.631,0,0,0,11.46,7.2a6.32,6.32,0,0,0-3.513.755,1.5,1.5,0,0,0-.3,2.355l6.008,6.009a1.576,1.576,0,0,0,1.252.427,1.5,1.5,0,0,0,1.1-.729,6.783,6.783,0,0,0,.548-5.278L22.027,7.64a1.5,1.5,0,0,0,.256-2.326ZM17.875,4.3,16.461,6.424a.5.5,0,0,1-.417.223.507.507,0,0,1-.277-.084.5.5,0,0,1-.138-.694l1.414-2.121a.5.5,0,0,1,.832.555Z","M8.071,14.559l-6.5,6.5a1,1,0,0,0,0,1.414,1.015,1.015,0,0,0,1.414,0l6.5-6.5a1,1,0,0,0-1.414-1.414Z"]];
|
|
2
|
+
export const Pin2 = ["pin-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}],["M17.5.006a6.5,6.5,0,1,0,6.5,6.5A6.508,6.508,0,0,0,17.5.006Zm-.229,3.333a2.942,2.942,0,0,0-2.938,2.939.5.5,0,1,1-1,0,3.943,3.943,0,0,1,3.938-3.939.5.5,0,0,1,0,1Z","M9.939,11.945l-9.5,9.5a1.5,1.5,0,0,0,0,2.122,1.535,1.535,0,0,0,2.122,0l9.5-9.5a1.5,1.5,0,0,0-2.122-2.122Z"]];
|
|
3
|
+
export const Pin = ["pin",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.492,6.275,17.728.51a1.481,1.481,0,0,0-2.3.253l-4.1,6.443a7.468,7.468,0,0,0-5.468.8,1.48,1.48,0,0,0-.3,2.325l8.105,8.1a1.5,1.5,0,0,0,1.235.422,1.483,1.483,0,0,0,1.09-.72,7.423,7.423,0,0,0,.8-5.467l6.443-4.1a1.48,1.48,0,0,0,.253-2.295Zm-6.2-2.848L15.172,6.76a.508.508,0,0,1-.69.153.5.5,0,0,1-.154-.69l2.121-3.332a.5.5,0,1,1,.844.536Z","M6.454,15.428l-5.94,5.94a1.5,1.5,0,0,0,0,2.121,1.517,1.517,0,0,0,2.121,0l5.94-5.94a1.5,1.5,0,0,0-2.121-2.121Z"]];
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const PrintPicture = ["print-picture",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.75,6a1,1,0,0,0,1-1V2h8.836L17.75,4.163V5a1,1,0,0,0,2,0V3.749a1,1,0,0,0-.293-.707L17,.587A2.01,2.01,0,0,0,15.586,0H6.75a2,2,0,0,0-2,2V5A1,1,0,0,0,5.75,6Z","M21.5,7H2.5A2.5,2.5,0,0,0,0,9.5V14a2.5,2.5,0,0,0,2.5,2.5H5v6.25A1.251,1.251,0,0,0,6.25,24h12a1.251,1.251,0,0,0,1.25-1.25V16.5h2A2.5,2.5,0,0,0,24,14V9.5A2.5,2.5,0,0,0,21.5,7Zm-18,4.5a1,1,0,1,1,1-1A1,1,0,0,1,3.5,11.5Zm14,10a.5.5,0,0,1-.5.5H7.5a.5.5,0,0,1-.5-.5V12.457a.5.5,0,0,1,.5-.5H17a.5.5,0,0,1,.5.5Z","M14.686,15.894a.5.5,0,0,0-.413-.307.51.51,0,0,0-.465.219l-1.66,2.477L10.5,16.933a.5.5,0,0,0-.762.156L8.1,20.27A.5.5,0,0,0,8.542,21h7.5a.5.5,0,0,0,.462-.69Z"]];
|
|
2
|
+
export const PrintText = ["print-text",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.75,6a1,1,0,0,0,1-1V2h8.836L17.75,4.163V5a1,1,0,0,0,2,0V3.749a1,1,0,0,0-.293-.707L17,.587A2.01,2.01,0,0,0,15.586,0H6.75a2,2,0,0,0-2,2V5A1,1,0,0,0,5.75,6Z","M21.5,7H2.5A2.5,2.5,0,0,0,0,9.5V14a2.5,2.5,0,0,0,2.5,2.5H5v6.25A1.251,1.251,0,0,0,6.25,24h12a1.251,1.251,0,0,0,1.25-1.25V16.5h2A2.5,2.5,0,0,0,24,14V9.5A2.5,2.5,0,0,0,21.5,7Zm-18,4.5a1,1,0,1,1,1-1A1,1,0,0,1,3.5,11.5Zm14,10a.5.5,0,0,1-.5.5H7.5a.5.5,0,0,1-.5-.5V12.457a.5.5,0,0,1,.5-.5H17a.5.5,0,0,1,.5.5Z","M15,14.749H9.5a.75.75,0,1,0,0,1.5H15a.75.75,0,1,0,0-1.5Z","M13.25,18.249H9.5a.75.75,0,0,0,0,1.5h3.75a.75.75,0,0,0,0-1.5Z"]];
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export const AddBold = ["add-bold",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M8.5,22A1.5,1.5,0,0,0,10,23.5h4A1.5,1.5,0,0,0,15.5,22V15.75a.25.25,0,0,1,.25-.25H22A1.5,1.5,0,0,0,23.5,14V10A1.5,1.5,0,0,0,22,8.5H15.75a.25.25,0,0,1-.25-.25V2A1.5,1.5,0,0,0,14,.5H10A1.5,1.5,0,0,0,8.5,2V8.25a.25.25,0,0,1-.25.25H2A1.5,1.5,0,0,0,.5,10v4A1.5,1.5,0,0,0,2,15.5H8.25a.25.25,0,0,1,.25.25Z"]];
|
|
2
|
+
export const AddTabAlternate = ["add-tab-alternate",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.408,6a3.825,3.825,0,0,0-2.414-.972H2.211a2,2,0,0,0-2,2v9.936a2,2,0,0,0,2,2H15.994A3.839,3.839,0,0,0,18.408,18l4.775-4.585a1.956,1.956,0,0,0,0-2.828Zm-1.385,10.55a1.72,1.72,0,0,1-1.029.414H2.711a.5.5,0,0,1-.5-.5V7.532a.5.5,0,0,1,.5-.5H15.994a1.93,1.93,0,0,1,1.029.414l4.394,4.163a.5.5,0,0,1,0,.724Z","M10.711,10.718h-1a.25.25,0,0,1-.25-.25v-1a1.25,1.25,0,0,0-2.5,0v1a.25.25,0,0,1-.25.25h-1a1.25,1.25,0,0,0,0,2.5h1a.249.249,0,0,1,.25.25v1a1.25,1.25,0,0,0,2.5,0v-1a.249.249,0,0,1,.25-.25h1a1.25,1.25,0,1,0,0-2.5Z"]];
|
|
3
|
+
export const AddCircle1Alternate = ["add-circle-1-alternate",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}],["M6.223,18.115a.948.948,0,0,0-.346-.292,6.489,6.489,0,0,1,0-11.647.946.946,0,0,0,.346-.291l.021-.03A.992.992,0,0,0,5.015,4.371a8.49,8.49,0,0,0,0,15.258.993.993,0,0,0,1.229-1.485Z","M14.75,3a9,9,0,1,0,9,9A9.01,9.01,0,0,0,14.75,3Zm0,16a7,7,0,1,1,7-7A7.008,7.008,0,0,1,14.75,19Z","M18.515,10.75H16.25A.25.25,0,0,1,16,10.5V8.235a1.25,1.25,0,0,0-2.5,0V10.5a.25.25,0,0,1-.25.25H10.985a1.25,1.25,0,0,0,0,2.5H13.25a.25.25,0,0,1,.25.25v2.264a1.25,1.25,0,0,0,2.5,0V13.5a.25.25,0,0,1,.25-.25h2.265a1.25,1.25,0,0,0,0-2.5Z"]];
|
|
4
|
+
export const BrokenTabRemoveAlternate = ["broken-tab-remove-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,17.5a2,2,0,0,0,2-2v-7a2,2,0,0,0-2-2H2a2,2,0,0,0-2,2v7a2,2,0,0,0,2,2Zm-19.5-2A.5.5,0,0,1,2,15V9a.5.5,0,0,1,.5-.5H13.7a.5.5,0,0,1,.456.705l-1,2.236a1.514,1.514,0,0,0,.015,1.154l.99,2.2a.5.5,0,0,1-.456.705ZM21.03,12.969a.75.75,0,1,1-1.061,1.061l-.793-.793a.249.249,0,0,0-.353,0l-.793.793a.75.75,0,0,1-1.061-1.061l.793-.792a.25.25,0,0,0,0-.354l-.793-.793A.75.75,0,0,1,18.03,9.969l.793.793a.249.249,0,0,0,.353,0l.793-.793A.75.75,0,0,1,21.03,11.03l-.793.793a.25.25,0,0,0,0,.354Z"]];
|
|
5
|
+
export const AddCircleBoldAlternate = ["add-circle-bold-alternate",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,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm0,21a9,9,0,1,1,9-9A9.01,9.01,0,0,1,12,21Z","M17.25,10.568H13.682a.25.25,0,0,1-.25-.25V6.75a.958.958,0,0,0-.955-.955h-.954a.958.958,0,0,0-.955.955v3.568a.25.25,0,0,1-.25.25H6.75a.957.957,0,0,0-.955.954v.955a.958.958,0,0,0,.955.955h3.568a.25.25,0,0,1,.25.25V17.25a.957.957,0,0,0,.955.954h.954a.957.957,0,0,0,.955-.954V13.682a.25.25,0,0,1,.25-.25H17.25a.958.958,0,0,0,.955-.955v-.955A.957.957,0,0,0,17.25,10.568Z"]];
|
|
6
|
+
export const AddSquareAlternate = ["add-square-alternate",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.545.25H2.455a2.206,2.206,0,0,0-2.2,2.2V21.546a2.207,2.207,0,0,0,2.205,2.2h19.09a2.207,2.207,0,0,0,2.2-2.2V2.454A2.206,2.206,0,0,0,21.545.25Zm-.3,21H2.75V2.75h18.5Z","M6.273,13.25H10.5a.25.25,0,0,1,.25.25v4.227a1.25,1.25,0,0,0,2.5,0V13.5a.25.25,0,0,1,.25-.25h4.227a1.25,1.25,0,0,0,0-2.5H13.5a.25.25,0,0,1-.25-.25V6.272a1.25,1.25,0,1,0-2.5,0V10.5a.25.25,0,0,1-.25.25H6.273a1.25,1.25,0,0,0,0,2.5Z"]];
|
|
7
|
+
export const RemoveSquare1Alternate = ["remove-square-1-alternate",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.545.25H2.455a2.206,2.206,0,0,0-2.2,2.2V21.546a2.207,2.207,0,0,0,2.205,2.2h19.09a2.207,2.207,0,0,0,2.2-2.2V2.454A2.206,2.206,0,0,0,21.545.25Zm-.3,21H2.75V2.75h18.5Z","M7.066,16.934a1.247,1.247,0,0,0,1.767,0l2.99-2.989a.25.25,0,0,1,.353,0l2.99,2.989a1.249,1.249,0,1,0,1.767-1.767l-2.989-2.99a.25.25,0,0,1,0-.354l2.989-2.989a1.25,1.25,0,1,0-1.767-1.768l-2.99,2.99a.25.25,0,0,1-.353,0l-2.99-2.99A1.25,1.25,0,0,0,7.066,8.834l2.989,2.989a.25.25,0,0,1,0,.354l-2.989,2.99A1.249,1.249,0,0,0,7.066,16.934Z"]];
|
|
8
|
+
export const RemoveTabAlternate = ["remove-tab-alternate",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.121,5.5a3.749,3.749,0,0,0-2.414-1H2.207a2,2,0,0,0-2,2v11a2,2,0,0,0,2,2h13.5a3.749,3.749,0,0,0,2.414-1l5.086-5.086a2,2,0,0,0,0-2.828ZM16.707,17.086a1.635,1.635,0,0,1-1,.414H2.457a.25.25,0,0,1-.25-.25V6.75a.25.25,0,0,1,.25-.25h13.25a1.63,1.63,0,0,1,1,.414L21.793,12Z","M11.591,9.116a1.251,1.251,0,0,0-1.768,0l-.939.939a.25.25,0,0,1-.354,0l-.939-.939a1.25,1.25,0,0,0-1.768,1.768l.94.939a.252.252,0,0,1,0,.354l-.94.939a1.25,1.25,0,0,0,1.768,1.768l.939-.94a.25.25,0,0,1,.354,0l.939.94a1.25,1.25,0,1,0,1.768-1.768l-.94-.939a.252.252,0,0,1,0-.354l.94-.939A1.251,1.251,0,0,0,11.591,9.116Z"]];
|
|
9
|
+
export const AddCircle = ["add-circle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,23.5A11.5,11.5,0,1,0,.5,12,11.513,11.513,0,0,0,12,23.5ZM6,11h4.75a.25.25,0,0,0,.25-.25V6a1,1,0,0,1,2,0v4.75a.25.25,0,0,0,.25.25H18a1,1,0,0,1,0,2H13.25a.25.25,0,0,0-.25.25V18a1,1,0,0,1-2,0V13.25a.25.25,0,0,0-.25-.25H6a1,1,0,0,1,0-2Z"]];
|
|
10
|
+
export const SubtractCircleAlternate = ["subtract-circle-alternate",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,.25A11.75,11.75,0,1,0,23.75,12,11.763,11.763,0,0,0,12,.25Zm0,21A9.25,9.25,0,1,1,21.25,12,9.26,9.26,0,0,1,12,21.25Z","M6.273,10.75a1.25,1.25,0,0,0,0,2.5H17.727a1.25,1.25,0,0,0,0-2.5Z"]];
|
|
11
|
+
export const SubtractCircleBoldAlternate = ["subtract-circle-bold-alternate",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,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm0,21a9,9,0,1,1,9-9A9.01,9.01,0,0,1,12,21Z","M5.795 10.568 L18.204 10.568 L18.204 13.432 L5.795 13.432 Z"]];
|
|
12
|
+
export const SubtractSquareAlternate = ["subtract-square-alternate",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.545.25H2.455a2.206,2.206,0,0,0-2.2,2.2V21.546a2.207,2.207,0,0,0,2.205,2.2h19.09a2.207,2.207,0,0,0,2.2-2.2V2.454A2.206,2.206,0,0,0,21.545.25Zm-.3,21H2.75V2.75h18.5Z","M6.273,13.25H17.727a1.25,1.25,0,0,0,0-2.5H6.273a1.25,1.25,0,0,0,0,2.5Z"]];
|
|
13
|
+
export const SubtractTabAlternate = ["subtract-tab-alternate",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.408,6a3.825,3.825,0,0,0-2.414-.972H2.211a2,2,0,0,0-2,2v9.936a2,2,0,0,0,2,2H15.994A3.839,3.839,0,0,0,18.408,18l4.775-4.585a1.956,1.956,0,0,0,0-2.828Zm-1.385,10.55a1.72,1.72,0,0,1-1.029.414H2.461a.25.25,0,0,1-.25-.25V7.282a.25.25,0,0,1,.25-.25H15.994a1.93,1.93,0,0,1,1.029.414l4.584,4.343a.251.251,0,0,1,0,.362Z","M10.711,10.718h-5a1.25,1.25,0,0,0,0,2.5h5a1.25,1.25,0,1,0,0-2.5Z"]];
|
|
14
|
+
export const SubtractBold = ["subtract-bold",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0.500 8.500 L23.500 8.500 L23.500 15.500 L0.500 15.500 Z"]];
|
|
15
|
+
export const SubtractCircle = ["subtract-circle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,23.5A11.5,11.5,0,1,0,.5,12,11.513,11.513,0,0,0,12,23.5ZM6,11H18a1,1,0,0,1,0,2H6a1,1,0,0,1,0-2Z"]];
|
|
16
|
+
export const RemoveTab = ["remove-tab",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M15.707,19a3.3,3.3,0,0,0,2.061-.853l5.086-5.086a1.5,1.5,0,0,0,0-2.121L17.768,5.854A3.3,3.3,0,0,0,15.707,5H2.207a1.5,1.5,0,0,0-1.5,1.5v11a1.5,1.5,0,0,0,1.5,1.5ZM5.525,10.232A1,1,0,1,1,6.939,8.818l1.592,1.591a.249.249,0,0,0,.353,0l1.591-1.591a1,1,0,1,1,1.415,1.414L10.3,11.823a.251.251,0,0,0,0,.354l1.592,1.591a1,1,0,0,1-1.415,1.414L8.884,13.591a.249.249,0,0,0-.353,0L6.939,15.182a1,1,0,1,1-1.414-1.414l1.591-1.591a.249.249,0,0,0,0-.354Z"]];
|
|
17
|
+
export const SubtractTab = ["subtract-tab",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M.712,16.968a1.5,1.5,0,0,0,1.5,1.5H16a3.382,3.382,0,0,0,2.067-.832l4.775-4.584a1.455,1.455,0,0,0,0-2.107L18.062,6.364A3.385,3.385,0,0,0,16,5.532H2.212a1.5,1.5,0,0,0-1.5,1.5Zm3-5a1,1,0,0,1,1-1h7a1,1,0,0,1,0,2h-7A1,1,0,0,1,3.712,11.968Z"]];
|
|
18
|
+
export const Subtract = ["subtract",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M1.5,13.5h21a1.5,1.5,0,0,0,0-3H1.5a1.5,1.5,0,0,0,0,3Z"]];
|
|
19
|
+
export const Add = ["add",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0,12a1.5,1.5,0,0,0,1.5,1.5h8.75a.25.25,0,0,1,.25.25V22.5a1.5,1.5,0,0,0,3,0V13.75a.25.25,0,0,1,.25-.25H22.5a1.5,1.5,0,0,0,0-3H13.75a.25.25,0,0,1-.25-.25V1.5a1.5,1.5,0,0,0-3,0v8.75a.25.25,0,0,1-.25.25H1.5A1.5,1.5,0,0,0,0,12Z"]];
|
|
20
|
+
export const RemoveCircleBoldAlternate = ["remove-circle-bold-alternate",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,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm0,21a9,9,0,1,1,9-9A9.01,9.01,0,0,1,12,21Z","M16.95,7.757l-.707-.707a1,1,0,0,0-1.415,0L12.177,9.7a.252.252,0,0,1-.354,0L9.172,7.05a1,1,0,0,0-1.415,0l-.707.707a1,1,0,0,0,0,1.414L9.7,11.823a.25.25,0,0,1,0,.354L7.05,14.828a1,1,0,0,0,0,1.414l.707.708a1.006,1.006,0,0,0,1.415,0L11.823,14.3a.25.25,0,0,1,.354,0l2.651,2.652a1.006,1.006,0,0,0,1.415,0l.707-.708a1,1,0,0,0,0-1.414L14.3,12.177a.25.25,0,0,1,0-.354L16.95,9.171A1,1,0,0,0,16.95,7.757Z"]];
|
|
21
|
+
export const AddBoldAlternate = ["add-bold-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.545,7.886H16.363a.249.249,0,0,1-.25-.25V2.454a2.206,2.206,0,0,0-2.2-2.2H10.09a2.206,2.206,0,0,0-2.2,2.2V7.636a.249.249,0,0,1-.25.25H2.454a2.207,2.207,0,0,0-2.2,2.2v3.818a2.206,2.206,0,0,0,2.205,2.2H7.636a.25.25,0,0,1,.25.25v5.183a2.206,2.206,0,0,0,2.2,2.2h3.818a2.207,2.207,0,0,0,2.205-2.2V16.363a.25.25,0,0,1,.25-.25h5.182a2.206,2.206,0,0,0,2.2-2.2V10.091A2.206,2.206,0,0,0,21.545,7.886Zm-.3,5.477a.25.25,0,0,1-.25.25H14.863a1.25,1.25,0,0,0-1.25,1.25V21a.25.25,0,0,1-.25.25H10.636a.249.249,0,0,1-.25-.25V14.863a1.25,1.25,0,0,0-1.25-1.25H3a.25.25,0,0,1-.25-.25V10.636a.25.25,0,0,1,.25-.25H9.136a1.25,1.25,0,0,0,1.25-1.25V3a.249.249,0,0,1,.25-.25h2.727a.25.25,0,0,1,.25.25V9.136a1.25,1.25,0,0,0,1.25,1.25H21a.25.25,0,0,1,.25.25Z"]];
|
|
22
|
+
export const RemoveCircle1 = ["remove-circle_1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,23.5A11.5,11.5,0,1,0,.5,12,11.513,11.513,0,0,0,12,23.5ZM7.05,8.465A1,1,0,1,1,8.464,7.051l3.359,3.359a.25.25,0,0,0,.353,0l3.359-3.359a1,1,0,1,1,1.414,1.414L13.59,11.824a.25.25,0,0,0,0,.353l3.359,3.359a1,1,0,1,1-1.414,1.414l-3.359-3.359a.25.25,0,0,0-.353,0L8.464,16.95A1,1,0,0,1,7.05,15.536l3.359-3.359a.25.25,0,0,0,0-.353Z"]];
|
|
23
|
+
export const RemoveSquare1 = ["remove-square_1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M.5,22A1.5,1.5,0,0,0,2,23.5H22A1.5,1.5,0,0,0,23.5,22V2A1.5,1.5,0,0,0,22,.5H2A1.5,1.5,0,0,0,.5,2ZM7.05,8.465A1,1,0,1,1,8.464,7.051l3.359,3.359a.25.25,0,0,0,.353,0l3.359-3.359a1,1,0,1,1,1.414,1.414L13.59,11.824a.25.25,0,0,0,0,.353l3.359,3.359a1,1,0,1,1-1.414,1.414l-3.359-3.359a.25.25,0,0,0-.353,0L8.464,16.95A1,1,0,0,1,7.05,15.536l3.359-3.359a.25.25,0,0,0,0-.353Z"]];
|
|
24
|
+
export const RemoveCircleBold = ["remove-circle-bold",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,23.5A11.5,11.5,0,1,0,.5,12,11.513,11.513,0,0,0,12,23.5ZM7.05,9.172a1,1,0,0,1,0-1.415l.707-.707a1,1,0,0,1,1.415,0L11.823,9.7a.25.25,0,0,0,.354,0L14.828,7.05a1,1,0,0,1,1.415,0l.707.707a1,1,0,0,1,0,1.415L14.3,11.823a.25.25,0,0,0,0,.354l2.652,2.651a1,1,0,0,1,0,1.415l-.707.707a1,1,0,0,1-1.415,0L12.177,14.3a.252.252,0,0,0-.354,0L9.172,16.95a1,1,0,0,1-1.415,0l-.707-.707a1,1,0,0,1,0-1.415L9.7,12.177a.25.25,0,0,0,0-.354Z"]];
|
|
25
|
+
export const BrokenTabRemove = ["broken-tab-remove",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.931,8.368A1,1,0,0,0,13,7H1.5A1.5,1.5,0,0,0,0,8.5v7A1.5,1.5,0,0,0,1.5,17H13a1,1,0,0,0,.928-1.374l-1.564-3.4a.5.5,0,0,1,0-.417Z","M24,8.5A1.5,1.5,0,0,0,22.5,7H16.839a.988.988,0,0,0-.921.609L14.11,11.628a1.008,1.008,0,0,0,.008.763l1.792,3.982a1,1,0,0,0,.928.627H22.5A1.5,1.5,0,0,0,24,15.5Zm-2.47,4.47a.75.75,0,1,1-1.06,1.06l-.793-.793a.252.252,0,0,0-.354,0l-.793.793a.75.75,0,0,1-1.06-1.06l.793-.793a.252.252,0,0,0,0-.354l-.793-.793a.75.75,0,0,1,1.06-1.06l.793.793a.252.252,0,0,0,.354,0l.793-.793a.75.75,0,0,1,1.06,1.06l-.793.793a.252.252,0,0,0,0,.354Z"]];
|
|
26
|
+
export const RemoveBold = ["remove-bold",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.664,5.578a1.5,1.5,0,0,0,0-2.121L20.543,1.336a1.5,1.5,0,0,0-2.122,0L12.177,7.581a.251.251,0,0,1-.354,0L5.579,1.336a1.5,1.5,0,0,0-2.122,0L1.336,3.457a1.5,1.5,0,0,0,0,2.121l6.245,6.245a.252.252,0,0,1,0,.354L1.336,18.422a1.5,1.5,0,0,0,0,2.121l2.121,2.121a1.5,1.5,0,0,0,2.122,0l6.244-6.245a.251.251,0,0,1,.354,0l6.244,6.245a1.5,1.5,0,0,0,2.122,0l2.121-2.121a1.5,1.5,0,0,0,0-2.121l-6.245-6.245a.252.252,0,0,1,0-.354Z"]];
|
|
27
|
+
export const AddCircleAlternate = ["add-circle-alternate",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,23.75A11.75,11.75,0,1,0,.25,12,11.764,11.764,0,0,0,12,23.75Zm0-21A9.25,9.25,0,1,1,2.75,12,9.26,9.26,0,0,1,12,2.75Z","M6.273,13.25H10.5a.25.25,0,0,1,.25.25v4.227a1.25,1.25,0,0,0,2.5,0V13.5a.25.25,0,0,1,.25-.25h4.227a1.25,1.25,0,0,0,0-2.5H13.5a.25.25,0,0,1-.25-.25V6.272a1.25,1.25,0,1,0-2.5,0V10.5a.25.25,0,0,1-.25.25H6.273a1.25,1.25,0,0,0,0,2.5Z"]];
|
|
28
|
+
export const SubtractCircleBold = ["subtract-circle-bold",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,23.5A11.5,11.5,0,1,0,.5,12,11.513,11.513,0,0,0,12,23.5Zm-6.5-12a1,1,0,0,1,1-1h11a1,1,0,0,1,1,1v1a1,1,0,0,1-1,1H6.5a1,1,0,0,1-1-1Z"]];
|
|
29
|
+
export const AddSquare = ["add-square",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.5,2A1.5,1.5,0,0,0,22,.5H2A1.5,1.5,0,0,0,.5,2V22A1.5,1.5,0,0,0,2,23.5H22A1.5,1.5,0,0,0,23.5,22ZM6,13a1,1,0,0,1,0-2h4.75a.25.25,0,0,0,.25-.25V6a1,1,0,0,1,2,0v4.75a.25.25,0,0,0,.25.25H18a1,1,0,0,1,0,2H13.25a.25.25,0,0,0-.25.25V18a1,1,0,0,1-2,0V13.25a.25.25,0,0,0-.25-.25Z"]];
|
|
30
|
+
export const RemoveBoldAlternate = ["remove-bold-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.186,12.176a.25.25,0,0,1,0-.353l3.889-3.888a2.255,2.255,0,0,0,0-3.183l-2.829-2.83a2.255,2.255,0,0,0-3.182,0l-3.889,3.89a.251.251,0,0,1-.354,0L7.933,1.923a2.253,2.253,0,0,0-3.182,0L1.923,4.752a2.252,2.252,0,0,0,0,3.182l3.889,3.889a.249.249,0,0,1,0,.353l-3.889,3.89a2.252,2.252,0,0,0,0,3.182L4.75,22.075a2.309,2.309,0,0,0,3.183,0l3.889-3.889a.25.25,0,0,1,.354,0l3.888,3.889a2.254,2.254,0,0,0,3.183,0l2.828-2.828a2.252,2.252,0,0,0,0-3.182Zm1.591,5.834-1.768,1.768a.5.5,0,0,1-.707,0l-4.419-4.419a1.251,1.251,0,0,0-1.768,0L6.7,19.778a.5.5,0,0,1-.707,0L4.221,18.01a.5.5,0,0,1,0-.707l4.419-4.42a1.249,1.249,0,0,0,0-1.767L4.221,6.7a.5.5,0,0,1,0-.707L5.989,4.221a.5.5,0,0,1,.707,0l4.419,4.42a1.254,1.254,0,0,0,1.768,0L17.3,4.221a.5.5,0,0,1,.707,0L19.777,5.99a.5.5,0,0,1,0,.707l-4.419,4.419a1.249,1.249,0,0,0,0,1.767l4.419,4.42A.5.5,0,0,1,19.777,18.01Z"]];
|
|
31
|
+
export const SubtractSquare = ["subtract-square",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,.5H2A1.5,1.5,0,0,0,.5,2V22A1.5,1.5,0,0,0,2,23.5H22A1.5,1.5,0,0,0,23.5,22V2A1.5,1.5,0,0,0,22,.5ZM19,12a1,1,0,0,1-1,1H6a1,1,0,0,1,0-2H18A1,1,0,0,1,19,12Z"]];
|
|
32
|
+
export const AddCircleBold = ["add-circle-bold",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M.5,12A11.5,11.5,0,1,0,12,.5,11.513,11.513,0,0,0,.5,12Zm5-.5a1,1,0,0,1,1-1h3.75a.25.25,0,0,0,.25-.25V6.5a1,1,0,0,1,1-1h1a1,1,0,0,1,1,1v3.75a.25.25,0,0,0,.25.25H17.5a1,1,0,0,1,1,1v1a1,1,0,0,1-1,1H13.75a.25.25,0,0,0-.25.25V17.5a1,1,0,0,1-1,1h-1a1,1,0,0,1-1-1V13.75a.25.25,0,0,0-.25-.25H6.5a1,1,0,0,1-1-1Z"]];
|
|
33
|
+
export const RemoveCircleAlternate = ["remove-circle-alternate",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}],["M.249,12A11.751,11.751,0,1,0,12,.249,11.765,11.765,0,0,0,.249,12Zm21,0A9.251,9.251,0,1,1,12,2.749,9.262,9.262,0,0,1,21.251,12Z","M8.833,7.066A1.25,1.25,0,1,0,7.065,8.834l2.99,2.989a.25.25,0,0,1,0,.354l-2.99,2.99a1.25,1.25,0,1,0,1.768,1.767l2.989-2.989a.249.249,0,0,1,.354,0l2.99,2.989a1.249,1.249,0,1,0,1.767-1.767l-2.989-2.99a.25.25,0,0,1,0-.354l2.989-2.989a1.25,1.25,0,1,0-1.767-1.768l-2.99,2.99a.251.251,0,0,1-.354,0Z"]];
|
|
34
|
+
export const Remove = ["remove",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M.439,21.44a1.5,1.5,0,0,0,2.122,2.121L11.823,14.3a.25.25,0,0,1,.354,0l9.262,9.263a1.5,1.5,0,1,0,2.122-2.121L14.3,12.177a.25.25,0,0,1,0-.354l9.263-9.262A1.5,1.5,0,0,0,21.439.44L12.177,9.7a.25.25,0,0,1-.354,0L2.561.44A1.5,1.5,0,0,0,.439,2.561L9.7,11.823a.25.25,0,0,1,0,.354Z"]];
|
|
35
|
+
export const AddTab = ["add-tab",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M16,18.468a3.382,3.382,0,0,0,2.067-.832l4.775-4.584a1.455,1.455,0,0,0,0-2.107L18.062,6.364A3.385,3.385,0,0,0,16,5.532H2.212a1.5,1.5,0,0,0-1.5,1.5v9.936a1.5,1.5,0,0,0,1.5,1.5Zm-4.283-7.5a1,1,0,0,1,0,2H9.462a.25.25,0,0,0-.25.25v2.25a1,1,0,0,1-2,0v-2.25a.25.25,0,0,0-.25-.25H4.712a1,1,0,1,1,0-2h2.25a.25.25,0,0,0,.25-.25V8.468a1,1,0,0,1,2,0v2.25a.25.25,0,0,0,.25.25Z"]];
|
|
36
|
+
export const AddCircle1 = ["add-circle-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.75,20.5c.146,0,.291,0,.435-.014a.249.249,0,0,0,.133-.45,9.97,9.97,0,0,1,0-16.071.25.25,0,0,0-.133-.451C9.041,3.505,8.9,3.5,8.75,3.5a8.5,8.5,0,0,0,0,17Z","M15.25,3.5a8.5,8.5,0,1,0,8.5,8.5A8.5,8.5,0,0,0,15.25,3.5Zm5,8.5a1,1,0,0,1-1,1H16.5a.25.25,0,0,0-.25.25V16a1,1,0,0,1-2,0V13.25A.25.25,0,0,0,14,13H11.25a1,1,0,0,1,0-2H14a.25.25,0,0,0,.25-.25V8a1,1,0,0,1,2,0v2.75a.25.25,0,0,0,.25.25h2.75A1,1,0,0,1,20.25,12Z"]];
|
|
37
|
+
export const SubtractBoldAlternate = ["subtract-bold-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.545,7.886H2.454a2.207,2.207,0,0,0-2.2,2.2v3.818a2.206,2.206,0,0,0,2.205,2.2H21.545a2.206,2.206,0,0,0,2.2-2.2V10.091A2.206,2.206,0,0,0,21.545,7.886Zm-.3,5.477a.25.25,0,0,1-.25.25H3a.25.25,0,0,1-.25-.25V10.636a.25.25,0,0,1,.25-.25H21a.25.25,0,0,1,.25.25Z"]];
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export const ExpandDiagonal1 = ["expand-diagonal-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M2.75,20.249a1,1,0,0,0,1,1h7a1,1,0,0,0,.707-1.707L9.018,17.1a.249.249,0,0,1,0-.353L16.75,9.017a.25.25,0,0,1,.354,0l2.439,2.439a1,1,0,0,0,.707.293.987.987,0,0,0,.383-.076,1,1,0,0,0,.617-.924v-7a1,1,0,0,0-1-1h-7a1,1,0,0,0-.707,1.707L14.982,6.9a.25.25,0,0,1,0,.354L7.25,14.981a.25.25,0,0,1-.354,0L4.457,12.542a1,1,0,0,0-1.707.707Z"]];
|
|
2
|
+
export const ExpandHorizontal1 = ["expand-horizontal-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M4.793,17.207A1,1,0,0,0,5.5,17.5a.989.989,0,0,0,.383-.077A1,1,0,0,0,6.5,16.5v-3a.25.25,0,0,1,.25-.25h10.5a.25.25,0,0,1,.25.25v3a1,1,0,0,0,.617.923.989.989,0,0,0,.383.077,1,1,0,0,0,.707-.293l4.5-4.5a1,1,0,0,0,0-1.414l-4.5-4.5A1,1,0,0,0,17.5,7.5v3a.25.25,0,0,1-.25.25H6.75a.25.25,0,0,1-.25-.25v-3a1,1,0,0,0-1.707-.707l-4.5,4.5a1,1,0,0,0,0,1.414Z"]];
|
|
3
|
+
export const ExpandHorizontal3 = ["expand-horizontal-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}],["M10.25,7.5v9a1.25,1.25,0,0,0,2.5,0v-9a1.25,1.25,0,1,0-2.5,0Z","M23.707,11.292l-3-3A1,1,0,0,0,19,9v1.5a.25.25,0,0,1-.25.25H16a1.25,1.25,0,0,0,0,2.5h2.75a.25.25,0,0,1,.25.25V15a1,1,0,0,0,.617.924A.987.987,0,0,0,20,16a1,1,0,0,0,.707-.293l3-3A1,1,0,0,0,23.707,11.292Z","M3.293,15.706A1,1,0,0,0,4,16a.987.987,0,0,0,.383-.076A1,1,0,0,0,5,15V13.5a.25.25,0,0,1,.25-.25H7a1.25,1.25,0,1,0,0-2.5H5.25A.25.25,0,0,1,5,10.5V9a1,1,0,0,0-1.707-.707l-3,3a1,1,0,0,0,0,1.414Z"]];
|
|
4
|
+
export const ExpandHorizontal4 = ["expand-horizontal-4",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}],["M.25,5.794V18.2a1.25,1.25,0,0,0,2.5,0V5.794a1.25,1.25,0,0,0-2.5,0Z","M22.5,19.454a1.25,1.25,0,0,0,1.25-1.25V5.794a1.25,1.25,0,0,0-2.5,0V18.2A1.25,1.25,0,0,0,22.5,19.454Z","M16.39,15.787a1,1,0,0,0,1.09-.217l2.863-2.865a1,1,0,0,0,0-1.414L17.48,8.428a1,1,0,0,0-1.707.707V10.5a.249.249,0,0,1-.25.25H8.477a.249.249,0,0,1-.25-.25V9.135A1,1,0,0,0,6.52,8.428L3.657,11.291a1,1,0,0,0,0,1.414L6.52,15.57a1,1,0,0,0,1.707-.707V13.5a.25.25,0,0,1,.25-.25h7.046a.25.25,0,0,1,.25.25v1.365A1,1,0,0,0,16.39,15.787Z"]];
|
|
5
|
+
export const ExpandDiagonal3 = ["expand-diagonal-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}],["M15.884,7.615a1.251,1.251,0,0,0-1.768,0l-6.5,6.5a1.25,1.25,0,0,0,1.768,1.768l6.5-6.5A1.251,1.251,0,0,0,15.884,7.615Z","M24,19a1,1,0,0,0-1.707-.707l-.939.939a.25.25,0,0,1-.354,0l-4.616-4.616a1.25,1.25,0,1,0-1.768,1.768L19.232,21a.249.249,0,0,1,0,.353l-.939.94A1,1,0,0,0,19,24h4a1,1,0,0,0,1-1Z","M0,5a1,1,0,0,0,.617.924A.987.987,0,0,0,1,6a1,1,0,0,0,.707-.293l.939-.939a.25.25,0,0,1,.354,0L7.116,8.883A1.25,1.25,0,1,0,8.884,7.115L4.768,3a.25.25,0,0,1,0-.354l.939-.939A1,1,0,0,0,5,0H1A1,1,0,0,0,0,1Z"]];
|
|
6
|
+
export const ExpandHorizontal2 = ["expand-horizontal-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3.293,15.706A1,1,0,0,0,4,16a.987.987,0,0,0,.383-.076A1,1,0,0,0,5,15V13.5a.25.25,0,0,1,.25-.25H10.5a.25.25,0,0,1,.25.25v9a1.25,1.25,0,0,0,2.5,0v-9a.25.25,0,0,1,.25-.25h5.25a.25.25,0,0,1,.25.25V15a1,1,0,0,0,.617.924A.987.987,0,0,0,20,16a1,1,0,0,0,.707-.293l3-3a1,1,0,0,0,0-1.414l-3-3A1,1,0,0,0,19,9v1.5a.25.25,0,0,1-.25.25H13.5a.25.25,0,0,1-.25-.25v-9a1.25,1.25,0,0,0-2.5,0v9a.25.25,0,0,1-.25.25H5.25A.25.25,0,0,1,5,10.5V9a1,1,0,0,0-1.707-.707l-3,3a1,1,0,0,0,0,1.414Z"]];
|
|
7
|
+
export const ExpandVertical2 = ["expand-vertical-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M1.5,10.749a1.25,1.25,0,0,0,0,2.5h9a.25.25,0,0,1,.25.25v5.25a.25.25,0,0,1-.25.25H9a1,1,0,0,0-.707,1.707l3,3a1,1,0,0,0,1.414,0l3-3A1,1,0,0,0,15,19H13.5a.25.25,0,0,1-.25-.25V13.5a.25.25,0,0,1,.25-.25h9a1.25,1.25,0,0,0,0-2.5h-9a.25.25,0,0,1-.25-.25V5.249A.25.25,0,0,1,13.5,5H15a1,1,0,0,0,.707-1.707l-3-3a1,1,0,0,0-1.414,0l-3,3A1,1,0,0,0,9,5h1.5a.25.25,0,0,1,.25.25V10.5a.25.25,0,0,1-.25.25Z"]];
|
|
8
|
+
export const ExpandHorizontalLeftRight = ["expand-horizontal-left-right",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.864.249a1.25,1.25,0,0,0-1.25,1.25v21a1.25,1.25,0,0,0,2.5,0v-9a.25.25,0,0,1,.25-.25h2.022a.25.25,0,0,1,.25.25v1.363a1,1,0,0,0,.617.924,1,1,0,0,0,1.09-.217l2.864-2.863a1,1,0,0,0,0-1.414L20.343,8.429a1,1,0,0,0-1.707.707V10.5a.25.25,0,0,1-.25.25H16.364a.25.25,0,0,1-.25-.25v-9A1.25,1.25,0,0,0,14.864.249Z","M5.364,9.136a1,1,0,0,0-1.707-.707L.793,11.292a1,1,0,0,0,0,1.414l2.864,2.863a1,1,0,0,0,1.707-.707V13.5a.25.25,0,0,1,.25-.25H8.591a.25.25,0,0,1,.25.25v9a1.25,1.25,0,0,0,2.5,0V1.5a1.25,1.25,0,0,0-2.5,0v9a.25.25,0,0,1-.25.25H5.614a.25.25,0,0,1-.25-.25Z"]];
|
|
9
|
+
export const ExpandVerticalLeftRight = ["expand-vertical-left-right",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.5,16.112h8.523a.25.25,0,0,1,.25.25v2.024a.25.25,0,0,1-.25.25H8.659a1,1,0,0,0-.707,1.707l2.864,2.863a1,1,0,0,0,1.414,0l2.863-2.863a1,1,0,0,0-.707-1.707H13.023a.25.25,0,0,1-.25-.25V16.362a.25.25,0,0,1,.25-.25H22.5a1.25,1.25,0,0,0,0-2.5H1.5a1.25,1.25,0,1,0,0,2.5Z","M.25,10.09A1.25,1.25,0,0,0,1.5,11.34h21a1.25,1.25,0,0,0,0-2.5H13.023a.25.25,0,0,1-.25-.25V5.612a.25.25,0,0,1,.25-.25h1.363a1,1,0,0,0,.707-1.707L12.23.792a1,1,0,0,0-1.414,0L7.952,3.655a1,1,0,0,0,.707,1.707h1.364a.25.25,0,0,1,.25.25V8.59a.25.25,0,0,1-.25.25H1.5A1.25,1.25,0,0,0,.25,10.09Z"]];
|
|
10
|
+
export const ExpandVertical4 = ["expand-vertical-4",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}],["M6.273,23.749H17.727a1.25,1.25,0,0,0,0-2.5H6.273a1.25,1.25,0,0,0,0,2.5Z","M18.977,1.5a1.25,1.25,0,0,0-1.25-1.25H6.273a1.25,1.25,0,0,0,0,2.5H17.727A1.25,1.25,0,0,0,18.977,1.5Z","M14.864,8.226a1,1,0,0,0,.707-1.707L12.707,3.655a1,1,0,0,0-1.414,0L8.429,6.519a1,1,0,0,0,.707,1.707H10.5a.25.25,0,0,1,.25.25v7.045a.25.25,0,0,1-.25.25H9.136a1,1,0,0,0-.707,1.707l2.864,2.865a1,1,0,0,0,1.414,0l2.864-2.865a1,1,0,0,0-.707-1.707H13.5a.25.25,0,0,1-.25-.25V8.476a.25.25,0,0,1,.25-.25Z"]];
|
|
11
|
+
export const ShrinkVertical1 = ["shrink-vertical-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,23.67a1.25,1.25,0,0,0,1.25-1.25V18.907a.25.25,0,0,1,.25-.25h1.816a.5.5,0,0,0,.353-.853l-3.315-3.317a.517.517,0,0,0-.708,0L8.331,17.8a.5.5,0,0,0,.353.853H10.5a.25.25,0,0,1,.25.25V22.42A1.25,1.25,0,0,0,12,23.67Z","M12,.328a1.25,1.25,0,0,0-1.25,1.25V5.091a.25.25,0,0,1-.25.25H8.684a.5.5,0,0,0-.353.853l3.315,3.317a.5.5,0,0,0,.708,0l3.315-3.317a.5.5,0,0,0-.353-.853H13.5a.25.25,0,0,1-.25-.25V1.578A1.25,1.25,0,0,0,12,.328Z","M1.75,12A1.25,1.25,0,0,0,3,13.249H21a1.25,1.25,0,0,0,0-2.5H3A1.25,1.25,0,0,0,1.75,12Z"]];
|
|
12
|
+
export const ExpandVertical1 = ["expand-vertical-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M7,17a1,1,0,0,0-.707,1.707l5,5a1,1,0,0,0,1.414,0l5-5A1,1,0,0,0,17,17H13.5a.25.25,0,0,1-.25-.25v-9.5A.25.25,0,0,1,13.5,7H17a1,1,0,0,0,.707-1.707l-5-5a1,1,0,0,0-1.414,0l-5,5A1,1,0,0,0,7,7h3.5a.25.25,0,0,1,.25.25v9.5a.25.25,0,0,1-.25.25Z"]];
|
|
13
|
+
export const ExpandVertical3 = ["expand-vertical-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.75,12a1.25,1.25,0,0,0-1.25-1.25h-9a1.25,1.25,0,0,0,0,2.5h9A1.25,1.25,0,0,0,17.75,12Z","M12,15.249a1.25,1.25,0,0,0-1.25,1.25v2.25a.25.25,0,0,1-.25.25H9a1,1,0,0,0-.707,1.707l3,3a1,1,0,0,0,1.414,0l3-3A1,1,0,0,0,15,19H13.5a.25.25,0,0,1-.25-.25V16.5A1.25,1.25,0,0,0,12,15.249Z","M12.707.292a1,1,0,0,0-1.414,0l-3,3A1,1,0,0,0,9,5h1.5a.25.25,0,0,1,.25.25V7.5a1.25,1.25,0,0,0,2.5,0V5.249A.25.25,0,0,1,13.5,5H15a1,1,0,0,0,.707-1.707Z"]];
|
|
14
|
+
export const ExpandCorner = ["expand-corner",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.707,6.707a1,1,0,0,0,0-1.414l-5-5A1,1,0,0,0,17,1V4.5a.25.25,0,0,1-.25.25H8A3.254,3.254,0,0,0,4.75,8v8.75A.25.25,0,0,1,4.5,17H1a1,1,0,0,0-.707,1.707l5,5a1,1,0,0,0,1.414,0l5-5A1,1,0,0,0,11,17H7.5a.25.25,0,0,1-.25-.25V8A.751.751,0,0,1,8,7.25h8.75A.25.25,0,0,1,17,7.5V11a1,1,0,0,0,.617.923A.989.989,0,0,0,18,12a1,1,0,0,0,.707-.293Z"]];
|
|
15
|
+
export const ExpandDiagonal2 = ["expand-diagonal-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}],["M15.5,16.249a1.25,1.25,0,0,0,.884-2.134l-6.5-6.5A1.25,1.25,0,1,0,8.115,9.383l6.5,6.5A1.246,1.246,0,0,0,15.5,16.249Z","M1,24H5a1,1,0,0,0,.707-1.707l-.939-.94a.249.249,0,0,1,0-.353l4.616-4.616a1.25,1.25,0,1,0-1.768-1.768L3,19.231a.25.25,0,0,1-.354,0l-.939-.939A1,1,0,0,0,0,19v4A1,1,0,0,0,1,24Z","M23.383,5.923A1,1,0,0,0,24,5V1a1,1,0,0,0-1-1H19a1,1,0,0,0-.707,1.707l.939.939a.25.25,0,0,1,0,.354L15.116,7.115a1.25,1.25,0,0,0,1.768,1.768L21,4.767a.25.25,0,0,1,.354,0l.939.939A1,1,0,0,0,23,6,.987.987,0,0,0,23.383,5.923Z"]];
|
|
16
|
+
export const ExpandHorizontal = ["expand-horizontal",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3.293,15.707A1,1,0,0,0,5,15V13.5a.25.25,0,0,1,.25-.25h13.5a.25.25,0,0,1,.25.25V15a1,1,0,0,0,1.707.707l3-3a1,1,0,0,0,0-1.414l-3-3A1,1,0,0,0,19,9v1.5a.25.25,0,0,1-.25.25H5V9a1,1,0,0,0-1.707-.707l-3,3a1,1,0,0,0,0,1.414Z"]];
|
|
17
|
+
export const ShrinkHorizontal = ["shrink-horizontal",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.714,9.618a1,1,0,0,0-1.707-.707L14.15,11.768a1,1,0,0,0,0,1.415l2.857,2.856a1,1,0,0,0,.707.293.987.987,0,0,0,.383-.076,1,1,0,0,0,.617-.924V13.975a.25.25,0,0,1,.25-.25h2.012a.25.25,0,0,1,.25.25V22a1.25,1.25,0,0,0,2.5,0V2a1.25,1.25,0,1,0-2.5,0v8.976a.249.249,0,0,1-.25.25H18.964a.249.249,0,0,1-.25-.25Z","M6.855,16.256a.987.987,0,0,0,.383.076,1,1,0,0,0,.707-.293L10.8,13.183a1,1,0,0,0,0-1.415L7.945,8.911a1,1,0,0,0-1.707.707v1.357a.249.249,0,0,1-.25.25H3.024a.249.249,0,0,1-.25-.25V2a1.25,1.25,0,0,0-2.5,0V22a1.25,1.25,0,0,0,2.5,0V13.975a.25.25,0,0,1,.25-.25H5.988a.25.25,0,0,1,.25.25v1.357A1,1,0,0,0,6.855,16.256Z"]];
|
|
18
|
+
export const ExpandDiagonal = ["expand-diagonal",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3.5,19.5a1,1,0,0,0,1,1h4a1,1,0,0,0,.707-1.707l-.939-.94a.249.249,0,0,1,0-.353L17.5,8.267a.25.25,0,0,1,.354,0l.939.939A1,1,0,0,0,19.5,9.5a.987.987,0,0,0,.383-.076A1,1,0,0,0,20.5,8.5v-4a1,1,0,0,0-1-1h-4a1,1,0,0,0-.707,1.707l.939.939a.25.25,0,0,1,0,.354L6.5,15.731a.25.25,0,0,1-.354,0l-.939-.939A1,1,0,0,0,3.5,15.5Z"]];
|
|
19
|
+
export const ExpandVertical = ["expand-vertical",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9,19a1,1,0,0,0-.707,1.707l3,3a1,1,0,0,0,1.414,0l3-3A1,1,0,0,0,15,19H13.5a.25.25,0,0,1-.25-.25V5.249A.25.25,0,0,1,13.5,5H15a1,1,0,0,0,.707-1.707l-3-3a1,1,0,0,0-1.414,0l-3,3A1,1,0,0,0,9,5h1.5a.25.25,0,0,1,.25.25v13.5a.25.25,0,0,1-.25.25Z"]];
|
|
20
|
+
export const ShrinkVertical = ["shrink-vertical",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.75,22.5a1.25,1.25,0,0,0-1.25-1.25h-9a.25.25,0,0,1-.25-.25V18a.25.25,0,0,1,.25-.25h1.364a.5.5,0,0,0,.353-.854l-2.863-2.863a.5.5,0,0,0-.708,0L8.783,16.9a.5.5,0,0,0,.353.854H10.5a.25.25,0,0,1,.25.25v3a.25.25,0,0,1-.25.25h-9a1.25,1.25,0,0,0,0,2.5h21A1.25,1.25,0,0,0,23.75,22.5Z","M22.5.249H1.5a1.25,1.25,0,0,0,0,2.5h9a.25.25,0,0,1,.25.25V6.953a.25.25,0,0,1-.25.25H9.136a.5.5,0,0,0-.353.854l2.863,2.864a.5.5,0,0,0,.708,0l2.863-2.864a.5.5,0,0,0-.353-.854H13.5a.25.25,0,0,1-.25-.25V3a.25.25,0,0,1,.25-.25h9a1.25,1.25,0,0,0,0-2.5Z"]];
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const SearchAlternate = ["search-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.384,21.619,16.855,15.09a9.284,9.284,0,1,0-1.768,1.768l6.529,6.529a1.266,1.266,0,0,0,1.768,0A1.251,1.251,0,0,0,23.384,21.619ZM2.75,9.5a6.75,6.75,0,1,1,6.75,6.75A6.758,6.758,0,0,1,2.75,9.5Z"]];
|
|
2
|
+
export const SearchBar1 = ["search-bar-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}],["M21.239,20.146a.249.249,0,0,1-.03-.316,5.05,5.05,0,1,0-1.381,1.381.25.25,0,0,1,.316.03l2.535,2.534a.784.784,0,0,0,1.1,0,.774.774,0,0,0,0-1.094Zm-4.206.373a3.484,3.484,0,1,1,3.484-3.484A3.488,3.488,0,0,1,17.033,20.519Z","M10.5,17.241A.249.249,0,0,0,10.255,17H6.5a4.5,4.5,0,0,1,0-9h10a4.506,4.506,0,0,1,4.436,3.744.25.25,0,0,0,.092.154,6.564,6.564,0,0,1,1.451,1.6.25.25,0,0,0,.458-.1A6.4,6.4,0,0,0,23,12.5,6.508,6.508,0,0,0,16.5,6H6.5a6.5,6.5,0,0,0,0,13h3.979a.25.25,0,0,0,.242-.315A6.538,6.538,0,0,1,10.5,17.241Z"]];
|
|
3
|
+
export const SearchRemove = ["search-remove",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,22.3l-7.682-7.682a9.023,9.023,0,1,0-1.414,1.414l7.682,7.682a1.013,1.013,0,0,0,1.414,0A1,1,0,0,0,23.707,22.3ZM2,9a7,7,0,1,1,7,7A7.008,7.008,0,0,1,2,9Z","M5.818,7.235,7.586,9,5.818,10.77a1,1,0,0,0,1.414,1.415L9,10.417l1.768,1.768a1,1,0,0,0,1.414-1.415L10.414,9l1.768-1.768a1,1,0,1,0-1.414-1.414L9,7.588,7.232,5.821A1,1,0,0,0,5.818,7.235Z"]];
|
|
4
|
+
export const SearchSquareAlternate = ["search-square-alternate",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.250 10.753 A4.500 4.500 0 1 0 15.250 10.753 A4.500 4.500 0 1 0 6.250 10.753 Z","M24,2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2ZM19.457,18.046a1,1,0,0,1,0,1.414,1.015,1.015,0,0,1-1.414,0l-3.317-3.316a.25.25,0,0,0-.318-.029,6.526,6.526,0,1,1,1.7-1.7.25.25,0,0,0,.029.318Z"]];
|
|
5
|
+
export const SearchCircleAlternate = ["search-circle-alternate",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.250 10.753 A4.500 4.500 0 1 0 15.250 10.753 A4.500 4.500 0 1 0 6.250 10.753 Z","M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm7.457,18.046a1,1,0,0,1,0,1.414,1.015,1.015,0,0,1-1.414,0l-3.335-3.334a.219.219,0,0,0-.279-.026,6.523,6.523,0,1,1,1.682-1.688.25.25,0,0,0,.029.318Z"]];
|
|
6
|
+
export const Search = ["search",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.423,20.6l-5.062-5.124a9.99,9.99,0,1,0-2.813,2.844l5.029,5.092a2.028,2.028,0,0,0,2.829.016A2,2,0,0,0,23.423,20.6ZM10,1.755a8.25,8.25,0,1,1-8.25,8.25A8.26,8.26,0,0,1,10,1.755Z","M3.250 10.005 A6.750 6.750 0 1 0 16.750 10.005 A6.750 6.750 0 1 0 3.250 10.005 Z"]];
|
|
7
|
+
export const SearchSquare = ["search-square",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,24H2a2,2,0,0,1-2-2V2A2,2,0,0,1,2,0H22a2,2,0,0,1,2,2V22A2,2,0,0,1,22,24ZM2.5,2a.5.5,0,0,0-.5.5v19a.5.5,0,0,0,.5.5h19a.5.5,0,0,0,.5-.5V2.5a.5.5,0,0,0-.5-.5Z","M15.239,14.146a.249.249,0,0,1-.03-.316,5.05,5.05,0,1,0-1.381,1.381.25.25,0,0,1,.316.03l2.535,2.534a.784.784,0,0,0,1.1,0,.774.774,0,0,0,0-1.094Zm-4.206.373a3.484,3.484,0,1,1,3.484-3.484A3.488,3.488,0,0,1,11.033,14.519Z"]];
|
|
8
|
+
export const SearchRemove1 = ["search-remove-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}],["M23.414,20.592,19.2,16.378a10.51,10.51,0,1,0-2.828,2.828l4.214,4.214a2.027,2.027,0,0,0,2.828,0A2,2,0,0,0,23.414,20.592ZM10.5,2.006a8.5,8.5,0,1,1-8.5,8.5A8.51,8.51,0,0,1,10.5,2.006Z","M8.732,13.688,10.5,11.92l1.768,1.768a1,1,0,0,0,1.414-1.415l-1.768-1.767,1.768-1.768a1,1,0,1,0-1.414-1.414L10.5,9.092,8.732,7.324A1,1,0,1,0,7.318,8.738l1.768,1.768L7.318,12.273a1,1,0,1,0,1.414,1.415Z"]];
|
|
9
|
+
export const Search1 = ["search-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.414,20.591l-4.645-4.645a10.256,10.256,0,1,0-2.828,2.829l4.645,4.644a2.025,2.025,0,0,0,2.828,0A2,2,0,0,0,23.414,20.591ZM10.25,3.005A7.25,7.25,0,1,1,3,10.255,7.258,7.258,0,0,1,10.25,3.005Z"]];
|
|
10
|
+
export const SearchCircle = ["search-circle",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.238,14.146a.25.25,0,0,1-.03-.316,5.05,5.05,0,1,0-1.381,1.381.25.25,0,0,1,.316.03l2.535,2.534a.784.784,0,0,0,1.095,0,.774.774,0,0,0,0-1.094Zm-4.206.373a3.484,3.484,0,1,1,3.484-3.484A3.488,3.488,0,0,1,11.032,14.519Z","M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm0,22A10,10,0,1,1,22,12,10.011,10.011,0,0,1,12,22Z"]];
|
|
11
|
+
export const SearchBar = ["search-bar",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.239,20.146a.249.249,0,0,1-.03-.316,5.05,5.05,0,1,0-1.381,1.381.25.25,0,0,1,.316.03l2.535,2.534a.784.784,0,0,0,1.1,0,.774.774,0,0,0,0-1.094Zm-4.206.373a3.484,3.484,0,1,1,3.484-3.484A3.488,3.488,0,0,1,17.033,20.519Z","M10.5,17.241A.249.249,0,0,0,10.255,17H2.5a.5.5,0,0,1-.5-.5v-8A.5.5,0,0,1,2.5,8h18a.5.5,0,0,1,.5.5v3.257a.248.248,0,0,0,.093.194,6.541,6.541,0,0,1,1.444,1.644A.25.25,0,0,0,23,13.463V8a2,2,0,0,0-2-2H2A2,2,0,0,0,0,8v9a2,2,0,0,0,2,2h8.479a.25.25,0,0,0,.242-.315A6.538,6.538,0,0,1,10.5,17.241Z","M4.000 12.500 A1.000 1.000 0 1 0 6.000 12.500 A1.000 1.000 0 1 0 4.000 12.500 Z","M8.000 12.500 A1.000 1.000 0 1 0 10.000 12.500 A1.000 1.000 0 1 0 8.000 12.500 Z"]];
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export const CursorDouble = ["cursor-double",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.748,10.892,10.064,4.153a1.467,1.467,0,0,0-1.711.261A1,1,0,0,0,9.4,6.063l11.065,5.878a.25.25,0,0,1-.006.444l-2.44,1.223a1.008,1.008,0,0,0-.462.481L16.32,16.8a.25.25,0,0,1-.45.012l-.536-1.037a1,1,0,0,0-1.777.918l1.283,2.48a1.458,1.458,0,0,0,2.625-.061l1.762-3.872L22.7,13.5a1.458,1.458,0,0,0,.051-2.606Z","M16.206,12.224a1,1,0,0,0-.532-.895L1.942,4.033A1,1,0,0,0,.584,5.375l7.3,14.163a1,1,0,0,0,1.8-.044h0l2-4.4,3.974-1.987A1,1,0,0,0,16.206,12.224Z"]];
|
|
2
|
+
export const CursorAdd = ["cursor-add",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.865,7.23a1.5,1.5,0,0,0,.307-2.8L2.723.708A1.5,1.5,0,0,0,.71,2.721l3.726,7.45a1.5,1.5,0,0,0,2.8-.309h0l.525-2.1Z","M15.448,7.446a8,8,0,1,0,8,8A8,8,0,0,0,15.448,7.446Zm3,9H16.7a.25.25,0,0,0-.25.25v1.75a1,1,0,1,1-2,0V16.7a.25.25,0,0,0-.25-.25h-1.75a1,1,0,0,1,0-2H14.2a.25.25,0,0,0,.25-.25v-1.75a1,1,0,1,1,2,0V14.2a.25.25,0,0,0,.25.25h1.75a1,1,0,0,1,0,2Z"]];
|
|
3
|
+
export const CursorSelect2 = ["cursor-select-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M4.5,0H1A1,1,0,0,0,0,1V4.5a1,1,0,0,0,2,0V2.248A.25.25,0,0,1,2.25,2H4.5a1,1,0,0,0,0-2Z","M1,12.5a1,1,0,0,0,1-1v-3a1,1,0,0,0-2,0v3A1,1,0,0,0,1,12.5Z","M4.5,18H2.25a.25.25,0,0,1-.25-.25V15.5a1,1,0,1,0-2,0V19a1,1,0,0,0,1,1H4.5a1,1,0,0,0,0-2Z","M11.5,0h-3a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Z","M15.5,2h2.25a.25.25,0,0,1,.25.25V4.5a1,1,0,1,0,2,0V1a1,1,0,0,0-1-1H15.5a1,1,0,0,0,0,2Z","M19,7.5a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0v-3A1,1,0,0,0,19,7.5Z","M11.5,18h-3a1,1,0,0,0,0,2h3a1,1,0,0,0,0-2Z","M23.43,18.075,15.5,14.107a1.033,1.033,0,0,0-1.386,1.385l3.969,7.937A1.033,1.033,0,0,0,20,23.216h0l.605-2.425a.251.251,0,0,1,.182-.182L23.218,20a1.033,1.033,0,0,0,.212-1.926Z"]];
|
|
4
|
+
export const CursorSelectCircle = ["cursor-select-circle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M8.000 11.998 A4.000 4.000 0 1 0 16.000 11.998 A4.000 4.000 0 1 0 8.000 11.998 Z","M21.345,8.438a1.012,1.012,0,0,0,1.29.578,1,1,0,0,0,.579-1.29,12.041,12.041,0,0,0-.888-1.841A1,1,0,0,0,20.605,6.9,9.935,9.935,0,0,1,21.345,8.438Z","M19.575,2.691a12.075,12.075,0,0,0-1.688-1.15,1,1,0,1,0-.981,1.743,10.09,10.09,0,0,1,1.407.959,1,1,0,0,0,1.262-1.552Z","M11.88,2h.011a9.825,9.825,0,0,1,1.7.126A1,1,0,0,0,13.908.15,12.129,12.129,0,0,0,11.87,0a1,1,0,0,0,.01,2Z","M6.907,3.392A9.97,9.97,0,0,1,8.44,2.653,1,1,0,1,0,7.728.784a12,12,0,0,0-1.841.888,1,1,0,1,0,1.02,1.72Z","M1.924,7.472a1,1,0,0,0,1.362-.379,9.983,9.983,0,0,1,.959-1.408A1,1,0,1,0,2.694,4.423,11.965,11.965,0,0,0,1.543,6.111,1,1,0,0,0,1.924,7.472Z","M1.011,13.117A1,1,0,0,0,2,12.106a10.074,10.074,0,0,1,.127-1.7,1,1,0,0,0-1.975-.317A12.1,12.1,0,0,0,0,12.128a1,1,0,0,0,1,.989Z","M2.655,15.557a1,1,0,0,0-1.869.712,12,12,0,0,0,.888,1.841A1,1,0,1,0,3.4,17.092,9.945,9.945,0,0,1,2.655,15.557Z","M7.094,20.712a10.177,10.177,0,0,1-1.407-.959A1,1,0,1,0,4.425,21.3a12.082,12.082,0,0,0,1.688,1.151,1,1,0,1,0,.981-1.743Z","M12.12,22h-.011a9.748,9.748,0,0,1-1.7-.126,1,1,0,1,0-.319,1.974A11.984,11.984,0,0,0,12,24a1,1,0,1,0,.117-2Z","M17.093,20.6a10.068,10.068,0,0,1-1.533.74,1,1,0,0,0-.579,1.291,1.014,1.014,0,0,0,1.291.578,12,12,0,0,0,1.841-.888,1,1,0,0,0-1.02-1.721Z","M22.076,16.523a1,1,0,0,0-1.362.38,9.973,9.973,0,0,1-.959,1.407,1,1,0,1,0,1.551,1.263,12.023,12.023,0,0,0,1.151-1.688A1,1,0,0,0,22.076,16.523Z","M22.989,10.879A1,1,0,0,0,22,11.889a10.078,10.078,0,0,1-.127,1.7,1,1,0,0,0,1.975.317A12.1,12.1,0,0,0,24,11.868,1.01,1.01,0,0,0,22.989,10.879Z"]];
|
|
5
|
+
export const CursorSelect1 = ["cursor-select_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}],["M3.5,0H2A2,2,0,0,0,0,2V3.5a1,1,0,0,0,2,0V2.248A.25.25,0,0,1,2.25,2H3.5a1,1,0,0,0,0-2Z","M1,10.5a1,1,0,0,0,1-1v-2a1,1,0,0,0-2,0v2A1,1,0,0,0,1,10.5Z","M3.5,15H2.25a.25.25,0,0,1-.25-.25V13.5a1,1,0,0,0-2,0V15a2,2,0,0,0,2,2H3.5a1,1,0,0,0,0-2Z","M9.5,0h-2a1,1,0,0,0,0,2h2a1,1,0,0,0,0-2Z","M14.75,2a.25.25,0,0,1,.25.25V3.5a1,1,0,1,0,2,0V2a2,2,0,0,0-2-2H13.5a1,1,0,0,0,0,2Z","M16,6.5a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0v-2A1,1,0,0,0,16,6.5Z","M9.5,15h-2a1,1,0,1,0,0,2h2a1,1,0,0,0,0-2Z","M23.634,23.632a1.251,1.251,0,0,0,0-1.768l-4.015-4.015.984-.421a1,1,0,0,0-.014-1.844l-6.29-2.59a1,1,0,0,0-1.3,1.306l2.59,6.289h0a1,1,0,0,0,.918.618h.006a1,1,0,0,0,.92-.607l.422-.985,4.015,4.016A1.251,1.251,0,0,0,23.634,23.632Z"]];
|
|
6
|
+
export const CursorSelect3 = ["cursor-select-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},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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,.013H1a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0v-.75a.25.25,0,0,1,.25-.25H3a1,1,0,1,0,0-2Z","M19,2.013h.75a.25.25,0,0,1,.25.25v.75a1,1,0,0,0,2,0v-2a1,1,0,0,0-1-1H19a1,1,0,0,0,0,2Z","M9,.013H7a1,1,0,0,0,0,2H9a1,1,0,0,0,0-2Z","M15,2.013a1,1,0,1,0,0-2H13a1,1,0,0,0,0,2Z","M3,20.013H2.25a.25.25,0,0,1-.25-.25v-.75a1,1,0,0,0-2,0v2a1,1,0,0,0,1,1H3a1,1,0,0,0,0-2Z","M9,20.013H7a1,1,0,0,0,0,2H9a1,1,0,0,0,0-2Z","M1,10.013a1,1,0,0,0,1-1v-2a1,1,0,0,0-2,0v2A1,1,0,0,0,1,10.013Z","M1,16.013a1,1,0,0,0,1-1v-2a1,1,0,0,0-2,0v2A1,1,0,0,0,1,16.013Z","M21,6.013a1,1,0,0,0-1,1v2a1,1,0,0,0,2,0v-2A1,1,0,0,0,21,6.013Z","M23.488,16.092,13.11,12.2a.716.716,0,0,0-.808.128.724.724,0,0,0-.125.809l3.931,10.337a.671.671,0,0,0,.625.508h.035c.136-.009.466-.083.59-.586h0L18.5,18.708a.252.252,0,0,1,.183-.183l4.732-1.183c.5-.125.575-.457.583-.593A.66.66,0,0,0,23.488,16.092Z"]];
|
|
7
|
+
export const CursorTarget2 = ["cursor-target-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.500 11.998 A2.500 2.500 0 1 0 14.500 11.998 A2.500 2.500 0 1 0 9.500 11.998 Z","M12,7.5A1.5,1.5,0,0,0,13.5,6V1.5a1.5,1.5,0,1,0-3,0V6A1.5,1.5,0,0,0,12,7.5Z","M22.5,10.5H18a1.5,1.5,0,0,0,0,3h4.5a1.5,1.5,0,0,0,0-3Z","M12,16.5A1.5,1.5,0,0,0,10.5,18v4.5a1.5,1.5,0,1,0,3,0V18A1.5,1.5,0,0,0,12,16.5Z","M6,10.5H1.5a1.5,1.5,0,0,0,0,3H6a1.5,1.5,0,0,0,0-3Z"]];
|
|
8
|
+
export const HandExpand = ["hand-expand",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.313,10.572a2,2,0,1,0-3.429-2.053l-.859,1.747a.25.25,0,0,1-.467-.17l1.476-5.962A2,2,0,1,0,15.123,3.3l-.732,3.745A.25.25,0,0,1,13.9,7V2.248a2,2,0,0,0-4,0V7.765a.25.25,0,0,1-.492.062l-1.019-4a2,2,0,1,0-3.907.858l2.25,8.966a.25.25,0,0,1-.422.235L4.747,12.273a2,2,0,0,0-2.763,2.882l5.3,7.045A5.026,5.026,0,0,0,10.9,23.748h3.5c3.316,0,5-2.236,5-6.649a4.92,4.92,0,0,1,.573-2.3Z"]];
|
|
9
|
+
export const HandDrag = ["hand-drag",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19,5.248a1.473,1.473,0,0,0-.61.121.249.249,0,0,0-.15.229v5.02a.5.5,0,0,1-1,0V4.882A1.749,1.749,0,0,0,15.5,3.248a1.473,1.473,0,0,0-.61.121.249.249,0,0,0-.15.229v6.52a.5.5,0,0,1-1,0V3.882A1.749,1.749,0,0,0,12,2.248a1.473,1.473,0,0,0-.61.121.249.249,0,0,0-.15.229v7.02a.5.5,0,0,1-1,0V4.882A1.747,1.747,0,0,0,6.75,5l-.01,9.479a.5.5,0,0,1-1,0V10a.25.25,0,0,0-.25-.25H5A1.752,1.752,0,0,0,3.25,11.5v4c0,2.112,3.128,6.25,6.91,6.25H15.5a5.256,5.256,0,0,0,5.25-5.25V7A1.752,1.752,0,0,0,19,5.248Z"]];
|
|
10
|
+
export const TouchpadFinger = ["touchpad-finger",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.115,17H14.5a.249.249,0,0,1-.25-.25V10.373a2.375,2.375,0,0,0-4.75,0V18.9a.251.251,0,0,1-.455.145L8.022,17.6a2.117,2.117,0,0,0-2.662-.659,2.075,2.075,0,0,0-1.026,2.423,44.186,44.186,0,0,0,2.257,4.373A.5.5,0,0,0,7.032,24H21.254a.5.5,0,0,0,.5-.5V21.845l0-.014A4.811,4.811,0,0,0,17.115,17Z","M5.25,11a1,1,0,0,1-1-1V3a1,1,0,0,1,1-1h13.5a1,1,0,0,1,1,1v7a1,1,0,0,1-1,1H16a.249.249,0,0,0-.25.25v1.5A.249.249,0,0,0,16,13h2.75a3,3,0,0,0,3-3V3a3,3,0,0,0-3-3H5.25a3,3,0,0,0-3,3v7a3,3,0,0,0,3,3h2.5a.25.25,0,0,0,.25-.25v-1.5A.25.25,0,0,0,7.75,11Z"]];
|
|
11
|
+
export const CursorType = ["cursor-type",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}],["M22.75,18.248a1,1,0,0,0-1,1V21.5a.25.25,0,0,1-.25.25H19.25a1,1,0,0,0,0,2h3.5a1,1,0,0,0,1-1v-3.5A1,1,0,0,0,22.75,18.248Z","M22.75,11.248a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0v-3A1,1,0,0,0,22.75,11.248Z","M22.75,3.748h-3.5a1,1,0,0,0,0,2H21.5a.25.25,0,0,1,.25.25v2.25a1,1,0,0,0,2,0v-3.5A1,1,0,0,0,22.75,3.748Z","M15.25,21.748h-3a1,1,0,0,0,0,2h3a1,1,0,1,0,0-2Z","M8.25,21.748H6a.25.25,0,0,1-.25-.25v-2.25a1,1,0,0,0-2,0v3.5a1,1,0,0,0,1,1h3.5a1,1,0,0,0,0-2Z","M4.75,16.248a1,1,0,0,0,1-1v-3a1,1,0,1,0-2,0v3A1,1,0,0,0,4.75,16.248Z","M12.25,5.748h3a1,1,0,0,0,0-2h-3a1,1,0,0,0,0,2Z","M9.146,4.078,1.7.353A1,1,0,0,0,.355,1.7L4.081,9.144a1,1,0,0,0,1.865-.2v0l.561-2.249a.248.248,0,0,1,.182-.182l2.252-.564a1,1,0,0,0,.205-1.865Z","M19.25,20.248a1,1,0,0,0,0-2,1.5,1.5,0,0,1-1.5-1.5v-1.5h1a1,1,0,0,0,0-2h-1v-2.5a1.5,1.5,0,0,1,1.5-1.5,1,1,0,1,0,0-2,3.482,3.482,0,0,0-2.5,1.059,3.482,3.482,0,0,0-2.5-1.059,1,1,0,1,0,0,2,1.5,1.5,0,0,1,1.5,1.5v2.5h-1a1,1,0,0,0,0,2h1v1.5a1.5,1.5,0,0,1-1.5,1.5,1,1,0,0,0,0,2,3.482,3.482,0,0,0,2.5-1.059A3.482,3.482,0,0,0,19.25,20.248Z"]];
|
|
12
|
+
export const CursorHand2Alternate = ["cursor-hand-2-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.363,5.238a2.5,2.5,0,0,0-.5.051V4.738A2.484,2.484,0,0,0,15.819,2.3a2.493,2.493,0,0,0-4.912,0A2.484,2.484,0,0,0,7.863,4.738v8.437l-1.213-1.7A2.485,2.485,0,0,0,2.6,14.352l5.467,7.716a4,4,0,0,0,3.264,1.689h.008l5.536-.011a5.008,5.008,0,0,0,4.99-5V7.738A2.5,2.5,0,0,0,19.363,5.238Zm.5,13.508a3,3,0,0,1-2.994,3l-5.536.011A2.03,2.03,0,0,1,9.7,20.913L4.23,13.2a.485.485,0,0,1,.791-.562L7.142,15.61a1.5,1.5,0,0,0,2.721-.872v-10a.5.5,0,1,1,1,0v6a1,1,0,0,0,2,0v-8a.5.5,0,1,1,1,0v8a1,1,0,0,0,2,0v-6a.5.5,0,1,1,1,0v7.5a1,1,0,0,0,2,0v-4.5a.5.5,0,1,1,1,0Z"]];
|
|
13
|
+
export const CursorHandAlternate = ["cursor-hand-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18,9H17.23A2,2,0,0,0,15.5,8H14.23A2,2,0,0,0,12.5,7h-1V2.5a2.5,2.5,0,0,0-5,0V10.14A4,4,0,0,0,3.5,14v2.842a5.03,5.03,0,0,0,1.465,3.536L7,22.412V23a1,1,0,0,0,2,0V22a1,1,0,0,0-.293-.707L6.378,18.963A3.023,3.023,0,0,1,5.5,16.841V14a1.992,1.992,0,0,1,1-1.722V15a1,1,0,0,0,2,0V2.5a.5.5,0,1,1,1,0V11a1,1,0,0,0,2,0V9.248a.25.25,0,0,1,.25-.25h.5a.25.25,0,0,1,.25.25V11a1,1,0,0,0,2,0v-.75a.25.25,0,0,1,.25-.25h.5a.25.25,0,0,1,.25.25V12a1,1,0,0,0,2,0v-.75a.25.25,0,0,1,.25-.25H18a.5.5,0,0,1,.5.5v3.1a9.05,9.05,0,0,1-.346,2.474l-1.616,5.653a1,1,0,1,0,1.923.549l1.616-5.653A11.055,11.055,0,0,0,20.5,14.6V11.5A2.5,2.5,0,0,0,18,9Z"]];
|
|
14
|
+
export const CursorInformationAlternate = ["cursor-information-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.959,4.538a9.5,9.5,0,1,0,9.5,9.5A9.511,9.511,0,0,0,9.959,4.538Zm0,17a7.5,7.5,0,1,1,7.5-7.5A7.509,7.509,0,0,1,9.959,21.538Z","M23.393.6a.5.5,0,0,0-.457-.136l-8.81,1.861a.5.5,0,0,0-.073.957,11.48,11.48,0,0,1,6.658,6.658.5.5,0,0,0,.957-.072l1.861-8.811A.5.5,0,0,0,23.393.6Z","M12.209,17.788h-.75a.25.25,0,0,1-.25-.25v-3.75a2,2,0,0,0-2-2h-1a1,1,0,0,0,0,2h.75a.249.249,0,0,1,.25.25v3.5a.249.249,0,0,1-.25.25h-.75a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2Z","M8.709 9.538 A1.500 1.500 0 1 0 11.709 9.538 A1.500 1.500 0 1 0 8.709 9.538 Z"]];
|
|
15
|
+
export const CursorAlternate = ["cursor-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M16.2,20.084l-4.447-4.447L10.014,18.2a1.5,1.5,0,0,1-2.676-.414l-3.81-12.7A1.25,1.25,0,0,1,5.085,3.526l12.7,3.811a1.5,1.5,0,0,1,.424,2.67l-.01.006-2.562,1.735L20.085,16.2a1.5,1.5,0,0,1,0,2.121l-1.768,1.768A1.5,1.5,0,0,1,16.2,20.084Zm-4.6-7.011a1,1,0,0,1,.707.293l4.773,4.773a.249.249,0,0,0,.353,0l.708-.707a.25.25,0,0,0,0-.353l-4.773-4.773a1,1,0,0,1,.146-1.536l2.253-1.525A.25.25,0,0,0,15.7,8.8L6.288,5.976a.247.247,0,0,0-.248.062.252.252,0,0,0-.063.249L8.8,15.7a.25.25,0,0,0,.447.069l1.525-2.253A1,1,0,0,1,11.6,13.073Z"]];
|
|
16
|
+
export const HandDrag1Alternate = ["hand-drag-1-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18,6a2.449,2.449,0,0,0-.891.172A2.49,2.49,0,0,0,15,5a2.449,2.449,0,0,0-.891.172,2.484,2.484,0,0,0-4.219,0A2.443,2.443,0,0,0,9,5,2.5,2.5,0,0,0,6.5,7.5V8H6a2.723,2.723,0,0,0-2.5,3v1c0,2.971,1.614,8,7.665,8H14.5a6.007,6.007,0,0,0,6-6V8.5A2.5,2.5,0,0,0,18,6Zm.5,8a4,4,0,0,1-4,4H11.164C5.658,18,5.5,12.612,5.5,12V11c0-.419.174-1,.5-1h.5v1a1,1,0,0,0,2,0V7.5a.5.5,0,1,1,1,0v1a1,1,0,0,0,2,0v-2a.5.5,0,1,1,1,0v2a1,1,0,0,0,2,0v-1a.5.5,0,1,1,1,0V10a1,1,0,0,0,2,0V8.5a.5.5,0,0,1,1,0Z"]];
|
|
17
|
+
export const HandDragAlternate = ["hand-drag-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18,4.748a2.492,2.492,0,0,0-.544.063A2.5,2.5,0,0,0,15,2.748a2.469,2.469,0,0,0-.891.171,2.486,2.486,0,0,0-4.219,0A2.464,2.464,0,0,0,9,2.748a2.5,2.5,0,0,0-2.5,2.5v3.5H6a2.5,2.5,0,0,0-2.5,2.5v4c0,2.636,3.582,7,7.665,7H14.5a6.008,6.008,0,0,0,6-6v-9A2.5,2.5,0,0,0,18,4.748Zm.5,11.5a4.005,4.005,0,0,1-4,4H11.164c-3.153,0-5.665-3.591-5.665-5v-4a.5.5,0,0,1,.5-.5h.5v3.5a1,1,0,0,0,2,0v-9a.5.5,0,1,1,1,0v5a1,1,0,0,0,2,0v-6a.5.5,0,1,1,1,0v6a1,1,0,0,0,2,0v-5a.5.5,0,1,1,1,0v6a1,1,0,0,0,2,0v-4a.5.5,0,0,1,1,0Z"]];
|
|
18
|
+
export const CirclePadFinger = ["circle-pad-finger",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.428,10.042a1,1,0,0,0,.387-1.36,4.5,4.5,0,1,1,7.962-.173,1,1,0,1,0,1.789.895,6.5,6.5,0,1,0-11.5.251A1.012,1.012,0,0,0,6.428,10.042Z","M16.129,17H13.5a.249.249,0,0,1-.25-.25V10.371a2.375,2.375,0,0,0-4.75,0V18.9a.25.25,0,0,1-.454.145L7.162,17.8A2.075,2.075,0,1,0,3.49,19.737l2.1,3.991A.5.5,0,0,0,6.033,24H20.25a.5.5,0,0,0,.5-.5V21.843A4.8,4.8,0,0,0,16.129,17Z"]];
|
|
19
|
+
export const Cursor1 = ["cursor-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.662,9.286,2.1.8A1,1,0,0,0,.8,2.1L9.288,22.659a1,1,0,0,0,1.885-.108l2.491-8.718a.249.249,0,0,1,.172-.171l8.718-2.491a1,1,0,0,0,.108-1.885Z"]];
|
|
20
|
+
export const Cursor = ["cursor",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.644,16.813l-4.668-4.667a.249.249,0,0,1,.034-.382l3-2.08h0a1,1,0,0,0-.283-1.78L5.029,4.093a.751.751,0,0,0-.934.934l3.811,12.7a1,1,0,0,0,1.78.282l2.079-3a.25.25,0,0,1,.382-.035l4.668,4.668a1,1,0,0,0,1.414,0l1.415-1.415A1,1,0,0,0,19.644,16.813Z"]];
|
|
21
|
+
export const CursorDoubleClick2 = ["cursor-double-click-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}],["M10.642,6.011a5,5,0,0,1,5.21,3.773,1,1,0,1,0,1.94-.483A7,7,0,0,0,10.5,4.016,7.111,7.111,0,0,0,4.02,10.46a7.018,7.018,0,0,0,5.138,7.293,1,1,0,1,0,.526-1.93,5.015,5.015,0,0,1-3.67-5.213A5.075,5.075,0,0,1,10.642,6.011Z","M11,20a9,9,0,0,1-9-9.256A9.107,9.107,0,0,1,10.744,2,9,9,0,0,1,20,11a1,1,0,0,0,2,0A11,11,0,0,0,10.688,0,11.134,11.134,0,0,0,0,10.688,11,11,0,0,0,11,22a1,1,0,0,0,0-2Z","M23.509,16.431,11.856,10.239A.925.925,0,0,0,10.6,11.481L16.793,23.5a.931.931,0,0,0,.821.5h.024a.933.933,0,0,0,.818-.542l1.685-3.709,3.348-1.674a.923.923,0,0,0,.02-1.642Z"]];
|
|
22
|
+
export const CursorHand = ["cursor-hand",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.32,9.391a.25.25,0,0,0-.333.236v2.121a.5.5,0,1,1-1,0v-2.5a1.619,1.619,0,0,0-1.5-1h-.25a.25.25,0,0,0-.25.25v2.25a.5.5,0,0,1-1,0v-2.5a1.619,1.619,0,0,0-1.5-1h-.25a.25.25,0,0,0-.25.25v3.25a.5.5,0,0,1-1,0v-8a2,2,0,0,0-4,0l.026,13.594a.5.5,0,0,1-1,0V11.525a.249.249,0,0,0-.384-.211,3.483,3.483,0,0,0-1.616,2.934v2.843a4.53,4.53,0,0,0,1.319,3.181L7.058,22v.713a.5.5,0,0,0,.5.5l9.554.037a1,1,0,0,0,.961-.725l1.518-5.292a10.778,10.778,0,0,0,.4-2.883v-2.6A2.5,2.5,0,0,0,18.32,9.391Z"]];
|
|
23
|
+
export const CursorHand1 = ["cursor-hand-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.7,9.141a.251.251,0,0,0-.334.236V11.5a.5.5,0,1,1-1,0V9a1.617,1.617,0,0,0-1.5-1h-.25a.25.25,0,0,0-.25.25V10.5a.5.5,0,1,1-1,0V8a1.617,1.617,0,0,0-1.5-1h-.25a.25.25,0,0,0-.25.25V10.5a.5.5,0,1,1-1,0V3a2,2,0,0,0-4,0l0,11.078a.25.25,0,0,1-.454.145L6.239,11.875a1.984,1.984,0,0,0-3.233,2.3l5.951,8.4A1,1,0,0,0,9.773,23h8.714a1,1,0,0,0,.962-.725l1.517-5.292a10.738,10.738,0,0,0,.4-2.883V11.5A2.5,2.5,0,0,0,19.7,9.141Z"]];
|
|
24
|
+
export const CursorHand2 = ["cursor-hand-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.141,6.323a1.779,1.779,0,0,0-1.608-.243.251.251,0,0,0-.174.238v4.92a.5.5,0,0,1-1,0v-6.5a1.757,1.757,0,0,0-.718-1.415,1.78,1.78,0,0,0-1.608-.243.251.251,0,0,0-.174.238v6.42a.5.5,0,0,1-1,0v-7a1.752,1.752,0,0,0-1.75-1.75,1.622,1.622,0,0,0-.588.107.249.249,0,0,0-.162.233v8.41a.5.5,0,0,1-1,0v-5a1.75,1.75,0,1,0-3.5,0v10a.253.253,0,0,1-.183.243.246.246,0,0,1-.273-.1l-2.12-2.971a1.735,1.735,0,0,0-2.828,2.011l5.47,7.719a3.255,3.255,0,0,0,2.654,1.366l5.036,0a6.258,6.258,0,0,0,6.244-6.25V7.738A1.757,1.757,0,0,0,21.141,6.323Z"]];
|
|
25
|
+
export const CursorDoubleClick1 = ["cursor-double-click-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.561.437a1.5,1.5,0,0,0-2.122,0L15.646,6.23a.249.249,0,0,1-.353,0L13.7,4.64a.5.5,0,0,0-.853.323l-.353,6.01a.5.5,0,0,0,.5.53c.019,0-.4.024,6.04-.355a.5.5,0,0,0,.324-.852L17.768,8.705a.251.251,0,0,1,0-.354l5.793-5.793A1.5,1.5,0,0,0,23.561.437Z","M19.487,14H17.246a.25.25,0,0,0-.25.241A7,7,0,1,1,9.759,7,.25.25,0,0,0,10,6.752V4.511a.5.5,0,0,0-.526-.5A10,10,0,1,0,19.986,14.524a.5.5,0,0,0-.5-.526Z","M5,14a5,5,0,0,0,9.993.263.25.25,0,0,0-.25-.263H12.216a.249.249,0,0,0-.248.222,1.99,1.99,0,1,1-2.19-2.19A.249.249,0,0,0,10,11.781V9.254a.25.25,0,0,0-.263-.249A5.006,5.006,0,0,0,5,14Z"]];
|
|
26
|
+
export const CursorSelectFrame = ["cursor-select-frame",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9,0H2A2,2,0,0,0,0,2V9a1,1,0,0,0,1,1H2A1,1,0,0,0,3,9V3.5A.5.5,0,0,1,3.5,3H9a1,1,0,0,0,1-1V1A1,1,0,0,0,9,0Z","M22,0H15a1,1,0,0,0-1,1V2a1,1,0,0,0,1,1h5.5a.5.5,0,0,1,.5.5V9a1,1,0,0,0,1,1h1a1,1,0,0,0,1-1V2A2,2,0,0,0,22,0Z","M9,21H3.5a.5.5,0,0,1-.5-.5V15a1,1,0,0,0-1-1H1a1,1,0,0,0-1,1v7a2,2,0,0,0,2,2H9a1,1,0,0,0,1-1V22A1,1,0,0,0,9,21Z","M23,14H22a1,1,0,0,0-1,1v5.5a.5.5,0,0,1-.5.5H15a1,1,0,0,0-1,1v1a1,1,0,0,0,1,1h7a2,2,0,0,0,2-2V15A1,1,0,0,0,23,14Z"]];
|
|
27
|
+
export const CursorSelectFrame2 = ["cursor-select-frame-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}],["M10.5,1h-8A1.5,1.5,0,0,0,1,2.5v8a.5.5,0,0,0,.5.5H6.468a.994.994,0,0,0,.8-.4,1.008,1.008,0,0,0,.165-.875L6.75,7.316A.251.251,0,0,1,6.991,7H10a1,1,0,0,0,1-1V1.5A.5.5,0,0,0,10.5,1Z","M21.5,1h-8a.5.5,0,0,0-.5.5V6a1,1,0,0,0,1,1h3.009a.251.251,0,0,1,.241.318l-.682,2.412a1.011,1.011,0,0,0,.167.875,1,1,0,0,0,.8.395H22.5a.5.5,0,0,0,.5-.5v-8A1.5,1.5,0,0,0,21.5,1Z","M10,17H6.991a.251.251,0,0,1-.241-.318l.682-2.413a1.012,1.012,0,0,0-.167-.875.994.994,0,0,0-.8-.394H1.5a.5.5,0,0,0-.5.5v8A1.5,1.5,0,0,0,2.5,23h8a.5.5,0,0,0,.5-.5V18A1,1,0,0,0,10,17Z","M22.5,13H17.532a.993.993,0,0,0-.8.4,1.008,1.008,0,0,0-.165.875l.681,2.411a.251.251,0,0,1-.241.318H14a1,1,0,0,0-1,1v4.5a.5.5,0,0,0,.5.5h8A1.5,1.5,0,0,0,23,21.5v-8A.5.5,0,0,0,22.5,13Z"]];
|
|
28
|
+
export const CursorDoubleClick3 = ["cursor-double-click-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}],["M10.779,6.148A5,5,0,0,1,15.99,9.922a1,1,0,0,0,1.94-.484,6.993,6.993,0,0,0-7.289-5.285A7.111,7.111,0,0,0,4.158,10.6,7.018,7.018,0,0,0,9.3,17.89a1,1,0,0,0,.525-1.929,5.016,5.016,0,0,1-3.669-5.213A5.076,5.076,0,0,1,10.779,6.148Z","M10.241,20.092a9.029,9.029,0,0,1-8.1-9.212,9.106,9.106,0,0,1,8.741-8.741,9.028,9.028,0,0,1,9.212,8.1,1,1,0,0,0,1.99-.2A11.013,11.013,0,0,0,10.826.139,11.133,11.133,0,0,0,.142,10.824a11.036,11.036,0,0,0,9.9,11.258c.034,0,.067,0,.1,0a1,1,0,0,0,.1-2Z","M23.594,21.134,19.85,17.388a.249.249,0,0,1,.034-.382l2.352-1.628h0a.913.913,0,0,0-.257-1.625L11.487,10.605a.706.706,0,0,0-.88.879l3.147,10.492a.913.913,0,0,0,1.625.258l1.629-2.352a.25.25,0,0,1,.382-.035l3.745,3.746a.913.913,0,0,0,1.291,0l1.168-1.168A.911.911,0,0,0,23.594,21.134Z"]];
|
|
29
|
+
export const CursorInformation = ["cursor-information",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.71,5.288a9,9,0,1,0,9,9A9.01,9.01,0,0,0,9.71,5.288ZM11.784,19.08h-4a.75.75,0,1,1,0-1.5h1a.25.25,0,0,0,.25-.25v-4a.25.25,0,0,0-.25-.25h-1a.75.75,0,0,1,0-1.5h1a1.752,1.752,0,0,1,1.75,1.75v4a.25.25,0,0,0,.25.25h1a.75.75,0,0,1,0,1.5Zm-2-11.25a1.25,1.25,0,1,1-1.25,1.25A1.25,1.25,0,0,1,9.784,7.83Z","M23.144.854a.5.5,0,0,0-.457-.135l-8.811,1.86a.5.5,0,0,0-.072.957,11.48,11.48,0,0,1,6.658,6.658.5.5,0,0,0,.957-.072l1.86-8.811A.5.5,0,0,0,23.144.854Z"]];
|
|
30
|
+
export const CursorSelectHeart = ["cursor-select-heart",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}],["M22.488,16.107,12.111,12.215a.7.7,0,0,0-.934.938l3.931,10.335a.668.668,0,0,0,.625.509h.034c.137-.008.468-.082.591-.586h0L17.5,18.723a.25.25,0,0,1,.182-.184l4.733-1.182c.5-.126.575-.458.583-.594A.658.658,0,0,0,22.488,16.107Z","M7.127,13.543a1,1,0,0,0-1.436,1.394L7.64,16.943A1,1,0,1,0,9.075,15.55Z","M7.511,2.1A1,1,0,0,0,7.923.139,6.7,6.7,0,0,0,4.668.271a1,1,0,1,0,.566,1.918A4.7,4.7,0,0,1,7.511,2.1Z","M2.02,6.054a4.4,4.4,0,0,1,.458-1.577A4.64,4.64,0,0,1,2.8,3.934,1,1,0,0,0,1.159,2.8,6.473,6.473,0,0,0,.03,5.866a1,1,0,0,0,1.99.188Z","M3.328,9.632a4.346,4.346,0,0,1-.569-.686A1,1,0,0,0,1.1,10.059a6.371,6.371,0,0,0,.811.982l1.185,1.221a1,1,0,0,0,1.435-1.394Z","M12,5a1,1,0,0,0,.674-.26l1.108-1.011a1,1,0,1,0-1.348-1.478l-.266.243a.25.25,0,0,1-.337,0l-.266-.243a1,1,0,1,0-1.347,1.478l1.108,1.011A1,1,0,0,0,12,5Z","M16.483,2.1a4.708,4.708,0,0,1,2.279.089A1,1,0,1,0,19.324.268,6.7,6.7,0,0,0,16.069.141,1,1,0,0,0,16.483,2.1Z","M23.97,5.855a6.44,6.44,0,0,0-.662-2.282,6.663,6.663,0,0,0-.47-.786A1,1,0,0,0,21.2,3.928a4.583,4.583,0,0,1,.327.548,4.392,4.392,0,0,1,.457,1.572,1,1,0,0,0,1.991-.193Z","M22.637,8.665a1,1,0,0,0-1.388.274,4.612,4.612,0,0,1-.591.709l-1.18,1.215a1,1,0,0,0,1.436,1.393l1.164-1.2a6.444,6.444,0,0,0,.831-1A1,1,0,0,0,22.637,8.665Z"]];
|
|
31
|
+
export const CursorSelect = ["cursor-select",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.162,13.628l-3.087-2.264a.707.707,0,0,0-1.127.568v1.014a.25.25,0,0,1-.25.25H15.2a.25.25,0,0,1-.25-.25v-3.5a.25.25,0,0,1,.25-.25h1.015a.7.7,0,0,0,.566-1.127L14.514,4.98a.732.732,0,0,0-1.133,0L11.119,8.066a.706.706,0,0,0,.565,1.13H12.7a.25.25,0,0,1,.25.25v3.5a.25.25,0,0,1-.25.25H9.2a.25.25,0,0,1-.25-.25V11.932a.705.705,0,0,0-1.125-.568L4.733,13.63a.706.706,0,0,0,0,1.135l3.087,2.263a.705.705,0,0,0,1.126-.567V15.446a.25.25,0,0,1,.25-.25h3.5a.25.25,0,0,1,.25.25v3.5a.25.25,0,0,1-.25.25H11.684a.706.706,0,0,0-.568,1.125l2.266,3.091a.706.706,0,0,0,1.134,0l2.263-3.086a.705.705,0,0,0-.566-1.127H15.2a.25.25,0,0,1-.25-.25v-3.5a.25.25,0,0,1,.25-.25h3.5a.25.25,0,0,1,.25.25v1.015a.706.706,0,0,0,1.126.567l3.09-2.265a.708.708,0,0,0,0-1.135Z","M5.386,9.742a1,1,0,0,0,.861-.752h0l.561-2.25a.251.251,0,0,1,.181-.182L9.243,6A1,1,0,0,0,9.448,4.13L2,.405A1,1,0,0,0,.657,1.747L4.383,9.2A1,1,0,0,0,5.386,9.742Z"]];
|
|
32
|
+
export const HandDrag1 = ["hand-drag-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19,6.5a1.473,1.473,0,0,0-.61.121.249.249,0,0,0-.15.229v2.52a.5.5,0,0,1-1,0V6.132A1.749,1.749,0,0,0,15.5,4.5a1.473,1.473,0,0,0-.61.121.249.249,0,0,0-.15.229v4.02a.5.5,0,0,1-1,0V5.132A1.749,1.749,0,0,0,12,3.5a1.473,1.473,0,0,0-.61.121.249.249,0,0,0-.15.229v4.52a.5.5,0,0,1-1,0V6.132a1.747,1.747,0,0,0-3.49.116l-.01,6.979a.5.5,0,0,1-1,0V8.748a.25.25,0,0,0-.25-.25H5a1.752,1.752,0,0,0-1.75,1.75v4c0,2.112,3.128,6.25,6.91,6.25H15.5a5.256,5.256,0,0,0,5.25-5.25v-7A1.752,1.752,0,0,0,19,6.5Z"]];
|
|
33
|
+
export const CursorAddAlternate = ["cursor-add-alternate",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}],["M6,8.99l.6-2.4,2.4-.6A1,1,0,0,0,9.2,4.13L1.749.405A1,1,0,0,0,.407,1.747L4.133,9.2A1,1,0,0,0,6,8.991Z","M17.7,13.7h-1.75a.25.25,0,0,1-.25-.25V11.7a1,1,0,1,0-2,0v1.75a.25.25,0,0,1-.25.25H11.7a1,1,0,0,0,0,2h1.75a.25.25,0,0,1,.25.25V17.7a1,1,0,1,0,2,0v-1.75a.25.25,0,0,1,.25-.25H17.7a1,1,0,0,0,0-2Z","M14.7,5.7a9,9,0,1,0,9,9A9.01,9.01,0,0,0,14.7,5.7Zm0,16a7,7,0,1,1,7-7A7.008,7.008,0,0,1,14.7,21.7Z"]];
|
|
34
|
+
export const Cursor1Alternate = ["cursor-1-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M8.654,22.676.382,2.648A1.737,1.737,0,0,1,2.651.38L22.677,8.651a1.737,1.737,0,0,1-.19,3.276l-8.211,2.346-2.348,8.215a1.736,1.736,0,0,1-3.274.188ZM3.95,3.621a.25.25,0,0,0-.327.326L9.852,19.029A.25.25,0,0,0,10.324,19l1.665-5.824a1.745,1.745,0,0,1,1.2-1.194l5.82-1.662a.25.25,0,0,0,.026-.472Z"]];
|
|
35
|
+
export const CursorSelect4 = ["cursor-select-4",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}],["M23.487,16.107,13.11,12.216a.7.7,0,0,0-.934.937l3.931,10.335a.67.67,0,0,0,.625.51l.035,0c.136-.008.467-.082.59-.585h0L18.5,18.723a.25.25,0,0,1,.183-.183l4.732-1.183c.5-.125.575-.457.583-.594A.658.658,0,0,0,23.487,16.107Z","M12,1a1,1,0,0,0-1-1A10.973,10.973,0,0,0,7.7.5,1,1,0,1,0,8.3,2.41,9,9,0,0,1,11,2,1,1,0,0,0,12,1Z","M4.636,4.634A1,1,0,0,0,3.222,3.22,11.015,11.015,0,0,0,1.245,5.909a1,1,0,1,0,1.772.926A9.008,9.008,0,0,1,4.636,4.634Z","M2,11a1,1,0,0,0-2,0,11,11,0,0,0,.5,3.3,1,1,0,0,0,1.908-.6A9,9,0,0,1,2,11Z","M6.837,18.98a8.971,8.971,0,0,1-2.2-1.618,1,1,0,1,0-1.414,1.415,11.009,11.009,0,0,0,2.689,1.976,1,1,0,1,0,.926-1.773Z","M11.943,19.949A9.172,9.172,0,0,1,11,20a1,1,0,0,0,0,2,11.177,11.177,0,0,0,1.15-.06,1,1,0,1,0-.207-1.989Z","M20,11a1,1,0,0,0,2,0,10.994,10.994,0,0,0-.5-3.3,1,1,0,0,0-1.908.6A9,9,0,0,1,20,11Z","M15.163,3.015a9,9,0,0,1,2.2,1.619,1,1,0,0,0,1.414-1.415,11.009,11.009,0,0,0-2.689-1.976,1,1,0,1,0-.926,1.772Z"]];
|
|
36
|
+
export const CursorTarget1 = ["cursor-target-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,12a1.25,1.25,0,0,0-1.25-1.25H21.155a9.254,9.254,0,0,0-7.905-7.9V1.248a1.25,1.25,0,1,0-2.5,0v1.6a9.254,9.254,0,0,0-7.9,7.9H1.25a1.25,1.25,0,0,0,0,2.5h1.6a9.254,9.254,0,0,0,7.9,7.9v1.6a1.25,1.25,0,1,0,2.5,0v-1.6a9.254,9.254,0,0,0,7.905-7.9H22.75A1.25,1.25,0,0,0,24,12ZM13.558,18.561a.25.25,0,0,1-.308-.243v-1.07a1.25,1.25,0,1,0-2.5,0v1.07a.25.25,0,0,1-.308.243,6.764,6.764,0,0,1-5.006-5.005.25.25,0,0,1,.244-.308H6.75a1.25,1.25,0,0,0,0-2.5H5.68a.252.252,0,0,1-.2-.095.254.254,0,0,1-.047-.213,6.767,6.767,0,0,1,5.006-5.006.251.251,0,0,1,.213.048.248.248,0,0,1,.1.2v1.07a1.25,1.25,0,1,0,2.5,0V5.678a.251.251,0,0,1,.308-.244,6.767,6.767,0,0,1,5.006,5.006.254.254,0,0,1-.047.213.252.252,0,0,1-.2.095H17.25a1.25,1.25,0,0,0,0,2.5h1.07a.25.25,0,0,1,.244.308A6.764,6.764,0,0,1,13.558,18.561Z"]];
|
|
37
|
+
export const CursorQuestionAlternate = ["cursor-question-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.959,4.538a9.5,9.5,0,1,0,9.5,9.5A9.511,9.511,0,0,0,9.959,4.538Zm0,17a7.5,7.5,0,1,1,7.5-7.5A7.509,7.509,0,0,1,9.959,21.538Z","M23.393.6a.5.5,0,0,0-.457-.136l-8.81,1.861a.5.5,0,0,0-.073.957,11.48,11.48,0,0,1,6.658,6.658.5.5,0,0,0,.957-.072l1.861-8.811A.5.5,0,0,0,23.393.6Z","M8.459 19.038 A1.500 1.500 0 1 0 11.459 19.038 A1.500 1.500 0 1 0 8.459 19.038 Z","M9.959,8.038a3.589,3.589,0,0,0-3.585,3.586,1,1,0,0,0,2,0,1.586,1.586,0,1,1,2.22,1.454,2.725,2.725,0,0,0-1.635,2.5,1,1,0,0,0,2,0,.724.724,0,0,1,.436-.664A3.587,3.587,0,0,0,9.959,8.038Z"]];
|
|
38
|
+
export const TouchFinger1 = ["touch-finger_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}],["M17.129,17H14.5a.25.25,0,0,1-.25-.25V10.373a2.375,2.375,0,0,0-4.75,0V18.9a.25.25,0,0,1-.454.145l-.885-1.242a2.075,2.075,0,0,0-3.672,1.932l2.1,3.991A.5.5,0,0,0,7.032,24H21.25a.5.5,0,0,0,.5-.5V21.845A4.8,4.8,0,0,0,17.129,17Z","M11.75,5a1,1,0,0,0,1-1V1a1,1,0,1,0-2,0V4A1,1,0,0,0,11.75,5Z","M16.346,6.316l2.122-2.122A1,1,0,0,0,17.053,2.78L14.932,4.9a1,1,0,1,0,1.414,1.414Z","M16.25,9.5a1,1,0,0,0,1,1h3a1,1,0,0,0,0-2h-3A1,1,0,0,0,16.25,9.5Z","M7.154,6.316A1,1,0,0,0,8.568,4.9L6.447,2.78A1,1,0,0,0,5.033,4.194Z","M7.25,9.5a1,1,0,0,0-1-1h-3a1,1,0,0,0,0,2h3A1,1,0,0,0,7.25,9.5Z"]];
|
|
39
|
+
export const CursorHand1Alternate = ["cursor-hand-1-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.862,11.5a3,3,0,0,0-3-3h-.268a2,2,0,0,0-1.732-1H15.594a2,2,0,0,0-1.732-1h-1V3a2.5,2.5,0,0,0-5,0v10.3l-1.213-1.7A2.485,2.485,0,0,0,2.6,14.47l6.1,8.606a1,1,0,1,0,1.631-1.157l-6.095-8.6a.485.485,0,0,1,.791-.563l2.12,2.976a1.5,1.5,0,0,0,2.721-.871V3a.5.5,0,0,1,1,0v7.5a1,1,0,0,0,2,0V8.747a.25.25,0,0,1,.25-.25h.5a.249.249,0,0,1,.25.25V10.5a1,1,0,0,0,2,0v-.75a.25.25,0,0,1,.25-.25h.5a.249.249,0,0,1,.25.25V11.5a1,1,0,0,0,2,0V10.79a.251.251,0,0,1,.106-.2.248.248,0,0,1,.228-.031,1,1,0,0,1,.666.942v2.6a9.012,9.012,0,0,1-.346,2.474L17.9,22.223a1,1,0,0,0,1.923.549l1.616-5.654a11.042,11.042,0,0,0,.422-3.022Z"]];
|
|
40
|
+
export const CursorSelectFrame1 = ["cursor-select-frame-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9,0H8A1,1,0,0,0,7,1v5.75A.25.25,0,0,1,6.75,7H1A1,1,0,0,0,0,8V9a1,1,0,0,0,1,1H8a2,2,0,0,0,2-2V1A1,1,0,0,0,9,0Z","M23,7H17.25a.25.25,0,0,1-.25-.25V1a1,1,0,0,0-1-1H15a1,1,0,0,0-1,1V8a2,2,0,0,0,2,2h7a1,1,0,0,0,1-1V8A1,1,0,0,0,23,7Z","M8,14H1a1,1,0,0,0-1,1v1a1,1,0,0,0,1,1H6.75a.25.25,0,0,1,.25.25V23a1,1,0,0,0,1,1H9a1,1,0,0,0,1-1V16A2,2,0,0,0,8,14Z","M23,14H16a2,2,0,0,0-2,2v7a1,1,0,0,0,1,1h1a1,1,0,0,0,1-1v-5.75a.25.25,0,0,1,.25-.25H23a1,1,0,0,0,1-1V15A1,1,0,0,0,23,14Z"]];
|
|
41
|
+
export const CursorSelectCircle1 = ["cursor-select-circle-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}],["M8.001 11.998 A3.999 3.999 0 1 0 15.999 11.998 A3.999 3.999 0 1 0 8.001 11.998 Z","M22.018,7.352a1,1,0,0,0,.364-1.367,12.088,12.088,0,0,0-4.367-4.374,1,1,0,0,0-1.007,1.728,10.093,10.093,0,0,1,3.644,3.649A1,1,0,0,0,22.018,7.352Z","M7.007,3.33A10.087,10.087,0,0,1,11.988,2a1,1,0,0,0,0-2h0a12.082,12.082,0,0,0-5.97,1.6A1,1,0,0,0,7.007,3.33Z","M2,11.989A10.1,10.1,0,0,1,3.337,7.008a1,1,0,1,0-1.733-1A12.1,12.1,0,0,0,0,11.98a1,1,0,0,0,1,1H1A1,1,0,0,0,2,11.989Z","M6.992,20.657a10.093,10.093,0,0,1-3.644-3.649,1,1,0,1,0-1.73,1,12.1,12.1,0,0,0,4.367,4.374,1,1,0,0,0,1.007-1.728Z","M16.993,20.666A10.087,10.087,0,0,1,12.012,22a1,1,0,0,0,0,2h0a12.082,12.082,0,0,0,5.97-1.6,1,1,0,0,0-.991-1.736Z","M23.005,11.012h0a1,1,0,0,0-1,.995,10.1,10.1,0,0,1-1.338,4.981,1,1,0,0,0,1.733,1A12.1,12.1,0,0,0,24,12.015,1,1,0,0,0,23.005,11.012Z"]];
|
|
42
|
+
export const CursorQuestion = ["cursor-question",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.71,5.288a9,9,0,1,0,9,9A9.01,9.01,0,0,0,9.71,5.288ZM9.624,19.576a1,1,0,1,1,1-1A1,1,0,0,1,9.624,19.576Zm1.335-4.643a.973.973,0,0,0-.585.892.75.75,0,0,1-1.5,0,2.474,2.474,0,0,1,1.484-2.267,1.836,1.836,0,1,0-2.57-1.684.75.75,0,0,1-1.5,0,3.336,3.336,0,1,1,4.671,3.059Z","M23.144.854a.5.5,0,0,0-.457-.135l-8.811,1.86a.5.5,0,0,0-.072.957,11.48,11.48,0,0,1,6.658,6.658.5.5,0,0,0,.957-.072l1.86-8.811A.5.5,0,0,0,23.144.854Z"]];
|
|
43
|
+
export const CursorTarget = ["cursor-target",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23,11H20.941A9.014,9.014,0,0,0,13,3.056V1a1,1,0,1,0-2,0V3.056A9.014,9.014,0,0,0,3.059,11H1a1,1,0,0,0,0,2H3.059A9.013,9.013,0,0,0,11,20.939V23a1,1,0,1,0,2,0V20.939A9.013,9.013,0,0,0,20.941,13H23a1,1,0,0,0,0-2Zm-4.129-.3a.251.251,0,0,1-.246.3H16.574a.249.249,0,0,1-.241-.184,4.506,4.506,0,0,0-3.149-3.149A.251.251,0,0,1,13,7.424V5.373a.251.251,0,0,1,.3-.246A7.008,7.008,0,0,1,18.871,10.7ZM12,14.5A2.5,2.5,0,1,1,14.5,12,2.5,2.5,0,0,1,12,14.5ZM10.7,5.127a.251.251,0,0,1,.3.246V7.424a.249.249,0,0,1-.184.241,4.506,4.506,0,0,0-3.149,3.149A.251.251,0,0,1,7.426,11H5.375a.251.251,0,0,1-.246-.3A7.008,7.008,0,0,1,10.7,5.127ZM5.129,13.294a.25.25,0,0,1,.246-.3H7.426a.249.249,0,0,1,.241.184,4.506,4.506,0,0,0,3.149,3.149.25.25,0,0,1,.184.241v2.051a.247.247,0,0,1-.091.192.251.251,0,0,1-.206.054A7.008,7.008,0,0,1,5.129,13.294ZM13.3,18.869a.251.251,0,0,1-.206-.054A.247.247,0,0,1,13,18.623V16.572a.249.249,0,0,1,.184-.241,4.506,4.506,0,0,0,3.149-3.149A.249.249,0,0,1,16.574,13h2.051a.249.249,0,0,1,.246.3A7.008,7.008,0,0,1,13.3,18.869Z"]];
|
|
44
|
+
export const CursorDoubleClick = ["cursor-double-click",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.757,13.728H17.516a.25.25,0,0,0-.25.241,7,7,0,1,1-7.237-7.237.25.25,0,0,0,.241-.25V4.241a.5.5,0,0,0-.526-.5A10,10,0,1,0,20.256,14.254.5.5,0,0,0,19.757,13.728Z","M5.27,13.728a5,5,0,0,0,9.993.263.25.25,0,0,0-.249-.263H12.486a.25.25,0,0,0-.248.222,1.99,1.99,0,1,1-2.19-2.19.249.249,0,0,0,.222-.249V8.984a.25.25,0,0,0-.263-.249A5.006,5.006,0,0,0,5.27,13.728Z","M23.583,3.243,20.755.414a.5.5,0,0,0-.707,0l-1.46,1.46a.5.5,0,0,0,0,.707L21.417,5.41a.5.5,0,0,0,.707,0l1.459-1.46A.5.5,0,0,0,23.583,3.243Z","M17.8,3.374a.5.5,0,0,0-.707,0L14.214,6.247a.249.249,0,0,1-.353,0L12.624,5.01a.5.5,0,0,0-.854.354v6.364a.5.5,0,0,0,.5.5h6.364a.5.5,0,0,0,.353-.854L17.75,10.137a.249.249,0,0,1,0-.353L20.624,6.91a.5.5,0,0,0,0-.708Z"]];
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export const Cog1 = ["cog-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.421,9.763l-1.266-.449a1.374,1.374,0,0,1-.78-1.886h0l.576-1.213A2.376,2.376,0,0,0,17.786,3.05l-1.213.577a1.375,1.375,0,0,1-1.885-.782l-.45-1.265a2.376,2.376,0,0,0-4.476,0l-.45,1.266a1.375,1.375,0,0,1-1.885.781L6.214,3.05A2.376,2.376,0,0,0,3.049,6.215l.576,1.213a1.375,1.375,0,0,1-.78,1.886l-1.266.45a2.375,2.375,0,0,0,0,4.475l1.266.45a1.374,1.374,0,0,1,.78,1.885l-.576,1.213a2.376,2.376,0,0,0,3.165,3.165l1.213-.576a1.373,1.373,0,0,1,1.885.781l.45,1.265a2.376,2.376,0,0,0,4.476,0l.45-1.266a1.374,1.374,0,0,1,1.885-.78l1.213.576a2.376,2.376,0,0,0,3.165-3.165l-.576-1.213a1.374,1.374,0,0,1,.78-1.885l1.266-.451a2.375,2.375,0,0,0,0-4.475ZM12,16.785a4.93,4.93,0,0,1-4.441-2.944,4.813,4.813,0,0,1,2.6-6.281,4.868,4.868,0,0,1,6.281,2.6,4.813,4.813,0,0,1-2.6,6.281A4.589,4.589,0,0,1,12,16.785Z"]];
|
|
2
|
+
export const CogCircle = ["cog-circle",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,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0ZM17.357,12.43l1.116,1.2a1.95,1.95,0,0,1-1.86,3.23l-1.595-.37a.578.578,0,0,0-.68.4l-.479,1.573a1.942,1.942,0,0,1-3.718,0l-.479-1.573a.578.578,0,0,0-.68-.4l-1.595.37a1.95,1.95,0,0,1-1.86-3.23l1.116-1.2a.588.588,0,0,0,0-.8l-1.116-1.2A1.95,1.95,0,0,1,7.387,7.2l1.595.369a.574.574,0,0,0,.68-.4L10.141,5.6a1.942,1.942,0,0,1,3.718,0l.479,1.573a.575.575,0,0,0,.68.4L16.613,7.2a1.95,1.95,0,0,1,1.86,3.23l-1.116,1.2A.587.587,0,0,0,17.357,12.43Z","M15,12.032a3,3,0,1,0-3,3A3,3,0,0,0,15,12.032Zm-3,1.5a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,12,13.532Z"]];
|
|
3
|
+
export const WenchDouble = ["wench-double",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.512,13.985l-.568-.567a.5.5,0,0,0-.707,0l-2.823,2.824a.5.5,0,0,0,0,.707l.57.57a.5.5,0,0,1,.128.457A4.994,4.994,0,0,0,18.985,24a5.039,5.039,0,0,0,1.59-.258.5.5,0,0,0,.2-.828l-2.449-2.449a.5.5,0,0,1-.147-.354V18.7a.5.5,0,0,1,.5-.5H20.09a.5.5,0,0,1,.353.147L22.9,20.8a.5.5,0,0,0,.827-.193,4.992,4.992,0,0,0-5.759-6.5A.494.494,0,0,1,17.512,13.985Z","M10.586,7.059l-.57-.569a.5.5,0,0,1-.128-.458,4.992,4.992,0,0,0-6.5-5.76A.5.5,0,0,0,3.2,1.1L5.656,3.558a.5.5,0,0,1,.147.353V5.325a.5.5,0,0,1-.5.5H3.889a.5.5,0,0,1-.353-.147L1.087,3.23a.5.5,0,0,0-.828.2A4.993,4.993,0,0,0,6.026,9.89a.5.5,0,0,1,.458.129l.571.571a.5.5,0,0,0,.707,0l2.824-2.824A.5.5,0,0,0,10.586,7.059Z","M17.516,10.019a.5.5,0,0,1,.457-.129,4.993,4.993,0,0,0,5.768-6.464.5.5,0,0,0-.828-.2L20.464,5.678a.5.5,0,0,1-.354.147H18.7a.5.5,0,0,1-.5-.5V3.911a.5.5,0,0,1,.146-.353L20.8,1.1a.5.5,0,0,0-.193-.827,4.992,4.992,0,0,0-6.5,5.76.5.5,0,0,1-.128.458l-7.5,7.495a.494.494,0,0,1-.458.128,4.992,4.992,0,0,0-5.759,6.5A.5.5,0,0,0,1.1,20.8l2.459-2.459A.5.5,0,0,1,3.91,18.2H5.324a.5.5,0,0,1,.5.5v1.414a.5.5,0,0,1-.147.354L3.228,22.915a.5.5,0,0,0,.2.828A5.039,5.039,0,0,0,5.015,24a4.994,4.994,0,0,0,4.873-6.024.494.494,0,0,1,.128-.458Z"]];
|
|
4
|
+
export const Cog = ["cog",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,9.5H20.638a8.955,8.955,0,0,0-.763-1.84l1.317-1.316a1.5,1.5,0,0,0,0-2.122L19.777,2.809a1.5,1.5,0,0,0-2.121,0L16.338,4.126A8.906,8.906,0,0,0,14.5,3.363V1.5A1.5,1.5,0,0,0,13,0H11A1.5,1.5,0,0,0,9.5,1.5V3.363a8.969,8.969,0,0,0-1.839.763L6.343,2.809a1.5,1.5,0,0,0-2.121,0L2.807,4.223a1.5,1.5,0,0,0,0,2.122L4.125,7.662A8.878,8.878,0,0,0,3.362,9.5H1.5A1.5,1.5,0,0,0,0,11v2a1.5,1.5,0,0,0,1.5,1.5H3.362a8.878,8.878,0,0,0,.763,1.839L2.806,17.658a1.5,1.5,0,0,0,0,2.121l1.414,1.414a1.545,1.545,0,0,0,2.122,0L7.66,19.876a8.977,8.977,0,0,0,1.84.764V22.5A1.5,1.5,0,0,0,11,24h2a1.5,1.5,0,0,0,1.5-1.5V20.64a8.965,8.965,0,0,0,1.839-.763l1.318,1.317a1.5,1.5,0,0,0,2.121,0l1.414-1.414a1.5,1.5,0,0,0,0-2.121l-1.317-1.317a8.909,8.909,0,0,0,.763-1.84H22.5A1.5,1.5,0,0,0,24,13V11A1.5,1.5,0,0,0,22.5,9.5ZM12,17a5,5,0,1,1,5-5A5.006,5.006,0,0,1,12,17Z"]];
|
|
5
|
+
export const CogDouble1 = ["cog-double-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}],["M12.688,15.314a1.563,1.563,0,0,0-1.126-2.721l-.76.039a.558.558,0,0,1-.427-.164.564.564,0,0,1-.164-.427l.039-.76a1.563,1.563,0,0,0-2.721-1.126l-.509.565a.583.583,0,0,1-.835,0h0l-.51-.566a1.563,1.563,0,0,0-2.721,1.128l.039.76a.563.563,0,0,1-.164.426.53.53,0,0,1-.427.164l-.759-.039A1.563,1.563,0,0,0,.516,15.314l.564.51a.562.562,0,0,1,0,.835l-.564.509a1.563,1.563,0,0,0,1.127,2.721L2.4,19.85a.564.564,0,0,1,.591.591l-.039.761a1.563,1.563,0,0,0,2.721,1.126l.51-.565a.582.582,0,0,1,.835,0l.509.565a1.571,1.571,0,0,0,1.162.515,1.55,1.55,0,0,0,.6-.119A1.566,1.566,0,0,0,10.25,21.2l-.039-.76a.562.562,0,0,1,.164-.426.552.552,0,0,1,.427-.165l.76.039a1.562,1.562,0,0,0,1.126-2.72l-.564-.51a.562.562,0,0,1,0-.835ZM6.6,19.182a2.941,2.941,0,1,1,2.941-2.941A2.944,2.944,0,0,1,6.6,19.182Z","M23.484,8.688l-.564-.51a.562.562,0,0,1,0-.835l.564-.51a1.562,1.562,0,0,0-1.127-2.72l-.759.039a.569.569,0,0,1-.427-.165.563.563,0,0,1-.164-.426l.039-.761a1.563,1.563,0,0,0-2.721-1.126l-.51.566a.583.583,0,0,1-.835,0h0l-.509-.565A1.563,1.563,0,0,0,13.75,2.8l.039.76a.563.563,0,0,1-.164.426.522.522,0,0,1-.427.165l-.76-.039a1.562,1.562,0,0,0-1.126,2.72l.564.51a.562.562,0,0,1,0,.835l-.564.51a1.563,1.563,0,0,0,1.126,2.721l.76-.039a.571.571,0,0,1,.427.165.559.559,0,0,1,.164.425l-.039.761a1.563,1.563,0,0,0,2.721,1.126l.509-.565a.581.581,0,0,1,.835,0l.51.566a1.57,1.57,0,0,0,1.162.514,1.544,1.544,0,0,0,.6-.118,1.566,1.566,0,0,0,.964-1.524l-.039-.76a.563.563,0,0,1,.164-.426.551.551,0,0,1,.427-.164l.759.039a1.563,1.563,0,0,0,1.127-2.721ZM17.4,10.7a2.941,2.941,0,1,1,2.941-2.941A2.945,2.945,0,0,1,17.4,10.7Z"]];
|
|
6
|
+
export const CogDesktop = ["cog-desktop",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v16A1.5,1.5,0,0,0,1.5,19h21A1.5,1.5,0,0,0,24,17.5V1.5A1.5,1.5,0,0,0,22.5,0ZM22,14.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M14.35,20.682a.5.5,0,0,0-.385-.181h-3.93a.5.5,0,0,0-.385.181l-2.1,2.532A.5.5,0,0,0,7.96,24h8.079a.5.5,0,0,0,.41-.787Z","M11.000 8.532 A1.000 1.000 0 1 0 13.000 8.532 A1.000 1.000 0 1 0 11.000 8.532 Z","M15.8,8.7a.247.247,0,0,1,0-.335l.766-.828a1.5,1.5,0,0,0-1.428-2.48l-1.1.255a.243.243,0,0,1-.283-.166l-.329-1.083h0a1.493,1.493,0,0,0-2.858,0l-.329,1.082a.242.242,0,0,1-.283.167l-1.1-.255a1.5,1.5,0,0,0-1.429,2.48l.768.829a.247.247,0,0,1,0,.335l-.766.828a1.5,1.5,0,0,0,1.428,2.481l1.1-.255a.24.24,0,0,1,.283.166L10.571,13a1.493,1.493,0,0,0,2.858,0l.329-1.082a.239.239,0,0,1,.283-.167l1.1.255a1.5,1.5,0,0,0,1.429-2.481ZM12,6.532a2,2,0,1,1-2,2A2,2,0,0,1,12,6.532Z"]];
|
|
7
|
+
export const Wench = ["wench",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.582,4.986a.5.5,0,0,0-.831-.2L19.194,8.341a.5.5,0,0,1-.4.144L16.2,8.249a.5.5,0,0,1-.453-.452L15.513,5.2a.5.5,0,0,1,.145-.4l3.558-3.558a.5.5,0,0,0-.2-.83,7.182,7.182,0,0,0-7.136,1.846,6.986,6.986,0,0,0-1.588,7.5.49.49,0,0,1-.1.532L.912,19.563a2.582,2.582,0,0,0-.6,2.847,2.514,2.514,0,0,0,4.053.76L13.7,13.834a.493.493,0,0,1,.532-.1,6.973,6.973,0,0,0,7.5-1.566A7.221,7.221,0,0,0,23.582,4.986Z"]];
|
|
8
|
+
export const Hammer = ["hammer",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.051,8.569,16.814,2.332a.5.5,0,0,0-.619-.07,4.516,4.516,0,0,1-5.493-.9.516.516,0,0,0-.707,0L8.776,2.577a1.5,1.5,0,0,0,0,2.121l9.073,9.073a1.5,1.5,0,0,0,2.121,0l3.081-3.08A1.5,1.5,0,0,0,23.051,8.569Z","M11.023,9.277a.5.5,0,0,0-.707,0L1.243,18.35A2.485,2.485,0,0,0,.51,20.118a2.767,2.767,0,0,0,2.668,2.668,2.481,2.481,0,0,0,1.768-.733L14.02,12.98a.5.5,0,0,0,0-.707Z"]];
|
|
9
|
+
export const Wench1 = ["wench-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.742,3.426a.5.5,0,0,0-.828-.2L20.465,5.678a.5.5,0,0,1-.354.147H18.7a.5.5,0,0,1-.5-.5V3.911a.5.5,0,0,1,.147-.353L20.8,1.1A.5.5,0,0,0,20.61.272a4.992,4.992,0,0,0-6.5,5.76.494.494,0,0,1-.128.458L6.489,13.985a.5.5,0,0,1-.459.128,4.992,4.992,0,0,0-5.759,6.5A.5.5,0,0,0,1.1,20.8l2.459-2.459A.5.5,0,0,1,3.91,18.2H5.324a.5.5,0,0,1,.5.5v1.414a.5.5,0,0,1-.146.353L3.229,22.915a.5.5,0,0,0,.2.828A5.041,5.041,0,0,0,5.016,24a4.994,4.994,0,0,0,4.872-6.025.5.5,0,0,1,.128-.458l7.5-7.5a.5.5,0,0,1,.458-.129,4.993,4.993,0,0,0,5.768-6.464Z"]];
|
|
10
|
+
export const Screwdriver = ["screwdriver",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.414,2.516,21.434.536a1.249,1.249,0,0,0-1.87.116L17.186,3.709A2,2,0,0,0,16.9,5.655L11.649,10.9a.251.251,0,0,0,0,.354l1.06,1.061a.25.25,0,0,0,.354,0L18.32,7.061a2.011,2.011,0,0,0,.694.124,1.988,1.988,0,0,0,1.228-.421L23.3,4.387a1.251,1.251,0,0,0,.117-1.871Z","M8.4,10.124a1,1,0,1,0-1.414,1.414l.345.344L1.2,18.013A3.307,3.307,0,0,0,.22,20.367a3.56,3.56,0,0,0,3.468,3.466,3.319,3.319,0,0,0,2.354-.973l6.131-6.13.465.465a1,1,0,0,0,1.414-1.414Zm.957,3.785L2.92,20.342a.506.506,0,0,1-.707,0,.5.5,0,0,1,0-.707L8.645,13.2Z"]];
|
|
11
|
+
export const CogCircleAlternate = ["cog-circle-alternate",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,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm0,22A10,10,0,1,1,22,12,10.011,10.011,0,0,1,12,22Z","M17.769,10.654a1.783,1.783,0,0,0-1.7-2.953l-1.411.327a.453.453,0,0,1-.533-.311L13.7,6.325a1.776,1.776,0,0,0-3.4,0L9.876,7.717a.454.454,0,0,1-.533.311L7.932,7.7a1.783,1.783,0,0,0-1.7,2.952l.988,1.066a.463.463,0,0,1,0,.625l-.988,1.065a1.783,1.783,0,0,0,1.7,2.952l1.411-.326a.451.451,0,0,1,.533.311l.424,1.392a1.776,1.776,0,0,0,3.4,0l.424-1.392a.449.449,0,0,1,.533-.311l1.411.326A1.738,1.738,0,0,0,18,15.521a1.757,1.757,0,0,0-.234-2.112l-.988-1.065a.463.463,0,0,1,0-.625ZM12,14.281a2.25,2.25,0,1,1,2.25-2.25A2.25,2.25,0,0,1,12,14.281Z"]];
|
|
12
|
+
export const CogBrowserAlternate = ["cog-browser-alternate",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.8,13.289a.3.3,0,0,1,0,.422l-.859.9a1.553,1.553,0,0,0-.229,1.868,1.588,1.588,0,0,0,1.764.771L9.7,16.978a.329.329,0,0,1,.389.215l.368,1.184a1.617,1.617,0,0,0,3.08,0l.368-1.183a.33.33,0,0,1,.39-.215l1.227.277a1.587,1.587,0,0,0,1.764-.771,1.553,1.553,0,0,0-.229-1.868l-.859-.9a.3.3,0,0,1,0-.422l.859-.9a1.553,1.553,0,0,0,.229-1.868,1.588,1.588,0,0,0-1.764-.771l-1.228.277a.33.33,0,0,1-.389-.215L13.54,8.624h0a1.617,1.617,0,0,0-3.08,0l-.368,1.183a.327.327,0,0,1-.39.215L8.475,9.745a1.585,1.585,0,0,0-1.764.771,1.553,1.553,0,0,0,.229,1.868Zm4.2-1.7A1.913,1.913,0,1,1,10.043,13.5,1.935,1.935,0,0,1,12,11.587Z","M22,1H2A2,2,0,0,0,0,3V21a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V3A2,2,0,0,0,22,1ZM5.5,3.583a1,1,0,1,1,1,1A1,1,0,0,1,5.5,3.583Zm3.5,0a1,1,0,1,1,1,1A1,1,0,0,1,9,3.583Zm-6-1a1,1,0,1,1-1,1A1,1,0,0,1,3,2.583ZM21.5,21H2.5a.5.5,0,0,1-.5-.5V7a.5.5,0,0,1,.5-.5h19A.5.5,0,0,1,22,7V20.5A.5.5,0,0,1,21.5,21Z"]];
|
|
13
|
+
export const Cog3 = ["cog-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,10.942a1,1,0,0,0-.876-.992L21.39,9.734a.25.25,0,0,1-.21-.184,9.4,9.4,0,0,0-.959-2.3.251.251,0,0,1,.019-.279l1.075-1.383a1,1,0,0,0-.082-1.322l-1.5-1.5a1,1,0,0,0-1.321-.083L17.033,3.761a.251.251,0,0,1-.279.019,9.392,9.392,0,0,0-2.3-.958.252.252,0,0,1-.184-.211L14.051.877A1,1,0,0,0,13.059,0H10.941a1,1,0,0,0-.992.876L9.732,2.611a.252.252,0,0,1-.184.211,9.392,9.392,0,0,0-2.3.958.251.251,0,0,1-.279-.019L5.584,2.685a1,1,0,0,0-1.32.082l-1.5,1.5a1,1,0,0,0-.082,1.322L3.76,6.969a.251.251,0,0,1,.019.279,9.4,9.4,0,0,0-.959,2.3.25.25,0,0,1-.21.184L.877,9.95A1,1,0,0,0,0,10.942V13.06a1,1,0,0,0,.876.992l1.734.217a.248.248,0,0,1,.21.183,9.4,9.4,0,0,0,.959,2.3.251.251,0,0,1-.019.279L2.685,18.416a1,1,0,0,0,.082,1.322l1.5,1.5a1,1,0,0,0,1.321.083l1.383-1.076a.25.25,0,0,1,.279-.018,9.373,9.373,0,0,0,2.3.957.252.252,0,0,1,.184.211l.217,1.734a1,1,0,0,0,.992.876h2.118a1,1,0,0,0,.992-.876l.217-1.734a.252.252,0,0,1,.184-.211,9.373,9.373,0,0,0,2.3-.957.248.248,0,0,1,.279.019l1.383,1.075a1,1,0,0,0,1.32-.082l1.5-1.5a1,1,0,0,0,.082-1.321L20.24,17.034a.251.251,0,0,1-.019-.279,9.4,9.4,0,0,0,.959-2.3.248.248,0,0,1,.21-.183l1.734-.217A1,1,0,0,0,24,13.06ZM11,9.837a.252.252,0,0,1-.125.217,2.245,2.245,0,0,0-1.1,2.266.254.254,0,0,1-.093.233L6.97,14.682a.25.25,0,0,1-.38-.088A6,6,0,0,1,10.7,6.145a.247.247,0,0,1,.211.049.25.25,0,0,1,.094.2Zm-.085,4.288a.25.25,0,0,1,.248-.035,2.256,2.256,0,0,0,1.674,0,.25.25,0,0,1,.248.035l2.708,2.129a.249.249,0,0,1,0,.39,5.991,5.991,0,0,1-7.594,0,.252.252,0,0,1-.092-.2.248.248,0,0,1,.1-.194Zm3.405-1.572a.254.254,0,0,1-.093-.233,2.245,2.245,0,0,0-1.1-2.266A.252.252,0,0,1,13,9.837V6.389a.249.249,0,0,1,.3-.244,6,6,0,0,1,4.105,8.449.25.25,0,0,1-.38.088Z"]];
|
|
14
|
+
export const CogPlay = ["cog-play",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.421,9.763l-1.266-.449a1.374,1.374,0,0,1-.78-1.886h0l.576-1.213A2.376,2.376,0,0,0,17.786,3.05l-1.213.577a1.375,1.375,0,0,1-1.885-.782l-.45-1.265a2.376,2.376,0,0,0-4.476,0l-.45,1.266a1.375,1.375,0,0,1-1.885.781L6.214,3.05A2.376,2.376,0,0,0,3.049,6.215l.576,1.213a1.375,1.375,0,0,1-.78,1.886l-1.266.45a2.375,2.375,0,0,0,0,4.475l1.266.45a1.374,1.374,0,0,1,.78,1.885l-.576,1.213a2.376,2.376,0,0,0,3.165,3.165l1.213-.576a1.373,1.373,0,0,1,1.885.781l.45,1.265a2.376,2.376,0,0,0,4.476,0l.45-1.266a1.374,1.374,0,0,1,1.885-.78l1.213.576a2.376,2.376,0,0,0,3.165-3.165l-.576-1.213a1.374,1.374,0,0,1,.78-1.885l1.266-.451a2.375,2.375,0,0,0,0-4.475ZM12,18a6,6,0,1,1,6-6A6,6,0,0,1,12,18Z","M15.293,11.582,10.772,8.645A.5.5,0,0,0,10,9.064V15a.5.5,0,0,0,.264.44.526.526,0,0,0,.512-.023l4.521-3a.5.5,0,0,0,0-.836Z"]];
|
|
15
|
+
export const CogHandGive = ["cog-hand-give",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M15.5,19.5H6.374a.625.625,0,1,1,0-1.25H8.9a1,1,0,0,0,.919-1.394A2.234,2.234,0,0,0,7.763,15.5H3.5A.5.5,0,0,0,3,16v6.5a.5.5,0,0,0,.5.5H14.262A2.239,2.239,0,0,0,16.5,20.758V20.5A1,1,0,0,0,15.5,19.5Z","M1,14.745a1,1,0,0,0-1,1V23a1,1,0,0,0,2,0v-7.25A1,1,0,0,0,1,14.745Z","M22.214,8.968a.69.69,0,0,1,0-.933l1.22-1.316a2.056,2.056,0,0,0,.275-2.471,2.04,2.04,0,0,0-2.263-.983l-1.744.4a.678.678,0,0,1-.8-.465l-.524-1.72A2.045,2.045,0,0,0,16.393.007h0a2.044,2.044,0,0,0-1.988,1.477L13.881,3.2a.675.675,0,0,1-.8.466l-1.743-.4a2.032,2.032,0,0,0-2.263.982A2.056,2.056,0,0,0,9.35,6.719l1.22,1.316a.688.688,0,0,1,0,.933L9.35,10.284a2.085,2.085,0,0,0,1.988,3.454l1.745-.4a.678.678,0,0,1,.8.464l.524,1.721a2.076,2.076,0,0,0,3.975,0L18.9,13.8a.679.679,0,0,1,.8-.465l1.744.4a2.036,2.036,0,0,0,2.263-.982,2.057,2.057,0,0,0-.275-2.472ZM16.392,6.507A1.994,1.994,0,1,1,14.4,8.5,1.994,1.994,0,0,1,16.392,6.507Z"]];
|
|
16
|
+
export const CogHandGive1 = ["cog-hand-give-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}],["M15.000 7.532 A1.500 1.500 0 1 0 18.000 7.532 A1.500 1.500 0 1 0 15.000 7.532 Z","M21.28,7.845a.463.463,0,0,1,0-.625l.988-1.065a1.783,1.783,0,0,0-1.7-2.953l-1.411.327a.454.454,0,0,1-.533-.311L18.2,1.826a1.775,1.775,0,0,0-3.4,0l-.424,1.392a.455.455,0,0,1-.533.311L12.433,3.2a1.782,1.782,0,0,0-1.7,2.952L11.72,7.22a.463.463,0,0,1,0,.625L10.732,8.91a1.782,1.782,0,0,0,1.7,2.952l1.411-.326a.454.454,0,0,1,.533.311l.424,1.391a1.774,1.774,0,0,0,3.4,0l.424-1.392a.452.452,0,0,1,.533-.311l1.411.326a1.74,1.74,0,0,0,1.937-.84,1.758,1.758,0,0,0-.236-2.112ZM16.5,10.532a3,3,0,1,1,3-3A3,3,0,0,1,16.5,10.532Z","M1,14.751a1,1,0,0,0-1,1V23a1,1,0,0,0,2,0v-7.25A1,1,0,0,0,1,14.751Z","M15.5,19.5H6.375a.625.625,0,0,1,0-1.25H8.9a1,1,0,0,0,.92-1.393A2.232,2.232,0,0,0,7.764,15.5H3.5A.5.5,0,0,0,3,16v6.5a.5.5,0,0,0,.5.5H14.264A2.238,2.238,0,0,0,16.5,20.765V20.5A1,1,0,0,0,15.5,19.5Z"]];
|
|
17
|
+
export const CogSquare = ["cog-square",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.5,0H4.5A4.505,4.505,0,0,0,0,4.5v15A4.5,4.5,0,0,0,4.5,24h15A4.5,4.5,0,0,0,24,19.5V4.5A4.505,4.505,0,0,0,19.5,0ZM18.149,13.255l.78.451a1.141,1.141,0,0,1,.418,1.559l-.856,1.483a1.141,1.141,0,0,1-1.559.418l-.782-.452A6.237,6.237,0,0,1,14,17.954v.905A1.142,1.142,0,0,1,12.855,20H11.144A1.142,1.142,0,0,1,10,18.859v-.9a6.321,6.321,0,0,1-2.153-1.247l-.781.451a1.14,1.14,0,0,1-1.558-.418l-.857-1.483a1.141,1.141,0,0,1,.418-1.559l.782-.452a6.23,6.23,0,0,1,0-2.486l-.78-.451a1.141,1.141,0,0,1-.418-1.559l.856-1.483a1.142,1.142,0,0,1,1.559-.417l.783.451A6.235,6.235,0,0,1,10,6.069V5.164a1.142,1.142,0,0,1,1.142-1.142h1.711A1.142,1.142,0,0,1,14,5.164v.9a6.267,6.267,0,0,1,2.154,1.247l.781-.451a1.142,1.142,0,0,1,1.559.417l.856,1.483a1.141,1.141,0,0,1-.418,1.559l-.781.452A6.212,6.212,0,0,1,18.149,13.255Z","M9.000 12.012 A3.000 3.000 0 1 0 15.000 12.012 A3.000 3.000 0 1 0 9.000 12.012 Z"]];
|
|
18
|
+
export const CogSearch = ["cog-search",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.414,20.592s-5.05-5.049-5.076-5.072a10.01,10.01,0,1,0-2.824,2.824c.023.026,5.072,5.076,5.072,5.077a2.025,2.025,0,0,0,2.828,0A2,2,0,0,0,23.414,20.592ZM10,18.006a8,8,0,1,1,8-8A8.009,8.009,0,0,1,10,18.006Z","M15.082,11.248l-.572-.33a4.572,4.572,0,0,0,0-1.824l.574-.331a.837.837,0,0,0,.306-1.143L14.76,6.533a.836.836,0,0,0-1.143-.306l-.573.33a4.63,4.63,0,0,0-1.58-.915V4.984a.837.837,0,0,0-.837-.837H9.372a.837.837,0,0,0-.837.837v.665a4.551,4.551,0,0,0-1.578.908l-.573-.331a.838.838,0,0,0-1.144.307L4.612,7.62a.836.836,0,0,0,.307,1.143l.572.331a4.567,4.567,0,0,0,0,1.823l-.573.331a.839.839,0,0,0-.39.509.831.831,0,0,0,.084.635l.627,1.087a.837.837,0,0,0,1.144.307l.572-.331a4.623,4.623,0,0,0,1.579.914v.659a.837.837,0,0,0,.837.837h1.255a.837.837,0,0,0,.837-.837v-.664a4.576,4.576,0,0,0,1.579-.91l.574.331a.835.835,0,0,0,1.143-.306l.628-1.087A.838.838,0,0,0,15.082,11.248ZM10,12.206a2.2,2.2,0,1,1,2.2-2.2A2.2,2.2,0,0,1,10,12.206Z"]];
|
|
19
|
+
export const CogSearch1 = ["cog-search-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}],["M23.414,20.592s-5.05-5.049-5.076-5.072a10,10,0,1,0-2.824,2.825c.023.025,5.07,5.074,5.072,5.075a2.024,2.024,0,0,0,2.828,0A2,2,0,0,0,23.414,20.592ZM10,18.006a8,8,0,1,1,8-8A8.009,8.009,0,0,1,10,18.006Z","M15.048,10.7l-.463-.419a.371.371,0,0,1,0-.55l.463-.418a1.37,1.37,0,0,0-.988-2.386l-.623.032a.383.383,0,0,1-.281-.108.37.37,0,0,1-.108-.281l.032-.623a1.372,1.372,0,0,0-2.387-.989l-.417.463a.384.384,0,0,1-.552,0l-.417-.463a1.372,1.372,0,0,0-2.387.989l.032.623a.37.37,0,0,1-.389.389L5.94,6.927a1.37,1.37,0,0,0-.988,2.386l.463.418a.369.369,0,0,1,.122.275.373.373,0,0,1-.122.276l-.463.418a1.37,1.37,0,0,0,.988,2.385l.623-.031a.376.376,0,0,1,.281.107.372.372,0,0,1,.108.282l-.032.623a1.371,1.371,0,0,0,2.387.988l.417-.462a.383.383,0,0,1,.551,0l.418.463a1.371,1.371,0,0,0,2.387-.988l-.032-.623a.372.372,0,0,1,.108-.282.352.352,0,0,1,.281-.107l.623.031a1.37,1.37,0,0,0,.988-2.385Zm-3.23-.694A1.818,1.818,0,1,1,10,8.188,1.819,1.819,0,0,1,11.818,10.006Z"]];
|
|
20
|
+
export const HammerWench = ["hammer-wench",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}],["M17.511,13.985l-.846-.846a.5.5,0,0,0-.707,0l-2.824,2.824a.5.5,0,0,0,0,.707l.849.849a.5.5,0,0,1,.128.457A4.994,4.994,0,0,0,18.984,24a5.046,5.046,0,0,0,1.591-.258.5.5,0,0,0,.2-.828l-2.449-2.449a.5.5,0,0,1-.146-.354V18.7a.5.5,0,0,1,.5-.5h1.413a.5.5,0,0,1,.354.147L22.9,20.8a.5.5,0,0,0,.827-.193,4.992,4.992,0,0,0-5.76-6.5A.5.5,0,0,1,17.511,13.985Z","M10.866,7.34l-.85-.85a.5.5,0,0,1-.129-.458A4.992,4.992,0,0,0,3.39.272.5.5,0,0,0,3.2,1.1L5.656,3.558a.5.5,0,0,1,.146.353V5.325a.5.5,0,0,1-.5.5H3.888a.5.5,0,0,1-.353-.147L1.086,3.23a.5.5,0,0,0-.828.2A4.993,4.993,0,0,0,6.026,9.89a.5.5,0,0,1,.457.129l.852.852a.5.5,0,0,0,.707,0l2.824-2.824A.5.5,0,0,0,10.866,7.34Z","M16.647,9.622,14.383,7.358a.5.5,0,0,0-.707,0L1.088,19.946a2,2,0,0,0,0,2.828l.143.143a2,2,0,0,0,2.829,0L16.647,10.329A.5.5,0,0,0,16.647,9.622Z","M19.013,9.605a1.366,1.366,0,0,0,1.928,0l2.66-2.66a1.364,1.364,0,0,0,0-1.928L19.639,1.055a.5.5,0,0,0-.619-.07A3.832,3.832,0,0,1,14.362.213a.514.514,0,0,0-.707,0L12.6,1.266a1.364,1.364,0,0,0,0,1.928Z"]];
|
|
21
|
+
export const CogApproved = ["cog-approved",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.476,15.143a3.032,3.032,0,0,1-4.465.25L7.377,11.757a3,3,0,0,1,4.241-4.243L12.88,8.776l3.567-4.471A7.355,7.355,0,0,0,14.5,3.366V1.5A1.5,1.5,0,0,0,13,0H11A1.5,1.5,0,0,0,9.5,1.5V3.363a8.961,8.961,0,0,0-1.838.763L6.341,2.809a1.5,1.5,0,0,0-2.121,0L2.806,4.223a1.5,1.5,0,0,0,0,2.122L4.123,7.662A8.988,8.988,0,0,0,3.36,9.5H1.5A1.5,1.5,0,0,0,0,11v2a1.5,1.5,0,0,0,1.5,1.5H3.36a8.988,8.988,0,0,0,.763,1.839L2.806,17.658a1.5,1.5,0,0,0,0,2.121L4.22,21.193a1.543,1.543,0,0,0,2.121,0l1.316-1.317a9,9,0,0,0,1.84.764V22.5A1.5,1.5,0,0,0,11,24h2a1.5,1.5,0,0,0,1.5-1.5V20.64a8.957,8.957,0,0,0,1.838-.763l1.318,1.317a1.5,1.5,0,0,0,2.121,0l1.413-1.414a1.5,1.5,0,0,0,0-2.121L19.87,16.341a9.077,9.077,0,0,0,.763-1.84h1.86a1.5,1.5,0,0,0,1.5-1.5V11a1.5,1.5,0,0,0-1.5-1.5H20.629c-.058-.19-.126-.379-.2-.566Z","M23.435.333a1.5,1.5,0,0,0-2.107.239L13.005,11.023,10.557,8.575A1.5,1.5,0,1,0,8.437,10.7l3.635,3.636a1.532,1.532,0,0,0,2.232-.126L23.673,2.441A1.5,1.5,0,0,0,23.435.333Z"]];
|
|
22
|
+
export const CogSquareAlternate = ["cog-square-alternate",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}],["M19.174,0H4.826A4.832,4.832,0,0,0,0,4.826V19.174A4.832,4.832,0,0,0,4.826,24H19.174A4.832,4.832,0,0,0,24,19.174V4.826A4.832,4.832,0,0,0,19.174,0ZM22,19.174A2.83,2.83,0,0,1,19.174,22H4.826A2.83,2.83,0,0,1,2,19.174V4.826A2.83,2.83,0,0,1,4.826,2H19.174A2.83,2.83,0,0,1,22,4.826Z","M10.250 12.000 A1.750 1.750 0 1 0 13.750 12.000 A1.750 1.750 0 1 0 10.250 12.000 Z","M19.347,8.747l-.856-1.483a1.141,1.141,0,0,0-1.559-.418l-.781.451A6.293,6.293,0,0,0,14,6.05v-.9a1.141,1.141,0,0,0-1.142-1.141H11.144A1.141,1.141,0,0,0,10,5.152v.906A6.231,6.231,0,0,0,7.85,7.3l-.782-.451a1.141,1.141,0,0,0-1.559.418L4.653,8.747a1.141,1.141,0,0,0,.418,1.559l.78.451a6.23,6.23,0,0,0,0,2.486l-.782.451a1.141,1.141,0,0,0-.418,1.559l.856,1.483a1.141,1.141,0,0,0,1.559.418l.781-.45A6.335,6.335,0,0,0,10,17.95v.9a1.141,1.141,0,0,0,1.142,1.141h1.711A1.141,1.141,0,0,0,14,18.848v-.906A6.235,6.235,0,0,0,16.15,16.7l.782.451a1.141,1.141,0,0,0,1.559-.418l.856-1.483a1.142,1.142,0,0,0-.418-1.559l-.78-.45a6.217,6.217,0,0,0,0-2.487l.781-.451A1.142,1.142,0,0,0,19.347,8.747ZM12,15.25A3.25,3.25,0,1,1,15.25,12,3.254,3.254,0,0,1,12,15.25Z"]];
|
|
23
|
+
export const CogSquare1 = ["cog-square-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}],["M19.5,0H4.5A4.505,4.505,0,0,0,0,4.5v15A4.5,4.5,0,0,0,4.5,24h15A4.5,4.5,0,0,0,24,19.5V4.5A4.505,4.505,0,0,0,19.5,0ZM18.285,12.534l.648.586a1.719,1.719,0,0,1-1.24,2.992l-.872-.045a.72.72,0,0,0-.755.755l.045.872a1.719,1.719,0,0,1-2.992,1.24l-.586-.648a.741.741,0,0,0-1.066,0l-.586.649a1.719,1.719,0,0,1-2.992-1.24l.045-.872a.728.728,0,0,0-.21-.545.706.706,0,0,0-.545-.21l-.872.045a1.719,1.719,0,0,1-1.24-2.992l.648-.585a.719.719,0,0,0,0-1.067l-.648-.586A1.719,1.719,0,0,1,6.307,7.89l.872.045a.72.72,0,0,0,.755-.755l-.045-.872a1.719,1.719,0,0,1,2.992-1.24l.586.649a.742.742,0,0,0,1.066,0l.586-.649a1.719,1.719,0,0,1,2.992,1.24l-.045.872a.728.728,0,0,0,.21.545.711.711,0,0,0,.545.21l.872-.045a1.719,1.719,0,0,1,1.24,2.992l-.648.585a.719.719,0,0,0,0,1.067Z","M8.997 12.001 A3.000 3.000 0 1 0 14.997 12.001 A3.000 3.000 0 1 0 8.997 12.001 Z"]];
|
|
24
|
+
export const CogPlay1 = ["cog-play-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,9.5H20.638a9.007,9.007,0,0,0-.762-1.84l1.316-1.316a1.5,1.5,0,0,0,0-2.122L19.777,2.809a1.5,1.5,0,0,0-2.121,0L16.339,4.126A8.937,8.937,0,0,0,14.5,3.363V1.5A1.5,1.5,0,0,0,13,0H11A1.5,1.5,0,0,0,9.5,1.5V3.363a8.946,8.946,0,0,0-1.839.763L6.343,2.809a1.5,1.5,0,0,0-2.121,0L2.807,4.223a1.5,1.5,0,0,0,0,2.122L4.124,7.662A8.988,8.988,0,0,0,3.361,9.5H1.5A1.5,1.5,0,0,0,0,11v2a1.5,1.5,0,0,0,1.5,1.5H3.361a8.988,8.988,0,0,0,.763,1.839L2.807,17.658a1.5,1.5,0,0,0,0,2.121l1.415,1.414a1.543,1.543,0,0,0,2.121,0l1.316-1.317A8.985,8.985,0,0,0,9.5,20.64V22.5A1.5,1.5,0,0,0,11,24h2a1.5,1.5,0,0,0,1.5-1.5V20.64a8.942,8.942,0,0,0,1.839-.763l1.318,1.317a1.5,1.5,0,0,0,2.121,0l1.414-1.414a1.5,1.5,0,0,0,0-2.121l-1.316-1.317a9.077,9.077,0,0,0,.763-1.84H22.5A1.5,1.5,0,0,0,24,13V11A1.5,1.5,0,0,0,22.5,9.5ZM12,18a6,6,0,1,1,6-6A6,6,0,0,1,12,18Z","M15.293,11.582,10.772,8.645a.5.5,0,0,0-.51-.021.5.5,0,0,0-.262.44V15a.5.5,0,0,0,.264.441.508.508,0,0,0,.512-.024l4.521-3a.5.5,0,0,0,0-.836Z"]];
|
|
25
|
+
export const ToolBox = ["tool-box",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.375,13.5a.75.75,0,0,1,.75-.75h3.75a.75.75,0,0,1,.75.75v.25a.5.5,0,0,0,.5.5H23a.5.5,0,0,0,.5-.5V10a1,1,0,0,0-1-1H16.975a5,5,0,0,0-9.95,0H1.5a1,1,0,0,0-1,1v3.75a.5.5,0,0,0,.5.5H8.875a.5.5,0,0,0,.5-.5ZM12,6.5A3,3,0,0,1,14.958,9H9.042A3,3,0,0,1,12,6.5Z","M14.625,16.626A2.629,2.629,0,0,1,11.476,19.2a2.7,2.7,0,0,1-2.1-2.678v-.271a.5.5,0,0,0-.5-.5H1a.5.5,0,0,0-.5.5V23a1,1,0,0,0,1,1h21a1,1,0,0,0,1-1v-6.75a.5.5,0,0,0-.5-.5l-7.83,0a.5.5,0,0,0-.545.5Z","M12.625,14.251h-1.25a.5.5,0,0,0-.5.5v1.875a1.125,1.125,0,0,0,2.25,0V14.751A.5.5,0,0,0,12.625,14.251Z"]];
|
|
26
|
+
export const CogSquare1Alternate = ["cog-square-1-alternate",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}],["M19.174,0H4.826A4.832,4.832,0,0,0,0,4.826V19.174A4.832,4.832,0,0,0,4.826,24H19.174A4.832,4.832,0,0,0,24,19.174V4.826A4.832,4.832,0,0,0,19.174,0ZM22,19.174A2.83,2.83,0,0,1,19.174,22H4.826A2.83,2.83,0,0,1,2,19.174V4.826A2.83,2.83,0,0,1,4.826,2H19.174A2.83,2.83,0,0,1,22,4.826Z","M10.247 12.000 A1.750 1.750 0 1 0 13.747 12.000 A1.750 1.750 0 1 0 10.247 12.000 Z","M18.933,10.881a1.719,1.719,0,0,0-1.24-2.992l-.872.045a.72.72,0,0,1-.755-.755l.045-.872a1.719,1.719,0,0,0-2.992-1.24l-.586.649a.742.742,0,0,1-1.066,0l-.586-.649a1.719,1.719,0,0,0-2.992,1.24l.045.872a.728.728,0,0,1-.21.545.749.749,0,0,1-.545.21l-.872-.045a1.719,1.719,0,0,0-1.24,2.992l.648.586a.719.719,0,0,1,0,1.067l-.648.585a1.719,1.719,0,0,0,1.24,2.992l.872-.045a.713.713,0,0,1,.545.21.728.728,0,0,1,.21.545l-.045.872a1.719,1.719,0,0,0,2.992,1.24l.586-.649a.74.74,0,0,1,1.066,0l.586.648a1.719,1.719,0,0,0,2.992-1.24l-.045-.872a.728.728,0,0,1,.21-.545.739.739,0,0,1,.545-.21l.872.045a1.719,1.719,0,0,0,1.24-2.992l-.648-.586a.719.719,0,0,1,0-1.067ZM12,15.25A3.25,3.25,0,1,1,15.247,12,3.254,3.254,0,0,1,12,15.25Z"]];
|
|
27
|
+
export const CogApproved1 = ["cog-approved-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.261,16.234a2.989,2.989,0,0,1-2.287-.844L7.337,11.754A3,3,0,0,1,11.58,7.511l1.263,1.263,3.288-4.121a1.873,1.873,0,0,1-2.382-1.142L13.3,2.245a1.875,1.875,0,0,0-3.533,0l-.45,1.266A1.875,1.875,0,0,1,6.744,4.576L5.531,4a1.875,1.875,0,0,0-2.5,2.5L3.609,7.71a1.875,1.875,0,0,1-1.065,2.572l-1.265.45a1.876,1.876,0,0,0,0,3.533l1.265.45a1.874,1.874,0,0,1,1.065,2.571L3.033,18.5a1.875,1.875,0,0,0,2.5,2.5l1.213-.577a1.875,1.875,0,0,1,2.572,1.065l.45,1.266a1.875,1.875,0,0,0,3.533,0l.45-1.266a1.874,1.874,0,0,1,2.571-1.065L17.533,21a1.875,1.875,0,0,0,2.5-2.5l-.576-1.213a1.874,1.874,0,0,1,1.065-2.571l1.265-.45a1.875,1.875,0,0,0,0-3.533l-1.265-.45a1.862,1.862,0,0,1-.781-.531l-4.3,5.388A2.986,2.986,0,0,1,13.261,16.234Z","M23.4.33a1.5,1.5,0,0,0-2.108.239L12.968,11.021,10.519,8.572A1.5,1.5,0,1,0,8.4,10.694l3.637,3.635a1.515,1.515,0,0,0,2.233-.126L23.639,2.438A1.5,1.5,0,0,0,23.4.33Z"]];
|
|
28
|
+
export const CogDouble2 = ["cog-double-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}],["M15.852,12.367l-1-1.732a1,1,0,0,0-1.366-.366l-.708.409a6.535,6.535,0,0,0-2.353-1.354V8.5a1,1,0,0,0-1-1h-2a1,1,0,0,0-1,1v.821a6.455,6.455,0,0,0-2.357,1.356l-.706-.408A1,1,0,0,0,2,10.635L1,12.367a1,1,0,0,0,.366,1.366l.712.412a6.46,6.46,0,0,0,0,2.713l-.712.411A1,1,0,0,0,1,18.635l1,1.732a1,1,0,0,0,1.366.366l.708-.409a6.508,6.508,0,0,0,2.355,1.355V22.5a1,1,0,0,0,1,1h2a1,1,0,0,0,1-1V21.68a6.471,6.471,0,0,0,2.356-1.355l.705.408a1,1,0,0,0,1.366-.366l1-1.732a1,1,0,0,0-.366-1.366l-.711-.41a6.453,6.453,0,0,0,0-2.715l.711-.411A1,1,0,0,0,15.852,12.367ZM8.425,19a3.5,3.5,0,1,1,3.5-3.5A3.5,3.5,0,0,1,8.425,19Z","M22.888,6.134l-.568-.328A3.452,3.452,0,0,0,22.314,4.2l.574-.331a.5.5,0,0,0,.183-.683l-.5-.867a.5.5,0,0,0-.683-.183l-.574.332a3.459,3.459,0,0,0-1.389-.81V1a.5.5,0,0,0-.5-.5h-1a.5.5,0,0,0-.5.5v.656a3.5,3.5,0,0,0-1.395.806l-.569-.329a.5.5,0,0,0-.683.183l-.5.867a.5.5,0,0,0,.183.683l.567.327a3.461,3.461,0,0,0,0,1.61l-.572.33a.5.5,0,0,0-.183.683l.5.867a.5.5,0,0,0,.683.183l.572-.331a3.462,3.462,0,0,0,1.392.812V9a.5.5,0,0,0,.5.5h1a.5.5,0,0,0,.5-.5V8.345a3.489,3.489,0,0,0,1.394-.807l.569.329a.5.5,0,0,0,.683-.183l.5-.867A.5.5,0,0,0,22.888,6.134ZM18.925,6.5a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,18.925,6.5Z"]];
|
|
29
|
+
export const Hammer1 = ["hammer-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}],["M9.738,10.3a.516.516,0,0,0-.707,0L.768,18.561a2.486,2.486,0,0,0-.733,1.767,2.564,2.564,0,0,0,2.5,2.5A2.48,2.48,0,0,0,4.3,22.1l8.263-8.263a.5.5,0,0,0,0-.707Z","M23.525,9.237l-1.06-1.061h0a1,1,0,0,0-1.414,0,1.022,1.022,0,0,1-1.414,0A1,1,0,0,1,19.413,7.1,1.5,1.5,0,0,0,19.078,5.5c-1.432-1.438-2.007-2.015-2.293-2.246l.007,0A7.745,7.745,0,0,0,6.761,2.8a.994.994,0,0,0-.348,1.137A1.013,1.013,0,0,0,7.4,4.6a5.018,5.018,0,0,1,3.752,1.455c.517.518.779.917.779,1.186a.413.413,0,0,1-.151.308l-.982.981a.5.5,0,0,0,0,.707l2.828,2.828a.5.5,0,0,0,.707,0l1.061-1.061a1.022,1.022,0,0,1,1.413,0,1,1,0,0,1,0,1.414,1,1,0,0,0,0,1.414L17.868,14.9a1.5,1.5,0,0,0,2.121,0l3.536-3.536a1.5,1.5,0,0,0,0-2.121Z"]];
|
|
30
|
+
export const Cog2 = ["cog-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}],["M0,12a1.5,1.5,0,0,0,1.5,1.5H3.434a.25.25,0,0,1,.245.2,8.46,8.46,0,0,0,1.235,2.981A.25.25,0,0,1,4.883,17L3.515,18.365a1.5,1.5,0,1,0,2.121,2.121L7,19.118a.25.25,0,0,1,.315-.031A8.434,8.434,0,0,0,10.3,20.322a.25.25,0,0,1,.2.245V22.5a1.5,1.5,0,1,0,3,0V20.567a.25.25,0,0,1,.2-.245,8.434,8.434,0,0,0,2.981-1.235.25.25,0,0,1,.315.031l1.368,1.368a1.5,1.5,0,1,0,2.121-2.121L19.117,17a.25.25,0,0,1-.031-.315A8.46,8.46,0,0,0,20.321,13.7a.249.249,0,0,1,.245-.2H22.5a1.5,1.5,0,0,0,0-3H20.566a.249.249,0,0,1-.245-.2A8.452,8.452,0,0,0,19.086,7.32a.25.25,0,0,1,.031-.315l1.368-1.369a1.5,1.5,0,1,0-2.121-2.121L17,4.884a.25.25,0,0,1-.315.031A8.434,8.434,0,0,0,13.7,3.68a.25.25,0,0,1-.2-.245V1.5a1.5,1.5,0,1,0-3,0V3.435a.25.25,0,0,1-.2.245A8.444,8.444,0,0,0,7.319,4.915.25.25,0,0,1,7,4.884L5.636,3.515A1.5,1.5,0,0,0,3.515,5.636L4.883,7.005a.25.25,0,0,1,.031.315A8.452,8.452,0,0,0,3.679,10.3a.25.25,0,0,1-.245.2H1.5A1.5,1.5,0,0,0,0,12ZM12,6.5A5.5,5.5,0,1,1,6.5,12,5.5,5.5,0,0,1,12,6.5Z","M9.000 12.001 A3.000 3.000 0 1 0 15.000 12.001 A3.000 3.000 0 1 0 9.000 12.001 Z"]];
|
|
31
|
+
export const CogDouble3 = ["cog-double-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}],["M23.6,6.488l-.764-.823a.242.242,0,0,1,0-.328l.762-.823a1.47,1.47,0,0,0,.2-1.768,1.46,1.46,0,0,0-1.62-.7l-1.09.253a.232.232,0,0,1-.278-.163l-.328-1.076A1.462,1.462,0,0,0,19.055,0h0a1.462,1.462,0,0,0-1.423,1.056L17.3,2.133a.241.241,0,0,1-.277.163l-1.091-.253a1.46,1.46,0,0,0-1.62.7,1.47,1.47,0,0,0,.2,1.768l.764.823a.243.243,0,0,1,0,.328l-.765.823a1.493,1.493,0,0,0,1.425,2.471l1.091-.253a.241.241,0,0,1,.277.163l.327,1.076A1.462,1.462,0,0,0,19.054,11h0a1.462,1.462,0,0,0,1.421-1.056L20.8,8.869a.234.234,0,0,1,.277-.163l1.091.253A1.492,1.492,0,0,0,23.6,6.488Zm-4.542.951A1.938,1.938,0,1,1,20.991,5.5,1.94,1.94,0,0,1,19.054,7.439Z","M14.709,15.4l.694-.627a1.806,1.806,0,0,0-1.3-3.144l-.933.048a.807.807,0,0,1-.847-.846l.048-.934A1.805,1.805,0,0,0,9.225,8.6L8.6,9.291a.834.834,0,0,1-1.2,0L6.774,8.6A1.806,1.806,0,0,0,3.63,9.9l.048.933a.808.808,0,0,1-.847.847L1.9,11.632A1.838,1.838,0,0,0,.137,12.744,1.809,1.809,0,0,0,.6,14.776l.7.627a.808.808,0,0,1,0,1.2L.6,17.226A1.806,1.806,0,0,0,1.9,20.37l.933-.047a.806.806,0,0,1,.847.846L3.63,22.1a1.806,1.806,0,0,0,3.144,1.3l.626-.7a.834.834,0,0,1,1.2,0l.627.7a1.805,1.805,0,0,0,3.143-1.3l-.048-.934a.806.806,0,0,1,.847-.846l.933.047a1.831,1.831,0,0,0,1.761-1.112,1.81,1.81,0,0,0-.458-2.032l-.694-.626a.806.806,0,0,1,0-1.2ZM12,16a4,4,0,1,1-4-4A4,4,0,0,1,12,16Z"]];
|
|
32
|
+
export const CogBrowser = ["cog-browser",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,7H.5a.5.5,0,0,0-.5.5V21a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V7.5A.5.5,0,0,0,23.5,7Zm-7.3,8.211.859.905a1.553,1.553,0,0,1,.229,1.868,1.587,1.587,0,0,1-1.764.771L14.3,18.479a.331.331,0,0,0-.39.215l-.368,1.184a1.617,1.617,0,0,1-3.08,0l-.368-1.184a.33.33,0,0,0-.389-.215l-1.228.277a1.588,1.588,0,0,1-1.764-.771,1.553,1.553,0,0,1,.229-1.868l.859-.905a.3.3,0,0,0,0-.422l-.859-.9a1.553,1.553,0,0,1-.229-1.868,1.584,1.584,0,0,1,1.764-.771l1.227.278a.33.33,0,0,0,.39-.216l.368-1.183a1.617,1.617,0,0,1,3.08,0h0l.368,1.183a.333.333,0,0,0,.389.216l1.228-.278a1.588,1.588,0,0,1,1.764.771,1.553,1.553,0,0,1-.229,1.868l-.859.9A.3.3,0,0,0,16.2,15.212Z","M22,1H2A2,2,0,0,0,0,3V5a.5.5,0,0,0,.5.5h23A.5.5,0,0,0,24,5V3A2,2,0,0,0,22,1ZM2.5,4.5a1,1,0,1,1,1-1A1,1,0,0,1,2.5,4.5ZM6,4.5a1,1,0,1,1,1-1A1,1,0,0,1,6,4.5Zm3.5,0a1,1,0,1,1,1-1A1,1,0,0,1,9.5,4.5Z","M14.707,15A2.707,2.707,0,1,0,12,17.664,2.688,2.688,0,0,0,14.707,15ZM12,16.164A1.164,1.164,0,1,1,13.207,15,1.186,1.186,0,0,1,12,16.164Z"]];
|
|
33
|
+
export const CogDouble = ["cog-double",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,9.006a.509.509,0,0,0-.233-.3L22,8.086a4.932,4.932,0,0,0,0-2.17L23.051,5.3a.5.5,0,0,0,.181-.684L22.218,2.879A.5.5,0,0,0,21.54,2.7l-1.105.625A3.613,3.613,0,0,0,18.5,2.231V1A.5.5,0,0,0,18,.5H16a.5.5,0,0,0-.5.5v1.23A3.62,3.62,0,0,0,13.564,3.32L12.46,2.7a.5.5,0,0,0-.678.184L10.768,4.617a.5.5,0,0,0,.181.684l1.059.615a4.917,4.917,0,0,0,0,2.17l-1.07.616a.5.5,0,0,0-.183.684l1,1.738a.5.5,0,0,0,.676.187l1.132-.629a3.627,3.627,0,0,0,1.937,1.09V13a.5.5,0,0,0,.5.5h2a.5.5,0,0,0,.5-.5V11.772a3.62,3.62,0,0,0,1.936-1.09l1.133.629a.5.5,0,0,0,.676-.187l1-1.738A.5.5,0,0,0,23.3,9.006ZM17,9.5A2.5,2.5,0,1,1,19.5,7,2.5,2.5,0,0,1,17,9.5Z","M13.065,18.7,12,18.086a4.932,4.932,0,0,0,0-2.17l1.059-.615a.5.5,0,0,0,.181-.684l-1.014-1.738a.5.5,0,0,0-.678-.184l-1.1.625A3.613,3.613,0,0,0,8.5,12.231V11a.5.5,0,0,0-.5-.5H6a.5.5,0,0,0-.5.5v1.23A3.62,3.62,0,0,0,3.564,13.32L2.46,12.7a.5.5,0,0,0-.678.184L.768,14.617a.5.5,0,0,0,.181.684l1.059.615a4.917,4.917,0,0,0,0,2.17L.935,18.7a.5.5,0,0,0-.183.684l1,1.738a.5.5,0,0,0,.676.187l1.132-.629A3.627,3.627,0,0,0,5.5,21.772V23a.5.5,0,0,0,.5.5H8a.5.5,0,0,0,.5-.5V21.772a3.62,3.62,0,0,0,1.936-1.09l1.133.629a.5.5,0,0,0,.676-.187l1-1.738a.5.5,0,0,0-.183-.684ZM7,19.5A2.5,2.5,0,1,1,9.5,17,2.5,2.5,0,0,1,7,19.5Z"]];
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export const Satellite1 = ["satellite-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}],["M7.079,8.457A1.5,1.5,0,0,0,9.2,8.447l1.408-1.42a1.5,1.5,0,0,0-.01-2.122L6.337.683A1.505,1.505,0,0,0,4.216.692L2.808,2.113a1.5,1.5,0,0,0,.01,2.121Z","M23.307,17.683,19.044,13.46a1.506,1.506,0,0,0-2.121.01l-1.408,1.421a1.5,1.5,0,0,0,.01,2.121l4.263,4.223a1.5,1.5,0,0,0,2.121-.01L23.316,19.8A1.5,1.5,0,0,0,23.307,17.683Z","M20.66,5.317h.007a2.038,2.038,0,1,0-.007,0Z","M7.25,18.75a2,2,0,0,1-2-2,1,1,0,0,0-2,0,4,4,0,0,0,4,4,1,1,0,0,0,0-2Z","M6.75,21.75a4.5,4.5,0,0,1-4.5-4.5,1,1,0,0,0-2,0,6.508,6.508,0,0,0,6.5,6.5,1,1,0,0,0,0-2Z","M18.014,5.948a3,3,0,0,0-4.242.019L9.289,10.494A1,1,0,0,0,9.3,11.909l2.841,2.815a1,1,0,0,0,1.413-.007l4.483-4.527A3,3,0,0,0,18.014,5.948Z","M5.716,13a1,1,0,0,0-.27,1.611l4.019,3.983a1,1,0,0,0,1.609-.283A4,4,0,0,0,5.716,13Z"]];
|
|
2
|
+
export const Satellite = ["satellite",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.724,17.291A12.857,12.857,0,0,1,5.3,15.6L.2,22.4A1,1,0,0,0,1,24H12.5a1,1,0,0,0,.824-1.566l-1.392-2.025A12.688,12.688,0,0,1,6.724,17.291Z","M9.122.289A1,1,0,0,0,7.708.3,11.24,11.24,0,0,0,7.78,16.226h0a11.28,11.28,0,0,0,15.93-.072A1,1,0,0,0,23.7,14.74l-6.561-6.5,2.092-2.029A2.991,2.991,0,0,0,23.5,3.486,3,3,0,0,0,20.5.5h-.014A2.99,2.99,0,0,0,17.811,4.8L15.722,6.829Z"]];
|
|
3
|
+
export const Megaphone1 = ["megaphone-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,1.749a1,1,0,1,0-2,0v.774L3.846,8.384A.5.5,0,0,0,3.5,8.86v5.957a.5.5,0,0,0,.35.477l1.3.408a.5.5,0,0,1,.35.477V18.77A4.505,4.505,0,0,0,10,23.25h.021A4.505,4.505,0,0,0,14.5,18.733v-.1L22,20.983v.766a1,1,0,0,0,2,0ZM12.5,18.738a2.5,2.5,0,0,1-2.488,2.512H10a2.5,2.5,0,0,1-2.5-2.484V17.119a.5.5,0,0,1,.65-.477l4,1.254a.5.5,0,0,1,.35.477Z","M2,8.249a1,1,0,0,0-1-1H1a1,1,0,0,0-1,1l.005,7a1,1,0,0,0,1,1H1a1,1,0,0,0,1-.976Z"]];
|
|
4
|
+
export const Share3Alternate = ["share-3-alternate",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.25,10.249a.25.25,0,0,0-.25.25v11.25H2v-13H5.253A.25.25,0,0,0,5.5,8.5a6.929,6.929,0,0,1,.173-1.447.251.251,0,0,0-.244-.305H2a2,2,0,0,0-2,2v13a2,2,0,0,0,2,2H15a2,2,0,0,0,2-2V10.5a.25.25,0,0,0-.25-.25Z","M19.372.415A.5.5,0,0,0,18.5.749V2.5a.249.249,0,0,1-.25.25H12.88A5.882,5.882,0,0,0,7,8.62a5.737,5.737,0,0,0,.921,3.142.5.5,0,0,0,.9-.124A4.154,4.154,0,0,1,12.76,8.749h5.49A.25.25,0,0,1,18.5,9v1.75a.5.5,0,0,0,.872.335l4.5-5a.5.5,0,0,0,0-.669Z"]];
|
|
5
|
+
export const Megaphone = ["megaphone",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}],["M24,9.495A2,2,0,0,0,22.67,7.622.5.5,0,0,0,22,8.093l.007,3.824a.5.5,0,0,0,.67.469A2,2,0,0,0,24,10.5Z","M20.5,3.5a1.492,1.492,0,0,0-.7-1.26c-.834-.53-1.469-.086-2.726.519A22.5,22.5,0,0,1,6.972,5.447a.5.5,0,0,0-.472.5v8.606h0a8.312,8.312,0,0,0,4.6,7.334,1,1,0,1,0,.888-1.792,6.288,6.288,0,0,1-3.48-5.421,21.913,21.913,0,0,1,8.55,2.47c1.376.647,1.938,1.035,2.756.5a1.494,1.494,0,0,0,.683-1.264Z","M5,6.017a.5.5,0,0,0-.5-.5l-1.013.008A3.505,3.505,0,0,0,0,9.042l.009,2a3.5,3.5,0,0,0,3.516,3.483H4.5a.5.5,0,0,0,.5-.5Z"]];
|
|
6
|
+
export const Share2Alternate = ["share-2-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M11.642,8.666A.249.249,0,0,0,11.877,9H14.5a.5.5,0,0,1,.5.5v12a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V9.5A.5.5,0,0,1,2.5,9H5.291A.249.249,0,0,0,5.54,8.77a8.542,8.542,0,0,1,.245-1.457A.251.251,0,0,0,5.543,7H2A2,2,0,0,0,0,9V22a2,2,0,0,0,2,2H15a2,2,0,0,0,2-2V9a2,2,0,0,0-2-2H14A2.5,2.5,0,0,0,11.642,8.666Z","M23.705,4.706a1,1,0,0,0,0-1.414l-3-3A1,1,0,0,0,19,1v1.25a.25.25,0,0,1-.25.25H14a7.008,7.008,0,0,0-7,7v2a1.5,1.5,0,0,0,3,0v-2a4.005,4.005,0,0,1,4-4h4.75a.25.25,0,0,1,.25.25V7a1,1,0,0,0,1.707.707Z"]];
|
|
7
|
+
export const Share1 = ["share-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}],["M18.5,7H15.25a.25.25,0,0,0-.25.25V11a3,3,0,0,1-6,0V7.248A.25.25,0,0,0,8.75,7H5.5a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2h13a2,2,0,0,0,2-2V9A2,2,0,0,0,18.5,7Z","M11,11a1,1,0,0,0,2,0V5.748a.25.25,0,0,1,.25-.25H15.5a1,1,0,0,0,.707-1.707l-3.5-3.5a1,1,0,0,0-1.414,0l-3.5,3.5A1,1,0,0,0,8.5,5.5h2.25a.25.25,0,0,1,.25.25Z"]];
|
|
8
|
+
export const Share2 = ["share-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}],["M11.5,9.5v2a3,3,0,0,1-6,0v-2a8.475,8.475,0,0,1,.286-2.186A.25.25,0,0,0,5.545,7H2A2,2,0,0,0,0,9V22a2,2,0,0,0,2,2H15a2,2,0,0,0,2-2V9a2,2,0,0,0-2-2H14A2.5,2.5,0,0,0,11.5,9.5Z","M23.708,3.292l-3-3A1,1,0,0,0,19,1V2.75a.25.25,0,0,1-.25.25H14A6.508,6.508,0,0,0,7.5,9.5v2a1,1,0,0,0,2,0v-2A4.5,4.5,0,0,1,14,5h4.75a.249.249,0,0,1,.25.25V7a1,1,0,0,0,1.707.707l3-3A1.006,1.006,0,0,0,23.708,3.292Z"]];
|
|
9
|
+
export const Share = ["share",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19,14a4.976,4.976,0,0,0-3.586,1.53L9.921,12.783A4.948,4.948,0,0,0,10,12a4.935,4.935,0,0,0-.079-.783L15.414,8.47A4.991,4.991,0,1,0,14,5a4.948,4.948,0,0,0,.079.784L8.586,8.529a5,5,0,1,0,0,6.941l5.493,2.746A4.935,4.935,0,0,0,14,19a5,5,0,1,0,5-5Z"]];
|
|
10
|
+
export const UserSignal1 = ["user-signal-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}],["M11.993,17.883h-.022A5.014,5.014,0,0,0,7,22.927a.5.5,0,0,0,.5.5h9a.5.5,0,0,0,.5-.5,5.054,5.054,0,0,0-1.48-3.558A4.943,4.943,0,0,0,11.993,17.883Z","M12.017,17.383a3.5,3.5,0,0,0-.017-7h-.016a3.5,3.5,0,0,0,.016,7Z","M17.631,6.728A8,8,0,0,0,5.076,16.419a1,1,0,0,0,1.73-1,6,6,0,1,1,10.389,0,1,1,0,0,0,1.731,1A8,8,0,0,0,17.631,6.728Z","M20.447,4.045A12,12,0,1,0,3.553,21.094,1,1,0,0,0,4.96,19.673,10,10,0,1,1,19.1,19.608a1,1,0,1,0,1.421,1.408A12.014,12.014,0,0,0,20.447,4.045Z"]];
|
|
11
|
+
export const Share3 = ["share-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}],["M12.76,10.249a2.642,2.642,0,0,0-2.51,1.833,2,2,0,0,1-3.586.5,7.245,7.245,0,0,1-.988-5.526.251.251,0,0,0-.244-.305H2a2,2,0,0,0-2,2v13a2,2,0,0,0,2,2H15a2,2,0,0,0,2-2V10.5a.25.25,0,0,0-.25-.25Z","M19.372.415A.5.5,0,0,0,18.5.749V2.5a.25.25,0,0,1-.25.25H12.88A5.882,5.882,0,0,0,7,8.619a5.738,5.738,0,0,0,.921,3.143.5.5,0,0,0,.9-.125A4.154,4.154,0,0,1,12.76,8.749h5.49A.25.25,0,0,1,18.5,9v1.75a.5.5,0,0,0,.872.335l4.5-5a.5.5,0,0,0,0-.669Z"]];
|
|
12
|
+
export const Share1Alternate = ["share-1-alternate",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.5,9a2,2,0,0,0-2-2h-3.25a.25.25,0,0,0-.25.25v1.5a.25.25,0,0,0,.25.25H18a.5.5,0,0,1,.5.5v12a.5.5,0,0,1-.5.5H6a.5.5,0,0,1-.5-.5V9.5A.5.5,0,0,1,6,9h2.75A.25.25,0,0,0,9,8.749v-1.5A.25.25,0,0,0,8.748,7H5.5a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2h13a2,2,0,0,0,2-2Z","M10.5,11a1.5,1.5,0,0,0,3,0V5.749a.25.25,0,0,1,.25-.25H15.5A1,1,0,0,0,16.2,3.792l-3.5-3.5a1,1,0,0,0-1.414,0l-3.5,3.5A1,1,0,0,0,8.5,5.5h1.75a.25.25,0,0,1,.25.25Z"]];
|
|
13
|
+
export const SatelliteSignal = ["satellite-signal",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.473,10.7a1.251,1.251,0,1,0,1.768-.006A1.281,1.281,0,0,0,11.473,10.7Z","M23.7,17.888,19.8,14.018a1.494,1.494,0,0,0-2.121.009l-.7.711-.425-.422A5,5,0,0,0,9.588,7.423L9.158,7l.7-.709a1.5,1.5,0,0,0-.01-2.121L5.946.3A.991.991,0,0,0,4.532.3L1.013,3.853h0a1,1,0,0,0,.006,1.413l3.907,3.87a1.507,1.507,0,0,0,2.122-.009l.7-.71.428.425a5,5,0,0,0,6.96,6.9l.425.421-.7.71a1.5,1.5,0,0,0,.009,2.12l3.906,3.87a1,1,0,0,0,1.415-.006l3.518-3.55A1,1,0,0,0,23.7,17.888ZM10.248,13.714a3,3,0,1,1,4.252-.031l-.007.005-.007.01A3,3,0,0,1,10.248,13.714Z","M9,18a3,3,0,0,1-3-3,1,1,0,0,0-2,0,5,5,0,0,0,5,5,1,1,0,1,0,0-2Z","M9,22a7.007,7.007,0,0,1-7-7,1,1,0,0,0-2,0,9.008,9.008,0,0,0,9,9,1,1,0,1,0,0-2Z"]];
|
|
14
|
+
export const UserSignal = ["user-signal",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.500 10.997 A2.500 2.500 0 1 0 14.500 10.997 A2.500 2.500 0 1 0 9.500 10.997 Z","M12.647,13.555A3.5,3.5,0,0,0,8.5,17v3a.5.5,0,0,0,.5.5h1.052l.34,3.055a.5.5,0,0,0,.5.445h2.222a.5.5,0,0,0,.5-.445l.339-3.055H15a.5.5,0,0,0,.5-.5V17.143A3.573,3.573,0,0,0,12.647,13.555Z","M19.119,15.009a7.8,7.8,0,1,0-14.24,0,1,1,0,0,0,1.826-.818,5.835,5.835,0,0,1,2.1-7.222,5.752,5.752,0,0,1,6.38,0,5.834,5.834,0,0,1,2.105,7.222,1,1,0,0,0,1.825.817Z","M23.482,10.86A11.5,11.5,0,1,0,3.868,19.629a1,1,0,1,0,1.414-1.414,9.5,9.5,0,1,1,13.436,0,1,1,0,0,0,1.414,1.414A11.519,11.519,0,0,0,23.482,10.86Z"]];
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export const GraphStatsSquare = ["graph-stats-square",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.354,14.531A2.807,2.807,0,0,1,16.8,13.063a.5.5,0,0,0-.9.164l-1.4,5.852a1.5,1.5,0,0,1-2.93-.049L9.521,9.049a.5.5,0,0,0-.98.009,24.423,24.423,0,0,1-.749,3.062,3.108,3.108,0,0,1-1.938,2.294,3.678,3.678,0,0,1-.98.117H.5a.5.5,0,0,0-.5.5V21.5A2.5,2.5,0,0,0,2.5,24h19A2.5,2.5,0,0,0,24,21.5v-6.47a.5.5,0,0,0-.5-.5Z","M4.874,12.531c.822,0,1-.3,1.866-4.851.213-1.115.464-2.433.788-3.985a1.5,1.5,0,0,1,2.937,0l2.16,10.533a.5.5,0,0,0,.976.016l1.06-4.419a1.5,1.5,0,0,1,2.853-.205c.119.3.228.594.333.88.6,1.622.836,2.03,1.507,2.03H23.5a.5.5,0,0,0,.5-.5V2.5A2.5,2.5,0,0,0,21.5,0H2.5A2.5,2.5,0,0,0,0,2.5v9.53a.5.5,0,0,0,.5.5Z"]];
|
|
2
|
+
export const GraphStatsCircle = ["graph-stats-circle",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.354,14A3.08,3.08,0,0,1,16.5,12.433a.248.248,0,0,0-.444.062l-1.576,5.014a1.538,1.538,0,0,1-2.9-.055L9.256,8.8a.25.25,0,0,0-.485.008,14.607,14.607,0,0,1-1.2,3.754A2.809,2.809,0,0,1,4.874,14H.168a12,12,0,0,0,23.664,0Z","M4.874,12c.935,0,1.012,0,1.913-3.565.206-.813.448-1.771.755-2.895A1.479,1.479,0,0,1,9,4.5H9a1.476,1.476,0,0,1,1.454,1.047l2.4,8.928a.249.249,0,0,0,.479.01L14.679,10.2a1.479,1.479,0,0,1,1.348-.989,1.521,1.521,0,0,1,1.443.773c.1.194.2.383.285.565.581,1.171.75,1.448,1.6,1.448H24A12,12,0,0,0,0,12Z"]];
|
|
3
|
+
export const GraphStatsDescend = ["graph-stats-descend",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M7,13.706a3.357,3.357,0,0,0,4.694-.075l2.138-2.137a.483.483,0,0,1,.682,0l3.572,3.572a.24.24,0,0,1,0,.341l-1.7,1.7a.964.964,0,0,0,.68,1.647h5.786a.965.965,0,0,0,.964-.964V12.02a.965.965,0,0,0-1.645-.683l-1.694,1.688a.24.24,0,0,1-.34,0L16.556,9.448a3.456,3.456,0,0,0-4.773,0L9.646,11.586a.481.481,0,0,1-.671.01L2.624,5.642A1.446,1.446,0,1,0,.645,7.752Z"]];
|
|
4
|
+
export const GraphStatsSquareAlternate = ["graph-stats-square-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21,0H3A3,3,0,0,0,0,3V21a3,3,0,0,0,3,3H21a3,3,0,0,0,3-3V3A3,3,0,0,0,21,0ZM3,2H21a1,1,0,0,1,1,1v9.53H19.354c-.671,0-.911-.408-1.507-2.03-.106-.286-.214-.582-.335-.883a1.5,1.5,0,0,0-2.852.208l-1.584,6.6L10.466,3.7A1.507,1.507,0,0,0,9,2.5H9A1.5,1.5,0,0,0,7.528,3.7c-.323,1.551-.575,2.868-.788,3.982-.869,4.554-1.044,4.854-1.866,4.854H2V3A1,1,0,0,1,3,2ZM21,22H3a1,1,0,0,1-1-1v-6.47H4.874c2.6,0,2.956-1.9,3.831-6.479C8.8,7.577,9,6.513,9,6.513l2.568,12.521a1.493,1.493,0,0,0,1.444,1.2h.026A1.491,1.491,0,0,0,14.5,19.079l1.73-7.207c.537,1.358,1.28,2.659,3.127,2.659H22V21A1,1,0,0,1,21,22Z"]];
|
|
5
|
+
export const GraphStatsCircleAlternate = ["graph-stats-circle-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm0,2A10.011,10.011,0,0,1,22,12H19.354c-.849,0-1.018-.276-1.6-1.448-.09-.182-.184-.371-.285-.565a1.519,1.519,0,0,0-1.443-.773,1.479,1.479,0,0,0-1.348.99l-1.6,5.1L10.452,5.548A1.476,1.476,0,0,0,9,4.5H9a1.479,1.479,0,0,0-1.455,1.04c-.307,1.124-.549,2.082-.755,2.9C5.886,12,5.809,12,4.874,12H2A10.011,10.011,0,0,1,12,2Zm0,20a10.017,10.017,0,0,1-9.8-8H4.874c2.568,0,2.944-1.485,3.852-5.074L9,7.851l2.583,9.6A1.477,1.477,0,0,0,13.017,18.5h.022a1.472,1.472,0,0,0,1.44-.992l1.746-5.552A3.244,3.244,0,0,0,19.354,14H21.8A10.017,10.017,0,0,1,12,22Z"]];
|
|
6
|
+
export const GraphStats = ["graph-stats",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.75,11.251H17.871l-1.606-4.2a1.25,1.25,0,0,0-2.392.2l-1.458,7.116L10.6,2.314a1.25,1.25,0,0,0-2.438-.158L5.548,11.251H1.25a1.25,1.25,0,0,0,0,2.5H6.489a1.248,1.248,0,0,0,1.2-.906L8.979,8.356l2.013,13.331a1.25,1.25,0,0,0,1.2,1.063h.033a1.25,1.25,0,0,0,1.224-1l2.009-9.8.382,1a1.249,1.249,0,0,0,1.167.8H22.75a1.25,1.25,0,0,0,0-2.5Z"]];
|
|
7
|
+
export const GraphStatsAscend = ["graph-stats-ascend",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M1.634,18.75a1.439,1.439,0,0,0,.989-.391L8.976,12.4a.48.48,0,0,1,.67.01l2.137,2.138a3.456,3.456,0,0,0,4.773,0l3.577-3.577a.24.24,0,0,1,.34,0l1.694,1.688a.965.965,0,0,0,.681.281.966.966,0,0,0,.965-.964V6.214a.965.965,0,0,0-.965-.964H17.063A.964.964,0,0,0,16.382,6.9l1.7,1.7a.243.243,0,0,1,.071.171.237.237,0,0,1-.071.17l-3.572,3.573a.485.485,0,0,1-.682,0l-2.138-2.138A3.359,3.359,0,0,0,7,10.294L.645,16.248a1.447,1.447,0,0,0,.989,2.5Z"]];
|