@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,997 @@
|
|
|
1
|
+
export var DiagramDashWaveDown = ["diagram-dash-wave-down", 24, 24, [{
|
|
2
|
+
"fill": "#000000",
|
|
3
|
+
"stroke": "none",
|
|
4
|
+
"stroke-linecap": "round",
|
|
5
|
+
"stroke-linejoin": "round",
|
|
6
|
+
"stroke-width": 0
|
|
7
|
+
}, {
|
|
8
|
+
"fill": "#000000",
|
|
9
|
+
"stroke": "none",
|
|
10
|
+
"stroke-linecap": "round",
|
|
11
|
+
"stroke-linejoin": "round",
|
|
12
|
+
"stroke-width": 0
|
|
13
|
+
}, {
|
|
14
|
+
"fill": "#000000",
|
|
15
|
+
"stroke": "none",
|
|
16
|
+
"stroke-linecap": "round",
|
|
17
|
+
"stroke-linejoin": "round",
|
|
18
|
+
"stroke-width": 0
|
|
19
|
+
}, {
|
|
20
|
+
"fill": "#000000",
|
|
21
|
+
"stroke": "none",
|
|
22
|
+
"stroke-linecap": "round",
|
|
23
|
+
"stroke-linejoin": "round",
|
|
24
|
+
"stroke-width": 0
|
|
25
|
+
}, {
|
|
26
|
+
"fill": "#000000",
|
|
27
|
+
"stroke": "none",
|
|
28
|
+
"stroke-linecap": "round",
|
|
29
|
+
"stroke-linejoin": "round",
|
|
30
|
+
"stroke-width": 0
|
|
31
|
+
}, {
|
|
32
|
+
"fill": "#000000",
|
|
33
|
+
"stroke": "none",
|
|
34
|
+
"stroke-linecap": "round",
|
|
35
|
+
"stroke-linejoin": "round",
|
|
36
|
+
"stroke-width": 0
|
|
37
|
+
}, {
|
|
38
|
+
"fill": "#000000",
|
|
39
|
+
"stroke": "none",
|
|
40
|
+
"stroke-linecap": "round",
|
|
41
|
+
"stroke-linejoin": "round",
|
|
42
|
+
"stroke-width": 0
|
|
43
|
+
}, {
|
|
44
|
+
"fill": "#000000",
|
|
45
|
+
"stroke": "none",
|
|
46
|
+
"stroke-linecap": "round",
|
|
47
|
+
"stroke-linejoin": "round",
|
|
48
|
+
"stroke-width": 0
|
|
49
|
+
}, {
|
|
50
|
+
"fill": "#000000",
|
|
51
|
+
"stroke": "none",
|
|
52
|
+
"stroke-linecap": "round",
|
|
53
|
+
"stroke-linejoin": "round",
|
|
54
|
+
"stroke-width": 0
|
|
55
|
+
}, {
|
|
56
|
+
"fill": "#000000",
|
|
57
|
+
"stroke": "none",
|
|
58
|
+
"stroke-linecap": "round",
|
|
59
|
+
"stroke-linejoin": "round",
|
|
60
|
+
"stroke-width": 0
|
|
61
|
+
}], ["M6.216,15.242A1.438,1.438,0,0,0,7.654,13.8V11.886a1.439,1.439,0,1,0-2.877,0V13.8A1.438,1.438,0,0,0,6.216,15.242Z", "M3.465.526,1.48.523a1.439,1.439,0,1,0,0,2.877H3.331l.068,0A1.438,1.438,0,0,0,3.465.526Z", "M6.216,3.734A1.438,1.438,0,0,0,4.777,5.172V7.09a1.439,1.439,0,1,0,2.877,0V5.172A1.438,1.438,0,0,0,6.216,3.734Z", "M7.654,19.225V18.6a1.439,1.439,0,0,0-2.877,0v.626A4.329,4.329,0,0,0,5.206,21.1,1.439,1.439,0,1,0,7.8,19.846,1.416,1.416,0,0,1,7.654,19.225Z", "M19.643,6.748a1.439,1.439,0,0,0,1.438-1.439V4.838a4.315,4.315,0,0,0-.535-2.081,1.439,1.439,0,1,0-2.519,1.39,1.419,1.419,0,0,1,.177.692v.47A1.439,1.439,0,0,0,19.643,6.748Z", "M16.441,1.685A1.439,1.439,0,0,0,14.677.672a4.339,4.339,0,0,0-2.333,1.589,1.439,1.439,0,1,0,2.307,1.72,1.444,1.444,0,0,1,.777-.531A1.439,1.439,0,0,0,16.441,1.685Z", "M11.491,7.794V9.712a1.439,1.439,0,1,0,2.877,0V7.794a1.439,1.439,0,1,0-2.877,0Z", "M10.356,20.631a1.439,1.439,0,0,0,.3,2.846,1.407,1.407,0,0,0,.3-.032,4.332,4.332,0,0,0,2.416-1.46,1.438,1.438,0,1,0-2.21-1.841A1.445,1.445,0,0,1,10.356,20.631Z", "M11.491,16.425a1.439,1.439,0,1,0,2.877,0V14.507a1.439,1.439,0,0,0-2.877,0Z", "M23.849,11.961a1.438,1.438,0,0,0-1.329-.888H21.331a.25.25,0,0,1-.25-.25V10.1a1.439,1.439,0,0,0-2.877,0v.719a.25.25,0,0,1-.25.25H16.766a1.439,1.439,0,0,0-1.018,2.456l2.878,2.877a1.439,1.439,0,0,0,2.034,0l2.877-2.877A1.438,1.438,0,0,0,23.849,11.961Z"]];
|
|
62
|
+
export var DiagramArrowDashCornerPointLeft = ["diagram-arrow-dash-corner-point-left", 24, 24, [{
|
|
63
|
+
"fill": "#000000",
|
|
64
|
+
"stroke": "none",
|
|
65
|
+
"stroke-linecap": "round",
|
|
66
|
+
"stroke-linejoin": "round",
|
|
67
|
+
"stroke-width": 0
|
|
68
|
+
}, {
|
|
69
|
+
"fill": "#000000",
|
|
70
|
+
"stroke": "none",
|
|
71
|
+
"stroke-linecap": "round",
|
|
72
|
+
"stroke-linejoin": "round",
|
|
73
|
+
"stroke-width": 0
|
|
74
|
+
}, {
|
|
75
|
+
"fill": "#000000",
|
|
76
|
+
"stroke": "none",
|
|
77
|
+
"stroke-linecap": "round",
|
|
78
|
+
"stroke-linejoin": "round",
|
|
79
|
+
"stroke-width": 0
|
|
80
|
+
}], ["M.469,8.572,7.1,14.732A1,1,0,0,0,7.78,15a1.017,1.017,0,0,0,.4-.083A1,1,0,0,0,8.78,14V10.75a.25.25,0,0,1,.25-.25h8.72a.25.25,0,0,1,.25.25V14a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V6.5a2,2,0,0,0-2-2H9.03a.25.25,0,0,1-.25-.25V1A1,1,0,0,0,7.1.267L.461,6.434A1.461,1.461,0,0,0,.469,8.572Z", "M18.000 16.500 L24.000 16.500 L24.000 19.500 L18.000 19.500 Z", "M18.000 21.000 L24.000 21.000 L24.000 24.000 L18.000 24.000 Z"]];
|
|
81
|
+
export var DiagramArrowCornerPointLeft = ["diagram-arrow-corner-point-left", 24, 24, [{
|
|
82
|
+
"fill": "#000000",
|
|
83
|
+
"stroke": "none",
|
|
84
|
+
"stroke-linecap": "round",
|
|
85
|
+
"stroke-linejoin": "round",
|
|
86
|
+
"stroke-width": 0
|
|
87
|
+
}], ["M0,8.18A1.6,1.6,0,0,0,.512,9.352h0L7.75,16.072a1.09,1.09,0,0,0,1.833-.8V11.727a.272.272,0,0,1,.273-.272h7.871a.272.272,0,0,1,.273.272V22.364A1.638,1.638,0,0,0,19.636,24h2.728A1.638,1.638,0,0,0,24,22.364V6.546a1.638,1.638,0,0,0-1.636-1.637H9.856a.272.272,0,0,1-.273-.272V1.091A1.09,1.09,0,0,0,7.75.292L.514,7.011A1.608,1.608,0,0,0,0,8.18Z"]];
|
|
88
|
+
export var DiagramArrowDashCornerLeftUp = ["diagram-arrow-dash-corner-left-up", 24, 24, [{
|
|
89
|
+
"fill": "#000000",
|
|
90
|
+
"stroke": "none",
|
|
91
|
+
"stroke-linecap": "round",
|
|
92
|
+
"stroke-linejoin": "round",
|
|
93
|
+
"stroke-width": 0
|
|
94
|
+
}, {
|
|
95
|
+
"fill": "#000000",
|
|
96
|
+
"stroke": "none",
|
|
97
|
+
"stroke-linecap": "round",
|
|
98
|
+
"stroke-linejoin": "round",
|
|
99
|
+
"stroke-width": 0
|
|
100
|
+
}, {
|
|
101
|
+
"fill": "#000000",
|
|
102
|
+
"stroke": "none",
|
|
103
|
+
"stroke-linecap": "round",
|
|
104
|
+
"stroke-linejoin": "round",
|
|
105
|
+
"stroke-width": 0
|
|
106
|
+
}, {
|
|
107
|
+
"fill": "#000000",
|
|
108
|
+
"stroke": "none",
|
|
109
|
+
"stroke-linecap": "round",
|
|
110
|
+
"stroke-linejoin": "round",
|
|
111
|
+
"stroke-width": 0
|
|
112
|
+
}], ["M8.83,13.4a1.076,1.076,0,0,0,1.523,0L13.4,10.355a1.077,1.077,0,0,0,0-1.524L9.628,5.059a.269.269,0,0,1,0-.381L12.1,2.2A1.077,1.077,0,0,0,11.382.365L1.636,0A1.51,1.51,0,0,0,.46.464,1.585,1.585,0,0,0,0,1.639l.361,9.744a1.078,1.078,0,0,0,1.839.722L4.677,9.63a.27.27,0,0,1,.381,0Z", "M16.066,11.5a1.077,1.077,0,0,0-1.524,0L11.5,14.544a1.076,1.076,0,0,0,0,1.523l.761.762a1.079,1.079,0,0,0,1.524,0l3.047-3.047a1.078,1.078,0,0,0,0-1.523Z", "M20.255,15.686l-.761-.762a1.112,1.112,0,0,0-1.524,0l-3.046,3.048a1.076,1.076,0,0,0,0,1.523l.761.762a1.077,1.077,0,0,0,1.524,0l3.046-3.048A1.076,1.076,0,0,0,20.255,15.686Z", "M24,19.876a1.076,1.076,0,0,0-.316-.761l-.761-.762a1.077,1.077,0,0,0-1.524,0L18.351,21.4a1.079,1.079,0,0,0,0,1.524l.762.761a1.076,1.076,0,0,0,1.523,0l3.047-3.046A1.078,1.078,0,0,0,24,19.876Z"]];
|
|
113
|
+
export var DiagramDown = ["diagram-down", 24, 24, [{
|
|
114
|
+
"fill": "#000000",
|
|
115
|
+
"stroke": "none",
|
|
116
|
+
"stroke-linecap": "round",
|
|
117
|
+
"stroke-linejoin": "round",
|
|
118
|
+
"stroke-width": 0
|
|
119
|
+
}], ["M18.023,20.834a.249.249,0,0,1,.213.247v1.445a1.441,1.441,0,0,0,2.46,1.019l2.882-2.882a1.441,1.441,0,0,0,0-2.038L20.7,15.744a1.441,1.441,0,0,0-2.46,1.018v.9a.249.249,0,0,1-.293.246A18.3,18.3,0,0,1,2.878,1.365,1.441,1.441,0,0,0,0,1.582,21.2,21.2,0,0,0,18.023,20.834Z"]];
|
|
120
|
+
export var DiagramArrowDashDown = ["diagram-arrow-dash-down", 24, 24, [{
|
|
121
|
+
"fill": "#000000",
|
|
122
|
+
"stroke": "none",
|
|
123
|
+
"stroke-linecap": "round",
|
|
124
|
+
"stroke-linejoin": "round",
|
|
125
|
+
"stroke-width": 0
|
|
126
|
+
}, {
|
|
127
|
+
"fill": "#000000",
|
|
128
|
+
"stroke": "none",
|
|
129
|
+
"stroke-linecap": "round",
|
|
130
|
+
"stroke-linejoin": "round",
|
|
131
|
+
"stroke-width": 0
|
|
132
|
+
}, {
|
|
133
|
+
"fill": "#000000",
|
|
134
|
+
"stroke": "none",
|
|
135
|
+
"stroke-linecap": "round",
|
|
136
|
+
"stroke-linejoin": "round",
|
|
137
|
+
"stroke-width": 0
|
|
138
|
+
}], ["M19,5a1,1,0,0,0,1-1V1a1,1,0,0,0-1-1H5A1,1,0,0,0,4,1V4A1,1,0,0,0,5,5H8.75A.25.25,0,0,1,9,5.25v9.715a.25.25,0,0,1-.25.25H5.5A1,1,0,0,0,4.767,16.9l6.159,6.631a1.457,1.457,0,0,0,2.147,0l6.16-6.633a1,1,0,0,0-.733-1.681H15.25a.25.25,0,0,1-.25-.25V5.25A.25.25,0,0,1,15.25,5Z", "M0.000 0.000 L2.500 0.000 L2.500 5.000 L-0.000 5.000 Z", "M21.500 0.000 L24.000 0.000 L24.000 5.000 L21.500 5.000 Z"]];
|
|
139
|
+
export var DiagramArrowDashLeft = ["diagram-arrow-dash-left", 24, 24, [{
|
|
140
|
+
"fill": "#000000",
|
|
141
|
+
"stroke": "none",
|
|
142
|
+
"stroke-linecap": "round",
|
|
143
|
+
"stroke-linejoin": "round",
|
|
144
|
+
"stroke-width": 0
|
|
145
|
+
}, {
|
|
146
|
+
"fill": "#000000",
|
|
147
|
+
"stroke": "none",
|
|
148
|
+
"stroke-linecap": "round",
|
|
149
|
+
"stroke-linejoin": "round",
|
|
150
|
+
"stroke-width": 0
|
|
151
|
+
}, {
|
|
152
|
+
"fill": "#000000",
|
|
153
|
+
"stroke": "none",
|
|
154
|
+
"stroke-linecap": "round",
|
|
155
|
+
"stroke-linejoin": "round",
|
|
156
|
+
"stroke-width": 0
|
|
157
|
+
}], ["M.478,13.072l6.633,6.161A1,1,0,0,0,8.792,18.5V15.25a.25.25,0,0,1,.25-.25h4.951a1,1,0,0,0,1-1V10a1,1,0,0,0-1-1H9.042a.25.25,0,0,1-.25-.25V5.5a1,1,0,0,0-1.681-.732L.479,10.926a1.457,1.457,0,0,0,0,2.146Z", "M16.493 9.000 L19.493 9.000 L19.493 15.000 L16.493 15.000 Z", "M20.993 9.000 L23.993 9.000 L23.993 15.000 L20.993 15.000 Z"]];
|
|
158
|
+
export var DiagramArrowDashUp = ["diagram-arrow-dash-up", 24, 24, [{
|
|
159
|
+
"fill": "#000000",
|
|
160
|
+
"stroke": "none",
|
|
161
|
+
"stroke-linecap": "round",
|
|
162
|
+
"stroke-linejoin": "round",
|
|
163
|
+
"stroke-width": 0
|
|
164
|
+
}, {
|
|
165
|
+
"fill": "#000000",
|
|
166
|
+
"stroke": "none",
|
|
167
|
+
"stroke-linecap": "round",
|
|
168
|
+
"stroke-linejoin": "round",
|
|
169
|
+
"stroke-width": 0
|
|
170
|
+
}, {
|
|
171
|
+
"fill": "#000000",
|
|
172
|
+
"stroke": "none",
|
|
173
|
+
"stroke-linecap": "round",
|
|
174
|
+
"stroke-linejoin": "round",
|
|
175
|
+
"stroke-width": 0
|
|
176
|
+
}], ["M5,19a1,1,0,0,0-1,1v3a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V20a1,1,0,0,0-1-1H15.25a.25.25,0,0,1-.25-.25V9.035a.25.25,0,0,1,.25-.25H18.5A1,1,0,0,0,19.233,7.1L13.074.473a1.457,1.457,0,0,0-2.147,0L4.767,7.1A1,1,0,0,0,5.5,8.785H8.75a.25.25,0,0,1,.25.25V18.75a.25.25,0,0,1-.25.25Z", "M21.500 19.000 L24.000 19.000 L24.000 24.000 L21.500 24.000 Z", "M0.000 19.000 L2.500 19.000 L2.500 24.000 L-0.000 24.000 Z"]];
|
|
177
|
+
export var DiagramArrowUpAndRight = ["diagram-arrow-up-and-right", 24, 24, [{
|
|
178
|
+
"fill": "#000000",
|
|
179
|
+
"stroke": "none",
|
|
180
|
+
"stroke-linecap": "round",
|
|
181
|
+
"stroke-linejoin": "round",
|
|
182
|
+
"stroke-width": 0
|
|
183
|
+
}], ["M17.01,8.811a1,1,0,0,0-1.725.689v2.25a.25.25,0,0,1-.25.25H11.25a.25.25,0,0,1-.25-.25V7.465a.25.25,0,0,1,.25-.25H13.5a1,1,0,0,0,.688-1.726L8.688.274a1,1,0,0,0-1.376,0l-5.5,5.215A1,1,0,0,0,2.5,7.215H4.75a.25.25,0,0,1,.25.25V23a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V18.25a.25.25,0,0,1,.25-.25h3.785a.25.25,0,0,1,.25.25V20.5a1,1,0,0,0,1.725.688l5.216-5.5a1,1,0,0,0,0-1.377Z"]];
|
|
184
|
+
export var DiagramCurveDown = ["diagram-curve-down", 24, 24, [{
|
|
185
|
+
"fill": "#000000",
|
|
186
|
+
"stroke": "none",
|
|
187
|
+
"stroke-linecap": "round",
|
|
188
|
+
"stroke-linejoin": "round",
|
|
189
|
+
"stroke-width": 0
|
|
190
|
+
}], ["M0,6.72A5.286,5.286,0,0,0,5.28,12H15.84a2.4,2.4,0,0,1,2.4,2.4v3.59a.25.25,0,0,1-.25.25H16.8A1.44,1.44,0,0,0,15.782,20.7l2.878,2.878A1.448,1.448,0,0,0,19.68,24a1.47,1.47,0,0,0,1.02-.424L23.578,20.7A1.44,1.44,0,0,0,22.56,18.24H21.37a.25.25,0,0,1-.25-.25V14.4a5.286,5.286,0,0,0-5.28-5.28H5.28a2.4,2.4,0,0,1-2.4-2.4V1.44A1.44,1.44,0,0,0,0,1.44Z"]];
|
|
191
|
+
export var DiagramArrowUpLeftCorner = ["diagram-arrow-up-left-corner", 24, 24, [{
|
|
192
|
+
"fill": "#000000",
|
|
193
|
+
"stroke": "none",
|
|
194
|
+
"stroke-linecap": "round",
|
|
195
|
+
"stroke-linejoin": "round",
|
|
196
|
+
"stroke-width": 0
|
|
197
|
+
}], ["M23.544,21.344a1.558,1.558,0,0,0,0-2.2L9.273,4.87a.259.259,0,0,1,0-.366l2.385-2.385a1.037,1.037,0,0,0-.7-1.77L1.578,0A1.514,1.514,0,0,0,0,1.575l.348,9.387a1.037,1.037,0,0,0,1.77.7L4.5,9.272a.26.26,0,0,1,.367,0L19.143,23.544a1.558,1.558,0,0,0,2.2,0Z"]];
|
|
198
|
+
export var DiagramSplitHorizontal = ["diagram-split-horizontal", 24, 24, [{
|
|
199
|
+
"fill": "#000000",
|
|
200
|
+
"stroke": "none",
|
|
201
|
+
"stroke-linecap": "round",
|
|
202
|
+
"stroke-linejoin": "round",
|
|
203
|
+
"stroke-width": 0
|
|
204
|
+
}], ["M18.24,6.06a4.506,4.506,0,0,1-4.5,4.5H1.44a1.44,1.44,0,0,0,0,2.88h12.3a4.506,4.506,0,0,1,4.5,4.5v.05a.25.25,0,0,1-.25.25H16.8A1.44,1.44,0,0,0,15.782,20.7l2.878,2.878a1.439,1.439,0,0,0,2.04,0L23.578,20.7A1.44,1.44,0,0,0,22.56,18.24H21.37a.25.25,0,0,1-.25-.25v-.05A7.359,7.359,0,0,0,18.354,12.2a.251.251,0,0,1,0-.39A7.359,7.359,0,0,0,21.12,6.06V6.01a.25.25,0,0,1,.25-.25h1.19A1.44,1.44,0,0,0,23.578,3.3L20.7.424a1.439,1.439,0,0,0-2.04,0L15.782,3.3A1.44,1.44,0,0,0,16.8,5.76h1.19a.25.25,0,0,1,.25.25Z"]];
|
|
205
|
+
export var DiagramSnakeArrow = ["diagram-snake-arrow", 24, 24, [{
|
|
206
|
+
"fill": "#000000",
|
|
207
|
+
"stroke": "none",
|
|
208
|
+
"stroke-linecap": "round",
|
|
209
|
+
"stroke-linejoin": "round",
|
|
210
|
+
"stroke-width": 0
|
|
211
|
+
}], ["M21.205,10.547a2.426,2.426,0,0,0,2.423-2.423V4.733A2.426,2.426,0,0,0,21.205,2.31H12.25A.25.25,0,0,1,12,2.06V1.584a1.454,1.454,0,1,0-2.907,0V2.8a2.425,2.425,0,0,0,2.423,2.422h8.955a.25.25,0,0,1,.25.25V7.39a.25.25,0,0,1-.25.25H2.8A2.425,2.425,0,0,0,.372,10.062v3.391A2.425,2.425,0,0,0,2.8,15.876h8.236v1.93a.25.25,0,0,1-.25.25h-1.2A1.453,1.453,0,0,0,8.55,20.537l2.906,2.906a1.452,1.452,0,0,0,2.057,0l2.906-2.906a1.453,1.453,0,0,0-1.028-2.481h-1.2a.25.25,0,0,1-.25-.25V15.391a2.425,2.425,0,0,0-2.422-2.422H3.529a.25.25,0,0,1-.25-.25V10.8a.249.249,0,0,1,.25-.25Z"]];
|
|
212
|
+
export var DiagramSteadyDown = ["diagram-steady-down", 24, 24, [{
|
|
213
|
+
"fill": "#000000",
|
|
214
|
+
"stroke": "none",
|
|
215
|
+
"stroke-linecap": "round",
|
|
216
|
+
"stroke-linejoin": "round",
|
|
217
|
+
"stroke-width": 0
|
|
218
|
+
}], ["M16.8,0A7.208,7.208,0,0,0,9.6,7.2v4.07a.25.25,0,0,1-.25.25H1.44a1.44,1.44,0,0,0,0,2.88H9.35a.25.25,0,0,1,.25.25v3.34a.25.25,0,0,1-.25.25H8.16A1.44,1.44,0,0,0,7.142,20.7l2.879,2.879a1.439,1.439,0,0,0,2.038,0L14.938,20.7A1.44,1.44,0,0,0,13.92,18.24H12.73a.25.25,0,0,1-.25-.25V14.65a.25.25,0,0,1,.25-.25H16.8A7.2,7.2,0,0,0,16.8,0Zm0,11.52H12.73a.25.25,0,0,1-.25-.25V7.2a4.32,4.32,0,1,1,4.32,4.32Z"]];
|
|
219
|
+
export var DiagramSteadyRise = ["diagram-steady-rise", 24, 24, [{
|
|
220
|
+
"fill": "#000000",
|
|
221
|
+
"stroke": "none",
|
|
222
|
+
"stroke-linecap": "round",
|
|
223
|
+
"stroke-linejoin": "round",
|
|
224
|
+
"stroke-width": 0
|
|
225
|
+
}], ["M23.577,9.659a1.439,1.439,0,0,0,0-2.038L20.7,4.742A1.44,1.44,0,0,0,18.24,5.76V6.95a.25.25,0,0,1-.25.25H12.96a4.325,4.325,0,0,0-4.32,4.32v3.84A1.442,1.442,0,0,1,7.2,16.8H1.44a1.44,1.44,0,0,0,0,2.88H7.2a4.325,4.325,0,0,0,4.32-4.32V11.52a1.442,1.442,0,0,1,1.44-1.44h5.03a.25.25,0,0,1,.25.25v1.19A1.44,1.44,0,0,0,20.7,12.538Z"]];
|
|
226
|
+
export var DiagramSteadyAndFall = ["diagram-steady-and-fall", 24, 24, [{
|
|
227
|
+
"fill": "#000000",
|
|
228
|
+
"stroke": "none",
|
|
229
|
+
"stroke-linecap": "round",
|
|
230
|
+
"stroke-linejoin": "round",
|
|
231
|
+
"stroke-width": 0
|
|
232
|
+
}], ["M0,9.5A5.506,5.506,0,0,0,5.5,15H7.75a.25.25,0,0,1,.25.25v2.5a.25.25,0,0,1-.25.25H6.5a1.5,1.5,0,0,0-1.061,2.561l3,3a1.515,1.515,0,0,0,.492.326.209.209,0,0,0,.023.008,1.464,1.464,0,0,0,1.094,0,.209.209,0,0,0,.023-.008,1.515,1.515,0,0,0,.492-.326l3-3A1.5,1.5,0,0,0,12.5,18H11.25a.25.25,0,0,1-.25-.25v-2.5a.25.25,0,0,1,.25-.25h6.5a.25.25,0,0,1,.25.25V16.5a1.5,1.5,0,0,0,2.561,1.061l3-3a1.515,1.515,0,0,0,.326-.492l.007-.023a1.452,1.452,0,0,0,0-1.094l-.007-.023a1.515,1.515,0,0,0-.326-.492l-3-3A1.5,1.5,0,0,0,18,10.5v1.25a.25.25,0,0,1-.25.25H5.5A2.5,2.5,0,0,1,3,9.5v-8a1.5,1.5,0,0,0-3,0Z"]];
|
|
233
|
+
export var DiagramUpThenDown = ["diagram-up-then-down", 24, 24, [{
|
|
234
|
+
"fill": "#000000",
|
|
235
|
+
"stroke": "none",
|
|
236
|
+
"stroke-linecap": "round",
|
|
237
|
+
"stroke-linejoin": "round",
|
|
238
|
+
"stroke-width": 0
|
|
239
|
+
}], ["M2.905,10.626A6.356,6.356,0,0,1,9.253,4.278H22.531a1.436,1.436,0,1,0,0-2.872H9.253a9.22,9.22,0,1,0,0,18.44H18.1a.25.25,0,0,1,.25.25v1.062A1.435,1.435,0,0,0,20.8,22.173l2.746-2.745a1.439,1.439,0,0,0,.314-.472l.007-.022a1.4,1.4,0,0,0,0-1.048l-.007-.021a1.439,1.439,0,0,0-.314-.472L20.8,14.648a1.435,1.435,0,0,0-2.451,1.015v1.061a.25.25,0,0,1-.25.25H9.253A6.356,6.356,0,0,1,2.905,10.626Z"]];
|
|
240
|
+
export var DiagramWaveDown = ["diagram-wave-down", 24, 24, [{
|
|
241
|
+
"fill": "#000000",
|
|
242
|
+
"stroke": "none",
|
|
243
|
+
"stroke-linecap": "round",
|
|
244
|
+
"stroke-linejoin": "round",
|
|
245
|
+
"stroke-width": 0
|
|
246
|
+
}], ["M23.577,13.5a1.443,1.443,0,0,0-1.021-2.464H21.363a.25.25,0,0,1-.25-.25V4.782A4.336,4.336,0,0,0,16.782.451H15.82a4.336,4.336,0,0,0-4.331,4.331V19.218a1.445,1.445,0,0,1-1.444,1.443H9.083a1.445,1.445,0,0,1-1.444-1.443V4.782A4.335,4.335,0,0,0,3.309.451H1.444a1.444,1.444,0,0,0,0,2.888H3.309A1.444,1.444,0,0,1,4.752,4.782V19.218a4.336,4.336,0,0,0,4.331,4.331h.962a4.336,4.336,0,0,0,4.331-4.331V4.782A1.445,1.445,0,0,1,15.82,3.339h.962a1.445,1.445,0,0,1,1.444,1.443v6.006a.25.25,0,0,1-.25.25H16.782A1.443,1.443,0,0,0,15.761,13.5l2.887,2.886a1.442,1.442,0,0,0,2.043,0Z"]];
|
|
247
|
+
export var DiagramZigZagFall = ["diagram-zig-zag-fall", 24, 24, [{
|
|
248
|
+
"fill": "#000000",
|
|
249
|
+
"stroke": "none",
|
|
250
|
+
"stroke-linecap": "round",
|
|
251
|
+
"stroke-linejoin": "round",
|
|
252
|
+
"stroke-width": 0
|
|
253
|
+
}], ["M17.86,8.729A1.5,1.5,0,0,0,17,6H13.25A.25.25,0,0,1,13,5.75V1.5a1.5,1.5,0,0,0-3,0v6A1.5,1.5,0,0,0,11.5,9h.424a.1.1,0,0,1,.057.182L6.14,13.271A1.5,1.5,0,0,0,7,16H9.75a.25.25,0,0,1,.25.25v1.5a.25.25,0,0,1-.25.25H8.5a1.5,1.5,0,0,0-1.061,2.561l3,3a1.5,1.5,0,0,0,2.124,0l3-3A1.5,1.5,0,0,0,14.5,18H13.25a.25.25,0,0,1-.25-.25V14.5a1.5,1.5,0,0,0-.827-1.341.25.25,0,0,1-.031-.428Z"]];
|
|
254
|
+
export var DiagramUp = ["diagram-up", 24, 24, [{
|
|
255
|
+
"fill": "#000000",
|
|
256
|
+
"stroke": "none",
|
|
257
|
+
"stroke-linecap": "round",
|
|
258
|
+
"stroke-linejoin": "round",
|
|
259
|
+
"stroke-width": 0
|
|
260
|
+
}], ["M1.473,24l.11,0A21.2,21.2,0,0,0,20.834,5.977a.249.249,0,0,1,.247-.213h1.445A1.441,1.441,0,0,0,23.544,3.3L20.663.423a1.441,1.441,0,0,0-2.038,0L15.744,3.3a1.441,1.441,0,0,0,1.018,2.46h.9a.25.25,0,0,1,.246.293A18.3,18.3,0,0,1,1.365,21.122,1.441,1.441,0,0,0,1.473,24Z"]];
|
|
261
|
+
export var DiagramUpDouble = ["diagram-up-double", 24, 24, [{
|
|
262
|
+
"fill": "#000000",
|
|
263
|
+
"stroke": "none",
|
|
264
|
+
"stroke-linecap": "round",
|
|
265
|
+
"stroke-linejoin": "round",
|
|
266
|
+
"stroke-width": 0
|
|
267
|
+
}], ["M.422,3.177A1.44,1.44,0,0,0,1.44,5.635H2.505a.25.25,0,0,1,.25.25v8.87a9.245,9.245,0,0,0,18.49,0V5.885a.25.25,0,0,1,.25-.25H22.56a1.44,1.44,0,0,0,1.018-2.458L20.825.424a1.439,1.439,0,0,0-2.04,0L16.032,3.177A1.44,1.44,0,0,0,17.05,5.635h1.065a.25.25,0,0,1,.25.25v8.87a6.365,6.365,0,0,1-12.73,0V5.885a.25.25,0,0,1,.25-.25H6.95A1.44,1.44,0,0,0,7.968,3.177L5.215.424a1.439,1.439,0,0,0-2.04,0Z"]];
|
|
268
|
+
export var DiagramAllDirectionExpand = ["diagram-all-direction-expand", 24, 24, [{
|
|
269
|
+
"fill": "#000000",
|
|
270
|
+
"stroke": "none",
|
|
271
|
+
"stroke-linecap": "round",
|
|
272
|
+
"stroke-linejoin": "round",
|
|
273
|
+
"stroke-width": 0
|
|
274
|
+
}], ["M23.56,13.062a1.5,1.5,0,0,0,0-2.124l-3-3A1.5,1.5,0,0,0,18,9v1.25a.25.25,0,0,1-.25.25h-4a.25.25,0,0,1-.25-.25v-4A.25.25,0,0,1,13.75,6H15a1.5,1.5,0,0,0,1.061-2.561l-3-3a1.5,1.5,0,0,0-2.124,0l-3,3A1.5,1.5,0,0,0,9,6h1.25a.25.25,0,0,1,.25.25v4a.25.25,0,0,1-.25.25h-4A.25.25,0,0,1,6,10.25V9A1.5,1.5,0,0,0,3.439,7.939l-3,3a1.5,1.5,0,0,0,0,2.124l3,3A1.5,1.5,0,0,0,6,15V13.75a.25.25,0,0,1,.25-.25h4a.25.25,0,0,1,.25.25v4a.25.25,0,0,1-.25.25H9a1.5,1.5,0,0,0-1.061,2.561l3,3a1.5,1.5,0,0,0,2.124,0l3-3A1.5,1.5,0,0,0,15,18H13.75a.25.25,0,0,1-.25-.25v-4a.25.25,0,0,1,.25-.25h4a.25.25,0,0,1,.25.25V15a1.5,1.5,0,0,0,2.561,1.061Z"]];
|
|
275
|
+
export var DiagramArrowBendDown = ["diagram-arrow-bend-down", 24, 24, [{
|
|
276
|
+
"fill": "#000000",
|
|
277
|
+
"stroke": "none",
|
|
278
|
+
"stroke-linecap": "round",
|
|
279
|
+
"stroke-linejoin": "round",
|
|
280
|
+
"stroke-width": 0
|
|
281
|
+
}, {
|
|
282
|
+
"fill": "#000000",
|
|
283
|
+
"stroke": "none",
|
|
284
|
+
"stroke-linecap": "round",
|
|
285
|
+
"stroke-linejoin": "round",
|
|
286
|
+
"stroke-width": 0
|
|
287
|
+
}], ["M1,4A1,1,0,0,0,1,6H11.75A.25.25,0,0,0,12,5.75V4.25A.25.25,0,0,0,11.75,4Z", "M13.5,14.97a.25.25,0,0,1-.25.25H10a1,1,0,0,0-.732,1.68l6.167,6.638a1.458,1.458,0,0,0,2.137-.008l6.16-6.63A1,1,0,0,0,23,15.22H19.75a.25.25,0,0,1-.25-.25V4a4.075,4.075,0,0,0-.668-2.215A4,4,0,0,0,15.5,0H1A1,1,0,0,0,1,2H11.5a1.993,1.993,0,0,1,1.343.523A1.957,1.957,0,0,1,13.5,4Z"]];
|
|
288
|
+
export var DiagramArrowDiagonal1 = ["diagram-arrow-diagonal-1", 24, 24, [{
|
|
289
|
+
"fill": "#000000",
|
|
290
|
+
"stroke": "none",
|
|
291
|
+
"stroke-linecap": "round",
|
|
292
|
+
"stroke-linejoin": "round",
|
|
293
|
+
"stroke-width": 0
|
|
294
|
+
}], ["M22.459,0,13.282.342A1.014,1.014,0,0,0,12.6,2.073L14.934,4.4a.251.251,0,0,1,0,.358L4.762,14.934a.251.251,0,0,1-.358,0L2.072,12.6a1.015,1.015,0,0,0-1.731.68L0,22.46A1.479,1.479,0,0,0,1.487,24h.054l9.177-.34a1.014,1.014,0,0,0,.679-1.73L9.066,19.6a.254.254,0,0,1,0-.359L19.238,9.066a.253.253,0,0,1,.358,0L21.928,11.4a1.014,1.014,0,0,0,1.731-.68L24,1.541A1.479,1.479,0,0,0,22.459,0Z"]];
|
|
295
|
+
export var DiagramArrowDown = ["diagram-arrow-down", 24, 24, [{
|
|
296
|
+
"fill": "#000000",
|
|
297
|
+
"stroke": "none",
|
|
298
|
+
"stroke-linecap": "round",
|
|
299
|
+
"stroke-linejoin": "round",
|
|
300
|
+
"stroke-width": 0
|
|
301
|
+
}], ["M5.5,15.215A1,1,0,0,0,4.767,16.9l6.16,6.633a1.458,1.458,0,0,0,2.146,0l6.16-6.633a1,1,0,0,0-.733-1.681H15.25a.25.25,0,0,1-.25-.25V1.5A1.5,1.5,0,0,0,13.5,0h-3A1.5,1.5,0,0,0,9,1.5V14.965a.25.25,0,0,1-.25.25Z"]];
|
|
302
|
+
export var DiagramArrowDownRightCorner = ["diagram-arrow-down-right-corner", 24, 24, [{
|
|
303
|
+
"fill": "#000000",
|
|
304
|
+
"stroke": "none",
|
|
305
|
+
"stroke-linecap": "round",
|
|
306
|
+
"stroke-linejoin": "round",
|
|
307
|
+
"stroke-width": 0
|
|
308
|
+
}], ["M22.482,24A1.513,1.513,0,0,0,24,22.425l-.348-9.387a1.037,1.037,0,0,0-1.77-.7L19.5,14.728a.26.26,0,0,1-.367,0L4.857.456a1.558,1.558,0,0,0-2.2,0l-2.2,2.2a1.557,1.557,0,0,0,0,2.2L14.727,19.13a.26.26,0,0,1,0,.367l-2.385,2.384a1.037,1.037,0,0,0,.7,1.77L22.422,24Z"]];
|
|
309
|
+
export var DiagramArrowRight = ["diagram-arrow-right", 24, 24, [{
|
|
310
|
+
"fill": "#000000",
|
|
311
|
+
"stroke": "none",
|
|
312
|
+
"stroke-linecap": "round",
|
|
313
|
+
"stroke-linejoin": "round",
|
|
314
|
+
"stroke-width": 0
|
|
315
|
+
}], ["M15.815,19.417a1,1,0,0,0,1.081-.184l6.634-6.16a1.458,1.458,0,0,0,0-2.145L16.9,4.768a1,1,0,0,0-1.681.732V8.486a.249.249,0,0,1-.25.25H1.5a1.5,1.5,0,0,0-1.5,1.5v3.5a1.5,1.5,0,0,0,1.5,1.5H14.965a.25.25,0,0,1,.25.25V18.5A1,1,0,0,0,15.815,19.417Z"]];
|
|
316
|
+
export var DiagramArrowUp = ["diagram-arrow-up", 24, 24, [{
|
|
317
|
+
"fill": "#000000",
|
|
318
|
+
"stroke": "none",
|
|
319
|
+
"stroke-linecap": "round",
|
|
320
|
+
"stroke-linejoin": "round",
|
|
321
|
+
"stroke-width": 0
|
|
322
|
+
}], ["M9,22.5A1.5,1.5,0,0,0,10.5,24h3A1.5,1.5,0,0,0,15,22.5V9.013a.25.25,0,0,1,.25-.25H18.5a1,1,0,0,0,.733-1.681L13.073.448a1.51,1.51,0,0,0-2.146,0L4.767,7.082A1,1,0,0,0,5.5,8.763H8.75a.25.25,0,0,1,.25.25Z"]];
|
|
323
|
+
export var DiagramCurvyBothDirection = ["diagram-curvy-both-direction", 24, 24, [{
|
|
324
|
+
"fill": "#000000",
|
|
325
|
+
"stroke": "none",
|
|
326
|
+
"stroke-linecap": "round",
|
|
327
|
+
"stroke-linejoin": "round",
|
|
328
|
+
"stroke-width": 0
|
|
329
|
+
}], ["M24,4.32A1.472,1.472,0,0,0,23.577,3.3L20.7.422A1.44,1.44,0,0,0,18.24,1.44V2.63a.25.25,0,0,1-.25.25H9.6a5.28,5.28,0,0,0,0,10.56h4.8a2.4,2.4,0,0,1,0,4.8H6.01a.25.25,0,0,1-.25-.25V16.8A1.44,1.44,0,0,0,3.3,15.782L.423,18.661a1.439,1.439,0,0,0,0,2.038L3.3,23.578A1.44,1.44,0,0,0,5.76,22.56V21.37a.25.25,0,0,1,.25-.25H14.4a5.28,5.28,0,0,0,0-10.56H9.6a2.4,2.4,0,0,1,0-4.8h8.39a.25.25,0,0,1,.25.25V7.2A1.44,1.44,0,0,0,20.7,8.218l2.879-2.879A1.45,1.45,0,0,0,24,4.32Z"]];
|
|
330
|
+
export var DiagramDashDownFast = ["diagram-dash-down-fast", 24, 24, [{
|
|
331
|
+
"fill": "#000000",
|
|
332
|
+
"stroke": "none",
|
|
333
|
+
"stroke-linecap": "round",
|
|
334
|
+
"stroke-linejoin": "round",
|
|
335
|
+
"stroke-width": 0
|
|
336
|
+
}, {
|
|
337
|
+
"fill": "#000000",
|
|
338
|
+
"stroke": "none",
|
|
339
|
+
"stroke-linecap": "round",
|
|
340
|
+
"stroke-linejoin": "round",
|
|
341
|
+
"stroke-width": 0
|
|
342
|
+
}, {
|
|
343
|
+
"fill": "#000000",
|
|
344
|
+
"stroke": "none",
|
|
345
|
+
"stroke-linecap": "round",
|
|
346
|
+
"stroke-linejoin": "round",
|
|
347
|
+
"stroke-width": 0
|
|
348
|
+
}, {
|
|
349
|
+
"fill": "#000000",
|
|
350
|
+
"stroke": "none",
|
|
351
|
+
"stroke-linecap": "round",
|
|
352
|
+
"stroke-linejoin": "round",
|
|
353
|
+
"stroke-width": 0
|
|
354
|
+
}, {
|
|
355
|
+
"fill": "#000000",
|
|
356
|
+
"stroke": "none",
|
|
357
|
+
"stroke-linecap": "round",
|
|
358
|
+
"stroke-linejoin": "round",
|
|
359
|
+
"stroke-width": 0
|
|
360
|
+
}, {
|
|
361
|
+
"fill": "#000000",
|
|
362
|
+
"stroke": "none",
|
|
363
|
+
"stroke-linecap": "round",
|
|
364
|
+
"stroke-linejoin": "round",
|
|
365
|
+
"stroke-width": 0
|
|
366
|
+
}], ["M3.045,7.6A1.44,1.44,0,0,0,.366,8.655,5.3,5.3,0,0,0,1.9,10.772,1.44,1.44,0,0,0,3.741,8.561,2.4,2.4,0,0,1,3.045,7.6Z", "M16.124,9.128c-.094-.005-.189-.008-.284-.008H14.126a1.44,1.44,0,0,0,0,2.88H15.84l.127,0,.08,0a1.44,1.44,0,0,0,.077-2.878Z", "M19.68,16.732a1.44,1.44,0,0,0,1.44-1.44V14.4a5.275,5.275,0,0,0-.187-1.4,1.44,1.44,0,0,0-2.777.761,2.412,2.412,0,0,1,.084.635v.892A1.44,1.44,0,0,0,19.68,16.732Z", "M9.326,9.12H7.406a1.44,1.44,0,0,0,0,2.88h1.92a1.44,1.44,0,0,0,0-2.88Z", "M1.44,0A1.44,1.44,0,0,0,0,1.44V3.36a1.44,1.44,0,0,0,2.88,0V1.44A1.44,1.44,0,0,0,1.44,0Z", "M23.89,19.129a1.438,1.438,0,0,0-1.33-.889H16.8A1.44,1.44,0,0,0,15.782,20.7l2.88,2.88a1.439,1.439,0,0,0,2.036,0l2.88-2.88A1.439,1.439,0,0,0,23.89,19.129Z"]];
|
|
367
|
+
export var DiagramCurveUp = ["diagram-curve-up", 24, 24, [{
|
|
368
|
+
"fill": "#000000",
|
|
369
|
+
"stroke": "none",
|
|
370
|
+
"stroke-linecap": "round",
|
|
371
|
+
"stroke-linejoin": "round",
|
|
372
|
+
"stroke-width": 0
|
|
373
|
+
}], ["M23.576,3.3,20.7.422A1.44,1.44,0,0,0,18.24,1.44V2.635A.249.249,0,0,1,18,2.884a6.726,6.726,0,0,0-6.413,5.829,1.409,1.409,0,0,0-.066.407V16.8a4.32,4.32,0,0,1-8.64,0V1.44A1.44,1.44,0,0,0,0,1.44V16.8a7.2,7.2,0,0,0,14.4,0V9.6a3.845,3.845,0,0,1,3.573-3.831.251.251,0,0,1,.267.25V7.2A1.44,1.44,0,0,0,20.7,8.218L23.576,5.34a1.439,1.439,0,0,0,0-2.04Z"]];
|
|
374
|
+
export var DiagramCurveUp1 = ["diagram-curve-up-1", 24, 24, [{
|
|
375
|
+
"fill": "#000000",
|
|
376
|
+
"stroke": "none",
|
|
377
|
+
"stroke-linecap": "round",
|
|
378
|
+
"stroke-linejoin": "round",
|
|
379
|
+
"stroke-width": 0
|
|
380
|
+
}], ["M24,4.32a1.461,1.461,0,0,0-.424-1.02L20.7.422A1.44,1.44,0,0,0,18.24,1.44V2.63a.25.25,0,0,1-.25.25H14.4A5.286,5.286,0,0,0,9.12,8.16V18.72a2.4,2.4,0,0,1-2.4,2.4H1.44a1.44,1.44,0,0,0,0,2.88H6.72A5.286,5.286,0,0,0,12,18.72V8.16a2.4,2.4,0,0,1,2.4-2.4h3.59a.25.25,0,0,1,.25.25V7.2A1.44,1.44,0,0,0,20.7,8.218L23.576,5.34A1.459,1.459,0,0,0,24,4.32Z"]];
|
|
381
|
+
export var DiagramDashCircle = ["diagram-dash-circle", 24, 24, [{
|
|
382
|
+
"fill": "#000000",
|
|
383
|
+
"stroke": "none",
|
|
384
|
+
"stroke-linecap": "round",
|
|
385
|
+
"stroke-linejoin": "round",
|
|
386
|
+
"stroke-width": 0
|
|
387
|
+
}, {
|
|
388
|
+
"fill": "#000000",
|
|
389
|
+
"stroke": "none",
|
|
390
|
+
"stroke-linecap": "round",
|
|
391
|
+
"stroke-linejoin": "round",
|
|
392
|
+
"stroke-width": 0
|
|
393
|
+
}, {
|
|
394
|
+
"fill": "#000000",
|
|
395
|
+
"stroke": "none",
|
|
396
|
+
"stroke-linecap": "round",
|
|
397
|
+
"stroke-linejoin": "round",
|
|
398
|
+
"stroke-width": 0
|
|
399
|
+
}, {
|
|
400
|
+
"fill": "#000000",
|
|
401
|
+
"stroke": "none",
|
|
402
|
+
"stroke-linecap": "round",
|
|
403
|
+
"stroke-linejoin": "round",
|
|
404
|
+
"stroke-width": 0
|
|
405
|
+
}, {
|
|
406
|
+
"fill": "#000000",
|
|
407
|
+
"stroke": "none",
|
|
408
|
+
"stroke-linecap": "round",
|
|
409
|
+
"stroke-linejoin": "round",
|
|
410
|
+
"stroke-width": 0
|
|
411
|
+
}, {
|
|
412
|
+
"fill": "#000000",
|
|
413
|
+
"stroke": "none",
|
|
414
|
+
"stroke-linecap": "round",
|
|
415
|
+
"stroke-linejoin": "round",
|
|
416
|
+
"stroke-width": 0
|
|
417
|
+
}, {
|
|
418
|
+
"fill": "#000000",
|
|
419
|
+
"stroke": "none",
|
|
420
|
+
"stroke-linecap": "round",
|
|
421
|
+
"stroke-linejoin": "round",
|
|
422
|
+
"stroke-width": 0
|
|
423
|
+
}], ["M15.29,1.341A10.9,10.9,0,0,0,13.1,1.119,1.44,1.44,0,1,0,13.1,4a8.136,8.136,0,0,1,1.619.164A1.507,1.507,0,0,0,15,4.192a1.44,1.44,0,0,0,.286-2.851Z", "M18.9,17.558a1.44,1.44,0,0,0,2.084,1.988A11.027,11.027,0,0,0,22.343,17.8a1.44,1.44,0,1,0-2.441-1.53A8.107,8.107,0,0,1,18.9,17.558Z", "M22.238,9.173a1.441,1.441,0,0,0-1.208,1.64,8.152,8.152,0,0,1,.09,1.21c0,.139,0,.277-.011.414a1.44,1.44,0,0,0,1.363,1.513l.077,0a1.439,1.439,0,0,0,1.436-1.365c.01-.186.015-.374.015-.563a11.008,11.008,0,0,0-.123-1.642A1.442,1.442,0,0,0,22.238,9.173Z", "M15.487,19.685a7.92,7.92,0,0,1-1.591.322,1.44,1.44,0,0,0,.139,2.874,1.369,1.369,0,0,0,.143-.007,10.885,10.885,0,0,0,2.165-.439,1.44,1.44,0,0,0-.856-2.75Z", "M21.721,5.353a10.95,10.95,0,0,0-1.519-1.6,1.44,1.44,0,0,0-1.878,2.184,8.113,8.113,0,0,1,1.12,1.179,1.44,1.44,0,0,0,2.277-1.763Z", "M6.493,18.953a1.442,1.442,0,0,0,.355,2.007,11.037,11.037,0,0,0,1.925,1.076,1.441,1.441,0,0,0,1.145-2.644A8.062,8.062,0,0,1,8.5,18.6,1.442,1.442,0,0,0,6.493,18.953Z", "M7.782,13.008,4.419,10.817a1.438,1.438,0,0,0-1.992.42L.234,14.6a1.44,1.44,0,0,0,1.5,2.2l1.223-.258a.251.251,0,0,1,.282.149c.016.04.033.079.052.117a1.436,1.436,0,0,0,2.727-.7.249.249,0,0,1,.2-.256l1.074-.226a1.44,1.44,0,0,0,.489-2.616Z"]];
|
|
424
|
+
export var DiagramLowerSteady = ["diagram-lower-steady", 24, 24, [{
|
|
425
|
+
"fill": "#000000",
|
|
426
|
+
"stroke": "none",
|
|
427
|
+
"stroke-linecap": "round",
|
|
428
|
+
"stroke-linejoin": "round",
|
|
429
|
+
"stroke-width": 0
|
|
430
|
+
}], ["M23.577,8.581,20.7,5.7A1.44,1.44,0,0,0,18.24,6.72V7.91a.25.25,0,0,1-.25.25H12.48a4.325,4.325,0,0,0-4.32,4.32v7.2a1.442,1.442,0,0,1-1.44,1.44H4.32a1.442,1.442,0,0,1-1.44-1.44V1.44A1.44,1.44,0,0,0,0,1.44V19.68A4.325,4.325,0,0,0,4.32,24h2.4a4.325,4.325,0,0,0,4.32-4.32v-7.2a1.442,1.442,0,0,1,1.44-1.44h5.51a.25.25,0,0,1,.25.25v1.19A1.44,1.44,0,0,0,20.7,13.5l2.879-2.879a1.439,1.439,0,0,0,0-2.038Z"]];
|
|
431
|
+
export var DiagramMergeDown = ["diagram-merge-down", 24, 24, [{
|
|
432
|
+
"fill": "#000000",
|
|
433
|
+
"stroke": "none",
|
|
434
|
+
"stroke-linecap": "round",
|
|
435
|
+
"stroke-linejoin": "round",
|
|
436
|
+
"stroke-width": 0
|
|
437
|
+
}], ["M24,1.44A1.44,1.44,0,0,0,22.56,0H17.94A7.359,7.359,0,0,0,12.2,2.766a.251.251,0,0,1-.39,0A7.359,7.359,0,0,0,6.06,0H1.44a1.44,1.44,0,0,0,0,2.88H6.06a4.505,4.505,0,0,1,4.5,4.5V17.99a.25.25,0,0,1-.25.25H9.12A1.44,1.44,0,0,0,8.1,20.7l2.878,2.878a1.431,1.431,0,0,0,.473.315l.021.007a1.407,1.407,0,0,0,1.052,0l.021-.007a1.431,1.431,0,0,0,.473-.315L15.9,20.7A1.44,1.44,0,0,0,14.88,18.24H13.69a.25.25,0,0,1-.25-.25V7.38a4.505,4.505,0,0,1,4.5-4.5h4.62A1.44,1.44,0,0,0,24,1.44Z"]];
|
|
438
|
+
export var DiagramRound = ["diagram-round", 24, 24, [{
|
|
439
|
+
"fill": "#000000",
|
|
440
|
+
"stroke": "none",
|
|
441
|
+
"stroke-linecap": "round",
|
|
442
|
+
"stroke-linejoin": "round",
|
|
443
|
+
"stroke-width": 0
|
|
444
|
+
}], ["M13.1,1.1a1.44,1.44,0,1,0,0,2.88A8.024,8.024,0,1,1,6.242,16.163a.25.25,0,0,1,.162-.375l.889-.187a1.44,1.44,0,0,0,.489-2.616L4.419,10.793a1.515,1.515,0,0,0-1.078-.2,1.5,1.5,0,0,0-.908.616l-2.2,3.371A1.44,1.44,0,0,0,1.44,16.8a1.506,1.506,0,0,0,.3-.031l1.231-.26a.251.251,0,0,1,.278.137A10.9,10.9,0,1,0,13.1,1.1Z"]];
|
|
445
|
+
export var DiagramDashFastUp = ["diagram-dash-fast-up", 24, 24, [{
|
|
446
|
+
"fill": "#000000",
|
|
447
|
+
"stroke": "none",
|
|
448
|
+
"stroke-linecap": "round",
|
|
449
|
+
"stroke-linejoin": "round",
|
|
450
|
+
"stroke-width": 0
|
|
451
|
+
}, {
|
|
452
|
+
"fill": "#000000",
|
|
453
|
+
"stroke": "none",
|
|
454
|
+
"stroke-linecap": "round",
|
|
455
|
+
"stroke-linejoin": "round",
|
|
456
|
+
"stroke-width": 0
|
|
457
|
+
}, {
|
|
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
|
+
}], ["M3.457,21.629a1.482,1.482,0,0,0,0-2.963H1.481a1.482,1.482,0,0,0,0,2.963Z", "M9.971,21.629h.06c.14,0,.279,0,.417-.011a1.481,1.481,0,0,0,1.4-1.556,1.5,1.5,0,0,0-1.557-1.4c-.1.006-.2.008-.311.007H8.4a1.482,1.482,0,0,0,0,2.963Z", "M15.106,16.116a6.5,6.5,0,0,1-1.118,1.149,1.482,1.482,0,0,0,1.852,2.313A9.436,9.436,0,0,0,17.47,17.9a1.481,1.481,0,0,0-2.364-1.786Z", "M18.09,13.938a1.482,1.482,0,0,0,1.434-1.11l.494-1.913a1.481,1.481,0,1,0-2.868-.742l-.495,1.912a1.482,1.482,0,0,0,1.435,1.853Z", "M23.779,6.639l-2.2-3.566a1.483,1.483,0,0,0-2.017-.493L15.973,4.792a1.481,1.481,0,0,0,.438,2.7l5.767,1.365a1.463,1.463,0,0,0,.341.039,1.481,1.481,0,0,0,1.26-2.259Z"]];
|
|
476
|
+
export var DiagramIncrease = ["diagram-increase", 24, 24, [{
|
|
477
|
+
"fill": "#000000",
|
|
478
|
+
"stroke": "none",
|
|
479
|
+
"stroke-linecap": "round",
|
|
480
|
+
"stroke-linejoin": "round",
|
|
481
|
+
"stroke-width": 0
|
|
482
|
+
}], ["M0,19.919a1.44,1.44,0,0,0,1.44,1.44h8.935A9.119,9.119,0,0,0,19.2,14.525l1.474-5.694a.249.249,0,0,1,.3-.18l1.252.3a1.44,1.44,0,0,0,1.556-2.158l-2.14-3.466a1.474,1.474,0,0,0-.744-.594,1.4,1.4,0,0,0-1.214.114L16.2,4.993a1.44,1.44,0,0,0,.425,2.627l1.064.252a.25.25,0,0,1,.185.306L16.416,13.8a6.24,6.24,0,0,1-6.041,4.676H1.44A1.44,1.44,0,0,0,0,19.919Z"]];
|
|
483
|
+
export var DiagramFallDown = ["diagram-fall-down", 24, 24, [{
|
|
484
|
+
"fill": "#000000",
|
|
485
|
+
"stroke": "none",
|
|
486
|
+
"stroke-linecap": "round",
|
|
487
|
+
"stroke-linejoin": "round",
|
|
488
|
+
"stroke-width": 0
|
|
489
|
+
}], ["M22.56,0a1.44,1.44,0,0,0-1.44,1.44V8.39a.25.25,0,0,1-.25.25H3.13a.25.25,0,0,1-.25-.25V1.44A1.44,1.44,0,0,0,0,1.44V9.12a2.4,2.4,0,0,0,2.4,2.4h8.15a.25.25,0,0,1,.25.25v6.22a.25.25,0,0,1-.25.25H9.36A1.44,1.44,0,0,0,8.342,20.7l2.88,2.88a1.439,1.439,0,0,0,2.036,0l2.88-2.88A1.44,1.44,0,0,0,15.12,18.24H13.93a.25.25,0,0,1-.25-.25V11.77a.25.25,0,0,1,.25-.25H21.6A2.4,2.4,0,0,0,24,9.12V1.44A1.44,1.44,0,0,0,22.56,0Z"]];
|
|
490
|
+
export var DiagramSteadyDown1 = ["diagram-steady-down-1", 24, 24, [{
|
|
491
|
+
"fill": "#000000",
|
|
492
|
+
"stroke": "none",
|
|
493
|
+
"stroke-linecap": "round",
|
|
494
|
+
"stroke-linejoin": "round",
|
|
495
|
+
"stroke-width": 0
|
|
496
|
+
}, {
|
|
497
|
+
"fill": "#000000",
|
|
498
|
+
"stroke": "none",
|
|
499
|
+
"stroke-linecap": "round",
|
|
500
|
+
"stroke-linejoin": "round",
|
|
501
|
+
"stroke-width": 0
|
|
502
|
+
}, {
|
|
503
|
+
"fill": "#000000",
|
|
504
|
+
"stroke": "none",
|
|
505
|
+
"stroke-linecap": "round",
|
|
506
|
+
"stroke-linejoin": "round",
|
|
507
|
+
"stroke-width": 0
|
|
508
|
+
}], ["M3.015,10.739A1.447,1.447,0,0,0,5.48,9.222c-.312-.507-.6-1.034-.862-1.566a1.447,1.447,0,1,0-2.6,1.27C2.318,9.543,2.654,10.153,3.015,10.739Z", "M3.169,3.441c-.122-.579-.217-1.173-.283-1.766A1.447,1.447,0,0,0,.009,2C.085,2.681.2,3.368.337,4.038A1.448,1.448,0,0,0,1.752,5.187a1.47,1.47,0,0,0,.3-.031A1.447,1.447,0,0,0,3.169,3.441Z", "M23.511,18.312l-2.9-2.542a1.448,1.448,0,0,0-2.4,1.088v.54a.249.249,0,0,1-.089.192.252.252,0,0,1-.2.055A18.365,18.365,0,0,1,7.606,12.032a1.447,1.447,0,1,0-2.129,1.959A21.276,21.276,0,0,0,18,20.608a.249.249,0,0,1,.213.247v1.31a1.446,1.446,0,0,0,.879,1.33,1.43,1.43,0,0,0,.568.117,1.451,1.451,0,0,0,1-.4l2.895-2.77A1.375,1.375,0,0,0,24,19.364,1.437,1.437,0,0,0,23.511,18.312Z"]];
|
|
509
|
+
export var DiagramDashUpThenDown = ["diagram-dash-up-then-down", 24, 24, [{
|
|
510
|
+
"fill": "#000000",
|
|
511
|
+
"stroke": "none",
|
|
512
|
+
"stroke-linecap": "round",
|
|
513
|
+
"stroke-linejoin": "round",
|
|
514
|
+
"stroke-width": 0
|
|
515
|
+
}, {
|
|
516
|
+
"fill": "#000000",
|
|
517
|
+
"stroke": "none",
|
|
518
|
+
"stroke-linecap": "round",
|
|
519
|
+
"stroke-linejoin": "round",
|
|
520
|
+
"stroke-width": 0
|
|
521
|
+
}, {
|
|
522
|
+
"fill": "#000000",
|
|
523
|
+
"stroke": "none",
|
|
524
|
+
"stroke-linecap": "round",
|
|
525
|
+
"stroke-linejoin": "round",
|
|
526
|
+
"stroke-width": 0
|
|
527
|
+
}, {
|
|
528
|
+
"fill": "#000000",
|
|
529
|
+
"stroke": "none",
|
|
530
|
+
"stroke-linecap": "round",
|
|
531
|
+
"stroke-linejoin": "round",
|
|
532
|
+
"stroke-width": 0
|
|
533
|
+
}, {
|
|
534
|
+
"fill": "#000000",
|
|
535
|
+
"stroke": "none",
|
|
536
|
+
"stroke-linecap": "round",
|
|
537
|
+
"stroke-linejoin": "round",
|
|
538
|
+
"stroke-width": 0
|
|
539
|
+
}, {
|
|
540
|
+
"fill": "#000000",
|
|
541
|
+
"stroke": "none",
|
|
542
|
+
"stroke-linecap": "round",
|
|
543
|
+
"stroke-linejoin": "round",
|
|
544
|
+
"stroke-width": 0
|
|
545
|
+
}, {
|
|
546
|
+
"fill": "#000000",
|
|
547
|
+
"stroke": "none",
|
|
548
|
+
"stroke-linecap": "round",
|
|
549
|
+
"stroke-linejoin": "round",
|
|
550
|
+
"stroke-width": 0
|
|
551
|
+
}, {
|
|
552
|
+
"fill": "#000000",
|
|
553
|
+
"stroke": "none",
|
|
554
|
+
"stroke-linecap": "round",
|
|
555
|
+
"stroke-linejoin": "round",
|
|
556
|
+
"stroke-width": 0
|
|
557
|
+
}], ["M.02,12.152A9.216,9.216,0,0,0,.67,14.34a1.446,1.446,0,1,0,2.649-1.162,6.351,6.351,0,0,1-.446-1.5,1.446,1.446,0,0,0-2.853.474Z", "M9.031,1.331a9.306,9.306,0,0,0-2.256.313,1.446,1.446,0,0,0,.373,2.844,1.474,1.474,0,0,0,.375-.049,6.427,6.427,0,0,1,1.553-.215A1.448,1.448,0,0,0,10.5,2.755,1.473,1.473,0,0,0,9.031,1.331Z", "M15.8,4.223a1.447,1.447,0,0,0,0-2.893H13.875a1.447,1.447,0,0,0,0,2.893Z", "M10.218,18.457A1.447,1.447,0,0,0,11.665,19.9h1.928a1.446,1.446,0,1,0,0-2.892H11.665A1.446,1.446,0,0,0,10.218,18.457Z", "M3.886,16.577a1.446,1.446,0,0,0,.487,1.986,9.234,9.234,0,0,0,2.081.934A1.447,1.447,0,0,0,7.3,16.73a6.378,6.378,0,0,1-1.429-.639A1.446,1.446,0,0,0,3.886,16.577Z", "M2.043,4.676A9.228,9.228,0,0,0,.81,6.589,1.446,1.446,0,1,0,3.416,7.845a6.387,6.387,0,0,1,.849-1.318A1.446,1.446,0,1,0,2.043,4.676Z", "M22.554,1.33H20.625a1.447,1.447,0,0,0,0,2.893h1.929a1.447,1.447,0,0,0,0-2.893Z", "M23.576,19.48a1.446,1.446,0,0,0,0-2.046l-2.767-2.767a1.446,1.446,0,0,0-2.469,1.022V16.8a.25.25,0,0,1-.2.245,1.44,1.44,0,0,0,0,2.828.25.25,0,0,1,.2.246v1.106a1.446,1.446,0,0,0,2.469,1.023Z"]];
|
|
558
|
+
export var DiagramArrowBow = ["diagram-arrow-bow", 24, 24, [{
|
|
559
|
+
"fill": "#000000",
|
|
560
|
+
"stroke": "none",
|
|
561
|
+
"stroke-linecap": "round",
|
|
562
|
+
"stroke-linejoin": "round",
|
|
563
|
+
"stroke-width": 0
|
|
564
|
+
}], ["M23.56,10.938l-3-3A1.5,1.5,0,0,0,18,9v1.25a.25.25,0,0,1-.25.25H13.842a.5.5,0,0,1-.493-.42A12.02,12.02,0,0,0,1.5-.016a1.5,1.5,0,0,0,0,3,9.016,9.016,0,0,1,8.752,6.9.5.5,0,0,1-.487.617H1.5a1.5,1.5,0,0,0,0,3H9.758a.5.5,0,0,1,.486.619A9.015,9.015,0,0,1,1.5,20.984a1.5,1.5,0,0,0,0,3A12.019,12.019,0,0,0,13.344,13.92a.5.5,0,0,1,.493-.42H17.75a.25.25,0,0,1,.25.25V15a1.5,1.5,0,0,0,2.561,1.061l3-3a1.5,1.5,0,0,0,0-2.124Z"]];
|
|
565
|
+
export var DiagramArrowDashCornerPointRight = ["diagram-arrow-dash-corner-point-right", 24, 24, [{
|
|
566
|
+
"fill": "#000000",
|
|
567
|
+
"stroke": "none",
|
|
568
|
+
"stroke-linecap": "round",
|
|
569
|
+
"stroke-linejoin": "round",
|
|
570
|
+
"stroke-width": 0
|
|
571
|
+
}, {
|
|
572
|
+
"fill": "#000000",
|
|
573
|
+
"stroke": "none",
|
|
574
|
+
"stroke-linecap": "round",
|
|
575
|
+
"stroke-linejoin": "round",
|
|
576
|
+
"stroke-width": 0
|
|
577
|
+
}, {
|
|
578
|
+
"fill": "#000000",
|
|
579
|
+
"stroke": "none",
|
|
580
|
+
"stroke-linecap": "round",
|
|
581
|
+
"stroke-linejoin": "round",
|
|
582
|
+
"stroke-width": 0
|
|
583
|
+
}], ["M23.531,6.428,16.9.267A1,1,0,0,0,15.22,1V4.25a.25.25,0,0,1-.25.25H2a2,2,0,0,0-2,2V14a1,1,0,0,0,1,1H5a1,1,0,0,0,1-1V10.75a.25.25,0,0,1,.25-.25h8.72a.25.25,0,0,1,.25.25V14a1,1,0,0,0,.6.917,1.017,1.017,0,0,0,.4.083,1,1,0,0,0,.68-.268l6.639-6.167a1.46,1.46,0,0,0-.008-2.137Z", "M0.000 16.500 L6.000 16.500 L6.000 19.500 L-0.000 19.500 Z", "M0.000 21.000 L6.000 21.000 L6.000 24.000 L-0.000 24.000 Z"]];
|
|
584
|
+
export var DiagramArrowDashCornerRightDown = ["diagram-arrow-dash-corner-right-down", 24, 24, [{
|
|
585
|
+
"fill": "#000000",
|
|
586
|
+
"stroke": "none",
|
|
587
|
+
"stroke-linecap": "round",
|
|
588
|
+
"stroke-linejoin": "round",
|
|
589
|
+
"stroke-width": 0
|
|
590
|
+
}, {
|
|
591
|
+
"fill": "#000000",
|
|
592
|
+
"stroke": "none",
|
|
593
|
+
"stroke-linecap": "round",
|
|
594
|
+
"stroke-linejoin": "round",
|
|
595
|
+
"stroke-width": 0
|
|
596
|
+
}, {
|
|
597
|
+
"fill": "#000000",
|
|
598
|
+
"stroke": "none",
|
|
599
|
+
"stroke-linecap": "round",
|
|
600
|
+
"stroke-linejoin": "round",
|
|
601
|
+
"stroke-width": 0
|
|
602
|
+
}, {
|
|
603
|
+
"fill": "#000000",
|
|
604
|
+
"stroke": "none",
|
|
605
|
+
"stroke-linecap": "round",
|
|
606
|
+
"stroke-linejoin": "round",
|
|
607
|
+
"stroke-width": 0
|
|
608
|
+
}], ["M22.955,11.655A1.078,1.078,0,0,0,21.8,11.9l-2.476,2.476a.269.269,0,0,1-.38,0L15.171,10.6a1.077,1.077,0,0,0-1.524,0L10.6,13.647a1.077,1.077,0,0,0,0,1.524l3.772,3.772a.269.269,0,0,1,0,.381L11.9,21.8a1.077,1.077,0,0,0,.722,1.838L22.366,24h.056A1.571,1.571,0,0,0,24,22.364l-.361-9.746A1.078,1.078,0,0,0,22.955,11.655Z", "M12.5,7.934l-.762-.762a1.078,1.078,0,0,0-1.523,0L7.172,10.219a1.077,1.077,0,0,0,0,1.524l.762.761a1.076,1.076,0,0,0,1.523,0L12.5,9.458A1.077,1.077,0,0,0,12.5,7.934Z", "M8.314,3.744a1.108,1.108,0,0,0-1.523,0L3.744,6.792a1.076,1.076,0,0,0,0,1.523l.762.762a1.078,1.078,0,0,0,1.523,0L9.076,6.029a1.077,1.077,0,0,0,0-1.524Z", "M4.886.316a1.076,1.076,0,0,0-1.523,0L.316,3.363a1.076,1.076,0,0,0,0,1.523l.761.762a1.077,1.077,0,0,0,1.524,0L5.648,2.6a1.076,1.076,0,0,0,0-1.523Z"]];
|
|
609
|
+
export var DiagramArrowDashDown1 = ["diagram-arrow-dash-down-1", 24, 24, [{
|
|
610
|
+
"fill": "#000000",
|
|
611
|
+
"stroke": "none",
|
|
612
|
+
"stroke-linecap": "round",
|
|
613
|
+
"stroke-linejoin": "round",
|
|
614
|
+
"stroke-width": 0
|
|
615
|
+
}, {
|
|
616
|
+
"fill": "#000000",
|
|
617
|
+
"stroke": "none",
|
|
618
|
+
"stroke-linecap": "round",
|
|
619
|
+
"stroke-linejoin": "round",
|
|
620
|
+
"stroke-width": 0
|
|
621
|
+
}, {
|
|
622
|
+
"fill": "#000000",
|
|
623
|
+
"stroke": "none",
|
|
624
|
+
"stroke-linecap": "round",
|
|
625
|
+
"stroke-linejoin": "round",
|
|
626
|
+
"stroke-width": 0
|
|
627
|
+
}], ["M9,14.958a.249.249,0,0,1-.25.25H5.5a1,1,0,0,0-.733,1.681l6.16,6.634a1.46,1.46,0,0,0,2.146,0l6.16-6.634a1,1,0,0,0-.733-1.681H15.25a.249.249,0,0,1-.25-.25V10.007a1,1,0,0,0-1-1H10a1,1,0,0,0-1,1Z", "M9.000 4.507 L15.000 4.507 L15.000 7.507 L9.000 7.507 Z", "M9.000 0.007 L15.000 0.007 L15.000 3.007 L9.000 3.007 Z"]];
|
|
628
|
+
export var DiagramCurveRise = ["diagram-curve-rise", 24, 24, [{
|
|
629
|
+
"fill": "#000000",
|
|
630
|
+
"stroke": "none",
|
|
631
|
+
"stroke-linecap": "round",
|
|
632
|
+
"stroke-linejoin": "round",
|
|
633
|
+
"stroke-width": 0
|
|
634
|
+
}], ["M1.5,13.5A1.5,1.5,0,0,0,3,12V9A2.5,2.5,0,0,1,5.5,6.5h1A2.5,2.5,0,0,1,9,9v6a5.506,5.506,0,0,0,5.5,5.5h1A5.506,5.506,0,0,0,21,15V13.75a.25.25,0,0,1,.25-.25H22.5a1.5,1.5,0,0,0,1.06-2.561l-3-3a1.5,1.5,0,0,0-2.124,0l-3,3A1.5,1.5,0,0,0,16.5,13.5h1.25a.25.25,0,0,1,.25.25V15a2.5,2.5,0,0,1-2.5,2.5h-1A2.5,2.5,0,0,1,12,15V9A5.506,5.506,0,0,0,6.5,3.5h-1A5.506,5.506,0,0,0,0,9v3A1.5,1.5,0,0,0,1.5,13.5Z"]];
|
|
635
|
+
export var DiagramSplitVertical = ["diagram-split-vertical", 24, 24, [{
|
|
636
|
+
"fill": "#000000",
|
|
637
|
+
"stroke": "none",
|
|
638
|
+
"stroke-linecap": "round",
|
|
639
|
+
"stroke-linejoin": "round",
|
|
640
|
+
"stroke-width": 0
|
|
641
|
+
}], ["M23.576,3.3,20.7.422A1.44,1.44,0,0,0,18.24,1.44V2.63a.25.25,0,0,1-.25.25h-.05A7.359,7.359,0,0,0,12.2,5.646a.249.249,0,0,1-.39,0A7.359,7.359,0,0,0,6.06,2.88H6.01a.25.25,0,0,1-.25-.25V1.44A1.44,1.44,0,0,0,3.3.422L.424,3.3a1.439,1.439,0,0,0,0,2.04L3.3,8.218A1.439,1.439,0,0,0,5.76,7.2V6.01a.25.25,0,0,1,.25-.25h.05a4.506,4.506,0,0,1,4.5,4.5v12.3a1.44,1.44,0,0,0,2.88,0v-12.3a4.506,4.506,0,0,1,4.5-4.5h.05a.25.25,0,0,1,.25.25V7.2A1.44,1.44,0,0,0,20.7,8.218L23.576,5.34a1.439,1.439,0,0,0,0-2.04Z"]];
|
|
642
|
+
export var DiagramWaveBothDirection = ["diagram-wave-both-direction", 24, 24, [{
|
|
643
|
+
"fill": "#000000",
|
|
644
|
+
"stroke": "none",
|
|
645
|
+
"stroke-linecap": "round",
|
|
646
|
+
"stroke-linejoin": "round",
|
|
647
|
+
"stroke-width": 0
|
|
648
|
+
}, {
|
|
649
|
+
"fill": "#000000",
|
|
650
|
+
"stroke": "none",
|
|
651
|
+
"stroke-linecap": "round",
|
|
652
|
+
"stroke-linejoin": "round",
|
|
653
|
+
"stroke-width": 0
|
|
654
|
+
}, {
|
|
655
|
+
"fill": "#000000",
|
|
656
|
+
"stroke": "none",
|
|
657
|
+
"stroke-linecap": "round",
|
|
658
|
+
"stroke-linejoin": "round",
|
|
659
|
+
"stroke-width": 0
|
|
660
|
+
}, {
|
|
661
|
+
"fill": "#000000",
|
|
662
|
+
"stroke": "none",
|
|
663
|
+
"stroke-linecap": "round",
|
|
664
|
+
"stroke-linejoin": "round",
|
|
665
|
+
"stroke-width": 0
|
|
666
|
+
}, {
|
|
667
|
+
"fill": "#000000",
|
|
668
|
+
"stroke": "none",
|
|
669
|
+
"stroke-linecap": "round",
|
|
670
|
+
"stroke-linejoin": "round",
|
|
671
|
+
"stroke-width": 0
|
|
672
|
+
}, {
|
|
673
|
+
"fill": "#000000",
|
|
674
|
+
"stroke": "none",
|
|
675
|
+
"stroke-linecap": "round",
|
|
676
|
+
"stroke-linejoin": "round",
|
|
677
|
+
"stroke-width": 0
|
|
678
|
+
}, {
|
|
679
|
+
"fill": "#000000",
|
|
680
|
+
"stroke": "none",
|
|
681
|
+
"stroke-linecap": "round",
|
|
682
|
+
"stroke-linejoin": "round",
|
|
683
|
+
"stroke-width": 0
|
|
684
|
+
}, {
|
|
685
|
+
"fill": "#000000",
|
|
686
|
+
"stroke": "none",
|
|
687
|
+
"stroke-linecap": "round",
|
|
688
|
+
"stroke-linejoin": "round",
|
|
689
|
+
"stroke-width": 0
|
|
690
|
+
}, {
|
|
691
|
+
"fill": "#000000",
|
|
692
|
+
"stroke": "none",
|
|
693
|
+
"stroke-linecap": "round",
|
|
694
|
+
"stroke-linejoin": "round",
|
|
695
|
+
"stroke-width": 0
|
|
696
|
+
}], ["M4.871,15.47a1.44,1.44,0,0,0-1.569.312L.423,18.661A1.459,1.459,0,0,0,0,19.68,1.476,1.476,0,0,0,.423,20.7L3.3,23.578A1.44,1.44,0,0,0,5.76,22.56V16.8A1.439,1.439,0,0,0,4.871,15.47Z", "M18.067,12.041a1.44,1.44,0,0,0-2,2.071,2.411,2.411,0,0,1,.626,1.011,1.44,1.44,0,0,0,2.749-.86A5.306,5.306,0,0,0,18.067,12.041Z", "M8.069,6.078a1.432,1.432,0,0,0,.574-.12,2.383,2.383,0,0,1,.957-.2h.343a1.441,1.441,0,0,0,0-2.881H9.6a5.247,5.247,0,0,0-2.107.438,1.44,1.44,0,0,0,.576,2.76Z", "M14.743,5.761h1.92a1.441,1.441,0,0,0,0-2.881h-1.92a1.441,1.441,0,0,0,0,2.881Z", "M13.988,12a1.439,1.439,0,0,0-1.44-1.44H10.629a1.44,1.44,0,1,0,0,2.879h1.919A1.44,1.44,0,0,0,13.988,12Z", "M15.806,17.787a2.415,2.415,0,0,1-1.106.435,1.44,1.44,0,0,0,.177,2.869,1.58,1.58,0,0,0,.18-.011,5.313,5.313,0,0,0,2.43-.954,1.44,1.44,0,0,0-1.681-2.339Z", "M10.08,18.24H8.16a1.44,1.44,0,1,0,0,2.88h1.92a1.44,1.44,0,0,0,0-2.88Z", "M7.6,9.493A2.4,2.4,0,0,1,7.21,8.376a1.44,1.44,0,0,0-2.869.253,5.27,5.27,0,0,0,.869,2.465A1.44,1.44,0,1,0,7.6,9.493Z", "M23.577,3.3,20.7.422A1.44,1.44,0,0,0,18.24,1.44V7.2A1.44,1.44,0,0,0,20.7,8.219l2.879-2.88a1.439,1.439,0,0,0,0-2.038Z"]];
|
|
697
|
+
export var DiagramArrowLeft = ["diagram-arrow-left", 24, 24, [{
|
|
698
|
+
"fill": "#000000",
|
|
699
|
+
"stroke": "none",
|
|
700
|
+
"stroke-linecap": "round",
|
|
701
|
+
"stroke-linejoin": "round",
|
|
702
|
+
"stroke-width": 0
|
|
703
|
+
}], ["M24,10.236a1.5,1.5,0,0,0-1.5-1.5H9.035a.249.249,0,0,1-.25-.25V5.5A1,1,0,0,0,7.1,4.768L.47,10.928a1.458,1.458,0,0,0,0,2.145L7.1,19.233A1,1,0,0,0,8.785,18.5V15.486a.25.25,0,0,1,.25-.25H22.5a1.5,1.5,0,0,0,1.5-1.5Z"]];
|
|
704
|
+
export var DiagramCurveRiseDash = ["diagram-curve-rise-dash", 24, 24, [{
|
|
705
|
+
"fill": "#000000",
|
|
706
|
+
"stroke": "none",
|
|
707
|
+
"stroke-linecap": "round",
|
|
708
|
+
"stroke-linejoin": "round",
|
|
709
|
+
"stroke-width": 0
|
|
710
|
+
}, {
|
|
711
|
+
"fill": "#000000",
|
|
712
|
+
"stroke": "none",
|
|
713
|
+
"stroke-linecap": "round",
|
|
714
|
+
"stroke-linejoin": "round",
|
|
715
|
+
"stroke-width": 0
|
|
716
|
+
}, {
|
|
717
|
+
"fill": "#000000",
|
|
718
|
+
"stroke": "none",
|
|
719
|
+
"stroke-linecap": "round",
|
|
720
|
+
"stroke-linejoin": "round",
|
|
721
|
+
"stroke-width": 0
|
|
722
|
+
}, {
|
|
723
|
+
"fill": "#000000",
|
|
724
|
+
"stroke": "none",
|
|
725
|
+
"stroke-linecap": "round",
|
|
726
|
+
"stroke-linejoin": "round",
|
|
727
|
+
"stroke-width": 0
|
|
728
|
+
}, {
|
|
729
|
+
"fill": "#000000",
|
|
730
|
+
"stroke": "none",
|
|
731
|
+
"stroke-linecap": "round",
|
|
732
|
+
"stroke-linejoin": "round",
|
|
733
|
+
"stroke-width": 0
|
|
734
|
+
}, {
|
|
735
|
+
"fill": "#000000",
|
|
736
|
+
"stroke": "none",
|
|
737
|
+
"stroke-linecap": "round",
|
|
738
|
+
"stroke-linejoin": "round",
|
|
739
|
+
"stroke-width": 0
|
|
740
|
+
}, {
|
|
741
|
+
"fill": "#000000",
|
|
742
|
+
"stroke": "none",
|
|
743
|
+
"stroke-linecap": "round",
|
|
744
|
+
"stroke-linejoin": "round",
|
|
745
|
+
"stroke-width": 0
|
|
746
|
+
}], ["M0,12a1.44,1.44,0,0,0,2.88,0v-1.92a1.44,1.44,0,0,0-2.88,0Z", "M12,12.887a1.44,1.44,0,1,0-2.88,0v1.92a1.44,1.44,0,1,0,2.88,0Z", "M19.727,13.574a1.447,1.447,0,0,0-1.489,1.39,2.392,2.392,0,0,1-.333,1.136,1.44,1.44,0,0,0,2.476,1.472,5.288,5.288,0,0,0,.735-2.509A1.439,1.439,0,0,0,19.727,13.574Z", "M8.446,7.449a2.4,2.4,0,0,1,.59,1.033,1.44,1.44,0,0,0,2.777-.763A5.3,5.3,0,0,0,10.52,5.45a1.44,1.44,0,1,0-2.074,2Z", "M12.644,19.855a5.3,5.3,0,0,0,1.756.3h.617a1.44,1.44,0,0,0,0-2.88H14.4a2.449,2.449,0,0,1-.8-.136,1.44,1.44,0,1,0-.956,2.716Z", "M5.106,6.722a1.439,1.439,0,1,0-.2-2.872,5.245,5.245,0,0,0-2.483.825A1.44,1.44,0,1,0,3.984,7.1,2.391,2.391,0,0,1,5.106,6.722Z", "M23.578,10.977,20.7,8.1a1.439,1.439,0,0,0-2.038,0l-2.879,2.879A1.44,1.44,0,0,0,16.8,13.435h5.76a1.44,1.44,0,0,0,1.018-2.458Z"]];
|
|
747
|
+
export var DiagramDashRiseSteady = ["diagram-dash-rise-steady", 24, 24, [{
|
|
748
|
+
"fill": "#000000",
|
|
749
|
+
"stroke": "none",
|
|
750
|
+
"stroke-linecap": "round",
|
|
751
|
+
"stroke-linejoin": "round",
|
|
752
|
+
"stroke-width": 0
|
|
753
|
+
}, {
|
|
754
|
+
"fill": "#000000",
|
|
755
|
+
"stroke": "none",
|
|
756
|
+
"stroke-linecap": "round",
|
|
757
|
+
"stroke-linejoin": "round",
|
|
758
|
+
"stroke-width": 0
|
|
759
|
+
}, {
|
|
760
|
+
"fill": "#000000",
|
|
761
|
+
"stroke": "none",
|
|
762
|
+
"stroke-linecap": "round",
|
|
763
|
+
"stroke-linejoin": "round",
|
|
764
|
+
"stroke-width": 0
|
|
765
|
+
}, {
|
|
766
|
+
"fill": "#000000",
|
|
767
|
+
"stroke": "none",
|
|
768
|
+
"stroke-linecap": "round",
|
|
769
|
+
"stroke-linejoin": "round",
|
|
770
|
+
"stroke-width": 0
|
|
771
|
+
}, {
|
|
772
|
+
"fill": "#000000",
|
|
773
|
+
"stroke": "none",
|
|
774
|
+
"stroke-linecap": "round",
|
|
775
|
+
"stroke-linejoin": "round",
|
|
776
|
+
"stroke-width": 0
|
|
777
|
+
}], ["M8.412,16.136a1.452,1.452,0,0,1-.741.585,1.44,1.44,0,1,0,.942,2.721A4.342,4.342,0,0,0,10.834,17.7a1.44,1.44,0,0,0-2.422-1.56Z", "M1.44,19.68H3.36a1.44,1.44,0,1,0,0-2.88H1.44a1.44,1.44,0,0,0,0,2.88Z", "M16.389,10.08a1.44,1.44,0,1,0,0-2.88h-1.92a1.44,1.44,0,0,0,0,2.88Z", "M11.52,12.205V11.52a1.438,1.438,0,0,1,.129-.6,1.44,1.44,0,1,0-2.619-1.2,4.285,4.285,0,0,0-.39,1.8v.685a1.44,1.44,0,0,0,2.88,0Z", "M23.577,7.621,20.7,4.742A1.44,1.44,0,0,0,18.24,5.76v5.76a1.44,1.44,0,0,0,.889,1.33,1.415,1.415,0,0,0,.551.11,1.435,1.435,0,0,0,1.018-.422l2.879-2.879a1.439,1.439,0,0,0,0-2.038Z"]];
|
|
778
|
+
export var DiagramFallFastDash = ["diagram-fall-fast-dash", 24, 24, [{
|
|
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
|
+
}], ["M3.045,7.6A1.44,1.44,0,0,0,.366,8.655,5.3,5.3,0,0,0,1.9,10.772,1.44,1.44,0,0,0,3.741,8.561,2.4,2.4,0,0,1,3.045,7.6Z", "M19.68,16.732a1.44,1.44,0,0,0,1.44-1.44A8.011,8.011,0,0,0,20.933,13a1.44,1.44,0,0,0-2.777.761,5.911,5.911,0,0,1,.084,1.527A1.44,1.44,0,0,0,19.68,16.732Z", "M9.326,12a1.44,1.44,0,0,0,0-2.88H7.406a1.44,1.44,0,0,0,0,2.88Z", "M16.047,12.006a1.44,1.44,0,0,0,.077-2.878c-.267-.014-.259-.005-2-.008a1.44,1.44,0,0,0,0,2.88Z", "M1.44,4.8A1.44,1.44,0,0,0,2.88,3.36V1.44A1.44,1.44,0,0,0,0,1.44V3.36A1.44,1.44,0,0,0,1.44,4.8Z", "M23.89,19.129a1.438,1.438,0,0,0-1.33-.889H16.8A1.44,1.44,0,0,0,15.782,20.7l2.88,2.88a1.439,1.439,0,0,0,2.036,0l2.88-2.88A1.439,1.439,0,0,0,23.89,19.129Z"]];
|
|
815
|
+
export var DiagramArrowDiagonal = ["diagram-arrow-diagonal", 24, 24, [{
|
|
816
|
+
"fill": "#000000",
|
|
817
|
+
"stroke": "none",
|
|
818
|
+
"stroke-linecap": "round",
|
|
819
|
+
"stroke-linejoin": "round",
|
|
820
|
+
"stroke-width": 0
|
|
821
|
+
}], ["M11.624.985a1.011,1.011,0,0,0-.906-.643L1.539,0A1.479,1.479,0,0,0,0,1.54l.34,9.178a1.014,1.014,0,0,0,1.731.679L4.4,9.065a.253.253,0,0,1,.358,0L14.934,19.238a.253.253,0,0,1,0,.358L12.6,21.928a1.014,1.014,0,0,0,.679,1.731l9.179.34h.053A1.479,1.479,0,0,0,24,22.459l-.34-9.176a1.014,1.014,0,0,0-1.731-.68L19.6,14.934a.253.253,0,0,1-.358,0L9.066,4.762a.252.252,0,0,1,0-.359L11.4,2.072A1.012,1.012,0,0,0,11.624.985Z"]];
|
|
822
|
+
export var DiagramArrowUp1 = ["diagram-arrow-up-1", 24, 24, [{
|
|
823
|
+
"fill": "#000000",
|
|
824
|
+
"stroke": "none",
|
|
825
|
+
"stroke-linecap": "round",
|
|
826
|
+
"stroke-linejoin": "round",
|
|
827
|
+
"stroke-width": 0
|
|
828
|
+
}], ["M0,22.978a1,1,0,0,0,1,1H23a1,1,0,0,0,1-1v-3a1,1,0,0,0-1-1H15.25a.25.25,0,0,1-.25-.25V9.013a.25.25,0,0,1,.25-.25H18.5a1,1,0,0,0,.733-1.68L13.074.451a1.505,1.505,0,0,0-2.147,0L4.767,7.083A1,1,0,0,0,5.5,8.763H8.75a.25.25,0,0,1,.25.25v9.715a.25.25,0,0,1-.25.25H1a1,1,0,0,0-1,1Z"]];
|
|
829
|
+
export var DiagramFastUp = ["diagram-fast-up", 24, 24, [{
|
|
830
|
+
"fill": "#000000",
|
|
831
|
+
"stroke": "none",
|
|
832
|
+
"stroke-linecap": "round",
|
|
833
|
+
"stroke-linejoin": "round",
|
|
834
|
+
"stroke-width": 0
|
|
835
|
+
}, {
|
|
836
|
+
"fill": "#000000",
|
|
837
|
+
"stroke": "none",
|
|
838
|
+
"stroke-linecap": "round",
|
|
839
|
+
"stroke-linejoin": "round",
|
|
840
|
+
"stroke-width": 0
|
|
841
|
+
}, {
|
|
842
|
+
"fill": "#000000",
|
|
843
|
+
"stroke": "none",
|
|
844
|
+
"stroke-linecap": "round",
|
|
845
|
+
"stroke-linejoin": "round",
|
|
846
|
+
"stroke-width": 0
|
|
847
|
+
}], ["M1.834,24c.053,0,.106,0,.16-.008.681-.075,1.369-.185,2.046-.328a1.448,1.448,0,0,0-.6-2.833,17.808,17.808,0,0,1-1.763.283A1.447,1.447,0,0,0,1.834,24Z", "M8.292,22.13a1.441,1.441,0,0,0,.634-.147c.615-.3,1.225-.636,1.813-1A1.447,1.447,0,1,0,9.222,18.52c-.509.313-1.036.6-1.566.862a1.447,1.447,0,0,0,.636,2.748Z", "M11.947,18.439a1.447,1.447,0,0,0,2.044.085A21.274,21.274,0,0,0,20.607,6a.249.249,0,0,1,.247-.213h1.31A1.448,1.448,0,0,0,23.21,3.342L20.44.447A1.556,1.556,0,0,0,19.363,0a1.354,1.354,0,0,0-1.05.487l-2.544,2.9a1.447,1.447,0,0,0,1.089,2.4h.54a.249.249,0,0,1,.246.293,18.347,18.347,0,0,1-5.613,10.311A1.447,1.447,0,0,0,11.947,18.439Z"]];
|
|
848
|
+
export var DiagramDashUpSteady = ["diagram-dash-up-steady", 24, 24, [{
|
|
849
|
+
"fill": "#000000",
|
|
850
|
+
"stroke": "none",
|
|
851
|
+
"stroke-linecap": "round",
|
|
852
|
+
"stroke-linejoin": "round",
|
|
853
|
+
"stroke-width": 0
|
|
854
|
+
}, {
|
|
855
|
+
"fill": "#000000",
|
|
856
|
+
"stroke": "none",
|
|
857
|
+
"stroke-linecap": "round",
|
|
858
|
+
"stroke-linejoin": "round",
|
|
859
|
+
"stroke-width": 0
|
|
860
|
+
}, {
|
|
861
|
+
"fill": "#000000",
|
|
862
|
+
"stroke": "none",
|
|
863
|
+
"stroke-linecap": "round",
|
|
864
|
+
"stroke-linejoin": "round",
|
|
865
|
+
"stroke-width": 0
|
|
866
|
+
}, {
|
|
867
|
+
"fill": "#000000",
|
|
868
|
+
"stroke": "none",
|
|
869
|
+
"stroke-linecap": "round",
|
|
870
|
+
"stroke-linejoin": "round",
|
|
871
|
+
"stroke-width": 0
|
|
872
|
+
}, {
|
|
873
|
+
"fill": "#000000",
|
|
874
|
+
"stroke": "none",
|
|
875
|
+
"stroke-linecap": "round",
|
|
876
|
+
"stroke-linejoin": "round",
|
|
877
|
+
"stroke-width": 0
|
|
878
|
+
}, {
|
|
879
|
+
"fill": "#000000",
|
|
880
|
+
"stroke": "none",
|
|
881
|
+
"stroke-linecap": "round",
|
|
882
|
+
"stroke-linejoin": "round",
|
|
883
|
+
"stroke-width": 0
|
|
884
|
+
}], ["M9.12,16.594a1.44,1.44,0,0,0,2.88,0v-1.92a1.44,1.44,0,0,0-2.88,0Z", "M10.644,6.516a1.459,1.459,0,0,0-1.516,1.36c-.005.094-.008.189-.008.285V9.874a1.44,1.44,0,1,0,2.88,0l0-1.841A1.44,1.44,0,0,0,10.644,6.516Z", "M7.6,20.954a1.44,1.44,0,0,0,.528,2.78,1.421,1.421,0,0,0,.527-.1,5.275,5.275,0,0,0,2.117-1.528,1.439,1.439,0,1,0-2.209-1.846A2.411,2.411,0,0,1,7.6,20.954Z", "M15.292,2.881h-.9a5.317,5.317,0,0,0-1.39.186,1.44,1.44,0,0,0,.378,2.83,1.422,1.422,0,0,0,.379-.051,2.476,2.476,0,0,1,.637-.085h.892a1.44,1.44,0,0,0,0-2.88Z", "M3.36,21.12H1.44a1.44,1.44,0,0,0,0,2.88H3.36a1.44,1.44,0,1,0,0-2.88Z", "M23.578,3.3,20.7.423A1.439,1.439,0,0,0,18.24,1.441V7.2A1.44,1.44,0,0,0,20.7,8.219l2.88-2.88A1.44,1.44,0,0,0,23.578,3.3Z"]];
|
|
885
|
+
export var DiagramArrowCornerPointRight = ["diagram-arrow-corner-point-right", 24, 24, [{
|
|
886
|
+
"fill": "#000000",
|
|
887
|
+
"stroke": "none",
|
|
888
|
+
"stroke-linecap": "round",
|
|
889
|
+
"stroke-linejoin": "round",
|
|
890
|
+
"stroke-width": 0
|
|
891
|
+
}], ["M23.485,9.354a1.591,1.591,0,0,0,0-2.342L16.25.292a1.09,1.09,0,0,0-1.833.8V4.637a.272.272,0,0,1-.273.272H1.636A1.638,1.638,0,0,0,0,6.546V22.364A1.638,1.638,0,0,0,1.636,24H4.364A1.638,1.638,0,0,0,6,22.364V11.727a.272.272,0,0,1,.273-.272h7.871a.272.272,0,0,1,.273.272v3.546a1.09,1.09,0,0,0,1.833.8Z"]];
|
|
892
|
+
export var DiagramArrowDashRight = ["diagram-arrow-dash-right", 24, 24, [{
|
|
893
|
+
"fill": "#000000",
|
|
894
|
+
"stroke": "none",
|
|
895
|
+
"stroke-linecap": "round",
|
|
896
|
+
"stroke-linejoin": "round",
|
|
897
|
+
"stroke-width": 0
|
|
898
|
+
}, {
|
|
899
|
+
"fill": "#000000",
|
|
900
|
+
"stroke": "none",
|
|
901
|
+
"stroke-linecap": "round",
|
|
902
|
+
"stroke-linejoin": "round",
|
|
903
|
+
"stroke-width": 0
|
|
904
|
+
}, {
|
|
905
|
+
"fill": "#000000",
|
|
906
|
+
"stroke": "none",
|
|
907
|
+
"stroke-linecap": "round",
|
|
908
|
+
"stroke-linejoin": "round",
|
|
909
|
+
"stroke-width": 0
|
|
910
|
+
}], ["M23.993,12a1.464,1.464,0,0,0-.471-1.072l-6.633-6.16a1,1,0,0,0-1.681.732V8.75a.25.25,0,0,1-.25.25H10.007a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1h4.951a.25.25,0,0,1,.25.25V18.5a1,1,0,0,0,1.681.733l6.632-6.159A1.469,1.469,0,0,0,23.993,12Z", "M4.507 9.000 L7.507 9.000 L7.507 15.000 L4.507 15.000 Z", "M0.007 9.000 L3.007 9.000 L3.007 15.000 L0.007 15.000 Z"]];
|
|
911
|
+
export var DiagramArrowDashUp1 = ["diagram-arrow-dash-up-1", 24, 24, [{
|
|
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
|
+
}], ["M13.074.469a1.505,1.505,0,0,0-2.147,0L4.767,7.1A1,1,0,0,0,5.5,8.781H8.75a.25.25,0,0,1,.25.25v4.951a1,1,0,0,0,1,1h4a1,1,0,0,0,1-1V9.031a.25.25,0,0,1,.25-.25H18.5A1,1,0,0,0,19.233,7.1Z", "M9.000 16.482 L15.000 16.482 L15.000 19.482 L9.000 19.482 Z", "M9.000 20.982 L15.000 20.982 L15.000 23.982 L9.000 23.982 Z"]];
|
|
930
|
+
export var DiagramArrowDown1 = ["diagram-arrow-down-1", 24, 24, [{
|
|
931
|
+
"fill": "#000000",
|
|
932
|
+
"stroke": "none",
|
|
933
|
+
"stroke-linecap": "round",
|
|
934
|
+
"stroke-linejoin": "round",
|
|
935
|
+
"stroke-width": 0
|
|
936
|
+
}], ["M24,1a1,1,0,0,0-1-1H1A1,1,0,0,0,0,1V4A1,1,0,0,0,1,5H8.75A.25.25,0,0,1,9,5.25v9.715a.25.25,0,0,1-.25.25H5.5A1,1,0,0,0,4.767,16.9l6.159,6.631a1.457,1.457,0,0,0,2.147,0l6.16-6.633a1,1,0,0,0-.733-1.681H15.25a.25.25,0,0,1-.25-.25V5.25A.25.25,0,0,1,15.25,5H23a1,1,0,0,0,1-1Z"]];
|
|
937
|
+
export var DiagramFallRiseSteady = ["diagram-fall-rise-steady", 24, 24, [{
|
|
938
|
+
"fill": "#000000",
|
|
939
|
+
"stroke": "none",
|
|
940
|
+
"stroke-linecap": "round",
|
|
941
|
+
"stroke-linejoin": "round",
|
|
942
|
+
"stroke-width": 0
|
|
943
|
+
}, {
|
|
944
|
+
"fill": "#000000",
|
|
945
|
+
"stroke": "none",
|
|
946
|
+
"stroke-linecap": "round",
|
|
947
|
+
"stroke-linejoin": "round",
|
|
948
|
+
"stroke-width": 0
|
|
949
|
+
}, {
|
|
950
|
+
"fill": "#000000",
|
|
951
|
+
"stroke": "none",
|
|
952
|
+
"stroke-linecap": "round",
|
|
953
|
+
"stroke-linejoin": "round",
|
|
954
|
+
"stroke-width": 0
|
|
955
|
+
}, {
|
|
956
|
+
"fill": "#000000",
|
|
957
|
+
"stroke": "none",
|
|
958
|
+
"stroke-linecap": "round",
|
|
959
|
+
"stroke-linejoin": "round",
|
|
960
|
+
"stroke-width": 0
|
|
961
|
+
}, {
|
|
962
|
+
"fill": "#000000",
|
|
963
|
+
"stroke": "none",
|
|
964
|
+
"stroke-linecap": "round",
|
|
965
|
+
"stroke-linejoin": "round",
|
|
966
|
+
"stroke-width": 0
|
|
967
|
+
}, {
|
|
968
|
+
"fill": "#000000",
|
|
969
|
+
"stroke": "none",
|
|
970
|
+
"stroke-linecap": "round",
|
|
971
|
+
"stroke-linejoin": "round",
|
|
972
|
+
"stroke-width": 0
|
|
973
|
+
}, {
|
|
974
|
+
"fill": "#000000",
|
|
975
|
+
"stroke": "none",
|
|
976
|
+
"stroke-linecap": "round",
|
|
977
|
+
"stroke-linejoin": "round",
|
|
978
|
+
"stroke-width": 0
|
|
979
|
+
}, {
|
|
980
|
+
"fill": "#000000",
|
|
981
|
+
"stroke": "none",
|
|
982
|
+
"stroke-linecap": "round",
|
|
983
|
+
"stroke-linejoin": "round",
|
|
984
|
+
"stroke-width": 0
|
|
985
|
+
}, {
|
|
986
|
+
"fill": "#000000",
|
|
987
|
+
"stroke": "none",
|
|
988
|
+
"stroke-linecap": "round",
|
|
989
|
+
"stroke-linejoin": "round",
|
|
990
|
+
"stroke-width": 0
|
|
991
|
+
}, {
|
|
992
|
+
"fill": "#000000",
|
|
993
|
+
"stroke": "none",
|
|
994
|
+
"stroke-linecap": "round",
|
|
995
|
+
"stroke-linejoin": "round",
|
|
996
|
+
"stroke-width": 0
|
|
997
|
+
}], ["M23.891,7.784l.007.022Z", "M23.891,8.878l.007-.021Z", "M1.44,12.789a1.44,1.44,0,0,0,1.44-1.44V9.429a1.44,1.44,0,1,0-2.88,0v1.92A1.44,1.44,0,0,0,1.44,12.789Z", "M15.84,6.891H13.92a1.44,1.44,0,1,0,0,2.88h1.92a1.44,1.44,0,1,0,0-2.88Z", "M4.312,19.851a1.44,1.44,0,0,0-.12,2.878l1.98,0a1.44,1.44,0,0,0,0-2.88Z", "M1.44,19.509a1.44,1.44,0,0,0,1.44-1.44v-1.92a1.44,1.44,0,1,0-2.88,0v1.92A1.44,1.44,0,0,0,1.44,19.509Z", "M9.6,13.405a1.44,1.44,0,0,0,1.44-1.44v-.754a1.437,1.437,0,0,1,.115-.567A1.44,1.44,0,1,0,8.508,9.51a4.289,4.289,0,0,0-.348,1.7v.754A1.44,1.44,0,0,0,9.6,13.405Z", "M8.16,18.411c0,.045,0,.089-.006.133a1.44,1.44,0,0,0,1.293,1.574,1.337,1.337,0,0,0,.142.007,1.441,1.441,0,0,0,1.431-1.3c.013-.137.02-.275.02-.414V16.765a1.44,1.44,0,1,0-2.88,0Z", "M1.44,6.069a1.44,1.44,0,0,0,1.44-1.44V2.709a1.44,1.44,0,1,0-2.88,0v1.92A1.44,1.44,0,0,0,1.44,6.069Z", "M23.577,7.312,20.7,4.433A1.44,1.44,0,0,0,18.24,5.451v5.76a1.44,1.44,0,0,0,.889,1.33,1.415,1.415,0,0,0,.551.11,1.435,1.435,0,0,0,1.018-.422L23.577,9.35a1.439,1.439,0,0,0,0-2.038Z"]];
|