@reviewpush/streamline-bold 0.5.0 → 0.5.2
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/dist/arrows-diagrams/Arrows.js +1998 -0
- package/dist/arrows-diagrams/Diagrams.js +997 -0
- package/{lib → dist}/arrows-diagrams/index.js +0 -0
- package/dist/avatars/GeometricMenFamousPeople.js +156 -0
- package/dist/avatars/GeometricMenHistory.js +230 -0
- package/dist/avatars/GeometricMenOldPeople.js +93 -0
- package/dist/avatars/GeometricMenPeople.js +720 -0
- package/dist/avatars/GeometricMenPoliceArmyCrime.js +423 -0
- package/dist/avatars/GeometricMenProfessions.js +620 -0
- package/dist/avatars/GeometricMenReligion.js +192 -0
- package/dist/avatars/GeometricMenVintage.js +257 -0
- package/dist/avatars/GeometricWomenFamousPeople.js +19 -0
- package/dist/avatars/GeometricWomenHistory.js +62 -0
- package/dist/avatars/GeometricWomenOldPeople.js +68 -0
- package/dist/avatars/GeometricWomenPeople.js +871 -0
- package/dist/avatars/GeometricWomenPoliceArmyCrime.js +353 -0
- package/dist/avatars/GeometricWomenProfessions.js +594 -0
- package/dist/avatars/GeometricWomenReligion.js +62 -0
- package/dist/avatars/GeometricWomenVintage.js +171 -0
- package/dist/avatars/NaturalMenFamousPeople.js +198 -0
- package/dist/avatars/NaturalMenHistory.js +320 -0
- package/dist/avatars/NaturalMenOldPeople.js +153 -0
- package/dist/avatars/NaturalMenPeople.js +889 -0
- package/dist/avatars/NaturalMenPoliceArmyCrime.js +447 -0
- package/dist/avatars/NaturalMenProfessions.js +768 -0
- package/dist/avatars/NaturalMenReligion.js +216 -0
- package/dist/avatars/NaturalMenVintage.js +275 -0
- package/dist/avatars/NaturalWomenFamousPeople.js +31 -0
- package/dist/avatars/NaturalWomenHistory.js +80 -0
- package/dist/avatars/NaturalWomenOldPeople.js +74 -0
- package/dist/avatars/NaturalWomenPeople.js +967 -0
- package/dist/avatars/NaturalWomenPoliceArmyCrime.js +365 -0
- package/dist/avatars/NaturalWomenProfessions.js +822 -0
- package/dist/avatars/NaturalWomenReligion.js +68 -0
- package/dist/avatars/NaturalWomenVintage.js +147 -0
- package/{lib → dist}/avatars/index.js +0 -0
- package/dist/building-construction/ArchitecturalFeatures.js +170 -0
- package/dist/building-construction/Buildings.js +376 -0
- package/dist/building-construction/ConceptionProjects.js +269 -0
- package/dist/building-construction/Construction.js +332 -0
- package/dist/building-construction/HeavyEquipment.js +462 -0
- package/dist/building-construction/Houses.js +261 -0
- package/dist/building-construction/ModernArchitecture.js +245 -0
- package/dist/building-construction/Utilities.js +65 -0
- package/{lib → dist}/building-construction/index.js +0 -0
- package/dist/business-products/ABTesting.js +218 -0
- package/dist/business-products/Advertising.js +225 -0
- package/dist/business-products/Analytics.js +430 -0
- package/dist/business-products/Business.js +472 -0
- package/dist/business-products/BusinessDeals.js +365 -0
- package/dist/business-products/BusinessMetaphors.js +425 -0
- package/dist/business-products/DataFiles.js +1232 -0
- package/dist/business-products/MonetizationProfits.js +420 -0
- package/dist/business-products/Optimization.js +158 -0
- package/dist/business-products/Performances.js +362 -0
- package/dist/business-products/ProductLaunch.js +126 -0
- package/dist/business-products/SEO.js +364 -0
- package/dist/business-products/Strategy.js +272 -0
- package/{lib → dist}/business-products/index.js +0 -0
- package/dist/clothes-footwear-accessories/Accessories.js +181 -0
- package/dist/clothes-footwear-accessories/Bags.js +77 -0
- package/dist/clothes-footwear-accessories/Beanies.js +173 -0
- package/dist/clothes-footwear-accessories/Caps.js +96 -0
- package/dist/clothes-footwear-accessories/ClothesDesign.js +160 -0
- package/dist/clothes-footwear-accessories/DressSkirts.js +89 -0
- package/dist/clothes-footwear-accessories/Footwear.js +223 -0
- package/dist/clothes-footwear-accessories/Glasses.js +131 -0
- package/dist/clothes-footwear-accessories/Hats.js +212 -0
- package/dist/clothes-footwear-accessories/ShirtsSweatersTop.js +242 -0
- package/dist/clothes-footwear-accessories/TrousersShirts.js +139 -0
- package/dist/clothes-footwear-accessories/Underwear.js +206 -0
- package/{lib → dist}/clothes-footwear-accessories/index.js +0 -0
- package/dist/computers-devices-electronics/Arduino.js +71 -0
- package/dist/computers-devices-electronics/CDRom.js +109 -0
- package/dist/computers-devices-electronics/Cables.js +176 -0
- package/dist/computers-devices-electronics/DesktopActions.js +316 -0
- package/dist/computers-devices-electronics/DesktopComputers.js +371 -0
- package/dist/computers-devices-electronics/Electronics.js +312 -0
- package/dist/computers-devices-electronics/FloppyDisks.js +52 -0
- package/dist/computers-devices-electronics/HardDrives.js +52 -0
- package/dist/computers-devices-electronics/KeyboardMouse.js +174 -0
- package/dist/computers-devices-electronics/LaptopActions.js +448 -0
- package/dist/computers-devices-electronics/LaptopComputers.js +133 -0
- package/dist/computers-devices-electronics/Memory.js +233 -0
- package/dist/computers-devices-electronics/MicroprocessorChips.js +793 -0
- package/dist/computers-devices-electronics/PowerSupply.js +200 -0
- package/dist/computers-devices-electronics/ScanPrint.js +26 -0
- package/dist/computers-devices-electronics/Screens.js +53 -0
- package/dist/computers-devices-electronics/SmartWatches.js +2252 -0
- package/dist/computers-devices-electronics/TabletsKindle.js +193 -0
- package/dist/computers-devices-electronics/Webcam.js +45 -0
- package/{lib → dist}/computers-devices-electronics/index.js +0 -0
- package/dist/content/Archives.js +151 -0
- package/dist/content/Books.js +515 -0
- package/dist/content/ContentCreation.js +750 -0
- package/dist/content/Newspapers.js +137 -0
- package/dist/content/Notes.js +653 -0
- package/{lib → dist}/content/index.js +0 -0
- package/dist/crime-war-protection/AntiqueWeapons.js +266 -0
- package/dist/crime-war-protection/Army.js +603 -0
- package/dist/crime-war-protection/Bombs.js +268 -0
- package/dist/crime-war-protection/Crime.js +113 -0
- package/dist/crime-war-protection/Death.js +65 -0
- package/dist/crime-war-protection/Legal.js +138 -0
- package/dist/crime-war-protection/ModernWeapons.js +260 -0
- package/dist/crime-war-protection/Police.js +358 -0
- package/dist/crime-war-protection/Protection.js +455 -0
- package/dist/crime-war-protection/Punishment.js +199 -0
- package/dist/crime-war-protection/Surveillance.js +269 -0
- package/{lib → dist}/crime-war-protection/index.js +0 -0
- package/dist/culture-religion/AstrologyMagic.js +271 -0
- package/dist/culture-religion/HistoryFolklore.js +1045 -0
- package/dist/culture-religion/PrimitiveSymbols.js +106 -0
- package/dist/culture-religion/Religion.js +567 -0
- package/{lib → dist}/culture-religion/index.js +0 -0
- package/dist/design/Align.js +230 -0
- package/dist/design/ColorsPainting.js +704 -0
- package/dist/design/CropsArtboards.js +279 -0
- package/dist/design/DesignFiles.js +762 -0
- package/dist/design/DesignProcess.js +433 -0
- package/dist/design/DesignTools.js +404 -0
- package/dist/design/Flip.js +184 -0
- package/dist/design/GraphicTablets.js +101 -0
- package/dist/design/GridsRulers.js +342 -0
- package/dist/design/Layers.js +493 -0
- package/dist/design/Pathfinder.js +116 -0
- package/dist/design/Reorder.js +74 -0
- package/dist/design/Resize.js +385 -0
- package/dist/design/Rotate.js +225 -0
- package/dist/design/Shapes.js +262 -0
- package/dist/design/Transform.js +125 -0
- package/dist/design/Vectors.js +625 -0
- package/{lib → dist}/design/index.js +0 -0
- package/dist/ecology/CleanCars.js +190 -0
- package/dist/ecology/Deforestation.js +39 -0
- package/dist/ecology/EcologicalHouses.js +44 -0
- package/dist/ecology/Ecology.js +255 -0
- package/dist/ecology/GMOChemicalFood.js +108 -0
- package/dist/ecology/GlobalWarming.js +52 -0
- package/dist/ecology/NuclearFossilEnergy.js +172 -0
- package/dist/ecology/OrganicNonGMO.js +169 -0
- package/dist/ecology/PlantGrowthOrganicFertilizer.js +386 -0
- package/dist/ecology/Pollution.js +326 -0
- package/dist/ecology/Recycling.js +186 -0
- package/dist/ecology/RenewableEnergy.js +639 -0
- package/dist/ecology/Seasons.js +106 -0
- package/dist/ecology/WaterProtection.js +194 -0
- package/dist/ecology/WildlifeProtection.js +94 -0
- package/{lib → dist}/ecology/index.js +0 -0
- package/dist/emails/Drawers.js +223 -0
- package/dist/emails/EmailActions.js +772 -0
- package/dist/emails/Envelopes.js +115 -0
- package/dist/emails/Mailbox.js +71 -0
- package/dist/emails/ReadEmail.js +221 -0
- package/dist/emails/SendEmail.js +153 -0
- package/dist/emails/Stamps.js +83 -0
- package/{lib → dist}/emails/index.js +0 -0
- package/dist/entertainment-events-hobbies/AmusementParks.js +282 -0
- package/dist/entertainment-events-hobbies/BrainBoardGames.js +487 -0
- package/dist/entertainment-events-hobbies/CardGames.js +262 -0
- package/dist/entertainment-events-hobbies/Casino.js +727 -0
- package/dist/entertainment-events-hobbies/Circus.js +157 -0
- package/dist/entertainment-events-hobbies/ConcertsNightClubs.js +268 -0
- package/dist/entertainment-events-hobbies/Crafts.js +169 -0
- package/dist/entertainment-events-hobbies/FarmersMarket.js +56 -0
- package/dist/entertainment-events-hobbies/Fireworks.js +220 -0
- package/dist/entertainment-events-hobbies/Movies.js +290 -0
- package/dist/entertainment-events-hobbies/MuseumExhibitions.js +76 -0
- package/dist/entertainment-events-hobbies/Party.js +459 -0
- package/dist/entertainment-events-hobbies/ShowTheater.js +335 -0
- package/dist/entertainment-events-hobbies/Ticketing.js +138 -0
- package/{lib → dist}/entertainment-events-hobbies/index.js +0 -0
- package/dist/family-babies-kids/Babies.js +353 -0
- package/dist/family-babies-kids/BabyCare.js +136 -0
- package/dist/family-babies-kids/EducationalToys.js +205 -0
- package/dist/family-babies-kids/Family.js +456 -0
- package/dist/family-babies-kids/OutdoorActivities.js +73 -0
- package/dist/family-babies-kids/Toys.js +446 -0
- package/{lib → dist}/family-babies-kids/index.js +0 -0
- package/dist/files-folders/CommonFiles.js +1382 -0
- package/dist/files-folders/FilesCopyright.js +110 -0
- package/dist/files-folders/Folders.js +1392 -0
- package/dist/files-folders/ZippedFiles.js +435 -0
- package/{lib → dist}/files-folders/index.js +0 -0
- package/dist/food-drinks/AnimalProducts.js +121 -0
- package/dist/food-drinks/Appliances.js +267 -0
- package/dist/food-drinks/AsianFood.js +169 -0
- package/dist/food-drinks/Barbeque.js +133 -0
- package/dist/food-drinks/Beer.js +66 -0
- package/dist/food-drinks/Bread.js +141 -0
- package/dist/food-drinks/Breakfast.js +273 -0
- package/dist/food-drinks/CakesCandies.js +461 -0
- package/dist/food-drinks/ChampagneSpirits.js +146 -0
- package/dist/food-drinks/ChefGear.js +352 -0
- package/dist/food-drinks/Cocktails.js +90 -0
- package/dist/food-drinks/Coffee.js +319 -0
- package/dist/food-drinks/EatingRestaurant.js +159 -0
- package/dist/food-drinks/ExoticFood.js +213 -0
- package/dist/food-drinks/FastFood.js +222 -0
- package/dist/food-drinks/FreezerCookingTemperatures.js +89 -0
- package/dist/food-drinks/Fruits.js +285 -0
- package/dist/food-drinks/IceCream.js +172 -0
- package/dist/food-drinks/Kitchenware.js +368 -0
- package/dist/food-drinks/Knives.js +76 -0
- package/dist/food-drinks/Milk.js +38 -0
- package/dist/food-drinks/PastaMeals.js +211 -0
- package/dist/food-drinks/Seafood.js +176 -0
- package/dist/food-drinks/Seasoning.js +113 -0
- package/dist/food-drinks/SoftDrinks.js +221 -0
- package/dist/food-drinks/Stove.js +231 -0
- package/dist/food-drinks/Teas.js +171 -0
- package/dist/food-drinks/Tools.js +82 -0
- package/dist/food-drinks/Vegetables.js +197 -0
- package/dist/food-drinks/Water.js +156 -0
- package/dist/food-drinks/Wine.js +151 -0
- package/{lib → dist}/food-drinks/index.js +0 -0
- package/dist/furnitures-decoration/Armchairs.js +92 -0
- package/dist/furnitures-decoration/AsianInteriors.js +365 -0
- package/dist/furnitures-decoration/Beds.js +106 -0
- package/dist/furnitures-decoration/ChairsStools.js +149 -0
- package/dist/furnitures-decoration/Consoles.js +112 -0
- package/dist/furnitures-decoration/Decoration.js +311 -0
- package/dist/furnitures-decoration/DressersDrawers.js +355 -0
- package/dist/furnitures-decoration/Dressing.js +115 -0
- package/dist/furnitures-decoration/Fireplaces.js +110 -0
- package/dist/furnitures-decoration/Kitchen.js +187 -0
- package/dist/furnitures-decoration/NightStands.js +69 -0
- package/dist/furnitures-decoration/Shelves.js +54 -0
- package/dist/furnitures-decoration/SofasBenches.js +53 -0
- package/dist/furnitures-decoration/Stairs.js +26 -0
- package/dist/furnitures-decoration/SteampunkDecoration.js +57 -0
- package/dist/furnitures-decoration/Tables.js +126 -0
- package/{lib → dist}/furnitures-decoration/index.js +0 -0
- package/dist/health-beauty/Ambulance.js +71 -0
- package/dist/health-beauty/BandagesCasts.js +169 -0
- package/dist/health-beauty/BeardShaving.js +72 -0
- package/dist/health-beauty/Blood.js +178 -0
- package/dist/health-beauty/BodyCare.js +303 -0
- package/dist/health-beauty/Brain.js +64 -0
- package/dist/health-beauty/Dentistry.js +211 -0
- package/dist/health-beauty/Dietetics.js +76 -0
- package/dist/health-beauty/DrugsMedication.js +221 -0
- package/dist/health-beauty/FertilityPregnancy.js +115 -0
- package/dist/health-beauty/Hair.js +45 -0
- package/dist/health-beauty/HairDress.js +118 -0
- package/dist/health-beauty/Hospital.js +105 -0
- package/dist/health-beauty/HospitalBedrooms.js +154 -0
- package/dist/health-beauty/InsuranceProtection.js +127 -0
- package/dist/health-beauty/Laboratory.js +99 -0
- package/dist/health-beauty/LaboratoryTests.js +90 -0
- package/dist/health-beauty/MakeUp.js +199 -0
- package/dist/health-beauty/MedicalApps.js +109 -0
- package/dist/health-beauty/MedicalConditions.js +126 -0
- package/dist/health-beauty/MedicalFiles.js +39 -0
- package/dist/health-beauty/MedicalInstruments.js +242 -0
- package/dist/health-beauty/MedicalNanobots.js +128 -0
- package/dist/health-beauty/MedicalPersonnel.js +64 -0
- package/dist/health-beauty/MedicalSpecialities.js +497 -0
- package/dist/health-beauty/MedicalSymbols.js +52 -0
- package/dist/health-beauty/MedicalTechnologicAdvances.js +161 -0
- package/dist/health-beauty/Monitoring.js +110 -0
- package/dist/health-beauty/RadiologyScanner.js +180 -0
- package/dist/health-beauty/Transfusions.js +119 -0
- package/dist/health-beauty/WaitingRoomAppointments.js +123 -0
- package/{lib → dist}/health-beauty/index.js +0 -0
- package/dist/holidays/ChristmasNewYear.js +799 -0
- package/dist/holidays/Easter.js +125 -0
- package/dist/holidays/Halloween.js +319 -0
- package/{lib → dist}/holidays/index.js +0 -0
- package/dist/hotels-spas/ACHeating.js +119 -0
- package/dist/hotels-spas/Bathroom.js +465 -0
- package/dist/hotels-spas/GarageParking.js +253 -0
- package/dist/hotels-spas/HotelBedrooms.js +360 -0
- package/dist/hotels-spas/RatingReviews.js +142 -0
- package/dist/hotels-spas/Reception.js +187 -0
- package/dist/hotels-spas/RoomService.js +276 -0
- package/dist/hotels-spas/Sauna.js +137 -0
- package/dist/hotels-spas/Spas.js +315 -0
- package/dist/hotels-spas/TV.js +40 -0
- package/{lib → dist}/hotels-spas/index.js +0 -0
- package/dist/images-photography/Accessories.js +152 -0
- package/dist/images-photography/CameraSettings.js +168 -0
- package/dist/images-photography/Cameras.js +228 -0
- package/dist/images-photography/Composition.js +478 -0
- package/dist/images-photography/Focus.js +499 -0
- package/dist/images-photography/ImageFiles.js +1120 -0
- package/dist/images-photography/Lenses.js +133 -0
- package/dist/images-photography/LightModes.js +660 -0
- package/dist/images-photography/Lights.js +133 -0
- package/dist/images-photography/Masks.js +246 -0
- package/dist/images-photography/ModernCameras.js +45 -0
- package/dist/images-photography/Pictures.js +413 -0
- package/dist/images-photography/PicturesFrames.js +70 -0
- package/dist/images-photography/RetouchingEnchancing.js +225 -0
- package/dist/images-photography/TakingPictures.js +128 -0
- package/dist/images-photography/Timer.js +64 -0
- package/dist/images-photography/TransferingPictures.js +44 -0
- package/dist/images-photography/VintageCameras.js +101 -0
- package/{lib → dist}/images-photography/index.js +0 -0
- package/dist/interface-essential/Alert.js +358 -0
- package/dist/interface-essential/Alerts.js +118 -0
- package/dist/interface-essential/CellFormating.js +465 -0
- package/dist/interface-essential/Connect.js +27 -0
- package/dist/interface-essential/Controls.js +530 -0
- package/dist/interface-essential/CopyPaste.js +58 -0
- package/dist/interface-essential/Dashboard.js +311 -0
- package/dist/interface-essential/DateCalendar.js +581 -0
- package/dist/interface-essential/Delete.js +202 -0
- package/dist/interface-essential/Edit.js +293 -0
- package/dist/interface-essential/ExpandRetract.js +354 -0
- package/dist/interface-essential/FaceID.js +481 -0
- package/dist/interface-essential/Filter.js +52 -0
- package/dist/interface-essential/Flip.js +184 -0
- package/dist/interface-essential/FormEdition.js +415 -0
- package/dist/interface-essential/FormValidation.js +335 -0
- package/dist/interface-essential/Help.js +211 -0
- package/dist/interface-essential/HierachyOrganization.js +205 -0
- package/dist/interface-essential/Home.js +116 -0
- package/dist/interface-essential/IrisScan.js +244 -0
- package/dist/interface-essential/Keyboard.js +393 -0
- package/dist/interface-essential/KeyboardID.js +208 -0
- package/dist/interface-essential/Layouts.js +402 -0
- package/dist/interface-essential/LinkUnlink.js +226 -0
- package/dist/interface-essential/Lists.js +252 -0
- package/dist/interface-essential/Loading.js +395 -0
- package/dist/interface-essential/LockUnlock.js +402 -0
- package/dist/interface-essential/LoginLogout.js +211 -0
- package/dist/interface-essential/Menu.js +223 -0
- package/dist/interface-essential/Move.js +628 -0
- package/dist/interface-essential/MultimediaControls.js +347 -0
- package/dist/interface-essential/Navigate.js +550 -0
- package/dist/interface-essential/OnOff.js +60 -0
- package/dist/interface-essential/Paginate.js +756 -0
- package/dist/interface-essential/Paragraphs.js +985 -0
- package/dist/interface-essential/Password.js +439 -0
- package/dist/interface-essential/Pin.js +39 -0
- package/dist/interface-essential/Print.js +44 -0
- package/dist/interface-essential/RemoveAdd.js +355 -0
- package/dist/interface-essential/Resize.js +248 -0
- package/dist/interface-essential/Search.js +143 -0
- package/dist/interface-essential/Select.js +944 -0
- package/dist/interface-essential/Settings.js +471 -0
- package/dist/interface-essential/Share.js +248 -0
- package/dist/interface-essential/Stats.js +61 -0
- package/dist/interface-essential/Synchronize.js +231 -0
- package/dist/interface-essential/TagsBookmarks.js +742 -0
- package/dist/interface-essential/TextFormating.js +597 -0
- package/dist/interface-essential/TextOptions.js +171 -0
- package/dist/interface-essential/Time.js +432 -0
- package/dist/interface-essential/TimeFiles.js +612 -0
- package/dist/interface-essential/TouchGestures.js +1803 -0
- package/dist/interface-essential/TouchID.js +770 -0
- package/dist/interface-essential/View.js +153 -0
- package/dist/interface-essential/VoiceID.js +276 -0
- package/dist/interface-essential/Wireless.js +212 -0
- package/dist/interface-essential/Zoom.js +212 -0
- package/{lib → dist}/interface-essential/index.js +0 -0
- package/dist/internet-networks-servers/Bluetooth.js +56 -0
- package/dist/internet-networks-servers/Cloud.js +641 -0
- package/dist/internet-networks-servers/DataTransfer.js +201 -0
- package/dist/internet-networks-servers/Network.js +657 -0
- package/dist/internet-networks-servers/Servers.js +1502 -0
- package/dist/internet-networks-servers/UploadDownload.js +993 -0
- package/dist/internet-networks-servers/Wifi.js +679 -0
- package/dist/internet-networks-servers/Wireless.js +225 -0
- package/dist/internet-networks-servers/WorldwideWeb.js +516 -0
- package/{lib → dist}/internet-networks-servers/index.js +0 -0
- package/dist/lamps-lights-fire/CeilingLamps.js +345 -0
- package/dist/lamps-lights-fire/LightBubbles.js +180 -0
- package/dist/lamps-lights-fire/LighterMatchesCandles.js +130 -0
- package/dist/lamps-lights-fire/SmartLighting.js +137 -0
- package/dist/lamps-lights-fire/StandingLamps.js +45 -0
- package/dist/lamps-lights-fire/TableLamps.js +179 -0
- package/{lib → dist}/lamps-lights-fire/index.js +0 -0
- package/dist/landmarks/Bridges.js +70 -0
- package/dist/landmarks/HistoricalBuildings.js +70 -0
- package/dist/landmarks/LandmarksAsiaAustralia.js +517 -0
- package/dist/landmarks/LandmarksEurope.js +533 -0
- package/dist/landmarks/LandmarksMiddleEastIndia.js +203 -0
- package/dist/landmarks/LandmarksTheAmericas.js +359 -0
- package/dist/landmarks/OfficialBuildings.js +130 -0
- package/dist/landmarks/Parks.js +76 -0
- package/dist/landmarks/VariousBuildings.js +177 -0
- package/{lib → dist}/landmarks/index.js +0 -0
- package/dist/logos/Advertising.js +7 -0
- package/dist/logos/BlogNewsFeed.js +150 -0
- package/dist/logos/DesignersCommunities.js +159 -0
- package/dist/logos/DeveloperCommunities.js +76 -0
- package/dist/logos/ECommerce.js +113 -0
- package/dist/logos/InternetProtocol.js +13 -0
- package/dist/logos/MailingServices.js +13 -0
- package/dist/logos/MessagingVideoMeetings.js +252 -0
- package/dist/logos/Music.js +130 -0
- package/dist/logos/OSSystems.js +95 -0
- package/dist/logos/OnlineReading.js +71 -0
- package/dist/logos/Payment.js +33 -0
- package/dist/logos/PhotosImages.js +137 -0
- package/dist/logos/ProfessionalNetworks.js +81 -0
- package/dist/logos/ProfessionalTools.js +60 -0
- package/dist/logos/QA.js +7 -0
- package/dist/logos/SearchEngines.js +59 -0
- package/dist/logos/SocialBookmarking.js +55 -0
- package/dist/logos/SocialMedias.js +797 -0
- package/dist/logos/Statistics.js +50 -0
- package/dist/logos/Technology.js +98 -0
- package/dist/logos/Travel.js +49 -0
- package/dist/logos/VideoGames.js +32 -0
- package/dist/logos/Videos.js +152 -0
- package/dist/logos/WebServices.js +189 -0
- package/{lib → dist}/logos/index.js +0 -0
- package/dist/maps-navigation/AddRemoveFavorites.js +82 -0
- package/dist/maps-navigation/Compass.js +138 -0
- package/dist/maps-navigation/Earth.js +455 -0
- package/dist/maps-navigation/Location.js +52 -0
- package/dist/maps-navigation/Maps.js +66 -0
- package/dist/maps-navigation/Pins.js +233 -0
- package/dist/maps-navigation/PinsStyleOne.js +355 -0
- package/dist/maps-navigation/PinsStyleThree.js +2693 -0
- package/dist/maps-navigation/PinsStyleTwo.js +277 -0
- package/dist/maps-navigation/ShareLocation.js +38 -0
- package/dist/maps-navigation/SignShapes.js +84 -0
- package/dist/maps-navigation/SyncLocation.js +38 -0
- package/dist/maps-navigation/Trip.js +164 -0
- package/{lib → dist}/maps-navigation/index.js +0 -0
- package/dist/messages-chat-smileys/Conversation.js +523 -0
- package/dist/messages-chat-smileys/MessagesPeople.js +1320 -0
- package/dist/messages-chat-smileys/MessagesSpeechBubbles.js +1012 -0
- package/dist/messages-chat-smileys/SignalFlags.js +99 -0
- package/dist/messages-chat-smileys/Smileys.js +4282 -0
- package/{lib → dist}/messages-chat-smileys/index.js +0 -0
- package/dist/money-payments-finance/AccountingBilling.js +208 -0
- package/dist/money-payments-finance/CashPayments.js +358 -0
- package/dist/money-payments-finance/CheckPayments.js +94 -0
- package/dist/money-payments-finance/CreditCardPayments.js +538 -0
- package/dist/money-payments-finance/CryptoCurrencies.js +1040 -0
- package/dist/money-payments-finance/Currencies.js +403 -0
- package/dist/money-payments-finance/FinanceSavings.js +467 -0
- package/dist/money-payments-finance/ModernPayments.js +335 -0
- package/dist/money-payments-finance/Money.js +390 -0
- package/dist/money-payments-finance/Wealth.js +314 -0
- package/{lib → dist}/money-payments-finance/index.js +0 -0
- package/dist/music-audio/AudioFiles.js +963 -0
- package/dist/music-audio/AudioSystemEqualizer.js +95 -0
- package/dist/music-audio/CDPlayer.js +139 -0
- package/dist/music-audio/EarpodsAirpods.js +353 -0
- package/dist/music-audio/Headphones.js +210 -0
- package/dist/music-audio/IPodDigitalPlayers.js +208 -0
- package/dist/music-audio/Microphone.js +307 -0
- package/dist/music-audio/ModernMusic.js +190 -0
- package/dist/music-audio/Music.js +270 -0
- package/dist/music-audio/MusicGenres.js +532 -0
- package/dist/music-audio/MusicInstruments.js +561 -0
- package/dist/music-audio/Playlists.js +523 -0
- package/dist/music-audio/Podcasts.js +188 -0
- package/dist/music-audio/Radios.js +188 -0
- package/dist/music-audio/Speakers.js +109 -0
- package/dist/music-audio/VinylRecords.js +90 -0
- package/dist/music-audio/VolumeControls.js +373 -0
- package/dist/music-audio/WalkmanTapes.js +132 -0
- package/{lib → dist}/music-audio/index.js +0 -0
- package/dist/nature-farming/AgriculturalMachinery.js +488 -0
- package/dist/nature-farming/Farming.js +433 -0
- package/dist/nature-farming/Flowers.js +139 -0
- package/dist/nature-farming/Gardening.js +568 -0
- package/dist/nature-farming/Outdoors.js +283 -0
- package/dist/nature-farming/Plants.js +333 -0
- package/dist/nature-farming/Trees.js +180 -0
- package/{lib → dist}/nature-farming/index.js +0 -0
- package/dist/outdoors-recreation/Beach.js +328 -0
- package/dist/outdoors-recreation/Camping.js +222 -0
- package/dist/outdoors-recreation/Canoe.js +171 -0
- package/dist/outdoors-recreation/Diving.js +170 -0
- package/dist/outdoors-recreation/Fishing.js +158 -0
- package/dist/outdoors-recreation/LandmarksViewPoints.js +119 -0
- package/dist/outdoors-recreation/NauticalSports.js +151 -0
- package/dist/outdoors-recreation/OutdoorParks.js +791 -0
- package/dist/outdoors-recreation/Sailing.js +201 -0
- package/dist/outdoors-recreation/Trekking.js +241 -0
- package/{lib → dist}/outdoors-recreation/index.js +0 -0
- package/dist/pets-animals/Amphibians.js +91 -0
- package/dist/pets-animals/AnimalPrints.js +327 -0
- package/dist/pets-animals/Apes.js +113 -0
- package/dist/pets-animals/Bears.js +71 -0
- package/dist/pets-animals/Birds.js +122 -0
- package/dist/pets-animals/Cats.js +439 -0
- package/dist/pets-animals/ChickenDucks.js +189 -0
- package/dist/pets-animals/Deers.js +182 -0
- package/dist/pets-animals/Dogs.js +274 -0
- package/dist/pets-animals/ElephantsRhinoceros.js +136 -0
- package/dist/pets-animals/Fish.js +27 -0
- package/dist/pets-animals/FlyingInsects.js +504 -0
- package/dist/pets-animals/Girafe.js +28 -0
- package/dist/pets-animals/Insects.js +293 -0
- package/dist/pets-animals/Jellyfish.js +94 -0
- package/dist/pets-animals/Koala.js +52 -0
- package/dist/pets-animals/LionTigers.js +263 -0
- package/dist/pets-animals/Livestock.js +181 -0
- package/dist/pets-animals/MarineMammals.js +134 -0
- package/dist/pets-animals/MiceRats.js +130 -0
- package/dist/pets-animals/OctopusSquids.js +52 -0
- package/dist/pets-animals/Peacocks.js +89 -0
- package/dist/pets-animals/Pets.js +289 -0
- package/dist/pets-animals/PetsTracking.js +341 -0
- package/dist/pets-animals/Rabbit.js +48 -0
- package/dist/pets-animals/Reptiles.js +147 -0
- package/dist/pets-animals/Rodents.js +134 -0
- package/dist/pets-animals/SharksSportFish.js +122 -0
- package/dist/pets-animals/Shellfish.js +93 -0
- package/dist/pets-animals/Shells.js +82 -0
- package/dist/pets-animals/Snails.js +26 -0
- package/dist/pets-animals/Spiders.js +82 -0
- package/dist/pets-animals/Swans.js +46 -0
- package/dist/pets-animals/VariousFish.js +53 -0
- package/dist/pets-animals/VariousMammals.js +112 -0
- package/dist/pets-animals/Whales.js +71 -0
- package/dist/pets-animals/WildBirds.js +376 -0
- package/dist/pets-animals/WolvesFoxes.js +139 -0
- package/{lib → dist}/pets-animals/index.js +0 -0
- package/dist/phones-mobile-devices/BluetoothWifi.js +107 -0
- package/dist/phones-mobile-devices/CellularNetwork.js +236 -0
- package/dist/phones-mobile-devices/ChargingBattery.js +462 -0
- package/dist/phones-mobile-devices/ConnectDevices.js +38 -0
- package/dist/phones-mobile-devices/ContentActions.js +1380 -0
- package/dist/phones-mobile-devices/FaxAnswerMachine.js +51 -0
- package/dist/phones-mobile-devices/ForbidenBroken.js +62 -0
- package/dist/phones-mobile-devices/ForceTouchSqueezableGestures.js +218 -0
- package/dist/phones-mobile-devices/MobilePhones.js +176 -0
- package/dist/phones-mobile-devices/Phone.js +234 -0
- package/dist/phones-mobile-devices/PhoneActions.js +895 -0
- package/dist/phones-mobile-devices/PhoneCameraSelfies.js +296 -0
- package/dist/phones-mobile-devices/QRCode.js +146 -0
- package/dist/phones-mobile-devices/RotateScrollExpand.js +151 -0
- package/dist/phones-mobile-devices/SIMCard.js +21 -0
- package/dist/phones-mobile-devices/Signal.js +186 -0
- package/dist/phones-mobile-devices/Vibrate.js +50 -0
- package/{lib → dist}/phones-mobile-devices/index.js +0 -0
- package/dist/programing-apps-websites/AndroidApps.js +168 -0
- package/dist/programing-apps-websites/Apps.js +1619 -0
- package/dist/programing-apps-websites/BugSecurity.js +349 -0
- package/dist/programing-apps-websites/CodingFiles.js +2998 -0
- package/dist/programing-apps-websites/Databases.js +1663 -0
- package/dist/programing-apps-websites/LearningPrograming.js +39 -0
- package/dist/programing-apps-websites/PluginsModules.js +258 -0
- package/dist/programing-apps-websites/Programing.js +631 -0
- package/dist/programing-apps-websites/ProgramingLanguages.js +207 -0
- package/dist/programing-apps-websites/ResponsiveDesign.js +220 -0
- package/dist/programing-apps-websites/UIComponents.js +525 -0
- package/dist/programing-apps-websites/WebsiteDevelopment.js +404 -0
- package/{lib → dist}/programing-apps-websites/index.js +0 -0
- package/dist/real-estate/ActionsBuildings.js +461 -0
- package/dist/real-estate/ActionsHouses.js +330 -0
- package/dist/real-estate/Advertising.js +63 -0
- package/dist/real-estate/AppsWebsites.js +128 -0
- package/dist/real-estate/Deals.js +140 -0
- package/dist/real-estate/Favorites.js +227 -0
- package/dist/real-estate/InsuranceProtection.js +120 -0
- package/dist/real-estate/Location.js +51 -0
- package/dist/real-estate/MapsDimensions.js +116 -0
- package/dist/real-estate/Market.js +295 -0
- package/dist/real-estate/RealEstate.js +529 -0
- package/dist/real-estate/Search.js +52 -0
- package/dist/real-estate/Settings.js +109 -0
- package/dist/real-estate/Signs.js +449 -0
- package/dist/real-estate/Update.js +81 -0
- package/{lib → dist}/real-estate/index.js +0 -0
- package/dist/romance/BreakupDivorce.js +225 -0
- package/dist/romance/Couples.js +369 -0
- package/dist/romance/Dating.js +299 -0
- package/dist/romance/Engagement.js +95 -0
- package/dist/romance/Love.js +463 -0
- package/dist/romance/LoveGifts.js +186 -0
- package/dist/romance/Wedding.js +353 -0
- package/{lib → dist}/romance/index.js +0 -0
- package/dist/school-learning/AudioBooks.js +371 -0
- package/dist/school-learning/ELearning.js +183 -0
- package/dist/school-learning/LibraryReading.js +442 -0
- package/dist/school-learning/School.js +700 -0
- package/dist/school-learning/StudyingLearning.js +309 -0
- package/{lib → dist}/school-learning/index.js +0 -0
- package/dist/science/Astronomy.js +354 -0
- package/dist/science/LabsExperiments.js +106 -0
- package/dist/science/Science.js +583 -0
- package/dist/science/ScienceFiction.js +144 -0
- package/dist/science/SpaceExploration.js +407 -0
- package/{lib → dist}/science/index.js +0 -0
- package/dist/shipping-delivery/Delivery.js +560 -0
- package/dist/shipping-delivery/OverseasShipment.js +295 -0
- package/dist/shipping-delivery/Shipment.js +450 -0
- package/dist/shipping-delivery/ShipmentManagement.js +659 -0
- package/dist/shipping-delivery/WarehouseFullfiment.js +592 -0
- package/{lib → dist}/shipping-delivery/index.js +0 -0
- package/dist/shopping-ecommerce/Baskets.js +484 -0
- package/dist/shopping-ecommerce/Carts.js +437 -0
- package/dist/shopping-ecommerce/DiscountCoupons.js +344 -0
- package/dist/shopping-ecommerce/ECommerce.js +564 -0
- package/dist/shopping-ecommerce/MobileShopping.js +202 -0
- package/dist/shopping-ecommerce/Products.js +269 -0
- package/dist/shopping-ecommerce/Receipts.js +111 -0
- package/dist/shopping-ecommerce/ShoppingBags.js +388 -0
- package/dist/shopping-ecommerce/Shops.js +628 -0
- package/dist/shopping-ecommerce/TagsCodes.js +479 -0
- package/{lib → dist}/shopping-ecommerce/index.js +0 -0
- package/dist/social-medias-rewards-rating/Certified.js +152 -0
- package/dist/social-medias-rewards-rating/Flags.js +258 -0
- package/dist/social-medias-rewards-rating/Gaming.js +308 -0
- package/dist/social-medias-rewards-rating/Gifts.js +203 -0
- package/dist/social-medias-rewards-rating/Likes.js +289 -0
- package/dist/social-medias-rewards-rating/LoveIt.js +419 -0
- package/dist/social-medias-rewards-rating/Mood.js +147 -0
- package/dist/social-medias-rewards-rating/Ranking.js +268 -0
- package/dist/social-medias-rewards-rating/Rating.js +316 -0
- package/dist/social-medias-rewards-rating/RewardsAwards.js +530 -0
- package/dist/social-medias-rewards-rating/SocialProfile.js +108 -0
- package/dist/social-medias-rewards-rating/Trends.js +109 -0
- package/dist/social-medias-rewards-rating/VIPTopUsers.js +142 -0
- package/{lib → dist}/social-medias-rewards-rating/index.js +0 -0
- package/dist/sports/Archery.js +51 -0
- package/dist/sports/Athletics.js +238 -0
- package/dist/sports/BaseballBallGames.js +171 -0
- package/dist/sports/BasketballVolleyball.js +156 -0
- package/dist/sports/Biking.js +137 -0
- package/dist/sports/Bowling.js +87 -0
- package/dist/sports/Boxing.js +121 -0
- package/dist/sports/ClimbingSpeleology.js +81 -0
- package/dist/sports/Dancing.js +26 -0
- package/dist/sports/Fitness.js +445 -0
- package/dist/sports/Golf.js +128 -0
- package/dist/sports/Gymnastics.js +303 -0
- package/dist/sports/MatrialArts.js +136 -0
- package/dist/sports/OlympicsParalympicsGames.js +370 -0
- package/dist/sports/Pool.js +144 -0
- package/dist/sports/RugbyAmericanFootball.js +151 -0
- package/dist/sports/Shooting.js +83 -0
- package/dist/sports/SkateboardRollerblades.js +205 -0
- package/dist/sports/Skiing.js +394 -0
- package/dist/sports/Soccer.js +134 -0
- package/dist/sports/Swimming.js +194 -0
- package/dist/sports/TennisBadminton.js +319 -0
- package/dist/sports/VariousSports.js +125 -0
- package/dist/sports/YogaStretching.js +334 -0
- package/{lib → dist}/sports/index.js +0 -0
- package/{lib → dist}/streamline-bold.js +0 -0
- package/dist/technology/3DPrinting.js +628 -0
- package/dist/technology/ArtificialIntelligence.js +141 -0
- package/dist/technology/AutomatedTranslation.js +173 -0
- package/dist/technology/Beacons.js +244 -0
- package/dist/technology/Drones.js +391 -0
- package/dist/technology/FutureTechs.js +514 -0
- package/dist/technology/SmartHouse.js +870 -0
- package/dist/technology/VirtualReality.js +515 -0
- package/{lib → dist}/technology/index.js +0 -0
- package/dist/tools-constructions/ClampsJacks.js +114 -0
- package/dist/tools-constructions/Equipment.js +109 -0
- package/dist/tools-constructions/Hardware.js +276 -0
- package/dist/tools-constructions/Materials.js +325 -0
- package/dist/tools-constructions/MeasuresLevels.js +84 -0
- package/dist/tools-constructions/PowerTools.js +102 -0
- package/dist/tools-constructions/Safety.js +77 -0
- package/dist/tools-constructions/Tools.js +590 -0
- package/{lib → dist}/tools-constructions/index.js +0 -0
- package/dist/transportation/AdventureCars.js +190 -0
- package/dist/transportation/Aircraft.js +347 -0
- package/dist/transportation/AutonomusCars.js +307 -0
- package/dist/transportation/Bicycles.js +92 -0
- package/dist/transportation/Bus.js +110 -0
- package/dist/transportation/CarActions.js +302 -0
- package/dist/transportation/CarInsurance.js +32 -0
- package/dist/transportation/Cars.js +458 -0
- package/dist/transportation/DashboardSymbols.js +397 -0
- package/dist/transportation/GarageRepairs.js +558 -0
- package/dist/transportation/Gas.js +34 -0
- package/dist/transportation/Navigation.js +175 -0
- package/dist/transportation/Parking.js +124 -0
- package/dist/transportation/PublicServices.js +121 -0
- package/dist/transportation/Railroad.js +270 -0
- package/dist/transportation/RoadsLights.js +201 -0
- package/dist/transportation/ScootersBikes.js +95 -0
- package/dist/transportation/SeaTransportation.js +303 -0
- package/dist/transportation/Segway.js +106 -0
- package/dist/transportation/Signs.js +4982 -0
- package/dist/transportation/SportsCars.js +151 -0
- package/dist/transportation/Taxi.js +201 -0
- package/dist/transportation/ToolsComponents.js +168 -0
- package/dist/transportation/TransportationTicketsTransfers.js +563 -0
- package/dist/transportation/Trucks.js +251 -0
- package/dist/transportation/Various.js +65 -0
- package/dist/transportation/VintageCars.js +204 -0
- package/{lib → dist}/transportation/index.js +0 -0
- package/dist/travel/Airport.js +94 -0
- package/dist/travel/Baggage.js +470 -0
- package/dist/travel/Passports.js +148 -0
- package/dist/travel/PlanesTrip.js +423 -0
- package/dist/travel/SecurityCustoms.js +341 -0
- package/dist/travel/TicketsCheckInSchedule.js +160 -0
- package/dist/travel/TravelInsurance.js +76 -0
- package/dist/travel/TravelMetaphor.js +183 -0
- package/{lib → dist}/travel/index.js +0 -0
- package/dist/users/GeomerticCloseUpMultipleUsers.js +439 -0
- package/dist/users/GeomerticCloseUpMultipleUsersActions.js +1639 -0
- package/dist/users/GeomerticCloseUpSingleUserActionsNeutral.js +1076 -0
- package/dist/users/GeomerticCloseUpSingleUserMan.js +207 -0
- package/dist/users/GeomerticCloseUpSingleUserNeutral.js +387 -0
- package/dist/users/GeomerticCloseUpSingleUserWoman.js +261 -0
- package/dist/users/GeomerticCloseUpSingleUsersActionsMan.js +1076 -0
- package/dist/users/GeomerticCloseUpSingleUsersActionsWoman.js +1106 -0
- package/dist/users/GeometricFullBodyGenderSymbols.js +188 -0
- package/dist/users/GeometricFullBodyMultipleUsers.js +674 -0
- package/dist/users/GeometricFullBodyMultipleUsersActions.js +3192 -0
- package/dist/users/GeometricFullBodySingleUserActionsMan.js +2076 -0
- package/dist/users/GeometricFullBodySingleUserActionsNeutral.js +2126 -0
- package/dist/users/GeometricFullBodySingleUserActionsWoman.js +2150 -0
- package/dist/users/GeometricFullBodySingleUserMan.js +1057 -0
- package/dist/users/GeometricFullBodySingleUserNeutral.js +1388 -0
- package/dist/users/GeometricFullBodySingleUserWoman.js +1057 -0
- package/dist/users/NaturalCloseUpMultipleUsers.js +104 -0
- package/dist/users/NaturalCloseUpMultipleUsersActions.js +1038 -0
- package/dist/users/NaturalCloseUpSingleUserActionsMan.js +751 -0
- package/dist/users/NaturalCloseUpSingleUserActionsNeutral.js +776 -0
- package/dist/users/NaturalCloseUpSingleUserActionsWoman.js +776 -0
- package/dist/users/NaturalCloseUpSingleUserMan.js +165 -0
- package/dist/users/NaturalCloseUpSingleUserNeutral.js +297 -0
- package/dist/users/NaturalCloseUpSingleUserWoman.js +171 -0
- package/{lib → dist}/users/index.js +0 -0
- package/dist/video-games/FamousCharacters.js +864 -0
- package/dist/video-games/FamousVideoGames.js +1340 -0
- package/dist/video-games/VideoGamesControl.js +226 -0
- package/dist/video-games/VideoGamesDevices.js +229 -0
- package/dist/video-games/VideoGamesLogos.js +348 -0
- package/{lib → dist}/video-games/index.js +0 -0
- package/dist/video-movies-t-v/Cameras.js +107 -0
- package/dist/video-movies-t-v/Controls.js +554 -0
- package/dist/video-movies-t-v/ModernTV.js +335 -0
- package/dist/video-movies-t-v/Movies.js +292 -0
- package/dist/video-movies-t-v/VideoEdition.js +396 -0
- package/dist/video-movies-t-v/VideoFiles.js +975 -0
- package/dist/video-movies-t-v/VideoPlayers.js +408 -0
- package/dist/video-movies-t-v/VintageTV.js +54 -0
- package/{lib → dist}/video-movies-t-v/index.js +0 -0
- package/dist/wayfinding/Allowances.js +297 -0
- package/dist/wayfinding/Cleaning.js +263 -0
- package/dist/wayfinding/CloakLockersRoom.js +249 -0
- package/dist/wayfinding/Disability.js +940 -0
- package/dist/wayfinding/Escalators.js +126 -0
- package/dist/wayfinding/Family.js +251 -0
- package/dist/wayfinding/Garbages.js +124 -0
- package/dist/wayfinding/InformationDesk.js +181 -0
- package/dist/wayfinding/Laundry.js +170 -0
- package/dist/wayfinding/Lifts.js +52 -0
- package/dist/wayfinding/MovingWalkway.js +74 -0
- package/dist/wayfinding/Safety.js +952 -0
- package/dist/wayfinding/Seats.js +137 -0
- package/dist/wayfinding/Stairs.js +114 -0
- package/dist/wayfinding/SwimmingPool.js +51 -0
- package/dist/wayfinding/Tickets.js +493 -0
- package/dist/wayfinding/Toilets.js +258 -0
- package/dist/wayfinding/WaitingRoom.js +136 -0
- package/dist/wayfinding/Walking.js +120 -0
- package/dist/wayfinding/WaterFountain.js +210 -0
- package/{lib → dist}/wayfinding/index.js +0 -0
- package/dist/weather/DayNight.js +504 -0
- package/dist/weather/Humidity.js +38 -0
- package/dist/weather/IceSnow.js +106 -0
- package/dist/weather/NaturalDisasters.js +542 -0
- package/dist/weather/Rain.js +206 -0
- package/dist/weather/Temperatures.js +547 -0
- package/dist/weather/UV.js +248 -0
- package/dist/weather/Visibility.js +142 -0
- package/dist/weather/Weather.js +1650 -0
- package/dist/weather/WeatherApps.js +352 -0
- package/dist/weather/Wind.js +175 -0
- package/{lib → dist}/weather/index.js +0 -0
- package/dist/work-office-companies/HumanResources.js +775 -0
- package/dist/work-office-companies/IdeasCreativity.js +615 -0
- package/dist/work-office-companies/JobSearchRecruiting.js +242 -0
- package/dist/work-office-companies/Legal.js +65 -0
- package/dist/work-office-companies/MeetingsCollaboration.js +575 -0
- package/dist/work-office-companies/Office.js +537 -0
- package/dist/work-office-companies/OfficeFiles.js +807 -0
- package/dist/work-office-companies/Presentations.js +500 -0
- package/dist/work-office-companies/Tasks.js +1114 -0
- package/dist/work-office-companies/VideoMeetings.js +606 -0
- package/dist/work-office-companies/WorkOffice.js +278 -0
- package/{lib → dist}/work-office-companies/index.js +0 -0
- package/package.json +1 -19
- package/lib/arrows-diagrams/Arrows.js +0 -138
- package/lib/arrows-diagrams/Diagrams.js +0 -61
- package/lib/avatars/GeometricMenFamousPeople.js +0 -6
- package/lib/avatars/GeometricMenHistory.js +0 -8
- package/lib/avatars/GeometricMenOldPeople.js +0 -3
- package/lib/avatars/GeometricMenPeople.js +0 -24
- package/lib/avatars/GeometricMenPoliceArmyCrime.js +0 -15
- package/lib/avatars/GeometricMenProfessions.js +0 -20
- package/lib/avatars/GeometricMenReligion.js +0 -6
- package/lib/avatars/GeometricMenVintage.js +0 -5
- package/lib/avatars/GeometricWomenFamousPeople.js +0 -1
- package/lib/avatars/GeometricWomenHistory.js +0 -2
- package/lib/avatars/GeometricWomenOldPeople.js +0 -2
- package/lib/avatars/GeometricWomenPeople.js +0 -25
- package/lib/avatars/GeometricWomenPoliceArmyCrime.js +0 -11
- package/lib/avatars/GeometricWomenProfessions.js +0 -18
- package/lib/avatars/GeometricWomenReligion.js +0 -2
- package/lib/avatars/GeometricWomenVintage.js +0 -3
- package/lib/avatars/NaturalMenFamousPeople.js +0 -6
- package/lib/avatars/NaturalMenHistory.js +0 -8
- package/lib/avatars/NaturalMenOldPeople.js +0 -3
- package/lib/avatars/NaturalMenPeople.js +0 -25
- package/lib/avatars/NaturalMenPoliceArmyCrime.js +0 -15
- package/lib/avatars/NaturalMenProfessions.js +0 -18
- package/lib/avatars/NaturalMenReligion.js +0 -6
- package/lib/avatars/NaturalMenVintage.js +0 -5
- package/lib/avatars/NaturalWomenFamousPeople.js +0 -1
- package/lib/avatars/NaturalWomenHistory.js +0 -2
- package/lib/avatars/NaturalWomenOldPeople.js +0 -2
- package/lib/avatars/NaturalWomenPeople.js +0 -25
- package/lib/avatars/NaturalWomenPoliceArmyCrime.js +0 -11
- package/lib/avatars/NaturalWomenProfessions.js +0 -18
- package/lib/avatars/NaturalWomenReligion.js +0 -2
- package/lib/avatars/NaturalWomenVintage.js +0 -3
- package/lib/building-construction/ArchitecturalFeatures.js +0 -8
- package/lib/building-construction/Buildings.js +0 -16
- package/lib/building-construction/ConceptionProjects.js +0 -11
- package/lib/building-construction/Construction.js +0 -14
- package/lib/building-construction/HeavyEquipment.js +0 -18
- package/lib/building-construction/Houses.js +0 -15
- package/lib/building-construction/ModernArchitecture.js +0 -11
- package/lib/building-construction/Utilities.js +0 -5
- package/lib/business-products/ABTesting.js +0 -8
- package/lib/business-products/Advertising.js +0 -9
- package/lib/business-products/Analytics.js +0 -16
- package/lib/business-products/Business.js +0 -28
- package/lib/business-products/BusinessDeals.js +0 -17
- package/lib/business-products/BusinessMetaphors.js +0 -23
- package/lib/business-products/DataFiles.js +0 -50
- package/lib/business-products/MonetizationProfits.js +0 -18
- package/lib/business-products/Optimization.js +0 -8
- package/lib/business-products/Performances.js +0 -14
- package/lib/business-products/ProductLaunch.js +0 -6
- package/lib/business-products/SEO.js +0 -16
- package/lib/business-products/Strategy.js +0 -14
- package/lib/clothes-footwear-accessories/Accessories.js +0 -13
- package/lib/clothes-footwear-accessories/Bags.js +0 -5
- package/lib/clothes-footwear-accessories/Beanies.js +0 -5
- package/lib/clothes-footwear-accessories/Caps.js +0 -6
- package/lib/clothes-footwear-accessories/ClothesDesign.js +0 -10
- package/lib/clothes-footwear-accessories/DressSkirts.js +0 -5
- package/lib/clothes-footwear-accessories/Footwear.js +0 -13
- package/lib/clothes-footwear-accessories/Glasses.js +0 -11
- package/lib/clothes-footwear-accessories/Hats.js +0 -14
- package/lib/clothes-footwear-accessories/ShirtsSweatersTop.js +0 -20
- package/lib/clothes-footwear-accessories/TrousersShirts.js +0 -7
- package/lib/clothes-footwear-accessories/Underwear.js +0 -12
- package/lib/computers-devices-electronics/Arduino.js +0 -5
- package/lib/computers-devices-electronics/CDRom.js +0 -7
- package/lib/computers-devices-electronics/Cables.js +0 -8
- package/lib/computers-devices-electronics/DesktopActions.js +0 -22
- package/lib/computers-devices-electronics/DesktopComputers.js +0 -23
- package/lib/computers-devices-electronics/Electronics.js +0 -24
- package/lib/computers-devices-electronics/FloppyDisks.js +0 -4
- package/lib/computers-devices-electronics/HardDrives.js +0 -4
- package/lib/computers-devices-electronics/KeyboardMouse.js +0 -12
- package/lib/computers-devices-electronics/LaptopActions.js +0 -22
- package/lib/computers-devices-electronics/LaptopComputers.js +0 -7
- package/lib/computers-devices-electronics/Memory.js +0 -17
- package/lib/computers-devices-electronics/MicroprocessorChips.js +0 -13
- package/lib/computers-devices-electronics/PowerSupply.js +0 -8
- package/lib/computers-devices-electronics/ScanPrint.js +0 -2
- package/lib/computers-devices-electronics/Screens.js +0 -5
- package/lib/computers-devices-electronics/SmartWatches.js +0 -116
- package/lib/computers-devices-electronics/TabletsKindle.js +0 -7
- package/lib/computers-devices-electronics/Webcam.js +0 -3
- package/lib/content/Archives.js +0 -7
- package/lib/content/Books.js +0 -35
- package/lib/content/ContentCreation.js +0 -30
- package/lib/content/Newspapers.js +0 -5
- package/lib/content/Notes.js +0 -41
- package/lib/crime-war-protection/AntiqueWeapons.js +0 -14
- package/lib/crime-war-protection/Army.js +0 -39
- package/lib/crime-war-protection/Bombs.js +0 -10
- package/lib/crime-war-protection/Crime.js +0 -5
- package/lib/crime-war-protection/Death.js +0 -5
- package/lib/crime-war-protection/Legal.js +0 -6
- package/lib/crime-war-protection/ModernWeapons.js +0 -14
- package/lib/crime-war-protection/Police.js +0 -16
- package/lib/crime-war-protection/Protection.js +0 -23
- package/lib/crime-war-protection/Punishment.js +0 -7
- package/lib/crime-war-protection/Surveillance.js +0 -11
- package/lib/culture-religion/AstrologyMagic.js +0 -19
- package/lib/culture-religion/HistoryFolklore.js +0 -37
- package/lib/culture-religion/PrimitiveSymbols.js +0 -10
- package/lib/culture-religion/Religion.js +0 -33
- package/lib/design/Align.js +0 -14
- package/lib/design/ColorsPainting.js +0 -38
- package/lib/design/CropsArtboards.js +0 -9
- package/lib/design/DesignFiles.js +0 -48
- package/lib/design/DesignProcess.js +0 -13
- package/lib/design/DesignTools.js +0 -20
- package/lib/design/Flip.js +0 -4
- package/lib/design/GraphicTablets.js +0 -5
- package/lib/design/GridsRulers.js +0 -12
- package/lib/design/Layers.js +0 -25
- package/lib/design/Pathfinder.js +0 -8
- package/lib/design/Reorder.js +0 -2
- package/lib/design/Resize.js +0 -7
- package/lib/design/Rotate.js +0 -9
- package/lib/design/Shapes.js +0 -16
- package/lib/design/Transform.js +0 -5
- package/lib/design/Vectors.js +0 -25
- package/lib/ecology/CleanCars.js +0 -10
- package/lib/ecology/Deforestation.js +0 -3
- package/lib/ecology/EcologicalHouses.js +0 -2
- package/lib/ecology/Ecology.js +0 -21
- package/lib/ecology/GMOChemicalFood.js +0 -8
- package/lib/ecology/GlobalWarming.js +0 -4
- package/lib/ecology/NuclearFossilEnergy.js +0 -10
- package/lib/ecology/OrganicNonGMO.js +0 -7
- package/lib/ecology/PlantGrowthOrganicFertilizer.js +0 -14
- package/lib/ecology/Pollution.js +0 -14
- package/lib/ecology/Recycling.js +0 -12
- package/lib/ecology/RenewableEnergy.js +0 -21
- package/lib/ecology/Seasons.js +0 -4
- package/lib/ecology/WaterProtection.js +0 -8
- package/lib/ecology/WildlifeProtection.js +0 -4
- package/lib/emails/Drawers.js +0 -13
- package/lib/emails/EmailActions.js +0 -40
- package/lib/emails/Envelopes.js +0 -7
- package/lib/emails/Mailbox.js +0 -5
- package/lib/emails/ReadEmail.js +0 -11
- package/lib/emails/SendEmail.js +0 -9
- package/lib/emails/Stamps.js +0 -5
- package/lib/entertainment-events-hobbies/AmusementParks.js +0 -12
- package/lib/entertainment-events-hobbies/BrainBoardGames.js +0 -17
- package/lib/entertainment-events-hobbies/CardGames.js +0 -10
- package/lib/entertainment-events-hobbies/Casino.js +0 -25
- package/lib/entertainment-events-hobbies/Circus.js +0 -7
- package/lib/entertainment-events-hobbies/ConcertsNightClubs.js +0 -10
- package/lib/entertainment-events-hobbies/Crafts.js +0 -11
- package/lib/entertainment-events-hobbies/FarmersMarket.js +0 -2
- package/lib/entertainment-events-hobbies/Fireworks.js +0 -4
- package/lib/entertainment-events-hobbies/Movies.js +0 -8
- package/lib/entertainment-events-hobbies/MuseumExhibitions.js +0 -4
- package/lib/entertainment-events-hobbies/Party.js +0 -15
- package/lib/entertainment-events-hobbies/ShowTheater.js +0 -11
- package/lib/entertainment-events-hobbies/Ticketing.js +0 -6
- package/lib/family-babies-kids/Babies.js +0 -11
- package/lib/family-babies-kids/BabyCare.js +0 -10
- package/lib/family-babies-kids/EducationalToys.js +0 -7
- package/lib/family-babies-kids/Family.js +0 -12
- package/lib/family-babies-kids/OutdoorActivities.js +0 -7
- package/lib/family-babies-kids/Toys.js +0 -26
- package/lib/files-folders/CommonFiles.js +0 -74
- package/lib/files-folders/FilesCopyright.js +0 -8
- package/lib/files-folders/Folders.js +0 -90
- package/lib/files-folders/ZippedFiles.js +0 -27
- package/lib/food-drinks/AnimalProducts.js +0 -7
- package/lib/food-drinks/Appliances.js +0 -15
- package/lib/food-drinks/AsianFood.js +0 -7
- package/lib/food-drinks/Barbeque.js +0 -7
- package/lib/food-drinks/Beer.js +0 -6
- package/lib/food-drinks/Bread.js +0 -9
- package/lib/food-drinks/Breakfast.js +0 -9
- package/lib/food-drinks/CakesCandies.js +0 -17
- package/lib/food-drinks/ChampagneSpirits.js +0 -8
- package/lib/food-drinks/ChefGear.js +0 -18
- package/lib/food-drinks/Cocktails.js +0 -6
- package/lib/food-drinks/Coffee.js +0 -19
- package/lib/food-drinks/EatingRestaurant.js +0 -9
- package/lib/food-drinks/ExoticFood.js +0 -9
- package/lib/food-drinks/FastFood.js +0 -12
- package/lib/food-drinks/FreezerCookingTemperatures.js +0 -5
- package/lib/food-drinks/Fruits.js +0 -15
- package/lib/food-drinks/IceCream.js +0 -10
- package/lib/food-drinks/Kitchenware.js +0 -24
- package/lib/food-drinks/Knives.js +0 -4
- package/lib/food-drinks/Milk.js +0 -2
- package/lib/food-drinks/PastaMeals.js +0 -7
- package/lib/food-drinks/Seafood.js +0 -8
- package/lib/food-drinks/Seasoning.js +0 -5
- package/lib/food-drinks/SoftDrinks.js +0 -11
- package/lib/food-drinks/Stove.js +0 -9
- package/lib/food-drinks/Teas.js +0 -9
- package/lib/food-drinks/Tools.js +0 -4
- package/lib/food-drinks/Vegetables.js +0 -11
- package/lib/food-drinks/Water.js +0 -12
- package/lib/food-drinks/Wine.js +0 -7
- package/lib/furnitures-decoration/Armchairs.js +0 -8
- package/lib/furnitures-decoration/AsianInteriors.js +0 -11
- package/lib/furnitures-decoration/Beds.js +0 -4
- package/lib/furnitures-decoration/ChairsStools.js +0 -11
- package/lib/furnitures-decoration/Consoles.js +0 -4
- package/lib/furnitures-decoration/Decoration.js +0 -11
- package/lib/furnitures-decoration/DressersDrawers.js +0 -13
- package/lib/furnitures-decoration/Dressing.js +0 -7
- package/lib/furnitures-decoration/Fireplaces.js +0 -2
- package/lib/furnitures-decoration/Kitchen.js +0 -7
- package/lib/furnitures-decoration/NightStands.js +0 -3
- package/lib/furnitures-decoration/Shelves.js +0 -6
- package/lib/furnitures-decoration/SofasBenches.js +0 -5
- package/lib/furnitures-decoration/Stairs.js +0 -2
- package/lib/furnitures-decoration/SteampunkDecoration.js +0 -3
- package/lib/furnitures-decoration/Tables.js +0 -6
- package/lib/health-beauty/Ambulance.js +0 -5
- package/lib/health-beauty/BandagesCasts.js +0 -7
- package/lib/health-beauty/BeardShaving.js +0 -6
- package/lib/health-beauty/Blood.js +0 -10
- package/lib/health-beauty/BodyCare.js +0 -15
- package/lib/health-beauty/Brain.js +0 -4
- package/lib/health-beauty/Dentistry.js +0 -13
- package/lib/health-beauty/Dietetics.js +0 -4
- package/lib/health-beauty/DrugsMedication.js +0 -11
- package/lib/health-beauty/FertilityPregnancy.js +0 -7
- package/lib/health-beauty/Hair.js +0 -3
- package/lib/health-beauty/HairDress.js +0 -10
- package/lib/health-beauty/Hospital.js +0 -9
- package/lib/health-beauty/HospitalBedrooms.js +0 -4
- package/lib/health-beauty/InsuranceProtection.js +0 -7
- package/lib/health-beauty/Laboratory.js +0 -3
- package/lib/health-beauty/LaboratoryTests.js +0 -6
- package/lib/health-beauty/MakeUp.js +0 -13
- package/lib/health-beauty/MedicalApps.js +0 -7
- package/lib/health-beauty/MedicalConditions.js +0 -6
- package/lib/health-beauty/MedicalFiles.js +0 -3
- package/lib/health-beauty/MedicalInstruments.js +0 -14
- package/lib/health-beauty/MedicalNanobots.js +0 -8
- package/lib/health-beauty/MedicalPersonnel.js +0 -4
- package/lib/health-beauty/MedicalSpecialities.js +0 -23
- package/lib/health-beauty/MedicalSymbols.js +0 -4
- package/lib/health-beauty/MedicalTechnologicAdvances.js +0 -5
- package/lib/health-beauty/Monitoring.js +0 -8
- package/lib/health-beauty/RadiologyScanner.js +0 -6
- package/lib/health-beauty/Transfusions.js +0 -5
- package/lib/health-beauty/WaitingRoomAppointments.js +0 -3
- package/lib/holidays/ChristmasNewYear.js +0 -31
- package/lib/holidays/Easter.js +0 -5
- package/lib/holidays/Halloween.js +0 -19
- package/lib/hotels-spas/ACHeating.js +0 -5
- package/lib/hotels-spas/Bathroom.js +0 -15
- package/lib/hotels-spas/GarageParking.js +0 -7
- package/lib/hotels-spas/HotelBedrooms.js +0 -18
- package/lib/hotels-spas/RatingReviews.js +0 -4
- package/lib/hotels-spas/Reception.js +0 -7
- package/lib/hotels-spas/RoomService.js +0 -12
- package/lib/hotels-spas/Sauna.js +0 -5
- package/lib/hotels-spas/Spas.js +0 -15
- package/lib/hotels-spas/TV.js +0 -4
- package/lib/images-photography/Accessories.js +0 -8
- package/lib/images-photography/CameraSettings.js +0 -6
- package/lib/images-photography/Cameras.js +0 -12
- package/lib/images-photography/Composition.js +0 -28
- package/lib/images-photography/Focus.js +0 -21
- package/lib/images-photography/ImageFiles.js +0 -58
- package/lib/images-photography/Lenses.js +0 -7
- package/lib/images-photography/LightModes.js +0 -30
- package/lib/images-photography/Lights.js +0 -7
- package/lib/images-photography/Masks.js +0 -18
- package/lib/images-photography/ModernCameras.js +0 -3
- package/lib/images-photography/Pictures.js +0 -17
- package/lib/images-photography/PicturesFrames.js +0 -4
- package/lib/images-photography/RetouchingEnchancing.js +0 -9
- package/lib/images-photography/TakingPictures.js +0 -8
- package/lib/images-photography/Timer.js +0 -4
- package/lib/images-photography/TransferingPictures.js +0 -2
- package/lib/images-photography/VintageCameras.js +0 -5
- package/lib/interface-essential/Alert.js +0 -16
- package/lib/interface-essential/Alerts.js +0 -10
- package/lib/interface-essential/CellFormating.js +0 -9
- package/lib/interface-essential/Connect.js +0 -3
- package/lib/interface-essential/Controls.js +0 -26
- package/lib/interface-essential/CopyPaste.js +0 -4
- package/lib/interface-essential/Dashboard.js +0 -11
- package/lib/interface-essential/DateCalendar.js +0 -39
- package/lib/interface-essential/Delete.js +0 -16
- package/lib/interface-essential/Edit.js +0 -17
- package/lib/interface-essential/ExpandRetract.js +0 -18
- package/lib/interface-essential/FaceID.js +0 -13
- package/lib/interface-essential/Filter.js +0 -4
- package/lib/interface-essential/Flip.js +0 -4
- package/lib/interface-essential/FormEdition.js +0 -13
- package/lib/interface-essential/FormValidation.js +0 -29
- package/lib/interface-essential/Help.js +0 -13
- package/lib/interface-essential/HierachyOrganization.js +0 -13
- package/lib/interface-essential/Home.js +0 -14
- package/lib/interface-essential/IrisScan.js +0 -10
- package/lib/interface-essential/Keyboard.js +0 -39
- package/lib/interface-essential/KeyboardID.js +0 -4
- package/lib/interface-essential/Layouts.js +0 -24
- package/lib/interface-essential/LinkUnlink.js +0 -10
- package/lib/interface-essential/Lists.js +0 -6
- package/lib/interface-essential/Loading.js +0 -11
- package/lib/interface-essential/LockUnlock.js +0 -30
- package/lib/interface-essential/LoginLogout.js +0 -19
- package/lib/interface-essential/Menu.js +0 -13
- package/lib/interface-essential/Move.js +0 -40
- package/lib/interface-essential/MultimediaControls.js +0 -35
- package/lib/interface-essential/Navigate.js +0 -46
- package/lib/interface-essential/OnOff.js +0 -6
- package/lib/interface-essential/Paginate.js +0 -42
- package/lib/interface-essential/Paragraphs.js +0 -31
- package/lib/interface-essential/Password.js +0 -19
- package/lib/interface-essential/Pin.js +0 -3
- package/lib/interface-essential/Print.js +0 -2
- package/lib/interface-essential/RemoveAdd.js +0 -37
- package/lib/interface-essential/Resize.js +0 -20
- package/lib/interface-essential/Search.js +0 -11
- package/lib/interface-essential/Select.js +0 -44
- package/lib/interface-essential/Settings.js +0 -33
- package/lib/interface-essential/Share.js +0 -14
- package/lib/interface-essential/Stats.js +0 -7
- package/lib/interface-essential/Synchronize.js +0 -15
- package/lib/interface-essential/TagsBookmarks.js +0 -46
- package/lib/interface-essential/TextFormating.js +0 -33
- package/lib/interface-essential/TextOptions.js +0 -9
- package/lib/interface-essential/Time.js +0 -30
- package/lib/interface-essential/TimeFiles.js +0 -24
- package/lib/interface-essential/TouchGestures.js +0 -75
- package/lib/interface-essential/TouchID.js +0 -20
- package/lib/interface-essential/View.js +0 -9
- package/lib/interface-essential/VoiceID.js +0 -6
- package/lib/interface-essential/Wireless.js +0 -8
- package/lib/interface-essential/Zoom.js +0 -8
- package/lib/internet-networks-servers/Bluetooth.js +0 -4
- package/lib/internet-networks-servers/Cloud.js +0 -41
- package/lib/internet-networks-servers/DataTransfer.js +0 -15
- package/lib/internet-networks-servers/Network.js +0 -27
- package/lib/internet-networks-servers/Servers.js +0 -50
- package/lib/internet-networks-servers/UploadDownload.js +0 -45
- package/lib/internet-networks-servers/Wifi.js +0 -25
- package/lib/internet-networks-servers/Wireless.js +0 -9
- package/lib/internet-networks-servers/WorldwideWeb.js +0 -30
- package/lib/lamps-lights-fire/CeilingLamps.js +0 -9
- package/lib/lamps-lights-fire/LightBubbles.js +0 -6
- package/lib/lamps-lights-fire/LighterMatchesCandles.js +0 -10
- package/lib/lamps-lights-fire/SmartLighting.js +0 -5
- package/lib/lamps-lights-fire/StandingLamps.js +0 -3
- package/lib/lamps-lights-fire/TableLamps.js +0 -11
- package/lib/landmarks/Bridges.js +0 -4
- package/lib/landmarks/HistoricalBuildings.js +0 -4
- package/lib/landmarks/LandmarksAsiaAustralia.js +0 -19
- package/lib/landmarks/LandmarksEurope.js +0 -23
- package/lib/landmarks/LandmarksMiddleEastIndia.js +0 -5
- package/lib/landmarks/LandmarksTheAmericas.js +0 -11
- package/lib/landmarks/OfficialBuildings.js +0 -4
- package/lib/landmarks/Parks.js +0 -4
- package/lib/landmarks/VariousBuildings.js +0 -9
- package/lib/logos/Advertising.js +0 -1
- package/lib/logos/BlogNewsFeed.js +0 -12
- package/lib/logos/DesignersCommunities.js +0 -9
- package/lib/logos/DeveloperCommunities.js +0 -4
- package/lib/logos/ECommerce.js +0 -7
- package/lib/logos/InternetProtocol.js +0 -1
- package/lib/logos/MailingServices.js +0 -1
- package/lib/logos/MessagingVideoMeetings.js +0 -18
- package/lib/logos/Music.js +0 -10
- package/lib/logos/OSSystems.js +0 -5
- package/lib/logos/OnlineReading.js +0 -5
- package/lib/logos/Payment.js +0 -3
- package/lib/logos/PhotosImages.js +0 -11
- package/lib/logos/ProfessionalNetworks.js +0 -3
- package/lib/logos/ProfessionalTools.js +0 -6
- package/lib/logos/QA.js +0 -1
- package/lib/logos/SearchEngines.js +0 -5
- package/lib/logos/SocialBookmarking.js +0 -7
- package/lib/logos/SocialMedias.js +0 -51
- package/lib/logos/Statistics.js +0 -2
- package/lib/logos/Technology.js +0 -2
- package/lib/logos/Travel.js +0 -1
- package/lib/logos/VideoGames.js +0 -2
- package/lib/logos/Videos.js +0 -8
- package/lib/logos/WebServices.js +0 -9
- package/lib/maps-navigation/AddRemoveFavorites.js +0 -10
- package/lib/maps-navigation/Compass.js +0 -12
- package/lib/maps-navigation/Earth.js +0 -29
- package/lib/maps-navigation/Location.js +0 -4
- package/lib/maps-navigation/Maps.js +0 -6
- package/lib/maps-navigation/Pins.js +0 -17
- package/lib/maps-navigation/PinsStyleOne.js +0 -31
- package/lib/maps-navigation/PinsStyleThree.js +0 -221
- package/lib/maps-navigation/PinsStyleTwo.js +0 -31
- package/lib/maps-navigation/ShareLocation.js +0 -2
- package/lib/maps-navigation/SignShapes.js +0 -12
- package/lib/maps-navigation/SyncLocation.js +0 -2
- package/lib/maps-navigation/Trip.js +0 -8
- package/lib/messages-chat-smileys/Conversation.js +0 -25
- package/lib/messages-chat-smileys/MessagesPeople.js +0 -42
- package/lib/messages-chat-smileys/MessagesSpeechBubbles.js +0 -64
- package/lib/messages-chat-smileys/SignalFlags.js +0 -3
- package/lib/messages-chat-smileys/Smileys.js +0 -210
- package/lib/money-payments-finance/AccountingBilling.js +0 -10
- package/lib/money-payments-finance/CashPayments.js +0 -16
- package/lib/money-payments-finance/CheckPayments.js +0 -4
- package/lib/money-payments-finance/CreditCardPayments.js +0 -28
- package/lib/money-payments-finance/CryptoCurrencies.js +0 -44
- package/lib/money-payments-finance/Currencies.js +0 -31
- package/lib/money-payments-finance/FinanceSavings.js +0 -23
- package/lib/money-payments-finance/ModernPayments.js +0 -11
- package/lib/money-payments-finance/Money.js +0 -18
- package/lib/money-payments-finance/Wealth.js +0 -8
- package/lib/music-audio/AudioFiles.js +0 -51
- package/lib/music-audio/AudioSystemEqualizer.js +0 -5
- package/lib/music-audio/CDPlayer.js +0 -6
- package/lib/music-audio/EarpodsAirpods.js +0 -17
- package/lib/music-audio/Headphones.js +0 -12
- package/lib/music-audio/IPodDigitalPlayers.js +0 -10
- package/lib/music-audio/Microphone.js +0 -13
- package/lib/music-audio/ModernMusic.js +0 -10
- package/lib/music-audio/Music.js +0 -12
- package/lib/music-audio/MusicGenres.js +0 -22
- package/lib/music-audio/MusicInstruments.js +0 -27
- package/lib/music-audio/Playlists.js +0 -31
- package/lib/music-audio/Podcasts.js +0 -8
- package/lib/music-audio/Radios.js +0 -8
- package/lib/music-audio/Speakers.js +0 -7
- package/lib/music-audio/VinylRecords.js +0 -6
- package/lib/music-audio/VolumeControls.js +0 -25
- package/lib/music-audio/WalkmanTapes.js +0 -6
- package/lib/nature-farming/AgriculturalMachinery.js +0 -20
- package/lib/nature-farming/Farming.js +0 -19
- package/lib/nature-farming/Flowers.js +0 -7
- package/lib/nature-farming/Gardening.js +0 -22
- package/lib/nature-farming/Outdoors.js +0 -11
- package/lib/nature-farming/Plants.js +0 -17
- package/lib/nature-farming/Trees.js +0 -12
- package/lib/outdoors-recreation/Beach.js +0 -10
- package/lib/outdoors-recreation/Camping.js +0 -12
- package/lib/outdoors-recreation/Canoe.js +0 -9
- package/lib/outdoors-recreation/Diving.js +0 -8
- package/lib/outdoors-recreation/Fishing.js +0 -8
- package/lib/outdoors-recreation/LandmarksViewPoints.js +0 -5
- package/lib/outdoors-recreation/NauticalSports.js +0 -7
- package/lib/outdoors-recreation/OutdoorParks.js +0 -35
- package/lib/outdoors-recreation/Sailing.js +0 -9
- package/lib/outdoors-recreation/Trekking.js +0 -7
- package/lib/pets-animals/Amphibians.js +0 -7
- package/lib/pets-animals/AnimalPrints.js +0 -9
- package/lib/pets-animals/Apes.js +0 -5
- package/lib/pets-animals/Bears.js +0 -5
- package/lib/pets-animals/Birds.js +0 -8
- package/lib/pets-animals/Cats.js +0 -25
- package/lib/pets-animals/ChickenDucks.js +0 -15
- package/lib/pets-animals/Deers.js +0 -14
- package/lib/pets-animals/Dogs.js +0 -22
- package/lib/pets-animals/ElephantsRhinoceros.js +0 -10
- package/lib/pets-animals/Fish.js +0 -3
- package/lib/pets-animals/FlyingInsects.js +0 -18
- package/lib/pets-animals/Girafe.js +0 -4
- package/lib/pets-animals/Insects.js +0 -17
- package/lib/pets-animals/Jellyfish.js +0 -4
- package/lib/pets-animals/Koala.js +0 -4
- package/lib/pets-animals/LionTigers.js +0 -11
- package/lib/pets-animals/Livestock.js +0 -13
- package/lib/pets-animals/MarineMammals.js +0 -14
- package/lib/pets-animals/MiceRats.js +0 -10
- package/lib/pets-animals/OctopusSquids.js +0 -4
- package/lib/pets-animals/Peacocks.js +0 -5
- package/lib/pets-animals/Pets.js +0 -19
- package/lib/pets-animals/PetsTracking.js +0 -11
- package/lib/pets-animals/Rabbit.js +0 -6
- package/lib/pets-animals/Reptiles.js +0 -9
- package/lib/pets-animals/Rodents.js +0 -8
- package/lib/pets-animals/SharksSportFish.js +0 -8
- package/lib/pets-animals/Shellfish.js +0 -3
- package/lib/pets-animals/Shells.js +0 -4
- package/lib/pets-animals/Snails.js +0 -2
- package/lib/pets-animals/Spiders.js +0 -4
- package/lib/pets-animals/Swans.js +0 -4
- package/lib/pets-animals/VariousFish.js +0 -5
- package/lib/pets-animals/VariousMammals.js +0 -10
- package/lib/pets-animals/Whales.js +0 -5
- package/lib/pets-animals/WildBirds.js +0 -22
- package/lib/pets-animals/WolvesFoxes.js +0 -13
- package/lib/phones-mobile-devices/BluetoothWifi.js +0 -5
- package/lib/phones-mobile-devices/CellularNetwork.js +0 -8
- package/lib/phones-mobile-devices/ChargingBattery.js +0 -24
- package/lib/phones-mobile-devices/ConnectDevices.js +0 -2
- package/lib/phones-mobile-devices/ContentActions.js +0 -86
- package/lib/phones-mobile-devices/FaxAnswerMachine.js +0 -3
- package/lib/phones-mobile-devices/ForbidenBroken.js +0 -2
- package/lib/phones-mobile-devices/ForceTouchSqueezableGestures.js +0 -8
- package/lib/phones-mobile-devices/MobilePhones.js +0 -14
- package/lib/phones-mobile-devices/Phone.js +0 -12
- package/lib/phones-mobile-devices/PhoneActions.js +0 -49
- package/lib/phones-mobile-devices/PhoneCameraSelfies.js +0 -8
- package/lib/phones-mobile-devices/QRCode.js +0 -2
- package/lib/phones-mobile-devices/RotateScrollExpand.js +0 -7
- package/lib/phones-mobile-devices/SIMCard.js +0 -3
- package/lib/phones-mobile-devices/Signal.js +0 -6
- package/lib/phones-mobile-devices/Vibrate.js +0 -2
- package/lib/programing-apps-websites/AndroidApps.js +0 -6
- package/lib/programing-apps-websites/Apps.js +0 -89
- package/lib/programing-apps-websites/BugSecurity.js +0 -25
- package/lib/programing-apps-websites/CodingFiles.js +0 -142
- package/lib/programing-apps-websites/Databases.js +0 -61
- package/lib/programing-apps-websites/LearningPrograming.js +0 -3
- package/lib/programing-apps-websites/PluginsModules.js +0 -12
- package/lib/programing-apps-websites/Programing.js +0 -25
- package/lib/programing-apps-websites/ProgramingLanguages.js +0 -9
- package/lib/programing-apps-websites/ResponsiveDesign.js +0 -10
- package/lib/programing-apps-websites/UIComponents.js +0 -21
- package/lib/programing-apps-websites/WebsiteDevelopment.js +0 -18
- package/lib/real-estate/ActionsBuildings.js +0 -23
- package/lib/real-estate/ActionsHouses.js +0 -24
- package/lib/real-estate/Advertising.js +0 -3
- package/lib/real-estate/AppsWebsites.js +0 -8
- package/lib/real-estate/Deals.js +0 -8
- package/lib/real-estate/Favorites.js +0 -11
- package/lib/real-estate/InsuranceProtection.js +0 -6
- package/lib/real-estate/Location.js +0 -3
- package/lib/real-estate/MapsDimensions.js +0 -8
- package/lib/real-estate/Market.js +0 -13
- package/lib/real-estate/RealEstate.js +0 -25
- package/lib/real-estate/Search.js +0 -4
- package/lib/real-estate/Settings.js +0 -7
- package/lib/real-estate/Signs.js +0 -17
- package/lib/real-estate/Update.js +0 -3
- package/lib/romance/BreakupDivorce.js +0 -9
- package/lib/romance/Couples.js +0 -15
- package/lib/romance/Dating.js +0 -17
- package/lib/romance/Engagement.js +0 -5
- package/lib/romance/Love.js +0 -25
- package/lib/romance/LoveGifts.js +0 -6
- package/lib/romance/Wedding.js +0 -17
- package/lib/school-learning/AudioBooks.js +0 -17
- package/lib/school-learning/ELearning.js +0 -9
- package/lib/school-learning/LibraryReading.js +0 -22
- package/lib/school-learning/School.js +0 -32
- package/lib/school-learning/StudyingLearning.js +0 -9
- package/lib/science/Astronomy.js +0 -12
- package/lib/science/LabsExperiments.js +0 -10
- package/lib/science/Science.js +0 -25
- package/lib/science/ScienceFiction.js +0 -6
- package/lib/science/SpaceExploration.js +0 -17
- package/lib/shipping-delivery/Delivery.js +0 -20
- package/lib/shipping-delivery/OverseasShipment.js +0 -13
- package/lib/shipping-delivery/Shipment.js +0 -24
- package/lib/shipping-delivery/ShipmentManagement.js +0 -23
- package/lib/shipping-delivery/WarehouseFullfiment.js +0 -22
- package/lib/shopping-ecommerce/Baskets.js +0 -28
- package/lib/shopping-ecommerce/Carts.js +0 -23
- package/lib/shopping-ecommerce/DiscountCoupons.js +0 -14
- package/lib/shopping-ecommerce/ECommerce.js +0 -24
- package/lib/shopping-ecommerce/MobileShopping.js +0 -10
- package/lib/shopping-ecommerce/Products.js +0 -11
- package/lib/shopping-ecommerce/Receipts.js +0 -9
- package/lib/shopping-ecommerce/ShoppingBags.js +0 -22
- package/lib/shopping-ecommerce/Shops.js +0 -28
- package/lib/shopping-ecommerce/TagsCodes.js +0 -17
- package/lib/social-medias-rewards-rating/Certified.js +0 -8
- package/lib/social-medias-rewards-rating/Flags.js +0 -18
- package/lib/social-medias-rewards-rating/Gaming.js +0 -14
- package/lib/social-medias-rewards-rating/Gifts.js +0 -5
- package/lib/social-medias-rewards-rating/Likes.js +0 -25
- package/lib/social-medias-rewards-rating/LoveIt.js +0 -29
- package/lib/social-medias-rewards-rating/Mood.js +0 -11
- package/lib/social-medias-rewards-rating/Ranking.js +0 -10
- package/lib/social-medias-rewards-rating/Rating.js +0 -28
- package/lib/social-medias-rewards-rating/RewardsAwards.js +0 -26
- package/lib/social-medias-rewards-rating/SocialProfile.js +0 -6
- package/lib/social-medias-rewards-rating/Trends.js +0 -7
- package/lib/social-medias-rewards-rating/VIPTopUsers.js +0 -10
- package/lib/sports/Archery.js +0 -3
- package/lib/sports/Athletics.js +0 -10
- package/lib/sports/BaseballBallGames.js +0 -9
- package/lib/sports/BasketballVolleyball.js +0 -6
- package/lib/sports/Biking.js +0 -5
- package/lib/sports/Bowling.js +0 -3
- package/lib/sports/Boxing.js +0 -7
- package/lib/sports/ClimbingSpeleology.js +0 -3
- package/lib/sports/Dancing.js +0 -2
- package/lib/sports/Fitness.js +0 -25
- package/lib/sports/Golf.js +0 -8
- package/lib/sports/Gymnastics.js +0 -15
- package/lib/sports/MatrialArts.js +0 -10
- package/lib/sports/OlympicsParalympicsGames.js +0 -16
- package/lib/sports/Pool.js +0 -6
- package/lib/sports/RugbyAmericanFootball.js +0 -7
- package/lib/sports/Shooting.js +0 -5
- package/lib/sports/SkateboardRollerblades.js +0 -7
- package/lib/sports/Skiing.js +0 -16
- package/lib/sports/Soccer.js +0 -8
- package/lib/sports/Swimming.js +0 -8
- package/lib/sports/TennisBadminton.js +0 -13
- package/lib/sports/VariousSports.js +0 -5
- package/lib/sports/YogaStretching.js +0 -16
- package/lib/technology/3DPrinting.js +0 -28
- package/lib/technology/ArtificialIntelligence.js +0 -9
- package/lib/technology/AutomatedTranslation.js +0 -5
- package/lib/technology/Beacons.js +0 -10
- package/lib/technology/Drones.js +0 -13
- package/lib/technology/FutureTechs.js +0 -16
- package/lib/technology/SmartHouse.js +0 -30
- package/lib/technology/VirtualReality.js +0 -23
- package/lib/tools-constructions/ClampsJacks.js +0 -6
- package/lib/tools-constructions/Equipment.js +0 -7
- package/lib/tools-constructions/Hardware.js +0 -12
- package/lib/tools-constructions/Materials.js +0 -7
- package/lib/tools-constructions/MeasuresLevels.js +0 -6
- package/lib/tools-constructions/PowerTools.js +0 -6
- package/lib/tools-constructions/Safety.js +0 -5
- package/lib/tools-constructions/Tools.js +0 -36
- package/lib/transportation/AdventureCars.js +0 -10
- package/lib/transportation/Aircraft.js +0 -17
- package/lib/transportation/AutonomusCars.js +0 -7
- package/lib/transportation/Bicycles.js +0 -8
- package/lib/transportation/Bus.js +0 -8
- package/lib/transportation/CarActions.js +0 -14
- package/lib/transportation/CarInsurance.js +0 -2
- package/lib/transportation/Cars.js +0 -20
- package/lib/transportation/DashboardSymbols.js +0 -19
- package/lib/transportation/GarageRepairs.js +0 -18
- package/lib/transportation/Gas.js +0 -4
- package/lib/transportation/Navigation.js +0 -7
- package/lib/transportation/Parking.js +0 -4
- package/lib/transportation/PublicServices.js +0 -7
- package/lib/transportation/Railroad.js +0 -12
- package/lib/transportation/RoadsLights.js +0 -9
- package/lib/transportation/ScootersBikes.js +0 -5
- package/lib/transportation/SeaTransportation.js +0 -15
- package/lib/transportation/Segway.js +0 -4
- package/lib/transportation/Signs.js +0 -296
- package/lib/transportation/SportsCars.js +0 -7
- package/lib/transportation/Taxi.js +0 -9
- package/lib/transportation/ToolsComponents.js +0 -12
- package/lib/transportation/TransportationTicketsTransfers.js +0 -23
- package/lib/transportation/Trucks.js +0 -11
- package/lib/transportation/Various.js +0 -5
- package/lib/transportation/VintageCars.js +0 -12
- package/lib/travel/Airport.js +0 -4
- package/lib/travel/Baggage.js +0 -20
- package/lib/travel/Passports.js +0 -4
- package/lib/travel/PlanesTrip.js +0 -21
- package/lib/travel/SecurityCustoms.js +0 -11
- package/lib/travel/TicketsCheckInSchedule.js +0 -10
- package/lib/travel/TravelInsurance.js +0 -4
- package/lib/travel/TravelMetaphor.js +0 -9
- package/lib/users/GeomerticCloseUpMultipleUsers.js +0 -13
- package/lib/users/GeomerticCloseUpMultipleUsersActions.js +0 -49
- package/lib/users/GeomerticCloseUpSingleUserActionsNeutral.js +0 -50
- package/lib/users/GeomerticCloseUpSingleUserMan.js +0 -15
- package/lib/users/GeomerticCloseUpSingleUserNeutral.js +0 -21
- package/lib/users/GeomerticCloseUpSingleUserWoman.js +0 -15
- package/lib/users/GeomerticCloseUpSingleUsersActionsMan.js +0 -50
- package/lib/users/GeomerticCloseUpSingleUsersActionsWoman.js +0 -50
- package/lib/users/GeometricFullBodyGenderSymbols.js +0 -8
- package/lib/users/GeometricFullBodyMultipleUsers.js +0 -14
- package/lib/users/GeometricFullBodyMultipleUsersActions.js +0 -48
- package/lib/users/GeometricFullBodySingleUserActionsMan.js +0 -48
- package/lib/users/GeometricFullBodySingleUserActionsNeutral.js +0 -50
- package/lib/users/GeometricFullBodySingleUserActionsWoman.js +0 -50
- package/lib/users/GeometricFullBodySingleUserMan.js +0 -25
- package/lib/users/GeometricFullBodySingleUserNeutral.js +0 -32
- package/lib/users/GeometricFullBodySingleUserWoman.js +0 -25
- package/lib/users/NaturalCloseUpMultipleUsers.js +0 -8
- package/lib/users/NaturalCloseUpMultipleUsersActions.js +0 -48
- package/lib/users/NaturalCloseUpSingleUserActionsMan.js +0 -49
- package/lib/users/NaturalCloseUpSingleUserActionsNeutral.js +0 -50
- package/lib/users/NaturalCloseUpSingleUserActionsWoman.js +0 -50
- package/lib/users/NaturalCloseUpSingleUserMan.js +0 -15
- package/lib/users/NaturalCloseUpSingleUserNeutral.js +0 -21
- package/lib/users/NaturalCloseUpSingleUserWoman.js +0 -15
- package/lib/video-games/FamousCharacters.js +0 -30
- package/lib/video-games/FamousVideoGames.js +0 -56
- package/lib/video-games/VideoGamesControl.js +0 -10
- package/lib/video-games/VideoGamesDevices.js +0 -13
- package/lib/video-games/VideoGamesLogos.js +0 -18
- package/lib/video-movies-t-v/Cameras.js +0 -5
- package/lib/video-movies-t-v/Controls.js +0 -26
- package/lib/video-movies-t-v/ModernTV.js +0 -17
- package/lib/video-movies-t-v/Movies.js +0 -10
- package/lib/video-movies-t-v/VideoEdition.js +0 -18
- package/lib/video-movies-t-v/VideoFiles.js +0 -57
- package/lib/video-movies-t-v/VideoPlayers.js +0 -24
- package/lib/video-movies-t-v/VintageTV.js +0 -6
- package/lib/wayfinding/Allowances.js +0 -15
- package/lib/wayfinding/Cleaning.js +0 -11
- package/lib/wayfinding/CloakLockersRoom.js +0 -9
- package/lib/wayfinding/Disability.js +0 -34
- package/lib/wayfinding/Escalators.js +0 -6
- package/lib/wayfinding/Family.js +0 -11
- package/lib/wayfinding/Garbages.js +0 -4
- package/lib/wayfinding/InformationDesk.js +0 -7
- package/lib/wayfinding/Laundry.js +0 -8
- package/lib/wayfinding/Lifts.js +0 -4
- package/lib/wayfinding/MovingWalkway.js +0 -2
- package/lib/wayfinding/Safety.js +0 -40
- package/lib/wayfinding/Seats.js +0 -5
- package/lib/wayfinding/Stairs.js +0 -6
- package/lib/wayfinding/SwimmingPool.js +0 -3
- package/lib/wayfinding/Tickets.js +0 -19
- package/lib/wayfinding/Toilets.js +0 -12
- package/lib/wayfinding/WaitingRoom.js +0 -4
- package/lib/wayfinding/Walking.js +0 -6
- package/lib/wayfinding/WaterFountain.js +0 -6
- package/lib/weather/DayNight.js +0 -18
- package/lib/weather/Humidity.js +0 -2
- package/lib/weather/IceSnow.js +0 -4
- package/lib/weather/NaturalDisasters.js +0 -20
- package/lib/weather/Rain.js +0 -8
- package/lib/weather/Temperatures.js +0 -25
- package/lib/weather/UV.js +0 -8
- package/lib/weather/Visibility.js +0 -4
- package/lib/weather/Weather.js +0 -42
- package/lib/weather/WeatherApps.js +0 -10
- package/lib/weather/Wind.js +0 -7
- package/lib/work-office-companies/HumanResources.js +0 -31
- package/lib/work-office-companies/IdeasCreativity.js +0 -15
- package/lib/work-office-companies/JobSearchRecruiting.js +0 -8
- package/lib/work-office-companies/Legal.js +0 -5
- package/lib/work-office-companies/MeetingsCollaboration.js +0 -17
- package/lib/work-office-companies/Office.js +0 -27
- package/lib/work-office-companies/OfficeFiles.js +0 -45
- package/lib/work-office-companies/Presentations.js +0 -26
- package/lib/work-office-companies/Tasks.js +0 -40
- package/lib/work-office-companies/VideoMeetings.js +0 -30
- package/lib/work-office-companies/WorkOffice.js +0 -14
|
@@ -0,0 +1,1998 @@
|
|
|
1
|
+
export var ArrowThickRightBottomCorner1 = ["arrow-thick-right-bottom-corner-1", 24, 24, [{
|
|
2
|
+
"fill": "#000000",
|
|
3
|
+
"stroke": "none",
|
|
4
|
+
"stroke-linecap": "round",
|
|
5
|
+
"stroke-linejoin": "round",
|
|
6
|
+
"stroke-width": 0
|
|
7
|
+
}], ["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"]];
|
|
8
|
+
export var ArrowUP2Alternate = ["arrow-up-2-alternate", 24, 24, [{
|
|
9
|
+
"fill": "#000000",
|
|
10
|
+
"stroke": "none",
|
|
11
|
+
"stroke-linecap": "round",
|
|
12
|
+
"stroke-linejoin": "round",
|
|
13
|
+
"stroke-width": 0
|
|
14
|
+
}], ["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"]];
|
|
15
|
+
export var ArrowButtonCircleDown = ["arrow-button-circle-down", 24, 24, [{
|
|
16
|
+
"fill": "#000000",
|
|
17
|
+
"stroke": "none",
|
|
18
|
+
"stroke-linecap": "round",
|
|
19
|
+
"stroke-linejoin": "round",
|
|
20
|
+
"stroke-width": 0
|
|
21
|
+
}], ["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"]];
|
|
22
|
+
export var ArrowButtonCircleDown1 = ["arrow-button-circle-down-1", 24, 24, [{
|
|
23
|
+
"fill": "#000000",
|
|
24
|
+
"stroke": "none",
|
|
25
|
+
"stroke-linecap": "round",
|
|
26
|
+
"stroke-linejoin": "round",
|
|
27
|
+
"stroke-width": 0
|
|
28
|
+
}], ["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"]];
|
|
29
|
+
export var ArrowButtonCircleLeft = ["arrow-button-circle-left", 24, 24, [{
|
|
30
|
+
"fill": "#000000",
|
|
31
|
+
"stroke": "none",
|
|
32
|
+
"stroke-linecap": "round",
|
|
33
|
+
"stroke-linejoin": "round",
|
|
34
|
+
"stroke-width": 0
|
|
35
|
+
}], ["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"]];
|
|
36
|
+
export var ArrowButtonCircleRight = ["arrow-button-circle-right", 24, 24, [{
|
|
37
|
+
"fill": "#000000",
|
|
38
|
+
"stroke": "none",
|
|
39
|
+
"stroke-linecap": "round",
|
|
40
|
+
"stroke-linejoin": "round",
|
|
41
|
+
"stroke-width": 0
|
|
42
|
+
}], ["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"]];
|
|
43
|
+
export var ArrowThickLeftBottomCorner1 = ["arrow-thick-left-bottom-corner-1", 24, 24, [{
|
|
44
|
+
"fill": "#000000",
|
|
45
|
+
"stroke": "none",
|
|
46
|
+
"stroke-linecap": "round",
|
|
47
|
+
"stroke-linejoin": "round",
|
|
48
|
+
"stroke-width": 0
|
|
49
|
+
}], ["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"]];
|
|
50
|
+
export var ArrowButtonCircleRight1 = ["arrow-button-circle-right-1", 24, 24, [{
|
|
51
|
+
"fill": "#000000",
|
|
52
|
+
"stroke": "none",
|
|
53
|
+
"stroke-linecap": "round",
|
|
54
|
+
"stroke-linejoin": "round",
|
|
55
|
+
"stroke-width": 0
|
|
56
|
+
}], ["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"]];
|
|
57
|
+
export var ArrowButtonDown = ["arrow-button-down", 24, 24, [{
|
|
58
|
+
"fill": "#000000",
|
|
59
|
+
"stroke": "none",
|
|
60
|
+
"stroke-linecap": "round",
|
|
61
|
+
"stroke-linejoin": "round",
|
|
62
|
+
"stroke-width": 0
|
|
63
|
+
}], ["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"]];
|
|
64
|
+
export var ArrowButtonCircleUp = ["arrow-button-circle-up", 24, 24, [{
|
|
65
|
+
"fill": "#000000",
|
|
66
|
+
"stroke": "none",
|
|
67
|
+
"stroke-linecap": "round",
|
|
68
|
+
"stroke-linejoin": "round",
|
|
69
|
+
"stroke-width": 0
|
|
70
|
+
}], ["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"]];
|
|
71
|
+
export var ArrowButtonLeft = ["arrow-button-left", 24, 24, [{
|
|
72
|
+
"fill": "#000000",
|
|
73
|
+
"stroke": "none",
|
|
74
|
+
"stroke-linecap": "round",
|
|
75
|
+
"stroke-linejoin": "round",
|
|
76
|
+
"stroke-width": 0
|
|
77
|
+
}], ["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"]];
|
|
78
|
+
export var ArrowButtonDown1 = ["arrow-button-down-1", 24, 24, [{
|
|
79
|
+
"fill": "#000000",
|
|
80
|
+
"stroke": "none",
|
|
81
|
+
"stroke-linecap": "round",
|
|
82
|
+
"stroke-linejoin": "round",
|
|
83
|
+
"stroke-width": 0
|
|
84
|
+
}, {
|
|
85
|
+
"fill": "#000000",
|
|
86
|
+
"stroke": "none",
|
|
87
|
+
"stroke-linecap": "round",
|
|
88
|
+
"stroke-linejoin": "round",
|
|
89
|
+
"stroke-width": 0
|
|
90
|
+
}], ["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"]];
|
|
91
|
+
export var ArrowButtonDown3 = ["arrow-button-down-3", 24, 24, [{
|
|
92
|
+
"fill": "#000000",
|
|
93
|
+
"stroke": "none",
|
|
94
|
+
"stroke-linecap": "round",
|
|
95
|
+
"stroke-linejoin": "round",
|
|
96
|
+
"stroke-width": 0
|
|
97
|
+
}], ["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"]];
|
|
98
|
+
export var ArrowButtonDown2 = ["arrow-button-down-2", 24, 24, [{
|
|
99
|
+
"fill": "#000000",
|
|
100
|
+
"stroke": "none",
|
|
101
|
+
"stroke-linecap": "round",
|
|
102
|
+
"stroke-linejoin": "round",
|
|
103
|
+
"stroke-width": 0
|
|
104
|
+
}], ["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"]];
|
|
105
|
+
export var ArrowButtonRight2 = ["arrow-button-right-2", 24, 24, [{
|
|
106
|
+
"fill": "#000000",
|
|
107
|
+
"stroke": "none",
|
|
108
|
+
"stroke-linecap": "round",
|
|
109
|
+
"stroke-linejoin": "round",
|
|
110
|
+
"stroke-width": 0
|
|
111
|
+
}], ["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"]];
|
|
112
|
+
export var ArrowButtonLeft3 = ["arrow-button-left-3", 24, 24, [{
|
|
113
|
+
"fill": "#000000",
|
|
114
|
+
"stroke": "none",
|
|
115
|
+
"stroke-linecap": "round",
|
|
116
|
+
"stroke-linejoin": "round",
|
|
117
|
+
"stroke-width": 0
|
|
118
|
+
}], ["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"]];
|
|
119
|
+
export var ArrowButtonRight1 = ["arrow-button-right-1", 24, 24, [{
|
|
120
|
+
"fill": "#000000",
|
|
121
|
+
"stroke": "none",
|
|
122
|
+
"stroke-linecap": "round",
|
|
123
|
+
"stroke-linejoin": "round",
|
|
124
|
+
"stroke-width": 0
|
|
125
|
+
}, {
|
|
126
|
+
"fill": "#000000",
|
|
127
|
+
"stroke": "none",
|
|
128
|
+
"stroke-linecap": "round",
|
|
129
|
+
"stroke-linejoin": "round",
|
|
130
|
+
"stroke-width": 0
|
|
131
|
+
}], ["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"]];
|
|
132
|
+
export var ArrowButtonLeft2 = ["arrow-button-left-2", 24, 24, [{
|
|
133
|
+
"fill": "#000000",
|
|
134
|
+
"stroke": "none",
|
|
135
|
+
"stroke-linecap": "round",
|
|
136
|
+
"stroke-linejoin": "round",
|
|
137
|
+
"stroke-width": 0
|
|
138
|
+
}], ["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"]];
|
|
139
|
+
export var ArrowButtonRight = ["arrow-button-right", 24, 24, [{
|
|
140
|
+
"fill": "#000000",
|
|
141
|
+
"stroke": "none",
|
|
142
|
+
"stroke-linecap": "round",
|
|
143
|
+
"stroke-linejoin": "round",
|
|
144
|
+
"stroke-width": 0
|
|
145
|
+
}], ["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"]];
|
|
146
|
+
export var ArrowCircleRight = ["arrow-circle-right", 24, 24, [{
|
|
147
|
+
"fill": "#000000",
|
|
148
|
+
"stroke": "none",
|
|
149
|
+
"stroke-linecap": "round",
|
|
150
|
+
"stroke-linejoin": "round",
|
|
151
|
+
"stroke-width": 0
|
|
152
|
+
}], ["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"]];
|
|
153
|
+
export var ArrowCircleUp = ["arrow-circle-up", 24, 24, [{
|
|
154
|
+
"fill": "#000000",
|
|
155
|
+
"stroke": "none",
|
|
156
|
+
"stroke-linecap": "round",
|
|
157
|
+
"stroke-linejoin": "round",
|
|
158
|
+
"stroke-width": 0
|
|
159
|
+
}], ["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"]];
|
|
160
|
+
export var ArrowButtonUp = ["arrow-button-up", 24, 24, [{
|
|
161
|
+
"fill": "#000000",
|
|
162
|
+
"stroke": "none",
|
|
163
|
+
"stroke-linecap": "round",
|
|
164
|
+
"stroke-linejoin": "round",
|
|
165
|
+
"stroke-width": 0
|
|
166
|
+
}], ["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"]];
|
|
167
|
+
export var ArrowButtonUp1 = ["arrow-button-up-1", 24, 24, [{
|
|
168
|
+
"fill": "#000000",
|
|
169
|
+
"stroke": "none",
|
|
170
|
+
"stroke-linecap": "round",
|
|
171
|
+
"stroke-linejoin": "round",
|
|
172
|
+
"stroke-width": 0
|
|
173
|
+
}, {
|
|
174
|
+
"fill": "#000000",
|
|
175
|
+
"stroke": "none",
|
|
176
|
+
"stroke-linecap": "round",
|
|
177
|
+
"stroke-linejoin": "round",
|
|
178
|
+
"stroke-width": 0
|
|
179
|
+
}], ["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"]];
|
|
180
|
+
export var ArrowButtonUp2 = ["arrow-button-up-2", 24, 24, [{
|
|
181
|
+
"fill": "#000000",
|
|
182
|
+
"stroke": "none",
|
|
183
|
+
"stroke-linecap": "round",
|
|
184
|
+
"stroke-linejoin": "round",
|
|
185
|
+
"stroke-width": 0
|
|
186
|
+
}], ["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"]];
|
|
187
|
+
export var ArrowCircleDown = ["arrow-circle-down", 24, 24, [{
|
|
188
|
+
"fill": "#000000",
|
|
189
|
+
"stroke": "none",
|
|
190
|
+
"stroke-linecap": "round",
|
|
191
|
+
"stroke-linejoin": "round",
|
|
192
|
+
"stroke-width": 0
|
|
193
|
+
}], ["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"]];
|
|
194
|
+
export var ArrowDown1 = ["arrow-down-1", 24, 24, [{
|
|
195
|
+
"fill": "#000000",
|
|
196
|
+
"stroke": "none",
|
|
197
|
+
"stroke-linecap": "round",
|
|
198
|
+
"stroke-linejoin": "round",
|
|
199
|
+
"stroke-width": 0
|
|
200
|
+
}], ["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"]];
|
|
201
|
+
export var ArrowDoubleLeft = ["arrow-double-left", 24, 24, [{
|
|
202
|
+
"fill": "#000000",
|
|
203
|
+
"stroke": "none",
|
|
204
|
+
"stroke-linecap": "round",
|
|
205
|
+
"stroke-linejoin": "round",
|
|
206
|
+
"stroke-width": 0
|
|
207
|
+
}, {
|
|
208
|
+
"fill": "#000000",
|
|
209
|
+
"stroke": "none",
|
|
210
|
+
"stroke-linecap": "round",
|
|
211
|
+
"stroke-linejoin": "round",
|
|
212
|
+
"stroke-width": 0
|
|
213
|
+
}], ["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"]];
|
|
214
|
+
export var ArrowDown = ["arrow-down", 24, 24, [{
|
|
215
|
+
"fill": "#000000",
|
|
216
|
+
"stroke": "none",
|
|
217
|
+
"stroke-linecap": "round",
|
|
218
|
+
"stroke-linejoin": "round",
|
|
219
|
+
"stroke-width": 0
|
|
220
|
+
}], ["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"]];
|
|
221
|
+
export var ArrowDoubleLeft1 = ["arrow-double-left-1", 24, 24, [{
|
|
222
|
+
"fill": "#000000",
|
|
223
|
+
"stroke": "none",
|
|
224
|
+
"stroke-linecap": "round",
|
|
225
|
+
"stroke-linejoin": "round",
|
|
226
|
+
"stroke-width": 0
|
|
227
|
+
}, {
|
|
228
|
+
"fill": "#000000",
|
|
229
|
+
"stroke": "none",
|
|
230
|
+
"stroke-linecap": "round",
|
|
231
|
+
"stroke-linejoin": "round",
|
|
232
|
+
"stroke-width": 0
|
|
233
|
+
}, {
|
|
234
|
+
"fill": "#000000",
|
|
235
|
+
"stroke": "none",
|
|
236
|
+
"stroke-linecap": "round",
|
|
237
|
+
"stroke-linejoin": "round",
|
|
238
|
+
"stroke-width": 0
|
|
239
|
+
}], ["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"]];
|
|
240
|
+
export var ArrowDoubleDown1 = ["arrow-double-down-1", 24, 24, [{
|
|
241
|
+
"fill": "#000000",
|
|
242
|
+
"stroke": "none",
|
|
243
|
+
"stroke-linecap": "round",
|
|
244
|
+
"stroke-linejoin": "round",
|
|
245
|
+
"stroke-width": 0
|
|
246
|
+
}, {
|
|
247
|
+
"fill": "#000000",
|
|
248
|
+
"stroke": "none",
|
|
249
|
+
"stroke-linecap": "round",
|
|
250
|
+
"stroke-linejoin": "round",
|
|
251
|
+
"stroke-width": 0
|
|
252
|
+
}, {
|
|
253
|
+
"fill": "#000000",
|
|
254
|
+
"stroke": "none",
|
|
255
|
+
"stroke-linecap": "round",
|
|
256
|
+
"stroke-linejoin": "round",
|
|
257
|
+
"stroke-width": 0
|
|
258
|
+
}], ["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"]];
|
|
259
|
+
export var ArrowLeft1 = ["arrow-left-1", 24, 24, [{
|
|
260
|
+
"fill": "#000000",
|
|
261
|
+
"stroke": "none",
|
|
262
|
+
"stroke-linecap": "round",
|
|
263
|
+
"stroke-linejoin": "round",
|
|
264
|
+
"stroke-width": 0
|
|
265
|
+
}], ["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"]];
|
|
266
|
+
export var ArrowDoubleRight1 = ["arrow-double-right-1", 24, 24, [{
|
|
267
|
+
"fill": "#000000",
|
|
268
|
+
"stroke": "none",
|
|
269
|
+
"stroke-linecap": "round",
|
|
270
|
+
"stroke-linejoin": "round",
|
|
271
|
+
"stroke-width": 0
|
|
272
|
+
}, {
|
|
273
|
+
"fill": "#000000",
|
|
274
|
+
"stroke": "none",
|
|
275
|
+
"stroke-linecap": "round",
|
|
276
|
+
"stroke-linejoin": "round",
|
|
277
|
+
"stroke-width": 0
|
|
278
|
+
}, {
|
|
279
|
+
"fill": "#000000",
|
|
280
|
+
"stroke": "none",
|
|
281
|
+
"stroke-linecap": "round",
|
|
282
|
+
"stroke-linejoin": "round",
|
|
283
|
+
"stroke-width": 0
|
|
284
|
+
}], ["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"]];
|
|
285
|
+
export var ArrowDoubleUp = ["arrow-double-up", 24, 24, [{
|
|
286
|
+
"fill": "#000000",
|
|
287
|
+
"stroke": "none",
|
|
288
|
+
"stroke-linecap": "round",
|
|
289
|
+
"stroke-linejoin": "round",
|
|
290
|
+
"stroke-width": 0
|
|
291
|
+
}, {
|
|
292
|
+
"fill": "#000000",
|
|
293
|
+
"stroke": "none",
|
|
294
|
+
"stroke-linecap": "round",
|
|
295
|
+
"stroke-linejoin": "round",
|
|
296
|
+
"stroke-width": 0
|
|
297
|
+
}], ["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"]];
|
|
298
|
+
export var ArrowDown2 = ["arrow-down-2", 24, 24, [{
|
|
299
|
+
"fill": "#000000",
|
|
300
|
+
"stroke": "none",
|
|
301
|
+
"stroke-linecap": "round",
|
|
302
|
+
"stroke-linejoin": "round",
|
|
303
|
+
"stroke-width": 0
|
|
304
|
+
}], ["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"]];
|
|
305
|
+
export var ArrowDoubleRight = ["arrow-double-right", 24, 24, [{
|
|
306
|
+
"fill": "#000000",
|
|
307
|
+
"stroke": "none",
|
|
308
|
+
"stroke-linecap": "round",
|
|
309
|
+
"stroke-linejoin": "round",
|
|
310
|
+
"stroke-width": 0
|
|
311
|
+
}, {
|
|
312
|
+
"fill": "#000000",
|
|
313
|
+
"stroke": "none",
|
|
314
|
+
"stroke-linecap": "round",
|
|
315
|
+
"stroke-linejoin": "round",
|
|
316
|
+
"stroke-width": 0
|
|
317
|
+
}], ["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"]];
|
|
318
|
+
export var ArrowLeft = ["arrow-left", 24, 24, [{
|
|
319
|
+
"fill": "#000000",
|
|
320
|
+
"stroke": "none",
|
|
321
|
+
"stroke-linecap": "round",
|
|
322
|
+
"stroke-linejoin": "round",
|
|
323
|
+
"stroke-width": 0
|
|
324
|
+
}], ["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"]];
|
|
325
|
+
export var ArrowThickCircleBottomLeftCorner2 = ["arrow-thick-circle-bottom-left-corner-2", 24, 24, [{
|
|
326
|
+
"fill": "#000000",
|
|
327
|
+
"stroke": "none",
|
|
328
|
+
"stroke-linecap": "round",
|
|
329
|
+
"stroke-linejoin": "round",
|
|
330
|
+
"stroke-width": 0
|
|
331
|
+
}], ["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"]];
|
|
332
|
+
export var ArrowThickCircleBottomRightCorner = ["arrow-thick-circle-bottom-right-corner", 24, 24, [{
|
|
333
|
+
"fill": "#000000",
|
|
334
|
+
"stroke": "none",
|
|
335
|
+
"stroke-linecap": "round",
|
|
336
|
+
"stroke-linejoin": "round",
|
|
337
|
+
"stroke-width": 0
|
|
338
|
+
}], ["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"]];
|
|
339
|
+
export var ArrowThickCircleBottomRightCorner1 = ["arrow-thick-circle-bottom-right-corner-1", 24, 24, [{
|
|
340
|
+
"fill": "#000000",
|
|
341
|
+
"stroke": "none",
|
|
342
|
+
"stroke-linecap": "round",
|
|
343
|
+
"stroke-linejoin": "round",
|
|
344
|
+
"stroke-width": 0
|
|
345
|
+
}], ["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"]];
|
|
346
|
+
export var ArrowThickCircleDown = ["arrow-thick-circle-down", 24, 24, [{
|
|
347
|
+
"fill": "#000000",
|
|
348
|
+
"stroke": "none",
|
|
349
|
+
"stroke-linecap": "round",
|
|
350
|
+
"stroke-linejoin": "round",
|
|
351
|
+
"stroke-width": 0
|
|
352
|
+
}], ["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"]];
|
|
353
|
+
export var ArrowThickCircleLeft = ["arrow-thick-circle-left", 24, 24, [{
|
|
354
|
+
"fill": "#000000",
|
|
355
|
+
"stroke": "none",
|
|
356
|
+
"stroke-linecap": "round",
|
|
357
|
+
"stroke-linejoin": "round",
|
|
358
|
+
"stroke-width": 0
|
|
359
|
+
}], ["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"]];
|
|
360
|
+
export var ArrowThickCircleLeft1 = ["arrow-thick-circle-left-1", 24, 24, [{
|
|
361
|
+
"fill": "#000000",
|
|
362
|
+
"stroke": "none",
|
|
363
|
+
"stroke-linecap": "round",
|
|
364
|
+
"stroke-linejoin": "round",
|
|
365
|
+
"stroke-width": 0
|
|
366
|
+
}], ["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"]];
|
|
367
|
+
export var ArrowThickCircleDown2 = ["arrow-thick-circle-down-2", 24, 24, [{
|
|
368
|
+
"fill": "#000000",
|
|
369
|
+
"stroke": "none",
|
|
370
|
+
"stroke-linecap": "round",
|
|
371
|
+
"stroke-linejoin": "round",
|
|
372
|
+
"stroke-width": 0
|
|
373
|
+
}], ["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"]];
|
|
374
|
+
export var ArrowThickCircleRight = ["arrow-thick-circle-right", 24, 24, [{
|
|
375
|
+
"fill": "#000000",
|
|
376
|
+
"stroke": "none",
|
|
377
|
+
"stroke-linecap": "round",
|
|
378
|
+
"stroke-linejoin": "round",
|
|
379
|
+
"stroke-width": 0
|
|
380
|
+
}], ["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"]];
|
|
381
|
+
export var ArrowThickCircleRight1 = ["arrow-thick-circle-right-1", 24, 24, [{
|
|
382
|
+
"fill": "#000000",
|
|
383
|
+
"stroke": "none",
|
|
384
|
+
"stroke-linecap": "round",
|
|
385
|
+
"stroke-linejoin": "round",
|
|
386
|
+
"stroke-width": 0
|
|
387
|
+
}], ["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"]];
|
|
388
|
+
export var ArrowThickCircleUp = ["arrow-thick-circle-up", 24, 24, [{
|
|
389
|
+
"fill": "#000000",
|
|
390
|
+
"stroke": "none",
|
|
391
|
+
"stroke-linecap": "round",
|
|
392
|
+
"stroke-linejoin": "round",
|
|
393
|
+
"stroke-width": 0
|
|
394
|
+
}], ["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"]];
|
|
395
|
+
export var ArrowThickDotDown = ["arrow-thick-dot-down", 24, 24, [{
|
|
396
|
+
"fill": "#000000",
|
|
397
|
+
"stroke": "none",
|
|
398
|
+
"stroke-linecap": "round",
|
|
399
|
+
"stroke-linejoin": "round",
|
|
400
|
+
"stroke-width": 0
|
|
401
|
+
}, {
|
|
402
|
+
"fill": "#000000",
|
|
403
|
+
"stroke": "none",
|
|
404
|
+
"stroke-linecap": "round",
|
|
405
|
+
"stroke-linejoin": "round",
|
|
406
|
+
"stroke-width": 0
|
|
407
|
+
}, {
|
|
408
|
+
"fill": "#000000",
|
|
409
|
+
"stroke": "none",
|
|
410
|
+
"stroke-linecap": "round",
|
|
411
|
+
"stroke-linejoin": "round",
|
|
412
|
+
"stroke-width": 0
|
|
413
|
+
}, {
|
|
414
|
+
"fill": "#000000",
|
|
415
|
+
"stroke": "none",
|
|
416
|
+
"stroke-linecap": "round",
|
|
417
|
+
"stroke-linejoin": "round",
|
|
418
|
+
"stroke-width": 0
|
|
419
|
+
}, {
|
|
420
|
+
"fill": "#000000",
|
|
421
|
+
"stroke": "none",
|
|
422
|
+
"stroke-linecap": "round",
|
|
423
|
+
"stroke-linejoin": "round",
|
|
424
|
+
"stroke-width": 0
|
|
425
|
+
}, {
|
|
426
|
+
"fill": "#000000",
|
|
427
|
+
"stroke": "none",
|
|
428
|
+
"stroke-linecap": "round",
|
|
429
|
+
"stroke-linejoin": "round",
|
|
430
|
+
"stroke-width": 0
|
|
431
|
+
}, {
|
|
432
|
+
"fill": "#000000",
|
|
433
|
+
"stroke": "none",
|
|
434
|
+
"stroke-linecap": "round",
|
|
435
|
+
"stroke-linejoin": "round",
|
|
436
|
+
"stroke-width": 0
|
|
437
|
+
}, {
|
|
438
|
+
"fill": "#000000",
|
|
439
|
+
"stroke": "none",
|
|
440
|
+
"stroke-linecap": "round",
|
|
441
|
+
"stroke-linejoin": "round",
|
|
442
|
+
"stroke-width": 0
|
|
443
|
+
}, {
|
|
444
|
+
"fill": "#000000",
|
|
445
|
+
"stroke": "none",
|
|
446
|
+
"stroke-linecap": "round",
|
|
447
|
+
"stroke-linejoin": "round",
|
|
448
|
+
"stroke-width": 0
|
|
449
|
+
}], ["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"]];
|
|
450
|
+
export var ArrowThickCircleUp2 = ["arrow-thick-circle-up-2", 24, 24, [{
|
|
451
|
+
"fill": "#000000",
|
|
452
|
+
"stroke": "none",
|
|
453
|
+
"stroke-linecap": "round",
|
|
454
|
+
"stroke-linejoin": "round",
|
|
455
|
+
"stroke-width": 0
|
|
456
|
+
}], ["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"]];
|
|
457
|
+
export var ArrowThickDotCornerDownLeft = ["arrow-thick-dot-corner-down-left", 24, 24, [{
|
|
458
|
+
"fill": "#000000",
|
|
459
|
+
"stroke": "none",
|
|
460
|
+
"stroke-linecap": "round",
|
|
461
|
+
"stroke-linejoin": "round",
|
|
462
|
+
"stroke-width": 0
|
|
463
|
+
}, {
|
|
464
|
+
"fill": "#000000",
|
|
465
|
+
"stroke": "none",
|
|
466
|
+
"stroke-linecap": "round",
|
|
467
|
+
"stroke-linejoin": "round",
|
|
468
|
+
"stroke-width": 0
|
|
469
|
+
}, {
|
|
470
|
+
"fill": "#000000",
|
|
471
|
+
"stroke": "none",
|
|
472
|
+
"stroke-linecap": "round",
|
|
473
|
+
"stroke-linejoin": "round",
|
|
474
|
+
"stroke-width": 0
|
|
475
|
+
}, {
|
|
476
|
+
"fill": "#000000",
|
|
477
|
+
"stroke": "none",
|
|
478
|
+
"stroke-linecap": "round",
|
|
479
|
+
"stroke-linejoin": "round",
|
|
480
|
+
"stroke-width": 0
|
|
481
|
+
}, {
|
|
482
|
+
"fill": "#000000",
|
|
483
|
+
"stroke": "none",
|
|
484
|
+
"stroke-linecap": "round",
|
|
485
|
+
"stroke-linejoin": "round",
|
|
486
|
+
"stroke-width": 0
|
|
487
|
+
}, {
|
|
488
|
+
"fill": "#000000",
|
|
489
|
+
"stroke": "none",
|
|
490
|
+
"stroke-linecap": "round",
|
|
491
|
+
"stroke-linejoin": "round",
|
|
492
|
+
"stroke-width": 0
|
|
493
|
+
}, {
|
|
494
|
+
"fill": "#000000",
|
|
495
|
+
"stroke": "none",
|
|
496
|
+
"stroke-linecap": "round",
|
|
497
|
+
"stroke-linejoin": "round",
|
|
498
|
+
"stroke-width": 0
|
|
499
|
+
}, {
|
|
500
|
+
"fill": "#000000",
|
|
501
|
+
"stroke": "none",
|
|
502
|
+
"stroke-linecap": "round",
|
|
503
|
+
"stroke-linejoin": "round",
|
|
504
|
+
"stroke-width": 0
|
|
505
|
+
}, {
|
|
506
|
+
"fill": "#000000",
|
|
507
|
+
"stroke": "none",
|
|
508
|
+
"stroke-linecap": "round",
|
|
509
|
+
"stroke-linejoin": "round",
|
|
510
|
+
"stroke-width": 0
|
|
511
|
+
}], ["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"]];
|
|
512
|
+
export var ArrowThickDotCornerDownRight = ["arrow-thick-dot-corner-down-right", 24, 24, [{
|
|
513
|
+
"fill": "#000000",
|
|
514
|
+
"stroke": "none",
|
|
515
|
+
"stroke-linecap": "round",
|
|
516
|
+
"stroke-linejoin": "round",
|
|
517
|
+
"stroke-width": 0
|
|
518
|
+
}, {
|
|
519
|
+
"fill": "#000000",
|
|
520
|
+
"stroke": "none",
|
|
521
|
+
"stroke-linecap": "round",
|
|
522
|
+
"stroke-linejoin": "round",
|
|
523
|
+
"stroke-width": 0
|
|
524
|
+
}, {
|
|
525
|
+
"fill": "#000000",
|
|
526
|
+
"stroke": "none",
|
|
527
|
+
"stroke-linecap": "round",
|
|
528
|
+
"stroke-linejoin": "round",
|
|
529
|
+
"stroke-width": 0
|
|
530
|
+
}, {
|
|
531
|
+
"fill": "#000000",
|
|
532
|
+
"stroke": "none",
|
|
533
|
+
"stroke-linecap": "round",
|
|
534
|
+
"stroke-linejoin": "round",
|
|
535
|
+
"stroke-width": 0
|
|
536
|
+
}, {
|
|
537
|
+
"fill": "#000000",
|
|
538
|
+
"stroke": "none",
|
|
539
|
+
"stroke-linecap": "round",
|
|
540
|
+
"stroke-linejoin": "round",
|
|
541
|
+
"stroke-width": 0
|
|
542
|
+
}, {
|
|
543
|
+
"fill": "#000000",
|
|
544
|
+
"stroke": "none",
|
|
545
|
+
"stroke-linecap": "round",
|
|
546
|
+
"stroke-linejoin": "round",
|
|
547
|
+
"stroke-width": 0
|
|
548
|
+
}, {
|
|
549
|
+
"fill": "#000000",
|
|
550
|
+
"stroke": "none",
|
|
551
|
+
"stroke-linecap": "round",
|
|
552
|
+
"stroke-linejoin": "round",
|
|
553
|
+
"stroke-width": 0
|
|
554
|
+
}, {
|
|
555
|
+
"fill": "#000000",
|
|
556
|
+
"stroke": "none",
|
|
557
|
+
"stroke-linecap": "round",
|
|
558
|
+
"stroke-linejoin": "round",
|
|
559
|
+
"stroke-width": 0
|
|
560
|
+
}, {
|
|
561
|
+
"fill": "#000000",
|
|
562
|
+
"stroke": "none",
|
|
563
|
+
"stroke-linecap": "round",
|
|
564
|
+
"stroke-linejoin": "round",
|
|
565
|
+
"stroke-width": 0
|
|
566
|
+
}], ["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"]];
|
|
567
|
+
export var ArrowThickDown4 = ["arrow-thick-down-4", 24, 24, [{
|
|
568
|
+
"fill": "#000000",
|
|
569
|
+
"stroke": "none",
|
|
570
|
+
"stroke-linecap": "round",
|
|
571
|
+
"stroke-linejoin": "round",
|
|
572
|
+
"stroke-width": 0
|
|
573
|
+
}], ["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"]];
|
|
574
|
+
export var ArrowThickRightBottomCorner4 = ["arrow-thick-right-bottom-corner-4", 24, 24, [{
|
|
575
|
+
"fill": "#000000",
|
|
576
|
+
"stroke": "none",
|
|
577
|
+
"stroke-linecap": "round",
|
|
578
|
+
"stroke-linejoin": "round",
|
|
579
|
+
"stroke-width": 0
|
|
580
|
+
}], ["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"]];
|
|
581
|
+
export var ArrowRight2Alternate = ["arrow-right-2-alternate", 24, 24, [{
|
|
582
|
+
"fill": "#000000",
|
|
583
|
+
"stroke": "none",
|
|
584
|
+
"stroke-linecap": "round",
|
|
585
|
+
"stroke-linejoin": "round",
|
|
586
|
+
"stroke-width": 0
|
|
587
|
+
}], ["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"]];
|
|
588
|
+
export var ArrowLeft2Alternate = ["arrow-left-2-alternate", 24, 24, [{
|
|
589
|
+
"fill": "#000000",
|
|
590
|
+
"stroke": "none",
|
|
591
|
+
"stroke-linecap": "round",
|
|
592
|
+
"stroke-linejoin": "round",
|
|
593
|
+
"stroke-width": 0
|
|
594
|
+
}], ["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"]];
|
|
595
|
+
export var ArrowButtonRight2Alternate = ["arrow-button-right-2-alternate", 24, 24, [{
|
|
596
|
+
"fill": "#000000",
|
|
597
|
+
"stroke": "none",
|
|
598
|
+
"stroke-linecap": "round",
|
|
599
|
+
"stroke-linejoin": "round",
|
|
600
|
+
"stroke-width": 0
|
|
601
|
+
}], ["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"]];
|
|
602
|
+
export var ArrowButtonUP2Alternate = ["arrow-button-up-2-alternate", 24, 24, [{
|
|
603
|
+
"fill": "#000000",
|
|
604
|
+
"stroke": "none",
|
|
605
|
+
"stroke-linecap": "round",
|
|
606
|
+
"stroke-linejoin": "round",
|
|
607
|
+
"stroke-width": 0
|
|
608
|
+
}], ["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"]];
|
|
609
|
+
export var ArrowDown2Alternate = ["arrow-down-2-alternate", 24, 24, [{
|
|
610
|
+
"fill": "#000000",
|
|
611
|
+
"stroke": "none",
|
|
612
|
+
"stroke-linecap": "round",
|
|
613
|
+
"stroke-linejoin": "round",
|
|
614
|
+
"stroke-width": 0
|
|
615
|
+
}], ["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"]];
|
|
616
|
+
export var ArrowButtonDown2Alternate = ["arrow-button-down-2-alternate", 24, 24, [{
|
|
617
|
+
"fill": "#000000",
|
|
618
|
+
"stroke": "none",
|
|
619
|
+
"stroke-linecap": "round",
|
|
620
|
+
"stroke-linejoin": "round",
|
|
621
|
+
"stroke-width": 0
|
|
622
|
+
}], ["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"]];
|
|
623
|
+
export var ArrowButtonLeft2Alternate = ["arrow-button-left-2-alternate", 24, 24, [{
|
|
624
|
+
"fill": "#000000",
|
|
625
|
+
"stroke": "none",
|
|
626
|
+
"stroke-linecap": "round",
|
|
627
|
+
"stroke-linejoin": "round",
|
|
628
|
+
"stroke-width": 0
|
|
629
|
+
}], ["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"]];
|
|
630
|
+
export var ArrowDotDown = ["arrow-dot-down", 24, 24, [{
|
|
631
|
+
"fill": "#000000",
|
|
632
|
+
"stroke": "none",
|
|
633
|
+
"stroke-linecap": "round",
|
|
634
|
+
"stroke-linejoin": "round",
|
|
635
|
+
"stroke-width": 0
|
|
636
|
+
}], ["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"]];
|
|
637
|
+
export var ArrowDotDown1 = ["arrow-dot-down-1", 24, 24, [{
|
|
638
|
+
"fill": "#000000",
|
|
639
|
+
"stroke": "none",
|
|
640
|
+
"stroke-linecap": "round",
|
|
641
|
+
"stroke-linejoin": "round",
|
|
642
|
+
"stroke-width": 0
|
|
643
|
+
}, {
|
|
644
|
+
"fill": "#000000",
|
|
645
|
+
"stroke": "none",
|
|
646
|
+
"stroke-linecap": "round",
|
|
647
|
+
"stroke-linejoin": "round",
|
|
648
|
+
"stroke-width": 0
|
|
649
|
+
}, {
|
|
650
|
+
"fill": "#000000",
|
|
651
|
+
"stroke": "none",
|
|
652
|
+
"stroke-linecap": "round",
|
|
653
|
+
"stroke-linejoin": "round",
|
|
654
|
+
"stroke-width": 0
|
|
655
|
+
}, {
|
|
656
|
+
"fill": "#000000",
|
|
657
|
+
"stroke": "none",
|
|
658
|
+
"stroke-linecap": "round",
|
|
659
|
+
"stroke-linejoin": "round",
|
|
660
|
+
"stroke-width": 0
|
|
661
|
+
}, {
|
|
662
|
+
"fill": "#000000",
|
|
663
|
+
"stroke": "none",
|
|
664
|
+
"stroke-linecap": "round",
|
|
665
|
+
"stroke-linejoin": "round",
|
|
666
|
+
"stroke-width": 0
|
|
667
|
+
}, {
|
|
668
|
+
"fill": "#000000",
|
|
669
|
+
"stroke": "none",
|
|
670
|
+
"stroke-linecap": "round",
|
|
671
|
+
"stroke-linejoin": "round",
|
|
672
|
+
"stroke-width": 0
|
|
673
|
+
}, {
|
|
674
|
+
"fill": "#000000",
|
|
675
|
+
"stroke": "none",
|
|
676
|
+
"stroke-linecap": "round",
|
|
677
|
+
"stroke-linejoin": "round",
|
|
678
|
+
"stroke-width": 0
|
|
679
|
+
}, {
|
|
680
|
+
"fill": "#000000",
|
|
681
|
+
"stroke": "none",
|
|
682
|
+
"stroke-linecap": "round",
|
|
683
|
+
"stroke-linejoin": "round",
|
|
684
|
+
"stroke-width": 0
|
|
685
|
+
}, {
|
|
686
|
+
"fill": "#000000",
|
|
687
|
+
"stroke": "none",
|
|
688
|
+
"stroke-linecap": "round",
|
|
689
|
+
"stroke-linejoin": "round",
|
|
690
|
+
"stroke-width": 0
|
|
691
|
+
}, {
|
|
692
|
+
"fill": "#000000",
|
|
693
|
+
"stroke": "none",
|
|
694
|
+
"stroke-linecap": "round",
|
|
695
|
+
"stroke-linejoin": "round",
|
|
696
|
+
"stroke-width": 0
|
|
697
|
+
}, {
|
|
698
|
+
"fill": "#000000",
|
|
699
|
+
"stroke": "none",
|
|
700
|
+
"stroke-linecap": "round",
|
|
701
|
+
"stroke-linejoin": "round",
|
|
702
|
+
"stroke-width": 0
|
|
703
|
+
}, {
|
|
704
|
+
"fill": "#000000",
|
|
705
|
+
"stroke": "none",
|
|
706
|
+
"stroke-linecap": "round",
|
|
707
|
+
"stroke-linejoin": "round",
|
|
708
|
+
"stroke-width": 0
|
|
709
|
+
}, {
|
|
710
|
+
"fill": "#000000",
|
|
711
|
+
"stroke": "none",
|
|
712
|
+
"stroke-linecap": "round",
|
|
713
|
+
"stroke-linejoin": "round",
|
|
714
|
+
"stroke-width": 0
|
|
715
|
+
}, {
|
|
716
|
+
"fill": "#000000",
|
|
717
|
+
"stroke": "none",
|
|
718
|
+
"stroke-linecap": "round",
|
|
719
|
+
"stroke-linejoin": "round",
|
|
720
|
+
"stroke-width": 0
|
|
721
|
+
}, {
|
|
722
|
+
"fill": "#000000",
|
|
723
|
+
"stroke": "none",
|
|
724
|
+
"stroke-linecap": "round",
|
|
725
|
+
"stroke-linejoin": "round",
|
|
726
|
+
"stroke-width": 0
|
|
727
|
+
}, {
|
|
728
|
+
"fill": "#000000",
|
|
729
|
+
"stroke": "none",
|
|
730
|
+
"stroke-linecap": "round",
|
|
731
|
+
"stroke-linejoin": "round",
|
|
732
|
+
"stroke-width": 0
|
|
733
|
+
}, {
|
|
734
|
+
"fill": "#000000",
|
|
735
|
+
"stroke": "none",
|
|
736
|
+
"stroke-linecap": "round",
|
|
737
|
+
"stroke-linejoin": "round",
|
|
738
|
+
"stroke-width": 0
|
|
739
|
+
}], ["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"]];
|
|
740
|
+
export var ArrowDotCornerDownLeft = ["arrow-dot-corner-down-left", 24, 24, [{
|
|
741
|
+
"fill": "#000000",
|
|
742
|
+
"stroke": "none",
|
|
743
|
+
"stroke-linecap": "round",
|
|
744
|
+
"stroke-linejoin": "round",
|
|
745
|
+
"stroke-width": 0
|
|
746
|
+
}], ["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"]];
|
|
747
|
+
export var ArrowDotCornerDownRight = ["arrow-dot-corner-down-right", 24, 24, [{
|
|
748
|
+
"fill": "#000000",
|
|
749
|
+
"stroke": "none",
|
|
750
|
+
"stroke-linecap": "round",
|
|
751
|
+
"stroke-linejoin": "round",
|
|
752
|
+
"stroke-width": 0
|
|
753
|
+
}], ["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"]];
|
|
754
|
+
export var ArrowDotCornerLeft1 = ["arrow-dot-corner-left-1", 24, 24, [{
|
|
755
|
+
"fill": "#000000",
|
|
756
|
+
"stroke": "none",
|
|
757
|
+
"stroke-linecap": "round",
|
|
758
|
+
"stroke-linejoin": "round",
|
|
759
|
+
"stroke-width": 0
|
|
760
|
+
}, {
|
|
761
|
+
"fill": "#000000",
|
|
762
|
+
"stroke": "none",
|
|
763
|
+
"stroke-linecap": "round",
|
|
764
|
+
"stroke-linejoin": "round",
|
|
765
|
+
"stroke-width": 0
|
|
766
|
+
}, {
|
|
767
|
+
"fill": "#000000",
|
|
768
|
+
"stroke": "none",
|
|
769
|
+
"stroke-linecap": "round",
|
|
770
|
+
"stroke-linejoin": "round",
|
|
771
|
+
"stroke-width": 0
|
|
772
|
+
}, {
|
|
773
|
+
"fill": "#000000",
|
|
774
|
+
"stroke": "none",
|
|
775
|
+
"stroke-linecap": "round",
|
|
776
|
+
"stroke-linejoin": "round",
|
|
777
|
+
"stroke-width": 0
|
|
778
|
+
}, {
|
|
779
|
+
"fill": "#000000",
|
|
780
|
+
"stroke": "none",
|
|
781
|
+
"stroke-linecap": "round",
|
|
782
|
+
"stroke-linejoin": "round",
|
|
783
|
+
"stroke-width": 0
|
|
784
|
+
}, {
|
|
785
|
+
"fill": "#000000",
|
|
786
|
+
"stroke": "none",
|
|
787
|
+
"stroke-linecap": "round",
|
|
788
|
+
"stroke-linejoin": "round",
|
|
789
|
+
"stroke-width": 0
|
|
790
|
+
}, {
|
|
791
|
+
"fill": "#000000",
|
|
792
|
+
"stroke": "none",
|
|
793
|
+
"stroke-linecap": "round",
|
|
794
|
+
"stroke-linejoin": "round",
|
|
795
|
+
"stroke-width": 0
|
|
796
|
+
}, {
|
|
797
|
+
"fill": "#000000",
|
|
798
|
+
"stroke": "none",
|
|
799
|
+
"stroke-linecap": "round",
|
|
800
|
+
"stroke-linejoin": "round",
|
|
801
|
+
"stroke-width": 0
|
|
802
|
+
}, {
|
|
803
|
+
"fill": "#000000",
|
|
804
|
+
"stroke": "none",
|
|
805
|
+
"stroke-linecap": "round",
|
|
806
|
+
"stroke-linejoin": "round",
|
|
807
|
+
"stroke-width": 0
|
|
808
|
+
}, {
|
|
809
|
+
"fill": "#000000",
|
|
810
|
+
"stroke": "none",
|
|
811
|
+
"stroke-linecap": "round",
|
|
812
|
+
"stroke-linejoin": "round",
|
|
813
|
+
"stroke-width": 0
|
|
814
|
+
}, {
|
|
815
|
+
"fill": "#000000",
|
|
816
|
+
"stroke": "none",
|
|
817
|
+
"stroke-linecap": "round",
|
|
818
|
+
"stroke-linejoin": "round",
|
|
819
|
+
"stroke-width": 0
|
|
820
|
+
}, {
|
|
821
|
+
"fill": "#000000",
|
|
822
|
+
"stroke": "none",
|
|
823
|
+
"stroke-linecap": "round",
|
|
824
|
+
"stroke-linejoin": "round",
|
|
825
|
+
"stroke-width": 0
|
|
826
|
+
}, {
|
|
827
|
+
"fill": "#000000",
|
|
828
|
+
"stroke": "none",
|
|
829
|
+
"stroke-linecap": "round",
|
|
830
|
+
"stroke-linejoin": "round",
|
|
831
|
+
"stroke-width": 0
|
|
832
|
+
}, {
|
|
833
|
+
"fill": "#000000",
|
|
834
|
+
"stroke": "none",
|
|
835
|
+
"stroke-linecap": "round",
|
|
836
|
+
"stroke-linejoin": "round",
|
|
837
|
+
"stroke-width": 0
|
|
838
|
+
}, {
|
|
839
|
+
"fill": "#000000",
|
|
840
|
+
"stroke": "none",
|
|
841
|
+
"stroke-linecap": "round",
|
|
842
|
+
"stroke-linejoin": "round",
|
|
843
|
+
"stroke-width": 0
|
|
844
|
+
}, {
|
|
845
|
+
"fill": "#000000",
|
|
846
|
+
"stroke": "none",
|
|
847
|
+
"stroke-linecap": "round",
|
|
848
|
+
"stroke-linejoin": "round",
|
|
849
|
+
"stroke-width": 0
|
|
850
|
+
}, {
|
|
851
|
+
"fill": "#000000",
|
|
852
|
+
"stroke": "none",
|
|
853
|
+
"stroke-linecap": "round",
|
|
854
|
+
"stroke-linejoin": "round",
|
|
855
|
+
"stroke-width": 0
|
|
856
|
+
}, {
|
|
857
|
+
"fill": "#000000",
|
|
858
|
+
"stroke": "none",
|
|
859
|
+
"stroke-linecap": "round",
|
|
860
|
+
"stroke-linejoin": "round",
|
|
861
|
+
"stroke-width": 0
|
|
862
|
+
}, {
|
|
863
|
+
"fill": "#000000",
|
|
864
|
+
"stroke": "none",
|
|
865
|
+
"stroke-linecap": "round",
|
|
866
|
+
"stroke-linejoin": "round",
|
|
867
|
+
"stroke-width": 0
|
|
868
|
+
}, {
|
|
869
|
+
"fill": "#000000",
|
|
870
|
+
"stroke": "none",
|
|
871
|
+
"stroke-linecap": "round",
|
|
872
|
+
"stroke-linejoin": "round",
|
|
873
|
+
"stroke-width": 0
|
|
874
|
+
}, {
|
|
875
|
+
"fill": "#000000",
|
|
876
|
+
"stroke": "none",
|
|
877
|
+
"stroke-linecap": "round",
|
|
878
|
+
"stroke-linejoin": "round",
|
|
879
|
+
"stroke-width": 0
|
|
880
|
+
}, {
|
|
881
|
+
"fill": "#000000",
|
|
882
|
+
"stroke": "none",
|
|
883
|
+
"stroke-linecap": "round",
|
|
884
|
+
"stroke-linejoin": "round",
|
|
885
|
+
"stroke-width": 0
|
|
886
|
+
}, {
|
|
887
|
+
"fill": "#000000",
|
|
888
|
+
"stroke": "none",
|
|
889
|
+
"stroke-linecap": "round",
|
|
890
|
+
"stroke-linejoin": "round",
|
|
891
|
+
"stroke-width": 0
|
|
892
|
+
}], ["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"]];
|
|
893
|
+
export var ArrowDotCornerRight1 = ["arrow-dot-corner-right-1", 24, 24, [{
|
|
894
|
+
"fill": "#000000",
|
|
895
|
+
"stroke": "none",
|
|
896
|
+
"stroke-linecap": "round",
|
|
897
|
+
"stroke-linejoin": "round",
|
|
898
|
+
"stroke-width": 0
|
|
899
|
+
}, {
|
|
900
|
+
"fill": "#000000",
|
|
901
|
+
"stroke": "none",
|
|
902
|
+
"stroke-linecap": "round",
|
|
903
|
+
"stroke-linejoin": "round",
|
|
904
|
+
"stroke-width": 0
|
|
905
|
+
}, {
|
|
906
|
+
"fill": "#000000",
|
|
907
|
+
"stroke": "none",
|
|
908
|
+
"stroke-linecap": "round",
|
|
909
|
+
"stroke-linejoin": "round",
|
|
910
|
+
"stroke-width": 0
|
|
911
|
+
}, {
|
|
912
|
+
"fill": "#000000",
|
|
913
|
+
"stroke": "none",
|
|
914
|
+
"stroke-linecap": "round",
|
|
915
|
+
"stroke-linejoin": "round",
|
|
916
|
+
"stroke-width": 0
|
|
917
|
+
}, {
|
|
918
|
+
"fill": "#000000",
|
|
919
|
+
"stroke": "none",
|
|
920
|
+
"stroke-linecap": "round",
|
|
921
|
+
"stroke-linejoin": "round",
|
|
922
|
+
"stroke-width": 0
|
|
923
|
+
}, {
|
|
924
|
+
"fill": "#000000",
|
|
925
|
+
"stroke": "none",
|
|
926
|
+
"stroke-linecap": "round",
|
|
927
|
+
"stroke-linejoin": "round",
|
|
928
|
+
"stroke-width": 0
|
|
929
|
+
}, {
|
|
930
|
+
"fill": "#000000",
|
|
931
|
+
"stroke": "none",
|
|
932
|
+
"stroke-linecap": "round",
|
|
933
|
+
"stroke-linejoin": "round",
|
|
934
|
+
"stroke-width": 0
|
|
935
|
+
}, {
|
|
936
|
+
"fill": "#000000",
|
|
937
|
+
"stroke": "none",
|
|
938
|
+
"stroke-linecap": "round",
|
|
939
|
+
"stroke-linejoin": "round",
|
|
940
|
+
"stroke-width": 0
|
|
941
|
+
}, {
|
|
942
|
+
"fill": "#000000",
|
|
943
|
+
"stroke": "none",
|
|
944
|
+
"stroke-linecap": "round",
|
|
945
|
+
"stroke-linejoin": "round",
|
|
946
|
+
"stroke-width": 0
|
|
947
|
+
}, {
|
|
948
|
+
"fill": "#000000",
|
|
949
|
+
"stroke": "none",
|
|
950
|
+
"stroke-linecap": "round",
|
|
951
|
+
"stroke-linejoin": "round",
|
|
952
|
+
"stroke-width": 0
|
|
953
|
+
}, {
|
|
954
|
+
"fill": "#000000",
|
|
955
|
+
"stroke": "none",
|
|
956
|
+
"stroke-linecap": "round",
|
|
957
|
+
"stroke-linejoin": "round",
|
|
958
|
+
"stroke-width": 0
|
|
959
|
+
}, {
|
|
960
|
+
"fill": "#000000",
|
|
961
|
+
"stroke": "none",
|
|
962
|
+
"stroke-linecap": "round",
|
|
963
|
+
"stroke-linejoin": "round",
|
|
964
|
+
"stroke-width": 0
|
|
965
|
+
}, {
|
|
966
|
+
"fill": "#000000",
|
|
967
|
+
"stroke": "none",
|
|
968
|
+
"stroke-linecap": "round",
|
|
969
|
+
"stroke-linejoin": "round",
|
|
970
|
+
"stroke-width": 0
|
|
971
|
+
}, {
|
|
972
|
+
"fill": "#000000",
|
|
973
|
+
"stroke": "none",
|
|
974
|
+
"stroke-linecap": "round",
|
|
975
|
+
"stroke-linejoin": "round",
|
|
976
|
+
"stroke-width": 0
|
|
977
|
+
}, {
|
|
978
|
+
"fill": "#000000",
|
|
979
|
+
"stroke": "none",
|
|
980
|
+
"stroke-linecap": "round",
|
|
981
|
+
"stroke-linejoin": "round",
|
|
982
|
+
"stroke-width": 0
|
|
983
|
+
}, {
|
|
984
|
+
"fill": "#000000",
|
|
985
|
+
"stroke": "none",
|
|
986
|
+
"stroke-linecap": "round",
|
|
987
|
+
"stroke-linejoin": "round",
|
|
988
|
+
"stroke-width": 0
|
|
989
|
+
}, {
|
|
990
|
+
"fill": "#000000",
|
|
991
|
+
"stroke": "none",
|
|
992
|
+
"stroke-linecap": "round",
|
|
993
|
+
"stroke-linejoin": "round",
|
|
994
|
+
"stroke-width": 0
|
|
995
|
+
}, {
|
|
996
|
+
"fill": "#000000",
|
|
997
|
+
"stroke": "none",
|
|
998
|
+
"stroke-linecap": "round",
|
|
999
|
+
"stroke-linejoin": "round",
|
|
1000
|
+
"stroke-width": 0
|
|
1001
|
+
}, {
|
|
1002
|
+
"fill": "#000000",
|
|
1003
|
+
"stroke": "none",
|
|
1004
|
+
"stroke-linecap": "round",
|
|
1005
|
+
"stroke-linejoin": "round",
|
|
1006
|
+
"stroke-width": 0
|
|
1007
|
+
}, {
|
|
1008
|
+
"fill": "#000000",
|
|
1009
|
+
"stroke": "none",
|
|
1010
|
+
"stroke-linecap": "round",
|
|
1011
|
+
"stroke-linejoin": "round",
|
|
1012
|
+
"stroke-width": 0
|
|
1013
|
+
}, {
|
|
1014
|
+
"fill": "#000000",
|
|
1015
|
+
"stroke": "none",
|
|
1016
|
+
"stroke-linecap": "round",
|
|
1017
|
+
"stroke-linejoin": "round",
|
|
1018
|
+
"stroke-width": 0
|
|
1019
|
+
}, {
|
|
1020
|
+
"fill": "#000000",
|
|
1021
|
+
"stroke": "none",
|
|
1022
|
+
"stroke-linecap": "round",
|
|
1023
|
+
"stroke-linejoin": "round",
|
|
1024
|
+
"stroke-width": 0
|
|
1025
|
+
}, {
|
|
1026
|
+
"fill": "#000000",
|
|
1027
|
+
"stroke": "none",
|
|
1028
|
+
"stroke-linecap": "round",
|
|
1029
|
+
"stroke-linejoin": "round",
|
|
1030
|
+
"stroke-width": 0
|
|
1031
|
+
}], ["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"]];
|
|
1032
|
+
export var ArrowDotUp = ["arrow-dot-up", 24, 24, [{
|
|
1033
|
+
"fill": "#000000",
|
|
1034
|
+
"stroke": "none",
|
|
1035
|
+
"stroke-linecap": "round",
|
|
1036
|
+
"stroke-linejoin": "round",
|
|
1037
|
+
"stroke-width": 0
|
|
1038
|
+
}], ["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"]];
|
|
1039
|
+
export var ArrowDoubleDown = ["arrow-double-down", 24, 24, [{
|
|
1040
|
+
"fill": "#000000",
|
|
1041
|
+
"stroke": "none",
|
|
1042
|
+
"stroke-linecap": "round",
|
|
1043
|
+
"stroke-linejoin": "round",
|
|
1044
|
+
"stroke-width": 0
|
|
1045
|
+
}, {
|
|
1046
|
+
"fill": "#000000",
|
|
1047
|
+
"stroke": "none",
|
|
1048
|
+
"stroke-linecap": "round",
|
|
1049
|
+
"stroke-linejoin": "round",
|
|
1050
|
+
"stroke-width": 0
|
|
1051
|
+
}], ["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"]];
|
|
1052
|
+
export var ArrowDotRight = ["arrow-dot-right", 24, 24, [{
|
|
1053
|
+
"fill": "#000000",
|
|
1054
|
+
"stroke": "none",
|
|
1055
|
+
"stroke-linecap": "round",
|
|
1056
|
+
"stroke-linejoin": "round",
|
|
1057
|
+
"stroke-width": 0
|
|
1058
|
+
}], ["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"]];
|
|
1059
|
+
export var ArrowDotRight1 = ["arrow-dot-right-1", 24, 24, [{
|
|
1060
|
+
"fill": "#000000",
|
|
1061
|
+
"stroke": "none",
|
|
1062
|
+
"stroke-linecap": "round",
|
|
1063
|
+
"stroke-linejoin": "round",
|
|
1064
|
+
"stroke-width": 0
|
|
1065
|
+
}, {
|
|
1066
|
+
"fill": "#000000",
|
|
1067
|
+
"stroke": "none",
|
|
1068
|
+
"stroke-linecap": "round",
|
|
1069
|
+
"stroke-linejoin": "round",
|
|
1070
|
+
"stroke-width": 0
|
|
1071
|
+
}, {
|
|
1072
|
+
"fill": "#000000",
|
|
1073
|
+
"stroke": "none",
|
|
1074
|
+
"stroke-linecap": "round",
|
|
1075
|
+
"stroke-linejoin": "round",
|
|
1076
|
+
"stroke-width": 0
|
|
1077
|
+
}, {
|
|
1078
|
+
"fill": "#000000",
|
|
1079
|
+
"stroke": "none",
|
|
1080
|
+
"stroke-linecap": "round",
|
|
1081
|
+
"stroke-linejoin": "round",
|
|
1082
|
+
"stroke-width": 0
|
|
1083
|
+
}, {
|
|
1084
|
+
"fill": "#000000",
|
|
1085
|
+
"stroke": "none",
|
|
1086
|
+
"stroke-linecap": "round",
|
|
1087
|
+
"stroke-linejoin": "round",
|
|
1088
|
+
"stroke-width": 0
|
|
1089
|
+
}, {
|
|
1090
|
+
"fill": "#000000",
|
|
1091
|
+
"stroke": "none",
|
|
1092
|
+
"stroke-linecap": "round",
|
|
1093
|
+
"stroke-linejoin": "round",
|
|
1094
|
+
"stroke-width": 0
|
|
1095
|
+
}, {
|
|
1096
|
+
"fill": "#000000",
|
|
1097
|
+
"stroke": "none",
|
|
1098
|
+
"stroke-linecap": "round",
|
|
1099
|
+
"stroke-linejoin": "round",
|
|
1100
|
+
"stroke-width": 0
|
|
1101
|
+
}, {
|
|
1102
|
+
"fill": "#000000",
|
|
1103
|
+
"stroke": "none",
|
|
1104
|
+
"stroke-linecap": "round",
|
|
1105
|
+
"stroke-linejoin": "round",
|
|
1106
|
+
"stroke-width": 0
|
|
1107
|
+
}, {
|
|
1108
|
+
"fill": "#000000",
|
|
1109
|
+
"stroke": "none",
|
|
1110
|
+
"stroke-linecap": "round",
|
|
1111
|
+
"stroke-linejoin": "round",
|
|
1112
|
+
"stroke-width": 0
|
|
1113
|
+
}, {
|
|
1114
|
+
"fill": "#000000",
|
|
1115
|
+
"stroke": "none",
|
|
1116
|
+
"stroke-linecap": "round",
|
|
1117
|
+
"stroke-linejoin": "round",
|
|
1118
|
+
"stroke-width": 0
|
|
1119
|
+
}, {
|
|
1120
|
+
"fill": "#000000",
|
|
1121
|
+
"stroke": "none",
|
|
1122
|
+
"stroke-linecap": "round",
|
|
1123
|
+
"stroke-linejoin": "round",
|
|
1124
|
+
"stroke-width": 0
|
|
1125
|
+
}, {
|
|
1126
|
+
"fill": "#000000",
|
|
1127
|
+
"stroke": "none",
|
|
1128
|
+
"stroke-linecap": "round",
|
|
1129
|
+
"stroke-linejoin": "round",
|
|
1130
|
+
"stroke-width": 0
|
|
1131
|
+
}, {
|
|
1132
|
+
"fill": "#000000",
|
|
1133
|
+
"stroke": "none",
|
|
1134
|
+
"stroke-linecap": "round",
|
|
1135
|
+
"stroke-linejoin": "round",
|
|
1136
|
+
"stroke-width": 0
|
|
1137
|
+
}, {
|
|
1138
|
+
"fill": "#000000",
|
|
1139
|
+
"stroke": "none",
|
|
1140
|
+
"stroke-linecap": "round",
|
|
1141
|
+
"stroke-linejoin": "round",
|
|
1142
|
+
"stroke-width": 0
|
|
1143
|
+
}, {
|
|
1144
|
+
"fill": "#000000",
|
|
1145
|
+
"stroke": "none",
|
|
1146
|
+
"stroke-linecap": "round",
|
|
1147
|
+
"stroke-linejoin": "round",
|
|
1148
|
+
"stroke-width": 0
|
|
1149
|
+
}, {
|
|
1150
|
+
"fill": "#000000",
|
|
1151
|
+
"stroke": "none",
|
|
1152
|
+
"stroke-linecap": "round",
|
|
1153
|
+
"stroke-linejoin": "round",
|
|
1154
|
+
"stroke-width": 0
|
|
1155
|
+
}, {
|
|
1156
|
+
"fill": "#000000",
|
|
1157
|
+
"stroke": "none",
|
|
1158
|
+
"stroke-linecap": "round",
|
|
1159
|
+
"stroke-linejoin": "round",
|
|
1160
|
+
"stroke-width": 0
|
|
1161
|
+
}], ["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"]];
|
|
1162
|
+
export var ArrowRectangleDown1 = ["arrow-rectangle-down-1", 24, 24, [{
|
|
1163
|
+
"fill": "#000000",
|
|
1164
|
+
"stroke": "none",
|
|
1165
|
+
"stroke-linecap": "round",
|
|
1166
|
+
"stroke-linejoin": "round",
|
|
1167
|
+
"stroke-width": 0
|
|
1168
|
+
}], ["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"]];
|
|
1169
|
+
export var ArrowRectangleLeft = ["arrow-rectangle-left", 24, 24, [{
|
|
1170
|
+
"fill": "#000000",
|
|
1171
|
+
"stroke": "none",
|
|
1172
|
+
"stroke-linecap": "round",
|
|
1173
|
+
"stroke-linejoin": "round",
|
|
1174
|
+
"stroke-width": 0
|
|
1175
|
+
}], ["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"]];
|
|
1176
|
+
export var ArrowLeftX = ["arrow-left-x", 24, 24, [{
|
|
1177
|
+
"fill": "#000000",
|
|
1178
|
+
"stroke": "none",
|
|
1179
|
+
"stroke-linecap": "round",
|
|
1180
|
+
"stroke-linejoin": "round",
|
|
1181
|
+
"stroke-width": 0
|
|
1182
|
+
}], ["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"]];
|
|
1183
|
+
export var ArrowRectangleDown = ["arrow-rectangle-down", 24, 24, [{
|
|
1184
|
+
"fill": "#000000",
|
|
1185
|
+
"stroke": "none",
|
|
1186
|
+
"stroke-linecap": "round",
|
|
1187
|
+
"stroke-linejoin": "round",
|
|
1188
|
+
"stroke-width": 0
|
|
1189
|
+
}], ["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"]];
|
|
1190
|
+
export var ArrowRectangleLeft1 = ["arrow-rectangle-left-1", 24, 24, [{
|
|
1191
|
+
"fill": "#000000",
|
|
1192
|
+
"stroke": "none",
|
|
1193
|
+
"stroke-linecap": "round",
|
|
1194
|
+
"stroke-linejoin": "round",
|
|
1195
|
+
"stroke-width": 0
|
|
1196
|
+
}], ["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"]];
|
|
1197
|
+
export var ArrowRectangleUp = ["arrow-rectangle-up", 24, 24, [{
|
|
1198
|
+
"fill": "#000000",
|
|
1199
|
+
"stroke": "none",
|
|
1200
|
+
"stroke-linecap": "round",
|
|
1201
|
+
"stroke-linejoin": "round",
|
|
1202
|
+
"stroke-width": 0
|
|
1203
|
+
}], ["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"]];
|
|
1204
|
+
export var ArrowRectangleUp1 = ["arrow-rectangle-up-1", 24, 24, [{
|
|
1205
|
+
"fill": "#000000",
|
|
1206
|
+
"stroke": "none",
|
|
1207
|
+
"stroke-linecap": "round",
|
|
1208
|
+
"stroke-linejoin": "round",
|
|
1209
|
+
"stroke-width": 0
|
|
1210
|
+
}], ["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"]];
|
|
1211
|
+
export var ArrowRectangleRight = ["arrow-rectangle-right", 24, 24, [{
|
|
1212
|
+
"fill": "#000000",
|
|
1213
|
+
"stroke": "none",
|
|
1214
|
+
"stroke-linecap": "round",
|
|
1215
|
+
"stroke-linejoin": "round",
|
|
1216
|
+
"stroke-width": 0
|
|
1217
|
+
}], ["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"]];
|
|
1218
|
+
export var ArrowRectangleRight1 = ["arrow-rectangle-right-1", 24, 24, [{
|
|
1219
|
+
"fill": "#000000",
|
|
1220
|
+
"stroke": "none",
|
|
1221
|
+
"stroke-linecap": "round",
|
|
1222
|
+
"stroke-linejoin": "round",
|
|
1223
|
+
"stroke-width": 0
|
|
1224
|
+
}], ["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"]];
|
|
1225
|
+
export var ArrowThickCircleBottomLeftCorner = ["arrow-thick-circle-bottom-left-corner", 24, 24, [{
|
|
1226
|
+
"fill": "#000000",
|
|
1227
|
+
"stroke": "none",
|
|
1228
|
+
"stroke-linecap": "round",
|
|
1229
|
+
"stroke-linejoin": "round",
|
|
1230
|
+
"stroke-width": 0
|
|
1231
|
+
}], ["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"]];
|
|
1232
|
+
export var ArrowThickCircleBottomLeftCorner1 = ["arrow-thick-circle-bottom-left-corner-1", 24, 24, [{
|
|
1233
|
+
"fill": "#000000",
|
|
1234
|
+
"stroke": "none",
|
|
1235
|
+
"stroke-linecap": "round",
|
|
1236
|
+
"stroke-linejoin": "round",
|
|
1237
|
+
"stroke-width": 0
|
|
1238
|
+
}], ["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"]];
|
|
1239
|
+
export var ArrowRight = ["arrow-right", 24, 24, [{
|
|
1240
|
+
"fill": "#000000",
|
|
1241
|
+
"stroke": "none",
|
|
1242
|
+
"stroke-linecap": "round",
|
|
1243
|
+
"stroke-linejoin": "round",
|
|
1244
|
+
"stroke-width": 0
|
|
1245
|
+
}], ["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"]];
|
|
1246
|
+
export var ArrowRight1 = ["arrow-right-1", 24, 24, [{
|
|
1247
|
+
"fill": "#000000",
|
|
1248
|
+
"stroke": "none",
|
|
1249
|
+
"stroke-linecap": "round",
|
|
1250
|
+
"stroke-linejoin": "round",
|
|
1251
|
+
"stroke-width": 0
|
|
1252
|
+
}], ["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"]];
|
|
1253
|
+
export var ArrowRightX = ["arrow-right-x", 24, 24, [{
|
|
1254
|
+
"fill": "#000000",
|
|
1255
|
+
"stroke": "none",
|
|
1256
|
+
"stroke-linecap": "round",
|
|
1257
|
+
"stroke-linejoin": "round",
|
|
1258
|
+
"stroke-width": 0
|
|
1259
|
+
}], ["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"]];
|
|
1260
|
+
export var ArrowThickDotUp = ["arrow-thick-dot-up", 24, 24, [{
|
|
1261
|
+
"fill": "#000000",
|
|
1262
|
+
"stroke": "none",
|
|
1263
|
+
"stroke-linecap": "round",
|
|
1264
|
+
"stroke-linejoin": "round",
|
|
1265
|
+
"stroke-width": 0
|
|
1266
|
+
}, {
|
|
1267
|
+
"fill": "#000000",
|
|
1268
|
+
"stroke": "none",
|
|
1269
|
+
"stroke-linecap": "round",
|
|
1270
|
+
"stroke-linejoin": "round",
|
|
1271
|
+
"stroke-width": 0
|
|
1272
|
+
}, {
|
|
1273
|
+
"fill": "#000000",
|
|
1274
|
+
"stroke": "none",
|
|
1275
|
+
"stroke-linecap": "round",
|
|
1276
|
+
"stroke-linejoin": "round",
|
|
1277
|
+
"stroke-width": 0
|
|
1278
|
+
}, {
|
|
1279
|
+
"fill": "#000000",
|
|
1280
|
+
"stroke": "none",
|
|
1281
|
+
"stroke-linecap": "round",
|
|
1282
|
+
"stroke-linejoin": "round",
|
|
1283
|
+
"stroke-width": 0
|
|
1284
|
+
}, {
|
|
1285
|
+
"fill": "#000000",
|
|
1286
|
+
"stroke": "none",
|
|
1287
|
+
"stroke-linecap": "round",
|
|
1288
|
+
"stroke-linejoin": "round",
|
|
1289
|
+
"stroke-width": 0
|
|
1290
|
+
}, {
|
|
1291
|
+
"fill": "#000000",
|
|
1292
|
+
"stroke": "none",
|
|
1293
|
+
"stroke-linecap": "round",
|
|
1294
|
+
"stroke-linejoin": "round",
|
|
1295
|
+
"stroke-width": 0
|
|
1296
|
+
}, {
|
|
1297
|
+
"fill": "#000000",
|
|
1298
|
+
"stroke": "none",
|
|
1299
|
+
"stroke-linecap": "round",
|
|
1300
|
+
"stroke-linejoin": "round",
|
|
1301
|
+
"stroke-width": 0
|
|
1302
|
+
}, {
|
|
1303
|
+
"fill": "#000000",
|
|
1304
|
+
"stroke": "none",
|
|
1305
|
+
"stroke-linecap": "round",
|
|
1306
|
+
"stroke-linejoin": "round",
|
|
1307
|
+
"stroke-width": 0
|
|
1308
|
+
}, {
|
|
1309
|
+
"fill": "#000000",
|
|
1310
|
+
"stroke": "none",
|
|
1311
|
+
"stroke-linecap": "round",
|
|
1312
|
+
"stroke-linejoin": "round",
|
|
1313
|
+
"stroke-width": 0
|
|
1314
|
+
}], ["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"]];
|
|
1315
|
+
export var ArrowThickDown1 = ["arrow-thick-down-1", 24, 24, [{
|
|
1316
|
+
"fill": "#000000",
|
|
1317
|
+
"stroke": "none",
|
|
1318
|
+
"stroke-linecap": "round",
|
|
1319
|
+
"stroke-linejoin": "round",
|
|
1320
|
+
"stroke-width": 0
|
|
1321
|
+
}], ["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"]];
|
|
1322
|
+
export var ArrowThickDown2 = ["arrow-thick-down-2", 24, 24, [{
|
|
1323
|
+
"fill": "#000000",
|
|
1324
|
+
"stroke": "none",
|
|
1325
|
+
"stroke-linecap": "round",
|
|
1326
|
+
"stroke-linejoin": "round",
|
|
1327
|
+
"stroke-width": 0
|
|
1328
|
+
}], ["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"]];
|
|
1329
|
+
export var ArrowThickLeft3 = ["arrow-thick-left-3", 24, 24, [{
|
|
1330
|
+
"fill": "#000000",
|
|
1331
|
+
"stroke": "none",
|
|
1332
|
+
"stroke-linecap": "round",
|
|
1333
|
+
"stroke-linejoin": "round",
|
|
1334
|
+
"stroke-width": 0
|
|
1335
|
+
}], ["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"]];
|
|
1336
|
+
export var ArrowThickLeftBottomCorner = ["arrow-thick-left-bottom-corner", 24, 24, [{
|
|
1337
|
+
"fill": "#000000",
|
|
1338
|
+
"stroke": "none",
|
|
1339
|
+
"stroke-linecap": "round",
|
|
1340
|
+
"stroke-linejoin": "round",
|
|
1341
|
+
"stroke-width": 0
|
|
1342
|
+
}], ["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"]];
|
|
1343
|
+
export var ArrowThickLeft1 = ["arrow-thick-left-1", 24, 24, [{
|
|
1344
|
+
"fill": "#000000",
|
|
1345
|
+
"stroke": "none",
|
|
1346
|
+
"stroke-linecap": "round",
|
|
1347
|
+
"stroke-linejoin": "round",
|
|
1348
|
+
"stroke-width": 0
|
|
1349
|
+
}], ["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"]];
|
|
1350
|
+
export var ArrowThickLeft2 = ["arrow-thick-left-2", 24, 24, [{
|
|
1351
|
+
"fill": "#000000",
|
|
1352
|
+
"stroke": "none",
|
|
1353
|
+
"stroke-linecap": "round",
|
|
1354
|
+
"stroke-linejoin": "round",
|
|
1355
|
+
"stroke-width": 0
|
|
1356
|
+
}], ["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"]];
|
|
1357
|
+
export var ArrowThickLeftBottomCorner2 = ["arrow-thick-left-bottom-corner-2", 24, 24, [{
|
|
1358
|
+
"fill": "#000000",
|
|
1359
|
+
"stroke": "none",
|
|
1360
|
+
"stroke-linecap": "round",
|
|
1361
|
+
"stroke-linejoin": "round",
|
|
1362
|
+
"stroke-width": 0
|
|
1363
|
+
}], ["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"]];
|
|
1364
|
+
export var ArrowThickLeftBottomCorner3 = ["arrow-thick-left-bottom-corner-3", 24, 24, [{
|
|
1365
|
+
"fill": "#000000",
|
|
1366
|
+
"stroke": "none",
|
|
1367
|
+
"stroke-linecap": "round",
|
|
1368
|
+
"stroke-linejoin": "round",
|
|
1369
|
+
"stroke-width": 0
|
|
1370
|
+
}], ["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"]];
|
|
1371
|
+
export var ArrowThickRight2 = ["arrow-thick-right-2", 24, 24, [{
|
|
1372
|
+
"fill": "#000000",
|
|
1373
|
+
"stroke": "none",
|
|
1374
|
+
"stroke-linecap": "round",
|
|
1375
|
+
"stroke-linejoin": "round",
|
|
1376
|
+
"stroke-width": 0
|
|
1377
|
+
}], ["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"]];
|
|
1378
|
+
export var ArrowThickRight1 = ["arrow-thick-right-1", 24, 24, [{
|
|
1379
|
+
"fill": "#000000",
|
|
1380
|
+
"stroke": "none",
|
|
1381
|
+
"stroke-linecap": "round",
|
|
1382
|
+
"stroke-linejoin": "round",
|
|
1383
|
+
"stroke-width": 0
|
|
1384
|
+
}], ["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"]];
|
|
1385
|
+
export var ArrowThickRight4 = ["arrow-thick-right-4", 24, 24, [{
|
|
1386
|
+
"fill": "#000000",
|
|
1387
|
+
"stroke": "none",
|
|
1388
|
+
"stroke-linecap": "round",
|
|
1389
|
+
"stroke-linejoin": "round",
|
|
1390
|
+
"stroke-width": 0
|
|
1391
|
+
}], ["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"]];
|
|
1392
|
+
export var ArrowThickRightBottomCorner = ["arrow-thick-right-bottom-corner", 24, 24, [{
|
|
1393
|
+
"fill": "#000000",
|
|
1394
|
+
"stroke": "none",
|
|
1395
|
+
"stroke-linecap": "round",
|
|
1396
|
+
"stroke-linejoin": "round",
|
|
1397
|
+
"stroke-width": 0
|
|
1398
|
+
}], ["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"]];
|
|
1399
|
+
export var ArrowUp2 = ["arrow-up-2", 24, 24, [{
|
|
1400
|
+
"fill": "#000000",
|
|
1401
|
+
"stroke": "none",
|
|
1402
|
+
"stroke-linecap": "round",
|
|
1403
|
+
"stroke-linejoin": "round",
|
|
1404
|
+
"stroke-width": 0
|
|
1405
|
+
}], ["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"]];
|
|
1406
|
+
export var ArrowThickUp1 = ["arrow-thick-up-1", 24, 24, [{
|
|
1407
|
+
"fill": "#000000",
|
|
1408
|
+
"stroke": "none",
|
|
1409
|
+
"stroke-linecap": "round",
|
|
1410
|
+
"stroke-linejoin": "round",
|
|
1411
|
+
"stroke-width": 0
|
|
1412
|
+
}], ["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"]];
|
|
1413
|
+
export var ArrowUp1 = ["arrow-up-1", 24, 24, [{
|
|
1414
|
+
"fill": "#000000",
|
|
1415
|
+
"stroke": "none",
|
|
1416
|
+
"stroke-linecap": "round",
|
|
1417
|
+
"stroke-linejoin": "round",
|
|
1418
|
+
"stroke-width": 0
|
|
1419
|
+
}], ["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"]];
|
|
1420
|
+
export var ArrowThickUp2 = ["arrow-thick-up-2", 24, 24, [{
|
|
1421
|
+
"fill": "#000000",
|
|
1422
|
+
"stroke": "none",
|
|
1423
|
+
"stroke-linecap": "round",
|
|
1424
|
+
"stroke-linejoin": "round",
|
|
1425
|
+
"stroke-width": 0
|
|
1426
|
+
}], ["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"]];
|
|
1427
|
+
export var ArrowThickUp3 = ["arrow-thick-up-3", 24, 24, [{
|
|
1428
|
+
"fill": "#000000",
|
|
1429
|
+
"stroke": "none",
|
|
1430
|
+
"stroke-linecap": "round",
|
|
1431
|
+
"stroke-linejoin": "round",
|
|
1432
|
+
"stroke-width": 0
|
|
1433
|
+
}], ["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"]];
|
|
1434
|
+
export var ArrowThickUp4 = ["arrow-thick-up-4", 24, 24, [{
|
|
1435
|
+
"fill": "#000000",
|
|
1436
|
+
"stroke": "none",
|
|
1437
|
+
"stroke-linecap": "round",
|
|
1438
|
+
"stroke-linejoin": "round",
|
|
1439
|
+
"stroke-width": 0
|
|
1440
|
+
}], ["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"]];
|
|
1441
|
+
export var ArrowDotUp1 = ["arrow-dot-up-1", 24, 24, [{
|
|
1442
|
+
"fill": "#000000",
|
|
1443
|
+
"stroke": "none",
|
|
1444
|
+
"stroke-linecap": "round",
|
|
1445
|
+
"stroke-linejoin": "round",
|
|
1446
|
+
"stroke-width": 0
|
|
1447
|
+
}, {
|
|
1448
|
+
"fill": "#000000",
|
|
1449
|
+
"stroke": "none",
|
|
1450
|
+
"stroke-linecap": "round",
|
|
1451
|
+
"stroke-linejoin": "round",
|
|
1452
|
+
"stroke-width": 0
|
|
1453
|
+
}, {
|
|
1454
|
+
"fill": "#000000",
|
|
1455
|
+
"stroke": "none",
|
|
1456
|
+
"stroke-linecap": "round",
|
|
1457
|
+
"stroke-linejoin": "round",
|
|
1458
|
+
"stroke-width": 0
|
|
1459
|
+
}, {
|
|
1460
|
+
"fill": "#000000",
|
|
1461
|
+
"stroke": "none",
|
|
1462
|
+
"stroke-linecap": "round",
|
|
1463
|
+
"stroke-linejoin": "round",
|
|
1464
|
+
"stroke-width": 0
|
|
1465
|
+
}, {
|
|
1466
|
+
"fill": "#000000",
|
|
1467
|
+
"stroke": "none",
|
|
1468
|
+
"stroke-linecap": "round",
|
|
1469
|
+
"stroke-linejoin": "round",
|
|
1470
|
+
"stroke-width": 0
|
|
1471
|
+
}, {
|
|
1472
|
+
"fill": "#000000",
|
|
1473
|
+
"stroke": "none",
|
|
1474
|
+
"stroke-linecap": "round",
|
|
1475
|
+
"stroke-linejoin": "round",
|
|
1476
|
+
"stroke-width": 0
|
|
1477
|
+
}, {
|
|
1478
|
+
"fill": "#000000",
|
|
1479
|
+
"stroke": "none",
|
|
1480
|
+
"stroke-linecap": "round",
|
|
1481
|
+
"stroke-linejoin": "round",
|
|
1482
|
+
"stroke-width": 0
|
|
1483
|
+
}, {
|
|
1484
|
+
"fill": "#000000",
|
|
1485
|
+
"stroke": "none",
|
|
1486
|
+
"stroke-linecap": "round",
|
|
1487
|
+
"stroke-linejoin": "round",
|
|
1488
|
+
"stroke-width": 0
|
|
1489
|
+
}, {
|
|
1490
|
+
"fill": "#000000",
|
|
1491
|
+
"stroke": "none",
|
|
1492
|
+
"stroke-linecap": "round",
|
|
1493
|
+
"stroke-linejoin": "round",
|
|
1494
|
+
"stroke-width": 0
|
|
1495
|
+
}, {
|
|
1496
|
+
"fill": "#000000",
|
|
1497
|
+
"stroke": "none",
|
|
1498
|
+
"stroke-linecap": "round",
|
|
1499
|
+
"stroke-linejoin": "round",
|
|
1500
|
+
"stroke-width": 0
|
|
1501
|
+
}, {
|
|
1502
|
+
"fill": "#000000",
|
|
1503
|
+
"stroke": "none",
|
|
1504
|
+
"stroke-linecap": "round",
|
|
1505
|
+
"stroke-linejoin": "round",
|
|
1506
|
+
"stroke-width": 0
|
|
1507
|
+
}, {
|
|
1508
|
+
"fill": "#000000",
|
|
1509
|
+
"stroke": "none",
|
|
1510
|
+
"stroke-linecap": "round",
|
|
1511
|
+
"stroke-linejoin": "round",
|
|
1512
|
+
"stroke-width": 0
|
|
1513
|
+
}, {
|
|
1514
|
+
"fill": "#000000",
|
|
1515
|
+
"stroke": "none",
|
|
1516
|
+
"stroke-linecap": "round",
|
|
1517
|
+
"stroke-linejoin": "round",
|
|
1518
|
+
"stroke-width": 0
|
|
1519
|
+
}, {
|
|
1520
|
+
"fill": "#000000",
|
|
1521
|
+
"stroke": "none",
|
|
1522
|
+
"stroke-linecap": "round",
|
|
1523
|
+
"stroke-linejoin": "round",
|
|
1524
|
+
"stroke-width": 0
|
|
1525
|
+
}, {
|
|
1526
|
+
"fill": "#000000",
|
|
1527
|
+
"stroke": "none",
|
|
1528
|
+
"stroke-linecap": "round",
|
|
1529
|
+
"stroke-linejoin": "round",
|
|
1530
|
+
"stroke-width": 0
|
|
1531
|
+
}, {
|
|
1532
|
+
"fill": "#000000",
|
|
1533
|
+
"stroke": "none",
|
|
1534
|
+
"stroke-linecap": "round",
|
|
1535
|
+
"stroke-linejoin": "round",
|
|
1536
|
+
"stroke-width": 0
|
|
1537
|
+
}, {
|
|
1538
|
+
"fill": "#000000",
|
|
1539
|
+
"stroke": "none",
|
|
1540
|
+
"stroke-linecap": "round",
|
|
1541
|
+
"stroke-linejoin": "round",
|
|
1542
|
+
"stroke-width": 0
|
|
1543
|
+
}], ["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"]];
|
|
1544
|
+
export var ArrowDoubleUp1 = ["arrow-double-up-1", 24, 24, [{
|
|
1545
|
+
"fill": "#000000",
|
|
1546
|
+
"stroke": "none",
|
|
1547
|
+
"stroke-linecap": "round",
|
|
1548
|
+
"stroke-linejoin": "round",
|
|
1549
|
+
"stroke-width": 0
|
|
1550
|
+
}, {
|
|
1551
|
+
"fill": "#000000",
|
|
1552
|
+
"stroke": "none",
|
|
1553
|
+
"stroke-linecap": "round",
|
|
1554
|
+
"stroke-linejoin": "round",
|
|
1555
|
+
"stroke-width": 0
|
|
1556
|
+
}, {
|
|
1557
|
+
"fill": "#000000",
|
|
1558
|
+
"stroke": "none",
|
|
1559
|
+
"stroke-linecap": "round",
|
|
1560
|
+
"stroke-linejoin": "round",
|
|
1561
|
+
"stroke-width": 0
|
|
1562
|
+
}], ["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"]];
|
|
1563
|
+
export var ArrowThickDotRight = ["arrow-thick-dot-right", 24, 24, [{
|
|
1564
|
+
"fill": "#000000",
|
|
1565
|
+
"stroke": "none",
|
|
1566
|
+
"stroke-linecap": "round",
|
|
1567
|
+
"stroke-linejoin": "round",
|
|
1568
|
+
"stroke-width": 0
|
|
1569
|
+
}, {
|
|
1570
|
+
"fill": "#000000",
|
|
1571
|
+
"stroke": "none",
|
|
1572
|
+
"stroke-linecap": "round",
|
|
1573
|
+
"stroke-linejoin": "round",
|
|
1574
|
+
"stroke-width": 0
|
|
1575
|
+
}, {
|
|
1576
|
+
"fill": "#000000",
|
|
1577
|
+
"stroke": "none",
|
|
1578
|
+
"stroke-linecap": "round",
|
|
1579
|
+
"stroke-linejoin": "round",
|
|
1580
|
+
"stroke-width": 0
|
|
1581
|
+
}, {
|
|
1582
|
+
"fill": "#000000",
|
|
1583
|
+
"stroke": "none",
|
|
1584
|
+
"stroke-linecap": "round",
|
|
1585
|
+
"stroke-linejoin": "round",
|
|
1586
|
+
"stroke-width": 0
|
|
1587
|
+
}, {
|
|
1588
|
+
"fill": "#000000",
|
|
1589
|
+
"stroke": "none",
|
|
1590
|
+
"stroke-linecap": "round",
|
|
1591
|
+
"stroke-linejoin": "round",
|
|
1592
|
+
"stroke-width": 0
|
|
1593
|
+
}, {
|
|
1594
|
+
"fill": "#000000",
|
|
1595
|
+
"stroke": "none",
|
|
1596
|
+
"stroke-linecap": "round",
|
|
1597
|
+
"stroke-linejoin": "round",
|
|
1598
|
+
"stroke-width": 0
|
|
1599
|
+
}, {
|
|
1600
|
+
"fill": "#000000",
|
|
1601
|
+
"stroke": "none",
|
|
1602
|
+
"stroke-linecap": "round",
|
|
1603
|
+
"stroke-linejoin": "round",
|
|
1604
|
+
"stroke-width": 0
|
|
1605
|
+
}, {
|
|
1606
|
+
"fill": "#000000",
|
|
1607
|
+
"stroke": "none",
|
|
1608
|
+
"stroke-linecap": "round",
|
|
1609
|
+
"stroke-linejoin": "round",
|
|
1610
|
+
"stroke-width": 0
|
|
1611
|
+
}, {
|
|
1612
|
+
"fill": "#000000",
|
|
1613
|
+
"stroke": "none",
|
|
1614
|
+
"stroke-linecap": "round",
|
|
1615
|
+
"stroke-linejoin": "round",
|
|
1616
|
+
"stroke-width": 0
|
|
1617
|
+
}], ["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"]];
|
|
1618
|
+
export var ArrowThickCircleRight2 = ["arrow-thick-circle-right-2", 24, 24, [{
|
|
1619
|
+
"fill": "#000000",
|
|
1620
|
+
"stroke": "none",
|
|
1621
|
+
"stroke-linecap": "round",
|
|
1622
|
+
"stroke-linejoin": "round",
|
|
1623
|
+
"stroke-width": 0
|
|
1624
|
+
}], ["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"]];
|
|
1625
|
+
export var ArrowUp = ["arrow-up", 24, 24, [{
|
|
1626
|
+
"fill": "#000000",
|
|
1627
|
+
"stroke": "none",
|
|
1628
|
+
"stroke-linecap": "round",
|
|
1629
|
+
"stroke-linejoin": "round",
|
|
1630
|
+
"stroke-width": 0
|
|
1631
|
+
}], ["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"]];
|
|
1632
|
+
export var ArrowButtonCircleLeft1 = ["arrow-button-circle-left-1", 24, 24, [{
|
|
1633
|
+
"fill": "#000000",
|
|
1634
|
+
"stroke": "none",
|
|
1635
|
+
"stroke-linecap": "round",
|
|
1636
|
+
"stroke-linejoin": "round",
|
|
1637
|
+
"stroke-width": 0
|
|
1638
|
+
}], ["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"]];
|
|
1639
|
+
export var ArrowCircleLeft = ["arrow-circle-left", 24, 24, [{
|
|
1640
|
+
"fill": "#000000",
|
|
1641
|
+
"stroke": "none",
|
|
1642
|
+
"stroke-linecap": "round",
|
|
1643
|
+
"stroke-linejoin": "round",
|
|
1644
|
+
"stroke-width": 0
|
|
1645
|
+
}], ["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"]];
|
|
1646
|
+
export var ArrowButtonRight3 = ["arrow-button-right-3", 24, 24, [{
|
|
1647
|
+
"fill": "#000000",
|
|
1648
|
+
"stroke": "none",
|
|
1649
|
+
"stroke-linecap": "round",
|
|
1650
|
+
"stroke-linejoin": "round",
|
|
1651
|
+
"stroke-width": 0
|
|
1652
|
+
}], ["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"]];
|
|
1653
|
+
export var ArrowThickCircleBottomRightCorner2 = ["arrow-thick-circle-bottom-right-corner-2", 24, 24, [{
|
|
1654
|
+
"fill": "#000000",
|
|
1655
|
+
"stroke": "none",
|
|
1656
|
+
"stroke-linecap": "round",
|
|
1657
|
+
"stroke-linejoin": "round",
|
|
1658
|
+
"stroke-width": 0
|
|
1659
|
+
}], ["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"]];
|
|
1660
|
+
export var ArrowThickCircleDown1 = ["arrow-thick-circle-down-1", 24, 24, [{
|
|
1661
|
+
"fill": "#000000",
|
|
1662
|
+
"stroke": "none",
|
|
1663
|
+
"stroke-linecap": "round",
|
|
1664
|
+
"stroke-linejoin": "round",
|
|
1665
|
+
"stroke-width": 0
|
|
1666
|
+
}], ["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"]];
|
|
1667
|
+
export var ArrowThickCircleLeft2 = ["arrow-thick-circle-left-2", 24, 24, [{
|
|
1668
|
+
"fill": "#000000",
|
|
1669
|
+
"stroke": "none",
|
|
1670
|
+
"stroke-linecap": "round",
|
|
1671
|
+
"stroke-linejoin": "round",
|
|
1672
|
+
"stroke-width": 0
|
|
1673
|
+
}], ["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"]];
|
|
1674
|
+
export var ArrowThickCircleUp1 = ["arrow-thick-circle-up-1", 24, 24, [{
|
|
1675
|
+
"fill": "#000000",
|
|
1676
|
+
"stroke": "none",
|
|
1677
|
+
"stroke-linecap": "round",
|
|
1678
|
+
"stroke-linejoin": "round",
|
|
1679
|
+
"stroke-width": 0
|
|
1680
|
+
}], ["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"]];
|
|
1681
|
+
export var ArrowThickDown3 = ["arrow-thick-down-3", 24, 24, [{
|
|
1682
|
+
"fill": "#000000",
|
|
1683
|
+
"stroke": "none",
|
|
1684
|
+
"stroke-linecap": "round",
|
|
1685
|
+
"stroke-linejoin": "round",
|
|
1686
|
+
"stroke-width": 0
|
|
1687
|
+
}], ["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"]];
|
|
1688
|
+
export var ArrowThickLeftBottomCorner4 = ["arrow-thick-left-bottom-corner-4", 24, 24, [{
|
|
1689
|
+
"fill": "#000000",
|
|
1690
|
+
"stroke": "none",
|
|
1691
|
+
"stroke-linecap": "round",
|
|
1692
|
+
"stroke-linejoin": "round",
|
|
1693
|
+
"stroke-width": 0
|
|
1694
|
+
}], ["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"]];
|
|
1695
|
+
export var ArrowThickRightBottomCorner2 = ["arrow-thick-right-bottom-corner-2", 24, 24, [{
|
|
1696
|
+
"fill": "#000000",
|
|
1697
|
+
"stroke": "none",
|
|
1698
|
+
"stroke-linecap": "round",
|
|
1699
|
+
"stroke-linejoin": "round",
|
|
1700
|
+
"stroke-width": 0
|
|
1701
|
+
}], ["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"]];
|
|
1702
|
+
export var ArrowThickRightBottomCorner3 = ["arrow-thick-right-bottom-corner-3", 24, 24, [{
|
|
1703
|
+
"fill": "#000000",
|
|
1704
|
+
"stroke": "none",
|
|
1705
|
+
"stroke-linecap": "round",
|
|
1706
|
+
"stroke-linejoin": "round",
|
|
1707
|
+
"stroke-width": 0
|
|
1708
|
+
}], ["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"]];
|
|
1709
|
+
export var ArrowCornerRight = ["arrow-corner-right", 24, 24, [{
|
|
1710
|
+
"fill": "#000000",
|
|
1711
|
+
"stroke": "none",
|
|
1712
|
+
"stroke-linecap": "round",
|
|
1713
|
+
"stroke-linejoin": "round",
|
|
1714
|
+
"stroke-width": 0
|
|
1715
|
+
}], ["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"]];
|
|
1716
|
+
export var ArrowRectangleDown2 = ["arrow-rectangle-down-2", 24, 24, [{
|
|
1717
|
+
"fill": "#000000",
|
|
1718
|
+
"stroke": "none",
|
|
1719
|
+
"stroke-linecap": "round",
|
|
1720
|
+
"stroke-linejoin": "round",
|
|
1721
|
+
"stroke-width": 0
|
|
1722
|
+
}], ["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"]];
|
|
1723
|
+
export var ArrowRectangleLeft2 = ["arrow-rectangle-left-2", 24, 24, [{
|
|
1724
|
+
"fill": "#000000",
|
|
1725
|
+
"stroke": "none",
|
|
1726
|
+
"stroke-linecap": "round",
|
|
1727
|
+
"stroke-linejoin": "round",
|
|
1728
|
+
"stroke-width": 0
|
|
1729
|
+
}], ["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"]];
|
|
1730
|
+
export var ArrowRectangleRight2 = ["arrow-rectangle-right-2", 24, 24, [{
|
|
1731
|
+
"fill": "#000000",
|
|
1732
|
+
"stroke": "none",
|
|
1733
|
+
"stroke-linecap": "round",
|
|
1734
|
+
"stroke-linejoin": "round",
|
|
1735
|
+
"stroke-width": 0
|
|
1736
|
+
}], ["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"]];
|
|
1737
|
+
export var ArrowDotLeft1 = ["arrow-dot-left-1", 24, 24, [{
|
|
1738
|
+
"fill": "#000000",
|
|
1739
|
+
"stroke": "none",
|
|
1740
|
+
"stroke-linecap": "round",
|
|
1741
|
+
"stroke-linejoin": "round",
|
|
1742
|
+
"stroke-width": 0
|
|
1743
|
+
}, {
|
|
1744
|
+
"fill": "#000000",
|
|
1745
|
+
"stroke": "none",
|
|
1746
|
+
"stroke-linecap": "round",
|
|
1747
|
+
"stroke-linejoin": "round",
|
|
1748
|
+
"stroke-width": 0
|
|
1749
|
+
}, {
|
|
1750
|
+
"fill": "#000000",
|
|
1751
|
+
"stroke": "none",
|
|
1752
|
+
"stroke-linecap": "round",
|
|
1753
|
+
"stroke-linejoin": "round",
|
|
1754
|
+
"stroke-width": 0
|
|
1755
|
+
}, {
|
|
1756
|
+
"fill": "#000000",
|
|
1757
|
+
"stroke": "none",
|
|
1758
|
+
"stroke-linecap": "round",
|
|
1759
|
+
"stroke-linejoin": "round",
|
|
1760
|
+
"stroke-width": 0
|
|
1761
|
+
}, {
|
|
1762
|
+
"fill": "#000000",
|
|
1763
|
+
"stroke": "none",
|
|
1764
|
+
"stroke-linecap": "round",
|
|
1765
|
+
"stroke-linejoin": "round",
|
|
1766
|
+
"stroke-width": 0
|
|
1767
|
+
}, {
|
|
1768
|
+
"fill": "#000000",
|
|
1769
|
+
"stroke": "none",
|
|
1770
|
+
"stroke-linecap": "round",
|
|
1771
|
+
"stroke-linejoin": "round",
|
|
1772
|
+
"stroke-width": 0
|
|
1773
|
+
}, {
|
|
1774
|
+
"fill": "#000000",
|
|
1775
|
+
"stroke": "none",
|
|
1776
|
+
"stroke-linecap": "round",
|
|
1777
|
+
"stroke-linejoin": "round",
|
|
1778
|
+
"stroke-width": 0
|
|
1779
|
+
}, {
|
|
1780
|
+
"fill": "#000000",
|
|
1781
|
+
"stroke": "none",
|
|
1782
|
+
"stroke-linecap": "round",
|
|
1783
|
+
"stroke-linejoin": "round",
|
|
1784
|
+
"stroke-width": 0
|
|
1785
|
+
}, {
|
|
1786
|
+
"fill": "#000000",
|
|
1787
|
+
"stroke": "none",
|
|
1788
|
+
"stroke-linecap": "round",
|
|
1789
|
+
"stroke-linejoin": "round",
|
|
1790
|
+
"stroke-width": 0
|
|
1791
|
+
}, {
|
|
1792
|
+
"fill": "#000000",
|
|
1793
|
+
"stroke": "none",
|
|
1794
|
+
"stroke-linecap": "round",
|
|
1795
|
+
"stroke-linejoin": "round",
|
|
1796
|
+
"stroke-width": 0
|
|
1797
|
+
}, {
|
|
1798
|
+
"fill": "#000000",
|
|
1799
|
+
"stroke": "none",
|
|
1800
|
+
"stroke-linecap": "round",
|
|
1801
|
+
"stroke-linejoin": "round",
|
|
1802
|
+
"stroke-width": 0
|
|
1803
|
+
}, {
|
|
1804
|
+
"fill": "#000000",
|
|
1805
|
+
"stroke": "none",
|
|
1806
|
+
"stroke-linecap": "round",
|
|
1807
|
+
"stroke-linejoin": "round",
|
|
1808
|
+
"stroke-width": 0
|
|
1809
|
+
}, {
|
|
1810
|
+
"fill": "#000000",
|
|
1811
|
+
"stroke": "none",
|
|
1812
|
+
"stroke-linecap": "round",
|
|
1813
|
+
"stroke-linejoin": "round",
|
|
1814
|
+
"stroke-width": 0
|
|
1815
|
+
}, {
|
|
1816
|
+
"fill": "#000000",
|
|
1817
|
+
"stroke": "none",
|
|
1818
|
+
"stroke-linecap": "round",
|
|
1819
|
+
"stroke-linejoin": "round",
|
|
1820
|
+
"stroke-width": 0
|
|
1821
|
+
}, {
|
|
1822
|
+
"fill": "#000000",
|
|
1823
|
+
"stroke": "none",
|
|
1824
|
+
"stroke-linecap": "round",
|
|
1825
|
+
"stroke-linejoin": "round",
|
|
1826
|
+
"stroke-width": 0
|
|
1827
|
+
}, {
|
|
1828
|
+
"fill": "#000000",
|
|
1829
|
+
"stroke": "none",
|
|
1830
|
+
"stroke-linecap": "round",
|
|
1831
|
+
"stroke-linejoin": "round",
|
|
1832
|
+
"stroke-width": 0
|
|
1833
|
+
}, {
|
|
1834
|
+
"fill": "#000000",
|
|
1835
|
+
"stroke": "none",
|
|
1836
|
+
"stroke-linecap": "round",
|
|
1837
|
+
"stroke-linejoin": "round",
|
|
1838
|
+
"stroke-width": 0
|
|
1839
|
+
}], ["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"]];
|
|
1840
|
+
export var ArrowLeft2 = ["arrow-left-2", 24, 24, [{
|
|
1841
|
+
"fill": "#000000",
|
|
1842
|
+
"stroke": "none",
|
|
1843
|
+
"stroke-linecap": "round",
|
|
1844
|
+
"stroke-linejoin": "round",
|
|
1845
|
+
"stroke-width": 0
|
|
1846
|
+
}], ["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"]];
|
|
1847
|
+
export var ArrowRight2 = ["arrow-right-2", 24, 24, [{
|
|
1848
|
+
"fill": "#000000",
|
|
1849
|
+
"stroke": "none",
|
|
1850
|
+
"stroke-linecap": "round",
|
|
1851
|
+
"stroke-linejoin": "round",
|
|
1852
|
+
"stroke-width": 0
|
|
1853
|
+
}], ["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"]];
|
|
1854
|
+
export var ArrowThickDotLeft = ["arrow-thick-dot-left", 24, 24, [{
|
|
1855
|
+
"fill": "#000000",
|
|
1856
|
+
"stroke": "none",
|
|
1857
|
+
"stroke-linecap": "round",
|
|
1858
|
+
"stroke-linejoin": "round",
|
|
1859
|
+
"stroke-width": 0
|
|
1860
|
+
}, {
|
|
1861
|
+
"fill": "#000000",
|
|
1862
|
+
"stroke": "none",
|
|
1863
|
+
"stroke-linecap": "round",
|
|
1864
|
+
"stroke-linejoin": "round",
|
|
1865
|
+
"stroke-width": 0
|
|
1866
|
+
}, {
|
|
1867
|
+
"fill": "#000000",
|
|
1868
|
+
"stroke": "none",
|
|
1869
|
+
"stroke-linecap": "round",
|
|
1870
|
+
"stroke-linejoin": "round",
|
|
1871
|
+
"stroke-width": 0
|
|
1872
|
+
}, {
|
|
1873
|
+
"fill": "#000000",
|
|
1874
|
+
"stroke": "none",
|
|
1875
|
+
"stroke-linecap": "round",
|
|
1876
|
+
"stroke-linejoin": "round",
|
|
1877
|
+
"stroke-width": 0
|
|
1878
|
+
}, {
|
|
1879
|
+
"fill": "#000000",
|
|
1880
|
+
"stroke": "none",
|
|
1881
|
+
"stroke-linecap": "round",
|
|
1882
|
+
"stroke-linejoin": "round",
|
|
1883
|
+
"stroke-width": 0
|
|
1884
|
+
}, {
|
|
1885
|
+
"fill": "#000000",
|
|
1886
|
+
"stroke": "none",
|
|
1887
|
+
"stroke-linecap": "round",
|
|
1888
|
+
"stroke-linejoin": "round",
|
|
1889
|
+
"stroke-width": 0
|
|
1890
|
+
}, {
|
|
1891
|
+
"fill": "#000000",
|
|
1892
|
+
"stroke": "none",
|
|
1893
|
+
"stroke-linecap": "round",
|
|
1894
|
+
"stroke-linejoin": "round",
|
|
1895
|
+
"stroke-width": 0
|
|
1896
|
+
}, {
|
|
1897
|
+
"fill": "#000000",
|
|
1898
|
+
"stroke": "none",
|
|
1899
|
+
"stroke-linecap": "round",
|
|
1900
|
+
"stroke-linejoin": "round",
|
|
1901
|
+
"stroke-width": 0
|
|
1902
|
+
}, {
|
|
1903
|
+
"fill": "#000000",
|
|
1904
|
+
"stroke": "none",
|
|
1905
|
+
"stroke-linecap": "round",
|
|
1906
|
+
"stroke-linejoin": "round",
|
|
1907
|
+
"stroke-width": 0
|
|
1908
|
+
}], ["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"]];
|
|
1909
|
+
export var ArrowThickDown = ["arrow-thick-down", 24, 24, [{
|
|
1910
|
+
"fill": "#000000",
|
|
1911
|
+
"stroke": "none",
|
|
1912
|
+
"stroke-linecap": "round",
|
|
1913
|
+
"stroke-linejoin": "round",
|
|
1914
|
+
"stroke-width": 0
|
|
1915
|
+
}], ["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"]];
|
|
1916
|
+
export var ArrowThickRight3 = ["arrow-thick-right-3", 24, 24, [{
|
|
1917
|
+
"fill": "#000000",
|
|
1918
|
+
"stroke": "none",
|
|
1919
|
+
"stroke-linecap": "round",
|
|
1920
|
+
"stroke-linejoin": "round",
|
|
1921
|
+
"stroke-width": 0
|
|
1922
|
+
}], ["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"]];
|
|
1923
|
+
export var ArrowThickLeft4 = ["arrow-thick-left-4", 24, 24, [{
|
|
1924
|
+
"fill": "#000000",
|
|
1925
|
+
"stroke": "none",
|
|
1926
|
+
"stroke-linecap": "round",
|
|
1927
|
+
"stroke-linejoin": "round",
|
|
1928
|
+
"stroke-width": 0
|
|
1929
|
+
}], ["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"]];
|
|
1930
|
+
export var ArrowThickRight = ["arrow-thick-right", 24, 24, [{
|
|
1931
|
+
"fill": "#000000",
|
|
1932
|
+
"stroke": "none",
|
|
1933
|
+
"stroke-linecap": "round",
|
|
1934
|
+
"stroke-linejoin": "round",
|
|
1935
|
+
"stroke-width": 0
|
|
1936
|
+
}], ["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"]];
|
|
1937
|
+
export var ArrowThickUp = ["arrow-thick-up", 24, 24, [{
|
|
1938
|
+
"fill": "#000000",
|
|
1939
|
+
"stroke": "none",
|
|
1940
|
+
"stroke-linecap": "round",
|
|
1941
|
+
"stroke-linejoin": "round",
|
|
1942
|
+
"stroke-width": 0
|
|
1943
|
+
}], ["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"]];
|
|
1944
|
+
export var ArrowButtonCircleUp1 = ["arrow-button-circle-up-1", 24, 24, [{
|
|
1945
|
+
"fill": "#000000",
|
|
1946
|
+
"stroke": "none",
|
|
1947
|
+
"stroke-linecap": "round",
|
|
1948
|
+
"stroke-linejoin": "round",
|
|
1949
|
+
"stroke-width": 0
|
|
1950
|
+
}], ["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"]];
|
|
1951
|
+
export var ArrowButtonUp3 = ["arrow-button-up-3", 24, 24, [{
|
|
1952
|
+
"fill": "#000000",
|
|
1953
|
+
"stroke": "none",
|
|
1954
|
+
"stroke-linecap": "round",
|
|
1955
|
+
"stroke-linejoin": "round",
|
|
1956
|
+
"stroke-width": 0
|
|
1957
|
+
}], ["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"]];
|
|
1958
|
+
export var ArrowCornerLeft = ["arrow-corner-left", 24, 24, [{
|
|
1959
|
+
"fill": "#000000",
|
|
1960
|
+
"stroke": "none",
|
|
1961
|
+
"stroke-linecap": "round",
|
|
1962
|
+
"stroke-linejoin": "round",
|
|
1963
|
+
"stroke-width": 0
|
|
1964
|
+
}], ["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"]];
|
|
1965
|
+
export var ArrowDotLeft = ["arrow-dot-left", 24, 24, [{
|
|
1966
|
+
"fill": "#000000",
|
|
1967
|
+
"stroke": "none",
|
|
1968
|
+
"stroke-linecap": "round",
|
|
1969
|
+
"stroke-linejoin": "round",
|
|
1970
|
+
"stroke-width": 0
|
|
1971
|
+
}], ["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"]];
|
|
1972
|
+
export var ArrowRectangleUp2 = ["arrow-rectangle-up-2", 24, 24, [{
|
|
1973
|
+
"fill": "#000000",
|
|
1974
|
+
"stroke": "none",
|
|
1975
|
+
"stroke-linecap": "round",
|
|
1976
|
+
"stroke-linejoin": "round",
|
|
1977
|
+
"stroke-width": 0
|
|
1978
|
+
}], ["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"]];
|
|
1979
|
+
export var ArrowThickLeft = ["arrow-thick-left", 24, 24, [{
|
|
1980
|
+
"fill": "#000000",
|
|
1981
|
+
"stroke": "none",
|
|
1982
|
+
"stroke-linecap": "round",
|
|
1983
|
+
"stroke-linejoin": "round",
|
|
1984
|
+
"stroke-width": 0
|
|
1985
|
+
}], ["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"]];
|
|
1986
|
+
export var ArrowButtonLeft1 = ["arrow-button-left-1", 24, 24, [{
|
|
1987
|
+
"fill": "#000000",
|
|
1988
|
+
"stroke": "none",
|
|
1989
|
+
"stroke-linecap": "round",
|
|
1990
|
+
"stroke-linejoin": "round",
|
|
1991
|
+
"stroke-width": 0
|
|
1992
|
+
}, {
|
|
1993
|
+
"fill": "#000000",
|
|
1994
|
+
"stroke": "none",
|
|
1995
|
+
"stroke-linecap": "round",
|
|
1996
|
+
"stroke-linejoin": "round",
|
|
1997
|
+
"stroke-width": 0
|
|
1998
|
+
}], ["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"]];
|