@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,138 @@
|
|
|
1
|
+
export const ArrowThickRightBottomCorner1 = ["arrow-thick-right-bottom-corner-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.767,3.776h-5a1,1,0,0,0-1,1v6.439a.25.25,0,0,1-.426.177L5.474.52A1.023,1.023,0,0,0,4.06.52L.523,4.057a1,1,0,0,0,0,1.413L11.387,16.338a.25.25,0,0,1-.177.427H4.767a1,1,0,0,0-1,1v5a1,1,0,0,0,1,1h18a1,1,0,0,0,1-1V4.776A1,1,0,0,0,22.767,3.776Z"]];
|
|
2
|
+
export const ArrowUP2Alternate = ["arrow-up-2-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.153,24H4.847a2.386,2.386,0,0,1-2.384-2.384V8.694a2.4,2.4,0,0,1,.806-1.789L10.422.594a2.393,2.393,0,0,1,3.156,0l7.156,6.314a2.391,2.391,0,0,1,.8,1.786V21.616A2.386,2.386,0,0,1,19.153,24ZM12.165,3.164a.248.248,0,0,0-.33,0L5.408,8.833a.254.254,0,0,0-.084.188V20.889a.25.25,0,0,0,.25.25H18.426a.25.25,0,0,0,.25-.25V9.021a.254.254,0,0,0-.084-.188Z"]];
|
|
3
|
+
export const ArrowButtonCircleDown = ["arrow-button-circle-down",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,0Zm5.573,8.752-5.139,8.992a.5.5,0,0,1-.868,0L6.427,8.752A.5.5,0,0,1,6.862,8H17.138a.5.5,0,0,1,.435.748Z"]];
|
|
4
|
+
export const ArrowButtonCircleDown1 = ["arrow-button-circle-down-1",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,0Zm6.817,9.6-6.433,7.719a.5.5,0,0,1-.768,0L5.183,9.6a.5.5,0,0,1,.385-.82H8.255a.5.5,0,0,1,.395.193L11.8,13.023a.249.249,0,0,0,.394,0L15.35,8.97a.5.5,0,0,1,.395-.193h2.687A.5.5,0,0,1,18.817,9.6Z"]];
|
|
5
|
+
export const ArrowButtonCircleLeft = ["arrow-button-circle-left",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,0Zm4,17.138a.5.5,0,0,1-.748.435L6.256,12.434a.5.5,0,0,1,0-.868l8.992-5.139A.5.5,0,0,1,16,6.862Z"]];
|
|
6
|
+
export const ArrowButtonCircleRight = ["arrow-button-circle-right",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,0ZM8.253,17.571A.5.5,0,0,1,8,17.138V6.862a.5.5,0,0,1,.748-.435l8.993,5.139a.5.5,0,0,1,0,.868L8.752,17.573A.5.5,0,0,1,8.253,17.571Z"]];
|
|
7
|
+
export const ArrowThickLeftBottomCorner1 = ["arrow-thick-left-bottom-corner-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.476,4.056,19.94.52a1.023,1.023,0,0,0-1.414,0L7.659,11.392a.25.25,0,0,1-.426-.177V4.776a1,1,0,0,0-1-1h-5a1,1,0,0,0-1,1V22.763a1,1,0,0,0,1,1h18a1,1,0,0,0,1-1v-5a1,1,0,0,0-1-1H12.79a.25.25,0,0,1-.177-.427L23.477,5.469A1,1,0,0,0,23.476,4.056Z"]];
|
|
8
|
+
export const ArrowButtonCircleRight1 = ["arrow-button-circle-right-1",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,0Zm5.316,12.384L9.6,18.817a.5.5,0,0,1-.82-.385V15.745a.5.5,0,0,1,.193-.395L13.023,12.2a.249.249,0,0,0,0-.394L8.97,8.65a.5.5,0,0,1-.193-.395V5.568a.5.5,0,0,1,.82-.385l7.719,6.433A.5.5,0,0,1,17.316,12.384Z"]];
|
|
9
|
+
export const ArrowButtonDown = ["arrow-button-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M.249,7.207,11.233,19.678h0a1.066,1.066,0,0,0,1.539,0L23.751,7.207a.987.987,0,0,0-.107-1.414l-1.85-1.557a1.028,1.028,0,0,0-1.438.111L12.191,13.8a.25.25,0,0,1-.379,0L3.644,4.346A1.021,1.021,0,0,0,2.948,4a1,1,0,0,0-.741.238L.356,5.793A.988.988,0,0,0,0,6.478.978.978,0,0,0,.249,7.207Z"]];
|
|
10
|
+
export const ArrowButtonCircleUp = ["arrow-button-circle-up",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,0Zm5.57,15.747a.5.5,0,0,1-.432.249H6.861a.5.5,0,0,1-.434-.748l5.138-8.992a.5.5,0,0,1,.869,0l5.138,8.992A.5.5,0,0,1,17.57,15.747Z"]];
|
|
11
|
+
export const ArrowButtonLeft = ["arrow-button-left",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M16.793.249,4.322,11.233h0a1.066,1.066,0,0,0,0,1.539L16.793,23.751a.987.987,0,0,0,1.414-.107l1.557-1.85a1.028,1.028,0,0,0-.111-1.438L10.2,12.191a.25.25,0,0,1,0-.379l9.45-8.168a1.021,1.021,0,0,0,.349-.7,1,1,0,0,0-.238-.741L18.207.356A.988.988,0,0,0,17.522,0,.978.978,0,0,0,16.793.249Z"]];
|
|
12
|
+
export const ArrowButtonDown1 = ["arrow-button-down-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,13.584a2.643,2.643,0,0,1-1.875-.775L.584,3.268a1.768,1.768,0,0,1,2.5-2.5l8.739,8.739a.25.25,0,0,0,.354,0L20.916.768a1.768,1.768,0,0,1,2.5,2.5l-9.541,9.541A2.643,2.643,0,0,1,12,13.584Z","M12,23.75a2.643,2.643,0,0,1-1.875-.775L.584,13.434a1.768,1.768,0,0,1,2.5-2.5l8.739,8.739a.25.25,0,0,0,.354,0l8.739-8.739a1.768,1.768,0,0,1,2.5,2.5l-9.541,9.541A2.643,2.643,0,0,1,12,23.75Z"]];
|
|
13
|
+
export const ArrowButtonDown3 = ["arrow-button-down-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.381,2.018a1,1,0,0,0-1.09.219l-10.1,10.127a.25.25,0,0,1-.354,0L1.708,2.24A1,1,0,0,0,0,2.948V10.1a1.008,1.008,0,0,0,.3.709L11.311,21.767a1,1,0,0,0,1.411,0L23.7,10.805A.99.99,0,0,0,24,10.1V2.943A1,1,0,0,0,23.381,2.018Z"]];
|
|
14
|
+
export const ArrowButtonDown2 = ["arrow-button-down-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.468,2.984a2,2,0,0,0-1.742-1.018H2.274A2,2,0,0,0,.563,5L10.289,21.07a2,2,0,0,0,3.422,0L23.437,5A2,2,0,0,0,23.468,2.984Z"]];
|
|
15
|
+
export const ArrowButtonRight2 = ["arrow-button-right-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.058,10.289,5.014.564A2,2,0,0,0,1.978,2.275v19.45a2,2,0,0,0,3.037,1.711l16.043-9.725a2,2,0,0,0,0-3.422Z"]];
|
|
16
|
+
export const ArrowButtonLeft3 = ["arrow-button-left-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.766,22.292l-10.08-10.1a.25.25,0,0,1,0-.353L21.764,1.706A1,1,0,0,0,21.055,0H13.893a1,1,0,0,0-.709.3L2.23,11.31a1,1,0,0,0,0,1.412L13.193,23.706A1,1,0,0,0,13.9,24h7.159a1,1,0,0,0,.707-1.707Z"]];
|
|
17
|
+
export const ArrowButtonRight1 = ["arrow-button-right-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.584,12a2.643,2.643,0,0,1-.775,1.875L3.268,23.416a1.768,1.768,0,0,1-2.5-2.5l8.739-8.739a.25.25,0,0,0,0-.354L.768,3.084a1.768,1.768,0,0,1,2.5-2.5l9.541,9.541A2.643,2.643,0,0,1,13.584,12Z","M23.75,12a2.643,2.643,0,0,1-.775,1.875l-9.541,9.541a1.768,1.768,0,0,1-2.5-2.5l8.739-8.739a.25.25,0,0,0,0-.354L10.934,3.084a1.768,1.768,0,0,1,2.5-2.5l9.541,9.541A2.643,2.643,0,0,1,23.75,12Z"]];
|
|
18
|
+
export const ArrowButtonLeft2 = ["arrow-button-left-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.016.531A2,2,0,0,0,19,.563L2.929,10.288a2,2,0,0,0,0,3.422L19,23.436a2,2,0,0,0,3.035-1.711V2.274A2,2,0,0,0,21.016.531Z"]];
|
|
19
|
+
export const ArrowButtonRight = ["arrow-button-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M7.207,23.751,19.678,12.767h0a1.066,1.066,0,0,0,0-1.539L7.207.249A.987.987,0,0,0,5.793.356L4.236,2.206a1.028,1.028,0,0,0,.111,1.438L13.8,11.809a.25.25,0,0,1,0,.379l-9.45,8.168a1.021,1.021,0,0,0-.349.7,1,1,0,0,0,.238.741l1.558,1.851a.989.989,0,0,0,1.414.107Z"]];
|
|
20
|
+
export const ArrowCircleRight = ["arrow-circle-right",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,0Zm4.961,13.358L9.615,18.992a1.25,1.25,0,1,1-1.521-1.984l6.271-4.81a.249.249,0,0,0,0-.4L8.094,6.992A1.25,1.25,0,1,1,9.615,5.008l7.346,5.634a1.711,1.711,0,0,1,0,2.716Z"]];
|
|
21
|
+
export const ArrowCircleUp = ["arrow-circle-up",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,0Zm6.761,16.138a1.251,1.251,0,0,1-1.753-.232L12.2,9.635a.249.249,0,0,0-.4,0l-4.81,6.271a1.25,1.25,0,1,1-1.984-1.521l5.634-7.346a1.779,1.779,0,0,1,2.716,0l5.634,7.346A1.25,1.25,0,0,1,18.761,16.138Z"]];
|
|
22
|
+
export const ArrowButtonUp = ["arrow-button-up",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.751,16.793,12.767,4.322h0a1.066,1.066,0,0,0-1.539,0L.249,16.793a.987.987,0,0,0,.107,1.414l1.85,1.557a1.028,1.028,0,0,0,1.438-.111L11.809,10.2a.25.25,0,0,1,.379,0l8.168,9.45a1.021,1.021,0,0,0,.7.349,1,1,0,0,0,.741-.238l1.851-1.558a.989.989,0,0,0,.107-1.414Z"]];
|
|
23
|
+
export const ArrowButtonUp1 = ["arrow-button-up-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,10.416a2.643,2.643,0,0,1,1.875.775l9.541,9.541a1.768,1.768,0,0,1-2.5,2.5l-8.739-8.739a.25.25,0,0,0-.354,0L3.084,23.232a1.768,1.768,0,0,1-2.5-2.5l9.541-9.541A2.643,2.643,0,0,1,12,10.416Z","M12,.25a2.643,2.643,0,0,1,1.875.775l9.541,9.541a1.768,1.768,0,0,1-2.5,2.5L12.177,4.327a.25.25,0,0,0-.354,0L3.084,13.066a1.768,1.768,0,0,1-2.5-2.5l9.541-9.541A2.643,2.643,0,0,1,12,.25Z"]];
|
|
24
|
+
export const ArrowButtonUp2 = ["arrow-button-up-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.437,19,13.711,2.93a2,2,0,0,0-3.422,0L.563,19a2,2,0,0,0,1.711,3.035H21.726A2,2,0,0,0,23.437,19Z"]];
|
|
25
|
+
export const ArrowCircleDown = ["arrow-circle-down",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,0Zm6.992,9.615-5.634,7.346a1.711,1.711,0,0,1-2.716,0L5.008,9.615A1.25,1.25,0,1,1,6.992,8.094l4.81,6.271a.249.249,0,0,0,.4,0l4.81-6.271a1.25,1.25,0,1,1,1.984,1.521Z"]];
|
|
26
|
+
export const ArrowDown1 = ["arrow-down-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,19.5a2.3,2.3,0,0,1-1.729-.78L.46,7.568A1.847,1.847,0,0,1,3.233,5.129l8.579,9.752a.25.25,0,0,0,.376,0l8.579-9.752A1.847,1.847,0,1,1,23.54,7.568L13.732,18.716A2.31,2.31,0,0,1,12,19.5Z"]];
|
|
27
|
+
export const ArrowDoubleLeft = ["arrow-double-left",24,24,[{"fill":"#000000","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.715,12.141a.25.25,0,0,1,0-.343l4.846-5.11A1,1,0,0,0,11.836,5H7.081a1,1,0,0,0-.725.312L.7,11.281a1,1,0,0,0,0,1.371l5.66,6.031a1,1,0,0,0,.73.317h4.762a1,1,0,0,0,.729-1.684Z","M23.306,17.316l-4.857-5.175a.25.25,0,0,1,0-.343l4.844-5.11A1,1,0,0,0,22.57,5H17.815a1,1,0,0,0-.725.312l-5.662,5.969a1,1,0,0,0,0,1.371l5.662,6.034a1.006,1.006,0,0,0,.73.314h4.761a1,1,0,0,0,.728-1.684Z"]];
|
|
28
|
+
export const ArrowDown = ["arrow-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.292,10.24a1.413,1.413,0,0,0-1.994.127L13.85,18.831a.251.251,0,0,1-.438-.166V1.413a1.412,1.412,0,1,0-2.824,0V18.665a.251.251,0,0,1-.438.166L2.7,10.367A1.413,1.413,0,1,0,.581,12.234L10.233,23.2a2.352,2.352,0,0,0,3.534,0l9.652-10.967A1.412,1.412,0,0,0,23.292,10.24Z"]];
|
|
29
|
+
export const ArrowDoubleLeft1 = ["arrow-double-left-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}],["M6.685,12.174a.251.251,0,0,1,0-.35L10.741,7.7A1,1,0,0,0,10.029,6H6.02a1,1,0,0,0-.712.3l-4.921,5a1,1,0,0,0,0,1.4l4.92,5a1,1,0,0,0,.713.3h4.009a1,1,0,0,0,.712-1.7Z","M13.672,12.174a.249.249,0,0,1,0-.35L17.73,7.7A1,1,0,0,0,17.017,6H15.49a1,1,0,0,0-.711.3l-4.921,5a1,1,0,0,0,0,1.4l4.92,5a1,1,0,0,0,.712.3h1.527a1,1,0,0,0,.713-1.7Z","M19.56,12.175a.25.25,0,0,1,0-.35L23.612,7.7a1,1,0,1,0-1.426-1.4l-4.57,4.651a1.509,1.509,0,0,0,0,2.1l4.57,4.649a1,1,0,1,0,1.426-1.4Z"]];
|
|
30
|
+
export const ArrowDoubleDown1 = ["arrow-double-down-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}],["M17.387,13.05a1,1,0,0,0-1.088.209l-4.124,4.058a.249.249,0,0,1-.35,0L7.7,13.259a1,1,0,0,0-1.7.713v4.009a1,1,0,0,0,.3.713l5,4.919a1,1,0,0,0,1.4,0l5-4.92a1,1,0,0,0,.3-.712V13.972A1,1,0,0,0,17.387,13.05Z","M17.387,6.062a.994.994,0,0,0-1.088.21L12.175,10.33a.251.251,0,0,1-.35,0L7.7,6.272A1,1,0,0,0,6,6.985V8.51a.994.994,0,0,0,.3.713l5,4.92a1,1,0,0,0,1.4,0l5-4.921A.993.993,0,0,0,18,8.51V6.985A1,1,0,0,0,17.387,6.062Z","M10.948,6.383a1.508,1.508,0,0,0,2.1,0L17.7,1.815A1,1,0,1,0,16.3.389L12.176,4.44a.249.249,0,0,1-.35,0L7.7.389A1,1,0,0,0,6.3,1.815Z"]];
|
|
31
|
+
export const ArrowLeft1 = ["arrow-left-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M4.5,12a2.3,2.3,0,0,1,.78-1.729L16.432.46a1.847,1.847,0,0,1,2.439,2.773L9.119,11.812a.25.25,0,0,0,0,.376l9.752,8.579a1.847,1.847,0,1,1-2.439,2.773L5.284,13.732A2.31,2.31,0,0,1,4.5,12Z"]];
|
|
32
|
+
export const ArrowDoubleRight1 = ["arrow-double-right-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.613,11.3l-4.919-5A1.007,1.007,0,0,0,17.98,6H13.971a1,1,0,0,0-.712,1.7l4.057,4.123a.252.252,0,0,1,0,.351L13.259,16.3a1,1,0,0,0,.712,1.7H17.98a1,1,0,0,0,.713-.3l4.92-5A1,1,0,0,0,23.613,11.3Z","M14.142,11.3l-4.919-5A1.006,1.006,0,0,0,8.51,6H6.984a1,1,0,0,0-.713,1.7l4.058,4.123a.25.25,0,0,1,0,.351L6.271,16.3A1,1,0,0,0,6.984,18H8.51a1,1,0,0,0,.712-.3l4.92-5A1,1,0,0,0,14.142,11.3Z","M6.384,10.947,1.814,6.3A1,1,0,0,0,.388,7.7L4.44,11.822a.251.251,0,0,1,0,.351L.388,16.3a1,1,0,0,0,1.426,1.4l4.569-4.65A1.508,1.508,0,0,0,6.384,10.947Z"]];
|
|
33
|
+
export const ArrowDoubleUp = ["arrow-double-up",24,24,[{"fill":"#000000","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.687,6.355,12.708.694a1,1,0,0,0-1.372,0L5.315,6.353A1.008,1.008,0,0,0,5,7.082v4.761a1,1,0,0,0,1.686.729L11.85,7.715a.25.25,0,0,1,.343,0l5.119,4.848a1,1,0,0,0,1.084.192.986.986,0,0,0,.6-.918V7.081A1,1,0,0,0,18.687,6.355Z","M18.688,17.089l-5.98-5.662a1,1,0,0,0-1.372,0L5.315,17.088A1.006,1.006,0,0,0,5,17.816v4.761a.985.985,0,0,0,.6.917,1,1,0,0,0,.4.085.991.991,0,0,0,.681-.274l5.164-4.856a.251.251,0,0,1,.343,0L17.312,23.3a1,1,0,0,0,1.084.193.987.987,0,0,0,.6-.919V17.815A1,1,0,0,0,18.688,17.089Z"]];
|
|
34
|
+
export const ArrowDown2 = ["arrow-down-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3,1.667V15.716a1.5,1.5,0,0,0,.508,1.125l7.5,6.617a1.5,1.5,0,0,0,1.985,0l7.5-6.618A1.5,1.5,0,0,0,21,15.716V1.667a1.5,1.5,0,0,0-1.5-1.5H4.5A1.5,1.5,0,0,0,3,1.667Z"]];
|
|
35
|
+
export const ArrowDoubleRight = ["arrow-double-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.306,11.281,17.645,5.312A1.006,1.006,0,0,0,16.919,5H12.164a1,1,0,0,0-.725,1.688l4.845,5.11a.25.25,0,0,1,0,.343l-4.858,5.175A1,1,0,0,0,12.155,19h4.763a1,1,0,0,0,.729-.316l5.662-6.032A1,1,0,0,0,23.306,11.281Z","M12.571,11.281,6.91,5.312A1,1,0,0,0,6.185,5H1.431A1,1,0,0,0,.7,6.688L5.55,11.8a.251.251,0,0,1,0,.343L.693,17.316A1,1,0,0,0,1.422,19H6.184a1,1,0,0,0,.728-.315l5.663-6.033A1,1,0,0,0,12.571,11.281Z"]];
|
|
36
|
+
export const ArrowLeft = ["arrow-left",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.548,10.561H5.437a.251.251,0,0,1-.165-.438l8.637-7.6a1.44,1.44,0,0,0-1.9-2.162L.828,10.2a2.4,2.4,0,0,0,0,3.6l11.179,9.837a1.44,1.44,0,0,0,1.9-2.161l-8.637-7.6a.251.251,0,0,1,.165-.438H22.548a1.44,1.44,0,0,0,0-2.879Z"]];
|
|
37
|
+
export const ArrowThickCircleBottomLeftCorner2 = ["arrow-thick-circle-bottom-left-corner-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20.489,3.511a12.006,12.006,0,1,0,0,16.979A12.017,12.017,0,0,0,20.489,3.511ZM12.633,14.53l3.51.151a1.058,1.058,0,0,1,1,1.044v.419a.983.983,0,0,1-1,.982l-8.09-.152a1.06,1.06,0,0,1-1.027-1.019l-.217-8.02a.972.972,0,0,1,.974-1H8.2a1.072,1.072,0,0,1,1.056,1l.194,3.448c.03.55.374.681.763.292l4.6-4.6a1,1,0,0,1,1.415,0l.7.7a1,1,0,0,1,0,1.415l-4.589,4.586C11.952,14.168,12.084,14.506,12.633,14.53Z"]];
|
|
38
|
+
export const ArrowThickCircleBottomRightCorner = ["arrow-thick-circle-bottom-right-corner",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20.485,3.515a12,12,0,1,0,0,16.97A12.015,12.015,0,0,0,20.485,3.515ZM7.554,16.446l2.678-2.678a.25.25,0,0,0,0-.354L5.815,8.992a.5.5,0,0,1,0-.707l2.47-2.47a.5.5,0,0,1,.707,0l4.419,4.42a.25.25,0,0,0,.354,0l2.679-2.679a.5.5,0,0,1,.854.353V16.8a.5.5,0,0,1-.5.5H7.908A.5.5,0,0,1,7.554,16.446Z"]];
|
|
39
|
+
export const ArrowThickCircleBottomRightCorner1 = ["arrow-thick-circle-bottom-right-corner-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20.481,3.519a12,12,0,1,0,0,16.971A11.994,11.994,0,0,0,20.481,3.519ZM6.505,16.6V14.778a.5.5,0,0,1,.5-.5h4.544a.25.25,0,0,0,.177-.427L6.5,8.623a.5.5,0,0,1,0-.707l1.41-1.411a.5.5,0,0,1,.708,0l5.227,5.228a.25.25,0,0,0,.427-.177V7.014a.5.5,0,0,1,.5-.5h1.824a.5.5,0,0,1,.5.5V16.6a.5.5,0,0,1-.5.5H7.005A.5.5,0,0,1,6.505,16.6Z"]];
|
|
40
|
+
export const ArrowThickCircleDown = ["arrow-thick-circle-down",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,0Zm6.639,12.854L12.352,19.14a.5.5,0,0,1-.707,0L5.359,12.854A.5.5,0,0,1,5.713,12H9.5a.25.25,0,0,0,.25-.25l0-6.25a.5.5,0,0,1,.5-.5h3.492a.5.5,0,0,1,.5.5v6.25a.25.25,0,0,0,.25.25h3.789A.5.5,0,0,1,18.639,12.854Z"]];
|
|
41
|
+
export const ArrowThickCircleLeft = ["arrow-thick-circle-left",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,0Zm7,13.746a.5.5,0,0,1-.5.5H12.25a.25.25,0,0,0-.25.25v3.789a.5.5,0,0,1-.854.354L4.86,12.352a.5.5,0,0,1,0-.707l6.286-6.286A.5.5,0,0,1,12,5.713V9.5a.25.25,0,0,0,.25.25l6.25,0a.5.5,0,0,1,.5.5Z"]];
|
|
42
|
+
export const ArrowThickCircleLeft1 = ["arrow-thick-circle-left-1",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,0Zm6.778,13a.5.5,0,0,1-.5.5H10.886a.25.25,0,0,0-.177.426l3.212,3.212a.5.5,0,0,1,0,.707l-1.289,1.29a.5.5,0,0,1-.707,0l-6.779-6.78a.5.5,0,0,1,0-.707l6.779-6.779a.5.5,0,0,1,.707,0l1.289,1.289a.5.5,0,0,1,0,.707l-3.212,3.214a.25.25,0,0,0,.177.426h7.392a.5.5,0,0,1,.5.5Z"]];
|
|
43
|
+
export const ArrowThickCircleDown2 = ["arrow-thick-circle-down-2",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,0Zm6.549,12.7-5.825,5.61a1.059,1.059,0,0,1-1.446.006L5.456,12.8a.973.973,0,0,1-.019-1.4l.3-.295a1.072,1.072,0,0,1,1.452-.042l2.573,2.3c.41.366.746.216.746-.334v-6.5a1,1,0,0,1,1-1h1a1,1,0,0,1,1,1l0,6.485c0,.55.332.7.737.324l2.588-2.373A1.055,1.055,0,0,1,18.266,11l.3.3A.982.982,0,0,1,18.549,12.7Z"]];
|
|
44
|
+
export const ArrowThickCircleRight = ["arrow-thick-circle-right",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,0Zm7.14,12.352-6.286,6.287A.5.5,0,0,1,12,18.285V14.5a.25.25,0,0,0-.25-.25H5.5a.5.5,0,0,1-.5-.5V10.254a.5.5,0,0,1,.5-.5l6.25,0A.25.25,0,0,0,12,9.5V5.713a.5.5,0,0,1,.854-.354l6.286,6.286A.5.5,0,0,1,19.14,12.352Z"]];
|
|
45
|
+
export const ArrowThickCircleRight1 = ["arrow-thick-circle-right-1",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,0Zm6.854,11.646a.5.5,0,0,1,0,.707l-6.779,6.78a.5.5,0,0,1-.707,0l-1.289-1.29a.5.5,0,0,1,0-.707l3.212-3.212a.25.25,0,0,0-.177-.426H5.722a.5.5,0,0,1-.5-.5V11a.5.5,0,0,1,.5-.5h7.392a.25.25,0,0,0,.177-.426L10.079,6.863a.5.5,0,0,1,0-.707l1.289-1.289a.5.5,0,0,1,.707,0Z"]];
|
|
46
|
+
export const ArrowThickCircleUp = ["arrow-thick-circle-up",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,0Zm6.287,12H14.5a.25.25,0,0,0-.25.25l0,6.25a.5.5,0,0,1-.5.5H10.254a.5.5,0,0,1-.5-.5V12.25A.25.25,0,0,0,9.5,12H5.715a.5.5,0,0,1-.354-.854L11.648,4.86a.5.5,0,0,1,.707,0l6.286,6.286A.5.5,0,0,1,18.287,12Z"]];
|
|
47
|
+
export const ArrowThickDotDown = ["arrow-thick-dot-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M10.000 22.000 A2.000 2.000 0 1 0 14.000 22.000 A2.000 2.000 0 1 0 10.000 22.000 Z","M15.000 18.000 A2.000 2.000 0 1 0 19.000 18.000 A2.000 2.000 0 1 0 15.000 18.000 Z","M19.000 14.000 A2.000 2.000 0 1 0 23.000 14.000 A2.000 2.000 0 1 0 19.000 14.000 Z","M5.000 18.000 A2.000 2.000 0 1 0 9.000 18.000 A2.000 2.000 0 1 0 5.000 18.000 Z","M1.000 14.000 A2.000 2.000 0 1 0 5.000 14.000 A2.000 2.000 0 1 0 1.000 14.000 Z","M10.000 2.000 A2.000 2.000 0 1 0 14.000 2.000 A2.000 2.000 0 1 0 10.000 2.000 Z","M10.000 7.000 A2.000 2.000 0 1 0 14.000 7.000 A2.000 2.000 0 1 0 10.000 7.000 Z","M10.000 12.000 A2.000 2.000 0 1 0 14.000 12.000 A2.000 2.000 0 1 0 10.000 12.000 Z","M10.000 17.000 A2.000 2.000 0 1 0 14.000 17.000 A2.000 2.000 0 1 0 10.000 17.000 Z"]];
|
|
48
|
+
export const ArrowThickCircleUp2 = ["arrow-thick-circle-up-2",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,0Zm6.563,12.705-.3.3a1.055,1.055,0,0,1-1.443.031L14.235,10.66c-.4-.372-.737-.226-.737.324l0,6.485a1,1,0,0,1-1,1h-1a1,1,0,0,1-1-1v-6.5c0-.55-.336-.7-.746-.334l-2.573,2.3A1.073,1.073,0,0,1,5.733,12.9l-.3-.3a.973.973,0,0,1,.019-1.4l5.822-5.515a1.06,1.06,0,0,1,1.446.006l5.825,5.61A.982.982,0,0,1,18.563,12.705Z"]];
|
|
49
|
+
export const ArrowThickDotCornerDownLeft = ["arrow-thick-dot-corner-down-left",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3.000 19.000 A2.000 2.000 0 1 0 7.000 19.000 A2.000 2.000 0 1 0 3.000 19.000 Z","M6.500 15.500 A2.000 2.000 0 1 0 10.500 15.500 A2.000 2.000 0 1 0 6.500 15.500 Z","M10.000 12.000 A2.000 2.000 0 1 0 14.000 12.000 A2.000 2.000 0 1 0 10.000 12.000 Z","M13.500 8.500 A2.000 2.000 0 1 0 17.500 8.500 A2.000 2.000 0 1 0 13.500 8.500 Z","M17.000 5.000 A2.000 2.000 0 1 0 21.000 5.000 A2.000 2.000 0 1 0 17.000 5.000 Z","M3.000 12.500 A2.000 2.000 0 1 0 7.000 12.500 A2.000 2.000 0 1 0 3.000 12.500 Z","M3.000 7.000 A2.000 2.000 0 1 0 7.000 7.000 A2.000 2.000 0 1 0 3.000 7.000 Z","M9.500 19.000 A2.000 2.000 0 1 0 13.500 19.000 A2.000 2.000 0 1 0 9.500 19.000 Z","M15.000 19.000 A2.000 2.000 0 1 0 19.000 19.000 A2.000 2.000 0 1 0 15.000 19.000 Z"]];
|
|
50
|
+
export const ArrowThickDotCornerDownRight = ["arrow-thick-dot-corner-down-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.000 19.000 A2.000 2.000 0 1 0 21.000 19.000 A2.000 2.000 0 1 0 17.000 19.000 Z","M13.500 15.500 A2.000 2.000 0 1 0 17.500 15.500 A2.000 2.000 0 1 0 13.500 15.500 Z","M10.000 12.000 A2.000 2.000 0 1 0 14.000 12.000 A2.000 2.000 0 1 0 10.000 12.000 Z","M6.500 8.500 A2.000 2.000 0 1 0 10.500 8.500 A2.000 2.000 0 1 0 6.500 8.500 Z","M3.000 5.000 A2.000 2.000 0 1 0 7.000 5.000 A2.000 2.000 0 1 0 3.000 5.000 Z","M17.000 12.500 A2.000 2.000 0 1 0 21.000 12.500 A2.000 2.000 0 1 0 17.000 12.500 Z","M17.000 7.000 A2.000 2.000 0 1 0 21.000 7.000 A2.000 2.000 0 1 0 17.000 7.000 Z","M10.500 19.000 A2.000 2.000 0 1 0 14.500 19.000 A2.000 2.000 0 1 0 10.500 19.000 Z","M5.000 19.000 A2.000 2.000 0 1 0 9.000 19.000 A2.000 2.000 0 1 0 5.000 19.000 Z"]];
|
|
51
|
+
export const ArrowThickDown4 = ["arrow-thick-down-4",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0ZM16.984,10.689a.5.5,0,0,1,.854.353v3.071a.5.5,0,0,1-.163.37l-5,4.545a.5.5,0,0,1-.672,0L7,14.483a.5.5,0,0,1-.163-.37V11.04a.5.5,0,0,1,.853-.353l2.724,2.721a.25.25,0,0,0,.426-.177v-7.9a.5.5,0,0,1,.5-.5h2a.5.5,0,0,1,.5.5v7.9a.25.25,0,0,0,.427.177Z"]];
|
|
52
|
+
export const ArrowThickRightBottomCorner4 = ["arrow-thick-right-bottom-corner-4",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0Zm-5,17a.5.5,0,0,1-.5.5H9.705a.5.5,0,0,1-.353-.146l-2-2A.5.5,0,0,1,7.7,14.5h3.909a.25.25,0,0,0,.177-.427L6.207,8.489a.5.5,0,0,1,0-.707l1.42-1.419a.5.5,0,0,1,.7-.006l5.746,5.564a.25.25,0,0,0,.424-.179V7.7a.5.5,0,0,1,.854-.353l2,2A.5.5,0,0,1,17.5,9.7Z"]];
|
|
53
|
+
export const ArrowRight2Alternate = ["arrow-right-2-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0,19.153V4.847A2.386,2.386,0,0,1,2.384,2.463H15.306a2.4,2.4,0,0,1,1.789.806l6.311,7.153a2.393,2.393,0,0,1,0,3.156l-6.314,7.156a2.391,2.391,0,0,1-1.786.8H2.384A2.386,2.386,0,0,1,0,19.153Zm20.836-6.988a.248.248,0,0,0,0-.33L15.167,5.408a.254.254,0,0,0-.188-.084H3.111a.25.25,0,0,0-.25.25V18.426a.25.25,0,0,0,.25.25H14.979a.254.254,0,0,0,.188-.084Z"]];
|
|
54
|
+
export const ArrowLeft2Alternate = ["arrow-left-2-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.616,21.537H8.694a2.391,2.391,0,0,1-1.786-.8L.594,13.578a2.393,2.393,0,0,1,0-3.156L6.905,3.269a2.4,2.4,0,0,1,1.789-.806H21.616A2.386,2.386,0,0,1,24,4.847V19.153A2.386,2.386,0,0,1,21.616,21.537ZM8.833,18.592a.254.254,0,0,0,.188.084H20.889a.25.25,0,0,0,.25-.25V5.574a.25.25,0,0,0-.25-.25H9.021a.254.254,0,0,0-.188.084L3.164,11.835a.248.248,0,0,0,0,.33Z"]];
|
|
55
|
+
export const ArrowButtonRight2Alternate = ["arrow-button-right-2-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M4.434,24a2.828,2.828,0,0,1-2.829-2.828V2.829A2.83,2.83,0,0,1,5.9.411l15.13,9.171a2.828,2.828,0,0,1,0,4.838L5.9,23.591A2.831,2.831,0,0,1,4.434,24ZM5.757,4.735a.249.249,0,0,0-.379.213V19.053a.25.25,0,0,0,.379.214l11.635-7.052a.251.251,0,0,0,0-.428Z"]];
|
|
56
|
+
export const ArrowButtonUP2Alternate = ["arrow-button-up-2-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.172,22.405H2.829a2.829,2.829,0,0,1-2.419-4.3L9.58,2.959A2.806,2.806,0,0,1,12,1.6h0a2.806,2.806,0,0,1,2.42,1.363l9.172,15.154a2.829,2.829,0,0,1-2.42,4.293ZM4.732,18.254a.25.25,0,0,0,.214.379H19.055a.25.25,0,0,0,.214-.379L12.214,6.6a.25.25,0,0,0-.428,0Z"]];
|
|
57
|
+
export const ArrowDown2Alternate = ["arrow-down-2-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.537,2.384V15.306a2.391,2.391,0,0,1-.8,1.786l-7.156,6.314a2.393,2.393,0,0,1-3.156,0L3.269,17.1a2.4,2.4,0,0,1-.806-1.789V2.384A2.386,2.386,0,0,1,4.847,0H19.153A2.386,2.386,0,0,1,21.537,2.384ZM18.592,15.167a.254.254,0,0,0,.084-.188V3.111a.25.25,0,0,0-.25-.25H5.574a.25.25,0,0,0-.25.25V14.979a.254.254,0,0,0,.084.188l6.427,5.669a.248.248,0,0,0,.33,0Z"]];
|
|
58
|
+
export const ArrowButtonDown2Alternate = ["arrow-button-down-2-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,22.405h0A2.8,2.8,0,0,1,9.58,21.041L.409,5.888A2.828,2.828,0,0,1,2.829,1.6H21.172a2.829,2.829,0,0,1,2.42,4.294L14.42,21.041A2.807,2.807,0,0,1,12,22.405ZM4.937,5.367a.244.244,0,0,0-.21.371L11.791,17.41a.245.245,0,0,0,.419,0L19.273,5.738a.244.244,0,0,0-.209-.371Z"]];
|
|
59
|
+
export const ArrowButtonLeft2Alternate = ["arrow-button-left-2-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.578,24a2.827,2.827,0,0,1-1.468-.41L2.959,14.42a2.829,2.829,0,0,1,0-4.84L18.113.408a2.829,2.829,0,0,1,4.293,2.42V21.171A2.828,2.828,0,0,1,19.578,24Zm.485-3.637h0ZM6.6,11.786a.251.251,0,0,0,0,.428l11.656,7.054a.25.25,0,0,0,.38-.214V4.945a.25.25,0,0,0-.38-.214Z"]];
|
|
60
|
+
export const ArrowDotDown = ["arrow-dot-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0Zm-3,12.5A1.5,1.5,0,1,1,18,11,1.5,1.5,0,0,1,19.5,12.5ZM10,7A1.5,1.5,0,1,1,8.5,8.5,1.5,1.5,0,0,1,10,7ZM8.5,4.5A1.5,1.5,0,1,1,10,6,1.5,1.5,0,0,1,8.5,4.5ZM10,11a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,10,11Zm0,4a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,10,15Zm2,4a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,12,19Zm.5-2.5A1.5,1.5,0,1,1,14,18,1.5,1.5,0,0,1,12.5,16.5ZM14,14a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,14,14Zm0-4a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,14,10Zm0-4a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,14,6ZM7.5,12.5A1.5,1.5,0,1,1,6,11,1.5,1.5,0,0,1,7.5,12.5Z"]];
|
|
61
|
+
export const ArrowDotDown1 = ["arrow-dot-down-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.500 2.250 A1.500 1.500 0 1 0 11.500 2.250 A1.500 1.500 0 1 0 8.500 2.250 Z","M8.500 6.250 A1.500 1.500 0 1 0 11.500 6.250 A1.500 1.500 0 1 0 8.500 6.250 Z","M10.500 21.750 A1.500 1.500 0 1 0 13.500 21.750 A1.500 1.500 0 1 0 10.500 21.750 Z","M12.500 2.250 A1.500 1.500 0 1 0 15.500 2.250 A1.500 1.500 0 1 0 12.500 2.250 Z","M12.500 6.250 A1.500 1.500 0 1 0 15.500 6.250 A1.500 1.500 0 1 0 12.500 6.250 Z","M12.500 10.250 A1.500 1.500 0 1 0 15.500 10.250 A1.500 1.500 0 1 0 12.500 10.250 Z","M8.500 10.250 A1.500 1.500 0 1 0 11.500 10.250 A1.500 1.500 0 1 0 8.500 10.250 Z","M4.500 10.250 A1.500 1.500 0 1 0 7.500 10.250 A1.500 1.500 0 1 0 4.500 10.250 Z","M0.500 10.250 A1.500 1.500 0 1 0 3.500 10.250 A1.500 1.500 0 1 0 0.500 10.250 Z","M12.500 14.250 A1.500 1.500 0 1 0 15.500 14.250 A1.500 1.500 0 1 0 12.500 14.250 Z","M8.500 14.250 A1.500 1.500 0 1 0 11.500 14.250 A1.500 1.500 0 1 0 8.500 14.250 Z","M4.500 14.250 A1.500 1.500 0 1 0 7.500 14.250 A1.500 1.500 0 1 0 4.500 14.250 Z","M8.500 18.250 A1.500 1.500 0 1 0 11.500 18.250 A1.500 1.500 0 1 0 8.500 18.250 Z","M20.500 10.250 A1.500 1.500 0 1 0 23.500 10.250 A1.500 1.500 0 1 0 20.500 10.250 Z","M16.500 10.250 A1.500 1.500 0 1 0 19.500 10.250 A1.500 1.500 0 1 0 16.500 10.250 Z","M16.500 14.250 A1.500 1.500 0 1 0 19.500 14.250 A1.500 1.500 0 1 0 16.500 14.250 Z","M12.500 18.250 A1.500 1.500 0 1 0 15.500 18.250 A1.500 1.500 0 1 0 12.500 18.250 Z"]];
|
|
62
|
+
export const ArrowDotCornerDownLeft = ["arrow-dot-corner-down-left",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0Zm-.248,7.248a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,22.252,7.248Zm-5.5,5.5a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16.752,12.748Zm1.5,6.5a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,18.252,19.248Zm-1.5-10.5a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16.752,8.748Zm0-4a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16.752,4.748Zm-4,12a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,12.752,16.748Zm1.5,2.5a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,14.252,19.248Zm-1.5-6.5a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,12.752,12.748Zm0-4a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,12.752,8.748Zm-4,8a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,8.752,16.748Zm1.5,2.5a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,10.252,19.248Zm-1.5-6.5a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,8.752,12.748Zm-4,4a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,4.752,16.748Zm1.5,2.5a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,6.252,19.248Zm-1.5-6.5a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,4.752,12.748Zm0-4a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,4.752,8.748Z"]];
|
|
63
|
+
export const ArrowDotCornerDownRight = ["arrow-dot-corner-down-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0ZM19.248,16.748a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,19.248,16.748Zm1.5,2.5a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,20.748,19.248Zm-1.5-6.5a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,19.248,12.748Zm0-4a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,19.248,8.748Zm-4,8a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,15.248,16.748Zm1.5,2.5a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,16.748,19.248Zm-1.5-6.5a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,15.248,12.748Zm-4,4a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,11.248,16.748Zm1.5,2.5a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,12.748,19.248Zm-1.5-6.5a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,11.248,12.748Zm0-4a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,11.248,8.748Zm-4,4a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,7.248,12.748Zm1.5,6.5a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,8.748,19.248Zm-1.5-10.5a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,7.248,8.748Zm0-4a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,7.248,4.748Zm-2.5,2.5a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,4.748,7.248Z"]];
|
|
64
|
+
export const ArrowDotCornerLeft1 = ["arrow-dot-corner-left-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.500 10.000 A1.500 1.500 0 1 0 19.500 10.000 A1.500 1.500 0 1 0 16.500 10.000 Z","M12.500 10.000 A1.500 1.500 0 1 0 15.500 10.000 A1.500 1.500 0 1 0 12.500 10.000 Z","M12.500 14.000 A1.500 1.500 0 1 0 15.500 14.000 A1.500 1.500 0 1 0 12.500 14.000 Z","M8.500 10.000 A1.500 1.500 0 1 0 11.500 10.000 A1.500 1.500 0 1 0 8.500 10.000 Z","M8.500 14.000 A1.500 1.500 0 1 0 11.500 14.000 A1.500 1.500 0 1 0 8.500 14.000 Z","M4.500 14.000 A1.500 1.500 0 1 0 7.500 14.000 A1.500 1.500 0 1 0 4.500 14.000 Z","M4.500 10.000 A1.500 1.500 0 1 0 7.500 10.000 A1.500 1.500 0 1 0 4.500 10.000 Z","M0.500 14.000 A1.500 1.500 0 1 0 3.500 14.000 A1.500 1.500 0 1 0 0.500 14.000 Z","M0.500 10.000 A1.500 1.500 0 1 0 3.500 10.000 A1.500 1.500 0 1 0 0.500 10.000 Z","M16.500 22.000 A1.500 1.500 0 1 0 19.500 22.000 A1.500 1.500 0 1 0 16.500 22.000 Z","M12.500 18.000 A1.500 1.500 0 1 0 15.500 18.000 A1.500 1.500 0 1 0 12.500 18.000 Z","M12.500 22.000 A1.500 1.500 0 1 0 15.500 22.000 A1.500 1.500 0 1 0 12.500 22.000 Z","M8.500 18.000 A1.500 1.500 0 1 0 11.500 18.000 A1.500 1.500 0 1 0 8.500 18.000 Z","M8.500 22.000 A1.500 1.500 0 1 0 11.500 22.000 A1.500 1.500 0 1 0 8.500 22.000 Z","M4.500 22.000 A1.500 1.500 0 1 0 7.500 22.000 A1.500 1.500 0 1 0 4.500 22.000 Z","M4.500 18.000 A1.500 1.500 0 1 0 7.500 18.000 A1.500 1.500 0 1 0 4.500 18.000 Z","M0.500 22.000 A1.500 1.500 0 1 0 3.500 22.000 A1.500 1.500 0 1 0 0.500 22.000 Z","M0.500 18.000 A1.500 1.500 0 1 0 3.500 18.000 A1.500 1.500 0 1 0 0.500 18.000 Z","M20.500 6.000 A1.500 1.500 0 1 0 23.500 6.000 A1.500 1.500 0 1 0 20.500 6.000 Z","M16.500 6.000 A1.500 1.500 0 1 0 19.500 6.000 A1.500 1.500 0 1 0 16.500 6.000 Z","M16.500 2.000 A1.500 1.500 0 1 0 19.500 2.000 A1.500 1.500 0 1 0 16.500 2.000 Z","M12.500 6.000 A1.500 1.500 0 1 0 15.500 6.000 A1.500 1.500 0 1 0 12.500 6.000 Z","M0.500 6.000 A1.500 1.500 0 1 0 3.500 6.000 A1.500 1.500 0 1 0 0.500 6.000 Z"]];
|
|
65
|
+
export const ArrowDotCornerRight1 = ["arrow-dot-corner-right-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.500 10.000 A1.500 1.500 0 1 0 7.500 10.000 A1.500 1.500 0 1 0 4.500 10.000 Z","M8.500 10.000 A1.500 1.500 0 1 0 11.500 10.000 A1.500 1.500 0 1 0 8.500 10.000 Z","M8.500 14.000 A1.500 1.500 0 1 0 11.500 14.000 A1.500 1.500 0 1 0 8.500 14.000 Z","M12.500 10.000 A1.500 1.500 0 1 0 15.500 10.000 A1.500 1.500 0 1 0 12.500 10.000 Z","M12.500 14.000 A1.500 1.500 0 1 0 15.500 14.000 A1.500 1.500 0 1 0 12.500 14.000 Z","M16.500 14.000 A1.500 1.500 0 1 0 19.500 14.000 A1.500 1.500 0 1 0 16.500 14.000 Z","M16.500 10.000 A1.500 1.500 0 1 0 19.500 10.000 A1.500 1.500 0 1 0 16.500 10.000 Z","M20.500 14.000 A1.500 1.500 0 1 0 23.500 14.000 A1.500 1.500 0 1 0 20.500 14.000 Z","M20.500 10.000 A1.500 1.500 0 1 0 23.500 10.000 A1.500 1.500 0 1 0 20.500 10.000 Z","M4.500 22.000 A1.500 1.500 0 1 0 7.500 22.000 A1.500 1.500 0 1 0 4.500 22.000 Z","M8.500 18.000 A1.500 1.500 0 1 0 11.500 18.000 A1.500 1.500 0 1 0 8.500 18.000 Z","M8.500 22.000 A1.500 1.500 0 1 0 11.500 22.000 A1.500 1.500 0 1 0 8.500 22.000 Z","M12.500 18.000 A1.500 1.500 0 1 0 15.500 18.000 A1.500 1.500 0 1 0 12.500 18.000 Z","M12.500 22.000 A1.500 1.500 0 1 0 15.500 22.000 A1.500 1.500 0 1 0 12.500 22.000 Z","M16.500 22.000 A1.500 1.500 0 1 0 19.500 22.000 A1.500 1.500 0 1 0 16.500 22.000 Z","M16.500 18.000 A1.500 1.500 0 1 0 19.500 18.000 A1.500 1.500 0 1 0 16.500 18.000 Z","M20.500 22.000 A1.500 1.500 0 1 0 23.500 22.000 A1.500 1.500 0 1 0 20.500 22.000 Z","M20.500 18.000 A1.500 1.500 0 1 0 23.500 18.000 A1.500 1.500 0 1 0 20.500 18.000 Z","M0.500 6.000 A1.500 1.500 0 1 0 3.500 6.000 A1.500 1.500 0 1 0 0.500 6.000 Z","M4.500 6.000 A1.500 1.500 0 1 0 7.500 6.000 A1.500 1.500 0 1 0 4.500 6.000 Z","M4.500 2.000 A1.500 1.500 0 1 0 7.500 2.000 A1.500 1.500 0 1 0 4.500 2.000 Z","M8.500 6.000 A1.500 1.500 0 1 0 11.500 6.000 A1.500 1.500 0 1 0 8.500 6.000 Z","M20.500 6.000 A1.500 1.500 0 1 0 23.500 6.000 A1.500 1.500 0 1 0 20.500 6.000 Z"]];
|
|
66
|
+
export const ArrowDotUp = ["arrow-dot-up",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0Zm-3,11.5A1.5,1.5,0,1,1,18,10,1.5,1.5,0,0,1,19.5,11.5ZM10,17a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,10,17Zm1.5,2.5A1.5,1.5,0,1,1,10,18,1.5,1.5,0,0,1,11.5,19.5ZM10,13a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,10,13Zm0-4a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,10,9Zm.5-5.5A1.5,1.5,0,1,1,12,5,1.5,1.5,0,0,1,10.5,3.5ZM14,17a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,14,17Zm1.5,2.5A1.5,1.5,0,1,1,14,18,1.5,1.5,0,0,1,15.5,19.5ZM14,13a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,14,13Zm0-4a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,14,9ZM7.5,11.5A1.5,1.5,0,1,1,6,10,1.5,1.5,0,0,1,7.5,11.5Z"]];
|
|
67
|
+
export const ArrowDoubleDown = ["arrow-double-down",24,24,[{"fill":"#000000","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.4,11.239a1,1,0,0,0-1.082.19l-5.162,4.856a.25.25,0,0,1-.343,0L6.687,11.436A1,1,0,0,0,5,12.163V16.92a1.006,1.006,0,0,0,.312.726l5.98,5.66a1,1,0,0,0,1.373,0l6.021-5.661A1,1,0,0,0,19,16.919V12.157A1,1,0,0,0,18.4,11.239Z","M18.4.506A.987.987,0,0,0,17.314.7L12.152,5.551a.25.25,0,0,1-.343,0L6.687.7A1,1,0,0,0,5,1.429V6.185a1.008,1.008,0,0,0,.312.727l5.98,5.661a1.005,1.005,0,0,0,1.373,0l6.021-5.662A1,1,0,0,0,19,6.184V1.423A.986.986,0,0,0,18.4.506Z"]];
|
|
68
|
+
export const ArrowDotRight = ["arrow-dot-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0ZM22,12a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,22,12Zm-5.5-.5A1.5,1.5,0,1,1,18,10,1.5,1.5,0,0,1,16.5,11.5ZM18,14a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,18,14Zm-5.5,1.5A1.5,1.5,0,1,1,14,14,1.5,1.5,0,0,1,12.5,15.5ZM14,18a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,14,18Zm-1.5-6.5A1.5,1.5,0,1,1,14,10,1.5,1.5,0,0,1,12.5,11.5Zm0-4A1.5,1.5,0,1,1,14,6,1.5,1.5,0,0,1,12.5,7.5Zm-4,4A1.5,1.5,0,1,1,10,10,1.5,1.5,0,0,1,8.5,11.5ZM10,14a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,10,14ZM4.5,11.5A1.5,1.5,0,1,1,6,10,1.5,1.5,0,0,1,4.5,11.5ZM6,14a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,6,14Z"]];
|
|
69
|
+
export const ArrowDotRight1 = ["arrow-dot-right-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.750 14.000 A1.500 1.500 0 1 0 3.750 14.000 A1.500 1.500 0 1 0 0.750 14.000 Z","M4.750 14.000 A1.500 1.500 0 1 0 7.750 14.000 A1.500 1.500 0 1 0 4.750 14.000 Z","M20.250 12.000 A1.500 1.500 0 1 0 23.250 12.000 A1.500 1.500 0 1 0 20.250 12.000 Z","M0.750 10.000 A1.500 1.500 0 1 0 3.750 10.000 A1.500 1.500 0 1 0 0.750 10.000 Z","M4.750 10.000 A1.500 1.500 0 1 0 7.750 10.000 A1.500 1.500 0 1 0 4.750 10.000 Z","M8.750 10.000 A1.500 1.500 0 1 0 11.750 10.000 A1.500 1.500 0 1 0 8.750 10.000 Z","M8.750 14.000 A1.500 1.500 0 1 0 11.750 14.000 A1.500 1.500 0 1 0 8.750 14.000 Z","M8.750 18.000 A1.500 1.500 0 1 0 11.750 18.000 A1.500 1.500 0 1 0 8.750 18.000 Z","M8.750 22.000 A1.500 1.500 0 1 0 11.750 22.000 A1.500 1.500 0 1 0 8.750 22.000 Z","M12.750 10.000 A1.500 1.500 0 1 0 15.750 10.000 A1.500 1.500 0 1 0 12.750 10.000 Z","M12.750 14.000 A1.500 1.500 0 1 0 15.750 14.000 A1.500 1.500 0 1 0 12.750 14.000 Z","M12.750 18.000 A1.500 1.500 0 1 0 15.750 18.000 A1.500 1.500 0 1 0 12.750 18.000 Z","M16.750 14.000 A1.500 1.500 0 1 0 19.750 14.000 A1.500 1.500 0 1 0 16.750 14.000 Z","M8.750 2.000 A1.500 1.500 0 1 0 11.750 2.000 A1.500 1.500 0 1 0 8.750 2.000 Z","M8.750 6.000 A1.500 1.500 0 1 0 11.750 6.000 A1.500 1.500 0 1 0 8.750 6.000 Z","M12.750 6.000 A1.500 1.500 0 1 0 15.750 6.000 A1.500 1.500 0 1 0 12.750 6.000 Z","M16.750 10.000 A1.500 1.500 0 1 0 19.750 10.000 A1.500 1.500 0 1 0 16.750 10.000 Z"]];
|
|
70
|
+
export const ArrowRectangleDown1 = ["arrow-rectangle-down-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0Zm-5,8.361V10.7a.5.5,0,0,1-.129.335l-5,5.547a.5.5,0,0,1-.742,0l-5-5.547A.5.5,0,0,1,6.5,10.7V8.361a.5.5,0,0,1,.882-.323l4.427,5.233a.25.25,0,0,0,.382,0l4.427-5.233A.5.5,0,0,1,17.5,8.361Z"]];
|
|
71
|
+
export const ArrowRectangleLeft = ["arrow-rectangle-left",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0ZM15.383,17.116a1.25,1.25,0,1,1-1.767,1.768L7.969,13.237a1.752,1.752,0,0,1,0-2.474l5.647-5.647a1.25,1.25,0,0,1,1.767,1.768l-4.939,4.939a.25.25,0,0,0,0,.354Z"]];
|
|
72
|
+
export const ArrowLeftX = ["arrow-left-x",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.333,3H8.283a1.506,1.506,0,0,0-1.125.508l-6.617,7.5a1.5,1.5,0,0,0,0,1.985l6.618,7.5A1.506,1.506,0,0,0,8.283,21h14.05a1.5,1.5,0,0,0,1.5-1.5V4.5A1.5,1.5,0,0,0,22.333,3ZM19.54,15.293a1,1,0,0,1-1.414,1.414l-3.117-3.116a.249.249,0,0,0-.353,0l-3.117,3.116a1,1,0,0,1-1.414-1.414l3.117-3.116a.251.251,0,0,0,0-.354L10.125,8.707a1,1,0,0,1,1.414-1.414l3.117,3.116a.249.249,0,0,0,.353,0l3.117-3.116A1,1,0,0,1,19.54,8.707l-3.116,3.116a.249.249,0,0,0,0,.354Z"]];
|
|
73
|
+
export const ArrowRectangleDown = ["arrow-rectangle-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0ZM18.884,10.385l-5.647,5.646a1.753,1.753,0,0,1-2.472,0L5.116,10.385A1.25,1.25,0,0,1,6.884,8.617l4.939,4.94a.252.252,0,0,0,.354,0l4.939-4.94a1.25,1.25,0,0,1,1.768,1.768Z"]];
|
|
74
|
+
export const ArrowRectangleLeft1 = ["arrow-rectangle-left-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0ZM10.729,12.191l5.232,4.427a.5.5,0,0,1-.323.882H13.3a.5.5,0,0,1-.335-.129l-5.547-5a.5.5,0,0,1,0-.742l5.547-5A.5.5,0,0,1,13.3,6.5h2.341a.5.5,0,0,1,.323.882l-5.232,4.427A.25.25,0,0,0,10.729,12.191Z"]];
|
|
75
|
+
export const ArrowRectangleUp = ["arrow-rectangle-up",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0ZM18.884,15.384a1.251,1.251,0,0,1-1.768,0l-4.939-4.94a.252.252,0,0,0-.354,0l-4.939,4.94a1.25,1.25,0,0,1-1.768-1.768L10.763,7.97a1.749,1.749,0,0,1,2.475,0l5.646,5.646A1.251,1.251,0,0,1,18.884,15.384Z"]];
|
|
76
|
+
export const ArrowRectangleUp1 = ["arrow-rectangle-up-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0Zm-5,13.3v2.341a.5.5,0,0,1-.882.323l-4.427-5.233a.25.25,0,0,0-.382,0L7.382,15.962a.5.5,0,0,1-.882-.323V13.3a.5.5,0,0,1,.129-.335l5-5.547a.5.5,0,0,1,.742,0l5,5.547A.5.5,0,0,1,17.5,13.3Z"]];
|
|
77
|
+
export const ArrowRectangleRight = ["arrow-rectangle-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0ZM8.617,6.884a1.25,1.25,0,0,1,1.767-1.768l5.647,5.647a1.752,1.752,0,0,1,0,2.474l-5.647,5.647a1.25,1.25,0,0,1-1.767-1.768l4.939-4.939a.25.25,0,0,0,0-.354Z"]];
|
|
78
|
+
export const ArrowRectangleRight1 = ["arrow-rectangle-right-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0ZM13.271,11.809,8.038,7.382A.5.5,0,0,1,8.361,6.5H10.7a.5.5,0,0,1,.335.129l5.547,5a.5.5,0,0,1,0,.742l-5.547,5a.5.5,0,0,1-.335.129H8.361a.5.5,0,0,1-.323-.882l5.233-4.427A.25.25,0,0,0,13.271,11.809Z"]];
|
|
79
|
+
export const ArrowThickCircleBottomLeftCorner = ["arrow-thick-circle-bottom-left-corner",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20.485,3.515a12,12,0,1,0,0,16.97A12.013,12.013,0,0,0,20.485,3.515Zm-2.3,5.477-4.419,4.419a.25.25,0,0,0,0,.354l2.679,2.679a.5.5,0,0,1-.353.854H7.2a.5.5,0,0,1-.5-.5V7.908a.5.5,0,0,1,.853-.354l2.678,2.678a.25.25,0,0,0,.354,0l4.422-4.417a.5.5,0,0,1,.707,0l2.469,2.47A.5.5,0,0,1,18.184,8.992Z"]];
|
|
80
|
+
export const ArrowThickCircleBottomLeftCorner1 = ["arrow-thick-circle-bottom-left-corner-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20.49,3.516a12,12,0,1,0,0,16.969A12.012,12.012,0,0,0,20.49,3.516ZM17.5,8.619l-5.228,5.228a.25.25,0,0,0,.177.427H17a.5.5,0,0,1,.5.5V16.6a.5.5,0,0,1-.5.5H7.408a.5.5,0,0,1-.5-.5V7.01a.5.5,0,0,1,.5-.5H9.231a.5.5,0,0,1,.5.5v4.543a.249.249,0,0,0,.426.176L15.385,6.5a.5.5,0,0,1,.707,0l1.41,1.41A.5.5,0,0,1,17.5,8.619Z"]];
|
|
81
|
+
export const ArrowRight = ["arrow-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.987,12a2.411,2.411,0,0,0-.814-1.8L11.994.361a1.44,1.44,0,0,0-1.9,2.162l8.637,7.6a.25.25,0,0,1-.165.437H1.452a1.44,1.44,0,0,0,0,2.88H18.563a.251.251,0,0,1,.165.438l-8.637,7.6a1.44,1.44,0,1,0,1.9,2.161L23.172,13.8A2.409,2.409,0,0,0,23.987,12Z"]];
|
|
82
|
+
export const ArrowRight1 = ["arrow-right-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.5,12a2.3,2.3,0,0,1-.78,1.729L7.568,23.54a1.847,1.847,0,0,1-2.439-2.773l9.752-8.579a.25.25,0,0,0,0-.376L5.129,3.233A1.847,1.847,0,0,1,7.568.46l11.148,9.808A2.31,2.31,0,0,1,19.5,12Z"]];
|
|
83
|
+
export const ArrowRightX = ["arrow-right-x",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.459,11.008l-6.618-7.5A1.5,1.5,0,0,0,15.716,3H1.668a1.5,1.5,0,0,0-1.5,1.5v15a1.5,1.5,0,0,0,1.5,1.5H15.716a1.5,1.5,0,0,0,1.125-.507l6.619-7.5A1.505,1.505,0,0,0,23.459,11.008Zm-9.584,4.285a1,1,0,0,1-1.414,1.414L9.344,13.591a.249.249,0,0,0-.353,0L5.875,16.707a1,1,0,0,1-1.414-1.414l3.116-3.116a.252.252,0,0,0,0-.354L4.461,8.707A1,1,0,1,1,5.875,7.293l3.116,3.116a.249.249,0,0,0,.353,0l3.117-3.116a1,1,0,0,1,1.414,1.414l-3.116,3.116a.25.25,0,0,0,0,.354Z"]];
|
|
84
|
+
export const ArrowThickDotUp = ["arrow-thick-dot-up",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M10.000 2.000 A2.000 2.000 0 1 0 14.000 2.000 A2.000 2.000 0 1 0 10.000 2.000 Z","M5.000 6.000 A2.000 2.000 0 1 0 9.000 6.000 A2.000 2.000 0 1 0 5.000 6.000 Z","M1.000 10.000 A2.000 2.000 0 1 0 5.000 10.000 A2.000 2.000 0 1 0 1.000 10.000 Z","M15.000 6.000 A2.000 2.000 0 1 0 19.000 6.000 A2.000 2.000 0 1 0 15.000 6.000 Z","M19.000 10.000 A2.000 2.000 0 1 0 23.000 10.000 A2.000 2.000 0 1 0 19.000 10.000 Z","M10.000 22.000 A2.000 2.000 0 1 0 14.000 22.000 A2.000 2.000 0 1 0 10.000 22.000 Z","M10.000 17.000 A2.000 2.000 0 1 0 14.000 17.000 A2.000 2.000 0 1 0 10.000 17.000 Z","M10.000 12.000 A2.000 2.000 0 1 0 14.000 12.000 A2.000 2.000 0 1 0 10.000 12.000 Z","M10.000 7.000 A2.000 2.000 0 1 0 14.000 7.000 A2.000 2.000 0 1 0 10.000 7.000 Z"]];
|
|
85
|
+
export const ArrowThickDown1 = ["arrow-thick-down-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.925,11.975,20.168,9.217a1,1,0,0,0-1.385-.029l-3.363,3.1A.25.25,0,0,1,15,12.1V1.1a1,1,0,0,0-1-1H10a1,1,0,0,0-1,1V12.116a.251.251,0,0,1-.42.184L5.22,9.191a1,1,0,0,0-1.387.026L1.075,11.975a1,1,0,0,0,0,1.414L11.294,23.606a1,1,0,0,0,1.414,0L22.925,13.389A1,1,0,0,0,22.925,11.975Z"]];
|
|
86
|
+
export const ArrowThickDown2 = ["arrow-thick-down-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.334,10.127a2.6,2.6,0,0,0-3.689-.066l-3.716,3.872a.25.25,0,0,1-.43-.173V2.139A2.277,2.277,0,0,0,12,.1c-.817,0-2.516.449-2.5,2V13.781a.251.251,0,0,1-.427.177l-3.741-3.73a2.616,2.616,0,0,0-3.659.1,2.6,2.6,0,0,0-.1,3.659l9.717,9.623a.988.988,0,0,0,.7.289H12a.993.993,0,0,0,.705-.3l9.7-9.791A2.61,2.61,0,0,0,22.334,10.127Z"]];
|
|
87
|
+
export const ArrowThickLeft3 = ["arrow-thick-left-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.915,9H11.545a.251.251,0,0,1-.19-.413L15.588,3.65A1,1,0,0,0,14.828,2H9.138a1,1,0,0,0-.746.334l-8.053,9a1,1,0,0,0,0,1.332l8.053,9A1,1,0,0,0,9.138,22h5.69a1,1,0,0,0,.76-1.65l-4.233-4.937a.251.251,0,0,1,.19-.413h11.37a1,1,0,0,0,1-1V10A1,1,0,0,0,22.915,9Z"]];
|
|
88
|
+
export const ArrowThickLeftBottomCorner = ["arrow-thick-left-bottom-corner",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.6,5.09,18.911.4A1,1,0,0,0,17.5.4L6.9,11a.251.251,0,0,1-.354,0L1.811,6.264A1,1,0,0,0,.1,6.971V22.9a1,1,0,0,0,1,1H17.029a1,1,0,0,0,.707-1.707L13,17.457a.255.255,0,0,1-.073-.177A.251.251,0,0,1,13,17.1L23.6,6.5A1,1,0,0,0,23.6,5.09Z"]];
|
|
89
|
+
export const ArrowThickLeft1 = ["arrow-thick-left-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.9,9.015H11.648a.25.25,0,0,1-.178-.426l3.337-3.37a1,1,0,0,0-.023-1.39L12.028,1.075a1,1,0,0,0-1.414,0L.4,11.292a1,1,0,0,0,0,1.414L10.614,22.925a1,1,0,0,0,1.414,0l2.757-2.757a1,1,0,0,0,.016-1.4l-3.293-3.347A.25.25,0,0,1,11.686,15H22.9a1,1,0,0,0,1-1V10.015A1,1,0,0,0,22.9,9.015Z"]];
|
|
90
|
+
export const ArrowThickLeft2 = ["arrow-thick-left-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.864,9.5H10.257a.25.25,0,0,1-.174-.43l3.864-3.721a2.609,2.609,0,0,0-.075-3.682,2.612,2.612,0,0,0-3.68-.077L.4,11.289A1,1,0,0,0,.392,12.7l9.625,9.724a2.66,2.66,0,0,0,3.755-3.757l-3.729-3.733a.25.25,0,0,1,.177-.427H21.893c1.556,0,2-1.675,2-2.51A2.28,2.28,0,0,0,21.864,9.5Z"]];
|
|
91
|
+
export const ArrowThickLeftBottomCorner2 = ["arrow-thick-left-bottom-corner-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.908,2.131C20.6.822,19.279,1.21,18.72,1.77L6.663,13.635a.251.251,0,0,1-.426-.178l0-5.348A2.427,2.427,0,0,0,3.771,5.591,2.475,2.475,0,0,0,1.238,8.108V21.75a1,1,0,0,0,1,1H16.076a2.5,2.5,0,1,0,0-5H10.537a.25.25,0,0,1-.177-.426L22.241,5.334A2.293,2.293,0,0,0,21.908,2.131Z"]];
|
|
92
|
+
export const ArrowThickLeftBottomCorner3 = ["arrow-thick-left-bottom-corner-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.294,5.523,18.466,2.7a1,1,0,0,0-1.416,0L8.834,10.956a.25.25,0,0,1-.427-.176v-6.6a1,1,0,0,0-1.71-.7L2.7,7.507a1,1,0,0,0-.29.7V20.6a1,1,0,0,0,1,1H15.79a1.006,1.006,0,0,0,.711-.3l3.959-4a1,1,0,0,0-.711-1.7H13.216a.25.25,0,0,1-.177-.427l8.254-8.233A1,1,0,0,0,21.294,5.523Z"]];
|
|
93
|
+
export const ArrowThickRight2 = ["arrow-thick-right-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.6,11.289l-9.793-9.7a2.607,2.607,0,0,0-3.679.075,2.638,2.638,0,0,0-.068,3.689l3.871,3.714a.25.25,0,0,1-.173.43H2.135A2.28,2.28,0,0,0,.1,12c0,.815.448,2.51,2,2.51H13.779a.25.25,0,0,1,.177.427l-3.731,3.733a2.66,2.66,0,0,0,3.758,3.754l9.625-9.72A1,1,0,0,0,23.6,11.289Z"]];
|
|
94
|
+
export const ArrowThickRight1 = ["arrow-thick-right-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.606,11.292,13.388,1.076a.994.994,0,0,0-.706-.294h0a.991.991,0,0,0-.707.293L9.219,3.83a1,1,0,0,0-.025,1.389l3.141,3.373a.25.25,0,0,1-.183.421L1.1,9a1,1,0,0,0-1,1V14a1,1,0,0,0,1,1l11.015,0a.25.25,0,0,1,.229.149.253.253,0,0,1-.046.27L9.191,18.782a1,1,0,0,0,.026,1.386l2.756,2.757a1,1,0,0,0,1.415,0L23.606,12.706A1,1,0,0,0,23.606,11.292Z"]];
|
|
95
|
+
export const ArrowThickRight4 = ["arrow-thick-right-4",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0ZM5.676,13.5a.5.5,0,0,1-.5-.5V11a.5.5,0,0,1,.5-.5h7.9a.25.25,0,0,0,.177-.427L11.029,7.349a.5.5,0,0,1,.353-.853h3.073a.5.5,0,0,1,.37.164l4.545,5a.5.5,0,0,1,0,.672l-4.545,5a.5.5,0,0,1-.37.163H11.384a.5.5,0,0,1-.353-.854l2.718-2.715a.25.25,0,0,0-.176-.427Z"]];
|
|
96
|
+
export const ArrowThickRightBottomCorner = ["arrow-thick-right-bottom-corner",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.278,6.047a1,1,0,0,0-1.089.217L17.457,11a.251.251,0,0,1-.354,0L6.5.4A1,1,0,0,0,5.089.4L.4,5.089A1,1,0,0,0,.4,6.5L11,17.1a.251.251,0,0,1,0,.354L6.263,22.189A1,1,0,0,0,6.97,23.9H22.9a1,1,0,0,0,1-1V6.971A1,1,0,0,0,23.278,6.047Z"]];
|
|
97
|
+
export const ArrowUp2 = ["arrow-up-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3,22.333V8.284a1.5,1.5,0,0,1,.508-1.125l7.5-6.617a1.5,1.5,0,0,1,1.985,0l7.5,6.618A1.5,1.5,0,0,1,21,8.284V22.333a1.5,1.5,0,0,1-1.5,1.5H4.5A1.5,1.5,0,0,1,3,22.333Z"]];
|
|
98
|
+
export const ArrowThickUp1 = ["arrow-thick-up-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.925,10.613,12.708.4A.986.986,0,0,0,12,.1h0A1,1,0,0,0,11.293.4L1.076,10.613a1,1,0,0,0,0,1.414L3.828,14.78a.994.994,0,0,0,1.393.02l3.241-3.055a.247.247,0,0,1,.27-.048.25.25,0,0,1,.151.23V22.9a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V11.857a.25.25,0,0,1,.418-.185l3.492,3.151a1,1,0,0,0,1.376-.036l2.762-2.761A1,1,0,0,0,22.925,10.613Z"]];
|
|
99
|
+
export const ArrowUp1 = ["arrow-up-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,4.5a2.3,2.3,0,0,1,1.729.78l9.811,11.15a1.847,1.847,0,1,1-2.773,2.439L12.188,9.119a.25.25,0,0,0-.376,0L3.233,18.871A1.847,1.847,0,1,1,.46,16.432L10.268,5.284A2.31,2.31,0,0,1,12,4.5Z"]];
|
|
100
|
+
export const ArrowThickUp2 = ["arrow-thick-up-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.41,10.2,12.706.4A.99.99,0,0,0,12,.1H12a.992.992,0,0,0-.7.289L1.573,10.02a2.6,2.6,0,0,0,.1,3.657,2.59,2.59,0,0,0,3.657.1l3.743-3.732a.25.25,0,0,1,.426.178V21.889C9.483,23.448,11.164,23.9,12,23.9a2.276,2.276,0,0,0,2.5-2.034V10.241a.25.25,0,0,1,.431-.173l3.722,3.881A2.658,2.658,0,0,0,22.41,10.2Z"]];
|
|
101
|
+
export const ArrowThickUp3 = ["arrow-thick-up-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.666,8.393,12.655.339a1,1,0,0,0-1.333,0L2.33,8.4A1.006,1.006,0,0,0,2,9.139v5.684a1,1,0,0,0,1.65.76l4.926-4.226a.25.25,0,0,1,.413.19V22.915a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V11.544a.251.251,0,0,1,.413-.19l4.948,4.235a1,1,0,0,0,1.65-.76V9.139A1,1,0,0,0,21.666,8.393Z"]];
|
|
102
|
+
export const ArrowThickUp4 = ["arrow-thick-up-4",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0ZM17.838,12.952a.5.5,0,0,1-.853.354l-2.724-2.721a.25.25,0,0,0-.427.176v7.9a.5.5,0,0,1-.5.5h-2a.5.5,0,0,1-.5-.5v-7.9a.25.25,0,0,0-.426-.177L7.692,13.3a.5.5,0,0,1-.854-.354V9.879A.5.5,0,0,1,7,9.509l5-4.545a.5.5,0,0,1,.673,0l5,4.545a.5.5,0,0,1,.164.37Z"]];
|
|
103
|
+
export const ArrowDotUp1 = ["arrow-dot-up-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.500 21.750 A1.500 1.500 0 1 0 15.500 21.750 A1.500 1.500 0 1 0 12.500 21.750 Z","M12.500 17.750 A1.500 1.500 0 1 0 15.500 17.750 A1.500 1.500 0 1 0 12.500 17.750 Z","M10.500 2.250 A1.500 1.500 0 1 0 13.500 2.250 A1.500 1.500 0 1 0 10.500 2.250 Z","M8.500 21.750 A1.500 1.500 0 1 0 11.500 21.750 A1.500 1.500 0 1 0 8.500 21.750 Z","M8.500 17.750 A1.500 1.500 0 1 0 11.500 17.750 A1.500 1.500 0 1 0 8.500 17.750 Z","M8.500 13.750 A1.500 1.500 0 1 0 11.500 13.750 A1.500 1.500 0 1 0 8.500 13.750 Z","M12.500 13.750 A1.500 1.500 0 1 0 15.500 13.750 A1.500 1.500 0 1 0 12.500 13.750 Z","M16.500 13.750 A1.500 1.500 0 1 0 19.500 13.750 A1.500 1.500 0 1 0 16.500 13.750 Z","M20.500 13.750 A1.500 1.500 0 1 0 23.500 13.750 A1.500 1.500 0 1 0 20.500 13.750 Z","M8.500 9.750 A1.500 1.500 0 1 0 11.500 9.750 A1.500 1.500 0 1 0 8.500 9.750 Z","M12.500 9.750 A1.500 1.500 0 1 0 15.500 9.750 A1.500 1.500 0 1 0 12.500 9.750 Z","M16.500 9.750 A1.500 1.500 0 1 0 19.500 9.750 A1.500 1.500 0 1 0 16.500 9.750 Z","M12.500 5.750 A1.500 1.500 0 1 0 15.500 5.750 A1.500 1.500 0 1 0 12.500 5.750 Z","M0.500 13.750 A1.500 1.500 0 1 0 3.500 13.750 A1.500 1.500 0 1 0 0.500 13.750 Z","M4.500 13.750 A1.500 1.500 0 1 0 7.500 13.750 A1.500 1.500 0 1 0 4.500 13.750 Z","M4.500 9.750 A1.500 1.500 0 1 0 7.500 9.750 A1.500 1.500 0 1 0 4.500 9.750 Z","M8.500 5.750 A1.500 1.500 0 1 0 11.500 5.750 A1.500 1.500 0 1 0 8.500 5.750 Z"]];
|
|
104
|
+
export const ArrowDoubleUp1 = ["arrow-double-up-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}],["M17.7,5.305l-5-4.92a1,1,0,0,0-1.4,0l-5,4.921a.993.993,0,0,0-.3.712v4.009a1,1,0,0,0,.614.922A1.009,1.009,0,0,0,7,11.027a1,1,0,0,0,.7-.287l4.124-4.056a.249.249,0,0,1,.35,0L16.3,10.74a1,1,0,0,0,1.7-.713V6.018A.994.994,0,0,0,17.7,5.305Z","M12.7,9.856a1,1,0,0,0-1.4,0l-5,4.921a.991.991,0,0,0-.3.712v1.526a1,1,0,0,0,1.7.713l4.124-4.058a.249.249,0,0,1,.35,0L16.3,17.728a1,1,0,0,0,1.7-.713V15.489a.992.992,0,0,0-.3-.713Z","M13.05,17.615a1.509,1.509,0,0,0-2.1,0L6.3,22.184A1,1,0,0,0,7.7,23.61l4.123-4.052a.251.251,0,0,1,.35,0L16.3,23.61a1,1,0,1,0,1.4-1.426Z"]];
|
|
105
|
+
export const ArrowThickDotRight = ["arrow-thick-dot-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20.000 12.000 A2.000 2.000 0 1 0 24.000 12.000 A2.000 2.000 0 1 0 20.000 12.000 Z","M16.000 17.000 A2.000 2.000 0 1 0 20.000 17.000 A2.000 2.000 0 1 0 16.000 17.000 Z","M12.000 21.000 A2.000 2.000 0 1 0 16.000 21.000 A2.000 2.000 0 1 0 12.000 21.000 Z","M16.000 7.000 A2.000 2.000 0 1 0 20.000 7.000 A2.000 2.000 0 1 0 16.000 7.000 Z","M12.000 3.000 A2.000 2.000 0 1 0 16.000 3.000 A2.000 2.000 0 1 0 12.000 3.000 Z","M0.000 12.000 A2.000 2.000 0 1 0 4.000 12.000 A2.000 2.000 0 1 0 0.000 12.000 Z","M5.000 12.000 A2.000 2.000 0 1 0 9.000 12.000 A2.000 2.000 0 1 0 5.000 12.000 Z","M10.000 12.000 A2.000 2.000 0 1 0 14.000 12.000 A2.000 2.000 0 1 0 10.000 12.000 Z","M15.000 12.000 A2.000 2.000 0 1 0 19.000 12.000 A2.000 2.000 0 1 0 15.000 12.000 Z"]];
|
|
106
|
+
export const ArrowThickCircleRight2 = ["arrow-thick-circle-right-2",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,0Zm6.312,12.722L12.8,18.544a.972.972,0,0,1-1.4.019l-.295-.3a1.072,1.072,0,0,1-.042-1.452l2.3-2.573c.366-.41.216-.746-.334-.746h-6.5a1,1,0,0,1-1-1v-1a1,1,0,0,1,1-1l6.485,0c.55,0,.7-.332.324-.737L10.967,7.177A1.055,1.055,0,0,1,11,5.734l.3-.3a.982.982,0,0,1,1.4.014l5.61,5.825A1.06,1.06,0,0,1,18.312,12.722Z"]];
|
|
107
|
+
export const ArrowUp = ["arrow-up",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.421,11.765,13.768.8A2.641,2.641,0,0,0,12,0a2.645,2.645,0,0,0-1.768.8L.579,11.765A1.413,1.413,0,1,0,2.7,13.632l7.45-8.466a.25.25,0,0,1,.437.166V22.587a1.413,1.413,0,1,0,2.826,0V5.332a.25.25,0,0,1,.438-.165L21.3,13.632a1.413,1.413,0,1,0,2.121-1.867Z"]];
|
|
108
|
+
export const ArrowButtonCircleLeft1 = ["arrow-button-circle-left-1",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,0Zm3.223,8.255a.5.5,0,0,1-.193.395L10.977,11.8a.249.249,0,0,0,0,.394L15.03,15.35a.5.5,0,0,1,.193.395v2.687a.5.5,0,0,1-.82.385L6.684,12.384a.5.5,0,0,1,0-.768L14.4,5.183a.5.5,0,0,1,.82.385Z"]];
|
|
109
|
+
export const ArrowCircleLeft = ["arrow-circle-left",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,0Zm3.906,17.008a1.25,1.25,0,1,1-1.521,1.984L7.039,13.358a1.711,1.711,0,0,1,0-2.716l7.346-5.634a1.25,1.25,0,1,1,1.521,1.984L9.635,11.8a.249.249,0,0,0,0,.4Z"]];
|
|
110
|
+
export const ArrowButtonRight3 = ["arrow-button-right-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.723,11.28,10.857.3a1.006,1.006,0,0,0-.711-.3H2.989a1,1,0,0,0-.707,1.707l10.08,10.1a.25.25,0,0,1,0,.353L2.285,22.294A1,1,0,0,0,2.994,24h7.16a1,1,0,0,0,.712-.3L21.724,12.686A1,1,0,0,0,21.723,11.28Z"]];
|
|
111
|
+
export const ArrowThickCircleBottomRightCorner2 = ["arrow-thick-circle-bottom-right-corner-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20.489,3.511a12.006,12.006,0,1,0,0,16.979A12.017,12.017,0,0,0,20.489,3.511ZM6.858,16.144v-.419a1.058,1.058,0,0,1,1-1.044l3.51-.151c.549-.024.681-.362.292-.751L7.07,9.193a1,1,0,0,1,0-1.415l.705-.7a1,1,0,0,1,1.415,0l4.6,4.6c.389.389.733.258.763-.292l.194-3.448a1.072,1.072,0,0,1,1.056-1h.418a.972.972,0,0,1,.974,1l-.217,8.02a1.06,1.06,0,0,1-1.027,1.019l-8.09.152A.983.983,0,0,1,6.858,16.144Z"]];
|
|
112
|
+
export const ArrowThickCircleDown1 = ["arrow-thick-circle-down-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A12,12,0,1,0,24,12,12.014,12.014,0,0,0,12,0Zm7.133,12.075-6.779,6.778a.5.5,0,0,1-.707,0l-6.78-6.778a.5.5,0,0,1,0-.707l1.29-1.29a.5.5,0,0,1,.707,0l3.212,3.211a.249.249,0,0,0,.426-.176V5.721a.5.5,0,0,1,.5-.5H13a.5.5,0,0,1,.5.5v7.393a.25.25,0,0,0,.426.177l3.214-3.213a.5.5,0,0,1,.707,0l1.289,1.29A.5.5,0,0,1,19.133,12.075Z"]];
|
|
113
|
+
export const ArrowThickCircleLeft2 = ["arrow-thick-circle-left-2",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,0Zm6.469,12.5a1,1,0,0,1-1,1h-6.5c-.55,0-.7.336-.334.746l2.3,2.573a1.072,1.072,0,0,1-.042,1.452l-.295.3a.972.972,0,0,1-1.4-.019L5.688,12.722a1.06,1.06,0,0,1,.006-1.446L11.3,5.451a.982.982,0,0,1,1.4-.014l.3.3a1.055,1.055,0,0,1,.031,1.443L10.66,9.765c-.372.4-.226.737.324.737l6.485,0a1,1,0,0,1,1,1Z"]];
|
|
114
|
+
export const ArrowThickCircleUp1 = ["arrow-thick-circle-up-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A12,12,0,1,0,24,12,12.014,12.014,0,0,0,12,0Zm7.133,12.631L17.844,13.92a.5.5,0,0,1-.707,0l-3.214-3.213a.25.25,0,0,0-.426.177v7.393a.5.5,0,0,1-.5.5H11a.5.5,0,0,1-.5-.5V10.885a.249.249,0,0,0-.426-.176L6.864,13.92a.5.5,0,0,1-.707,0l-1.29-1.29a.5.5,0,0,1,0-.707l6.78-6.778a.5.5,0,0,1,.707,0l6.779,6.778A.5.5,0,0,1,19.133,12.631Z"]];
|
|
115
|
+
export const ArrowThickDown3 = ["arrow-thick-down-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.418,8.263a.987.987,0,0,0-1.068.149L15.4,12.646a.25.25,0,0,1-.413-.19V1.085a1,1,0,0,0-1-1h-4a1,1,0,0,0-1,1V12.452a.25.25,0,0,1-.413.19L3.651,8.412A1,1,0,0,0,2,9.17v5.692a1,1,0,0,0,.332.745l8.99,8.052a1,1,0,0,0,1.334,0l9.009-8.053A1,1,0,0,0,22,14.862V9.171A.99.99,0,0,0,21.418,8.263Z"]];
|
|
116
|
+
export const ArrowThickLeftBottomCorner4 = ["arrow-thick-left-bottom-corner-4",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0ZM17.793,8.489l-5.582,5.58a.25.25,0,0,0,.177.427H16.3a.5.5,0,0,1,.353.854l-2,2a.5.5,0,0,1-.353.146H7a.5.5,0,0,1-.5-.5V9.7a.5.5,0,0,1,.146-.353l2-2A.5.5,0,0,1,9.5,7.7v4.039a.25.25,0,0,0,.424.179l5.746-5.564a.5.5,0,0,1,.7.006l1.42,1.419A.5.5,0,0,1,17.793,8.489Z"]];
|
|
117
|
+
export const ArrowThickRightBottomCorner2 = ["arrow-thick-right-bottom-corner-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.762,8.107a2.475,2.475,0,0,0-2.533-2.516,2.428,2.428,0,0,0-2.464,2.517l0,5.349a.251.251,0,0,1-.426.178L5.284,1.773c-.56-.56-1.882-.955-3.192.358a2.293,2.293,0,0,0-.333,3.2L13.64,17.321a.25.25,0,0,1-.177.426H7.924a2.5,2.5,0,1,0,0,5H21.762a1,1,0,0,0,1-1Z"]];
|
|
118
|
+
export const ArrowThickRightBottomCorner3 = ["arrow-thick-right-bottom-corner-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.3,7.506l-4-4.03a1,1,0,0,0-1.709.705v6.6a.25.25,0,0,1-.428.176L6.944,2.7a1,1,0,0,0-1.416,0L2.7,5.523a1,1,0,0,0,0,1.414h0l8.253,8.232a.25.25,0,0,1-.176.427H4.245a1,1,0,0,0-.711,1.7l3.961,4a1,1,0,0,0,.709.3H20.593a1,1,0,0,0,1-1V8.211A1,1,0,0,0,21.3,7.506Z"]];
|
|
119
|
+
export const ArrowCornerRight = ["arrow-corner-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.5,4a1.5,1.5,0,0,0-3,0V15.76a.25.25,0,0,1-.427.176L5.06,2.937A1.5,1.5,0,0,0,2.94,5.06L15.969,18.075a.25.25,0,0,1-.177.427H4a1.5,1.5,0,0,0,0,3H19A2.5,2.5,0,0,0,21.5,19Z"]];
|
|
120
|
+
export const ArrowRectangleDown2 = ["arrow-rectangle-down-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0Zm-4,7.642v3.151a.5.5,0,0,1-.146.353l-6,6a.5.5,0,0,1-.706,0l-6-5.955a.5.5,0,0,1-.148-.355v-3.2a.5.5,0,0,1,.839-.368l5.5,5.07a.25.25,0,0,0,.339,0l5.488-5.068A.5.5,0,0,1,18.5,7.642Z"]];
|
|
121
|
+
export const ArrowRectangleLeft2 = ["arrow-rectangle-left-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0ZM11.656,12.17l5.069,5.487a.5.5,0,0,1-.367.839H13.207a.5.5,0,0,1-.353-.146l-6-6a.5.5,0,0,1,0-.706l5.955-6a.5.5,0,0,1,.355-.148h3.2a.5.5,0,0,1,.368.839l-5.07,5.5A.252.252,0,0,0,11.656,12.17Z"]];
|
|
122
|
+
export const ArrowRectangleRight2 = ["arrow-rectangle-right-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0ZM12.344,11.831,7.275,6.343A.5.5,0,0,1,7.642,5.5h3.151a.5.5,0,0,1,.353.146l6,6a.5.5,0,0,1,0,.706l-5.955,6a.5.5,0,0,1-.355.148h-3.2a.5.5,0,0,1-.368-.839l5.07-5.495A.251.251,0,0,0,12.344,11.831Z"]];
|
|
123
|
+
export const ArrowDotLeft1 = ["arrow-dot-left-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.250 14.000 A1.500 1.500 0 1 0 23.250 14.000 A1.500 1.500 0 1 0 20.250 14.000 Z","M16.250 14.000 A1.500 1.500 0 1 0 19.250 14.000 A1.500 1.500 0 1 0 16.250 14.000 Z","M0.750 12.000 A1.500 1.500 0 1 0 3.750 12.000 A1.500 1.500 0 1 0 0.750 12.000 Z","M20.250 10.000 A1.500 1.500 0 1 0 23.250 10.000 A1.500 1.500 0 1 0 20.250 10.000 Z","M16.250 10.000 A1.500 1.500 0 1 0 19.250 10.000 A1.500 1.500 0 1 0 16.250 10.000 Z","M12.250 10.000 A1.500 1.500 0 1 0 15.250 10.000 A1.500 1.500 0 1 0 12.250 10.000 Z","M12.250 14.000 A1.500 1.500 0 1 0 15.250 14.000 A1.500 1.500 0 1 0 12.250 14.000 Z","M12.250 18.000 A1.500 1.500 0 1 0 15.250 18.000 A1.500 1.500 0 1 0 12.250 18.000 Z","M12.250 22.000 A1.500 1.500 0 1 0 15.250 22.000 A1.500 1.500 0 1 0 12.250 22.000 Z","M8.250 10.000 A1.500 1.500 0 1 0 11.250 10.000 A1.500 1.500 0 1 0 8.250 10.000 Z","M8.250 14.000 A1.500 1.500 0 1 0 11.250 14.000 A1.500 1.500 0 1 0 8.250 14.000 Z","M8.250 18.000 A1.500 1.500 0 1 0 11.250 18.000 A1.500 1.500 0 1 0 8.250 18.000 Z","M4.250 14.000 A1.500 1.500 0 1 0 7.250 14.000 A1.500 1.500 0 1 0 4.250 14.000 Z","M12.250 2.000 A1.500 1.500 0 1 0 15.250 2.000 A1.500 1.500 0 1 0 12.250 2.000 Z","M12.250 6.000 A1.500 1.500 0 1 0 15.250 6.000 A1.500 1.500 0 1 0 12.250 6.000 Z","M8.250 6.000 A1.500 1.500 0 1 0 11.250 6.000 A1.500 1.500 0 1 0 8.250 6.000 Z","M4.250 10.000 A1.500 1.500 0 1 0 7.250 10.000 A1.500 1.500 0 1 0 4.250 10.000 Z"]];
|
|
124
|
+
export const ArrowLeft2 = ["arrow-left-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.833,4.5a1.5,1.5,0,0,0-1.5-1.5H8.284a1.5,1.5,0,0,0-1.125.508l-6.617,7.5a1.5,1.5,0,0,0,0,1.985l6.618,7.5A1.5,1.5,0,0,0,8.284,21H22.333a1.5,1.5,0,0,0,1.5-1.5Z"]];
|
|
125
|
+
export const ArrowRight2 = ["arrow-right-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M1.667,3H15.716a1.5,1.5,0,0,1,1.125.508l6.617,7.5a1.5,1.5,0,0,1,0,1.985l-6.618,7.5A1.5,1.5,0,0,1,15.716,21H1.667a1.5,1.5,0,0,1-1.5-1.5V4.5A1.5,1.5,0,0,1,1.667,3Z"]];
|
|
126
|
+
export const ArrowThickDotLeft = ["arrow-thick-dot-left",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 12.000 A2.000 2.000 0 1 0 4.000 12.000 A2.000 2.000 0 1 0 0.000 12.000 Z","M4.000 17.000 A2.000 2.000 0 1 0 8.000 17.000 A2.000 2.000 0 1 0 4.000 17.000 Z","M8.000 21.000 A2.000 2.000 0 1 0 12.000 21.000 A2.000 2.000 0 1 0 8.000 21.000 Z","M4.000 7.000 A2.000 2.000 0 1 0 8.000 7.000 A2.000 2.000 0 1 0 4.000 7.000 Z","M8.000 3.000 A2.000 2.000 0 1 0 12.000 3.000 A2.000 2.000 0 1 0 8.000 3.000 Z","M20.000 12.000 A2.000 2.000 0 1 0 24.000 12.000 A2.000 2.000 0 1 0 20.000 12.000 Z","M15.000 12.000 A2.000 2.000 0 1 0 19.000 12.000 A2.000 2.000 0 1 0 15.000 12.000 Z","M10.000 12.000 A2.000 2.000 0 1 0 14.000 12.000 A2.000 2.000 0 1 0 10.000 12.000 Z","M5.000 12.000 A2.000 2.000 0 1 0 9.000 12.000 A2.000 2.000 0 1 0 5.000 12.000 Z"]];
|
|
127
|
+
export const ArrowThickDown = ["arrow-thick-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.718,13.716a1,1,0,0,0-.924-.616H15.75a.25.25,0,0,1-.25-.25V1.1a1,1,0,0,0-1-1h-5a1,1,0,0,0-1,1V12.85a.25.25,0,0,1-.25.25H3.206A1,1,0,0,0,2.5,14.807l8.794,8.8a1,1,0,0,0,1.415,0l8.793-8.8A1,1,0,0,0,21.718,13.716Z"]];
|
|
128
|
+
export const ArrowThickRight3 = ["arrow-thick-right-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.661,11.334l-8.053-9A1,1,0,0,0,14.862,2H9.172a1,1,0,0,0-.76,1.65l4.233,4.937a.251.251,0,0,1-.19.413H1.085a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1h11.37a.251.251,0,0,1,.19.413L8.412,20.35A1,1,0,0,0,9.172,22h5.69a1,1,0,0,0,.746-.334l8.053-9A1,1,0,0,0,23.661,11.334ZM1.085,9.5Z"]];
|
|
129
|
+
export const ArrowThickLeft4 = ["arrow-thick-left-4",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0ZM13.645,16.642a.5.5,0,0,1-.353.854H10.221a.5.5,0,0,1-.37-.163l-4.545-5a.5.5,0,0,1,0-.672l4.545-5a.5.5,0,0,1,.37-.164h3.073a.5.5,0,0,1,.353.853l-2.721,2.724a.25.25,0,0,0,.177.427H19a.5.5,0,0,1,.5.5v2a.5.5,0,0,1-.5.5H11.1a.25.25,0,0,0-.177.427Z"]];
|
|
130
|
+
export const ArrowThickRight = ["arrow-thick-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.606,11.278l-8.8-8.771a1,1,0,0,0-1.706.708V8.24a.25.25,0,0,1-.25.25H1.1a1,1,0,0,0-1,1v5a1,1,0,0,0,1,1H12.85a.25.25,0,0,1,.25.25v5.043a1,1,0,0,0,1.707.707l8.8-8.8a1,1,0,0,0,0-1.416Z"]];
|
|
131
|
+
export const ArrowThickUp = ["arrow-thick-up",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.5,9.186,12.708.39a1.027,1.027,0,0,0-1.416,0L2.5,9.186a1,1,0,0,0,.707,1.707H8.25a.249.249,0,0,1,.25.25v11.75a1,1,0,0,0,1,1h5a1,1,0,0,0,1-1V11.143a.25.25,0,0,1,.25-.25h5.043A1,1,0,0,0,21.5,9.186Z"]];
|
|
132
|
+
export const ArrowButtonCircleUp1 = ["arrow-button-circle-up-1",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,0Zm6.817,14.4a.5.5,0,0,1-.385.82H15.745a.5.5,0,0,1-.395-.193L12.2,10.977a.249.249,0,0,0-.394,0L8.65,15.03a.5.5,0,0,1-.395.193H5.568a.5.5,0,0,1-.385-.82l6.433-7.719a.5.5,0,0,1,.768,0Z"]];
|
|
133
|
+
export const ArrowButtonUp3 = ["arrow-button-up-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.7,13.178,12.7,2.239a1,1,0,0,0-1.409,0L.3,13.186A1.01,1.01,0,0,0,0,13.9V21.05a1,1,0,0,0,1.708.706L11.822,11.627a.249.249,0,0,1,.354,0L22.291,21.75A1,1,0,0,0,24,21.042V13.887A1.012,1.012,0,0,0,23.7,13.178Z"]];
|
|
134
|
+
export const ArrowCornerLeft = ["arrow-corner-left",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20,18.5H8.207a.25.25,0,0,1-.177-.427L21.06,5.06a1.5,1.5,0,0,0-2.12-2.123l-13.013,13a.25.25,0,0,1-.427-.177V4a1.5,1.5,0,0,0-3,0V19A2.5,2.5,0,0,0,5,21.5H20a1.5,1.5,0,0,0,0-3Z"]];
|
|
135
|
+
export const ArrowDotLeft = ["arrow-dot-left",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0Zm-3,11.5A1.5,1.5,0,1,1,21,10,1.5,1.5,0,0,1,19.5,11.5ZM21,14a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,21,14Zm-5.5-2.5A1.5,1.5,0,1,1,17,10,1.5,1.5,0,0,1,15.5,11.5ZM17,14a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,17,14Zm-5.5,1.5A1.5,1.5,0,1,1,13,14,1.5,1.5,0,0,1,11.5,15.5ZM13,18a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,13,18Zm-1.5-6.5A1.5,1.5,0,1,1,13,10,1.5,1.5,0,0,1,11.5,11.5Zm0-4A1.5,1.5,0,1,1,13,6,1.5,1.5,0,0,1,11.5,7.5Zm-4,4A1.5,1.5,0,1,1,9,10,1.5,1.5,0,0,1,7.5,11.5ZM9,14a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,9,14ZM5,12a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,5,12Z"]];
|
|
136
|
+
export const ArrowRectangleUp2 = ["arrow-rectangle-up-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,0H1.5A1.5,1.5,0,0,0,0,1.5v21A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V1.5A1.5,1.5,0,0,0,22.5,0Zm-4,13.161v3.2a.5.5,0,0,1-.839.368l-5.495-5.07a.251.251,0,0,0-.339,0L6.343,16.725a.5.5,0,0,1-.839-.367V13.207a.5.5,0,0,1,.146-.353l6-6a.5.5,0,0,1,.706,0l6,5.955A.5.5,0,0,1,18.5,13.161Z"]];
|
|
137
|
+
export const ArrowThickLeft = ["arrow-thick-left",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.9,8.49H11.151a.25.25,0,0,1-.25-.25V3.215A1,1,0,0,0,9.2,2.507l-8.8,8.771a1,1,0,0,0,0,1.415l8.8,8.8a1,1,0,0,0,1.707-.707V15.74a.25.25,0,0,1,.25-.25H22.9a1,1,0,0,0,1-1v-5A1,1,0,0,0,22.9,8.49Z"]];
|
|
138
|
+
export const ArrowButtonLeft1 = ["arrow-button-left-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.416,12a2.643,2.643,0,0,1,.775-1.875L20.732.584a1.768,1.768,0,0,1,2.5,2.5l-8.739,8.739a.25.25,0,0,0,0,.354l8.739,8.739a1.768,1.768,0,0,1-2.5,2.5l-9.541-9.541A2.643,2.643,0,0,1,10.416,12Z","M.25,12a2.643,2.643,0,0,1,.775-1.875L10.566.584a1.768,1.768,0,0,1,2.5,2.5L4.327,11.823a.25.25,0,0,0,0,.354l8.739,8.739a1.768,1.768,0,0,1-2.5,2.5L1.025,13.875A2.643,2.643,0,0,1,.25,12Z"]];
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
export const DiagramDashWaveDown = ["diagram-dash-wave-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.216,15.242A1.438,1.438,0,0,0,7.654,13.8V11.886a1.439,1.439,0,1,0-2.877,0V13.8A1.438,1.438,0,0,0,6.216,15.242Z","M3.465.526,1.48.523a1.439,1.439,0,1,0,0,2.877H3.331l.068,0A1.438,1.438,0,0,0,3.465.526Z","M6.216,3.734A1.438,1.438,0,0,0,4.777,5.172V7.09a1.439,1.439,0,1,0,2.877,0V5.172A1.438,1.438,0,0,0,6.216,3.734Z","M7.654,19.225V18.6a1.439,1.439,0,0,0-2.877,0v.626A4.329,4.329,0,0,0,5.206,21.1,1.439,1.439,0,1,0,7.8,19.846,1.416,1.416,0,0,1,7.654,19.225Z","M19.643,6.748a1.439,1.439,0,0,0,1.438-1.439V4.838a4.315,4.315,0,0,0-.535-2.081,1.439,1.439,0,1,0-2.519,1.39,1.419,1.419,0,0,1,.177.692v.47A1.439,1.439,0,0,0,19.643,6.748Z","M16.441,1.685A1.439,1.439,0,0,0,14.677.672a4.339,4.339,0,0,0-2.333,1.589,1.439,1.439,0,1,0,2.307,1.72,1.444,1.444,0,0,1,.777-.531A1.439,1.439,0,0,0,16.441,1.685Z","M11.491,7.794V9.712a1.439,1.439,0,1,0,2.877,0V7.794a1.439,1.439,0,1,0-2.877,0Z","M10.356,20.631a1.439,1.439,0,0,0,.3,2.846,1.407,1.407,0,0,0,.3-.032,4.332,4.332,0,0,0,2.416-1.46,1.438,1.438,0,1,0-2.21-1.841A1.445,1.445,0,0,1,10.356,20.631Z","M11.491,16.425a1.439,1.439,0,1,0,2.877,0V14.507a1.439,1.439,0,0,0-2.877,0Z","M23.849,11.961a1.438,1.438,0,0,0-1.329-.888H21.331a.25.25,0,0,1-.25-.25V10.1a1.439,1.439,0,0,0-2.877,0v.719a.25.25,0,0,1-.25.25H16.766a1.439,1.439,0,0,0-1.018,2.456l2.878,2.877a1.439,1.439,0,0,0,2.034,0l2.877-2.877A1.438,1.438,0,0,0,23.849,11.961Z"]];
|
|
2
|
+
export const DiagramArrowDashCornerPointLeft = ["diagram-arrow-dash-corner-point-left",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M.469,8.572,7.1,14.732A1,1,0,0,0,7.78,15a1.017,1.017,0,0,0,.4-.083A1,1,0,0,0,8.78,14V10.75a.25.25,0,0,1,.25-.25h8.72a.25.25,0,0,1,.25.25V14a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V6.5a2,2,0,0,0-2-2H9.03a.25.25,0,0,1-.25-.25V1A1,1,0,0,0,7.1.267L.461,6.434A1.461,1.461,0,0,0,.469,8.572Z","M18.000 16.500 L24.000 16.500 L24.000 19.500 L18.000 19.500 Z","M18.000 21.000 L24.000 21.000 L24.000 24.000 L18.000 24.000 Z"]];
|
|
3
|
+
export const DiagramArrowCornerPointLeft = ["diagram-arrow-corner-point-left",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0,8.18A1.6,1.6,0,0,0,.512,9.352h0L7.75,16.072a1.09,1.09,0,0,0,1.833-.8V11.727a.272.272,0,0,1,.273-.272h7.871a.272.272,0,0,1,.273.272V22.364A1.638,1.638,0,0,0,19.636,24h2.728A1.638,1.638,0,0,0,24,22.364V6.546a1.638,1.638,0,0,0-1.636-1.637H9.856a.272.272,0,0,1-.273-.272V1.091A1.09,1.09,0,0,0,7.75.292L.514,7.011A1.608,1.608,0,0,0,0,8.18Z"]];
|
|
4
|
+
export const DiagramArrowDashCornerLeftUp = ["diagram-arrow-dash-corner-left-up",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.83,13.4a1.076,1.076,0,0,0,1.523,0L13.4,10.355a1.077,1.077,0,0,0,0-1.524L9.628,5.059a.269.269,0,0,1,0-.381L12.1,2.2A1.077,1.077,0,0,0,11.382.365L1.636,0A1.51,1.51,0,0,0,.46.464,1.585,1.585,0,0,0,0,1.639l.361,9.744a1.078,1.078,0,0,0,1.839.722L4.677,9.63a.27.27,0,0,1,.381,0Z","M16.066,11.5a1.077,1.077,0,0,0-1.524,0L11.5,14.544a1.076,1.076,0,0,0,0,1.523l.761.762a1.079,1.079,0,0,0,1.524,0l3.047-3.047a1.078,1.078,0,0,0,0-1.523Z","M20.255,15.686l-.761-.762a1.112,1.112,0,0,0-1.524,0l-3.046,3.048a1.076,1.076,0,0,0,0,1.523l.761.762a1.077,1.077,0,0,0,1.524,0l3.046-3.048A1.076,1.076,0,0,0,20.255,15.686Z","M24,19.876a1.076,1.076,0,0,0-.316-.761l-.761-.762a1.077,1.077,0,0,0-1.524,0L18.351,21.4a1.079,1.079,0,0,0,0,1.524l.762.761a1.076,1.076,0,0,0,1.523,0l3.047-3.046A1.078,1.078,0,0,0,24,19.876Z"]];
|
|
5
|
+
export const DiagramDown = ["diagram-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.023,20.834a.249.249,0,0,1,.213.247v1.445a1.441,1.441,0,0,0,2.46,1.019l2.882-2.882a1.441,1.441,0,0,0,0-2.038L20.7,15.744a1.441,1.441,0,0,0-2.46,1.018v.9a.249.249,0,0,1-.293.246A18.3,18.3,0,0,1,2.878,1.365,1.441,1.441,0,0,0,0,1.582,21.2,21.2,0,0,0,18.023,20.834Z"]];
|
|
6
|
+
export const DiagramArrowDashDown = ["diagram-arrow-dash-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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,5a1,1,0,0,0,1-1V1a1,1,0,0,0-1-1H5A1,1,0,0,0,4,1V4A1,1,0,0,0,5,5H8.75A.25.25,0,0,1,9,5.25v9.715a.25.25,0,0,1-.25.25H5.5A1,1,0,0,0,4.767,16.9l6.159,6.631a1.457,1.457,0,0,0,2.147,0l6.16-6.633a1,1,0,0,0-.733-1.681H15.25a.25.25,0,0,1-.25-.25V5.25A.25.25,0,0,1,15.25,5Z","M0.000 0.000 L2.500 0.000 L2.500 5.000 L-0.000 5.000 Z","M21.500 0.000 L24.000 0.000 L24.000 5.000 L21.500 5.000 Z"]];
|
|
7
|
+
export const DiagramArrowDashLeft = ["diagram-arrow-dash-left",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M.478,13.072l6.633,6.161A1,1,0,0,0,8.792,18.5V15.25a.25.25,0,0,1,.25-.25h4.951a1,1,0,0,0,1-1V10a1,1,0,0,0-1-1H9.042a.25.25,0,0,1-.25-.25V5.5a1,1,0,0,0-1.681-.732L.479,10.926a1.457,1.457,0,0,0,0,2.146Z","M16.493 9.000 L19.493 9.000 L19.493 15.000 L16.493 15.000 Z","M20.993 9.000 L23.993 9.000 L23.993 15.000 L20.993 15.000 Z"]];
|
|
8
|
+
export const DiagramArrowDashUp = ["diagram-arrow-dash-up",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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,19a1,1,0,0,0-1,1v3a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V20a1,1,0,0,0-1-1H15.25a.25.25,0,0,1-.25-.25V9.035a.25.25,0,0,1,.25-.25H18.5A1,1,0,0,0,19.233,7.1L13.074.473a1.457,1.457,0,0,0-2.147,0L4.767,7.1A1,1,0,0,0,5.5,8.785H8.75a.25.25,0,0,1,.25.25V18.75a.25.25,0,0,1-.25.25Z","M21.500 19.000 L24.000 19.000 L24.000 24.000 L21.500 24.000 Z","M0.000 19.000 L2.500 19.000 L2.500 24.000 L-0.000 24.000 Z"]];
|
|
9
|
+
export const DiagramArrowUpAndRight = ["diagram-arrow-up-and-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M17.01,8.811a1,1,0,0,0-1.725.689v2.25a.25.25,0,0,1-.25.25H11.25a.25.25,0,0,1-.25-.25V7.465a.25.25,0,0,1,.25-.25H13.5a1,1,0,0,0,.688-1.726L8.688.274a1,1,0,0,0-1.376,0l-5.5,5.215A1,1,0,0,0,2.5,7.215H4.75a.25.25,0,0,1,.25.25V23a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V18.25a.25.25,0,0,1,.25-.25h3.785a.25.25,0,0,1,.25.25V20.5a1,1,0,0,0,1.725.688l5.216-5.5a1,1,0,0,0,0-1.377Z"]];
|
|
10
|
+
export const DiagramCurveDown = ["diagram-curve-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0,6.72A5.286,5.286,0,0,0,5.28,12H15.84a2.4,2.4,0,0,1,2.4,2.4v3.59a.25.25,0,0,1-.25.25H16.8A1.44,1.44,0,0,0,15.782,20.7l2.878,2.878A1.448,1.448,0,0,0,19.68,24a1.47,1.47,0,0,0,1.02-.424L23.578,20.7A1.44,1.44,0,0,0,22.56,18.24H21.37a.25.25,0,0,1-.25-.25V14.4a5.286,5.286,0,0,0-5.28-5.28H5.28a2.4,2.4,0,0,1-2.4-2.4V1.44A1.44,1.44,0,0,0,0,1.44Z"]];
|
|
11
|
+
export const DiagramArrowUpLeftCorner = ["diagram-arrow-up-left-corner",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.544,21.344a1.558,1.558,0,0,0,0-2.2L9.273,4.87a.259.259,0,0,1,0-.366l2.385-2.385a1.037,1.037,0,0,0-.7-1.77L1.578,0A1.514,1.514,0,0,0,0,1.575l.348,9.387a1.037,1.037,0,0,0,1.77.7L4.5,9.272a.26.26,0,0,1,.367,0L19.143,23.544a1.558,1.558,0,0,0,2.2,0Z"]];
|
|
12
|
+
export const DiagramSplitHorizontal = ["diagram-split-horizontal",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.24,6.06a4.506,4.506,0,0,1-4.5,4.5H1.44a1.44,1.44,0,0,0,0,2.88h12.3a4.506,4.506,0,0,1,4.5,4.5v.05a.25.25,0,0,1-.25.25H16.8A1.44,1.44,0,0,0,15.782,20.7l2.878,2.878a1.439,1.439,0,0,0,2.04,0L23.578,20.7A1.44,1.44,0,0,0,22.56,18.24H21.37a.25.25,0,0,1-.25-.25v-.05A7.359,7.359,0,0,0,18.354,12.2a.251.251,0,0,1,0-.39A7.359,7.359,0,0,0,21.12,6.06V6.01a.25.25,0,0,1,.25-.25h1.19A1.44,1.44,0,0,0,23.578,3.3L20.7.424a1.439,1.439,0,0,0-2.04,0L15.782,3.3A1.44,1.44,0,0,0,16.8,5.76h1.19a.25.25,0,0,1,.25.25Z"]];
|
|
13
|
+
export const DiagramSnakeArrow = ["diagram-snake-arrow",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.205,10.547a2.426,2.426,0,0,0,2.423-2.423V4.733A2.426,2.426,0,0,0,21.205,2.31H12.25A.25.25,0,0,1,12,2.06V1.584a1.454,1.454,0,1,0-2.907,0V2.8a2.425,2.425,0,0,0,2.423,2.422h8.955a.25.25,0,0,1,.25.25V7.39a.25.25,0,0,1-.25.25H2.8A2.425,2.425,0,0,0,.372,10.062v3.391A2.425,2.425,0,0,0,2.8,15.876h8.236v1.93a.25.25,0,0,1-.25.25h-1.2A1.453,1.453,0,0,0,8.55,20.537l2.906,2.906a1.452,1.452,0,0,0,2.057,0l2.906-2.906a1.453,1.453,0,0,0-1.028-2.481h-1.2a.25.25,0,0,1-.25-.25V15.391a2.425,2.425,0,0,0-2.422-2.422H3.529a.25.25,0,0,1-.25-.25V10.8a.249.249,0,0,1,.25-.25Z"]];
|
|
14
|
+
export const DiagramSteadyDown = ["diagram-steady-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M16.8,0A7.208,7.208,0,0,0,9.6,7.2v4.07a.25.25,0,0,1-.25.25H1.44a1.44,1.44,0,0,0,0,2.88H9.35a.25.25,0,0,1,.25.25v3.34a.25.25,0,0,1-.25.25H8.16A1.44,1.44,0,0,0,7.142,20.7l2.879,2.879a1.439,1.439,0,0,0,2.038,0L14.938,20.7A1.44,1.44,0,0,0,13.92,18.24H12.73a.25.25,0,0,1-.25-.25V14.65a.25.25,0,0,1,.25-.25H16.8A7.2,7.2,0,0,0,16.8,0Zm0,11.52H12.73a.25.25,0,0,1-.25-.25V7.2a4.32,4.32,0,1,1,4.32,4.32Z"]];
|
|
15
|
+
export const DiagramSteadyRise = ["diagram-steady-rise",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.577,9.659a1.439,1.439,0,0,0,0-2.038L20.7,4.742A1.44,1.44,0,0,0,18.24,5.76V6.95a.25.25,0,0,1-.25.25H12.96a4.325,4.325,0,0,0-4.32,4.32v3.84A1.442,1.442,0,0,1,7.2,16.8H1.44a1.44,1.44,0,0,0,0,2.88H7.2a4.325,4.325,0,0,0,4.32-4.32V11.52a1.442,1.442,0,0,1,1.44-1.44h5.03a.25.25,0,0,1,.25.25v1.19A1.44,1.44,0,0,0,20.7,12.538Z"]];
|
|
16
|
+
export const DiagramSteadyAndFall = ["diagram-steady-and-fall",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0,9.5A5.506,5.506,0,0,0,5.5,15H7.75a.25.25,0,0,1,.25.25v2.5a.25.25,0,0,1-.25.25H6.5a1.5,1.5,0,0,0-1.061,2.561l3,3a1.515,1.515,0,0,0,.492.326.209.209,0,0,0,.023.008,1.464,1.464,0,0,0,1.094,0,.209.209,0,0,0,.023-.008,1.515,1.515,0,0,0,.492-.326l3-3A1.5,1.5,0,0,0,12.5,18H11.25a.25.25,0,0,1-.25-.25v-2.5a.25.25,0,0,1,.25-.25h6.5a.25.25,0,0,1,.25.25V16.5a1.5,1.5,0,0,0,2.561,1.061l3-3a1.515,1.515,0,0,0,.326-.492l.007-.023a1.452,1.452,0,0,0,0-1.094l-.007-.023a1.515,1.515,0,0,0-.326-.492l-3-3A1.5,1.5,0,0,0,18,10.5v1.25a.25.25,0,0,1-.25.25H5.5A2.5,2.5,0,0,1,3,9.5v-8a1.5,1.5,0,0,0-3,0Z"]];
|
|
17
|
+
export const DiagramUpThenDown = ["diagram-up-then-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M2.905,10.626A6.356,6.356,0,0,1,9.253,4.278H22.531a1.436,1.436,0,1,0,0-2.872H9.253a9.22,9.22,0,1,0,0,18.44H18.1a.25.25,0,0,1,.25.25v1.062A1.435,1.435,0,0,0,20.8,22.173l2.746-2.745a1.439,1.439,0,0,0,.314-.472l.007-.022a1.4,1.4,0,0,0,0-1.048l-.007-.021a1.439,1.439,0,0,0-.314-.472L20.8,14.648a1.435,1.435,0,0,0-2.451,1.015v1.061a.25.25,0,0,1-.25.25H9.253A6.356,6.356,0,0,1,2.905,10.626Z"]];
|
|
18
|
+
export const DiagramWaveDown = ["diagram-wave-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.577,13.5a1.443,1.443,0,0,0-1.021-2.464H21.363a.25.25,0,0,1-.25-.25V4.782A4.336,4.336,0,0,0,16.782.451H15.82a4.336,4.336,0,0,0-4.331,4.331V19.218a1.445,1.445,0,0,1-1.444,1.443H9.083a1.445,1.445,0,0,1-1.444-1.443V4.782A4.335,4.335,0,0,0,3.309.451H1.444a1.444,1.444,0,0,0,0,2.888H3.309A1.444,1.444,0,0,1,4.752,4.782V19.218a4.336,4.336,0,0,0,4.331,4.331h.962a4.336,4.336,0,0,0,4.331-4.331V4.782A1.445,1.445,0,0,1,15.82,3.339h.962a1.445,1.445,0,0,1,1.444,1.443v6.006a.25.25,0,0,1-.25.25H16.782A1.443,1.443,0,0,0,15.761,13.5l2.887,2.886a1.442,1.442,0,0,0,2.043,0Z"]];
|
|
19
|
+
export const DiagramZigZagFall = ["diagram-zig-zag-fall",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M17.86,8.729A1.5,1.5,0,0,0,17,6H13.25A.25.25,0,0,1,13,5.75V1.5a1.5,1.5,0,0,0-3,0v6A1.5,1.5,0,0,0,11.5,9h.424a.1.1,0,0,1,.057.182L6.14,13.271A1.5,1.5,0,0,0,7,16H9.75a.25.25,0,0,1,.25.25v1.5a.25.25,0,0,1-.25.25H8.5a1.5,1.5,0,0,0-1.061,2.561l3,3a1.5,1.5,0,0,0,2.124,0l3-3A1.5,1.5,0,0,0,14.5,18H13.25a.25.25,0,0,1-.25-.25V14.5a1.5,1.5,0,0,0-.827-1.341.25.25,0,0,1-.031-.428Z"]];
|
|
20
|
+
export const DiagramUp = ["diagram-up",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M1.473,24l.11,0A21.2,21.2,0,0,0,20.834,5.977a.249.249,0,0,1,.247-.213h1.445A1.441,1.441,0,0,0,23.544,3.3L20.663.423a1.441,1.441,0,0,0-2.038,0L15.744,3.3a1.441,1.441,0,0,0,1.018,2.46h.9a.25.25,0,0,1,.246.293A18.3,18.3,0,0,1,1.365,21.122,1.441,1.441,0,0,0,1.473,24Z"]];
|
|
21
|
+
export const DiagramUpDouble = ["diagram-up-double",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M.422,3.177A1.44,1.44,0,0,0,1.44,5.635H2.505a.25.25,0,0,1,.25.25v8.87a9.245,9.245,0,0,0,18.49,0V5.885a.25.25,0,0,1,.25-.25H22.56a1.44,1.44,0,0,0,1.018-2.458L20.825.424a1.439,1.439,0,0,0-2.04,0L16.032,3.177A1.44,1.44,0,0,0,17.05,5.635h1.065a.25.25,0,0,1,.25.25v8.87a6.365,6.365,0,0,1-12.73,0V5.885a.25.25,0,0,1,.25-.25H6.95A1.44,1.44,0,0,0,7.968,3.177L5.215.424a1.439,1.439,0,0,0-2.04,0Z"]];
|
|
22
|
+
export const DiagramAllDirectionExpand = ["diagram-all-direction-expand",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.56,13.062a1.5,1.5,0,0,0,0-2.124l-3-3A1.5,1.5,0,0,0,18,9v1.25a.25.25,0,0,1-.25.25h-4a.25.25,0,0,1-.25-.25v-4A.25.25,0,0,1,13.75,6H15a1.5,1.5,0,0,0,1.061-2.561l-3-3a1.5,1.5,0,0,0-2.124,0l-3,3A1.5,1.5,0,0,0,9,6h1.25a.25.25,0,0,1,.25.25v4a.25.25,0,0,1-.25.25h-4A.25.25,0,0,1,6,10.25V9A1.5,1.5,0,0,0,3.439,7.939l-3,3a1.5,1.5,0,0,0,0,2.124l3,3A1.5,1.5,0,0,0,6,15V13.75a.25.25,0,0,1,.25-.25h4a.25.25,0,0,1,.25.25v4a.25.25,0,0,1-.25.25H9a1.5,1.5,0,0,0-1.061,2.561l3,3a1.5,1.5,0,0,0,2.124,0l3-3A1.5,1.5,0,0,0,15,18H13.75a.25.25,0,0,1-.25-.25v-4a.25.25,0,0,1,.25-.25h4a.25.25,0,0,1,.25.25V15a1.5,1.5,0,0,0,2.561,1.061Z"]];
|
|
23
|
+
export const DiagramArrowBendDown = ["diagram-arrow-bend-down",24,24,[{"fill":"#000000","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,4A1,1,0,0,0,1,6H11.75A.25.25,0,0,0,12,5.75V4.25A.25.25,0,0,0,11.75,4Z","M13.5,14.97a.25.25,0,0,1-.25.25H10a1,1,0,0,0-.732,1.68l6.167,6.638a1.458,1.458,0,0,0,2.137-.008l6.16-6.63A1,1,0,0,0,23,15.22H19.75a.25.25,0,0,1-.25-.25V4a4.075,4.075,0,0,0-.668-2.215A4,4,0,0,0,15.5,0H1A1,1,0,0,0,1,2H11.5a1.993,1.993,0,0,1,1.343.523A1.957,1.957,0,0,1,13.5,4Z"]];
|
|
24
|
+
export const DiagramArrowDiagonal1 = ["diagram-arrow-diagonal-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.459,0,13.282.342A1.014,1.014,0,0,0,12.6,2.073L14.934,4.4a.251.251,0,0,1,0,.358L4.762,14.934a.251.251,0,0,1-.358,0L2.072,12.6a1.015,1.015,0,0,0-1.731.68L0,22.46A1.479,1.479,0,0,0,1.487,24h.054l9.177-.34a1.014,1.014,0,0,0,.679-1.73L9.066,19.6a.254.254,0,0,1,0-.359L19.238,9.066a.253.253,0,0,1,.358,0L21.928,11.4a1.014,1.014,0,0,0,1.731-.68L24,1.541A1.479,1.479,0,0,0,22.459,0Z"]];
|
|
25
|
+
export const DiagramArrowDown = ["diagram-arrow-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M5.5,15.215A1,1,0,0,0,4.767,16.9l6.16,6.633a1.458,1.458,0,0,0,2.146,0l6.16-6.633a1,1,0,0,0-.733-1.681H15.25a.25.25,0,0,1-.25-.25V1.5A1.5,1.5,0,0,0,13.5,0h-3A1.5,1.5,0,0,0,9,1.5V14.965a.25.25,0,0,1-.25.25Z"]];
|
|
26
|
+
export const DiagramArrowDownRightCorner = ["diagram-arrow-down-right-corner",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.482,24A1.513,1.513,0,0,0,24,22.425l-.348-9.387a1.037,1.037,0,0,0-1.77-.7L19.5,14.728a.26.26,0,0,1-.367,0L4.857.456a1.558,1.558,0,0,0-2.2,0l-2.2,2.2a1.557,1.557,0,0,0,0,2.2L14.727,19.13a.26.26,0,0,1,0,.367l-2.385,2.384a1.037,1.037,0,0,0,.7,1.77L22.422,24Z"]];
|
|
27
|
+
export const DiagramArrowRight = ["diagram-arrow-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M15.815,19.417a1,1,0,0,0,1.081-.184l6.634-6.16a1.458,1.458,0,0,0,0-2.145L16.9,4.768a1,1,0,0,0-1.681.732V8.486a.249.249,0,0,1-.25.25H1.5a1.5,1.5,0,0,0-1.5,1.5v3.5a1.5,1.5,0,0,0,1.5,1.5H14.965a.25.25,0,0,1,.25.25V18.5A1,1,0,0,0,15.815,19.417Z"]];
|
|
28
|
+
export const DiagramArrowUp = ["diagram-arrow-up",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9,22.5A1.5,1.5,0,0,0,10.5,24h3A1.5,1.5,0,0,0,15,22.5V9.013a.25.25,0,0,1,.25-.25H18.5a1,1,0,0,0,.733-1.681L13.073.448a1.51,1.51,0,0,0-2.146,0L4.767,7.082A1,1,0,0,0,5.5,8.763H8.75a.25.25,0,0,1,.25.25Z"]];
|
|
29
|
+
export const DiagramCurvyBothDirection = ["diagram-curvy-both-direction",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,4.32A1.472,1.472,0,0,0,23.577,3.3L20.7.422A1.44,1.44,0,0,0,18.24,1.44V2.63a.25.25,0,0,1-.25.25H9.6a5.28,5.28,0,0,0,0,10.56h4.8a2.4,2.4,0,0,1,0,4.8H6.01a.25.25,0,0,1-.25-.25V16.8A1.44,1.44,0,0,0,3.3,15.782L.423,18.661a1.439,1.439,0,0,0,0,2.038L3.3,23.578A1.44,1.44,0,0,0,5.76,22.56V21.37a.25.25,0,0,1,.25-.25H14.4a5.28,5.28,0,0,0,0-10.56H9.6a2.4,2.4,0,0,1,0-4.8h8.39a.25.25,0,0,1,.25.25V7.2A1.44,1.44,0,0,0,20.7,8.218l2.879-2.879A1.45,1.45,0,0,0,24,4.32Z"]];
|
|
30
|
+
export const DiagramDashDownFast = ["diagram-dash-down-fast",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3.045,7.6A1.44,1.44,0,0,0,.366,8.655,5.3,5.3,0,0,0,1.9,10.772,1.44,1.44,0,0,0,3.741,8.561,2.4,2.4,0,0,1,3.045,7.6Z","M16.124,9.128c-.094-.005-.189-.008-.284-.008H14.126a1.44,1.44,0,0,0,0,2.88H15.84l.127,0,.08,0a1.44,1.44,0,0,0,.077-2.878Z","M19.68,16.732a1.44,1.44,0,0,0,1.44-1.44V14.4a5.275,5.275,0,0,0-.187-1.4,1.44,1.44,0,0,0-2.777.761,2.412,2.412,0,0,1,.084.635v.892A1.44,1.44,0,0,0,19.68,16.732Z","M9.326,9.12H7.406a1.44,1.44,0,0,0,0,2.88h1.92a1.44,1.44,0,0,0,0-2.88Z","M1.44,0A1.44,1.44,0,0,0,0,1.44V3.36a1.44,1.44,0,0,0,2.88,0V1.44A1.44,1.44,0,0,0,1.44,0Z","M23.89,19.129a1.438,1.438,0,0,0-1.33-.889H16.8A1.44,1.44,0,0,0,15.782,20.7l2.88,2.88a1.439,1.439,0,0,0,2.036,0l2.88-2.88A1.439,1.439,0,0,0,23.89,19.129Z"]];
|
|
31
|
+
export const DiagramCurveUp = ["diagram-curve-up",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.576,3.3,20.7.422A1.44,1.44,0,0,0,18.24,1.44V2.635A.249.249,0,0,1,18,2.884a6.726,6.726,0,0,0-6.413,5.829,1.409,1.409,0,0,0-.066.407V16.8a4.32,4.32,0,0,1-8.64,0V1.44A1.44,1.44,0,0,0,0,1.44V16.8a7.2,7.2,0,0,0,14.4,0V9.6a3.845,3.845,0,0,1,3.573-3.831.251.251,0,0,1,.267.25V7.2A1.44,1.44,0,0,0,20.7,8.218L23.576,5.34a1.439,1.439,0,0,0,0-2.04Z"]];
|
|
32
|
+
export const DiagramCurveUp1 = ["diagram-curve-up-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,4.32a1.461,1.461,0,0,0-.424-1.02L20.7.422A1.44,1.44,0,0,0,18.24,1.44V2.63a.25.25,0,0,1-.25.25H14.4A5.286,5.286,0,0,0,9.12,8.16V18.72a2.4,2.4,0,0,1-2.4,2.4H1.44a1.44,1.44,0,0,0,0,2.88H6.72A5.286,5.286,0,0,0,12,18.72V8.16a2.4,2.4,0,0,1,2.4-2.4h3.59a.25.25,0,0,1,.25.25V7.2A1.44,1.44,0,0,0,20.7,8.218L23.576,5.34A1.459,1.459,0,0,0,24,4.32Z"]];
|
|
33
|
+
export const DiagramDashCircle = ["diagram-dash-circle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M15.29,1.341A10.9,10.9,0,0,0,13.1,1.119,1.44,1.44,0,1,0,13.1,4a8.136,8.136,0,0,1,1.619.164A1.507,1.507,0,0,0,15,4.192a1.44,1.44,0,0,0,.286-2.851Z","M18.9,17.558a1.44,1.44,0,0,0,2.084,1.988A11.027,11.027,0,0,0,22.343,17.8a1.44,1.44,0,1,0-2.441-1.53A8.107,8.107,0,0,1,18.9,17.558Z","M22.238,9.173a1.441,1.441,0,0,0-1.208,1.64,8.152,8.152,0,0,1,.09,1.21c0,.139,0,.277-.011.414a1.44,1.44,0,0,0,1.363,1.513l.077,0a1.439,1.439,0,0,0,1.436-1.365c.01-.186.015-.374.015-.563a11.008,11.008,0,0,0-.123-1.642A1.442,1.442,0,0,0,22.238,9.173Z","M15.487,19.685a7.92,7.92,0,0,1-1.591.322,1.44,1.44,0,0,0,.139,2.874,1.369,1.369,0,0,0,.143-.007,10.885,10.885,0,0,0,2.165-.439,1.44,1.44,0,0,0-.856-2.75Z","M21.721,5.353a10.95,10.95,0,0,0-1.519-1.6,1.44,1.44,0,0,0-1.878,2.184,8.113,8.113,0,0,1,1.12,1.179,1.44,1.44,0,0,0,2.277-1.763Z","M6.493,18.953a1.442,1.442,0,0,0,.355,2.007,11.037,11.037,0,0,0,1.925,1.076,1.441,1.441,0,0,0,1.145-2.644A8.062,8.062,0,0,1,8.5,18.6,1.442,1.442,0,0,0,6.493,18.953Z","M7.782,13.008,4.419,10.817a1.438,1.438,0,0,0-1.992.42L.234,14.6a1.44,1.44,0,0,0,1.5,2.2l1.223-.258a.251.251,0,0,1,.282.149c.016.04.033.079.052.117a1.436,1.436,0,0,0,2.727-.7.249.249,0,0,1,.2-.256l1.074-.226a1.44,1.44,0,0,0,.489-2.616Z"]];
|
|
34
|
+
export const DiagramLowerSteady = ["diagram-lower-steady",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.577,8.581,20.7,5.7A1.44,1.44,0,0,0,18.24,6.72V7.91a.25.25,0,0,1-.25.25H12.48a4.325,4.325,0,0,0-4.32,4.32v7.2a1.442,1.442,0,0,1-1.44,1.44H4.32a1.442,1.442,0,0,1-1.44-1.44V1.44A1.44,1.44,0,0,0,0,1.44V19.68A4.325,4.325,0,0,0,4.32,24h2.4a4.325,4.325,0,0,0,4.32-4.32v-7.2a1.442,1.442,0,0,1,1.44-1.44h5.51a.25.25,0,0,1,.25.25v1.19A1.44,1.44,0,0,0,20.7,13.5l2.879-2.879a1.439,1.439,0,0,0,0-2.038Z"]];
|
|
35
|
+
export const DiagramMergeDown = ["diagram-merge-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,1.44A1.44,1.44,0,0,0,22.56,0H17.94A7.359,7.359,0,0,0,12.2,2.766a.251.251,0,0,1-.39,0A7.359,7.359,0,0,0,6.06,0H1.44a1.44,1.44,0,0,0,0,2.88H6.06a4.505,4.505,0,0,1,4.5,4.5V17.99a.25.25,0,0,1-.25.25H9.12A1.44,1.44,0,0,0,8.1,20.7l2.878,2.878a1.431,1.431,0,0,0,.473.315l.021.007a1.407,1.407,0,0,0,1.052,0l.021-.007a1.431,1.431,0,0,0,.473-.315L15.9,20.7A1.44,1.44,0,0,0,14.88,18.24H13.69a.25.25,0,0,1-.25-.25V7.38a4.505,4.505,0,0,1,4.5-4.5h4.62A1.44,1.44,0,0,0,24,1.44Z"]];
|
|
36
|
+
export const DiagramRound = ["diagram-round",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.1,1.1a1.44,1.44,0,1,0,0,2.88A8.024,8.024,0,1,1,6.242,16.163a.25.25,0,0,1,.162-.375l.889-.187a1.44,1.44,0,0,0,.489-2.616L4.419,10.793a1.515,1.515,0,0,0-1.078-.2,1.5,1.5,0,0,0-.908.616l-2.2,3.371A1.44,1.44,0,0,0,1.44,16.8a1.506,1.506,0,0,0,.3-.031l1.231-.26a.251.251,0,0,1,.278.137A10.9,10.9,0,1,0,13.1,1.1Z"]];
|
|
37
|
+
export const DiagramDashFastUp = ["diagram-dash-fast-up",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3.457,21.629a1.482,1.482,0,0,0,0-2.963H1.481a1.482,1.482,0,0,0,0,2.963Z","M9.971,21.629h.06c.14,0,.279,0,.417-.011a1.481,1.481,0,0,0,1.4-1.556,1.5,1.5,0,0,0-1.557-1.4c-.1.006-.2.008-.311.007H8.4a1.482,1.482,0,0,0,0,2.963Z","M15.106,16.116a6.5,6.5,0,0,1-1.118,1.149,1.482,1.482,0,0,0,1.852,2.313A9.436,9.436,0,0,0,17.47,17.9a1.481,1.481,0,0,0-2.364-1.786Z","M18.09,13.938a1.482,1.482,0,0,0,1.434-1.11l.494-1.913a1.481,1.481,0,1,0-2.868-.742l-.495,1.912a1.482,1.482,0,0,0,1.435,1.853Z","M23.779,6.639l-2.2-3.566a1.483,1.483,0,0,0-2.017-.493L15.973,4.792a1.481,1.481,0,0,0,.438,2.7l5.767,1.365a1.463,1.463,0,0,0,.341.039,1.481,1.481,0,0,0,1.26-2.259Z"]];
|
|
38
|
+
export const DiagramIncrease = ["diagram-increase",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0,19.919a1.44,1.44,0,0,0,1.44,1.44h8.935A9.119,9.119,0,0,0,19.2,14.525l1.474-5.694a.249.249,0,0,1,.3-.18l1.252.3a1.44,1.44,0,0,0,1.556-2.158l-2.14-3.466a1.474,1.474,0,0,0-.744-.594,1.4,1.4,0,0,0-1.214.114L16.2,4.993a1.44,1.44,0,0,0,.425,2.627l1.064.252a.25.25,0,0,1,.185.306L16.416,13.8a6.24,6.24,0,0,1-6.041,4.676H1.44A1.44,1.44,0,0,0,0,19.919Z"]];
|
|
39
|
+
export const DiagramFallDown = ["diagram-fall-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.56,0a1.44,1.44,0,0,0-1.44,1.44V8.39a.25.25,0,0,1-.25.25H3.13a.25.25,0,0,1-.25-.25V1.44A1.44,1.44,0,0,0,0,1.44V9.12a2.4,2.4,0,0,0,2.4,2.4h8.15a.25.25,0,0,1,.25.25v6.22a.25.25,0,0,1-.25.25H9.36A1.44,1.44,0,0,0,8.342,20.7l2.88,2.88a1.439,1.439,0,0,0,2.036,0l2.88-2.88A1.44,1.44,0,0,0,15.12,18.24H13.93a.25.25,0,0,1-.25-.25V11.77a.25.25,0,0,1,.25-.25H21.6A2.4,2.4,0,0,0,24,9.12V1.44A1.44,1.44,0,0,0,22.56,0Z"]];
|
|
40
|
+
export const DiagramSteadyDown1 = ["diagram-steady-down-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}],["M3.015,10.739A1.447,1.447,0,0,0,5.48,9.222c-.312-.507-.6-1.034-.862-1.566a1.447,1.447,0,1,0-2.6,1.27C2.318,9.543,2.654,10.153,3.015,10.739Z","M3.169,3.441c-.122-.579-.217-1.173-.283-1.766A1.447,1.447,0,0,0,.009,2C.085,2.681.2,3.368.337,4.038A1.448,1.448,0,0,0,1.752,5.187a1.47,1.47,0,0,0,.3-.031A1.447,1.447,0,0,0,3.169,3.441Z","M23.511,18.312l-2.9-2.542a1.448,1.448,0,0,0-2.4,1.088v.54a.249.249,0,0,1-.089.192.252.252,0,0,1-.2.055A18.365,18.365,0,0,1,7.606,12.032a1.447,1.447,0,1,0-2.129,1.959A21.276,21.276,0,0,0,18,20.608a.249.249,0,0,1,.213.247v1.31a1.446,1.446,0,0,0,.879,1.33,1.43,1.43,0,0,0,.568.117,1.451,1.451,0,0,0,1-.4l2.895-2.77A1.375,1.375,0,0,0,24,19.364,1.437,1.437,0,0,0,23.511,18.312Z"]];
|
|
41
|
+
export const DiagramDashUpThenDown = ["diagram-dash-up-then-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M.02,12.152A9.216,9.216,0,0,0,.67,14.34a1.446,1.446,0,1,0,2.649-1.162,6.351,6.351,0,0,1-.446-1.5,1.446,1.446,0,0,0-2.853.474Z","M9.031,1.331a9.306,9.306,0,0,0-2.256.313,1.446,1.446,0,0,0,.373,2.844,1.474,1.474,0,0,0,.375-.049,6.427,6.427,0,0,1,1.553-.215A1.448,1.448,0,0,0,10.5,2.755,1.473,1.473,0,0,0,9.031,1.331Z","M15.8,4.223a1.447,1.447,0,0,0,0-2.893H13.875a1.447,1.447,0,0,0,0,2.893Z","M10.218,18.457A1.447,1.447,0,0,0,11.665,19.9h1.928a1.446,1.446,0,1,0,0-2.892H11.665A1.446,1.446,0,0,0,10.218,18.457Z","M3.886,16.577a1.446,1.446,0,0,0,.487,1.986,9.234,9.234,0,0,0,2.081.934A1.447,1.447,0,0,0,7.3,16.73a6.378,6.378,0,0,1-1.429-.639A1.446,1.446,0,0,0,3.886,16.577Z","M2.043,4.676A9.228,9.228,0,0,0,.81,6.589,1.446,1.446,0,1,0,3.416,7.845a6.387,6.387,0,0,1,.849-1.318A1.446,1.446,0,1,0,2.043,4.676Z","M22.554,1.33H20.625a1.447,1.447,0,0,0,0,2.893h1.929a1.447,1.447,0,0,0,0-2.893Z","M23.576,19.48a1.446,1.446,0,0,0,0-2.046l-2.767-2.767a1.446,1.446,0,0,0-2.469,1.022V16.8a.25.25,0,0,1-.2.245,1.44,1.44,0,0,0,0,2.828.25.25,0,0,1,.2.246v1.106a1.446,1.446,0,0,0,2.469,1.023Z"]];
|
|
42
|
+
export const DiagramArrowBow = ["diagram-arrow-bow",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.56,10.938l-3-3A1.5,1.5,0,0,0,18,9v1.25a.25.25,0,0,1-.25.25H13.842a.5.5,0,0,1-.493-.42A12.02,12.02,0,0,0,1.5-.016a1.5,1.5,0,0,0,0,3,9.016,9.016,0,0,1,8.752,6.9.5.5,0,0,1-.487.617H1.5a1.5,1.5,0,0,0,0,3H9.758a.5.5,0,0,1,.486.619A9.015,9.015,0,0,1,1.5,20.984a1.5,1.5,0,0,0,0,3A12.019,12.019,0,0,0,13.344,13.92a.5.5,0,0,1,.493-.42H17.75a.25.25,0,0,1,.25.25V15a1.5,1.5,0,0,0,2.561,1.061l3-3a1.5,1.5,0,0,0,0-2.124Z"]];
|
|
43
|
+
export const DiagramArrowDashCornerPointRight = ["diagram-arrow-dash-corner-point-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.531,6.428,16.9.267A1,1,0,0,0,15.22,1V4.25a.25.25,0,0,1-.25.25H2a2,2,0,0,0-2,2V14a1,1,0,0,0,1,1H5a1,1,0,0,0,1-1V10.75a.25.25,0,0,1,.25-.25h8.72a.25.25,0,0,1,.25.25V14a1,1,0,0,0,.6.917,1.017,1.017,0,0,0,.4.083,1,1,0,0,0,.68-.268l6.639-6.167a1.46,1.46,0,0,0-.008-2.137Z","M0.000 16.500 L6.000 16.500 L6.000 19.500 L-0.000 19.500 Z","M0.000 21.000 L6.000 21.000 L6.000 24.000 L-0.000 24.000 Z"]];
|
|
44
|
+
export const DiagramArrowDashCornerRightDown = ["diagram-arrow-dash-corner-right-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.955,11.655A1.078,1.078,0,0,0,21.8,11.9l-2.476,2.476a.269.269,0,0,1-.38,0L15.171,10.6a1.077,1.077,0,0,0-1.524,0L10.6,13.647a1.077,1.077,0,0,0,0,1.524l3.772,3.772a.269.269,0,0,1,0,.381L11.9,21.8a1.077,1.077,0,0,0,.722,1.838L22.366,24h.056A1.571,1.571,0,0,0,24,22.364l-.361-9.746A1.078,1.078,0,0,0,22.955,11.655Z","M12.5,7.934l-.762-.762a1.078,1.078,0,0,0-1.523,0L7.172,10.219a1.077,1.077,0,0,0,0,1.524l.762.761a1.076,1.076,0,0,0,1.523,0L12.5,9.458A1.077,1.077,0,0,0,12.5,7.934Z","M8.314,3.744a1.108,1.108,0,0,0-1.523,0L3.744,6.792a1.076,1.076,0,0,0,0,1.523l.762.762a1.078,1.078,0,0,0,1.523,0L9.076,6.029a1.077,1.077,0,0,0,0-1.524Z","M4.886.316a1.076,1.076,0,0,0-1.523,0L.316,3.363a1.076,1.076,0,0,0,0,1.523l.761.762a1.077,1.077,0,0,0,1.524,0L5.648,2.6a1.076,1.076,0,0,0,0-1.523Z"]];
|
|
45
|
+
export const DiagramArrowDashDown1 = ["diagram-arrow-dash-down-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}],["M9,14.958a.249.249,0,0,1-.25.25H5.5a1,1,0,0,0-.733,1.681l6.16,6.634a1.46,1.46,0,0,0,2.146,0l6.16-6.634a1,1,0,0,0-.733-1.681H15.25a.249.249,0,0,1-.25-.25V10.007a1,1,0,0,0-1-1H10a1,1,0,0,0-1,1Z","M9.000 4.507 L15.000 4.507 L15.000 7.507 L9.000 7.507 Z","M9.000 0.007 L15.000 0.007 L15.000 3.007 L9.000 3.007 Z"]];
|
|
46
|
+
export const DiagramCurveRise = ["diagram-curve-rise",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M1.5,13.5A1.5,1.5,0,0,0,3,12V9A2.5,2.5,0,0,1,5.5,6.5h1A2.5,2.5,0,0,1,9,9v6a5.506,5.506,0,0,0,5.5,5.5h1A5.506,5.506,0,0,0,21,15V13.75a.25.25,0,0,1,.25-.25H22.5a1.5,1.5,0,0,0,1.06-2.561l-3-3a1.5,1.5,0,0,0-2.124,0l-3,3A1.5,1.5,0,0,0,16.5,13.5h1.25a.25.25,0,0,1,.25.25V15a2.5,2.5,0,0,1-2.5,2.5h-1A2.5,2.5,0,0,1,12,15V9A5.506,5.506,0,0,0,6.5,3.5h-1A5.506,5.506,0,0,0,0,9v3A1.5,1.5,0,0,0,1.5,13.5Z"]];
|
|
47
|
+
export const DiagramSplitVertical = ["diagram-split-vertical",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.576,3.3,20.7.422A1.44,1.44,0,0,0,18.24,1.44V2.63a.25.25,0,0,1-.25.25h-.05A7.359,7.359,0,0,0,12.2,5.646a.249.249,0,0,1-.39,0A7.359,7.359,0,0,0,6.06,2.88H6.01a.25.25,0,0,1-.25-.25V1.44A1.44,1.44,0,0,0,3.3.422L.424,3.3a1.439,1.439,0,0,0,0,2.04L3.3,8.218A1.439,1.439,0,0,0,5.76,7.2V6.01a.25.25,0,0,1,.25-.25h.05a4.506,4.506,0,0,1,4.5,4.5v12.3a1.44,1.44,0,0,0,2.88,0v-12.3a4.506,4.506,0,0,1,4.5-4.5h.05a.25.25,0,0,1,.25.25V7.2A1.44,1.44,0,0,0,20.7,8.218L23.576,5.34a1.439,1.439,0,0,0,0-2.04Z"]];
|
|
48
|
+
export const DiagramWaveBothDirection = ["diagram-wave-both-direction",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.871,15.47a1.44,1.44,0,0,0-1.569.312L.423,18.661A1.459,1.459,0,0,0,0,19.68,1.476,1.476,0,0,0,.423,20.7L3.3,23.578A1.44,1.44,0,0,0,5.76,22.56V16.8A1.439,1.439,0,0,0,4.871,15.47Z","M18.067,12.041a1.44,1.44,0,0,0-2,2.071,2.411,2.411,0,0,1,.626,1.011,1.44,1.44,0,0,0,2.749-.86A5.306,5.306,0,0,0,18.067,12.041Z","M8.069,6.078a1.432,1.432,0,0,0,.574-.12,2.383,2.383,0,0,1,.957-.2h.343a1.441,1.441,0,0,0,0-2.881H9.6a5.247,5.247,0,0,0-2.107.438,1.44,1.44,0,0,0,.576,2.76Z","M14.743,5.761h1.92a1.441,1.441,0,0,0,0-2.881h-1.92a1.441,1.441,0,0,0,0,2.881Z","M13.988,12a1.439,1.439,0,0,0-1.44-1.44H10.629a1.44,1.44,0,1,0,0,2.879h1.919A1.44,1.44,0,0,0,13.988,12Z","M15.806,17.787a2.415,2.415,0,0,1-1.106.435,1.44,1.44,0,0,0,.177,2.869,1.58,1.58,0,0,0,.18-.011,5.313,5.313,0,0,0,2.43-.954,1.44,1.44,0,0,0-1.681-2.339Z","M10.08,18.24H8.16a1.44,1.44,0,1,0,0,2.88h1.92a1.44,1.44,0,0,0,0-2.88Z","M7.6,9.493A2.4,2.4,0,0,1,7.21,8.376a1.44,1.44,0,0,0-2.869.253,5.27,5.27,0,0,0,.869,2.465A1.44,1.44,0,1,0,7.6,9.493Z","M23.577,3.3,20.7.422A1.44,1.44,0,0,0,18.24,1.44V7.2A1.44,1.44,0,0,0,20.7,8.219l2.879-2.88a1.439,1.439,0,0,0,0-2.038Z"]];
|
|
49
|
+
export const DiagramArrowLeft = ["diagram-arrow-left",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,10.236a1.5,1.5,0,0,0-1.5-1.5H9.035a.249.249,0,0,1-.25-.25V5.5A1,1,0,0,0,7.1,4.768L.47,10.928a1.458,1.458,0,0,0,0,2.145L7.1,19.233A1,1,0,0,0,8.785,18.5V15.486a.25.25,0,0,1,.25-.25H22.5a1.5,1.5,0,0,0,1.5-1.5Z"]];
|
|
50
|
+
export const DiagramCurveRiseDash = ["diagram-curve-rise-dash",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0,12a1.44,1.44,0,0,0,2.88,0v-1.92a1.44,1.44,0,0,0-2.88,0Z","M12,12.887a1.44,1.44,0,1,0-2.88,0v1.92a1.44,1.44,0,1,0,2.88,0Z","M19.727,13.574a1.447,1.447,0,0,0-1.489,1.39,2.392,2.392,0,0,1-.333,1.136,1.44,1.44,0,0,0,2.476,1.472,5.288,5.288,0,0,0,.735-2.509A1.439,1.439,0,0,0,19.727,13.574Z","M8.446,7.449a2.4,2.4,0,0,1,.59,1.033,1.44,1.44,0,0,0,2.777-.763A5.3,5.3,0,0,0,10.52,5.45a1.44,1.44,0,1,0-2.074,2Z","M12.644,19.855a5.3,5.3,0,0,0,1.756.3h.617a1.44,1.44,0,0,0,0-2.88H14.4a2.449,2.449,0,0,1-.8-.136,1.44,1.44,0,1,0-.956,2.716Z","M5.106,6.722a1.439,1.439,0,1,0-.2-2.872,5.245,5.245,0,0,0-2.483.825A1.44,1.44,0,1,0,3.984,7.1,2.391,2.391,0,0,1,5.106,6.722Z","M23.578,10.977,20.7,8.1a1.439,1.439,0,0,0-2.038,0l-2.879,2.879A1.44,1.44,0,0,0,16.8,13.435h5.76a1.44,1.44,0,0,0,1.018-2.458Z"]];
|
|
51
|
+
export const DiagramDashRiseSteady = ["diagram-dash-rise-steady",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.412,16.136a1.452,1.452,0,0,1-.741.585,1.44,1.44,0,1,0,.942,2.721A4.342,4.342,0,0,0,10.834,17.7a1.44,1.44,0,0,0-2.422-1.56Z","M1.44,19.68H3.36a1.44,1.44,0,1,0,0-2.88H1.44a1.44,1.44,0,0,0,0,2.88Z","M16.389,10.08a1.44,1.44,0,1,0,0-2.88h-1.92a1.44,1.44,0,0,0,0,2.88Z","M11.52,12.205V11.52a1.438,1.438,0,0,1,.129-.6,1.44,1.44,0,1,0-2.619-1.2,4.285,4.285,0,0,0-.39,1.8v.685a1.44,1.44,0,0,0,2.88,0Z","M23.577,7.621,20.7,4.742A1.44,1.44,0,0,0,18.24,5.76v5.76a1.44,1.44,0,0,0,.889,1.33,1.415,1.415,0,0,0,.551.11,1.435,1.435,0,0,0,1.018-.422l2.879-2.879a1.439,1.439,0,0,0,0-2.038Z"]];
|
|
52
|
+
export const DiagramFallFastDash = ["diagram-fall-fast-dash",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3.045,7.6A1.44,1.44,0,0,0,.366,8.655,5.3,5.3,0,0,0,1.9,10.772,1.44,1.44,0,0,0,3.741,8.561,2.4,2.4,0,0,1,3.045,7.6Z","M19.68,16.732a1.44,1.44,0,0,0,1.44-1.44A8.011,8.011,0,0,0,20.933,13a1.44,1.44,0,0,0-2.777.761,5.911,5.911,0,0,1,.084,1.527A1.44,1.44,0,0,0,19.68,16.732Z","M9.326,12a1.44,1.44,0,0,0,0-2.88H7.406a1.44,1.44,0,0,0,0,2.88Z","M16.047,12.006a1.44,1.44,0,0,0,.077-2.878c-.267-.014-.259-.005-2-.008a1.44,1.44,0,0,0,0,2.88Z","M1.44,4.8A1.44,1.44,0,0,0,2.88,3.36V1.44A1.44,1.44,0,0,0,0,1.44V3.36A1.44,1.44,0,0,0,1.44,4.8Z","M23.89,19.129a1.438,1.438,0,0,0-1.33-.889H16.8A1.44,1.44,0,0,0,15.782,20.7l2.88,2.88a1.439,1.439,0,0,0,2.036,0l2.88-2.88A1.439,1.439,0,0,0,23.89,19.129Z"]];
|
|
53
|
+
export const DiagramArrowDiagonal = ["diagram-arrow-diagonal",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M11.624.985a1.011,1.011,0,0,0-.906-.643L1.539,0A1.479,1.479,0,0,0,0,1.54l.34,9.178a1.014,1.014,0,0,0,1.731.679L4.4,9.065a.253.253,0,0,1,.358,0L14.934,19.238a.253.253,0,0,1,0,.358L12.6,21.928a1.014,1.014,0,0,0,.679,1.731l9.179.34h.053A1.479,1.479,0,0,0,24,22.459l-.34-9.176a1.014,1.014,0,0,0-1.731-.68L19.6,14.934a.253.253,0,0,1-.358,0L9.066,4.762a.252.252,0,0,1,0-.359L11.4,2.072A1.012,1.012,0,0,0,11.624.985Z"]];
|
|
54
|
+
export const DiagramArrowUp1 = ["diagram-arrow-up-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0,22.978a1,1,0,0,0,1,1H23a1,1,0,0,0,1-1v-3a1,1,0,0,0-1-1H15.25a.25.25,0,0,1-.25-.25V9.013a.25.25,0,0,1,.25-.25H18.5a1,1,0,0,0,.733-1.68L13.074.451a1.505,1.505,0,0,0-2.147,0L4.767,7.083A1,1,0,0,0,5.5,8.763H8.75a.25.25,0,0,1,.25.25v9.715a.25.25,0,0,1-.25.25H1a1,1,0,0,0-1,1Z"]];
|
|
55
|
+
export const DiagramFastUp = ["diagram-fast-up",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.834,24c.053,0,.106,0,.16-.008.681-.075,1.369-.185,2.046-.328a1.448,1.448,0,0,0-.6-2.833,17.808,17.808,0,0,1-1.763.283A1.447,1.447,0,0,0,1.834,24Z","M8.292,22.13a1.441,1.441,0,0,0,.634-.147c.615-.3,1.225-.636,1.813-1A1.447,1.447,0,1,0,9.222,18.52c-.509.313-1.036.6-1.566.862a1.447,1.447,0,0,0,.636,2.748Z","M11.947,18.439a1.447,1.447,0,0,0,2.044.085A21.274,21.274,0,0,0,20.607,6a.249.249,0,0,1,.247-.213h1.31A1.448,1.448,0,0,0,23.21,3.342L20.44.447A1.556,1.556,0,0,0,19.363,0a1.354,1.354,0,0,0-1.05.487l-2.544,2.9a1.447,1.447,0,0,0,1.089,2.4h.54a.249.249,0,0,1,.246.293,18.347,18.347,0,0,1-5.613,10.311A1.447,1.447,0,0,0,11.947,18.439Z"]];
|
|
56
|
+
export const DiagramDashUpSteady = ["diagram-dash-up-steady",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.12,16.594a1.44,1.44,0,0,0,2.88,0v-1.92a1.44,1.44,0,0,0-2.88,0Z","M10.644,6.516a1.459,1.459,0,0,0-1.516,1.36c-.005.094-.008.189-.008.285V9.874a1.44,1.44,0,1,0,2.88,0l0-1.841A1.44,1.44,0,0,0,10.644,6.516Z","M7.6,20.954a1.44,1.44,0,0,0,.528,2.78,1.421,1.421,0,0,0,.527-.1,5.275,5.275,0,0,0,2.117-1.528,1.439,1.439,0,1,0-2.209-1.846A2.411,2.411,0,0,1,7.6,20.954Z","M15.292,2.881h-.9a5.317,5.317,0,0,0-1.39.186,1.44,1.44,0,0,0,.378,2.83,1.422,1.422,0,0,0,.379-.051,2.476,2.476,0,0,1,.637-.085h.892a1.44,1.44,0,0,0,0-2.88Z","M3.36,21.12H1.44a1.44,1.44,0,0,0,0,2.88H3.36a1.44,1.44,0,1,0,0-2.88Z","M23.578,3.3,20.7.423A1.439,1.439,0,0,0,18.24,1.441V7.2A1.44,1.44,0,0,0,20.7,8.219l2.88-2.88A1.44,1.44,0,0,0,23.578,3.3Z"]];
|
|
57
|
+
export const DiagramArrowCornerPointRight = ["diagram-arrow-corner-point-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.485,9.354a1.591,1.591,0,0,0,0-2.342L16.25.292a1.09,1.09,0,0,0-1.833.8V4.637a.272.272,0,0,1-.273.272H1.636A1.638,1.638,0,0,0,0,6.546V22.364A1.638,1.638,0,0,0,1.636,24H4.364A1.638,1.638,0,0,0,6,22.364V11.727a.272.272,0,0,1,.273-.272h7.871a.272.272,0,0,1,.273.272v3.546a1.09,1.09,0,0,0,1.833.8Z"]];
|
|
58
|
+
export const DiagramArrowDashRight = ["diagram-arrow-dash-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.993,12a1.464,1.464,0,0,0-.471-1.072l-6.633-6.16a1,1,0,0,0-1.681.732V8.75a.25.25,0,0,1-.25.25H10.007a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1h4.951a.25.25,0,0,1,.25.25V18.5a1,1,0,0,0,1.681.733l6.632-6.159A1.469,1.469,0,0,0,23.993,12Z","M4.507 9.000 L7.507 9.000 L7.507 15.000 L4.507 15.000 Z","M0.007 9.000 L3.007 9.000 L3.007 15.000 L0.007 15.000 Z"]];
|
|
59
|
+
export const DiagramArrowDashUp1 = ["diagram-arrow-dash-up-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.074.469a1.505,1.505,0,0,0-2.147,0L4.767,7.1A1,1,0,0,0,5.5,8.781H8.75a.25.25,0,0,1,.25.25v4.951a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V9.031a.25.25,0,0,1,.25-.25H18.5A1,1,0,0,0,19.233,7.1Z","M9.000 16.482 L15.000 16.482 L15.000 19.482 L9.000 19.482 Z","M9.000 20.982 L15.000 20.982 L15.000 23.982 L9.000 23.982 Z"]];
|
|
60
|
+
export const DiagramArrowDown1 = ["diagram-arrow-down-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,1a1,1,0,0,0-1-1H1A1,1,0,0,0,0,1V4A1,1,0,0,0,1,5H8.75A.25.25,0,0,1,9,5.25v9.715a.25.25,0,0,1-.25.25H5.5A1,1,0,0,0,4.767,16.9l6.159,6.631a1.457,1.457,0,0,0,2.147,0l6.16-6.633a1,1,0,0,0-.733-1.681H15.25a.25.25,0,0,1-.25-.25V5.25A.25.25,0,0,1,15.25,5H23a1,1,0,0,0,1-1Z"]];
|
|
61
|
+
export const DiagramFallRiseSteady = ["diagram-fall-rise-steady",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.891,7.784l.007.022Z","M23.891,8.878l.007-.021Z","M1.44,12.789a1.44,1.44,0,0,0,1.44-1.44V9.429a1.44,1.44,0,1,0-2.88,0v1.92A1.44,1.44,0,0,0,1.44,12.789Z","M15.84,6.891H13.92a1.44,1.44,0,1,0,0,2.88h1.92a1.44,1.44,0,1,0,0-2.88Z","M4.312,19.851a1.44,1.44,0,0,0-.12,2.878l1.98,0a1.44,1.44,0,0,0,0-2.88Z","M1.44,19.509a1.44,1.44,0,0,0,1.44-1.44v-1.92a1.44,1.44,0,1,0-2.88,0v1.92A1.44,1.44,0,0,0,1.44,19.509Z","M9.6,13.405a1.44,1.44,0,0,0,1.44-1.44v-.754a1.437,1.437,0,0,1,.115-.567A1.44,1.44,0,1,0,8.508,9.51a4.289,4.289,0,0,0-.348,1.7v.754A1.44,1.44,0,0,0,9.6,13.405Z","M8.16,18.411c0,.045,0,.089-.006.133a1.44,1.44,0,0,0,1.293,1.574,1.337,1.337,0,0,0,.142.007,1.441,1.441,0,0,0,1.431-1.3c.013-.137.02-.275.02-.414V16.765a1.44,1.44,0,1,0-2.88,0Z","M1.44,6.069a1.44,1.44,0,0,0,1.44-1.44V2.709a1.44,1.44,0,1,0-2.88,0v1.92A1.44,1.44,0,0,0,1.44,6.069Z","M23.577,7.312,20.7,4.433A1.44,1.44,0,0,0,18.24,5.451v5.76a1.44,1.44,0,0,0,.889,1.33,1.415,1.415,0,0,0,.551.11,1.435,1.435,0,0,0,1.018-.422L23.577,9.35a1.439,1.439,0,0,0,0-2.038Z"]];
|
|
File without changes
|