@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,31 @@
|
|
|
1
|
+
export const StyleTwoPinMarker = ["style-two-pin-marker",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.547,6.538,12.488,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.665,8.542-7.608,8.542-14.154A9.511,9.511,0,0,0,12,0Zm0,14.5a5,5,0,1,1,5-5A5,5,0,0,1,12,14.5Z"]];
|
|
2
|
+
export const PstyleTwoInCart = ["pstyle-two-in-cart",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.547,6.538,12.488,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.665,8.542-7.608,8.542-14.154A9.511,9.511,0,0,0,12,0ZM9.321,16.5a1,1,0,1,1,1-1A1,1,0,0,1,9.321,16.5Zm4.5,0a1,1,0,1,1,1-1A1,1,0,0,1,13.821,16.5Zm.979-3.356a.5.5,0,0,1-.479.356h-5.5a.5.5,0,0,1-.472-.334l-1.75-5A.5.5,0,0,1,7.071,7.5h7.485a.5.5,0,0,0,.479-.356l.747-2.488a.75.75,0,1,1,1.436.431Z"]];
|
|
3
|
+
export const StyleTwoPinAdd = ["style-two-pin-add",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.547,6.538,12.488,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.665,8.542-7.608,8.542-14.154A9.511,9.511,0,0,0,12,0Zm4.75,11.083H13.5a.5.5,0,0,0-.5.5v3.25a1,1,0,0,1-2,0v-3.25a.5.5,0,0,0-.5-.5H7.25a1,1,0,1,1,0-2H10.5a.5.5,0,0,0,.5-.5V5.333a1,1,0,1,1,2,0v3.25a.5.5,0,0,0,.5.5h3.25a1,1,0,0,1,0,2Z"]];
|
|
4
|
+
export const StyleTwoPinBolt = ["style-two-pin-bolt",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.544,6.537,12.488,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.665,8.542-7.609,8.542-14.154A9.511,9.511,0,0,0,12,0Zm4.476,9.47-5.782,7.187a.248.248,0,0,1-.194.093.241.241,0,0,1-.083-.014.25.25,0,0,1-.167-.236V11.25a.5.5,0,0,0-.5-.5H8.108a.75.75,0,0,1-.584-1.22l5.782-7.187a.25.25,0,0,1,.444.157V7.75a.5.5,0,0,0,.5.5h1.642a.75.75,0,0,1,.584,1.22Z"]];
|
|
5
|
+
export const StyleTwoPinBook = ["style-two-pin-book",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.547,6.538,12.488,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.665,8.542-7.608,8.542-14.154A9.511,9.511,0,0,0,12,0Zm-.5,15.284a.5.5,0,0,1-.5.5.5.5,0,0,1-.224-.053l-4-2a.5.5,0,0,1-.276-.447v-6a.5.5,0,0,1,.724-.448l4,2a.5.5,0,0,1,.276.448Zm.5-7.5a.5.5,0,0,1-.224-.053L8.209,5.947a.5.5,0,0,1,.448-.894L12,6.724l3.343-1.671a.5.5,0,1,1,.448.894L12.224,7.731A.5.5,0,0,1,12,7.784Zm5.5,5.5a.5.5,0,0,1-.276.447l-4,2a.5.5,0,0,1-.224.053.5.5,0,0,1-.5-.5v-6a.5.5,0,0,1,.276-.448l4-2a.5.5,0,0,1,.724.448Z"]];
|
|
6
|
+
export const StyleTwoPinGym = ["style-two-pin-gym",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.547,6.538,12.488,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.665,8.542-7.608,8.542-14.154A9.511,9.511,0,0,0,12,0Zm7,10.25H18a.5.5,0,0,0-.5.5v.75a1.75,1.75,0,0,1-3.5,0v-.75a.5.5,0,0,0-.5-.5h-3a.5.5,0,0,0-.5.5v.75a1.75,1.75,0,0,1-3.5,0v-.75a.5.5,0,0,0-.5-.5H5a.75.75,0,0,1,0-1.5H6a.5.5,0,0,0,.5-.5V7.5a1.75,1.75,0,0,1,3.5,0v.75a.5.5,0,0,0,.5.5h3a.5.5,0,0,0,.5-.5V7.5a1.75,1.75,0,0,1,3.5,0v.75a.5.5,0,0,0,.5.5h1a.75.75,0,0,1,0,1.5Z"]];
|
|
7
|
+
export const StyleTwoPinHome = ["style-two-pin-home",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.544,6.537,12.487,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.666,8.542-7.609,8.542-14.154A9.511,9.511,0,0,0,12,0Zm6.824,9.118A.5.5,0,0,1,18.5,10h-1a.5.5,0,0,0-.5.5V15a.5.5,0,0,1-.5.5H14a.5.5,0,0,1-.5-.5V12.75a1.5,1.5,0,0,0-3,0V15a.5.5,0,0,1-.5.5H7.5A.5.5,0,0,1,7,15V10.5a.5.5,0,0,0-.5-.5h-1a.5.5,0,0,1-.323-.882l6.5-5.5a.5.5,0,0,1,.647,0Z"]];
|
|
8
|
+
export const StyleTwoPinInformation = ["style-two-pin-information",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.544,6.537,12.487,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.666,8.542-7.609,8.542-14.154A9.511,9.511,0,0,0,12,0Zm.5,3.75A1.5,1.5,0,1,1,11,5.25,1.5,1.5,0,0,1,12.5,3.75Zm3.25,12a1,1,0,0,1-1,1h-4a1,1,0,0,1,0-2h.5a.5.5,0,0,0,.5-.5v-4a.5.5,0,0,0-.5-.5h-.5a1,1,0,0,1,0-2h1a2,2,0,0,1,2,2v5h1A1,1,0,0,1,15.75,15.75Z"]];
|
|
9
|
+
export const StyleTwoPinMinus = ["style-two-pin-minus",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.547,6.538,12.488,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.665,8.542-7.608,8.542-14.154A9.511,9.511,0,0,0,12,0Zm4.75,11.083H7.25a1,1,0,1,1,0-2h9.5a1,1,0,0,1,0,2Z"]];
|
|
10
|
+
export const StyleTwoPinStar = ["style-two-pin-star",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.547,6.538,12.488,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.665,8.542-7.608,8.542-14.154A9.511,9.511,0,0,0,12,0Zm4.366,7.627A.613.613,0,0,1,16.8,8.7l-1.921,1.894a.5.5,0,0,0-.108.556l1.064,2.446a.654.654,0,0,1-.931.819l-2.655-1.5a.5.5,0,0,0-.491,0L9.1,14.412a.654.654,0,0,1-.931-.819l1.063-2.446a.5.5,0,0,0-.107-.556L7.2,8.7a.613.613,0,0,1,.429-1.07H9.808a.5.5,0,0,0,.454-.289l1.15-2.48a.662.662,0,0,1,1.177,0l1.147,2.48a.5.5,0,0,0,.454.289Z"]];
|
|
11
|
+
export const StyleTwoPinChurch = ["style-two-pin-church",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.544,6.537,12.487,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.666,8.542-7.609,8.542-14.154A9.511,9.511,0,0,0,12,0Zm5.781,10.587a.5.5,0,0,1-.281.913h-1a.5.5,0,0,0-.5.5v3.5a.5.5,0,0,1-.5.5H14a.5.5,0,0,1-.5-.5v-2a1.5,1.5,0,0,0-3,0v2a.5.5,0,0,1-.5.5H8.5a.5.5,0,0,1-.5-.5V12a.5.5,0,0,0-.5-.5h-1a.5.5,0,0,1-.281-.913l4.813-3.282a.5.5,0,0,0,.218-.413V6.5a.5.5,0,0,0-.5-.5h-.5a.75.75,0,0,1,0-1.5h.5a.5.5,0,0,0,.5-.5V3.5a.75.75,0,0,1,1.5,0V4a.5.5,0,0,0,.5.5h.5a.75.75,0,0,1,0,1.5h-.5a.5.5,0,0,0-.5.5v.392a.5.5,0,0,0,.218.413Z"]];
|
|
12
|
+
export const StyleTwoPinGas = ["style-two-pin-gas",24,24,[{"fill":"#000000","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,6H10a.5.5,0,0,0,0,1h2a.5.5,0,0,0,0-1Z","M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.544,6.537,12.487,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.666,8.542-7.609,8.542-14.154A9.511,9.511,0,0,0,12,0ZM8,6.5A1.5,1.5,0,0,1,9.5,5h3A1.5,1.5,0,0,1,14,6.5v1a.5.5,0,0,1-.5.5h-5A.5.5,0,0,1,8,7.5Zm9.361,1.327a.253.253,0,0,0-.111.208V11a2.752,2.752,0,0,1-2.75,2.75h-.15a.5.5,0,0,0-.464.313A1.5,1.5,0,0,1,12.5,15h-3A1.5,1.5,0,0,1,8,13.5v-4A.5.5,0,0,1,8.5,9h5a.5.5,0,0,1,.5.5v2.25a.5.5,0,0,0,.5.5A1.252,1.252,0,0,0,15.75,11V8.035a1.746,1.746,0,0,1,.779-1.456l1.055-.7a.75.75,0,0,1,.832,1.248Z"]];
|
|
13
|
+
export const StyleTwoPinCheck = ["style-two-pin-check",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.544,6.537,12.487,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.666,8.542-7.609,8.542-14.154A9.511,9.511,0,0,0,12,0Zm5.731,7.183L11.085,14.3a1.506,1.506,0,0,1-1.072.476H9.986a1.5,1.5,0,0,1-1.06-.44L6.293,11.707a1,1,0,0,1,1.414-1.414l1.9,1.9a.5.5,0,0,0,.719-.013l5.94-6.365a1,1,0,1,1,1.462,1.365Z"]];
|
|
14
|
+
export const StyleTwoPinCross = ["style-two-pin-cross",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.544,6.537,12.487,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.666,8.542-7.609,8.542-14.154A9.511,9.511,0,0,0,12,0Zm5.5,10.5a1,1,0,0,1-1,1h-2a.5.5,0,0,0-.5.5v2a1,1,0,0,1-1,1H11a1,1,0,0,1-1-1V12a.5.5,0,0,0-.5-.5h-2a1,1,0,0,1-1-1v-2a1,1,0,0,1,1-1h2A.5.5,0,0,0,10,7V5a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1V7a.5.5,0,0,0,.5.5h2a1,1,0,0,1,1,1Z"]];
|
|
15
|
+
export const StyleTwoPinDrink = ["style-two-pin-drink",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.547,6.538,12.488,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.665,8.542-7.608,8.542-14.154A9.511,9.511,0,0,0,12,0Zm3.5,8.5a3.5,3.5,0,0,1-2.406,3.32.5.5,0,0,0-.344.475V13.5a.5.5,0,0,0,.5.5H14a.75.75,0,0,1,0,1.5H10A.75.75,0,0,1,10,14h.75a.5.5,0,0,0,.5-.5V12.3a.5.5,0,0,0-.344-.475A3.5,3.5,0,0,1,8.5,8.5v-1A1.5,1.5,0,0,1,10,6h4a1.5,1.5,0,0,1,1.5,1.5Z"]];
|
|
16
|
+
export const StyleTwoPinRestaurant = ["style-two-pin-restaurant",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.544,6.537,12.487,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.666,8.542-7.609,8.542-14.154A9.511,9.511,0,0,0,12,0Zm.5,8.75a3.248,3.248,0,0,1-2.167,3.056.5.5,0,0,0-.333.471V15.75a.75.75,0,0,1-1.5,0V12.277a.5.5,0,0,0-.333-.471A3.248,3.248,0,0,1,6,8.75v-3a.75.75,0,0,1,1.5,0V9a.5.5,0,0,0,1,0V5.75a.75.75,0,0,1,1.5,0V9a.5.5,0,0,0,1,0V5.75a.75.75,0,0,1,1.5,0Zm4.75,5H16.5a.5.5,0,0,0-.5.5v1.5a.75.75,0,0,1-1.5,0v-10a.749.749,0,0,1,1.084-.671C17.813,6.188,18,9.749,18,13A.75.75,0,0,1,17.25,13.75Z"]];
|
|
17
|
+
export const StyleTwoPinPlane = ["style-two-pin-plane",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.547,6.538,12.488,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.665,8.542-7.608,8.542-14.154A9.511,9.511,0,0,0,12,0Zm6.257,9.556L9.1,15.244a.561.561,0,0,1-.621-.018L5.116,12.869a.31.31,0,0,1-.047-.437.327.327,0,0,1,.053-.052l1.031-.864a.31.31,0,0,1,.3-.052l1.479.882a.5.5,0,0,0,.554-.028l1.759-1.3a.5.5,0,0,0-.035-.827L6.592,7.947A.385.385,0,0,1,6.548,7.4a.378.378,0,0,1,.062-.058l1.038-.769a.386.386,0,0,1,.364-.052l5.607,2.088a.5.5,0,0,0,.456-.056l2.493-1.7a1.508,1.508,0,0,1,1.187-.228A1.611,1.611,0,0,1,18.91,7.665a1.512,1.512,0,0,1,.09.512A1.594,1.594,0,0,1,18.257,9.556Z"]];
|
|
18
|
+
export const StyleTwoPinQuestion = ["style-two-pin-question",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.544,6.537,12.487,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.666,8.542-7.609,8.542-14.154A9.511,9.511,0,0,0,12,0Zm0,17.5A1.5,1.5,0,1,1,13.5,16,1.5,1.5,0,0,1,12,17.5Zm1.557-6.614a1.008,1.008,0,0,0-.557.9v.468a1,1,0,0,1-2,0v-.468A3.022,3.022,0,0,1,12.666,9.1,1.5,1.5,0,1,0,10.5,7.75a1,1,0,0,1-2,0,3.5,3.5,0,1,1,5.057,3.136Z"]];
|
|
19
|
+
export const StyleTwoPinRemove = ["style-two-pin-remove",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.547,6.538,12.488,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.665,8.542-7.608,8.542-14.154A9.511,9.511,0,0,0,12,0Zm4.066,12.735a1,1,0,1,1-1.414,1.414l-2.3-2.3a.5.5,0,0,0-.708,0l-2.3,2.3a1,1,0,1,1-1.414-1.414l2.3-2.3a.5.5,0,0,0,0-.707l-2.3-2.3A1,1,0,1,1,9.348,6.018l2.3,2.3a.5.5,0,0,0,.708,0l2.3-2.3a1,1,0,0,1,1.414,1.414l-2.3,2.3a.5.5,0,0,0,0,.707Z"]];
|
|
20
|
+
export const StyleTwoPinSkull = ["style-two-pin-skull",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.544,6.537,12.487,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.666,8.542-7.609,8.542-14.154A9.511,9.511,0,0,0,12,0Zm6,11.5a3,3,0,0,1-2.143,2.875.5.5,0,0,0-.357.479V15.5a1.5,1.5,0,0,1-1.2,1.47.251.251,0,0,1-.3-.245V15a.5.5,0,0,0-1,0v1.75a.25.25,0,0,1-.25.25h-1.5a.25.25,0,0,1-.25-.25V15a.5.5,0,0,0-1,0v1.725a.251.251,0,0,1-.3.245A1.5,1.5,0,0,1,8.5,15.5v-.646a.5.5,0,0,0-.357-.479A3,3,0,0,1,6,11.5V10a6,6,0,0,1,12,0Z","M7.500 10.500 A1.500 1.500 0 1 0 10.500 10.500 A1.500 1.500 0 1 0 7.500 10.500 Z","M13.500 10.500 A1.500 1.500 0 1 0 16.500 10.500 A1.500 1.500 0 1 0 13.500 10.500 Z"]];
|
|
21
|
+
export const StyleTwoPinPhotography = ["style-two-pin-photography",24,24,[{"fill":"#000000","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,0A9.511,9.511,0,0,0,2.5,9.5c0,6.547,6.538,12.488,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.665,8.542-7.608,8.542-14.154A9.511,9.511,0,0,0,12,0Zm5.5,12.5A1.5,1.5,0,0,1,16,14H8a1.5,1.5,0,0,1-1.5-1.5v-4A1.5,1.5,0,0,1,8,7h.932a.253.253,0,0,0,.208-.111l.3-.444A1,1,0,0,1,10.268,6h3.464a1,1,0,0,1,.832.445l.3.444A.25.25,0,0,0,15.068,7H16a1.5,1.5,0,0,1,1.5,1.5Z","M10.000 10.500 A2.000 2.000 0 1 0 14.000 10.500 A2.000 2.000 0 1 0 10.000 10.500 Z"]];
|
|
22
|
+
export const StyleTwoPinWarning = ["style-two-pin-warning",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.544,6.537,12.487,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.666,8.542-7.609,8.542-14.154A9.511,9.511,0,0,0,12,0ZM11,5.25a1,1,0,0,1,2,0v7a1,1,0,0,1-2,0ZM12,17.5A1.5,1.5,0,1,1,13.5,16,1.5,1.5,0,0,1,12,17.5Z"]];
|
|
23
|
+
export const StyleTwoPinTunnel = ["style-two-pin-tunnel",24,24,[{"fill":"#000000","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,0A9.511,9.511,0,0,0,2.5,9.5c0,6.547,6.538,12.488,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.665,8.542-7.608,8.542-14.154A9.511,9.511,0,0,0,12,0Zm0,5a1,1,0,1,1,1-1,1,1,0,0,1-1,1,5.5,5.5,0,0,1,5.5,4.95.5.5,0,0,1-.5.55H7a.5.5,0,0,1-.5-.55A5.5,5.5,0,0,1,12,5Zm6,8H6a.75.75,0,0,1,0-1.5H18A.75.75,0,0,1,18,13Z","M9.7,7.728a.5.5,0,0,0,.287-.092A3.479,3.479,0,0,1,12,7a.5.5,0,0,0,0-1,4.472,4.472,0,0,0-2.589.819.5.5,0,0,0,.289.909Z"]];
|
|
24
|
+
export const StyleTwoPinUser = ["style-two-pin-user",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.543,6.537,12.487,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.666,8.542-7.609,8.542-14.154A9.511,9.511,0,0,0,12,0Zm0,4A3,3,0,1,1,9,7,3,3,0,0,1,12,4Zm4,12H8a.5.5,0,0,1-.5-.5,4.5,4.5,0,0,1,9,0A.5.5,0,0,1,16,16Z"]];
|
|
25
|
+
export const StyleTwoPinWorld = ["style-two-pin-world",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.544,6.537,12.487,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.666,8.542-7.609,8.542-14.154A9.511,9.511,0,0,0,12,0Zm.19,15.318a.248.248,0,0,1-.19.088.252.252,0,0,1-.19-.087,6.063,6.063,0,0,1-1.157-2.248.249.249,0,0,1,.239-.321h2.216a.249.249,0,0,1,.2.1.253.253,0,0,1,.04.221A6.048,6.048,0,0,1,12.19,15.318ZM10.542,11.25a.25.25,0,0,1-.249-.229c-.026-.321-.043-.658-.043-1.021s.017-.7.043-1.021a.249.249,0,0,1,.249-.229h2.916a.25.25,0,0,1,.249.229c.026.321.043.658.043,1.021s-.017.7-.043,1.021a.249.249,0,0,1-.249.229ZM6,10a5.988,5.988,0,0,1,.093-1.044.25.25,0,0,1,.246-.206h2.2a.252.252,0,0,1,.25.268c-.023.313-.038.637-.038.982s.015.669.038.982a.252.252,0,0,1-.25.268h-2.2a.25.25,0,0,1-.246-.206A5.988,5.988,0,0,1,6,10Zm5.809-5.319A.252.252,0,0,1,12,4.594a.249.249,0,0,1,.19.087,6.03,6.03,0,0,1,1.158,2.248.249.249,0,0,1-.239.321H10.892a.249.249,0,0,1-.2-.1.253.253,0,0,1-.04-.221A6.06,6.06,0,0,1,11.809,4.681Zm3.4,4.337a.252.252,0,0,1,.25-.268h2.2a.25.25,0,0,1,.246.206,5.906,5.906,0,0,1,0,2.088.25.25,0,0,1-.246.206h-2.2a.252.252,0,0,1-.25-.268c.023-.313.038-.637.038-.982S15.235,9.331,15.212,9.018Zm1.9-2.149a.249.249,0,0,1,.006.253.252.252,0,0,1-.219.128H15.169a.25.25,0,0,1-.243-.192A8.813,8.813,0,0,0,14.1,4.863a.25.25,0,0,1,.321-.348A6.028,6.028,0,0,1,17.111,6.869ZM9.575,4.515a.25.25,0,0,1,.321.348,8.813,8.813,0,0,0-.822,2.195.251.251,0,0,1-.243.192H7.1a.25.25,0,0,1-.213-.381A6.028,6.028,0,0,1,9.575,4.515ZM6.888,13.131A.25.25,0,0,1,7.1,12.75H8.831a.25.25,0,0,1,.243.192,8.813,8.813,0,0,0,.822,2.2.25.25,0,0,1-.321.348A6.036,6.036,0,0,1,6.888,13.131Zm7.537,2.354a.25.25,0,0,1-.321-.348,8.813,8.813,0,0,0,.822-2.2.251.251,0,0,1,.243-.192H16.9a.251.251,0,0,1,.214.381A6.036,6.036,0,0,1,14.425,15.485Z"]];
|
|
26
|
+
export const StyleTwoPinCar = ["style-two-pin-car",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.547,6.538,12.488,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.665,8.542-7.608,8.542-14.154A9.511,9.511,0,0,0,12,0ZM8.032,7.825l.507-1.352a1.5,1.5,0,0,1,1.4-.973h4.114a1.5,1.5,0,0,1,1.4.974l.507,1.351A.5.5,0,0,1,15.5,8.5h-7a.5.5,0,0,1-.468-.675Zm8.611,5.524a.249.249,0,0,0-.143.225v.676a.75.75,0,0,1-1.5,0v-.5a.25.25,0,0,0-.25-.25H9.25a.25.25,0,0,0-.25.25v.5a.75.75,0,0,1-1.5,0v-.676a.249.249,0,0,0-.143-.225A1.5,1.5,0,0,1,6.53,12.3a.251.251,0,0,1,.246-.3H8.5a.5.5,0,0,0,0-1H6.793a.207.207,0,0,1-.147-.353l1-1A.5.5,0,0,1,8,9.5h8a.5.5,0,0,1,.354.146l1,1a.208.208,0,0,1,.044.226.206.206,0,0,1-.191.128H15.5a.5.5,0,0,0,0,1h1.724a.251.251,0,0,1,.246.3A1.5,1.5,0,0,1,16.643,13.349Z"]];
|
|
27
|
+
export const StyleTwoPinDollar = ["style-two-pin-dollar",24,24,[{"fill":"#000000","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,0A9.511,9.511,0,0,0,2.5,9.5c0,6.544,6.537,12.487,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.666,8.542-7.609,8.542-14.154A9.511,9.511,0,0,0,12,0Zm0,15.5a6,6,0,1,1,6-6A6.006,6.006,0,0,1,12,15.5Z","M13.4,8.984,11.34,8.159a.342.342,0,0,1,.127-.659H13.5a1,1,0,0,0,0-2h-.25A.25.25,0,0,1,13,5.25a1,1,0,0,0-2,0,.387.387,0,0,1-.266.368,2.341,2.341,0,0,0-.136,4.4l2.062.825a.342.342,0,0,1-.127.659H10.5a1,1,0,0,0,0,2h.25a.25.25,0,0,1,.25.25,1,1,0,0,0,2,0,.387.387,0,0,1,.266-.368,2.341,2.341,0,0,0,.136-4.4Z"]];
|
|
28
|
+
export const StyleTwoPinOffMap = ["style-two-pin-off-map",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M4.436,15.632a1,1,0,0,0,.868-.279l2.04-2.041a1,1,0,0,0,.145-1.232A4.891,4.891,0,0,1,6.75,9.5a5,5,0,0,1,5-5,4.891,4.891,0,0,1,2.58.739A1,1,0,0,0,15.562,5.1L17.37,3.287a1,1,0,0,0-.127-1.522A9.483,9.483,0,0,0,2.25,9.5,12.63,12.63,0,0,0,3.7,15.091,1,1,0,0,0,4.436,15.632Z","M23.707.543a1,1,0,0,0-1.414,0l-22,21.75a1,1,0,1,0,1.414,1.414l4.631-4.578a32.989,32.989,0,0,0,4.454,4.525,1.5,1.5,0,0,0,1.917,0c2-1.666,8.541-7.609,8.541-14.153a9.43,9.43,0,0,0-.963-4.161l3.42-3.382A1,1,0,0,0,23.707.543ZM16.75,9.5a5,5,0,0,1-5,5,.3.3,0,0,1-.211-.513L16.277,9.3a.278.278,0,0,1,.473.2Z"]];
|
|
29
|
+
export const StyleTwoPinTrain = ["style-two-pin-train",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.5,10.5a1,1,0,1,0,1,1A1,1,0,0,0,9.5,10.5Zm.5,1Z","M14.5,10.5a1,1,0,1,0,1,1A1,1,0,0,0,14.5,10.5Zm.5,1Z","M16.615,14.357a.749.749,0,0,1,1.028.257l.948,1.58a.5.5,0,0,0,.86-.006A13.441,13.441,0,0,0,21.5,9.5a9.5,9.5,0,0,0-19,0,13.454,13.454,0,0,0,2.049,6.688.5.5,0,0,0,.86.006l.948-1.58a.75.75,0,1,1,1.286.772L6.09,17.975a.5.5,0,0,0,.031.56,32.679,32.679,0,0,0,4.92,5.118,1.5,1.5,0,0,0,1.917,0,32.594,32.594,0,0,0,4.922-5.119.5.5,0,0,0,.031-.56l-1.554-2.589A.75.75,0,0,1,16.615,14.357ZM11,2h2a.75.75,0,0,1,0,1.5H11A.75.75,0,0,1,11,2ZM7.5,6A1.5,1.5,0,0,1,9,4.5h6A1.5,1.5,0,0,1,16.5,6V8a.5.5,0,0,1-.5.5H8A.5.5,0,0,1,7.5,8Zm9,6A1.5,1.5,0,0,1,15,13.5H9A1.5,1.5,0,0,1,7.5,12V10A.5.5,0,0,1,8,9.5h8a.5.5,0,0,1,.5.5Z"]];
|
|
30
|
+
export const StyleTwoPinWifi = ["style-two-pin-wifi",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.547,6.538,12.488,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.665,8.542-7.608,8.542-14.154A9.511,9.511,0,0,0,12,0Zm0,17a1.75,1.75,0,1,1,1.75-1.75A1.752,1.752,0,0,1,12,17Zm4.278-4.634a1,1,0,0,1-1.406.15,4.543,4.543,0,0,0-5.744,0,1,1,0,0,1-1.256-1.557,6.531,6.531,0,0,1,8.256,0A1,1,0,0,1,16.278,12.366ZM18,9.623a1,1,0,0,1-.628-.222,8.493,8.493,0,0,0-10.744,0A1,1,0,0,1,5.372,7.844a10.481,10.481,0,0,1,13.256,0A1,1,0,0,1,18,9.623Z"]];
|
|
31
|
+
export const StyleTwoPinTarget = ["style-two-pin-target",24,24,[{"fill":"#000000","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.75,9.541a.75.75,0,0,1,.75-.75h.588a.249.249,0,0,0,.2-.1.252.252,0,0,0,.036-.224,3.511,3.511,0,0,0-2.249-2.249.252.252,0,0,0-.224.036.249.249,0,0,0-.1.2v.588a.75.75,0,0,1-1.5,0V6.453a.249.249,0,0,0-.1-.2.252.252,0,0,0-.224-.036A3.511,3.511,0,0,0,8.674,8.464a.252.252,0,0,0,.036.224.249.249,0,0,0,.2.1H9.5a.75.75,0,0,1,0,1.5H8.912a.249.249,0,0,0-.2.1.252.252,0,0,0-.036.224,3.509,3.509,0,0,0,2.249,2.249.252.252,0,0,0,.224-.036.249.249,0,0,0,.1-.2v-.588a.75.75,0,0,1,1.5,0v.588a.249.249,0,0,0,.1.2.252.252,0,0,0,.224.036,3.509,3.509,0,0,0,2.249-2.249.252.252,0,0,0-.036-.224.249.249,0,0,0-.2-.1H14.5A.75.75,0,0,1,13.75,9.541Z","M12,0A9.511,9.511,0,0,0,2.5,9.5c0,6.547,6.538,12.488,8.541,14.153a1.5,1.5,0,0,0,1.917,0c2-1.665,8.542-7.608,8.542-14.154A9.511,9.511,0,0,0,12,0Zm6.5,10.291H17.135a.251.251,0,0,0-.246.2,4.983,4.983,0,0,1-3.937,3.937.25.25,0,0,0-.2.245v1.366a.75.75,0,0,1-1.5,0V14.675a.25.25,0,0,0-.2-.245,4.983,4.983,0,0,1-3.937-3.937.25.25,0,0,0-.245-.2H5.5a.75.75,0,0,1,0-1.5H6.865a.251.251,0,0,0,.246-.2,4.983,4.983,0,0,1,3.937-3.937.25.25,0,0,0,.2-.245V3.041a.75.75,0,0,1,1.5,0V4.407a.25.25,0,0,0,.2.245,4.983,4.983,0,0,1,3.937,3.937.25.25,0,0,0,.245.2H18.5a.75.75,0,0,1,0,1.5Z"]];
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const ShareLocationHand = ["share-location-hand",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M16.714,16.5a1.058,1.058,0,0,0,.8-.369c.213-.251,5.234-6.177,5.234-10.1a6.036,6.036,0,1,0-12.071,0c0,3.921,5.02,9.844,5.234,10.094A1.053,1.053,0,0,0,16.714,16.5ZM14.5,6.036A2.215,2.215,0,1,1,16.714,8.25,2.215,2.215,0,0,1,14.5,6.036Z","M16.75,19.5H7.625a.625.625,0,0,1,0-1.25H10.15a1,1,0,0,0,.92-1.394A2.235,2.235,0,0,0,9.014,15.5H4.75a.5.5,0,0,0-.5.5v6.5a.5.5,0,0,0,.5.5H15.514a2.238,2.238,0,0,0,2.236-2.236V20.5A1,1,0,0,0,16.75,19.5Z","M2.25,14.75a1,1,0,0,0-1,1V23a1,1,0,0,0,2,0V15.75A1,1,0,0,0,2.25,14.75Z"]];
|
|
2
|
+
export const ShareLocationHand2 = ["share-location-hand-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}],["M16,17a1,1,0,0,0,.762-.352C17.349,15.958,22.5,9.81,22.5,6.5a6.5,6.5,0,0,0-13,0c0,3.31,5.151,9.458,5.738,10.148A1,1,0,0,0,16,17ZM16,4.5a2,2,0,1,1-2,2A2,2,0,0,1,16,4.5Z","M17,19.5H7.875a.625.625,0,0,1,0-1.25H10.4a1,1,0,0,0,.919-1.394A2.234,2.234,0,0,0,9.264,15.5H5a.5.5,0,0,0-.5.5v6.5A.5.5,0,0,0,5,23H15.764A2.238,2.238,0,0,0,18,20.764V20.5A1,1,0,0,0,17,19.5Z","M2.5,14.75a1,1,0,0,0-1,1V23a1,1,0,0,0,2,0V15.75A1,1,0,0,0,2.5,14.75Z"]];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const SignBadgeBadge = ["sign-badge-badge",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.771,1.753a1.506,1.506,0,0,0-1.478-.037l-2.064,1.1a.5.5,0,0,1-.467,0L12.694.17a1.5,1.5,0,0,0-1.389,0L6.236,2.82a.5.5,0,0,1-.466,0l-2.063-1.1A1.5,1.5,0,0,0,1.5,3.039V11.5C1.5,18.432,10.821,24,12,24s10.5-5.568,10.5-12.5V3.039A1.505,1.505,0,0,0,21.771,1.753Z"]];
|
|
2
|
+
export const SignBadgeBubbleMessage = ["sign-badge-bubble-message",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23,2.5A2.5,2.5,0,0,0,20.5,0H3.5A2.5,2.5,0,0,0,1,2.5v14A2.5,2.5,0,0,0,3.5,19H6.779l4.111,4.509a1.5,1.5,0,0,0,2.219,0L17.221,19H20.5A2.5,2.5,0,0,0,23,16.5Z"]];
|
|
3
|
+
export const SignBadgeCircle = ["sign-badge-circle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0.000 12.000 A12.000 12.000 0 1 0 24.000 12.000 A12.000 12.000 0 1 0 0.000 12.000 Z"]];
|
|
4
|
+
export const SignBadgeBubbleMessageAlternate = ["sign-badge-bubble-message-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.75,3.25A3.254,3.254,0,0,0,20.5,0H3.5A3.254,3.254,0,0,0,.25,3.25v12.5A3.254,3.254,0,0,0,3.5,19H6.448l3.887,4.263a2.251,2.251,0,0,0,3.329,0L17.552,19H20.5a3.254,3.254,0,0,0,3.25-3.25Zm-2.5,12.5a.751.751,0,0,1-.75.75H17a1.25,1.25,0,0,0-.924.408l-3.891,4.268a.25.25,0,0,1-.37,0L7.924,16.909A1.25,1.25,0,0,0,7,16.5H3.5a.751.751,0,0,1-.75-.75V3.25A.751.751,0,0,1,3.5,2.5h17a.751.751,0,0,1,.75.75Z"]];
|
|
5
|
+
export const SignBadgeRectangularAlternate = ["sign-badge-rectangular-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.75,0H2.25A2.252,2.252,0,0,0,0,2.25v19.5A2.252,2.252,0,0,0,2.25,24h19.5A2.252,2.252,0,0,0,24,21.75V2.25A2.252,2.252,0,0,0,21.75,0ZM21.5,21.5H2.5V2.5h19Z"]];
|
|
6
|
+
export const SignBadgeRectangularRoundAlternate = ["sign-badge-rectangular-round-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M17.751,0H6.249A6.256,6.256,0,0,0,0,6.249v11.5A6.256,6.256,0,0,0,6.249,24h11.5A6.256,6.256,0,0,0,24,17.751V6.249A6.256,6.256,0,0,0,17.751,0ZM21.5,17.751A3.754,3.754,0,0,1,17.751,21.5H6.249A3.754,3.754,0,0,1,2.5,17.751V6.249A3.754,3.754,0,0,1,6.249,2.5h11.5A3.754,3.754,0,0,1,21.5,6.249Z"]];
|
|
7
|
+
export const SignBadgeBadgeAlternate = ["sign-badge-badge-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.588,3.566A2.117,2.117,0,0,0,19.473,1.7l-1.6.854a.5.5,0,0,1-.467,0L12.981.241a2.119,2.119,0,0,0-1.962,0L6.593,2.554a.5.5,0,0,1-.467,0L4.527,1.7A2.117,2.117,0,0,0,1.412,3.566v7.963C1.412,18.36,10.409,24,12,24s10.588-5.64,10.588-12.471Zm-2.444,7.968c0,4.763-6.148,8.979-7.921,9.862a.5.5,0,0,1-.446,0c-1.772-.883-7.921-5.1-7.921-9.863V4.881a.5.5,0,0,1,.735-.441l.843.45A2.087,2.087,0,0,0,7.39,4.9l4.378-2.288a.5.5,0,0,1,.464,0L16.608,4.9a2.089,2.089,0,0,0,1.957-.008l.844-.45a.5.5,0,0,1,.735.441Z"]];
|
|
8
|
+
export const SignBadgeCircleAlternate = ["sign-badge-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,21.5A9.5,9.5,0,1,1,21.5,12,9.511,9.511,0,0,1,12,21.5Z"]];
|
|
9
|
+
export const SignBadgeRectangular = ["sign-badge-rectangular",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0.000 0.000 L24.000 0.000 L24.000 24.000 L-0.000 24.000 Z"]];
|
|
10
|
+
export const SignBadgeBadge1Alternate = ["sign-badge-badge-1-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.788,7.716c0-.619.763-1.611,1.942-2.526a1.653,1.653,0,0,0,.156-2.474L19.7.528A1.654,1.654,0,0,0,17.71.262L15.552,1.494a.5.5,0,0,1-.5,0L12.82.216a1.664,1.664,0,0,0-1.64,0L8.944,1.494a.5.5,0,0,1-.5,0L6.29.262A1.656,1.656,0,0,0,4.3.528L2.114,2.716A1.652,1.652,0,0,0,2.27,5.189C3.449,6.105,4.212,7.1,4.212,7.716c0,.652-.361,1.16-1,2A7.149,7.149,0,0,0,1.38,14.324c0,6.977,9.912,9.535,10.334,9.641a1.186,1.186,0,0,0,.572,0c.422-.106,10.334-2.664,10.334-9.641a7.149,7.149,0,0,0-1.833-4.607C20.149,8.876,19.788,8.368,19.788,7.716ZM12.145,21.457a.511.511,0,0,1-.29,0c-1.722-.523-8.033-2.741-8.033-7.156a4.85,4.85,0,0,1,1.341-3.149A5.5,5.5,0,0,0,6.626,7.759a5.177,5.177,0,0,0-1.843-3.5.5.5,0,0,1-.005-.713l.605-.6a.5.5,0,0,1,.6-.08L8.149,4.1a1.169,1.169,0,0,0,1.159,0l2.444-1.4a.5.5,0,0,1,.5,0l2.444,1.4a1.169,1.169,0,0,0,1.159,0l2.165-1.237a.5.5,0,0,1,.6.08l.605.605a.5.5,0,0,1-.005.713,5.177,5.177,0,0,0-1.843,3.5,5.5,5.5,0,0,0,1.463,3.393A4.85,4.85,0,0,1,20.178,14.3C20.178,18.715,13.869,20.933,12.145,21.457Z"]];
|
|
11
|
+
export const SignBadgeRectangularRound = ["sign-badge-rectangular-round",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0.000 0.000 L24.000 0.000 L24.000 24.000 L-0.000 24.000 Z"]];
|
|
12
|
+
export const SignBadgeBadge1 = ["sign-badge-badge-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.5,7.462c0-.906.877-2.128,2.347-3.269a1,1,0,0,0,.094-1.5L19.623.378a1,1,0,0,0-1.2-.161L15.5,1.886,12.5.169a1,1,0,0,0-.991,0l-3,1.717L5.58.217a1,1,0,0,0-1.2.161L2.059,2.7a1,1,0,0,0,.094,1.5C3.623,5.334,4.5,6.556,4.5,7.462a4.331,4.331,0,0,1-1.21,2.573A6.848,6.848,0,0,0,1.5,14.462c0,6.812,9.955,9.379,10.379,9.485a.5.5,0,0,0,.242,0c.424-.106,10.379-2.673,10.379-9.485a6.848,6.848,0,0,0-1.79-4.427A4.331,4.331,0,0,1,19.5,7.462Z"]];
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const SyncLocationRefresh = ["sync-location-refresh",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M7.5,10.5c0,3.171,3.977,7.184,4.146,7.354a.5.5,0,0,0,.708,0c.169-.17,4.146-4.183,4.146-7.354a4.5,4.5,0,0,0-9,0Zm6,0A1.5,1.5,0,1,1,12,9,1.5,1.5,0,0,1,13.5,10.5Z","M5.407,11.887a.75.75,0,0,0-.656-.387H4.325a.5.5,0,0,1-.5-.565A8.243,8.243,0,0,1,18.471,6.882,1,1,0,1,0,20.039,5.64,10.242,10.242,0,0,0,1.807,11.047a.5.5,0,0,1-.5.453H.75a.75.75,0,0,0-.636,1.147l2,3.2a.75.75,0,0,0,1.273,0l2-3.2A.75.75,0,0,0,5.407,11.887Z","M23.886,11.353l-2-3.2a.78.78,0,0,0-1.273,0l-2,3.2a.75.75,0,0,0,.636,1.147h.426a.5.5,0,0,1,.5.565A8.243,8.243,0,0,1,5.529,17.118,1,1,0,1,0,3.961,18.36a10.242,10.242,0,0,0,18.232-5.407.5.5,0,0,1,.5-.453h.56a.75.75,0,0,0,.636-1.147Z"]];
|
|
2
|
+
export const SyncLocation = ["sync-location",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.607,11.458a.959.959,0,1,0-.894,1.7c1.5.792,2.367,1.775,2.367,2.7,0,1.821-3.148,3.6-7.323,4.14a.96.96,0,0,0,.122,1.912c.04,0,.083,0,.124-.007,5.381-.7,9-3.125,9-6.045C24,14.17,22.8,12.608,20.607,11.458Z","M10.419,18.875a.48.48,0,0,0-.819.34v.653c0,.173-.121.162-.181.155-4.663-.555-7.5-2.51-7.5-4.168,0-.924.863-1.907,2.367-2.7a.959.959,0,0,0-.894-1.7C1.205,12.608,0,14.17,0,15.855c0,3,3.875,5.476,9.363,6.091a.247.247,0,0,1,.237.248v.861a.479.479,0,0,0,.3.443.9.9,0,0,0,.523-.1l1.92-1.92a.479.479,0,0,0,0-.679Z","M12,.5a6.247,6.247,0,0,0-6.24,6.24c0,2.757,3.829,8.155,5.476,10.348a.952.952,0,0,0,1.528,0C14.411,14.89,18.24,9.492,18.24,6.735A6.247,6.247,0,0,0,12,.5Zm0,8.64a2.4,2.4,0,1,1,2.4-2.4A2.4,2.4,0,0,1,12,9.135Z"]];
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export const TripRoad = ["trip-road",24,24,[{"fill":"#000000","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.012,14.552a.239.239,0,0,0-.148-.137,1.969,1.969,0,0,1-.824-.52c-1.7-1.815-4.54-5.286-4.54-8.145,0-.171.009-.339.024-.506s.08-.494-.249-.494H12a.25.25,0,0,0-.25.25V7.75a.75.75,0,0,1-1.5,0V5A.25.25,0,0,0,10,4.75H7.181a.5.5,0,0,0-.465.317l-6.682,17A.5.5,0,0,0,.5,22.75H10a.25.25,0,0,0,.25-.25V19.75a.75.75,0,0,1,1.5,0V22.5a.25.25,0,0,0,.25.25h9.5a.5.5,0,0,0,.466-.683Zm-7.262,1.2a.75.75,0,0,1-1.5,0v-4a.75.75,0,0,1,1.5,0Z","M19.864,12.87C20.935,11.723,24,8.226,24,5.75a4.5,4.5,0,0,0-9,0c0,2.476,3.065,5.973,4.136,7.12A.5.5,0,0,0,19.864,12.87ZM18,5.75a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,18,5.75Z"]];
|
|
2
|
+
export const TripPinMultiple = ["trip-pin-multiple",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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,12.25a6.255,6.255,0,0,1,4.611-6.031.5.5,0,0,0,.368-.443c.014-.174.021-.35.021-.526a5.25,5.25,0,0,0-10.5,0c0,2.39,1.4,4.32,2.63,6.02a14.28,14.28,0,0,1,1.58,2.513.5.5,0,0,1,.04.2v2.27a1,1,0,0,0,2,0v-.624a.5.5,0,0,0-.043-.2A7.809,7.809,0,0,1,5.75,12.25ZM3,5A2.5,2.5,0,1,1,5.5,7.5,2.5,2.5,0,0,1,3,5Z","M18.5,0a5.249,5.249,0,0,0-5.25,5.25c0,.176.007.352.021.526a.5.5,0,0,0,.368.443A6.255,6.255,0,0,1,18.25,12.25a7.809,7.809,0,0,1-.707,3.175.5.5,0,0,0-.043.2v.624a1,1,0,0,0,2,0V13.88a13.5,13.5,0,0,1,1.62-2.61c1.23-1.7,2.63-3.63,2.63-6.02A5.249,5.249,0,0,0,18.5,0Zm0,7.5A2.5,2.5,0,1,1,21,5,2.5,2.5,0,0,1,18.5,7.5Z","M12,7a5.256,5.256,0,0,0-5.25,5.25c0,2.387,1.4,4.319,2.634,6.024A13.386,13.386,0,0,1,11,20.885V23a1,1,0,0,0,2,0V20.885a13.386,13.386,0,0,1,1.616-2.611c1.235-1.705,2.634-3.637,2.634-6.024A5.256,5.256,0,0,0,12,7Zm0,7.5A2.5,2.5,0,1,1,14.5,12,2.5,2.5,0,0,1,12,14.5Z"]];
|
|
3
|
+
export const TripDistance = ["trip-distance",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.5,8.5A5.506,5.506,0,0,0,0,14c0,3.555,4.545,8.922,4.74,9.15a1,1,0,0,0,1.52,0C6.453,22.923,11,17.561,11,14A5.506,5.506,0,0,0,5.5,8.5Zm0,8A2.5,2.5,0,1,1,8,14,2.5,2.5,0,0,1,5.5,16.5Z","M19.5.5A4.505,4.505,0,0,0,15,5c0,3.171,3.978,7.185,4.146,7.354a.5.5,0,0,0,.708,0C20.022,12.185,24,8.171,24,5A4.505,4.505,0,0,0,19.5.5Zm0,6A1.5,1.5,0,1,1,21,5,1.5,1.5,0,0,1,19.5,6.5Z","M17.187,14.643l-7.2,6.22a1,1,0,0,0,1.307,1.514l7.2-6.221a1,1,0,1,0-1.306-1.513Z"]];
|
|
4
|
+
export const TripRoad1 = ["trip-road-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.421,16.535a.5.5,0,0,0-.4-.3,1.707,1.707,0,0,1-1.008-.5c-.555-.554-5.153-5.264-5.7-9.238a.07.07,0,0,0-.139.01V9.48a.75.75,0,0,1-1.5,0v-2.6a.5.5,0,0,0-.5-.5H7.634A1.4,1.4,0,0,0,6.3,7.332L.067,22.143A1.422,1.422,0,0,0,1.423,24h7.75a.5.5,0,0,0,.5-.5V21.02a.75.75,0,0,1,1.5,0V23.5a.5.5,0,0,0,.5.5h7.75a1.42,1.42,0,0,0,1.339-1.9Zm-7.248.33a.75.75,0,0,1-1.5,0v-3.23a.75.75,0,0,1,1.5,0Z","M18.25,15a.5.5,0,0,0,.354-.146c.22-.221,5.4-5.439,5.4-9.1a5.75,5.75,0,0,0-11.5,0c0,3.665,5.176,8.883,5.4,9.1A.5.5,0,0,0,18.25,15Zm-2-9.25a2,2,0,1,1,2,2A2,2,0,0,1,16.25,5.75Z"]];
|
|
5
|
+
export const TripRoadCircle = ["trip-road-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}],["M18.887,13a.5.5,0,0,0,.353-.146c.185-.185,4.51-4.55,4.51-7.991a4.864,4.864,0,0,0-9.728,0c0,3.441,4.327,7.806,4.511,7.991A.5.5,0,0,0,18.887,13ZM17.25,4.864A1.637,1.637,0,1,1,18.886,6.5,1.637,1.637,0,0,1,17.25,4.864Z","M19.149,14.481a1.767,1.767,0,0,1-.262.019,2,2,0,0,1-1.414-.586c-2.108-2.105-4.739-5.673-4.937-8.709a.5.5,0,0,0-.387-.455A9.573,9.573,0,0,0,10,4.5,9.739,9.739,0,0,0,.8,17.477a.5.5,0,0,0,.8.211c.4-.351.8-.676,1.187-.959a.75.75,0,0,1,.889,1.209,19.8,19.8,0,0,0-1.552,1.285.5.5,0,0,0-.071.66,9.739,9.739,0,0,0,17.662-4.867.5.5,0,0,0-.569-.535ZM9.6,16.134a5.769,5.769,0,0,0-1.084-.1h0a5.875,5.875,0,0,0-1.548.211.739.739,0,0,1-.2.026.75.75,0,0,1-.2-1.474,7.443,7.443,0,0,1,1.939-.263h0a7.365,7.365,0,0,1,1.361.129A.75.75,0,1,1,9.6,16.134Zm7.283,2.2a.752.752,0,0,1-.715.522.762.762,0,0,1-.228-.035,18.193,18.193,0,0,1-2.827-1.269.762.762,0,0,1-.331-1.018.739.739,0,0,1,1-.325l.023.012A16.812,16.812,0,0,0,16.4,17.4.75.75,0,0,1,16.885,18.337Z"]];
|
|
6
|
+
export const TripPins = ["trip-pins",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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,12.333a.5.5,0,0,0,.354-.146C5.022,12.017,9,8.008,9,5.167a4.5,4.5,0,0,0-9,0c0,2.841,3.978,6.85,4.146,7.02A.5.5,0,0,0,4.5,12.333ZM2.694,5.167A1.584,1.584,0,1,1,4.277,6.75,1.585,1.585,0,0,1,2.694,5.167Z","M19,10.333a5.006,5.006,0,0,0-5,5C14,18.5,18.457,23,18.646,23.187a.5.5,0,0,0,.708,0C19.543,23,24,18.5,24,15.333A5.006,5.006,0,0,0,19,10.333Zm0,6.75a1.75,1.75,0,1,1,1.75-1.75A1.751,1.751,0,0,1,19,17.083Z","M4.5,13.833a1,1,0,0,0-1,1v1.5a1,1,0,0,0,2,0v-1.5A1,1,0,0,0,4.5,13.833Z","M4.5,18.833a1,1,0,0,0-1,1v1.5a1,1,0,0,0,2,0v-1.5A1,1,0,0,0,4.5,18.833Z","M9.5,20.333H8a1,1,0,0,0,0,2H9.5a1,1,0,0,0,0-2Z","M14.5,20.333H13a1,1,0,0,0,0,2h1.5a1,1,0,0,0,0-2Z"]];
|
|
7
|
+
export const TripMultipleDestination = ["trip-multiple-destination",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M16.346,17.165,7.079,22.139a.989.989,0,1,0,.935,1.743l9.268-4.973a.99.99,0,1,0-.936-1.744Z","M11.956,11.838a.989.989,0,0,0,.093,1.4l2.487,2.177a.99.99,0,0,0,1.3-1.49l-2.487-2.176A.99.99,0,0,0,11.956,11.838Z","M19.918,6.433a3.963,3.963,0,0,0-3.959,3.959c0,2.648,3.461,6.14,3.609,6.288a.494.494,0,0,0,.7,0c.148-.148,3.609-3.64,3.609-6.288A3.963,3.963,0,0,0,19.918,6.433Zm0,5.443A1.485,1.485,0,1,1,21.4,10.392,1.484,1.484,0,0,1,19.918,11.876Z","M11.01,10.392a.5.5,0,0,0,.35-.145c.148-.148,3.609-3.64,3.609-6.288a3.959,3.959,0,1,0-7.917,0c0,2.648,3.461,6.14,3.608,6.288A.5.5,0,0,0,11.01,10.392ZM9.526,3.959A1.485,1.485,0,1,1,11.01,5.443,1.484,1.484,0,0,1,9.526,3.959Z","M9.031,14.351a4.454,4.454,0,1,0-8.907,0c0,1.892,1.054,3.342,2.074,4.744.969,1.333,1.884,2.592,1.884,4.163a.5.5,0,1,0,.99,0c0-1.571.915-2.83,1.885-4.163C7.976,17.693,9.031,16.243,9.031,14.351ZM4.577,15.835a1.98,1.98,0,1,1,1.98-1.979A1.982,1.982,0,0,1,4.577,15.835Z"]];
|
|
8
|
+
export const TripDestination = ["trip-destination",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.5,21h0a1,1,0,0,0,.761-.351C6.454,20.423,11,15.057,11,11.5a5.5,5.5,0,0,0-11,0c0,3.558,4.545,8.922,4.739,9.149A1,1,0,0,0,5.5,21ZM3,11.5A2.5,2.5,0,1,1,5.5,14,2.5,2.5,0,0,1,3,11.5Z","M19.5,13H15a2,2,0,0,0-2,2v6.75a.25.25,0,0,1-.25.25H5.5a1,1,0,0,0,0,2H13a2,2,0,0,0,2-2V15.25a.25.25,0,0,1,.25-.25H19.5a1,1,0,0,0,0-2Z","M19.5,12a.5.5,0,0,0,.354-.146C20.023,11.684,24,7.671,24,4.5a4.5,4.5,0,0,0-9,0c0,3.171,3.977,7.184,4.146,7.354A.5.5,0,0,0,19.5,12ZM18,4.5A1.5,1.5,0,1,1,19.5,6,1.5,1.5,0,0,1,18,4.5Z"]];
|
|
File without changes
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export const ConversationChat2 = ["conversation-chat-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}],["M14.5,10.5h4.25a.25.25,0,0,0,.25-.25V5.5A4.505,4.505,0,0,0,14.5,1H4.5A4.505,4.505,0,0,0,0,5.5v4A4.5,4.5,0,0,0,4.5,14H5v3.5a.5.5,0,0,0,.876.329l3.276-3.743A.247.247,0,0,1,9.34,14h1a.249.249,0,0,0,.246-.206A3.991,3.991,0,0,1,14.5,10.5Z","M24,14.5A2.5,2.5,0,0,0,21.5,12h-7A2.5,2.5,0,0,0,12,14.5v3A2.5,2.5,0,0,0,14.5,20h1.793l2.853,2.854A.5.5,0,0,0,20,22.5V20h1.5A2.5,2.5,0,0,0,24,17.5Z"]];
|
|
2
|
+
export const ConversationQuestionWarning1Alternate = ["conversation-question-warning-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},{"fill":"#000000","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.421,18.083,4,19.208l1.19-2.376A1,1,0,0,0,4.925,15.6,7.213,7.213,0,0,1,2,9.975C2,5.577,6.486,2,12,2c5.041,0,9.307,3.006,9.924,6.992A1,1,0,0,0,23.9,8.686C23.134,3.734,18.018,0,12,0,5.383,0,0,4.475,0,9.975a9.01,9.01,0,0,0,3.057,6.658L.931,20.877a1,1,0,0,0,1.316,1.354L7.265,19.9a1,1,0,1,0-.844-1.813Z","M22.166,20.132A5.971,5.971,0,0,0,24,15.878c0-3.656-3.544-6.63-7.9-6.63s-7.9,2.974-7.9,6.63,3.544,6.629,7.9,6.629a9.33,9.33,0,0,0,2.331-.293l3.63,1.689a1,1,0,0,0,1.315-1.354Zm-1.86-1.016a1,1,0,0,0-.27,1.229l.268.535-1.365-.635a.993.993,0,0,0-.713-.05,7.277,7.277,0,0,1-2.126.312c-3.253,0-5.9-2.077-5.9-4.629s2.647-4.63,5.9-4.63,5.9,2.077,5.9,4.63A4.162,4.162,0,0,1,20.306,19.116Z","M11.417,7.177a1.754,1.754,0,0,0-1.167,1.65V9a.75.75,0,0,0,1.5,0V8.827a.251.251,0,0,1,.167-.236A2.75,2.75,0,1,0,8.25,6a.75.75,0,1,0,1.5,0,1.25,1.25,0,1,1,1.667,1.179Z","M15.250 17.632 A0.750 0.750 0 1 0 16.750 17.632 A0.750 0.750 0 1 0 15.250 17.632 Z","M16,12.632a.75.75,0,0,0-.75.75v2a.75.75,0,1,0,1.5,0v-2A.75.75,0,0,0,16,12.632Z"]];
|
|
3
|
+
export const ConversationSync = ["conversation-sync",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,6.259a4.505,4.505,0,0,0-4.5-4.5H4.5A4.505,4.505,0,0,0,0,6.259v8a4.505,4.505,0,0,0,4.5,4.5h.269a.25.25,0,0,1,.25.244l.059,2.265a1,1,0,0,0,1.682.7l3.365-3.145a.254.254,0,0,1,.171-.067h3.418a.255.255,0,0,1,.167.063l3.53,3.147a1,1,0,0,0,1.666-.772l-.057-2.181a.251.251,0,0,1,.25-.257h.23a4.505,4.505,0,0,0,4.5-4.5Zm-12.4,7.25a2.964,2.964,0,0,0,2.805-2,.75.75,0,1,1,1.419.485,4.441,4.441,0,0,1-7.107,1.942.25.25,0,0,0-.339.013l-.345.344a.746.746,0,0,1-.53.22.75.75,0,0,1-.75-.75v-2.5a.75.75,0,0,1,.75-.75H10a.75.75,0,0,1,.53,1.28l-.738.739a.249.249,0,0,0,.026.376A2.934,2.934,0,0,0,11.6,13.509ZM14,9.491a.75.75,0,0,1-.53-1.28l.738-.739a.249.249,0,0,0-.026-.376A2.95,2.95,0,0,0,9.6,8.495.75.75,0,1,1,8.179,8.01a4.441,4.441,0,0,1,7.107-1.942.25.25,0,0,0,.339-.013l.345-.344a.75.75,0,0,1,1.28.53v2.5a.75.75,0,0,1-.75.75Z"]];
|
|
4
|
+
export const ConversationChat2Alternate = ["conversation-chat-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}],["M9.5,12.5H9a1,1,0,0,0-.753.342l-1.747,2V13.5a1,1,0,0,0-1-1H5a3,3,0,0,1-3-3v-4a3,3,0,0,1,3-3h9.5a3,3,0,0,1,3,3V9a1,1,0,1,0,2,0V5.5a5.006,5.006,0,0,0-5-5H5a5.006,5.006,0,0,0-5,5v4a5.008,5.008,0,0,0,4.5,4.976V17.5a1,1,0,0,0,1.753.659l3.2-3.659H9.5a1,1,0,0,0,0-2Z","M21,11.5H14.5a3,3,0,0,0-3,3v3a3,3,0,0,0,3,3h1.586l2.707,2.708A1,1,0,0,0,20.5,22.5v-2H21a3,3,0,0,0,3-3v-3A3,3,0,0,0,21,11.5Zm1,6a1,1,0,0,1-1,1H19.5a1,1,0,0,0-1,1v.586l-1.293-1.293A1,1,0,0,0,16.5,18.5h-2a1,1,0,0,1-1-1v-3a1,1,0,0,1,1-1H21a1,1,0,0,1,1,1Z"]];
|
|
5
|
+
export const ConversationChatAlternate = ["conversation-chat-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}],["M22.043,0H1.957A1.981,1.981,0,0,0,0,2V8a1.981,1.981,0,0,0,1.957,2H4.783v2.5a1,1,0,0,0,1.631.776L10.442,10h11.6A1.981,1.981,0,0,0,24,8V2A1.981,1.981,0,0,0,22.043,0ZM10.087,8a1,1,0,0,0-.631.224L6.783,10.4V9a1,1,0,0,0-1-1H2.248A.25.25,0,0,1,2,7.752l-.04-5.5A.251.251,0,0,1,2.208,2H21.75a.25.25,0,0,1,.25.25v5.5a.25.25,0,0,1-.25.25Z","M22.043,11H11.065a1,1,0,1,0,0,2H21.752a.25.25,0,0,1,.25.248l.039,4.5a.246.246,0,0,1-.072.178.252.252,0,0,1-.178.074H18.217a1,1,0,0,0-1,1v1.706l-2.623-2.438A1,1,0,0,0,13.913,18H2.248A.25.25,0,0,1,2,17.752l-.039-4.5a.246.246,0,0,1,.072-.178A.252.252,0,0,1,2.209,13H3a1,1,0,0,0,0-2H1.957A1.981,1.981,0,0,0,0,13v5a1.981,1.981,0,0,0,1.957,2H13.52l4.017,3.73A1,1,0,0,0,19.217,23V20h2.826A1.981,1.981,0,0,0,24,18V13A1.981,1.981,0,0,0,22.043,11Z"]];
|
|
6
|
+
export const ConversationSmileType1 = ["conversation-smile-type-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.624,16.951c0-3.763,3.554-6.825,7.923-6.825a8.624,8.624,0,0,1,5.355,1.8.245.245,0,0,0,.39-.136,8.073,8.073,0,0,0,.218-1.838c0-5.4-5.273-9.8-11.755-9.8S0,4.554,0,9.955A8.859,8.859,0,0,0,2.709,16.2L1.318,20.836a.49.49,0,0,0,.669.588l5.358-2.388a13.356,13.356,0,0,0,2.5.577.245.245,0,0,0,.258-.338A5.943,5.943,0,0,1,9.624,16.951ZM9.061,4.739V6.7a.735.735,0,0,1-1.469,0V4.739a.735.735,0,1,1,1.469,0ZM8.9,13.465a6.566,6.566,0,0,1-3.544-1.84A.734.734,0,1,1,6.4,10.587a5.115,5.115,0,0,0,2.755,1.43.735.735,0,0,1-.25,1.448ZM14.939,6.7a.735.735,0,0,1-1.47,0V4.739a.735.735,0,1,1,1.47,0Z","M17.547,11.6c-3.559,0-6.454,2.4-6.454,5.355,0,3.45,3.993,6.192,8.283,5.126L22.8,23.789a.49.49,0,0,0,.689-.579l-.882-2.938A4.81,4.81,0,0,0,24,16.951C24,14,21.105,11.6,17.547,11.6Zm1.065,5.388a.98.98,0,1,1,.98.979A.98.98,0,0,1,18.612,16.984Zm-3.918,0a.98.98,0,1,1,.979.979A.979.979,0,0,1,14.694,16.984Z"]];
|
|
7
|
+
export const ConversationBrowser = ["conversation-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}],["M24,2.5C24,1.7,23.3,1,22.5,1h-21C0.7,1,0,1.7,0,2.5v14.6c0,0.8,0.7,1.5,1.5,1.4c0,0,0,0,0,0H12c0.3,0,0.5,0.2,0.5,0.5v3.5\tc0,0.3,0.2,0.5,0.5,0.5c0.1,0,0.2,0,0.3-0.1l6.1-4.2c0.2-0.1,0.4-0.2,0.6-0.2h2.5c0.8,0,1.5-0.7,1.5-1.5V2.5z M8.3,4.5\tc1.7,0,3,1.3,3,3s-1.3,3-3,3s-3-1.3-3-3S6.6,4.5,8.3,4.5z M12.2,14.2c-0.1,0.2-0.3,0.2-0.4,0.2H4.8c-0.3,0-0.5-0.2-0.5-0.5\tc0-0.1,0-0.2,0.1-0.2c1.2-2.1,4-2.9,6.1-1.7c0.7,0.4,1.3,1,1.7,1.7C12.2,13.9,12.2,14.1,12.2,14.2z M17,6.5c1.2,0,2.2,1,2.2,2.2\ts-1,2.2-2.2,2.2s-2.2-1-2.2-2.2l0,0C14.8,7.5,15.8,6.5,17,6.5z M20.3,13.8c0.1,0.3,0,0.5-0.2,0.7c-0.1,0-0.1,0-0.2,0h-5.6\tc-0.3,0-0.5-0.2-0.5-0.5c0-0.1,0-0.1,0-0.2c0.8-1.8,3-2.6,4.8-1.8C19.3,12.4,19.9,13,20.3,13.8L20.3,13.8z","M22,1H2C0.9,1,0,1.9,0,3v13.6c0,1.1,0.9,2,2,1.9c0,0,0,0,0,0h10V22c0,0.6,0.4,1,1,1c0.2,0,0.4-0.1,0.6-0.2l6.2-4.3H22\tc1.1,0,2-0.9,2-2V3C24,1.9,23.1,1,22,1z M22,16c0,0.3-0.2,0.5-0.5,0.5h-2c-0.2,0-0.4,0.1-0.6,0.2l-4.5,3.1c-0.1,0.1-0.3,0-0.3-0.1\tc0,0,0-0.1,0-0.1v-2.1c0-0.6-0.4-1-1-1H2.5C2.2,16.5,2,16.3,2,16V3.5C2,3.2,2.2,3,2.5,3h19C21.8,3,22,3.2,22,3.5V16z"]];
|
|
8
|
+
export const ConversationTextAlternate = ["conversation-text-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}],["M6.612,17.938,4,19.148l1.19-2.369a1,1,0,0,0-.269-1.225A7.184,7.184,0,0,1,2,9.943C2,5.56,6.486,1.994,12,1.994c5.04,0,9.307,3,9.923,6.971a6.4,6.4,0,0,1,.07,1.282,1,1,0,0,0,2,.092A8.448,8.448,0,0,0,23.9,8.658C23.134,3.723,18.018,0,12,0,5.383,0,0,4.461,0,9.943a8.972,8.972,0,0,0,3.057,6.638L.931,20.812a.993.993,0,0,0,.177,1.141,1.009,1.009,0,0,0,1.139.209l5.209-2.417a1,1,0,1,0-.844-1.807Z","M17.749,6.8A.749.749,0,0,0,17,6.056H6.5a.748.748,0,1,0,0,1.5H17A.748.748,0,0,0,17.749,6.8Z","M6.5,10.542a.748.748,0,1,0,0,1.5H10a.748.748,0,1,0,0-1.5Z","M22.638,20A5.328,5.328,0,0,0,24,16.49c0-3.28-3.179-5.948-7.087-5.948S9.824,13.21,9.824,16.49,13,22.439,16.912,22.439a8.209,8.209,0,0,0,1.8-.206L22.052,23.9a1,1,0,0,0,1.405-1.178Zm-2.083.016.321,1.066-1.594-.794a1,1,0,0,0-.71-.07c-3.5.947-6.748-1.126-6.748-3.725,0-2.18,2.282-3.954,5.088-3.954S22,14.31,22,16.49A3.459,3.459,0,0,1,20.827,19,1,1,0,0,0,20.555,20.013Z"]];
|
|
9
|
+
export const ConversationChatTextAlternate = ["conversation-chat-text-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}],["M7.293,17.792,6,19.085V17.5a1,1,0,0,0-1-1H2.5A.5.5,0,0,1,2,16V2.5A.5.5,0,0,1,2.5,2H19a.5.5,0,0,1,.5.5V8a1,1,0,0,0,2,0V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V16.5a2,2,0,0,0,2,2H4v3a1,1,0,0,0,1.707.707l3-3a1,1,0,0,0-1.414-1.414Z","M22,10.5H12.5a2,2,0,0,0-2,2V19a2,2,0,0,0,2,2h3.167L19.4,23.8A1,1,0,0,0,21,23V21h1a2,2,0,0,0,2-2V12.5A2,2,0,0,0,22,10.5Zm0,8a.5.5,0,0,1-.5.5H20a1,1,0,0,0-1,1v1l-2.4-1.8A1,1,0,0,0,16,19H13a.5.5,0,0,1-.5-.5V13a.5.5,0,0,1,.5-.5h8.5a.5.5,0,0,1,.5.5Z","M16.25,6.5a.75.75,0,0,0-.75-.75H5a.75.75,0,0,0,0,1.5H15.5A.75.75,0,0,0,16.25,6.5Z","M5,10.75a.75.75,0,0,0,0,1.5H8a.75.75,0,0,0,0-1.5Z"]];
|
|
10
|
+
export const ConversationSmileTypeAlternate = ["conversation-smile-type-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},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.375,18.718l-.875.7V17.5a1,1,0,0,0-1-1h-3A.5.5,0,0,1,2,16V2.5A.5.5,0,0,1,2.5,2H19a.5.5,0,0,1,.5.5v5a1,1,0,0,0,2,0V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V16.5a2,2,0,0,0,2,2H4.5v3a1,1,0,0,0,1.625.782l2.5-2a1,1,0,0,0-1.25-1.563Z","M24,12a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2v7a2,2,0,0,0,2,2h3.667L19.4,23.8A1,1,0,0,0,21,23V21h1a2,2,0,0,0,2-2Zm-2,6.5a.5.5,0,0,1-.5.5H20a1,1,0,0,0-1,1v1l-2.4-1.8A1,1,0,0,0,16,19H12.5a.5.5,0,0,1-.5-.5v-6a.5.5,0,0,1,.5-.5h9a.5.5,0,0,1,.5.5Z","M14.000 15.499 A1.000 1.000 0 1 0 16.000 15.499 A1.000 1.000 0 1 0 14.000 15.499 Z","M18.000 15.499 A1.000 1.000 0 1 0 20.000 15.499 A1.000 1.000 0 1 0 18.000 15.499 Z","M8.25,8V6a.75.75,0,0,0-1.5,0V8a.75.75,0,0,0,1.5,0Z","M12.75,6V8a.75.75,0,0,0,1.5,0V6a.75.75,0,0,0-1.5,0Z","M4.47,11.469a.75.75,0,0,0,0,1.061,6.708,6.708,0,0,0,3.618,1.878.75.75,0,0,0,.256-1.479,5.206,5.206,0,0,1-2.814-1.46A.749.749,0,0,0,4.47,11.469Z"]];
|
|
11
|
+
export const ConversationSmileType1Alternate = ["conversation-smile-type-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},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.421,18.083,4,19.208l1.19-2.376a1,1,0,0,0-.269-1.23A7.21,7.21,0,0,1,2,9.974C2,5.577,6.486,2,12,2c5.041,0,9.307,3.006,9.924,6.992A1,1,0,0,0,23.9,8.685C23.134,3.734,18.018,0,12,0,5.383,0,0,4.474,0,9.974a9.011,9.011,0,0,0,3.057,6.659L.931,20.877a1,1,0,0,0,1.316,1.354L7.265,19.9a1,1,0,1,0-.844-1.812Z","M13.824 16.500 A1.000 1.000 0 1 0 15.824 16.500 A1.000 1.000 0 1 0 13.824 16.500 Z","M17.824 16.500 A1.000 1.000 0 1 0 19.824 16.500 A1.000 1.000 0 1 0 17.824 16.500 Z","M9,4.75a.75.75,0,0,0-.75.75v2a.75.75,0,0,0,1.5,0v-2A.75.75,0,0,0,9,4.75Z","M14.25,5.5v2a.75.75,0,0,0,1.5,0v-2a.75.75,0,0,0-1.5,0Z","M22.639,19.984A5.355,5.355,0,0,0,24,16.467c0-3.29-3.18-5.967-7.088-5.967s-7.088,2.677-7.088,5.967,3.18,5.967,7.088,5.967a8.166,8.166,0,0,0,1.806-.207l3.335,1.667a1,1,0,0,0,1.4-1.181ZM20.556,20l.321,1.069-1.594-.8a1,1,0,0,0-.71-.07c-3.511.953-6.749-1.13-6.749-3.736,0-2.188,2.282-3.967,5.088-3.967S22,14.279,22,16.467a3.472,3.472,0,0,1-1.172,2.519A1,1,0,0,0,20.556,20Z","M9.177,12.332A5.25,5.25,0,0,1,6.815,10.97a.75.75,0,1,0-1.061,1.06,6.749,6.749,0,0,0,3.039,1.751.75.75,0,1,0,.384-1.449Z"]];
|
|
12
|
+
export const ConversationSyncAlternate = ["conversation-sync-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}],["M18.87,1.5H5.13A5.136,5.136,0,0,0,0,6.631v7.542A5.139,5.139,0,0,0,4.626,19.28l.035,1.354a1.923,1.923,0,0,0,1.176,1.717,1.918,1.918,0,0,0,2.051-.368L10.754,19.3h2.511L16.288,22a1.918,1.918,0,0,0,3.192-1.483l-.032-1.244A5.139,5.139,0,0,0,24,14.173V6.631A5.136,5.136,0,0,0,18.87,1.5ZM22,14.173A3.134,3.134,0,0,1,18.87,17.3h-.212a1.23,1.23,0,0,0-1.229,1.261l.048,1.813-3.1-2.761a1.229,1.229,0,0,0-.819-.313H10.451a1.229,1.229,0,0,0-.84.331L6.656,20.426,6.606,18.5a1.223,1.223,0,0,0-1.229-1.2H5.13A3.134,3.134,0,0,1,2,14.173V6.631A3.134,3.134,0,0,1,5.13,3.5H18.87A3.134,3.134,0,0,1,22,6.631Z","M15.079,11.117a.686.686,0,0,0-.874.429,2.722,2.722,0,0,1-2.575,1.839A2.693,2.693,0,0,1,10,12.83a.228.228,0,0,1-.024-.345l.678-.678a.688.688,0,0,0-.487-1.175H7.869a.688.688,0,0,0-.688.688v2.3a.689.689,0,0,0,1.175.487l.316-.317a.231.231,0,0,1,.311-.012,4.077,4.077,0,0,0,6.524-1.782A.688.688,0,0,0,15.079,11.117Z","M16.394,6.078a.687.687,0,0,0-.75.149l-.316.316a.229.229,0,0,1-.311.012A4.077,4.077,0,0,0,8.493,8.337a.688.688,0,0,0,1.3.446A2.707,2.707,0,0,1,14,7.5a.228.228,0,0,1,.024.345l-.678.678A.688.688,0,0,0,13.836,9.7h2.3a.688.688,0,0,0,.688-.688V6.714A.688.688,0,0,0,16.394,6.078Z"]];
|
|
13
|
+
export const ConversationChat1 = ["conversation-chat-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M10.25,12.056a2.5,2.5,0,0,1,2.5-2.5H20a.25.25,0,0,0,.25-.25V3.056a1.5,1.5,0,0,0-1.5-1.5h-17a1.5,1.5,0,0,0-1.5,1.5v10a1.5,1.5,0,0,0,1.5,1.5h1.5v3.5a.5.5,0,0,0,.854.354l3.853-3.854H10a.25.25,0,0,0,.25-.25Z","M22.75,11.056h-10a1,1,0,0,0-1,1v6a1,1,0,0,0,1,1h4.5l3.668,3.26a.5.5,0,0,0,.832-.373V19.056h1a1,1,0,0,0,1-1v-6A1,1,0,0,0,22.75,11.056Z"]];
|
|
14
|
+
export const ConversationChat = ["conversation-chat",24,24,[{"fill":"#000000","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.118,15.286A1,1,0,0,1,3.5,14.5V11.75a.25.25,0,0,0-.25-.25H1.5A1.5,1.5,0,0,0,0,13v5a1.5,1.5,0,0,0,1.5,1.5H13.715a.249.249,0,0,1,.166.063l4.287,3.811A.5.5,0,0,0,19,23V19.75a.25.25,0,0,1,.25-.25H22.5A1.5,1.5,0,0,0,24,18V13a1.5,1.5,0,0,0-1.5-1.5H10.023a.255.255,0,0,0-.155.053Z","M4.75,9.5A.25.25,0,0,1,5,9.75V12.5a.5.5,0,0,0,.807.395l4.3-3.342a.251.251,0,0,1,.153-.053H22.5A1.5,1.5,0,0,0,24,8V2A1.5,1.5,0,0,0,22.5.5H1.5A1.5,1.5,0,0,0,0,2V8A1.5,1.5,0,0,0,1.5,9.5Z"]];
|
|
15
|
+
export const ConversationChatBubble = ["conversation-chat-bubble",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.25,6.875v-6a.75.75,0,0,0-.75-.75h-9a.75.75,0,0,0-.75.75v6a.75.75,0,0,0,.75.75H9.25v1.75a.75.75,0,0,0,1.28.53l2.281-2.28H16.5A.75.75,0,0,0,17.25,6.875Z","M4.505,12.875a2.75,2.75,0,1,0-.01,0A3.5,3.5,0,0,0,1,16.374v2a.5.5,0,0,0,.5.5h.821a.249.249,0,0,1,.249.225L3,23.425a.5.5,0,0,0,.5.45h2a.5.5,0,0,0,.5-.45L6.43,19.1a.249.249,0,0,1,.248-.225H7.5a.5.5,0,0,0,.5-.5v-2A3.5,3.5,0,0,0,4.505,12.875Z","M19.505,12.875a2.75,2.75,0,1,0-.01,0,3.5,3.5,0,0,0-3.5,3.5v2a.5.5,0,0,0,.5.5h.821a.249.249,0,0,1,.249.225L18,23.425a.5.5,0,0,0,.5.45h2a.5.5,0,0,0,.5-.45L21.43,19.1a.249.249,0,0,1,.248-.225H22.5a.5.5,0,0,0,.5-.5v-2A3.5,3.5,0,0,0,19.505,12.875Z"]];
|
|
16
|
+
export const ConversationQuestionWarning = ["conversation-question-warning",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.5,12.5a3,3,0,0,1,3-3h7.75a.25.25,0,0,0,.25-.25V1.5A1.5,1.5,0,0,0,19,0H1.5A1.5,1.5,0,0,0,0,1.5V16a1.5,1.5,0,0,0,1.5,1.5h3V21a.5.5,0,0,0,.854.353L9.207,17.5H9.25a.25.25,0,0,0,.25-.25Zm.917-5.907a.25.25,0,0,0-.167.236V8a.75.75,0,0,1-1.5,0V6.829A1.757,1.757,0,0,1,9.916,5.178,1.25,1.25,0,1,0,8.25,4a.75.75,0,0,1-1.5,0,2.75,2.75,0,1,1,3.667,2.593Z","M22.5,11h-10A1.5,1.5,0,0,0,11,12.5v7A1.5,1.5,0,0,0,12.5,21h3.833L20.2,23.9a.5.5,0,0,0,.8-.4V21h1.5A1.5,1.5,0,0,0,24,19.5v-7A1.5,1.5,0,0,0,22.5,11ZM18,16.5a.75.75,0,0,1-1.5,0V13A.75.75,0,0,1,18,13ZM17.25,18a.75.75,0,1,1-.75.75A.75.75,0,0,1,17.25,18Z"]];
|
|
17
|
+
export const ConversationChatText = ["conversation-chat-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}],["M10,13a3,3,0,0,1,3-3h7.25a.25.25,0,0,0,.25-.25V1.5A1.5,1.5,0,0,0,19,0H1.5A1.5,1.5,0,0,0,0,1.5V16a1.5,1.5,0,0,0,1.5,1.5h3V21a.5.5,0,0,0,.854.353L9.207,17.5H9.75a.25.25,0,0,0,.25-.25ZM7.5,10.75h-3a.75.75,0,0,1,0-1.5h3a.75.75,0,0,1,0,1.5Zm7.5-5H4.5a.75.75,0,0,1,0-1.5H15a.75.75,0,0,1,0,1.5Z","M22.5,11.5H13A1.5,1.5,0,0,0,11.5,13v6.5A1.5,1.5,0,0,0,13,21h3.333L20.2,23.9a.5.5,0,0,0,.8-.4V21h1.5A1.5,1.5,0,0,0,24,19.5V13A1.5,1.5,0,0,0,22.5,11.5Z"]];
|
|
18
|
+
export const ConversationSpeak = ["conversation-speak",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0.000 2.667 A2.250 2.250 0 1 0 4.500 2.667 A2.250 2.250 0 1 0 0.000 2.667 Z","M6.332,5.712a.751.751,0,0,0,1.041-.205,2.77,2.77,0,0,0,0-3.095.75.75,0,0,0-1.246.836,1.287,1.287,0,0,1,0,1.423A.75.75,0,0,0,6.332,5.712Z","M17.251,5.839a.75.75,0,0,0,.622-1.168,1.287,1.287,0,0,1,0-1.423.75.75,0,0,0-1.246-.836,2.77,2.77,0,0,0,0,3.1A.748.748,0,0,0,17.251,5.839Z","M9.65,7.367a4.824,4.824,0,0,0,0-6.815A.75.75,0,0,0,8.59,1.613a3.322,3.322,0,0,1,0,4.693A.75.75,0,0,0,9.65,7.367Z","M15.41.552a.749.749,0,0,0-1.06,0,4.824,4.824,0,0,0,0,6.815.75.75,0,0,0,1.06-1.061,3.322,3.322,0,0,1,0-4.693A.75.75,0,0,0,15.41.552Z","M19.500 2.667 A2.250 2.250 0 1 0 24.000 2.667 A2.250 2.250 0 1 0 19.500 2.667 Z","M21.25,23.667h1a1.5,1.5,0,0,0,1.5-1.5V7.667a1,1,0,0,0-1-1h-2a3,3,0,0,0-3,3v5a1,1,0,0,0,1,1h.75a.249.249,0,0,1,.25.25v6.25A1.5,1.5,0,0,0,21.25,23.667Z","M3.25,6.667h-2a1,1,0,0,0-1,1v14.5a1.5,1.5,0,0,0,1.5,1.5h1a1.5,1.5,0,0,0,1.5-1.5v-3.75a.25.25,0,0,1,.25-.25H6.536a.5.5,0,0,0,.47-.67L5.431,13.164a2.987,2.987,0,0,1-.181-1.025V8.667A2,2,0,0,0,3.25,6.667Z"]];
|
|
19
|
+
export const ConversationSpy = ["conversation-spy",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.479,6.066H4.348a1,1,0,0,0,0-2H1.479a1,1,0,0,0,0,2Z","M1.162,2.188l2.869.956a1,1,0,1,0,.633-1.9L1.8.291a1,1,0,0,0-.633,1.9Z","M4.031,6.986l-2.869.958A1,1,0,1,0,1.8,9.84l2.869-.957a1,1,0,1,0-.633-1.9Z","M16.2,15.15l-6.375.708a2.4,2.4,0,0,0-2.14,2.321.249.249,0,0,1-.249.234H4.348a2.348,2.348,0,1,1,0-4.695H19.174a4.826,4.826,0,0,0,0-9.652H16.568a.25.25,0,0,1-.249-.234A2.4,2.4,0,0,0,14.18,1.51L7.8.8a.978.978,0,0,0-1.084.973V8.358a.978.978,0,0,0,.975.977A1.032,1.032,0,0,0,7.8,9.329l6.375-.708A2.4,2.4,0,0,0,16.319,6.3a.249.249,0,0,1,.249-.234h2.606a2.826,2.826,0,0,1,0,5.652H4.348a4.348,4.348,0,1,0,0,8.7H7.432a.25.25,0,0,1,.249.234A2.4,2.4,0,0,0,9.82,22.969l6.378.709a.942.942,0,0,0,.106.006.978.978,0,0,0,.978-.979V16.121A.978.978,0,0,0,16.2,15.15Z","M22.521,18.174H19.652a1,1,0,0,0,0,2h2.869a1,1,0,0,0,0-2Z","M22.838,21.813l-2.869-.956a1,1,0,1,0-.633,1.9l2.869.956a1,1,0,1,0,.633-1.9Z","M22.205,14.639l-2.869.957a1,1,0,1,0,.633,1.9l2.869-.957a1,1,0,1,0-.633-1.9Z"]];
|
|
20
|
+
export const ConversationSmileType = ["conversation-smile-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}],["M9.5,12.5a3,3,0,0,1,3-3h7.75a.25.25,0,0,0,.25-.25V1.5A1.5,1.5,0,0,0,19,0H1.5A1.5,1.5,0,0,0,0,1.5V16a1.5,1.5,0,0,0,1.5,1.5h3V21a.5.5,0,0,0,.309.462A.508.508,0,0,0,5,21.5a.5.5,0,0,0,.354-.147L9.207,17.5H9.25a.25.25,0,0,0,.25-.25ZM2.97,9.969a.751.751,0,0,1,1.06,0,5.2,5.2,0,0,0,3.039,1.5.75.75,0,1,1-.191,1.488A6.691,6.691,0,0,1,2.97,11.03.75.75,0,0,1,2.97,9.969ZM7.75,6.5a.75.75,0,0,1-1.5,0v-2a.75.75,0,0,1,1.5,0Zm6,0a.75.75,0,0,1-1.5,0v-2a.75.75,0,0,1,1.5,0Z","M22.5,11h-10A1.5,1.5,0,0,0,11,12.5v7A1.5,1.5,0,0,0,12.5,21h3.833L20.2,23.9a.5.5,0,0,0,.8-.4V21h1.5A1.5,1.5,0,0,0,24,19.5v-7A1.5,1.5,0,0,0,22.5,11Zm-8,5a1,1,0,1,1,1,1A1,1,0,0,1,14.5,16Zm5,1a1,1,0,1,1,1-1A1,1,0,0,1,19.5,17Z"]];
|
|
21
|
+
export const ConversationChat1Alternate = ["conversation-chat-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}],["M8,12.805H7.5a1,1,0,0,0-.707.293L4.5,15.391V13.805a1,1,0,0,0-1-1H2.25a.25.25,0,0,1-.25-.25v-9.5a.25.25,0,0,1,.25-.25h16a.25.25,0,0,1,.25.25v4.25a1,1,0,0,0,2,0v-4.5a2,2,0,0,0-2-2H2a2,2,0,0,0-2,2v10a2,2,0,0,0,2,2h.5v3a1,1,0,0,0,1.707.707l3.707-3.707H8a1,1,0,0,0,0-2Z","M22,9.805H12a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h4.12L19.5,22.812a1.5,1.5,0,0,0,2.5-1.12V19.805a2,2,0,0,0,2-2v-6A2,2,0,0,0,22,9.805ZM20,20.578l-2.835-2.52a1,1,0,0,0-.665-.253H12.25a.25.25,0,0,1-.25-.25v-5.5a.25.25,0,0,1,.25-.25h9.5a.25.25,0,0,1,.25.25v5.5a.25.25,0,0,1-.25.25H21a1,1,0,0,0-1,1Z"]];
|
|
22
|
+
export const ConversationText = ["conversation-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}],["M9.324,16.967c0-3.842,3.628-6.967,8.088-6.967a8.712,8.712,0,0,1,5.9,2.209.246.246,0,0,0,.239.056.25.25,0,0,0,.172-.176A8.245,8.245,0,0,0,24,10C24,4.486,18.617,0,12,0S0,4.486,0,10a9.037,9.037,0,0,0,2.766,6.376L1.347,21.107a.5.5,0,0,0,.681.6L7.5,19.271a13.422,13.422,0,0,0,2.091.518.251.251,0,0,0,.27-.349A6.047,6.047,0,0,1,9.324,16.967ZM9.5,12.25H6a.75.75,0,0,1,0-1.5H9.5a.75.75,0,0,1,0,1.5Zm7-4.5H6a.75.75,0,0,1,0-1.5H16.5a.75.75,0,0,1,0,1.5Z","M17.412,11.5c-3.633,0-6.588,2.452-6.588,5.467,0,3.521,4.078,6.322,8.456,5.232l3.5,1.748a.5.5,0,0,0,.7-.591l-.9-3A4.908,4.908,0,0,0,24,16.967C24,13.952,21.045,11.5,17.412,11.5Z"]];
|
|
23
|
+
export const ConversationQuestionWarningAlternate = ["conversation-question-warning-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},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M7.375,18.718l-.875.7V17.5a1,1,0,0,0-1-1h-3A.5.5,0,0,1,2,16V2.5A.5.5,0,0,1,2.5,2H19a.5.5,0,0,1,.5.5v5a1,1,0,0,0,2,0V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V16.5a2,2,0,0,0,2,2H4.5v3a1,1,0,0,0,1.625.782l2.5-2a1,1,0,0,0-1.25-1.563Z","M22,10H12a2,2,0,0,0-2,2v7a2,2,0,0,0,2,2h3.667L19.4,23.8A1,1,0,0,0,21,23V21h1a2,2,0,0,0,2-2V12A2,2,0,0,0,22,10Zm0,8.5a.5.5,0,0,1-.5.5H20a1,1,0,0,0-1,1v1l-2.4-1.8A1,1,0,0,0,16,19H12.5a.5.5,0,0,1-.5-.5v-6a.5.5,0,0,1,.5-.5h9a.5.5,0,0,1,.5.5Z","M11.25,8.5V8.329a.25.25,0,0,1,.167-.236A2.75,2.75,0,1,0,7.75,5.5a.75.75,0,0,0,1.5,0,1.25,1.25,0,1,1,1.666,1.178A1.757,1.757,0,0,0,9.75,8.329V8.5a.75.75,0,0,0,1.5,0Z","M16.000 17.708 A0.750 0.750 0 1 0 17.500 17.708 A0.750 0.750 0 1 0 16.000 17.708 Z","M16.75,16.207a.75.75,0,0,0,.75-.75v-2a.75.75,0,1,0-1.5,0v2A.75.75,0,0,0,16.75,16.207Z"]];
|
|
24
|
+
export const ConversationSeen = ["conversation-seen",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.156,10.851a.253.253,0,0,0,0-.2,5.032,5.032,0,0,0-9.312,0,.253.253,0,0,0,0,.2,5.032,5.032,0,0,0,9.312,0ZM8.5,10.75a2,2,0,1,1,2,2A2,2,0,0,1,8.5,10.75Z","M18.5,3H2.5A2.5,2.5,0,0,0,0,5.5v11A2.5,2.5,0,0,0,2.5,19h.689a.249.249,0,0,1,.177.073l4.78,4.781A.5.5,0,0,0,8.5,24a.489.489,0,0,0,.191-.038A.5.5,0,0,0,9,23.5V19.25A.25.25,0,0,1,9.25,19H18.5A2.5,2.5,0,0,0,21,16.5V5.5A2.5,2.5,0,0,0,18.5,3ZM4.285,10.976a.742.742,0,0,1,0-.452,6.543,6.543,0,0,1,12.43,0,.742.742,0,0,1,0,.452,6.543,6.543,0,0,1-12.43,0Z","M21.25,0h-16a.75.75,0,0,0,0,1.5h16A1.252,1.252,0,0,1,22.5,2.75v8a.75.75,0,0,0,1.5,0v-8A2.752,2.752,0,0,0,21.25,0Z"]];
|
|
25
|
+
export const ConversationQuestionWarning1 = ["conversation-question-warning-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}],["M7.731,16.436c0-4.177,3.964-7.575,8.836-7.575a9.445,9.445,0,0,1,6.78,2.736.245.245,0,0,0,.249.065.251.251,0,0,0,.173-.192,8.377,8.377,0,0,0,.144-1.542C23.913,4.454,18.569,0,12,0S.087,4.454.087,9.928a8.977,8.977,0,0,0,2.745,6.33l-1.409,4.7a.5.5,0,0,0,.677.6l5.43-2.42c.13.044.26.085.392.123a.248.248,0,0,0,.3-.332A6.57,6.57,0,0,1,7.731,16.436Zm4.683-9.179a.249.249,0,0,0-.166.233v.171a.745.745,0,1,1-1.489,0V7.49a1.739,1.739,0,0,1,1.158-1.637,1.241,1.241,0,1,0-1.654-1.17.745.745,0,0,1-1.489,0,2.73,2.73,0,1,1,3.64,2.574Z","M21.981,20.552a5.505,5.505,0,0,0,1.932-4.116c0-3.355-3.3-6.086-7.346-6.086S9.22,13.081,9.22,16.436s3.3,6.085,7.347,6.085a8.767,8.767,0,0,0,2.36-.32l3.767,1.752a.5.5,0,0,0,.653-.671Zm-4.769-1.59a.745.745,0,1,1-.745-.745A.744.744,0,0,1,17.212,18.962Zm0-5.709v3.475a.745.745,0,0,1-1.489,0V13.253a.745.745,0,0,1,1.489,0Z"]];
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export const MessagesPeopleManBubble = ["messages-people-man-bubble",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.870 6.250 A1.000 1.000 0 1 0 13.870 6.250 A1.000 1.000 0 1 0 11.870 6.250 Z","M15.120 6.250 A1.000 1.000 0 1 0 17.120 6.250 A1.000 1.000 0 1 0 15.120 6.250 Z","M18.370 6.250 A1.000 1.000 0 1 0 20.370 6.250 A1.000 1.000 0 1 0 18.370 6.250 Z","M17.894,0a5.3,5.3,0,0,0-3.611,1.327,5.366,5.366,0,0,0-3.79.092A5.564,5.564,0,0,0,7.314,4.67a1,1,0,1,0,1.88.684,3.562,3.562,0,0,1,2.04-2.078,3.4,3.4,0,0,1,2.813.119,1,1,0,0,0,1.165-.2A3.469,3.469,0,0,1,17.894,2,4.026,4.026,0,0,1,22,6.2a3.845,3.845,0,0,1-.961,2.632A4,4,0,0,1,17.994,10a1,1,0,0,0-.825.436A2.273,2.273,0,0,1,15.494,11.5a1.889,1.889,0,0,1-1.05-.312,1,1,0,0,0-1.12,1.658,3.857,3.857,0,0,0,2.17.654A4.017,4.017,0,0,0,18.5,11.984a5.791,5.791,0,0,0,4.009-1.794A5.837,5.837,0,0,0,24,6.2,6.03,6.03,0,0,0,17.894,0Z","M10.5,17.663V16.28a3.072,3.072,0,0,0,.991-2.43,1.826,1.826,0,0,0,.655-1.5,1.612,1.612,0,0,0-.22-.859,1.092,1.092,0,0,0-.245-.276,3.7,3.7,0,0,0,.3-2.338C11.638,7.492,9.891,7,8.5,7c-1.239,0-2.761.39-3.323,1.456a1.15,1.15,0,0,0-1.02.382c-.511.626-.1,1.654.2,2.367a1.093,1.093,0,0,0-.268.289,1.611,1.611,0,0,0-.229.875,1.807,1.807,0,0,0,.65,1.481A3.072,3.072,0,0,0,5.5,16.28v1.383C3.624,18.427,0,20.03,0,21v2.5a.5.5,0,0,0,.5.5h15a.5.5,0,0,0,.5-.5V21C16,20.03,12.376,18.427,10.5,17.663Z","M13.118 16.250 A1.500 1.500 0 1 0 16.118 16.250 A1.500 1.500 0 1 0 13.118 16.250 Z"]];
|
|
2
|
+
export const MessagesPeopleManBubble1 = ["messages-people-man-bubble-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}],["M11.870 5.750 A1.000 1.000 0 1 0 13.870 5.750 A1.000 1.000 0 1 0 11.870 5.750 Z","M15.120 5.750 A1.000 1.000 0 1 0 17.120 5.750 A1.000 1.000 0 1 0 15.120 5.750 Z","M18.370 5.750 A1.000 1.000 0 1 0 20.370 5.750 A1.000 1.000 0 1 0 18.370 5.750 Z","M17.894,0a5.434,5.434,0,0,0-3.606,1.275,5.642,5.642,0,0,0-6.4,2.13,1,1,0,0,0,1.65,1.129,3.633,3.633,0,0,1,4.529-1.2A1,1,0,0,0,15.2,3.146,3.56,3.56,0,0,1,17.894,2,3.91,3.91,0,0,1,22,5.976a3.531,3.531,0,0,1-.945,2.473,4.129,4.129,0,0,1-3.061,1.116,1,1,0,0,0-.813.419A2.285,2.285,0,0,1,15.494,11a1.981,1.981,0,0,1-1.067-.3,1,1,0,1,0-1.086,1.68A3.953,3.953,0,0,0,15.494,13a4.062,4.062,0,0,0,2.991-1.449,5.9,5.9,0,0,0,4.009-1.714A5.513,5.513,0,0,0,24,5.976,5.913,5.913,0,0,0,17.894,0Z","M14.254 15.750 A1.500 1.500 0 1 0 17.254 15.750 A1.500 1.500 0 1 0 14.254 15.750 Z","M7,17.125a4.75,4.75,0,1,0-4.75-4.75A4.756,4.756,0,0,0,7,17.125ZM4.549,11.154A7.043,7.043,0,0,0,8.46,12.375a6.6,6.6,0,0,0,1.277-.125c0,.042.013.082.013.125a2.75,2.75,0,0,1-5.5,0A2.713,2.713,0,0,1,4.549,11.154Z","M7.206,18A7.544,7.544,0,0,0,.021,23.357.5.5,0,0,0,.5,24H13.912a.5.5,0,0,0,.48-.643A7.544,7.544,0,0,0,7.206,18Z"]];
|
|
3
|
+
export const MessagesPeoplePersonBubbleOval = ["messages-people-person-bubble-oval",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.116 5.500 A1.000 1.000 0 1 0 14.116 5.500 A1.000 1.000 0 1 0 12.116 5.500 Z","M15.366 5.500 A1.000 1.000 0 1 0 17.366 5.500 A1.000 1.000 0 1 0 15.366 5.500 Z","M18.616 5.500 A1.000 1.000 0 1 0 20.616 5.500 A1.000 1.000 0 1 0 18.616 5.500 Z","M18.5,0h-6A5.525,5.525,0,0,0,7.137,4.31a1,1,0,0,0,1.953.43A3.512,3.512,0,0,1,12.5,2h6a3.5,3.5,0,0,1,0,7h-1a1,1,0,0,0-.625.219l-.878.7A1,1,0,0,0,15,9H14a1,1,0,0,0,0,2v1a1,1,0,0,0,1.625.781L17.851,11H18.5a5.5,5.5,0,0,0,0-11Z","M11.5,17.329,10.87,17.1a2.236,2.236,0,0,1-.08-1.608,5.621,5.621,0,0,0,1.466-4.315C12.256,8.755,10.677,7,8.5,7S4.744,8.755,4.744,11.174A5.6,5.6,0,0,0,6.2,15.47,2.2,2.2,0,0,1,6.133,17.1l-.632.233c-2.446.9-4.214,1.549-4.753,2.626A9.17,9.17,0,0,0,0,23.5a.5.5,0,0,0,.5.5h16a.5.5,0,0,0,.5-.5,9.17,9.17,0,0,0-.748-3.545C15.713,18.878,13.945,18.228,11.5,17.329Z"]];
|
|
4
|
+
export const MessagesPeopleUserBubble = ["messages-people-user-bubble",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.109,0a5.634,5.634,0,0,0-4.56,2.329,4.616,4.616,0,0,0-1.823-.373,4.808,4.808,0,0,0-.365,9.6,4.666,4.666,0,0,0,6.185.834,6.1,6.1,0,0,0,.779.05C21.561,12.435,24,9.762,24,6.217A6,6,0,0,0,18.109,0Zm.216,10.435a4.016,4.016,0,0,1-.828-.085.986.986,0,0,0-.853.213A2.745,2.745,0,0,1,12.686,10a1.008,1.008,0,0,0-.96-.432A2.767,2.767,0,0,1,9,6.761a2.769,2.769,0,0,1,2.725-2.8,2.646,2.646,0,0,1,1.563.512,1,1,0,0,0,1.463-.326A3.771,3.771,0,0,1,18.109,2,3.975,3.975,0,0,1,22,6.217C22,8.313,20.738,10.435,18.325,10.435Z","M3.505,13a2.75,2.75,0,1,0-.01,0A3.5,3.5,0,0,0,0,16.5v2a.5.5,0,0,0,.5.5h.821a.25.25,0,0,1,.249.225L2,23.55a.5.5,0,0,0,.5.45h2a.5.5,0,0,0,.5-.45l.433-4.325A.25.25,0,0,1,5.679,19H6.5a.5.5,0,0,0,.5-.5v-2A3.5,3.5,0,0,0,3.505,13Z","M11.250 7.245 A1.000 1.000 0 1 0 13.250 7.245 A1.000 1.000 0 1 0 11.250 7.245 Z","M14.499 7.245 A1.000 1.000 0 1 0 16.499 7.245 A1.000 1.000 0 1 0 14.499 7.245 Z","M17.749 7.245 A1.000 1.000 0 1 0 19.749 7.245 A1.000 1.000 0 1 0 17.749 7.245 Z","M7.750 13.750 A1.250 1.250 0 1 0 10.250 13.750 A1.250 1.250 0 1 0 7.750 13.750 Z"]];
|
|
5
|
+
export const MessagesPeoplePersonBubbleSquare = ["messages-people-person-bubble-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},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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,17.329l-.63-.232c-.218-.133-.252-1.32-.08-1.608a5.621,5.621,0,0,0,1.466-4.315C12.256,8.755,10.676,7,8.5,7S4.744,8.755,4.744,11.174a5.6,5.6,0,0,0,1.452,4.3A2.209,2.209,0,0,1,6.133,17.1l-.633.233c-2.446.9-4.213,1.549-4.751,2.626A9.135,9.135,0,0,0,0,23.5a.5.5,0,0,0,.5.5h16a.5.5,0,0,0,.5-.5,9.135,9.135,0,0,0-.749-3.545C15.713,18.878,13.946,18.229,11.5,17.329Z","M22,0H9A2,2,0,0,0,7,2V5A1,1,0,0,0,9,5V2.25A.25.25,0,0,1,9.25,2h12.5a.25.25,0,0,1,.25.25v6.5a.25.25,0,0,1-.25.25H19.5a1.006,1.006,0,0,0-.665.252L16.416,11.4A.25.25,0,0,1,16,11.216V10a1,1,0,0,0-1-1H14a1,1,0,0,0,0,2v3a1,1,0,0,0,1.665.748L19.88,11H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Z","M11.502 5.750 A1.000 1.000 0 1 0 13.502 5.750 A1.000 1.000 0 1 0 11.502 5.750 Z","M14.752 5.750 A1.000 1.000 0 1 0 16.752 5.750 A1.000 1.000 0 1 0 14.752 5.750 Z","M18.003 5.750 A1.000 1.000 0 1 0 20.003 5.750 A1.000 1.000 0 1 0 18.003 5.750 Z"]];
|
|
6
|
+
export const MessagesPeopleManBubbleCircleAlternate = ["messages-people-man-bubble-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},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M16.5,0a7.678,7.678,0,0,0-6.162,3.007,1,1,0,0,0,1.6,1.195A5.67,5.67,0,0,1,16.5,2,5.274,5.274,0,0,1,22,7a5.005,5.005,0,0,1-3.359,4.605,1.008,1.008,0,0,0-.319.2c-.2.184-2.068,1.773-2.324,1.991,0-.366,0-.681,0-.858a1,1,0,0,0-.861-1,5.81,5.81,0,0,1-.789-.166A1,1,0,0,0,13.8,13.7l.2.054c0,.511,0,2.25,0,2.25a1,1,0,0,0,1.707.707c.267-.267,3.543-3.054,3.828-3.305A6.973,6.973,0,0,0,24,7,7.271,7.271,0,0,0,16.5,0Z","M12.116 6.500 A1.000 1.000 0 1 0 14.116 6.500 A1.000 1.000 0 1 0 12.116 6.500 Z","M15.366 6.500 A1.000 1.000 0 1 0 17.366 6.500 A1.000 1.000 0 1 0 15.366 6.500 Z","M18.616 6.500 A1.000 1.000 0 1 0 20.616 6.500 A1.000 1.000 0 1 0 18.616 6.500 Z","M10.5,17.663V16.28a3.072,3.072,0,0,0,.991-2.43,1.826,1.826,0,0,0,.655-1.5,1.612,1.612,0,0,0-.22-.859,1.092,1.092,0,0,0-.245-.276,3.7,3.7,0,0,0,.3-2.338C11.638,7.492,9.891,7,8.5,7c-1.239,0-2.761.39-3.323,1.456a1.155,1.155,0,0,0-1.02.382c-.511.626-.1,1.654.2,2.367a1.093,1.093,0,0,0-.268.289,1.611,1.611,0,0,0-.229.875,1.807,1.807,0,0,0,.65,1.481A3.072,3.072,0,0,0,5.5,16.28v1.383C3.624,18.427,0,20.03,0,21v2.5a.5.5,0,0,0,.5.5H6.731l1.025-4.444a.25.25,0,0,1,.488,0L9.269,24H15.5a.5.5,0,0,0,.5-.5V21C16,20.03,12.376,18.427,10.5,17.663Z"]];
|
|
7
|
+
export const MessagesPeopleManBubbleSquare = ["messages-people-man-bubble-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},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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,17.663v-1.4a3.189,3.189,0,0,0,.912-2.412,1.783,1.783,0,0,0,.632-1.466,1.439,1.439,0,0,0-.486-1.175,3.745,3.745,0,0,0,.287-2.333C11.5,7.492,9.771,7,8.4,7c-1.225,0-2.73.39-3.29,1.456A1.129,1.129,0,0,0,4.1,8.838c-.5.624-.07,1.652.247,2.363a1.539,1.539,0,0,0-.6,1.3,1.473,1.473,0,0,0,.761,1.394A3.046,3.046,0,0,0,5.5,16.28v1.383C3.624,18.427,0,20.03,0,21v2.5a.5.5,0,0,0,.5.5h15a.5.5,0,0,0,.5-.5V21C16,20.03,12.377,18.427,10.5,17.663Z","M24,2a2,2,0,0,0-2-2H9A2,2,0,0,0,7,2V5A1,1,0,0,0,9,5V2.25A.25.25,0,0,1,9.25,2h12.5a.25.25,0,0,1,.25.25v6.5a.25.25,0,0,1-.25.25H19.5a1.006,1.006,0,0,0-.665.252L16.416,11.4A.25.25,0,0,1,16,11.216V10a1,1,0,0,0-1-1H14a1,1,0,0,0,0,2v3a1,1,0,0,0,1.665.748L19.88,11H22a2,2,0,0,0,2-2Z","M11.502 5.750 A1.000 1.000 0 1 0 13.502 5.750 A1.000 1.000 0 1 0 11.502 5.750 Z","M14.752 5.750 A1.000 1.000 0 1 0 16.752 5.750 A1.000 1.000 0 1 0 14.752 5.750 Z","M18.003 5.750 A1.000 1.000 0 1 0 20.003 5.750 A1.000 1.000 0 1 0 18.003 5.750 Z"]];
|
|
8
|
+
export const MessagesPeopleUserQuestionExclamation = ["messages-people-user-question-exclamation",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.982 10.500 A1.000 1.000 0 1 0 14.982 10.500 A1.000 1.000 0 1 0 12.982 10.500 Z","M12.5,6.232a.75.75,0,0,0,.75-.75.733.733,0,1,1,.732.732.75.75,0,0,0-.75.75v1.27a.75.75,0,1,0,1.5,0v-.65a2.232,2.232,0,1,0-2.982-2.1A.75.75,0,0,0,12.5,6.232Z","M17.981,8.75a.75.75,0,0,0,.75-.75V4a.75.75,0,0,0-1.5,0V8A.75.75,0,0,0,17.981,8.75Z","M16.981 10.494 A1.000 1.000 0 1 0 18.981 10.494 A1.000 1.000 0 1 0 16.981 10.494 Z","M22,0H9A2,2,0,0,0,7,2V13a2,2,0,0,0,2,2h.5v2.5a1,1,0,0,0,1.707.707L14.414,15H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,12.75a.25.25,0,0,1-.25.25H14a1,1,0,0,0-.707.293L11.5,15.086V14a1,1,0,0,0-1-1H9.25A.25.25,0,0,1,9,12.75V2.25A.25.25,0,0,1,9.25,2h12.5a.25.25,0,0,1,.25.25Z","M3.505,13a2.75,2.75,0,1,0-.01,0A3.5,3.5,0,0,0,0,16.5v2a.5.5,0,0,0,.5.5h.821a.25.25,0,0,1,.249.225L2,23.55a.5.5,0,0,0,.5.45h2a.5.5,0,0,0,.5-.45l.432-4.325A.25.25,0,0,1,5.679,19H6.5a.5.5,0,0,0,.5-.5v-2A3.5,3.5,0,0,0,3.505,13Z"]];
|
|
9
|
+
export const MessagesPeopleManBubbleSquareAlternate = ["messages-people-man-bubble-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},{"fill":"#000000","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,17.663V16.28a3.072,3.072,0,0,0,.991-2.43,1.826,1.826,0,0,0,.655-1.5,1.612,1.612,0,0,0-.22-.859,1.092,1.092,0,0,0-.245-.276,3.7,3.7,0,0,0,.3-2.338C11.638,7.492,9.891,7,8.5,7c-1.239,0-2.761.39-3.323,1.456a1.152,1.152,0,0,0-1.02.382c-.511.626-.1,1.654.2,2.367a1.093,1.093,0,0,0-.268.289,1.611,1.611,0,0,0-.229.875,1.807,1.807,0,0,0,.65,1.481A3.072,3.072,0,0,0,5.5,16.28v1.383C3.624,18.427,0,20.03,0,21v2.5a.5.5,0,0,0,.5.5H6.731l1.025-4.444a.25.25,0,0,1,.488,0L9.269,24H15.5a.5.5,0,0,0,.5-.5V21C16,20.03,12.376,18.427,10.5,17.663Z","M22,0H9A2,2,0,0,0,7,2V5A1,1,0,0,0,9,5V2.25A.25.25,0,0,1,9.25,2h12.5a.25.25,0,0,1,.25.25v6.5a.25.25,0,0,1-.25.25H19.5a1.006,1.006,0,0,0-.665.252L16.416,11.4A.25.25,0,0,1,16,11.216V10a1,1,0,0,0-1-1H14a1,1,0,0,0,0,2v3a1,1,0,0,0,1.665.748L19.88,11H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Z","M11.502 5.750 A1.000 1.000 0 1 0 13.502 5.750 A1.000 1.000 0 1 0 11.502 5.750 Z","M14.752 5.750 A1.000 1.000 0 1 0 16.752 5.750 A1.000 1.000 0 1 0 14.752 5.750 Z","M18.003 5.750 A1.000 1.000 0 1 0 20.003 5.750 A1.000 1.000 0 1 0 18.003 5.750 Z"]];
|
|
10
|
+
export const MessagesPeopleManBubbleAlternate = ["messages-people-man-bubble-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},{"fill":"#000000","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.870 6.250 A1.000 1.000 0 1 0 13.870 6.250 A1.000 1.000 0 1 0 11.870 6.250 Z","M15.120 6.250 A1.000 1.000 0 1 0 17.120 6.250 A1.000 1.000 0 1 0 15.120 6.250 Z","M18.370 6.250 A1.000 1.000 0 1 0 20.370 6.250 A1.000 1.000 0 1 0 18.370 6.250 Z","M17.894,0a5.3,5.3,0,0,0-3.611,1.327,5.366,5.366,0,0,0-3.79.092A5.564,5.564,0,0,0,7.314,4.67a1,1,0,1,0,1.88.684,3.562,3.562,0,0,1,2.04-2.078,3.4,3.4,0,0,1,2.813.119,1,1,0,0,0,1.165-.2A3.469,3.469,0,0,1,17.894,2,4.026,4.026,0,0,1,22,6.2a3.845,3.845,0,0,1-.961,2.632A4,4,0,0,1,17.994,10a1,1,0,0,0-.825.436A2.273,2.273,0,0,1,15.494,11.5a1.889,1.889,0,0,1-1.05-.312,1,1,0,0,0-1.12,1.658,3.857,3.857,0,0,0,2.17.654A4.017,4.017,0,0,0,18.5,11.984a5.791,5.791,0,0,0,4.009-1.794A5.837,5.837,0,0,0,24,6.2,6.03,6.03,0,0,0,17.894,0Z","M10.5,17.663V16.28a3.072,3.072,0,0,0,.991-2.43,1.826,1.826,0,0,0,.655-1.5,1.612,1.612,0,0,0-.22-.859,1.092,1.092,0,0,0-.245-.276,3.7,3.7,0,0,0,.3-2.338C11.638,7.492,9.891,7,8.5,7c-1.239,0-2.761.39-3.323,1.456a1.153,1.153,0,0,0-1.02.382c-.511.626-.1,1.654.2,2.367a1.093,1.093,0,0,0-.268.289,1.611,1.611,0,0,0-.229.875,1.807,1.807,0,0,0,.65,1.481A3.072,3.072,0,0,0,5.5,16.28v1.383C3.624,18.427,0,20.03,0,21v2.5a.5.5,0,0,0,.5.5H6.731l1.025-4.444a.25.25,0,0,1,.488,0L9.269,24H15.5a.5.5,0,0,0,.5-.5V21C16,20.03,12.376,18.427,10.5,17.663Z","M13.118 16.250 A1.500 1.500 0 1 0 16.118 16.250 A1.500 1.500 0 1 0 13.118 16.250 Z"]];
|
|
11
|
+
export const MessagesPeopleManBubbleCircle = ["messages-people-man-bubble-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}],["M16.5,0a7.678,7.678,0,0,0-6.162,3.007,1,1,0,0,0,1.6,1.195A5.67,5.67,0,0,1,16.5,2,5.274,5.274,0,0,1,22,7a5.005,5.005,0,0,1-3.359,4.605,1.008,1.008,0,0,0-.319.2c-.2.184-2.068,1.773-2.324,1.991,0-.366,0-.681,0-.858a1,1,0,0,0-.861-1,5.81,5.81,0,0,1-.789-.166A1,1,0,0,0,13.8,13.7l.2.054c0,.511,0,2.25,0,2.25a1,1,0,0,0,1.707.707c.267-.267,3.543-3.054,3.828-3.305A6.973,6.973,0,0,0,24,7,7.271,7.271,0,0,0,16.5,0Z","M12.116 6.500 A1.000 1.000 0 1 0 14.116 6.500 A1.000 1.000 0 1 0 12.116 6.500 Z","M15.366 6.500 A1.000 1.000 0 1 0 17.366 6.500 A1.000 1.000 0 1 0 15.366 6.500 Z","M18.616 6.500 A1.000 1.000 0 1 0 20.616 6.500 A1.000 1.000 0 1 0 18.616 6.500 Z","M10.5,17.663V16.28a3.072,3.072,0,0,0,.991-2.43,1.826,1.826,0,0,0,.655-1.5,1.612,1.612,0,0,0-.22-.859,1.092,1.092,0,0,0-.245-.276,3.7,3.7,0,0,0,.3-2.338C11.638,7.492,9.891,7,8.5,7c-1.239,0-2.761.39-3.323,1.456a1.152,1.152,0,0,0-1.02.382c-.511.626-.1,1.654.2,2.367a1.093,1.093,0,0,0-.268.289,1.611,1.611,0,0,0-.229.875,1.807,1.807,0,0,0,.65,1.481A3.072,3.072,0,0,0,5.5,16.28v1.383C3.624,18.427,0,20.03,0,21v2.5a.5.5,0,0,0,.5.5h15a.5.5,0,0,0,.5-.5V21C16,20.03,12.376,18.427,10.5,17.663Z"]];
|
|
12
|
+
export const MessagesPeopleManBubbleCircle1 = ["messages-people-man-bubble-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}],["M16.5,0a7.676,7.676,0,0,0-6.162,3.007,1,1,0,0,0,1.6,1.195A5.673,5.673,0,0,1,16.5,2,5.274,5.274,0,0,1,22,7a5.006,5.006,0,0,1-3.358,4.605,1.012,1.012,0,0,0-.32.2c-.2.184-2.068,1.773-2.324,1.991,0-.366,0-.681,0-.858a1,1,0,0,0-.861-1,5.781,5.781,0,0,1-.787-.166A1,1,0,1,0,13.8,13.7l.2.054c0,.511,0,2.25,0,2.25a1,1,0,0,0,1.707.707c.268-.267,3.543-3.054,3.828-3.305A6.973,6.973,0,0,0,24,7,7.271,7.271,0,0,0,16.5,0Z","M12.116 6.500 A1.000 1.000 0 1 0 14.116 6.500 A1.000 1.000 0 1 0 12.116 6.500 Z","M15.366 6.500 A1.000 1.000 0 1 0 17.366 6.500 A1.000 1.000 0 1 0 15.366 6.500 Z","M18.616 6.500 A1.000 1.000 0 1 0 20.616 6.500 A1.000 1.000 0 1 0 18.616 6.500 Z","M7,17.125a4.75,4.75,0,1,0-4.75-4.75A4.756,4.756,0,0,0,7,17.125ZM4.549,11.154A7.043,7.043,0,0,0,8.46,12.375a6.6,6.6,0,0,0,1.277-.125c0,.042.013.082.013.125a2.75,2.75,0,0,1-5.5,0A2.713,2.713,0,0,1,4.549,11.154Z","M7.206,18A7.544,7.544,0,0,0,.021,23.357.5.5,0,0,0,.5,24H13.912a.5.5,0,0,0,.48-.643A7.544,7.544,0,0,0,7.206,18Z"]];
|
|
13
|
+
export const MessagesPeoplePersonBubble1 = ["messages-people-person-bubble-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.5,16A7.508,7.508,0,0,0,0,23.5a.5.5,0,0,0,.5.5h14a.5.5,0,0,0,.5-.5A7.508,7.508,0,0,0,7.5,16Z","M2.750 10.750 A4.750 4.750 0 1 0 12.250 10.750 A4.750 4.750 0 1 0 2.750 10.750 Z","M11.870 5.750 A1.000 1.000 0 1 0 13.870 5.750 A1.000 1.000 0 1 0 11.870 5.750 Z","M15.120 5.750 A1.000 1.000 0 1 0 17.120 5.750 A1.000 1.000 0 1 0 15.120 5.750 Z","M18.370 5.750 A1.000 1.000 0 1 0 20.370 5.750 A1.000 1.000 0 1 0 18.370 5.750 Z","M17.894,0a5.434,5.434,0,0,0-3.606,1.275,5.664,5.664,0,0,0-5.694,1.29A1,1,0,0,0,9.982,4.006a3.651,3.651,0,0,1,4.081-.669A1,1,0,0,0,15.2,3.146,3.562,3.562,0,0,1,17.894,2,3.91,3.91,0,0,1,22,5.976a3.527,3.527,0,0,1-.946,2.473,4.125,4.125,0,0,1-3.06,1.116,1,1,0,0,0-.813.418A2.288,2.288,0,0,1,15.494,11a1.986,1.986,0,0,1-1.067-.3,1,1,0,1,0-1.087,1.678A3.946,3.946,0,0,0,15.494,13a4.069,4.069,0,0,0,2.992-1.449,5.9,5.9,0,0,0,4.008-1.715A5.513,5.513,0,0,0,24,5.976,5.913,5.913,0,0,0,17.894,0Z","M14.254 15.750 A1.500 1.500 0 1 0 17.254 15.750 A1.500 1.500 0 1 0 14.254 15.750 Z"]];
|
|
14
|
+
export const MessagesPeoplePersonBubbleCircle = ["messages-people-person-bubble-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}],["M16.5,0a7.676,7.676,0,0,0-6.162,3.007,1,1,0,0,0,1.6,1.195A5.673,5.673,0,0,1,16.5,2,5.274,5.274,0,0,1,22,7a5.006,5.006,0,0,1-3.358,4.605,1,1,0,0,0-.32.2c-.2.184-2.068,1.773-2.324,1.991,0-.366,0-.681,0-.858a1,1,0,0,0-.861-1,5.75,5.75,0,0,1-.787-.166A1,1,0,1,0,13.8,13.7l.2.054c0,.511,0,2.25,0,2.25a1,1,0,0,0,1.707.707c.268-.267,3.543-3.054,3.828-3.305A6.973,6.973,0,0,0,24,7,7.271,7.271,0,0,0,16.5,0Z","M12.116 6.500 A1.000 1.000 0 1 0 14.116 6.500 A1.000 1.000 0 1 0 12.116 6.500 Z","M15.366 6.500 A1.000 1.000 0 1 0 17.366 6.500 A1.000 1.000 0 1 0 15.366 6.500 Z","M18.616 6.500 A1.000 1.000 0 1 0 20.616 6.500 A1.000 1.000 0 1 0 18.616 6.500 Z","M11.5,17.329,10.87,17.1a2.236,2.236,0,0,1-.08-1.608,5.621,5.621,0,0,0,1.466-4.315C12.256,8.755,10.677,7,8.5,7S4.744,8.755,4.744,11.174A5.6,5.6,0,0,0,6.2,15.47,2.2,2.2,0,0,1,6.133,17.1l-.632.233c-2.446.9-4.214,1.549-4.753,2.626A9.17,9.17,0,0,0,0,23.5a.5.5,0,0,0,.5.5h16a.5.5,0,0,0,.5-.5,9.17,9.17,0,0,0-.748-3.545C15.713,18.878,13.945,18.228,11.5,17.329Z"]];
|
|
15
|
+
export const MessagesPeoplePersonBubbleCircle1 = ["messages-people-person-bubble-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}],["M16.5,0a7.678,7.678,0,0,0-6.162,3.007,1,1,0,0,0,1.6,1.195A5.67,5.67,0,0,1,16.5,2,5.274,5.274,0,0,1,22,7a5.005,5.005,0,0,1-3.359,4.605,1.008,1.008,0,0,0-.319.2c-.2.184-2.068,1.773-2.324,1.991,0-.366,0-.681,0-.858a1,1,0,0,0-.861-1,5.81,5.81,0,0,1-.789-.166A1,1,0,0,0,13.8,13.7l.2.054c0,.511,0,2.25,0,2.25a1,1,0,0,0,1.707.707c.267-.267,3.543-3.054,3.828-3.305A6.973,6.973,0,0,0,24,7,7.271,7.271,0,0,0,16.5,0Z","M12.116 6.500 A1.000 1.000 0 1 0 14.116 6.500 A1.000 1.000 0 1 0 12.116 6.500 Z","M15.366 6.500 A1.000 1.000 0 1 0 17.366 6.500 A1.000 1.000 0 1 0 15.366 6.500 Z","M18.616 6.500 A1.000 1.000 0 1 0 20.616 6.500 A1.000 1.000 0 1 0 18.616 6.500 Z","M7.5,16A7.508,7.508,0,0,0,0,23.5a.5.5,0,0,0,.5.5h14a.5.5,0,0,0,.5-.5A7.508,7.508,0,0,0,7.5,16Z","M2.750 10.750 A4.750 4.750 0 1 0 12.250 10.750 A4.750 4.750 0 1 0 2.750 10.750 Z"]];
|
|
16
|
+
export const MessagesPeopleUserCheck = ["messages-people-user-check",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.235,9.91a1.836,1.836,0,0,0,2.747-.2l3.185-4.247a1,1,0,1,0-1.6-1.2L14.505,8.352,13,6.85a1,1,0,0,0-1.414,1.414Z","M22,0H9A2,2,0,0,0,7,2V13a2,2,0,0,0,2,2h.5v2.5a1,1,0,0,0,1.707.707L14.414,15H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,12.75a.25.25,0,0,1-.25.25H14a1,1,0,0,0-.707.293L11.5,15.086V14a1,1,0,0,0-1-1H9.25A.25.25,0,0,1,9,12.75V2.25A.25.25,0,0,1,9.25,2h12.5a.25.25,0,0,1,.25.25Z","M3.505,13a2.75,2.75,0,1,0-.01,0A3.5,3.5,0,0,0,0,16.5v2a.5.5,0,0,0,.5.5h.821a.25.25,0,0,1,.249.225L2,23.55a.5.5,0,0,0,.5.45h2a.5.5,0,0,0,.5-.45l.432-4.325A.25.25,0,0,1,5.679,19H6.5a.5.5,0,0,0,.5-.5v-2A3.5,3.5,0,0,0,3.505,13Z"]];
|
|
17
|
+
export const MessagesPeopleUserBubbleSquare = ["messages-people-user-bubble-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},{"fill":"#000000","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,0H9A2,2,0,0,0,7,2v8a2,2,0,0,0,2,2h1v2.5a1,1,0,0,0,1.707.707L14.915,12H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,9.75a.25.25,0,0,1-.25.25H14.5a1,1,0,0,0-.707.293L12,12.086V11a1,1,0,0,0-1-1H9.251A.25.25,0,0,1,9,9.75V2.25A.25.25,0,0,1,9.251,2h12.5a.25.25,0,0,1,.25.25Z","M18,6.75H11a.75.75,0,0,0,0,1.5h7a.75.75,0,0,0,0-1.5Z","M20,3.745H11a.75.75,0,0,0,0,1.5h9a.75.75,0,0,0,0-1.5Z","M3.505,13a2.75,2.75,0,1,0-.01,0A3.5,3.5,0,0,0,0,16.5v2a.5.5,0,0,0,.5.5h.821a.25.25,0,0,1,.249.225L2,23.55a.5.5,0,0,0,.5.45h2a.5.5,0,0,0,.5-.45l.433-4.325A.25.25,0,0,1,5.679,19H6.5a.5.5,0,0,0,.5-.5v-2A3.5,3.5,0,0,0,3.505,13Z"]];
|
|
18
|
+
export const MessagesPeopleUserBubbleCircle = ["messages-people-user-bubble-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}],["M15.5,0C10.813,0,7,3.141,7,7c0,3.412,3.006,6.3,7,6.885V16.5a1,1,0,0,0,1.707.707l4.249-4.249A6.863,6.863,0,0,0,24,7C24,3.141,20.187,0,15.5,0Zm3.43,11.234a1.007,1.007,0,0,0-.272.194L16,14.086V12.98a1,1,0,0,0-.947-1C11.659,11.8,9,9.614,9,7c0-2.757,2.916-5,6.5-5S22,4.243,22,7A4.868,4.868,0,0,1,18.93,11.234Z","M19,4.745H12a.75.75,0,0,0,0,1.5h7a.75.75,0,0,0,0-1.5Z","M17,7.745H12a.75.75,0,0,0,0,1.5h5a.75.75,0,1,0,0-1.5Z","M3.505,13a2.75,2.75,0,1,0-.01,0A3.5,3.5,0,0,0,0,16.5v2a.5.5,0,0,0,.5.5h.821a.25.25,0,0,1,.249.225L2,23.55a.5.5,0,0,0,.5.45h2a.5.5,0,0,0,.5-.45l.432-4.325A.25.25,0,0,1,5.679,19H6.5a.5.5,0,0,0,.5-.5v-2A3.5,3.5,0,0,0,3.505,13Z"]];
|
|
19
|
+
export const MessagesPeopleUserDollar = ["messages-people-user-dollar",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.347,7.72h.3a.6.6,0,1,1,0,1.2l-1.351,0a.75.75,0,0,0,0,1.5h.45v.445a.75.75,0,1,0,1.5,0v-.546a2.1,2.1,0,0,0-.6-4.1h-.3a.6.6,0,0,1,0-1.2h0l1.349,0h0a.75.75,0,0,0,0-1.5h-.452V3.37a.75.75,0,1,0-1.5,0v.246a2.09,2.09,0,0,0-.884.519A2.1,2.1,0,0,0,15.347,7.72Z","M22,0H9A2,2,0,0,0,7,2V13a2,2,0,0,0,2,2h.5v2.5a1,1,0,0,0,1.707.707L14.414,15H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,12.75a.25.25,0,0,1-.25.25H14a1,1,0,0,0-.707.293L11.5,15.086V14a1,1,0,0,0-1-1H9.25A.25.25,0,0,1,9,12.75V2.25A.25.25,0,0,1,9.25,2h12.5a.25.25,0,0,1,.25.25Z","M3.505,13a2.75,2.75,0,1,0-.01,0A3.5,3.5,0,0,0,0,16.5v2a.5.5,0,0,0,.5.5h.821a.25.25,0,0,1,.249.225L2,23.55a.5.5,0,0,0,.5.45h2a.5.5,0,0,0,.5-.45l.432-4.325A.25.25,0,0,1,5.679,19H6.5a.5.5,0,0,0,.5-.5v-2A3.5,3.5,0,0,0,3.505,13Z"]];
|
|
20
|
+
export const MessagesPeopleUserIdea = ["messages-people-user-idea",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.75,8.73V10a.75.75,0,0,0,.75.75h.25v.495a.75.75,0,0,0,1.5,0V10.75h.25a.75.75,0,0,0,.75-.75V8.73a3.25,3.25,0,1,0-3.5,0Z","M22,0H9A2,2,0,0,0,7,2V13a2,2,0,0,0,2,2h.5v2.5a1,1,0,0,0,1.707.707L14.414,15H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,12.75a.25.25,0,0,1-.25.25H14a1,1,0,0,0-.707.293L11.5,15.086V14a1,1,0,0,0-1-1H9.25A.25.25,0,0,1,9,12.75V2.25A.25.25,0,0,1,9.25,2h12.5a.25.25,0,0,1,.25.25Z","M3.505,13a2.75,2.75,0,1,0-.01,0A3.5,3.5,0,0,0,0,16.5v2a.5.5,0,0,0,.5.5h.821a.25.25,0,0,1,.249.225L2,23.55a.5.5,0,0,0,.5.45h2a.5.5,0,0,0,.5-.45l.432-4.325A.25.25,0,0,1,5.679,19H6.5a.5.5,0,0,0,.5-.5v-2A3.5,3.5,0,0,0,3.505,13Z"]];
|
|
21
|
+
export const MessagesPeopleUserQuestion = ["messages-people-user-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},{"fill":"#000000","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.643 10.893 A0.857 0.857 0 1 0 16.357 10.893 A0.857 0.857 0 1 0 14.643 10.893 Z","M13.786,6.464a.75.75,0,0,0,.75-.75.964.964,0,1,1,.964.965.75.75,0,0,0-.75.75V8.571a.75.75,0,0,0,1.5,0V8.062a2.464,2.464,0,1,0-3.214-2.348A.75.75,0,0,0,13.786,6.464Z","M22,0H9A2,2,0,0,0,7,2V13a2,2,0,0,0,2,2h.5v2.5a1,1,0,0,0,1.707.707L14.414,15H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,12.75a.25.25,0,0,1-.25.25H14a1,1,0,0,0-.707.293L11.5,15.086V14a1,1,0,0,0-1-1H9.25A.25.25,0,0,1,9,12.75V2.25A.25.25,0,0,1,9.25,2h12.5a.25.25,0,0,1,.25.25Z","M3.505,13a2.75,2.75,0,1,0-.01,0A3.5,3.5,0,0,0,0,16.5v2a.5.5,0,0,0,.5.5h.821a.249.249,0,0,1,.249.225L2,23.55a.5.5,0,0,0,.5.45h2a.5.5,0,0,0,.5-.45l.433-4.325A.249.249,0,0,1,5.678,19H6.5a.5.5,0,0,0,.5-.5v-2A3.5,3.5,0,0,0,3.505,13Z"]];
|
|
22
|
+
export const MessagesPeopleUserClock = ["messages-people-user-clock",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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,12A4.5,4.5,0,1,0,11,7.5,4.505,4.505,0,0,0,15.5,12Zm0-7.5a3,3,0,1,1-3,3A3,3,0,0,1,15.5,4.5Z","M15.5,8.25h1.071a.75.75,0,0,0,0-1.5H16.25V6.161a.75.75,0,0,0-1.5,0V7.5A.75.75,0,0,0,15.5,8.25Z","M22,0H9A2,2,0,0,0,7,2V13a2,2,0,0,0,2,2h.5v2.5a1,1,0,0,0,1.707.707L14.414,15H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,12.75a.25.25,0,0,1-.25.25H14a1,1,0,0,0-.707.293L11.5,15.086V14a1,1,0,0,0-1-1H9.25A.25.25,0,0,1,9,12.75V2.25A.25.25,0,0,1,9.25,2h12.5a.25.25,0,0,1,.25.25Z","M3.505,13a2.75,2.75,0,1,0-.01,0A3.5,3.5,0,0,0,0,16.5v2a.5.5,0,0,0,.5.5h.821a.249.249,0,0,1,.249.225L2,23.55a.5.5,0,0,0,.5.45h2a.5.5,0,0,0,.5-.45l.433-4.325A.249.249,0,0,1,5.678,19H6.5a.5.5,0,0,0,.5-.5v-2A3.5,3.5,0,0,0,3.505,13Z"]];
|
|
23
|
+
export const MessagesPeopleUserWarning = ["messages-people-user-warning",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.250 4.250 A1.000 1.000 0 1 0 16.250 4.250 A1.000 1.000 0 1 0 14.250 4.250 Z","M22,0H9A2,2,0,0,0,7,2V13a2,2,0,0,0,2,2h.5v2.5a1,1,0,0,0,1.707.707L14.414,15H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,12.75a.25.25,0,0,1-.25.25H14a1,1,0,0,0-.707.293L11.5,15.086V14a1,1,0,0,0-1-1H9.25A.25.25,0,0,1,9,12.75V2.25A.25.25,0,0,1,9.25,2h12.5a.25.25,0,0,1,.25.25Z","M3.505,13a2.75,2.75,0,1,0-.01,0A3.5,3.5,0,0,0,0,16.5v2a.5.5,0,0,0,.5.5h.821a.249.249,0,0,1,.249.225L2,23.55a.5.5,0,0,0,.5.45h2a.5.5,0,0,0,.5-.45l.433-4.325A.249.249,0,0,1,5.678,19H6.5a.5.5,0,0,0,.5-.5v-2A3.5,3.5,0,0,0,3.505,13Z","M14.187,11.375h2.688a.75.75,0,0,0,0-1.5H16.25V6.75A.75.75,0,0,0,15.5,6h-1a.75.75,0,0,0,0,1.5h.25V9.875h-.563a.75.75,0,1,0,0,1.5Z"]];
|
|
24
|
+
export const MessagesPeopleUserWarning1 = ["messages-people-user-warning-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.751,8.5a.75.75,0,0,0,.75-.75V4.5a.75.75,0,1,0-1.5,0V7.75A.75.75,0,0,0,15.751,8.5Z","M14.750 10.244 A1.000 1.000 0 1 0 16.750 10.244 A1.000 1.000 0 1 0 14.750 10.244 Z","M24,2a2,2,0,0,0-2-2H9A2,2,0,0,0,7,2V13a2,2,0,0,0,2,2h.5v2.5a1,1,0,0,0,1.707.707L14.414,15H22a2,2,0,0,0,2-2ZM22,12.75a.25.25,0,0,1-.25.25H14a1,1,0,0,0-.707.293L11.5,15.086V14a1,1,0,0,0-1-1H9.25A.25.25,0,0,1,9,12.75V2.25A.25.25,0,0,1,9.25,2h12.5a.25.25,0,0,1,.25.25Z","M3.505,13a2.75,2.75,0,1,0-.01,0A3.5,3.5,0,0,0,0,16.5v2a.5.5,0,0,0,.5.5h.821a.25.25,0,0,1,.249.225L2,23.55a.5.5,0,0,0,.5.45h2a.5.5,0,0,0,.5-.45l.432-4.325A.25.25,0,0,1,5.679,19H6.5a.5.5,0,0,0,.5-.5v-2A3.5,3.5,0,0,0,3.505,13Z"]];
|
|
25
|
+
export const MessagesPeopleWomanBubble = ["messages-people-woman-bubble",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.174,17.386h0A.254.254,0,0,1,11,17.162v-.678a5.251,5.251,0,0,0,3.015-.768.5.5,0,0,0,.132-.744c-.421-.5-.713-1.153-.842-3.059C13.059,8.278,10.607,7,8.5,7S3.943,8.278,3.7,11.913c-.129,1.9-.421,2.563-.842,3.059a.5.5,0,0,0,.131.744A5.267,5.267,0,0,0,6,16.484v.679a.256.256,0,0,1-.174.224c-2.868,1.061-4.434,1.82-5.034,3.021A7.587,7.587,0,0,0,0,23.5a.5.5,0,0,0,.5.5H7.4a.25.25,0,0,0,.231-.346L6.14,20.049A.248.248,0,0,1,6.2,19.77a.251.251,0,0,1,.284-.039,4.679,4.679,0,0,0,4.21.037.25.25,0,0,1,.338.327L9.441,23.648A.251.251,0,0,0,9.67,24H16.5a.5.5,0,0,0,.5-.5,7.581,7.581,0,0,0-.792-3.091C15.607,19.2,14.042,18.446,11.174,17.386Z","M11.870 6.000 A1.000 1.000 0 1 0 13.870 6.000 A1.000 1.000 0 1 0 11.870 6.000 Z","M15.120 6.000 A1.000 1.000 0 1 0 17.120 6.000 A1.000 1.000 0 1 0 15.120 6.000 Z","M18.370 6.000 A1.000 1.000 0 1 0 20.370 6.000 A1.000 1.000 0 1 0 18.370 6.000 Z","M17.894,0a5.434,5.434,0,0,0-3.6,1.273,5.558,5.558,0,0,0-3.871.116,5.472,5.472,0,0,0-3.1,3.093,1,1,0,1,0,1.869.71,3.466,3.466,0,0,1,1.975-1.947,3.575,3.575,0,0,1,2.9.092A1,1,0,0,0,15.2,3.146,3.56,3.56,0,0,1,17.894,2,3.91,3.91,0,0,1,22,5.976a3.53,3.53,0,0,1-.945,2.472,4.129,4.129,0,0,1-3.061,1.117,1,1,0,0,0-.813.418,2.369,2.369,0,0,1-1.535,1.008,1,1,0,0,0,.213,1.988,4.212,4.212,0,0,0,2.625-1.429,5.9,5.9,0,0,0,4.01-1.714A5.512,5.512,0,0,0,24,5.976,5.913,5.913,0,0,0,17.894,0Z","M15.754 15.749 A1.500 1.500 0 1 0 18.754 15.749 A1.500 1.500 0 1 0 15.754 15.749 Z"]];
|
|
26
|
+
export const MessagesPeopleWomanBubble1 = ["messages-people-woman-bubble-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}],["M11.868 6.249 A1.000 1.000 0 1 0 13.868 6.249 A1.000 1.000 0 1 0 11.868 6.249 Z","M15.118 6.249 A1.000 1.000 0 1 0 17.118 6.249 A1.000 1.000 0 1 0 15.118 6.249 Z","M18.368 6.249 A1.000 1.000 0 1 0 20.368 6.249 A1.000 1.000 0 1 0 18.368 6.249 Z","M17.892,0A5.314,5.314,0,0,0,14.28,1.327,5.489,5.489,0,0,0,8.489,2.775a1,1,0,0,0,1.45,1.377,3.5,3.5,0,0,1,4.105-.758,1,1,0,0,0,1.165-.2A3.469,3.469,0,0,1,17.892,2,4.026,4.026,0,0,1,22,6.2a3.853,3.853,0,0,1-.961,2.632A4.005,4.005,0,0,1,17.992,10a1,1,0,0,0-.826.436A2.267,2.267,0,0,1,15.492,11.5a1.98,1.98,0,0,1-.475-.058,1,1,0,0,0-.486,1.94,3.784,3.784,0,0,0,3.967-1.4,5.8,5.8,0,0,0,4.009-1.793A5.844,5.844,0,0,0,24,6.2,6.03,6.03,0,0,0,17.892,0Z","M14.752 16.247 A1.500 1.500 0 1 0 17.752 16.247 A1.500 1.500 0 1 0 14.752 16.247 Z","M1.566,16.943a1,1,0,0,0,1.383-.3,5.649,5.649,0,0,0,.594-1.283,4.733,4.733,0,0,0,7.33,0,5.649,5.649,0,0,0,.594,1.283,1,1,0,1,0,1.68-1.084,4.563,4.563,0,0,1-.642-2.51h0V11.8a5.3,5.3,0,1,0-10.594,0V13.05a4.567,4.567,0,0,1-.642,2.511A1,1,0,0,0,1.566,16.943ZM7.208,15.1c-2.629,0-2.794-2.7-2.814-2.8a5.711,5.711,0,0,0,2.823-1.758,5.709,5.709,0,0,0,2.806,1.757C10,12.394,9.836,15.1,7.208,15.1Z","M7.208,18A7.543,7.543,0,0,0,.023,23.358.5.5,0,0,0,.5,24H13.915a.5.5,0,0,0,.479-.642A7.545,7.545,0,0,0,7.208,18Z"]];
|
|
27
|
+
export const MessagesPeopleWomanBubbleCircle1 = ["messages-people-woman-bubble-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}],["M17.245,0A6.911,6.911,0,0,0,11.7,2.708,1,1,0,0,0,13.3,3.9,4.9,4.9,0,0,1,17.245,2,4.555,4.555,0,0,1,22,6.311a4.319,4.319,0,0,1-2.9,3.969,1,1,0,0,0-.32.2c-.166.154-1.593,1.4-1.78,1.564,0-.2,0-.368,0-.476a1,1,0,0,0-.86-1,6.353,6.353,0,0,1-.768-.145,1,1,0,1,0-.547,1.924c.054.015.112.031.174.045,0,.429,0,1.884,0,1.884a1,1,0,0,0,1.707.707c.25-.25,3.056-2.7,3.288-2.91a6.283,6.283,0,0,0,4-5.764A6.552,6.552,0,0,0,17.245,0Z","M12.500 6.499 A1.000 1.000 0 1 0 14.500 6.499 A1.000 1.000 0 1 0 12.500 6.499 Z","M15.750 6.499 A1.000 1.000 0 1 0 17.750 6.499 A1.000 1.000 0 1 0 15.750 6.499 Z","M19.000 6.499 A1.000 1.000 0 1 0 21.000 6.499 A1.000 1.000 0 1 0 19.000 6.499 Z","M1.564,16.943a1,1,0,0,0,1.383-.3,5.649,5.649,0,0,0,.594-1.283,4.733,4.733,0,0,0,7.33,0,5.649,5.649,0,0,0,.594,1.283,1,1,0,1,0,1.68-1.084,4.563,4.563,0,0,1-.642-2.51h0V11.8a5.3,5.3,0,1,0-10.594,0V13.05a4.567,4.567,0,0,1-.642,2.511A1,1,0,0,0,1.564,16.943ZM7.206,15.1c-2.629,0-2.793-2.7-2.814-2.8a5.711,5.711,0,0,0,2.823-1.758,5.709,5.709,0,0,0,2.806,1.757C10,12.394,9.834,15.1,7.206,15.1Z","M7.206,18A7.543,7.543,0,0,0,.021,23.358.5.5,0,0,0,.5,24H13.913a.5.5,0,0,0,.479-.642A7.545,7.545,0,0,0,7.206,18Z"]];
|
|
28
|
+
export const MessagesPeopleWomanBubbleOval = ["messages-people-woman-bubble-oval",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.173,17.386h0A.255.255,0,0,1,11,17.162v-.678a5.251,5.251,0,0,0,3.015-.768.5.5,0,0,0,.132-.744c-.421-.5-.713-1.153-.842-3.059C13.059,8.278,10.607,7,8.5,7S3.943,8.278,3.7,11.913c-.129,1.9-.421,2.563-.842,3.059a.5.5,0,0,0,.131.744A5.267,5.267,0,0,0,6,16.484v.679a.257.257,0,0,1-.174.224c-2.868,1.062-4.434,1.82-5.034,3.021A7.587,7.587,0,0,0,0,23.5a.5.5,0,0,0,.5.5H7.4a.25.25,0,0,0,.231-.346L6.14,20.049A.248.248,0,0,1,6.2,19.77a.251.251,0,0,1,.284-.039,4.679,4.679,0,0,0,4.21.037.25.25,0,0,1,.338.327L9.441,23.648A.251.251,0,0,0,9.669,24H16.5a.5.5,0,0,0,.5-.5,7.581,7.581,0,0,0-.792-3.091C15.607,19.2,14.041,18.446,11.173,17.386Z","M12.116 5.500 A1.000 1.000 0 1 0 14.116 5.500 A1.000 1.000 0 1 0 12.116 5.500 Z","M15.366 5.500 A1.000 1.000 0 1 0 17.366 5.500 A1.000 1.000 0 1 0 15.366 5.500 Z","M18.616 5.500 A1.000 1.000 0 1 0 20.616 5.500 A1.000 1.000 0 1 0 18.616 5.500 Z","M18.5,0h-6A5.524,5.524,0,0,0,7.137,4.31a1,1,0,1,0,1.953.429A3.512,3.512,0,0,1,12.5,2h6a3.5,3.5,0,1,1,0,7,1,1,0,0,0-.625.219l-.878.7A1,1,0,0,0,16,9H15a1,1,0,0,0,0,2v1a1,1,0,0,0,1.625.781l2.241-1.793A5.5,5.5,0,0,0,18.5,0Z"]];
|
|
29
|
+
export const MessagesPeopleWomanBubbleOval1 = ["messages-people-woman-bubble-oval-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}],["M11.991 5.499 A1.000 1.000 0 1 0 13.991 5.499 A1.000 1.000 0 1 0 11.991 5.499 Z","M15.241 5.499 A1.000 1.000 0 1 0 17.241 5.499 A1.000 1.000 0 1 0 15.241 5.499 Z","M18.491 5.499 A1.000 1.000 0 1 0 20.491 5.499 A1.000 1.000 0 1 0 18.491 5.499 Z","M18.375,0h-6A5.465,5.465,0,0,0,7.459,3.043a1,1,0,1,0,1.79.892A3.474,3.474,0,0,1,12.375,2h6a3.5,3.5,0,1,1,0,7h-.5a1,1,0,0,0-.625.22l-.878.7a1,1,0,0,0-1-.922h-1a1,1,0,0,0,0,2v1a1,1,0,0,0,1.625.78L18.226,11h.149a5.5,5.5,0,1,0,0-11Z","M1.69,16.944a1,1,0,0,0,1.382-.3,5.649,5.649,0,0,0,.594-1.283,4.733,4.733,0,0,0,7.33,0,5.649,5.649,0,0,0,.594,1.283,1,1,0,1,0,1.681-1.083,4.561,4.561,0,0,1-.643-2.511h0V11.8a5.3,5.3,0,0,0-5.3-5.3h0a5.3,5.3,0,0,0-5.3,5.3V13.05a4.573,4.573,0,0,1-.642,2.512A1,1,0,0,0,1.69,16.944ZM7.331,15.1c-2.63,0-2.793-2.7-2.814-2.8A5.713,5.713,0,0,0,7.34,10.537,5.717,5.717,0,0,0,10.146,12.3C10.125,12.4,9.959,15.1,7.331,15.1Z","M7.331,18A7.543,7.543,0,0,0,.146,23.358.5.5,0,0,0,.625,24H14.038a.5.5,0,0,0,.479-.642A7.545,7.545,0,0,0,7.331,18Z"]];
|
|
30
|
+
export const MessagesPeopleWomanBubbleSquare = ["messages-people-woman-bubble-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},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.174,17.385h0A.255.255,0,0,1,11,17.161v-.678a5.244,5.244,0,0,0,3.015-.768.5.5,0,0,0,.132-.743c-.421-.5-.713-1.154-.842-3.06C13.059,8.277,10.607,7,8.5,7S3.943,8.277,3.7,11.912c-.129,1.9-.421,2.563-.842,3.06a.5.5,0,0,0,.131.743A5.259,5.259,0,0,0,6,16.483v.679a.254.254,0,0,1-.174.224C2.958,18.448,1.392,19.207.792,20.408A7.584,7.584,0,0,0,0,23.5a.5.5,0,0,0,.5.5H7.4a.25.25,0,0,0,.231-.346L6.14,20.049A.248.248,0,0,1,6.2,19.77a.251.251,0,0,1,.284-.039,4.679,4.679,0,0,0,4.21.037.25.25,0,0,1,.338.327L9.441,23.648A.251.251,0,0,0,9.67,24H16.5a.5.5,0,0,0,.5-.5,7.578,7.578,0,0,0-.792-3.091C15.607,19.2,14.042,18.446,11.174,17.385Z","M22,0H9A2,2,0,0,0,7,2V5A1,1,0,0,0,9,5V2.25A.25.25,0,0,1,9.25,2h12.5a.25.25,0,0,1,.25.25v6.5a.25.25,0,0,1-.25.25H20.5a1,1,0,0,0-.707.293l-1.866,1.866a.25.25,0,0,1-.427-.177V10a1,1,0,0,0-1-1H15a1,1,0,0,0,0,2h.5v3a1,1,0,0,0,1.707.707L20.914,11H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Z","M11.502 5.750 A1.000 1.000 0 1 0 13.502 5.750 A1.000 1.000 0 1 0 11.502 5.750 Z","M14.752 5.750 A1.000 1.000 0 1 0 16.752 5.750 A1.000 1.000 0 1 0 14.752 5.750 Z","M18.003 5.750 A1.000 1.000 0 1 0 20.003 5.750 A1.000 1.000 0 1 0 18.003 5.750 Z"]];
|
|
31
|
+
export const MessagesPeopleWomanBubbleSquare1 = ["messages-people-woman-bubble-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},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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,0H9A2,2,0,0,0,7,2V4A1,1,0,1,0,9,4V2.249A.25.25,0,0,1,9.25,2h12.5a.25.25,0,0,1,.25.25v6.5a.25.25,0,0,1-.25.25H19.5a1,1,0,0,0-.665.252L16.416,11.4A.25.25,0,0,1,16,11.213V10a1,1,0,0,0-1-1H14a1,1,0,1,0,0,2v3a1,1,0,0,0,1.665.748L19.88,11H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Z","M11.502 5.748 A1.000 1.000 0 1 0 13.502 5.748 A1.000 1.000 0 1 0 11.502 5.748 Z","M14.752 5.748 A1.000 1.000 0 1 0 16.752 5.748 A1.000 1.000 0 1 0 14.752 5.748 Z","M18.003 5.748 A1.000 1.000 0 1 0 20.003 5.748 A1.000 1.000 0 1 0 18.003 5.748 Z","M1.564,16.943a1,1,0,0,0,1.383-.3,5.669,5.669,0,0,0,.594-1.283,4.733,4.733,0,0,0,7.33,0,5.669,5.669,0,0,0,.594,1.283,1,1,0,0,0,1.68-1.085,4.56,4.56,0,0,1-.642-2.509h0V11.8a5.3,5.3,0,1,0-10.594,0v1.249a4.563,4.563,0,0,1-.642,2.51A1,1,0,0,0,1.564,16.943ZM7.206,15.1c-2.629,0-2.793-2.7-2.814-2.805a5.711,5.711,0,0,0,2.823-1.758A5.709,5.709,0,0,0,10.021,12.3C10,12.4,9.834,15.1,7.206,15.1Z","M7.207,18A7.544,7.544,0,0,0,.021,23.358.5.5,0,0,0,.5,24H13.913a.5.5,0,0,0,.479-.642A7.542,7.542,0,0,0,7.207,18Z"]];
|
|
32
|
+
export const MessagesPeopleUserStar = ["messages-people-user-star",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.048,8.589l-.687,1.577a.937.937,0,0,0,.235,1.083.956.956,0,0,0,1.122.125l1.788-1.007L17.3,11.374a.957.957,0,0,0,1.122-.125.937.937,0,0,0,.235-1.083l-.688-1.578L19.221,7.6A.928.928,0,0,0,18.568,6H17.157l-.774-1.935c0-.013-.011-.027-.018-.041a.957.957,0,0,0-.858-.524h0a.973.973,0,0,0-.877.565L13.855,6H12.443a.938.938,0,0,0-.875.574.963.963,0,0,0,.267,1.069Z","M22,0H9A2,2,0,0,0,7,2V13a2,2,0,0,0,2,2h.5v2.5a1,1,0,0,0,1.707.707L14.414,15H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,12.75a.25.25,0,0,1-.25.25H14a1,1,0,0,0-.707.293L11.5,15.086V14a1,1,0,0,0-1-1H9.25A.25.25,0,0,1,9,12.75V2.25A.25.25,0,0,1,9.25,2h12.5a.25.25,0,0,1,.25.25Z","M3.505,13a2.75,2.75,0,1,0-.01,0A3.5,3.5,0,0,0,0,16.5v2a.5.5,0,0,0,.5.5h.821a.25.25,0,0,1,.249.225L2,23.55a.5.5,0,0,0,.5.45h2a.5.5,0,0,0,.5-.45l.432-4.325A.25.25,0,0,1,5.679,19H6.5a.5.5,0,0,0,.5-.5v-2A3.5,3.5,0,0,0,3.505,13Z"]];
|
|
33
|
+
export const MessagesPeoplePersonBubbleSquare1 = ["messages-people-person-bubble-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},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M7.5,16A7.508,7.508,0,0,0,0,23.5a.5.5,0,0,0,.5.5h14a.5.5,0,0,0,.5-.5A7.508,7.508,0,0,0,7.5,16Z","M22,0H9A2,2,0,0,0,7,2V4A1,1,0,0,0,9,4V2.25A.25.25,0,0,1,9.25,2h12.5a.25.25,0,0,1,.25.25v6.5a.25.25,0,0,1-.25.25H19.5a1.006,1.006,0,0,0-.665.252L16.416,11.4A.25.25,0,0,1,16,11.216V10a1,1,0,0,0-1-1H14a1,1,0,0,0,0,2v3a1,1,0,0,0,1.665.748L19.88,11H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Z","M11.502 5.750 A1.000 1.000 0 1 0 13.502 5.750 A1.000 1.000 0 1 0 11.502 5.750 Z","M14.752 5.750 A1.000 1.000 0 1 0 16.752 5.750 A1.000 1.000 0 1 0 14.752 5.750 Z","M18.003 5.750 A1.000 1.000 0 1 0 20.003 5.750 A1.000 1.000 0 1 0 18.003 5.750 Z","M2.750 10.750 A4.750 4.750 0 1 0 12.250 10.750 A4.750 4.750 0 1 0 2.750 10.750 Z"]];
|
|
34
|
+
export const MessagesPeopleManBubbleOvalAlternate = ["messages-people-man-bubble-oval-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},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M10.5,17.663V16.28a3.072,3.072,0,0,0,.991-2.43,1.826,1.826,0,0,0,.655-1.5,1.612,1.612,0,0,0-.22-.859,1.092,1.092,0,0,0-.245-.276,3.7,3.7,0,0,0,.3-2.338C11.638,7.492,9.891,7,8.5,7c-1.239,0-2.761.39-3.323,1.456a1.154,1.154,0,0,0-1.02.382c-.511.626-.1,1.654.2,2.367a1.093,1.093,0,0,0-.268.289,1.611,1.611,0,0,0-.229.875,1.807,1.807,0,0,0,.65,1.481A3.072,3.072,0,0,0,5.5,16.28v1.383C3.624,18.427,0,20.03,0,21v2.5a.5.5,0,0,0,.5.5H6.731l1.025-4.444a.25.25,0,0,1,.488,0L9.269,24H15.5a.5.5,0,0,0,.5-.5V21C16,20.03,12.376,18.427,10.5,17.663Z","M12.116 5.500 A1.000 1.000 0 1 0 14.116 5.500 A1.000 1.000 0 1 0 12.116 5.500 Z","M15.366 5.500 A1.000 1.000 0 1 0 17.366 5.500 A1.000 1.000 0 1 0 15.366 5.500 Z","M18.616 5.500 A1.000 1.000 0 1 0 20.616 5.500 A1.000 1.000 0 1 0 18.616 5.500 Z","M18.5,0h-6A5.525,5.525,0,0,0,7.137,4.31a1,1,0,0,0,1.953.43A3.512,3.512,0,0,1,12.5,2h6a3.5,3.5,0,0,1,0,7h-1a1,1,0,0,0-.625.219l-.878.7A1,1,0,0,0,15,9H14a1,1,0,0,0,0,2v1a1,1,0,0,0,1.625.781L17.851,11H18.5a5.5,5.5,0,0,0,0-11Z"]];
|
|
35
|
+
export const MessagesPeoplePersonBubbleOval1 = ["messages-people-person-bubble-oval-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}],["M7.5,16A7.508,7.508,0,0,0,0,23.5a.5.5,0,0,0,.5.5h14a.5.5,0,0,0,.5-.5A7.508,7.508,0,0,0,7.5,16Z","M2.750 10.750 A4.750 4.750 0 1 0 12.250 10.750 A4.750 4.750 0 1 0 2.750 10.750 Z","M12.116 5.500 A1.000 1.000 0 1 0 14.116 5.500 A1.000 1.000 0 1 0 12.116 5.500 Z","M15.366 5.500 A1.000 1.000 0 1 0 17.366 5.500 A1.000 1.000 0 1 0 15.366 5.500 Z","M18.616 5.500 A1.000 1.000 0 1 0 20.616 5.500 A1.000 1.000 0 1 0 18.616 5.500 Z","M18.5,0h-6A5.465,5.465,0,0,0,7.584,3.043a1,1,0,1,0,1.79.893A3.475,3.475,0,0,1,12.5,2h6a3.5,3.5,0,0,1,0,7h-1a1,1,0,0,0-.625.219l-.878.7A1,1,0,0,0,15,9H14a1,1,0,0,0,0,2v1a1,1,0,0,0,1.625.781L17.851,11H18.5a5.5,5.5,0,0,0,0-11Z"]];
|
|
36
|
+
export const MessagesPeopleManBubbleOval = ["messages-people-man-bubble-oval",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.116 5.500 A1.000 1.000 0 1 0 14.116 5.500 A1.000 1.000 0 1 0 12.116 5.500 Z","M15.366 5.500 A1.000 1.000 0 1 0 17.366 5.500 A1.000 1.000 0 1 0 15.366 5.500 Z","M18.616 5.500 A1.000 1.000 0 1 0 20.616 5.500 A1.000 1.000 0 1 0 18.616 5.500 Z","M10.5,17.663V16.28a3.072,3.072,0,0,0,.991-2.43,1.826,1.826,0,0,0,.655-1.5,1.612,1.612,0,0,0-.22-.859,1.092,1.092,0,0,0-.245-.276,3.7,3.7,0,0,0,.3-2.338C11.638,7.492,9.891,7,8.5,7c-1.239,0-2.761.39-3.323,1.456a1.151,1.151,0,0,0-1.02.382c-.511.626-.1,1.654.2,2.367a1.093,1.093,0,0,0-.268.289,1.611,1.611,0,0,0-.229.875,1.807,1.807,0,0,0,.65,1.481A3.072,3.072,0,0,0,5.5,16.28v1.383C3.624,18.427,0,20.03,0,21v2.5a.5.5,0,0,0,.5.5h15a.5.5,0,0,0,.5-.5V21C16,20.03,12.376,18.427,10.5,17.663Z","M18.5,0h-6A5.525,5.525,0,0,0,7.137,4.31a1,1,0,0,0,1.953.43A3.512,3.512,0,0,1,12.5,2h6a3.5,3.5,0,0,1,0,7h-1a1,1,0,0,0-.625.219l-.878.7A1,1,0,0,0,15,9H14a1,1,0,0,0,0,2v1a1,1,0,0,0,1.625.781L17.851,11H18.5a5.5,5.5,0,0,0,0-11Z"]];
|
|
37
|
+
export const MessagesPeopleManBubbleOval1 = ["messages-people-man-bubble-oval-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}],["M12.116 5.500 A1.000 1.000 0 1 0 14.116 5.500 A1.000 1.000 0 1 0 12.116 5.500 Z","M15.366 5.500 A1.000 1.000 0 1 0 17.366 5.500 A1.000 1.000 0 1 0 15.366 5.500 Z","M18.616 5.500 A1.000 1.000 0 1 0 20.616 5.500 A1.000 1.000 0 1 0 18.616 5.500 Z","M18.5,0h-6A5.482,5.482,0,0,0,7.287,3.764a1,1,0,0,0,1.9.629A3.485,3.485,0,0,1,12.5,2h6a3.5,3.5,0,0,1,0,7h-1a1,1,0,0,0-.625.219l-.878.7A1,1,0,0,0,15,9H14a1,1,0,0,0,0,2v1a1,1,0,0,0,1.625.781L17.851,11H18.5a5.5,5.5,0,0,0,0-11Z","M7,17.125a4.75,4.75,0,1,0-4.75-4.75A4.756,4.756,0,0,0,7,17.125ZM4.549,11.154A7.043,7.043,0,0,0,8.46,12.375a6.6,6.6,0,0,0,1.277-.125c0,.042.013.082.013.125a2.75,2.75,0,0,1-5.5,0A2.713,2.713,0,0,1,4.549,11.154Z","M7.206,18A7.544,7.544,0,0,0,.021,23.357.5.5,0,0,0,.5,24H13.912a.5.5,0,0,0,.48-.643A7.544,7.544,0,0,0,7.206,18Z"]];
|
|
38
|
+
export const MessagesPeopleManBubbleSquare1 = ["messages-people-man-bubble-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},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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,0H9A2,2,0,0,0,7,2V5A1,1,0,0,0,9,5V2.25A.25.25,0,0,1,9.25,2h12.5a.25.25,0,0,1,.25.25v6.5a.25.25,0,0,1-.25.25H19.5a1,1,0,0,0-.664.252L16.416,11.4A.25.25,0,0,1,16,11.216V10a1,1,0,0,0-1-1H13.5a1,1,0,0,0,0,2H14v3a1,1,0,0,0,1.664.748L19.88,11H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Z","M11.502 5.750 A1.000 1.000 0 1 0 13.502 5.750 A1.000 1.000 0 1 0 11.502 5.750 Z","M14.752 5.750 A1.000 1.000 0 1 0 16.752 5.750 A1.000 1.000 0 1 0 14.752 5.750 Z","M18.003 5.750 A1.000 1.000 0 1 0 20.003 5.750 A1.000 1.000 0 1 0 18.003 5.750 Z","M7,17.125a4.75,4.75,0,1,0-4.75-4.75A4.756,4.756,0,0,0,7,17.125ZM4.549,11.154A7.043,7.043,0,0,0,8.46,12.375a6.6,6.6,0,0,0,1.277-.125c0,.042.013.082.013.125a2.75,2.75,0,0,1-5.5,0A2.713,2.713,0,0,1,4.549,11.154Z","M7.206,18A7.544,7.544,0,0,0,.021,23.357.5.5,0,0,0,.5,24H13.912a.5.5,0,0,0,.48-.643A7.544,7.544,0,0,0,7.206,18Z"]];
|
|
39
|
+
export const MessagesPeopleUserSkull = ["messages-people-user-skull",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,2a2,2,0,0,0-2-2H9A2,2,0,0,0,7,2V13a2,2,0,0,0,2,2h.5v2.5a1,1,0,0,0,1.707.707L14.414,15H22a2,2,0,0,0,2-2ZM22,12.75a.25.25,0,0,1-.25.25H14a1,1,0,0,0-.707.293L11.5,15.086V14a1,1,0,0,0-1-1H9.25A.25.25,0,0,1,9,12.75V2.25A.25.25,0,0,1,9.25,2h12.5a.25.25,0,0,1,.25.25Z","M12.317,9.378a1.41,1.41,0,0,1,.308.9v.978a.75.75,0,0,0,1.5,0,.188.188,0,0,1,.375,0,.751.751,0,0,0,1.5,0,.188.188,0,0,1,.375,0,.75.75,0,0,0,1.5,0v-.95a1.429,1.429,0,0,1,.3-.92A3.7,3.7,0,0,0,19,6.989a3.751,3.751,0,1,0-7.494.256A3.656,3.656,0,0,0,12.317,9.378ZM16.5,6a1,1,0,1,1-1,1A1,1,0,0,1,16.5,6ZM14,6a1,1,0,1,1-1,1A1,1,0,0,1,14,6Z","M3.505,13a2.75,2.75,0,1,0-.01,0A3.5,3.5,0,0,0,0,16.5v2a.5.5,0,0,0,.5.5h.821a.25.25,0,0,1,.249.225L2,23.55a.5.5,0,0,0,.5.45h2a.5.5,0,0,0,.5-.45l.432-4.325A.25.25,0,0,1,5.679,19H6.5a.5.5,0,0,0,.5-.5v-2A3.5,3.5,0,0,0,3.505,13Z"]];
|
|
40
|
+
export const MessagesPeopleUserHeart = ["messages-people-user-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}],["M15.143,10.85a.5.5,0,0,0,.714,0l2.976-3.041a2.2,2.2,0,0,0,.426-2.58A2.239,2.239,0,0,0,17.6,4.03a2.269,2.269,0,0,0-1.966.619l-.138.135-.138-.135a2.284,2.284,0,0,0-3.621.58A2.194,2.194,0,0,0,12.159,7.8Z","M22,0H9A2,2,0,0,0,7,2V13a2,2,0,0,0,2,2h.5v2.5a1,1,0,0,0,1.707.707L14.414,15H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,12.75a.25.25,0,0,1-.25.25H14a1,1,0,0,0-.707.293L11.5,15.086V14a1,1,0,0,0-1-1H9.25A.25.25,0,0,1,9,12.75V2.25A.25.25,0,0,1,9.25,2h12.5a.25.25,0,0,1,.25.25Z","M3.505,13a2.75,2.75,0,1,0-.01,0A3.5,3.5,0,0,0,0,16.5v2a.5.5,0,0,0,.5.5h.821a.249.249,0,0,1,.249.225L2,23.55a.5.5,0,0,0,.5.45h2a.5.5,0,0,0,.5-.45l.433-4.325A.249.249,0,0,1,5.678,19H6.5a.5.5,0,0,0,.5-.5v-2A3.5,3.5,0,0,0,3.505,13Z"]];
|
|
41
|
+
export const MessagesPeoplePersonBubble = ["messages-people-person-bubble",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.870 6.000 A1.000 1.000 0 1 0 13.870 6.000 A1.000 1.000 0 1 0 11.870 6.000 Z","M15.120 6.000 A1.000 1.000 0 1 0 17.120 6.000 A1.000 1.000 0 1 0 15.120 6.000 Z","M18.370 6.000 A1.000 1.000 0 1 0 20.370 6.000 A1.000 1.000 0 1 0 18.370 6.000 Z","M17.894,0a5.427,5.427,0,0,0-3.6,1.274,5.552,5.552,0,0,0-3.871.115,5.466,5.466,0,0,0-3.1,3.093,1,1,0,1,0,1.869.71,3.464,3.464,0,0,1,1.975-1.946,3.57,3.57,0,0,1,2.9.091A1,1,0,0,0,15.2,3.146,3.562,3.562,0,0,1,17.894,2,3.91,3.91,0,0,1,22,5.976a3.527,3.527,0,0,1-.946,2.473,4.125,4.125,0,0,1-3.06,1.116,1,1,0,0,0-.813.418A2.288,2.288,0,0,1,15.494,11a1.986,1.986,0,0,1-1.067-.3,1,1,0,1,0-1.087,1.678A3.946,3.946,0,0,0,15.494,13a4.069,4.069,0,0,0,2.992-1.449,5.9,5.9,0,0,0,4.008-1.715A5.513,5.513,0,0,0,24,5.976,5.913,5.913,0,0,0,17.894,0Z","M14.254 15.750 A1.500 1.500 0 1 0 17.254 15.750 A1.500 1.500 0 1 0 14.254 15.750 Z","M11.5,17.329l-.63-.232c-.218-.133-.252-1.32-.08-1.608a5.621,5.621,0,0,0,1.466-4.315C12.256,8.755,10.676,7,8.5,7S4.744,8.755,4.744,11.174a5.6,5.6,0,0,0,1.452,4.3A2.209,2.209,0,0,1,6.133,17.1l-.633.233c-2.446.9-4.213,1.549-4.751,2.626A9.135,9.135,0,0,0,0,23.5a.5.5,0,0,0,.5.5h16a.5.5,0,0,0,.5-.5,9.135,9.135,0,0,0-.749-3.545C15.713,18.878,13.946,18.229,11.5,17.329Z"]];
|
|
42
|
+
export const MessagesPeopleWomanBubbleCircle = ["messages-people-woman-bubble-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}],["M17.245,0A6.911,6.911,0,0,0,11.7,2.708,1,1,0,0,0,13.3,3.9,4.9,4.9,0,0,1,17.245,2,4.555,4.555,0,0,1,22,6.311a4.319,4.319,0,0,1-2.9,3.97,1,1,0,0,0-.32.2c-.166.154-1.593,1.4-1.78,1.564,0-.2,0-.368,0-.476a1,1,0,0,0-.86-1,6.353,6.353,0,0,1-.768-.145,1,1,0,1,0-.547,1.924q.081.024.174.045c0,.43,0,1.884,0,1.884a1,1,0,0,0,1.707.707c.25-.249,3.056-2.7,3.288-2.909a6.285,6.285,0,0,0,4-5.766A6.552,6.552,0,0,0,17.245,0Z","M12.500 6.499 A1.000 1.000 0 1 0 14.500 6.499 A1.000 1.000 0 1 0 12.500 6.499 Z","M15.750 6.499 A1.000 1.000 0 1 0 17.750 6.499 A1.000 1.000 0 1 0 15.750 6.499 Z","M19.000 6.499 A1.000 1.000 0 1 0 21.000 6.499 A1.000 1.000 0 1 0 19.000 6.499 Z","M11.173,17.386h0A.255.255,0,0,1,11,17.162v-.678a5.251,5.251,0,0,0,3.015-.768.5.5,0,0,0,.132-.744c-.421-.5-.713-1.153-.842-3.059C13.059,8.278,10.607,7,8.5,7S3.943,8.278,3.7,11.913c-.129,1.9-.421,2.563-.842,3.059a.5.5,0,0,0,.131.744A5.267,5.267,0,0,0,6,16.484v.679a.257.257,0,0,1-.174.224c-2.868,1.062-4.434,1.82-5.034,3.021A7.587,7.587,0,0,0,0,23.5a.5.5,0,0,0,.5.5H7.4a.25.25,0,0,0,.231-.346L6.14,20.049A.248.248,0,0,1,6.2,19.77a.251.251,0,0,1,.284-.039,4.679,4.679,0,0,0,4.21.037.25.25,0,0,1,.338.327L9.441,23.648A.251.251,0,0,0,9.669,24H16.5a.5.5,0,0,0,.5-.5,7.581,7.581,0,0,0-.792-3.091C15.607,19.2,14.041,18.446,11.173,17.386Z"]];
|