@reviewpush/streamline-bold 0.5.1 → 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 -1
- 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,1502 @@
|
|
|
1
|
+
export var ServerHand = ["server-hand", 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
|
+
}], ["M10,2.5A2.5,2.5,0,0,0,12.5,5h9a2.5,2.5,0,0,0,0-5h-9A2.5,2.5,0,0,0,10,2.5Zm2.75,0A1.25,1.25,0,1,1,14,3.75,1.249,1.249,0,0,1,12.75,2.5Z", "M10,8.5A2.5,2.5,0,0,0,12.5,11h9a2.5,2.5,0,0,0,0-5h-9A2.5,2.5,0,0,0,10,8.5Zm2.75,0A1.25,1.25,0,1,1,14,9.75,1.249,1.249,0,0,1,12.75,8.5Z", "M11.2,16.266a2.463,2.463,0,0,1,.114.329.252.252,0,0,0,.134.16A2.45,2.45,0,0,0,12.5,17h9a2.5,2.5,0,0,0,0-5h-9A2.5,2.5,0,0,0,10,14.5a1.662,1.662,0,0,0,.016.189.253.253,0,0,0,.071.145A6.22,6.22,0,0,1,11.2,16.266ZM12.75,14.5A1.25,1.25,0,1,1,14,15.75,1.249,1.249,0,0,1,12.75,14.5Z", "M3.5,23H14.264A2.239,2.239,0,0,0,16.5,20.763V20.5a1,1,0,0,0-1-1H6.375a.625.625,0,0,1,0-1.25H8.9a1,1,0,0,0,.919-1.394A2.234,2.234,0,0,0,7.764,15.5H3.5A.5.5,0,0,0,3,16v6.5A.5.5,0,0,0,3.5,23Z", "M1,24a.981.981,0,0,0,.808-.443A.972.972,0,0,0,2,23V15.75a.99.99,0,0,0-.267-.669A.993.993,0,0,0,0,15.75V23A1,1,0,0,0,1,24Z"]];
|
|
32
|
+
export var ServerInformation = ["server-information", 24, 24, [{
|
|
33
|
+
"fill": "#000000",
|
|
34
|
+
"stroke": "none",
|
|
35
|
+
"stroke-linecap": "round",
|
|
36
|
+
"stroke-linejoin": "round",
|
|
37
|
+
"stroke-width": 0
|
|
38
|
+
}, {
|
|
39
|
+
"fill": "#000000",
|
|
40
|
+
"stroke": "none",
|
|
41
|
+
"stroke-linecap": "round",
|
|
42
|
+
"stroke-linejoin": "round",
|
|
43
|
+
"stroke-width": 0
|
|
44
|
+
}, {
|
|
45
|
+
"fill": "#000000",
|
|
46
|
+
"stroke": "none",
|
|
47
|
+
"stroke-linecap": "round",
|
|
48
|
+
"stroke-linejoin": "round",
|
|
49
|
+
"stroke-width": 0
|
|
50
|
+
}, {
|
|
51
|
+
"fill": "#000000",
|
|
52
|
+
"stroke": "none",
|
|
53
|
+
"stroke-linecap": "round",
|
|
54
|
+
"stroke-linejoin": "round",
|
|
55
|
+
"stroke-width": 0
|
|
56
|
+
}, {
|
|
57
|
+
"fill": "#000000",
|
|
58
|
+
"stroke": "none",
|
|
59
|
+
"stroke-linecap": "round",
|
|
60
|
+
"stroke-linejoin": "round",
|
|
61
|
+
"stroke-width": 0
|
|
62
|
+
}], ["M9.5,17.5a7.939,7.939,0,0,1,1.543-4.707.5.5,0,0,0-.4-.793h-8A2.6,2.6,0,0,0,.013,14.239,2.5,2.5,0,0,0,2.5,17H8a.25.25,0,0,1,.25.25v2.5A.25.25,0,0,1,8,20H5a.75.75,0,0,0,0,1.5H9.768a.5.5,0,0,0,.455-.7A8.032,8.032,0,0,1,9.5,17.5ZM3,14.5a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,14.5Zm5,1.25A1.25,1.25,0,1,1,9.25,14.5,1.25,1.25,0,0,1,8,15.75Z", "M1,20a.75.75,0,0,0,0,1.5H2A.75.75,0,0,0,2,20Z", "M2.5,5h13a2.5,2.5,0,0,0,0-5H2.5a2.5,2.5,0,0,0,0,5ZM3,2.5A1.25,1.25,0,1,1,4.25,3.75,1.249,1.249,0,0,1,3,2.5Zm3.75,0A1.25,1.25,0,1,1,8,3.75,1.249,1.249,0,0,1,6.75,2.5Z", "M17.427,9.509a.509.509,0,0,0,.49-.378A2.467,2.467,0,0,0,17.9,7.8,2.6,2.6,0,0,0,15.376,6H2.647A2.6,2.6,0,0,0,.013,8.239,2.5,2.5,0,0,0,2.5,11H12.705a.479.479,0,0,0,.271-.086A7.832,7.832,0,0,1,17.427,9.509ZM9.25,8.5A1.25,1.25,0,1,1,8,7.25,1.25,1.25,0,0,1,9.25,8.5ZM5.5,8.5A1.25,1.25,0,1,1,4.25,7.25,1.25,1.25,0,0,1,5.5,8.5Z", "M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm8,2.749a.75.75,0,0,1,0,1.5H16a.75.75,0,1,1,0-1.5h.5a.25.25,0,0,0,.25-.25V18a.25.25,0,0,0-.25-.25H16a.75.75,0,1,1,0-1.5h1a1.251,1.251,0,0,1,1.25,1.25V20a.25.25,0,0,0,.25.25Zm-2.25-5a1,1,0,1,1,1-1A1,1,0,0,1,16.75,15.249Z"]];
|
|
63
|
+
export var ServerEdit = ["server-edit", 24, 24, [{
|
|
64
|
+
"fill": "#000000",
|
|
65
|
+
"stroke": "none",
|
|
66
|
+
"stroke-linecap": "round",
|
|
67
|
+
"stroke-linejoin": "round",
|
|
68
|
+
"stroke-width": 0
|
|
69
|
+
}, {
|
|
70
|
+
"fill": "#000000",
|
|
71
|
+
"stroke": "none",
|
|
72
|
+
"stroke-linecap": "round",
|
|
73
|
+
"stroke-linejoin": "round",
|
|
74
|
+
"stroke-width": 0
|
|
75
|
+
}, {
|
|
76
|
+
"fill": "#000000",
|
|
77
|
+
"stroke": "none",
|
|
78
|
+
"stroke-linecap": "round",
|
|
79
|
+
"stroke-linejoin": "round",
|
|
80
|
+
"stroke-width": 0
|
|
81
|
+
}, {
|
|
82
|
+
"fill": "#000000",
|
|
83
|
+
"stroke": "none",
|
|
84
|
+
"stroke-linecap": "round",
|
|
85
|
+
"stroke-linejoin": "round",
|
|
86
|
+
"stroke-width": 0
|
|
87
|
+
}, {
|
|
88
|
+
"fill": "#000000",
|
|
89
|
+
"stroke": "none",
|
|
90
|
+
"stroke-linecap": "round",
|
|
91
|
+
"stroke-linejoin": "round",
|
|
92
|
+
"stroke-width": 0
|
|
93
|
+
}, {
|
|
94
|
+
"fill": "#000000",
|
|
95
|
+
"stroke": "none",
|
|
96
|
+
"stroke-linecap": "round",
|
|
97
|
+
"stroke-linejoin": "round",
|
|
98
|
+
"stroke-width": 0
|
|
99
|
+
}], ["M2.5,6h17A2.5,2.5,0,0,0,22,3.5v-1A2.5,2.5,0,0,0,19.5,0H2.5A2.5,2.5,0,0,0,0,2.5v1A2.5,2.5,0,0,0,2.5,6ZM3.635,3A1.115,1.115,0,1,1,4.75,4.115,1.114,1.114,0,0,1,3.635,3ZM7.5,3A1.115,1.115,0,1,1,8.614,4.115,1.114,1.114,0,0,1,7.5,3Z", "M18.468,10.7a4.091,4.091,0,0,1,2.91-1.2h.052a.5.5,0,0,0,.5-.61A2.559,2.559,0,0,0,19.5,7H2.5A2.5,2.5,0,0,0,0,9.5v1A2.5,2.5,0,0,0,2.5,13H15.966a.5.5,0,0,0,.353-.147ZM9.729,10A1.115,1.115,0,1,1,8.614,8.885,1.115,1.115,0,0,1,9.729,10ZM5.864,10A1.115,1.115,0,1,1,4.75,8.885,1.114,1.114,0,0,1,5.864,10Z", "M10.845,18.328l3.474-3.475A.5.5,0,0,0,13.966,14H2.5A2.5,2.5,0,0,0,0,16.5v1A2.5,2.5,0,0,0,2.5,20H9.749a.5.5,0,0,0,.484-.408A2.3,2.3,0,0,1,10.845,18.328ZM3.635,17A1.115,1.115,0,1,1,4.75,18.114,1.114,1.114,0,0,1,3.635,17ZM7.5,17a1.115,1.115,0,1,1,1.114,1.114A1.114,1.114,0,0,1,7.5,17Z", "M12.74,20.046a.5.5,0,0,0-.835.215l-.885,3.1A.5.5,0,0,0,11.5,24a.466.466,0,0,0,.138-.02l3.1-.886a.5.5,0,0,0,.216-.834Z", "M21.772,16.935a.5.5,0,0,0,0-.707l-3-3a.5.5,0,0,0-.707,0l-5.011,5.011a.5.5,0,0,0,0,.707l3,3a.5.5,0,0,0,.707,0Z", "M22.479,15.521a.456.456,0,0,0,.327.125.612.612,0,0,0,.426-.172,2.621,2.621,0,0,0,0-3.707,2.641,2.641,0,0,0-3.755.049.5.5,0,0,0,0,.705Z"]];
|
|
100
|
+
export var ServerEdit1 = ["server-edit-1", 24, 24, [{
|
|
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
|
+
}, {
|
|
113
|
+
"fill": "#000000",
|
|
114
|
+
"stroke": "none",
|
|
115
|
+
"stroke-linecap": "round",
|
|
116
|
+
"stroke-linejoin": "round",
|
|
117
|
+
"stroke-width": 0
|
|
118
|
+
}, {
|
|
119
|
+
"fill": "#000000",
|
|
120
|
+
"stroke": "none",
|
|
121
|
+
"stroke-linecap": "round",
|
|
122
|
+
"stroke-linejoin": "round",
|
|
123
|
+
"stroke-width": 0
|
|
124
|
+
}, {
|
|
125
|
+
"fill": "#000000",
|
|
126
|
+
"stroke": "none",
|
|
127
|
+
"stroke-linecap": "round",
|
|
128
|
+
"stroke-linejoin": "round",
|
|
129
|
+
"stroke-width": 0
|
|
130
|
+
}, {
|
|
131
|
+
"fill": "#000000",
|
|
132
|
+
"stroke": "none",
|
|
133
|
+
"stroke-linecap": "round",
|
|
134
|
+
"stroke-linejoin": "round",
|
|
135
|
+
"stroke-width": 0
|
|
136
|
+
}, {
|
|
137
|
+
"fill": "#000000",
|
|
138
|
+
"stroke": "none",
|
|
139
|
+
"stroke-linecap": "round",
|
|
140
|
+
"stroke-linejoin": "round",
|
|
141
|
+
"stroke-width": 0
|
|
142
|
+
}], ["M1,20a.75.75,0,0,0,0,1.5H2A.75.75,0,1,0,2,20Z", "M0,2.5A2.5,2.5,0,0,0,2.5,5h13a2.5,2.5,0,1,0,0-5H2.5A2.5,2.5,0,0,0,0,2.5Zm3,0a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,2.5Zm3.75,0A1.25,1.25,0,1,1,8,3.75,1.249,1.249,0,0,1,6.751,2.5Z", "M0,8.5A2.5,2.5,0,0,0,2.5,11h13a2.5,2.5,0,1,0,0-5H2.5A2.5,2.5,0,0,0,0,8.5Zm3,0a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,8.5Zm3.75,0A1.25,1.25,0,1,1,8,9.75,1.249,1.249,0,0,1,6.751,8.5Z", "M0,14.5A2.5,2.5,0,0,0,2.5,17H8a.25.25,0,0,1,.25.25v2.5A.25.25,0,0,1,8,20H5a.75.75,0,0,0,0,1.5H9.444a.251.251,0,0,0,.25-.247l.054-4.007A.25.25,0,0,1,10,17h1.968a.5.5,0,0,0,.353-.147L16.273,12.9a.5.5,0,0,0-.244-.842A2.413,2.413,0,0,0,15.5,12H2.5A2.5,2.5,0,0,0,0,14.5Zm3,0a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,14.5Zm5,1.25a1.25,1.25,0,1,1,1.25-1.25A1.25,1.25,0,0,1,8,15.75Z", "M12.739,20.046a.5.5,0,0,0-.479-.131.5.5,0,0,0-.355.346l-.886,3.1A.5.5,0,0,0,11.5,24a.459.459,0,0,0,.137-.02l3.1-.886a.5.5,0,0,0,.216-.834Z", "M13.054,18.239a.5.5,0,0,0,0,.707l3,3a.5.5,0,0,0,.707,0l5.011-5.011a.5.5,0,0,0,0-.707l-3-3a.5.5,0,0,0-.707,0Z", "M22.479,15.521a.454.454,0,0,0,.327.125.612.612,0,0,0,.426-.172,2.621,2.621,0,1,0-3.753-3.66.5.5,0,0,0,0,.707Z"]];
|
|
143
|
+
export var Server3 = ["server-3", 24, 24, [{
|
|
144
|
+
"fill": "#000000",
|
|
145
|
+
"stroke": "none",
|
|
146
|
+
"stroke-linecap": "round",
|
|
147
|
+
"stroke-linejoin": "round",
|
|
148
|
+
"stroke-width": 0
|
|
149
|
+
}, {
|
|
150
|
+
"fill": "#000000",
|
|
151
|
+
"stroke": "none",
|
|
152
|
+
"stroke-linecap": "round",
|
|
153
|
+
"stroke-linejoin": "round",
|
|
154
|
+
"stroke-width": 0
|
|
155
|
+
}, {
|
|
156
|
+
"fill": "#000000",
|
|
157
|
+
"stroke": "none",
|
|
158
|
+
"stroke-linecap": "round",
|
|
159
|
+
"stroke-linejoin": "round",
|
|
160
|
+
"stroke-width": 0
|
|
161
|
+
}], ["M22.5,1.5H1.5A1.5,1.5,0,0,0,0,3V6A1.5,1.5,0,0,0,1.5,7.5h21A1.5,1.5,0,0,0,24,6V3A1.5,1.5,0,0,0,22.5,1.5ZM3.25,4.5A1.25,1.25,0,1,1,4.5,5.75,1.251,1.251,0,0,1,3.25,4.5ZM8.5,5.75A1.25,1.25,0,1,1,9.75,4.5,1.252,1.252,0,0,1,8.5,5.75Z", "M22.5,9H1.5A1.5,1.5,0,0,0,0,10.5v3A1.5,1.5,0,0,0,1.5,15h21A1.5,1.5,0,0,0,24,13.5v-3A1.5,1.5,0,0,0,22.5,9ZM3.25,12A1.25,1.25,0,1,1,4.5,13.25,1.251,1.251,0,0,1,3.25,12ZM8.5,13.25A1.25,1.25,0,1,1,9.75,12,1.252,1.252,0,0,1,8.5,13.25Z", "M22.5,16.5H1.5A1.5,1.5,0,0,0,0,18v3a1.5,1.5,0,0,0,1.5,1.5h21A1.5,1.5,0,0,0,24,21V18A1.5,1.5,0,0,0,22.5,16.5Zm-19.25,3A1.25,1.25,0,1,1,4.5,20.75,1.251,1.251,0,0,1,3.25,19.5ZM8.5,20.75A1.25,1.25,0,1,1,9.75,19.5,1.252,1.252,0,0,1,8.5,20.75Z"]];
|
|
162
|
+
export var Server2 = ["server-2", 24, 24, [{
|
|
163
|
+
"fill": "#000000",
|
|
164
|
+
"stroke": "none",
|
|
165
|
+
"stroke-linecap": "round",
|
|
166
|
+
"stroke-linejoin": "round",
|
|
167
|
+
"stroke-width": 0
|
|
168
|
+
}, {
|
|
169
|
+
"fill": "#000000",
|
|
170
|
+
"stroke": "none",
|
|
171
|
+
"stroke-linecap": "round",
|
|
172
|
+
"stroke-linejoin": "round",
|
|
173
|
+
"stroke-width": 0
|
|
174
|
+
}, {
|
|
175
|
+
"fill": "#000000",
|
|
176
|
+
"stroke": "none",
|
|
177
|
+
"stroke-linecap": "round",
|
|
178
|
+
"stroke-linejoin": "round",
|
|
179
|
+
"stroke-width": 0
|
|
180
|
+
}, {
|
|
181
|
+
"fill": "#000000",
|
|
182
|
+
"stroke": "none",
|
|
183
|
+
"stroke-linecap": "round",
|
|
184
|
+
"stroke-linejoin": "round",
|
|
185
|
+
"stroke-width": 0
|
|
186
|
+
}], ["M22.5,4.5H1.5A1.5,1.5,0,0,0,0,6V8.5A1.5,1.5,0,0,0,1.5,10h21A1.5,1.5,0,0,0,24,8.5V6A1.5,1.5,0,0,0,22.5,4.5ZM3.25,7.25A1.25,1.25,0,1,1,4.5,8.5,1.251,1.251,0,0,1,3.25,7.25ZM8.5,8.5A1.25,1.25,0,1,1,9.75,7.25,1.252,1.252,0,0,1,8.5,8.5Z", "M22.724,2.052,18.829.105a1,1,0,0,0-.447-.1H5.618a1,1,0,0,0-.447.105l-3.9,1.947A.5.5,0,0,0,1.5,3h21a.5.5,0,0,0,.224-.948Z", "M22.5,11.5H1.5A1.5,1.5,0,0,0,0,13v2.5A1.5,1.5,0,0,0,1.5,17h21A1.5,1.5,0,0,0,24,15.5V13A1.5,1.5,0,0,0,22.5,11.5ZM3.25,14.25A1.25,1.25,0,1,1,4.5,15.5,1.251,1.251,0,0,1,3.25,14.25ZM8.5,15.5a1.25,1.25,0,1,1,1.25-1.25A1.252,1.252,0,0,1,8.5,15.5Z", "M22.5,18.5H1.5A1.5,1.5,0,0,0,0,20v2.5A1.5,1.5,0,0,0,1.5,24h21A1.5,1.5,0,0,0,24,22.5V20A1.5,1.5,0,0,0,22.5,18.5ZM3.25,21.25A1.25,1.25,0,1,1,4.5,22.5,1.251,1.251,0,0,1,3.25,21.25ZM8.5,22.5a1.25,1.25,0,1,1,1.25-1.25A1.252,1.252,0,0,1,8.5,22.5Z"]];
|
|
187
|
+
export var ServerChoose = ["server-choose", 24, 24, [{
|
|
188
|
+
"fill": "#000000",
|
|
189
|
+
"stroke": "none",
|
|
190
|
+
"stroke-linecap": "round",
|
|
191
|
+
"stroke-linejoin": "round",
|
|
192
|
+
"stroke-width": 0
|
|
193
|
+
}, {
|
|
194
|
+
"fill": "#000000",
|
|
195
|
+
"stroke": "none",
|
|
196
|
+
"stroke-linecap": "round",
|
|
197
|
+
"stroke-linejoin": "round",
|
|
198
|
+
"stroke-width": 0
|
|
199
|
+
}, {
|
|
200
|
+
"fill": "#000000",
|
|
201
|
+
"stroke": "none",
|
|
202
|
+
"stroke-linecap": "round",
|
|
203
|
+
"stroke-linejoin": "round",
|
|
204
|
+
"stroke-width": 0
|
|
205
|
+
}, {
|
|
206
|
+
"fill": "#000000",
|
|
207
|
+
"stroke": "none",
|
|
208
|
+
"stroke-linecap": "round",
|
|
209
|
+
"stroke-linejoin": "round",
|
|
210
|
+
"stroke-width": 0
|
|
211
|
+
}, {
|
|
212
|
+
"fill": "#000000",
|
|
213
|
+
"stroke": "none",
|
|
214
|
+
"stroke-linecap": "round",
|
|
215
|
+
"stroke-linejoin": "round",
|
|
216
|
+
"stroke-width": 0
|
|
217
|
+
}, {
|
|
218
|
+
"fill": "#000000",
|
|
219
|
+
"stroke": "none",
|
|
220
|
+
"stroke-linecap": "round",
|
|
221
|
+
"stroke-linejoin": "round",
|
|
222
|
+
"stroke-width": 0
|
|
223
|
+
}, {
|
|
224
|
+
"fill": "#000000",
|
|
225
|
+
"stroke": "none",
|
|
226
|
+
"stroke-linecap": "round",
|
|
227
|
+
"stroke-linejoin": "round",
|
|
228
|
+
"stroke-width": 0
|
|
229
|
+
}, {
|
|
230
|
+
"fill": "#000000",
|
|
231
|
+
"stroke": "none",
|
|
232
|
+
"stroke-linecap": "round",
|
|
233
|
+
"stroke-linejoin": "round",
|
|
234
|
+
"stroke-width": 0
|
|
235
|
+
}, {
|
|
236
|
+
"fill": "#000000",
|
|
237
|
+
"stroke": "none",
|
|
238
|
+
"stroke-linecap": "round",
|
|
239
|
+
"stroke-linejoin": "round",
|
|
240
|
+
"stroke-width": 0
|
|
241
|
+
}], ["M4.938,8.941a.246.246,0,0,0,.089-.191.25.25,0,0,0-.089-.192A3.992,3.992,0,0,1,3.861,7.146.251.251,0,0,0,3.633,7H2a2,2,0,0,0,0,4H3.453a.25.25,0,0,0,.239-.177A4.009,4.009,0,0,1,4.938,8.941Z", "M4.941,15.441a.249.249,0,0,0,0-.382,3.986,3.986,0,0,1-1.432-2.824A.25.25,0,0,0,3.258,12H2a2,2,0,0,0,0,4H4.285a.25.25,0,0,0,.191-.089A4.3,4.3,0,0,1,4.941,15.441Z", "M3.5,18.5a3.941,3.941,0,0,1,.181-1.176.248.248,0,0,0-.037-.222.251.251,0,0,0-.2-.1H2a2,2,0,0,0,0,4H3.915a.251.251,0,0,0,.211-.385A3.91,3.91,0,0,1,3.5,18.5Z", "M18.562,8.558a.25.25,0,0,0-.089.192.246.246,0,0,0,.089.191,4.009,4.009,0,0,1,1.246,1.882.25.25,0,0,0,.239.177H22a2,2,0,0,0,0-4H19.867a.251.251,0,0,0-.228.146A3.992,3.992,0,0,1,18.562,8.558Z", "M18.561,15.059a.251.251,0,0,0,0,.382,4.3,4.3,0,0,1,.465.47.25.25,0,0,0,.191.089H22a2,2,0,0,0,0-4H20.242a.25.25,0,0,0-.249.235A3.986,3.986,0,0,1,18.561,15.059Z", "M20,18.5a3.91,3.91,0,0,1-.626,2.115.251.251,0,0,0,.211.385H22a2,2,0,0,0,0-4H20.058a.251.251,0,0,0-.2.1.248.248,0,0,0-.037.222A3.941,3.941,0,0,1,20,18.5Z", "M7.5,8H16a2.5,2.5,0,0,0,0-5H7.5a2.5,2.5,0,0,0,0,5ZM11,4.5a1,1,0,1,1-1,1A1,1,0,0,1,11,4.5Zm-3.25,0a1,1,0,1,1-1,1A1,1,0,0,1,7.75,4.5Z", "M7.5,14.5H16a2.5,2.5,0,0,0,0-5H7.5a2.5,2.5,0,0,0,0,5ZM11,11a1,1,0,1,1-1,1A1,1,0,0,1,11,11ZM7.75,11a1,1,0,1,1-1,1A1,1,0,0,1,7.75,11Z", "M16,21a2.5,2.5,0,0,0,0-5H7.5a2.5,2.5,0,0,0,0,5Zm-5-3.5a1,1,0,1,1-1,1A1,1,0,0,1,11,17.5Zm-3.25,0a1,1,0,1,1-1,1A1,1,0,0,1,7.75,17.5Z"]];
|
|
242
|
+
export var Server1 = ["server-1", 24, 24, [{
|
|
243
|
+
"fill": "#000000",
|
|
244
|
+
"stroke": "none",
|
|
245
|
+
"stroke-linecap": "round",
|
|
246
|
+
"stroke-linejoin": "round",
|
|
247
|
+
"stroke-width": 0
|
|
248
|
+
}, {
|
|
249
|
+
"fill": "#000000",
|
|
250
|
+
"stroke": "none",
|
|
251
|
+
"stroke-linecap": "round",
|
|
252
|
+
"stroke-linejoin": "round",
|
|
253
|
+
"stroke-width": 0
|
|
254
|
+
}, {
|
|
255
|
+
"fill": "#000000",
|
|
256
|
+
"stroke": "none",
|
|
257
|
+
"stroke-linecap": "round",
|
|
258
|
+
"stroke-linejoin": "round",
|
|
259
|
+
"stroke-width": 0
|
|
260
|
+
}, {
|
|
261
|
+
"fill": "#000000",
|
|
262
|
+
"stroke": "none",
|
|
263
|
+
"stroke-linecap": "round",
|
|
264
|
+
"stroke-linejoin": "round",
|
|
265
|
+
"stroke-width": 0
|
|
266
|
+
}], ["M22.5,2.25H1.5A1.5,1.5,0,0,0,0,3.75v2.5a1.5,1.5,0,0,0,1.5,1.5h21A1.5,1.5,0,0,0,24,6.25V3.75A1.5,1.5,0,0,0,22.5,2.25ZM3.25,5A1.25,1.25,0,1,1,4.5,6.25,1.251,1.251,0,0,1,3.25,5ZM8.5,6.25A1.25,1.25,0,1,1,9.75,5,1.252,1.252,0,0,1,8.5,6.25Zm-7.458-2.7-.005.014Z", "M22.5,9.25H1.5A1.5,1.5,0,0,0,0,10.75v2.5a1.5,1.5,0,0,0,1.5,1.5h9.25A.25.25,0,0,1,11,15v4.5a.25.25,0,0,1-.25.25H5.5a1,1,0,0,0,0,2h13a1,1,0,0,0,0-2H13.25A.25.25,0,0,1,13,19.5V15a.25.25,0,0,1,.25-.25H22.5a1.5,1.5,0,0,0,1.5-1.5v-2.5A1.5,1.5,0,0,0,22.5,9.25ZM3.25,12A1.25,1.25,0,1,1,4.5,13.25,1.251,1.251,0,0,1,3.25,12ZM8.5,13.25A1.25,1.25,0,1,1,9.75,12,1.252,1.252,0,0,1,8.5,13.25Z", "M23,21.75a1,1,0,0,0,0-2H22a1,1,0,0,0,0,2Z", "M1,21.75H2a1,1,0,0,0,0-2H1a1,1,0,0,0,0,2Z"]];
|
|
267
|
+
export var Server = ["server", 24, 24, [{
|
|
268
|
+
"fill": "#000000",
|
|
269
|
+
"stroke": "none",
|
|
270
|
+
"stroke-linecap": "round",
|
|
271
|
+
"stroke-linejoin": "round",
|
|
272
|
+
"stroke-width": 0
|
|
273
|
+
}, {
|
|
274
|
+
"fill": "#000000",
|
|
275
|
+
"stroke": "none",
|
|
276
|
+
"stroke-linecap": "round",
|
|
277
|
+
"stroke-linejoin": "round",
|
|
278
|
+
"stroke-width": 0
|
|
279
|
+
}, {
|
|
280
|
+
"fill": "#000000",
|
|
281
|
+
"stroke": "none",
|
|
282
|
+
"stroke-linecap": "round",
|
|
283
|
+
"stroke-linejoin": "round",
|
|
284
|
+
"stroke-width": 0
|
|
285
|
+
}, {
|
|
286
|
+
"fill": "#000000",
|
|
287
|
+
"stroke": "none",
|
|
288
|
+
"stroke-linecap": "round",
|
|
289
|
+
"stroke-linejoin": "round",
|
|
290
|
+
"stroke-width": 0
|
|
291
|
+
}, {
|
|
292
|
+
"fill": "#000000",
|
|
293
|
+
"stroke": "none",
|
|
294
|
+
"stroke-linecap": "round",
|
|
295
|
+
"stroke-linejoin": "round",
|
|
296
|
+
"stroke-width": 0
|
|
297
|
+
}], ["M24,6a1.5,1.5,0,0,0-1.5-1.5H1.5A1.5,1.5,0,0,0,0,6V8.5A1.5,1.5,0,0,0,1.5,10h21A1.5,1.5,0,0,0,24,8.5ZM3.25,7.248A1.25,1.25,0,1,1,4.5,8.5,1.251,1.251,0,0,1,3.25,7.248ZM8.5,8.5a1.25,1.25,0,1,1,1.25-1.25A1.252,1.252,0,0,1,8.5,8.5Z", "M22.735,2.054,18.841.107a1,1,0,0,0-.447-.1H5.63a1.007,1.007,0,0,0-.448.105L1.288,2.054A.5.5,0,0,0,1.512,3h21a.5.5,0,0,0,.223-.948Z", "M24,13a1.5,1.5,0,0,0-1.5-1.5H1.5A1.5,1.5,0,0,0,0,13v2.5A1.5,1.5,0,0,0,1.5,17h9.25a.25.25,0,0,1,.25.25v4.5a.25.25,0,0,1-.25.25H5.5a1,1,0,0,0,0,2h13a1,1,0,0,0,0-2H13.25a.25.25,0,0,1-.25-.25v-4.5a.25.25,0,0,1,.25-.25H22.5A1.5,1.5,0,0,0,24,15.5ZM3.25,14.248A1.25,1.25,0,1,1,4.5,15.5,1.251,1.251,0,0,1,3.25,14.248ZM8.5,15.5a1.25,1.25,0,1,1,1.25-1.25A1.252,1.252,0,0,1,8.5,15.5Z", "M23,24a1,1,0,0,0,0-2H22a1,1,0,0,0,0,2Z", "M1,24H2a1,1,0,0,0,0-2H1a1,1,0,0,0,0,2Z"]];
|
|
298
|
+
export var Server4 = ["server-4", 24, 24, [{
|
|
299
|
+
"fill": "#000000",
|
|
300
|
+
"stroke": "none",
|
|
301
|
+
"stroke-linecap": "round",
|
|
302
|
+
"stroke-linejoin": "round",
|
|
303
|
+
"stroke-width": 0
|
|
304
|
+
}, {
|
|
305
|
+
"fill": "#000000",
|
|
306
|
+
"stroke": "none",
|
|
307
|
+
"stroke-linecap": "round",
|
|
308
|
+
"stroke-linejoin": "round",
|
|
309
|
+
"stroke-width": 0
|
|
310
|
+
}, {
|
|
311
|
+
"fill": "#000000",
|
|
312
|
+
"stroke": "none",
|
|
313
|
+
"stroke-linecap": "round",
|
|
314
|
+
"stroke-linejoin": "round",
|
|
315
|
+
"stroke-width": 0
|
|
316
|
+
}, {
|
|
317
|
+
"fill": "#000000",
|
|
318
|
+
"stroke": "none",
|
|
319
|
+
"stroke-linecap": "round",
|
|
320
|
+
"stroke-linejoin": "round",
|
|
321
|
+
"stroke-width": 0
|
|
322
|
+
}, {
|
|
323
|
+
"fill": "#000000",
|
|
324
|
+
"stroke": "none",
|
|
325
|
+
"stroke-linecap": "round",
|
|
326
|
+
"stroke-linejoin": "round",
|
|
327
|
+
"stroke-width": 0
|
|
328
|
+
}], ["M3.5,5.979h17a2.5,2.5,0,0,0,2.5-2.5v-1a2.5,2.5,0,0,0-2.5-2.5H3.5A2.5,2.5,0,0,0,1,2.479v1A2.5,2.5,0,0,0,3.5,5.979Zm1.135-3A1.115,1.115,0,1,1,5.75,4.093,1.115,1.115,0,0,1,4.635,2.978Zm3.865,0A1.115,1.115,0,1,1,9.615,4.093,1.114,1.114,0,0,1,8.5,2.978Z", "M1,10.479a2.5,2.5,0,0,0,2.5,2.5h17a2.5,2.5,0,0,0,2.5-2.5v-1a2.5,2.5,0,0,0-2.5-2.5H3.5A2.5,2.5,0,0,0,1,9.479Zm3.635-.5A1.115,1.115,0,1,1,5.75,11.093,1.115,1.115,0,0,1,4.635,9.978Zm3.865,0a1.115,1.115,0,1,1,1.115,1.115A1.114,1.114,0,0,1,8.5,9.978Z", "M20.5,19.979a2.5,2.5,0,0,0,2.5-2.5v-1a2.5,2.5,0,0,0-2.5-2.5H3.5a2.5,2.5,0,0,0-2.5,2.5v1a2.5,2.5,0,0,0,2.5,2.5H11a.25.25,0,0,1,.25.25v2.042a.25.25,0,0,1-.25.25H5.5a.75.75,0,0,0,0,1.5h13a.75.75,0,0,0,0-1.5H13a.25.25,0,0,1-.25-.25V20.229a.25.25,0,0,1,.25-.25Zm-9.771-3a1.115,1.115,0,1,1-1.114-1.114A1.115,1.115,0,0,1,10.729,16.978Zm-3.864,0A1.115,1.115,0,1,1,5.75,15.864,1.115,1.115,0,0,1,6.865,16.978Z", "M22,24.021h1a.75.75,0,0,0,0-1.5H22a.75.75,0,0,0,0,1.5Z", "M1,22.521a.75.75,0,0,0,0,1.5H2a.75.75,0,0,0,0-1.5Z"]];
|
|
329
|
+
export var ServerCash = ["server-cash", 24, 24, [{
|
|
330
|
+
"fill": "#000000",
|
|
331
|
+
"stroke": "none",
|
|
332
|
+
"stroke-linecap": "round",
|
|
333
|
+
"stroke-linejoin": "round",
|
|
334
|
+
"stroke-width": 0
|
|
335
|
+
}, {
|
|
336
|
+
"fill": "#000000",
|
|
337
|
+
"stroke": "none",
|
|
338
|
+
"stroke-linecap": "round",
|
|
339
|
+
"stroke-linejoin": "round",
|
|
340
|
+
"stroke-width": 0
|
|
341
|
+
}, {
|
|
342
|
+
"fill": "#000000",
|
|
343
|
+
"stroke": "none",
|
|
344
|
+
"stroke-linecap": "round",
|
|
345
|
+
"stroke-linejoin": "round",
|
|
346
|
+
"stroke-width": 0
|
|
347
|
+
}, {
|
|
348
|
+
"fill": "#000000",
|
|
349
|
+
"stroke": "none",
|
|
350
|
+
"stroke-linecap": "round",
|
|
351
|
+
"stroke-linejoin": "round",
|
|
352
|
+
"stroke-width": 0
|
|
353
|
+
}], ["M0,3.484a2.5,2.5,0,0,0,2.5,2.5h17a2.5,2.5,0,0,0,2.5-2.5v-1a2.5,2.5,0,0,0-2.5-2.5H2.5A2.5,2.5,0,0,0,0,2.484Zm3.635-.5A1.115,1.115,0,1,1,4.75,4.1,1.115,1.115,0,0,1,3.635,2.984Zm3.865,0A1.115,1.115,0,1,1,8.615,4.1,1.114,1.114,0,0,1,7.5,2.984Z", "M17.5,9.515a7.946,7.946,0,0,1,3.777.95A.5.5,0,0,0,22,10.022c0-.14,0-.314,0-.532a2.5,2.5,0,0,0-2.5-2.506H2.5A2.5,2.5,0,0,0,0,9.484v1a2.5,2.5,0,0,0,2.5,2.5h8.164a.49.49,0,0,0,.395-.2A7.991,7.991,0,0,1,17.5,9.515Zm-7.771.469A1.115,1.115,0,1,1,8.615,8.869,1.114,1.114,0,0,1,9.729,9.984Zm-3.864,0A1.115,1.115,0,1,1,4.75,8.869,1.115,1.115,0,0,1,5.865,9.984Z", "M9.569,13.984H2.5a2.5,2.5,0,0,0-2.5,2.5v1a2.5,2.5,0,0,0,2.5,2.5H9.238a.493.493,0,0,0,.485-.608,7.883,7.883,0,0,1,.315-4.725A.5.5,0,0,0,9.569,13.984Zm-5.934,3A1.115,1.115,0,1,1,4.75,18.1,1.115,1.115,0,0,1,3.635,16.984Z", "M11,17.515a6.5,6.5,0,1,0,6.5-6.5A6.508,6.508,0,0,0,11,17.515Zm5,3.75a.75.75,0,0,1,0-1.5h2.033a.592.592,0,0,0,.22-1.141L16.19,17.8a2.084,2.084,0,0,1,.36-3.981.249.249,0,0,0,.2-.245v-.308a.75.75,0,0,1,1.5,0v.25a.25.25,0,0,0,.25.25H19a.75.75,0,0,1,0,1.5H16.967a.592.592,0,0,0-.221,1.141l2.064.825a2.085,2.085,0,0,1-.36,3.982.249.249,0,0,0-.2.245v.307a.75.75,0,0,1-1.5,0v-.25a.25.25,0,0,0-.25-.25Z"]];
|
|
354
|
+
export var ServerCheck1 = ["server-check-1", 24, 24, [{
|
|
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
|
+
}, {
|
|
367
|
+
"fill": "#000000",
|
|
368
|
+
"stroke": "none",
|
|
369
|
+
"stroke-linecap": "round",
|
|
370
|
+
"stroke-linejoin": "round",
|
|
371
|
+
"stroke-width": 0
|
|
372
|
+
}, {
|
|
373
|
+
"fill": "#000000",
|
|
374
|
+
"stroke": "none",
|
|
375
|
+
"stroke-linecap": "round",
|
|
376
|
+
"stroke-linejoin": "round",
|
|
377
|
+
"stroke-width": 0
|
|
378
|
+
}, {
|
|
379
|
+
"fill": "#000000",
|
|
380
|
+
"stroke": "none",
|
|
381
|
+
"stroke-linecap": "round",
|
|
382
|
+
"stroke-linejoin": "round",
|
|
383
|
+
"stroke-width": 0
|
|
384
|
+
}], ["M9.5,17.5a7.939,7.939,0,0,1,1.543-4.707.5.5,0,0,0-.4-.793h-8A2.6,2.6,0,0,0,.013,14.239,2.5,2.5,0,0,0,2.5,17H8a.25.25,0,0,1,.25.25v2.5A.25.25,0,0,1,8,20H5a.75.75,0,0,0,0,1.5H9.768a.5.5,0,0,0,.455-.7A8.032,8.032,0,0,1,9.5,17.5ZM3,14.5a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,14.5Zm5,1.25A1.25,1.25,0,1,1,9.25,14.5,1.25,1.25,0,0,1,8,15.75Z", "M1,20a.75.75,0,0,0,0,1.5H2A.75.75,0,0,0,2,20Z", "M2.5,5h13a2.5,2.5,0,0,0,0-5H2.5a2.5,2.5,0,0,0,0,5ZM3,2.5A1.25,1.25,0,1,1,4.25,3.75,1.249,1.249,0,0,1,3,2.5Zm3.75,0A1.25,1.25,0,1,1,8,3.75,1.249,1.249,0,0,1,6.75,2.5Z", "M17.917,9.131A2.467,2.467,0,0,0,17.9,7.8,2.6,2.6,0,0,0,15.376,6H2.647A2.6,2.6,0,0,0,.013,8.239,2.5,2.5,0,0,0,2.5,11H12.705a.479.479,0,0,0,.271-.086,7.832,7.832,0,0,1,4.451-1.4A.509.509,0,0,0,17.917,9.131ZM9.25,8.5A1.25,1.25,0,1,1,8,7.25,1.25,1.25,0,0,1,9.25,8.5ZM5.5,8.5A1.25,1.25,0,1,1,4.25,7.25,1.25,1.25,0,0,1,5.5,8.5Z", "M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm5.773,3.175c-.037,0-.074,0-.111,0a1.489,1.489,0,0,1-1.056-.443l-1.5-1.5a.75.75,0,0,1,1.061-1.061l1.3,1.3a.25.25,0,0,0,.376-.027L19.574,15.3a.75.75,0,0,1,1.2.9l-2.905,3.874A1.5,1.5,0,0,1,16.773,20.675Z"]];
|
|
385
|
+
export var ServerCheck = ["server-check", 24, 24, [{
|
|
386
|
+
"fill": "#000000",
|
|
387
|
+
"stroke": "none",
|
|
388
|
+
"stroke-linecap": "round",
|
|
389
|
+
"stroke-linejoin": "round",
|
|
390
|
+
"stroke-width": 0
|
|
391
|
+
}, {
|
|
392
|
+
"fill": "#000000",
|
|
393
|
+
"stroke": "none",
|
|
394
|
+
"stroke-linecap": "round",
|
|
395
|
+
"stroke-linejoin": "round",
|
|
396
|
+
"stroke-width": 0
|
|
397
|
+
}, {
|
|
398
|
+
"fill": "#000000",
|
|
399
|
+
"stroke": "none",
|
|
400
|
+
"stroke-linecap": "round",
|
|
401
|
+
"stroke-linejoin": "round",
|
|
402
|
+
"stroke-width": 0
|
|
403
|
+
}, {
|
|
404
|
+
"fill": "#000000",
|
|
405
|
+
"stroke": "none",
|
|
406
|
+
"stroke-linecap": "round",
|
|
407
|
+
"stroke-linejoin": "round",
|
|
408
|
+
"stroke-width": 0
|
|
409
|
+
}], ["M2.5,6h17A2.5,2.5,0,0,0,22,3.5v-1A2.5,2.5,0,0,0,19.5,0H2.5A2.5,2.5,0,0,0,0,2.5v1A2.5,2.5,0,0,0,2.5,6ZM3.635,3A1.115,1.115,0,1,1,4.75,4.115,1.115,1.115,0,0,1,3.635,3ZM7.5,3A1.115,1.115,0,1,1,8.615,4.115,1.114,1.114,0,0,1,7.5,3Z", "M17.5,9.5a7.957,7.957,0,0,1,3.777.949A.493.493,0,0,0,22,10.01c0-.135,0-.3,0-.508A2.5,2.5,0,0,0,19.5,7H2.5A2.5,2.5,0,0,0,0,9.5v1A2.5,2.5,0,0,0,2.5,13h8.139a.49.49,0,0,0,.4-.206A7.992,7.992,0,0,1,17.5,9.5ZM9.729,10A1.115,1.115,0,1,1,8.615,8.885,1.114,1.114,0,0,1,9.729,10ZM5.865,10A1.115,1.115,0,1,1,4.75,8.885,1.115,1.115,0,0,1,5.865,10Z", "M2.5,20H9.242a.505.505,0,0,0,.481-.638,7.868,7.868,0,0,1,.3-4.687A.5.5,0,0,0,9.56,14H2.5A2.5,2.5,0,0,0,0,16.5v1A2.5,2.5,0,0,0,2.5,20Zm1.135-3A1.115,1.115,0,1,1,4.75,18.114,1.115,1.115,0,0,1,3.635,17Z", "M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm4.262-.166,1.3,1.3a.253.253,0,0,0,.2.073.249.249,0,0,0,.182-.1l2.731-3.643a.75.75,0,0,1,1.2.9l-2.905,3.874a1.493,1.493,0,0,1-1.1.6c-.037,0-.075,0-.112,0a1.486,1.486,0,0,1-1.055-.443l-1.5-1.5a.75.75,0,0,1,1.061-1.061Z"]];
|
|
410
|
+
export var ServerDisable = ["server-disable", 24, 24, [{
|
|
411
|
+
"fill": "#000000",
|
|
412
|
+
"stroke": "none",
|
|
413
|
+
"stroke-linecap": "round",
|
|
414
|
+
"stroke-linejoin": "round",
|
|
415
|
+
"stroke-width": 0
|
|
416
|
+
}, {
|
|
417
|
+
"fill": "#000000",
|
|
418
|
+
"stroke": "none",
|
|
419
|
+
"stroke-linecap": "round",
|
|
420
|
+
"stroke-linejoin": "round",
|
|
421
|
+
"stroke-width": 0
|
|
422
|
+
}, {
|
|
423
|
+
"fill": "#000000",
|
|
424
|
+
"stroke": "none",
|
|
425
|
+
"stroke-linecap": "round",
|
|
426
|
+
"stroke-linejoin": "round",
|
|
427
|
+
"stroke-width": 0
|
|
428
|
+
}, {
|
|
429
|
+
"fill": "#000000",
|
|
430
|
+
"stroke": "none",
|
|
431
|
+
"stroke-linecap": "round",
|
|
432
|
+
"stroke-linejoin": "round",
|
|
433
|
+
"stroke-width": 0
|
|
434
|
+
}], ["M0,3.5A2.5,2.5,0,0,0,2.5,6h17A2.5,2.5,0,0,0,22,3.5v-1A2.5,2.5,0,0,0,19.5,0H2.5A2.5,2.5,0,0,0,0,2.5ZM3.635,3A1.115,1.115,0,1,1,4.75,4.114,1.115,1.115,0,0,1,3.635,3ZM7.5,3A1.115,1.115,0,1,1,8.615,4.114,1.114,1.114,0,0,1,7.5,3Z", "M17.5,9.5a7.957,7.957,0,0,1,3.777.949A.493.493,0,0,0,22,10.01c0-.136,0-.3,0-.508A2.5,2.5,0,0,0,19.5,7H2.5A2.5,2.5,0,0,0,0,9.5v1A2.5,2.5,0,0,0,2.5,13h8.139a.491.491,0,0,0,.4-.206A7.992,7.992,0,0,1,17.5,9.5ZM9.729,10A1.115,1.115,0,1,1,8.615,8.885,1.115,1.115,0,0,1,9.729,10ZM5.865,10A1.115,1.115,0,1,1,4.75,8.885,1.115,1.115,0,0,1,5.865,10Z", "M2.5,20H9.242a.5.5,0,0,0,.481-.638,7.866,7.866,0,0,1,.3-4.687A.5.5,0,0,0,9.56,14H2.5A2.5,2.5,0,0,0,0,16.5v1A2.5,2.5,0,0,0,2.5,20Zm1.135-3A1.115,1.115,0,1,1,4.75,18.114,1.115,1.115,0,0,1,3.635,17Z", "M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5ZM17.5,22a4.438,4.438,0,0,1-2.1-.532.255.255,0,0,1-.129-.184.251.251,0,0,1,.071-.214l5.727-5.726a.249.249,0,0,1,.4.059A4.416,4.416,0,0,1,22,17.5,4.505,4.505,0,0,1,17.5,22Zm2.1-8.468a.249.249,0,0,1,.059.4l-5.728,5.727a.249.249,0,0,1-.213.071.253.253,0,0,1-.184-.129A4.426,4.426,0,0,1,13,17.5,4.5,4.5,0,0,1,17.5,13,4.423,4.423,0,0,1,19.6,13.532Z"]];
|
|
435
|
+
export var ServerDownload = ["server-download", 24, 24, [{
|
|
436
|
+
"fill": "#000000",
|
|
437
|
+
"stroke": "none",
|
|
438
|
+
"stroke-linecap": "round",
|
|
439
|
+
"stroke-linejoin": "round",
|
|
440
|
+
"stroke-width": 0
|
|
441
|
+
}, {
|
|
442
|
+
"fill": "#000000",
|
|
443
|
+
"stroke": "none",
|
|
444
|
+
"stroke-linecap": "round",
|
|
445
|
+
"stroke-linejoin": "round",
|
|
446
|
+
"stroke-width": 0
|
|
447
|
+
}, {
|
|
448
|
+
"fill": "#000000",
|
|
449
|
+
"stroke": "none",
|
|
450
|
+
"stroke-linecap": "round",
|
|
451
|
+
"stroke-linejoin": "round",
|
|
452
|
+
"stroke-width": 0
|
|
453
|
+
}, {
|
|
454
|
+
"fill": "#000000",
|
|
455
|
+
"stroke": "none",
|
|
456
|
+
"stroke-linecap": "round",
|
|
457
|
+
"stroke-linejoin": "round",
|
|
458
|
+
"stroke-width": 0
|
|
459
|
+
}], ["M0,3.5A2.5,2.5,0,0,0,2.5,6h17A2.5,2.5,0,0,0,22,3.5v-1A2.5,2.5,0,0,0,19.5,0H2.5A2.5,2.5,0,0,0,0,2.5ZM3.635,3A1.115,1.115,0,1,1,4.75,4.115,1.115,1.115,0,0,1,3.635,3ZM7.5,3A1.115,1.115,0,1,1,8.615,4.115,1.114,1.114,0,0,1,7.5,3Z", "M17.5,9.5a7.957,7.957,0,0,1,3.777.949A.493.493,0,0,0,22,10.01c0-.135,0-.3,0-.508A2.5,2.5,0,0,0,19.5,7H2.5A2.5,2.5,0,0,0,0,9.5v1A2.5,2.5,0,0,0,2.5,13h8.139a.49.49,0,0,0,.4-.206A7.992,7.992,0,0,1,17.5,9.5ZM9.729,10A1.115,1.115,0,1,1,8.615,8.885,1.114,1.114,0,0,1,9.729,10ZM5.865,10A1.115,1.115,0,1,1,4.75,8.885,1.115,1.115,0,0,1,5.865,10Z", "M2.5,20H9.242a.505.505,0,0,0,.481-.638,7.868,7.868,0,0,1,.3-4.687A.5.5,0,0,0,9.56,14H2.5A2.5,2.5,0,0,0,0,16.5v1A2.5,2.5,0,0,0,2.5,20Zm1.135-3A1.115,1.115,0,1,1,4.75,18.114,1.115,1.115,0,0,1,3.635,17Z", "M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm6.5-4a1,1,0,0,1,1,1v2.75a.25.25,0,0,0,.25.25h.75a.5.5,0,0,1,.391.812l-2,2.5a.5.5,0,0,1-.782,0l-2-2.5A.5.5,0,0,1,15.5,17.5h.75a.25.25,0,0,0,.25-.25V14.5A1,1,0,0,1,17.5,13.5Z"]];
|
|
460
|
+
export var ServerClock1 = ["server-clock-1", 24, 24, [{
|
|
461
|
+
"fill": "#000000",
|
|
462
|
+
"stroke": "none",
|
|
463
|
+
"stroke-linecap": "round",
|
|
464
|
+
"stroke-linejoin": "round",
|
|
465
|
+
"stroke-width": 0
|
|
466
|
+
}, {
|
|
467
|
+
"fill": "#000000",
|
|
468
|
+
"stroke": "none",
|
|
469
|
+
"stroke-linecap": "round",
|
|
470
|
+
"stroke-linejoin": "round",
|
|
471
|
+
"stroke-width": 0
|
|
472
|
+
}, {
|
|
473
|
+
"fill": "#000000",
|
|
474
|
+
"stroke": "none",
|
|
475
|
+
"stroke-linecap": "round",
|
|
476
|
+
"stroke-linejoin": "round",
|
|
477
|
+
"stroke-width": 0
|
|
478
|
+
}, {
|
|
479
|
+
"fill": "#000000",
|
|
480
|
+
"stroke": "none",
|
|
481
|
+
"stroke-linecap": "round",
|
|
482
|
+
"stroke-linejoin": "round",
|
|
483
|
+
"stroke-width": 0
|
|
484
|
+
}, {
|
|
485
|
+
"fill": "#000000",
|
|
486
|
+
"stroke": "none",
|
|
487
|
+
"stroke-linecap": "round",
|
|
488
|
+
"stroke-linejoin": "round",
|
|
489
|
+
"stroke-width": 0
|
|
490
|
+
}, {
|
|
491
|
+
"fill": "#000000",
|
|
492
|
+
"stroke": "none",
|
|
493
|
+
"stroke-linecap": "round",
|
|
494
|
+
"stroke-linejoin": "round",
|
|
495
|
+
"stroke-width": 0
|
|
496
|
+
}], ["M9,17.25a8.2,8.2,0,0,1,1.324-4.478A.5.5,0,0,0,9.9,12H2.5a2.5,2.5,0,0,0,0,5H8a.25.25,0,0,1,.25.25v2.5A.25.25,0,0,1,8,20H5a.75.75,0,0,0,0,1.5H9.354a.5.5,0,0,0,.451-.716A8.16,8.16,0,0,1,9,17.25ZM3,14.5a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,14.5Zm5,1.25A1.25,1.25,0,1,1,9.25,14.5,1.25,1.25,0,0,1,8,15.75Z", "M1,20a.75.75,0,0,0,0,1.5H2A.75.75,0,0,0,2,20Z", "M2.5,5h13a2.5,2.5,0,0,0,0-5H2.5a2.5,2.5,0,0,0,0,5ZM3,2.5A1.25,1.25,0,1,1,4.25,3.75,1.249,1.249,0,0,1,3,2.5Zm3.75,0A1.25,1.25,0,1,1,8,3.75,1.249,1.249,0,0,1,6.75,2.5Z", "M17.483,9A.5.5,0,0,0,18,8.509,2.507,2.507,0,0,0,15.5,6H2.5a2.5,2.5,0,0,0,0,5h9.2a.5.5,0,0,0,.318-.115A8.224,8.224,0,0,1,17.483,9ZM9.25,8.5A1.25,1.25,0,1,1,8,7.25,1.25,1.25,0,0,1,9.25,8.5ZM5.5,8.5A1.25,1.25,0,1,1,4.25,7.25,1.25,1.25,0,0,1,5.5,8.5Z", "M10.5,17.25a6.75,6.75,0,1,0,6.75-6.75A6.758,6.758,0,0,0,10.5,17.25ZM17.25,22A4.75,4.75,0,1,1,22,17.25,4.756,4.756,0,0,1,17.25,22Z", "M19.25,16.25H18.5a.25.25,0,0,1-.25-.25V14.75a1,1,0,0,0-2,0v2.5a1,1,0,0,0,1,1h2a1,1,0,0,0,0-2Z"]];
|
|
497
|
+
export var ServerLock1 = ["server-lock-1", 24, 24, [{
|
|
498
|
+
"fill": "#000000",
|
|
499
|
+
"stroke": "none",
|
|
500
|
+
"stroke-linecap": "round",
|
|
501
|
+
"stroke-linejoin": "round",
|
|
502
|
+
"stroke-width": 0
|
|
503
|
+
}, {
|
|
504
|
+
"fill": "#000000",
|
|
505
|
+
"stroke": "none",
|
|
506
|
+
"stroke-linecap": "round",
|
|
507
|
+
"stroke-linejoin": "round",
|
|
508
|
+
"stroke-width": 0
|
|
509
|
+
}, {
|
|
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
|
+
}], ["M10,20a.25.25,0,0,1-.25-.25v-2.5A.25.25,0,0,1,10,17h2a.5.5,0,0,0,.5-.5V16a1.994,1.994,0,0,1,1.207-1.83.5.5,0,0,0,.3-.432,4.9,4.9,0,0,1,.182-1.1.5.5,0,0,0-.48-.638H2.5a2.5,2.5,0,0,0,0,5H8a.25.25,0,0,1,.25.25v2.5A.25.25,0,0,1,8,20H5a.75.75,0,0,0,0,1.5h7a.5.5,0,0,0,.5-.5v-.5A.5.5,0,0,0,12,20ZM3,14.5a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,14.5Zm5,1.25A1.25,1.25,0,1,1,9.25,14.5,1.25,1.25,0,0,1,8,15.75Z", "M1,20a.75.75,0,0,0,0,1.5H2A.75.75,0,0,0,2,20Z", "M2.5,5h13a2.5,2.5,0,0,0,0-5H2.5a2.5,2.5,0,0,0,0,5ZM3,2.5A1.25,1.25,0,1,1,4.25,3.75,1.249,1.249,0,0,1,3,2.5Zm3.75,0A1.25,1.25,0,1,1,8,3.75,1.249,1.249,0,0,1,6.75,2.5Z", "M17.622,9.2a.5.5,0,0,0,.358-.412A2.1,2.1,0,0,0,18,8.5,2.5,2.5,0,0,0,15.5,6H2.5a2.5,2.5,0,0,0,0,5H14.782a.5.5,0,0,0,.385-.181A4.989,4.989,0,0,1,17.622,9.2ZM3,8.5A1.25,1.25,0,1,1,4.25,9.75,1.249,1.249,0,0,1,3,8.5ZM8,9.75A1.25,1.25,0,1,1,9.25,8.5,1.25,1.25,0,0,1,8,9.75Z", "M19,10.75a3.5,3.5,0,0,0-3.5,3.5v1.018a.25.25,0,0,1-.214.247A1.5,1.5,0,0,0,14,17v5.5A1.5,1.5,0,0,0,15.5,24h7A1.5,1.5,0,0,0,24,22.5V17a1.5,1.5,0,0,0-1.286-1.485.25.25,0,0,1-.214-.247V14.25A3.5,3.5,0,0,0,19,10.75Zm1,9.5a1,1,0,1,1-1-1A1,1,0,0,1,20,20.25Zm-1-7.5a1.5,1.5,0,0,1,1.5,1.5v1a.25.25,0,0,1-.25.25h-2.5a.25.25,0,0,1-.25-.25v-1A1.5,1.5,0,0,1,19,12.75Z"]];
|
|
528
|
+
export var ServerMail = ["server-mail", 24, 24, [{
|
|
529
|
+
"fill": "#000000",
|
|
530
|
+
"stroke": "none",
|
|
531
|
+
"stroke-linecap": "round",
|
|
532
|
+
"stroke-linejoin": "round",
|
|
533
|
+
"stroke-width": 0
|
|
534
|
+
}, {
|
|
535
|
+
"fill": "#000000",
|
|
536
|
+
"stroke": "none",
|
|
537
|
+
"stroke-linecap": "round",
|
|
538
|
+
"stroke-linejoin": "round",
|
|
539
|
+
"stroke-width": 0
|
|
540
|
+
}, {
|
|
541
|
+
"fill": "#000000",
|
|
542
|
+
"stroke": "none",
|
|
543
|
+
"stroke-linecap": "round",
|
|
544
|
+
"stroke-linejoin": "round",
|
|
545
|
+
"stroke-width": 0
|
|
546
|
+
}, {
|
|
547
|
+
"fill": "#000000",
|
|
548
|
+
"stroke": "none",
|
|
549
|
+
"stroke-linecap": "round",
|
|
550
|
+
"stroke-linejoin": "round",
|
|
551
|
+
"stroke-width": 0
|
|
552
|
+
}, {
|
|
553
|
+
"fill": "#000000",
|
|
554
|
+
"stroke": "none",
|
|
555
|
+
"stroke-linecap": "round",
|
|
556
|
+
"stroke-linejoin": "round",
|
|
557
|
+
"stroke-width": 0
|
|
558
|
+
}, {
|
|
559
|
+
"fill": "#000000",
|
|
560
|
+
"stroke": "none",
|
|
561
|
+
"stroke-linecap": "round",
|
|
562
|
+
"stroke-linejoin": "round",
|
|
563
|
+
"stroke-width": 0
|
|
564
|
+
}], ["M9.548,13.127a.654.654,0,0,0-.088-.433.5.5,0,0,0-.4-.194H2.5a2.5,2.5,0,0,0,0,5H8a.25.25,0,0,1,.25.25v2.5A.25.25,0,0,1,8,20.5H5A.75.75,0,0,0,5,22H9a.5.5,0,0,0,.5-.5S9.531,14.045,9.548,13.127ZM3,15a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,15Zm5,1.25A1.25,1.25,0,1,1,9.25,15,1.25,1.25,0,0,1,8,16.25Z", "M2,20.5H1A.75.75,0,0,0,1,22H2a.75.75,0,0,0,0-1.5Z", "M2.5,5.5h13a2.5,2.5,0,0,0,0-5H2.5a2.5,2.5,0,0,0,0,5ZM3,3A1.25,1.25,0,1,1,4.25,4.25,1.249,1.249,0,0,1,3,3ZM6.75,3A1.25,1.25,0,1,1,8,4.25,1.249,1.249,0,0,1,6.75,3Z", "M0,9a2.5,2.5,0,0,0,2.5,2.5h13a2.5,2.5,0,0,0,0-5H2.5A2.5,2.5,0,0,0,0,9ZM3,9a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,9ZM6.75,9A1.25,1.25,0,1,1,8,10.25,1.249,1.249,0,0,1,6.75,9Z", "M22.5,23.5A1.5,1.5,0,0,0,24,22V17.26a.252.252,0,0,0-.25-.25.246.246,0,0,0-.131.038l-4.93,3.081a2.254,2.254,0,0,1-2.381,0l-4.927-3.079a.245.245,0,0,0-.131-.037.249.249,0,0,0-.25.25V22a1.5,1.5,0,0,0,1.5,1.5Z", "M15.5,13.5h-3a1.367,1.367,0,0,0-1.53,1.46.223.223,0,0,0,.108.13L17.1,18.855a.754.754,0,0,0,.794,0l5.976-3.735A.255.255,0,0,0,24,14.891,1.5,1.5,0,0,0,22.5,13.5Z"]];
|
|
565
|
+
export var ServerQuestion1 = ["server-question-1", 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
|
+
}, {
|
|
584
|
+
"fill": "#000000",
|
|
585
|
+
"stroke": "none",
|
|
586
|
+
"stroke-linecap": "round",
|
|
587
|
+
"stroke-linejoin": "round",
|
|
588
|
+
"stroke-width": 0
|
|
589
|
+
}, {
|
|
590
|
+
"fill": "#000000",
|
|
591
|
+
"stroke": "none",
|
|
592
|
+
"stroke-linecap": "round",
|
|
593
|
+
"stroke-linejoin": "round",
|
|
594
|
+
"stroke-width": 0
|
|
595
|
+
}], ["M9.5,17.5a7.939,7.939,0,0,1,1.543-4.707.5.5,0,0,0-.4-.793h-8A2.6,2.6,0,0,0,.013,14.239,2.5,2.5,0,0,0,2.5,17H8a.25.25,0,0,1,.25.25v2.5A.25.25,0,0,1,8,20H5a.75.75,0,0,0,0,1.5H9.768a.5.5,0,0,0,.455-.7A8.032,8.032,0,0,1,9.5,17.5ZM3,14.5a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,14.5Zm5,1.25A1.25,1.25,0,1,1,9.25,14.5,1.25,1.25,0,0,1,8,15.75Z", "M1,20a.75.75,0,0,0,0,1.5H2A.75.75,0,0,0,2,20Z", "M2.5,5h13a2.5,2.5,0,0,0,0-5H2.5a2.5,2.5,0,0,0,0,5ZM3,2.5A1.25,1.25,0,1,1,4.25,3.75,1.249,1.249,0,0,1,3,2.5Zm3.75,0A1.25,1.25,0,1,1,8,3.75,1.249,1.249,0,0,1,6.75,2.5Z", "M17.917,9.131A2.467,2.467,0,0,0,17.9,7.8,2.6,2.6,0,0,0,15.376,6H2.647A2.6,2.6,0,0,0,.013,8.239,2.5,2.5,0,0,0,2.5,11H12.705a.479.479,0,0,0,.271-.086,7.832,7.832,0,0,1,4.451-1.4A.509.509,0,0,0,17.917,9.131ZM9.25,8.5A1.25,1.25,0,1,1,8,7.25,1.25,1.25,0,0,1,9.25,8.5ZM5.5,8.5A1.25,1.25,0,1,1,4.25,7.25,1.25,1.25,0,0,1,5.5,8.5Z", "M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm6.5,3a1,1,0,1,1-1,1A1,1,0,0,1,17.5,20.5Zm.913-2.164a.25.25,0,0,0-.163.234v.18a.75.75,0,0,1-1.5,0V18.2a1.258,1.258,0,0,1,.986-1.222,1.125,1.125,0,1,0-1.361-1.1.75.75,0,0,1-1.5,0,2.625,2.625,0,1,1,3.538,2.461Z"]];
|
|
596
|
+
export var ServerRemove1 = ["server-remove-1", 24, 24, [{
|
|
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
|
+
}, {
|
|
609
|
+
"fill": "#000000",
|
|
610
|
+
"stroke": "none",
|
|
611
|
+
"stroke-linecap": "round",
|
|
612
|
+
"stroke-linejoin": "round",
|
|
613
|
+
"stroke-width": 0
|
|
614
|
+
}, {
|
|
615
|
+
"fill": "#000000",
|
|
616
|
+
"stroke": "none",
|
|
617
|
+
"stroke-linecap": "round",
|
|
618
|
+
"stroke-linejoin": "round",
|
|
619
|
+
"stroke-width": 0
|
|
620
|
+
}, {
|
|
621
|
+
"fill": "#000000",
|
|
622
|
+
"stroke": "none",
|
|
623
|
+
"stroke-linecap": "round",
|
|
624
|
+
"stroke-linejoin": "round",
|
|
625
|
+
"stroke-width": 0
|
|
626
|
+
}], ["M9.5,17.5a7.939,7.939,0,0,1,1.543-4.707.5.5,0,0,0-.4-.793h-8A2.6,2.6,0,0,0,.013,14.239,2.5,2.5,0,0,0,2.5,17H8a.25.25,0,0,1,.25.25v2.5A.25.25,0,0,1,8,20H5a.75.75,0,0,0,0,1.5H9.768a.5.5,0,0,0,.455-.7A8.032,8.032,0,0,1,9.5,17.5ZM3,14.5a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,14.5Zm5,1.25A1.25,1.25,0,1,1,9.25,14.5,1.25,1.25,0,0,1,8,15.75Z", "M1,20a.75.75,0,0,0,0,1.5H2A.75.75,0,0,0,2,20Z", "M2.5,5h13a2.5,2.5,0,0,0,0-5H2.5a2.5,2.5,0,0,0,0,5ZM3,2.5A1.25,1.25,0,1,1,4.25,3.75,1.249,1.249,0,0,1,3,2.5Zm3.75,0A1.25,1.25,0,1,1,8,3.75,1.249,1.249,0,0,1,6.75,2.5Z", "M17.427,9.509a.509.509,0,0,0,.49-.378A2.467,2.467,0,0,0,17.9,7.8,2.6,2.6,0,0,0,15.376,6H2.647A2.6,2.6,0,0,0,.013,8.239,2.5,2.5,0,0,0,2.5,11H12.705a.479.479,0,0,0,.271-.086A7.832,7.832,0,0,1,17.427,9.509ZM9.25,8.5A1.25,1.25,0,1,1,8,7.25,1.25,1.25,0,0,1,9.25,8.5ZM5.5,8.5A1.25,1.25,0,1,1,4.25,7.25,1.25,1.25,0,0,1,5.5,8.5Z", "M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm9.151,1.591a.75.75,0,1,1-1.06,1.06l-1.414-1.414a.25.25,0,0,0-.354,0l-1.414,1.414a.75.75,0,1,1-1.06-1.06l1.414-1.414a.252.252,0,0,0,0-.354l-1.414-1.414a.75.75,0,0,1,1.06-1.061l1.414,1.414a.25.25,0,0,0,.354,0l1.414-1.414a.75.75,0,1,1,1.06,1.061l-1.414,1.414a.252.252,0,0,0,0,.354Z"]];
|
|
627
|
+
export var ServerSearch1 = ["server-search-1", 24, 24, [{
|
|
628
|
+
"fill": "#000000",
|
|
629
|
+
"stroke": "none",
|
|
630
|
+
"stroke-linecap": "round",
|
|
631
|
+
"stroke-linejoin": "round",
|
|
632
|
+
"stroke-width": 0
|
|
633
|
+
}, {
|
|
634
|
+
"fill": "#000000",
|
|
635
|
+
"stroke": "none",
|
|
636
|
+
"stroke-linecap": "round",
|
|
637
|
+
"stroke-linejoin": "round",
|
|
638
|
+
"stroke-width": 0
|
|
639
|
+
}, {
|
|
640
|
+
"fill": "#000000",
|
|
641
|
+
"stroke": "none",
|
|
642
|
+
"stroke-linecap": "round",
|
|
643
|
+
"stroke-linejoin": "round",
|
|
644
|
+
"stroke-width": 0
|
|
645
|
+
}, {
|
|
646
|
+
"fill": "#000000",
|
|
647
|
+
"stroke": "none",
|
|
648
|
+
"stroke-linecap": "round",
|
|
649
|
+
"stroke-linejoin": "round",
|
|
650
|
+
"stroke-width": 0
|
|
651
|
+
}, {
|
|
652
|
+
"fill": "#000000",
|
|
653
|
+
"stroke": "none",
|
|
654
|
+
"stroke-linecap": "round",
|
|
655
|
+
"stroke-linejoin": "round",
|
|
656
|
+
"stroke-width": 0
|
|
657
|
+
}], ["M10.565,20.236A.5.5,0,0,0,10.14,20H10a.25.25,0,0,1-.25-.25V18.359a6.941,6.941,0,0,1,.847-5.591A.5.5,0,0,0,10.175,12H2.5a2.5,2.5,0,0,0,0,5H8a.25.25,0,0,1,.25.25v2.5A.25.25,0,0,1,8,20H5a.75.75,0,0,0,0,1.5h5.478a.5.5,0,0,0,.4-.8C10.77,20.553,10.665,20.4,10.565,20.236ZM3,14.5a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,14.5Zm5,1.25A1.25,1.25,0,1,1,9.25,14.5,1.25,1.25,0,0,1,8,15.75Z", "M2,20H1a.75.75,0,0,0,0,1.5H2A.75.75,0,0,0,2,20Z", "M2.5,5h13a2.5,2.5,0,0,0,0-5H2.5a2.5,2.5,0,0,0,0,5ZM3,2.5A1.25,1.25,0,1,1,4.25,3.75,1.249,1.249,0,0,1,3,2.5Zm3.75,0A1.25,1.25,0,1,1,8,3.75,1.249,1.249,0,0,1,6.75,2.5Z", "M16.529,9.5a6.576,6.576,0,0,1,.823.053.5.5,0,0,0,.54-.347A2.39,2.39,0,0,0,18,8.5,2.5,2.5,0,0,0,15.5,6H2.5a2.5,2.5,0,0,0,0,5h9.535a.5.5,0,0,0,.3-.1A6.984,6.984,0,0,1,16.529,9.5ZM9.25,8.5A1.25,1.25,0,1,1,8,7.25,1.25,1.25,0,0,1,9.25,8.5ZM5.5,8.5A1.25,1.25,0,1,1,4.25,7.25,1.25,1.25,0,0,1,5.5,8.5Z", "M11,16.529a5.524,5.524,0,0,0,8.5,4.66.25.25,0,0,1,.311.034l2.484,2.484a1,1,0,0,0,1.414-1.414l-2.484-2.484a.251.251,0,0,1-.034-.312A5.527,5.527,0,1,0,11,16.529Zm5.529,3.529a3.529,3.529,0,1,1,3.529-3.529A3.533,3.533,0,0,1,16.529,20.058Z"]];
|
|
658
|
+
export var ServerSubtract = ["server-subtract", 24, 24, [{
|
|
659
|
+
"fill": "#000000",
|
|
660
|
+
"stroke": "none",
|
|
661
|
+
"stroke-linecap": "round",
|
|
662
|
+
"stroke-linejoin": "round",
|
|
663
|
+
"stroke-width": 0
|
|
664
|
+
}, {
|
|
665
|
+
"fill": "#000000",
|
|
666
|
+
"stroke": "none",
|
|
667
|
+
"stroke-linecap": "round",
|
|
668
|
+
"stroke-linejoin": "round",
|
|
669
|
+
"stroke-width": 0
|
|
670
|
+
}, {
|
|
671
|
+
"fill": "#000000",
|
|
672
|
+
"stroke": "none",
|
|
673
|
+
"stroke-linecap": "round",
|
|
674
|
+
"stroke-linejoin": "round",
|
|
675
|
+
"stroke-width": 0
|
|
676
|
+
}, {
|
|
677
|
+
"fill": "#000000",
|
|
678
|
+
"stroke": "none",
|
|
679
|
+
"stroke-linecap": "round",
|
|
680
|
+
"stroke-linejoin": "round",
|
|
681
|
+
"stroke-width": 0
|
|
682
|
+
}], ["M2.5,6h17A2.5,2.5,0,0,0,22,3.5v-1A2.5,2.5,0,0,0,19.5,0H2.5A2.5,2.5,0,0,0,0,2.5v1A2.5,2.5,0,0,0,2.5,6ZM3.635,3A1.115,1.115,0,1,1,4.75,4.115,1.115,1.115,0,0,1,3.635,3ZM7.5,3A1.115,1.115,0,1,1,8.615,4.115,1.114,1.114,0,0,1,7.5,3Z", "M17.5,9.5a7.957,7.957,0,0,1,3.777.949A.493.493,0,0,0,22,10.01c0-.136,0-.3,0-.508A2.5,2.5,0,0,0,19.5,7H2.5A2.5,2.5,0,0,0,0,9.5v1A2.5,2.5,0,0,0,2.5,13h8.139a.491.491,0,0,0,.4-.206A7.992,7.992,0,0,1,17.5,9.5ZM9.729,10A1.115,1.115,0,1,1,8.615,8.885,1.114,1.114,0,0,1,9.729,10ZM5.865,10A1.115,1.115,0,1,1,4.75,8.885,1.115,1.115,0,0,1,5.865,10Z", "M2.5,20H9.242a.5.5,0,0,0,.481-.638,7.866,7.866,0,0,1,.3-4.687A.5.5,0,0,0,9.56,14H2.5A2.5,2.5,0,0,0,0,16.5v1A2.5,2.5,0,0,0,2.5,20Zm1.135-3A1.115,1.115,0,1,1,4.75,18.114,1.115,1.115,0,0,1,3.635,17Z", "M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm4.042-.709h5a.75.75,0,0,1,0,1.5h-5a.75.75,0,1,1,0-1.5Z"]];
|
|
683
|
+
export var ServerShare1 = ["server-share-1", 24, 24, [{
|
|
684
|
+
"fill": "#000000",
|
|
685
|
+
"stroke": "none",
|
|
686
|
+
"stroke-linecap": "round",
|
|
687
|
+
"stroke-linejoin": "round",
|
|
688
|
+
"stroke-width": 0
|
|
689
|
+
}, {
|
|
690
|
+
"fill": "#000000",
|
|
691
|
+
"stroke": "none",
|
|
692
|
+
"stroke-linecap": "round",
|
|
693
|
+
"stroke-linejoin": "round",
|
|
694
|
+
"stroke-width": 0
|
|
695
|
+
}, {
|
|
696
|
+
"fill": "#000000",
|
|
697
|
+
"stroke": "none",
|
|
698
|
+
"stroke-linecap": "round",
|
|
699
|
+
"stroke-linejoin": "round",
|
|
700
|
+
"stroke-width": 0
|
|
701
|
+
}, {
|
|
702
|
+
"fill": "#000000",
|
|
703
|
+
"stroke": "none",
|
|
704
|
+
"stroke-linecap": "round",
|
|
705
|
+
"stroke-linejoin": "round",
|
|
706
|
+
"stroke-width": 0
|
|
707
|
+
}, {
|
|
708
|
+
"fill": "#000000",
|
|
709
|
+
"stroke": "none",
|
|
710
|
+
"stroke-linecap": "round",
|
|
711
|
+
"stroke-linejoin": "round",
|
|
712
|
+
"stroke-width": 0
|
|
713
|
+
}], ["M2.7,20.75a.75.75,0,0,0-.75-.75h-1a.75.75,0,0,0,0,1.5h1A.75.75,0,0,0,2.7,20.75Z", "M2.451,5h13a2.5,2.5,0,0,0,0-5h-13a2.5,2.5,0,0,0,0,5Zm.5-2.5A1.25,1.25,0,1,1,4.2,3.75,1.249,1.249,0,0,1,2.951,2.5Zm3.75,0a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,6.7,2.5Z", "M-.049,8.5a2.5,2.5,0,0,0,2.5,2.5h13a2.5,2.5,0,0,0,0-5h-13A2.5,2.5,0,0,0-.049,8.5Zm3,0A1.25,1.25,0,1,1,4.2,9.75,1.249,1.249,0,0,1,2.951,8.5Zm3.75,0a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,6.7,8.5Z", "M2.6,17H7.951a.25.25,0,0,1,.25.25v2.5a.25.25,0,0,1-.25.25h-3a.75.75,0,0,0,0,1.5h5a.5.5,0,0,0,.4-.784A4.256,4.256,0,0,1,13.8,14a4.209,4.209,0,0,1,1.986.5.511.511,0,0,0,.685-.237c.185-.365.43-.855.583-1.2a.481.481,0,0,0-.137-.585A2.476,2.476,0,0,0,15.451,12h-13A2.5,2.5,0,0,0-.036,14.76,2.6,2.6,0,0,0,2.6,17Zm.353-2.5A1.25,1.25,0,1,1,4.2,15.75,1.249,1.249,0,0,1,2.951,14.5Zm5,1.25A1.25,1.25,0,1,1,9.2,14.5,1.25,1.25,0,0,1,7.951,15.75Z", "M18.612,14.289a.249.249,0,0,1-.116.267l-2.665,1.6a.248.248,0,0,1-.288-.022,2.752,2.752,0,1,0,.311,3.926.247.247,0,0,1,.28-.067l2.272.909a.249.249,0,0,1,.157.246A2.744,2.744,0,1,0,21.3,18.5a2.725,2.725,0,0,0-2.055.941.252.252,0,0,1-.281.067L16.7,18.6a.249.249,0,0,1-.156-.253,2.1,2.1,0,0,0-.057-.638.25.25,0,0,1,.116-.268l2.665-1.6a.249.249,0,0,1,.288.022A2.726,2.726,0,0,0,21.3,16.5a2.75,2.75,0,1,0-2.687-2.211Z"]];
|
|
714
|
+
export var ServerSync1 = ["server-sync-1", 24, 24, [{
|
|
715
|
+
"fill": "#000000",
|
|
716
|
+
"stroke": "none",
|
|
717
|
+
"stroke-linecap": "round",
|
|
718
|
+
"stroke-linejoin": "round",
|
|
719
|
+
"stroke-width": 0
|
|
720
|
+
}, {
|
|
721
|
+
"fill": "#000000",
|
|
722
|
+
"stroke": "none",
|
|
723
|
+
"stroke-linecap": "round",
|
|
724
|
+
"stroke-linejoin": "round",
|
|
725
|
+
"stroke-width": 0
|
|
726
|
+
}, {
|
|
727
|
+
"fill": "#000000",
|
|
728
|
+
"stroke": "none",
|
|
729
|
+
"stroke-linecap": "round",
|
|
730
|
+
"stroke-linejoin": "round",
|
|
731
|
+
"stroke-width": 0
|
|
732
|
+
}, {
|
|
733
|
+
"fill": "#000000",
|
|
734
|
+
"stroke": "none",
|
|
735
|
+
"stroke-linecap": "round",
|
|
736
|
+
"stroke-linejoin": "round",
|
|
737
|
+
"stroke-width": 0
|
|
738
|
+
}, {
|
|
739
|
+
"fill": "#000000",
|
|
740
|
+
"stroke": "none",
|
|
741
|
+
"stroke-linecap": "round",
|
|
742
|
+
"stroke-linejoin": "round",
|
|
743
|
+
"stroke-width": 0
|
|
744
|
+
}, {
|
|
745
|
+
"fill": "#000000",
|
|
746
|
+
"stroke": "none",
|
|
747
|
+
"stroke-linecap": "round",
|
|
748
|
+
"stroke-linejoin": "round",
|
|
749
|
+
"stroke-width": 0
|
|
750
|
+
}], ["M9.5,17.5a7.939,7.939,0,0,1,1.543-4.707.5.5,0,0,0-.4-.793h-8A2.6,2.6,0,0,0,.013,14.239,2.5,2.5,0,0,0,2.5,17H8a.25.25,0,0,1,.25.25v2.5A.25.25,0,0,1,8,20H5a.75.75,0,0,0,0,1.5H9.768a.5.5,0,0,0,.455-.7A8.032,8.032,0,0,1,9.5,17.5ZM3,14.5a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,14.5Zm5,1.25A1.25,1.25,0,1,1,9.25,14.5,1.25,1.25,0,0,1,8,15.75Z", "M1,20a.75.75,0,0,0,0,1.5H2A.75.75,0,0,0,2,20Z", "M2.5,5h13a2.5,2.5,0,0,0,0-5H2.5a2.5,2.5,0,0,0,0,5ZM3,2.5A1.25,1.25,0,1,1,4.25,3.75,1.249,1.249,0,0,1,3,2.5Zm3.75,0A1.25,1.25,0,1,1,8,3.75,1.249,1.249,0,0,1,6.75,2.5Z", "M17.917,9.131A2.467,2.467,0,0,0,17.9,7.8,2.6,2.6,0,0,0,15.376,6H2.647A2.6,2.6,0,0,0,.013,8.239,2.5,2.5,0,0,0,2.5,11H12.705a.479.479,0,0,0,.271-.086,7.832,7.832,0,0,1,4.451-1.4A.509.509,0,0,0,17.917,9.131ZM9.25,8.5A1.25,1.25,0,1,1,8,7.25,1.25,1.25,0,0,1,9.25,8.5ZM5.5,8.5A1.25,1.25,0,1,1,4.25,7.25,1.25,1.25,0,0,1,5.5,8.5Z", "M11.309,23.141a.5.5,0,0,0,.545-.108l.969-.97a.25.25,0,0,1,.359.006,6.086,6.086,0,0,0,10.21-2.2,1,1,0,0,0-1.893-.649,4.09,4.09,0,0,1-6.918,1.42.249.249,0,0,1,.008-.344l1.721-1.722a.5.5,0,0,0-.353-.854H11.5a.5.5,0,0,0-.5.5v4.457a.485.485,0,0,0,.068.224.45.45,0,0,0,.087.112A.47.47,0,0,0,11.309,23.141Z", "M22.121,12.906a.251.251,0,0,1-.358,0,6.1,6.1,0,0,0-10.2,2.227,1,1,0,0,0,1.893.648,4.092,4.092,0,0,1,6.9-1.445.249.249,0,0,1-.007.346l-1.659,1.66a.5.5,0,0,0,.353.853H23.5a.5.5,0,0,0,.5-.5V12.234a.5.5,0,0,0-.309-.462.485.485,0,0,0-.455.061c-.029.018-.064.022-.09.048Z"]];
|
|
751
|
+
export var ServerUpload1 = ["server-upload-1", 24, 24, [{
|
|
752
|
+
"fill": "#000000",
|
|
753
|
+
"stroke": "none",
|
|
754
|
+
"stroke-linecap": "round",
|
|
755
|
+
"stroke-linejoin": "round",
|
|
756
|
+
"stroke-width": 0
|
|
757
|
+
}, {
|
|
758
|
+
"fill": "#000000",
|
|
759
|
+
"stroke": "none",
|
|
760
|
+
"stroke-linecap": "round",
|
|
761
|
+
"stroke-linejoin": "round",
|
|
762
|
+
"stroke-width": 0
|
|
763
|
+
}, {
|
|
764
|
+
"fill": "#000000",
|
|
765
|
+
"stroke": "none",
|
|
766
|
+
"stroke-linecap": "round",
|
|
767
|
+
"stroke-linejoin": "round",
|
|
768
|
+
"stroke-width": 0
|
|
769
|
+
}, {
|
|
770
|
+
"fill": "#000000",
|
|
771
|
+
"stroke": "none",
|
|
772
|
+
"stroke-linecap": "round",
|
|
773
|
+
"stroke-linejoin": "round",
|
|
774
|
+
"stroke-width": 0
|
|
775
|
+
}, {
|
|
776
|
+
"fill": "#000000",
|
|
777
|
+
"stroke": "none",
|
|
778
|
+
"stroke-linecap": "round",
|
|
779
|
+
"stroke-linejoin": "round",
|
|
780
|
+
"stroke-width": 0
|
|
781
|
+
}], ["M9.375,17.375a7.928,7.928,0,0,1,1.377-4.47.5.5,0,0,0-.408-.78H2.772A2.6,2.6,0,0,0,.138,14.364a2.5,2.5,0,0,0,2.487,2.761h5.5a.25.25,0,0,1,.25.25v2.5a.25.25,0,0,1-.25.25h-3a.75.75,0,0,0,0,1.5H9.762a.5.5,0,0,0,.446-.714A7.912,7.912,0,0,1,9.375,17.375Zm-6.25-2.75a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3.125,14.625Zm5,1.25a1.25,1.25,0,1,1,1.25-1.25A1.25,1.25,0,0,1,8.125,15.875Z", "M1.125,20.125a.75.75,0,0,0,0,1.5h1a.75.75,0,0,0,0-1.5Z", "M.125,2.625a2.5,2.5,0,0,0,2.5,2.5h13a2.5,2.5,0,0,0,0-5h-13A2.5,2.5,0,0,0,.125,2.625Zm3,0a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3.125,2.625Zm3.75,0a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,6.875,2.625Z", "M17.587,9.378a.5.5,0,0,0,.511-.445,2.49,2.49,0,0,0-2.473-2.808H2.772A2.6,2.6,0,0,0,.138,8.364a2.5,2.5,0,0,0,2.487,2.761H12.23a.494.494,0,0,0,.3-.1A7.956,7.956,0,0,1,17.587,9.378ZM9.375,8.625a1.25,1.25,0,1,1-1.25-1.25A1.25,1.25,0,0,1,9.375,8.625Zm-3.75,0a1.25,1.25,0,1,1-1.25-1.25A1.25,1.25,0,0,1,5.625,8.625Z", "M10.875,17.375a6.5,6.5,0,1,0,6.5-6.5A6.508,6.508,0,0,0,10.875,17.375Zm8.951-.283a.5.5,0,0,1-.451.283h-.75a.25.25,0,0,0-.25.25v2.75a1,1,0,0,1-2,0v-2.75a.25.25,0,0,0-.25-.25h-.75a.5.5,0,0,1-.391-.813l2-2.5a.52.52,0,0,1,.782,0l2,2.5A.5.5,0,0,1,19.826,17.092Z"]];
|
|
782
|
+
export var ServerSync = ["server-sync", 24, 24, [{
|
|
783
|
+
"fill": "#000000",
|
|
784
|
+
"stroke": "none",
|
|
785
|
+
"stroke-linecap": "round",
|
|
786
|
+
"stroke-linejoin": "round",
|
|
787
|
+
"stroke-width": 0
|
|
788
|
+
}, {
|
|
789
|
+
"fill": "#000000",
|
|
790
|
+
"stroke": "none",
|
|
791
|
+
"stroke-linecap": "round",
|
|
792
|
+
"stroke-linejoin": "round",
|
|
793
|
+
"stroke-width": 0
|
|
794
|
+
}, {
|
|
795
|
+
"fill": "#000000",
|
|
796
|
+
"stroke": "none",
|
|
797
|
+
"stroke-linecap": "round",
|
|
798
|
+
"stroke-linejoin": "round",
|
|
799
|
+
"stroke-width": 0
|
|
800
|
+
}, {
|
|
801
|
+
"fill": "#000000",
|
|
802
|
+
"stroke": "none",
|
|
803
|
+
"stroke-linecap": "round",
|
|
804
|
+
"stroke-linejoin": "round",
|
|
805
|
+
"stroke-width": 0
|
|
806
|
+
}, {
|
|
807
|
+
"fill": "#000000",
|
|
808
|
+
"stroke": "none",
|
|
809
|
+
"stroke-linecap": "round",
|
|
810
|
+
"stroke-linejoin": "round",
|
|
811
|
+
"stroke-width": 0
|
|
812
|
+
}], ["M0,3.5A2.5,2.5,0,0,0,2.5,6h17A2.5,2.5,0,0,0,22,3.5v-1A2.5,2.5,0,0,0,19.5,0H2.5A2.5,2.5,0,0,0,0,2.5ZM3.635,3A1.115,1.115,0,1,1,4.75,4.114,1.115,1.115,0,0,1,3.635,3ZM7.5,3A1.115,1.115,0,1,1,8.615,4.114,1.114,1.114,0,0,1,7.5,3Z", "M17.5,9.5a8.17,8.17,0,0,1,3.783.926A.493.493,0,0,0,22,9.982V9.5A2.5,2.5,0,0,0,19.5,7H2.5A2.5,2.5,0,0,0,0,9.5v1A2.5,2.5,0,0,0,2.5,13h8.019a.491.491,0,0,0,.393-.2A8.233,8.233,0,0,1,17.5,9.5ZM9.729,10A1.115,1.115,0,1,1,8.615,8.885,1.115,1.115,0,0,1,9.729,10ZM5.865,10A1.115,1.115,0,1,1,4.75,8.885,1.115,1.115,0,0,1,5.865,10Z", "M2.5,20H8.925a.5.5,0,0,0,.491-.593,8.24,8.24,0,0,1,.434-4.73A.5.5,0,0,0,9.386,14H2.5A2.5,2.5,0,0,0,0,16.5v1A2.5,2.5,0,0,0,2.5,20Zm1.135-3A1.115,1.115,0,1,1,4.75,18.114,1.115,1.115,0,0,1,3.635,17Z", "M11.854,23.033l.969-.97a.25.25,0,0,1,.359.006,6.086,6.086,0,0,0,10.21-2.2,1,1,0,0,0-1.893-.649,4.09,4.09,0,0,1-6.918,1.42.249.249,0,0,1,.008-.344l1.721-1.722a.5.5,0,0,0-.353-.854H11.5a.5.5,0,0,0-.5.5v4.457a.485.485,0,0,0,.068.224.45.45,0,0,0,.087.112.47.47,0,0,0,.154.126A.5.5,0,0,0,11.854,23.033Z", "M22.121,12.906a.251.251,0,0,1-.358,0,6.1,6.1,0,0,0-10.2,2.227,1,1,0,0,0,1.893.648,4.092,4.092,0,0,1,6.9-1.445.249.249,0,0,1-.007.346l-1.659,1.66a.5.5,0,0,0,.353.853H23.5a.5.5,0,0,0,.5-.5V12.234a.5.5,0,0,0-.309-.462.485.485,0,0,0-.455.061c-.029.018-.064.022-.09.048Z"]];
|
|
813
|
+
export var ServerWarning500 = ["server-warning-500", 24, 24, [{
|
|
814
|
+
"fill": "#000000",
|
|
815
|
+
"stroke": "none",
|
|
816
|
+
"stroke-linecap": "round",
|
|
817
|
+
"stroke-linejoin": "round",
|
|
818
|
+
"stroke-width": 0
|
|
819
|
+
}, {
|
|
820
|
+
"fill": "#000000",
|
|
821
|
+
"stroke": "none",
|
|
822
|
+
"stroke-linecap": "round",
|
|
823
|
+
"stroke-linejoin": "round",
|
|
824
|
+
"stroke-width": 0
|
|
825
|
+
}, {
|
|
826
|
+
"fill": "#000000",
|
|
827
|
+
"stroke": "none",
|
|
828
|
+
"stroke-linecap": "round",
|
|
829
|
+
"stroke-linejoin": "round",
|
|
830
|
+
"stroke-width": 0
|
|
831
|
+
}, {
|
|
832
|
+
"fill": "#000000",
|
|
833
|
+
"stroke": "none",
|
|
834
|
+
"stroke-linecap": "round",
|
|
835
|
+
"stroke-linejoin": "round",
|
|
836
|
+
"stroke-width": 0
|
|
837
|
+
}], ["M13.033.771a1.45,1.45,0,0,0-2.562,0L5.415,10.405a1.431,1.431,0,0,0,.048,1.408A1.456,1.456,0,0,0,6.7,12.5H16.808a1.456,1.456,0,0,0,1.233-.687,1.431,1.431,0,0,0,.048-1.408ZM11.752,3.25A.75.75,0,0,1,12.5,4V7A.75.75,0,1,1,11,7V4A.75.75,0,0,1,11.752,3.25Zm0,5.5a1,1,0,1,1-1,1A1,1,0,0,1,11.752,8.75Z", "M5.5,21a1,1,0,0,1-1,1h-3a1,1,0,0,0,0,2h3a3,3,0,0,0,0-6H2.75a.25.25,0,0,1-.25-.25v-1.5A.25.25,0,0,1,2.75,16H6.5a1,1,0,0,0,0-2h-5a1,1,0,0,0-1,1v3a2,2,0,0,0,2,2h2A1,1,0,0,1,5.5,21Z", "M8.5,17.5v3a3.5,3.5,0,0,0,7,0v-3a3.5,3.5,0,0,0-7,0Zm2,0a1.5,1.5,0,0,1,3,0v3a1.5,1.5,0,0,1-3,0Z", "M16.5,17.5v3a3.5,3.5,0,0,0,7,0v-3a3.5,3.5,0,0,0-7,0Zm2,0a1.5,1.5,0,0,1,3,0v3a1.5,1.5,0,0,1-3,0Z"]];
|
|
838
|
+
export var ServerAdd1 = ["server-add-1", 24, 24, [{
|
|
839
|
+
"fill": "#000000",
|
|
840
|
+
"stroke": "none",
|
|
841
|
+
"stroke-linecap": "round",
|
|
842
|
+
"stroke-linejoin": "round",
|
|
843
|
+
"stroke-width": 0
|
|
844
|
+
}, {
|
|
845
|
+
"fill": "#000000",
|
|
846
|
+
"stroke": "none",
|
|
847
|
+
"stroke-linecap": "round",
|
|
848
|
+
"stroke-linejoin": "round",
|
|
849
|
+
"stroke-width": 0
|
|
850
|
+
}, {
|
|
851
|
+
"fill": "#000000",
|
|
852
|
+
"stroke": "none",
|
|
853
|
+
"stroke-linecap": "round",
|
|
854
|
+
"stroke-linejoin": "round",
|
|
855
|
+
"stroke-width": 0
|
|
856
|
+
}, {
|
|
857
|
+
"fill": "#000000",
|
|
858
|
+
"stroke": "none",
|
|
859
|
+
"stroke-linecap": "round",
|
|
860
|
+
"stroke-linejoin": "round",
|
|
861
|
+
"stroke-width": 0
|
|
862
|
+
}, {
|
|
863
|
+
"fill": "#000000",
|
|
864
|
+
"stroke": "none",
|
|
865
|
+
"stroke-linecap": "round",
|
|
866
|
+
"stroke-linejoin": "round",
|
|
867
|
+
"stroke-width": 0
|
|
868
|
+
}], ["M9.5,17.5a7.939,7.939,0,0,1,1.543-4.707.5.5,0,0,0-.4-.793h-8A2.6,2.6,0,0,0,.013,14.239,2.5,2.5,0,0,0,2.5,17H8a.25.25,0,0,1,.25.25v2.5A.25.25,0,0,1,8,20H5a.75.75,0,0,0,0,1.5H9.768a.5.5,0,0,0,.455-.7A8.032,8.032,0,0,1,9.5,17.5ZM3,14.5a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,14.5Zm5,1.25A1.25,1.25,0,1,1,9.25,14.5,1.25,1.25,0,0,1,8,15.75Z", "M1,20a.75.75,0,0,0,0,1.5H2A.75.75,0,0,0,2,20Z", "M2.5,5h13a2.5,2.5,0,0,0,0-5H2.5a2.5,2.5,0,0,0,0,5ZM3,2.5A1.25,1.25,0,1,1,4.25,3.75,1.249,1.249,0,0,1,3,2.5Zm3.75,0A1.25,1.25,0,1,1,8,3.75,1.249,1.249,0,0,1,6.75,2.5Z", "M17.427,9.509a.509.509,0,0,0,.49-.378A2.467,2.467,0,0,0,17.9,7.8,2.6,2.6,0,0,0,15.376,6H2.647A2.6,2.6,0,0,0,.013,8.239,2.5,2.5,0,0,0,2.5,11H12.705a.479.479,0,0,0,.271-.086A7.832,7.832,0,0,1,17.427,9.509ZM9.25,8.5A1.25,1.25,0,1,1,8,7.25,1.25,1.25,0,0,1,9.25,8.5ZM5.5,8.5A1.25,1.25,0,1,1,4.25,7.25,1.25,1.25,0,0,1,5.5,8.5Z", "M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm9-.75a.75.75,0,0,1,0,1.5H18.5a.25.25,0,0,0-.25.25V20a.75.75,0,0,1-1.5,0V18.5a.25.25,0,0,0-.25-.25H15a.75.75,0,0,1,0-1.5h1.5a.25.25,0,0,0,.25-.25V15a.75.75,0,0,1,1.5,0v1.5a.25.25,0,0,0,.25.25Z"]];
|
|
869
|
+
export var ServerRemove = ["server-remove", 24, 24, [{
|
|
870
|
+
"fill": "#000000",
|
|
871
|
+
"stroke": "none",
|
|
872
|
+
"stroke-linecap": "round",
|
|
873
|
+
"stroke-linejoin": "round",
|
|
874
|
+
"stroke-width": 0
|
|
875
|
+
}, {
|
|
876
|
+
"fill": "#000000",
|
|
877
|
+
"stroke": "none",
|
|
878
|
+
"stroke-linecap": "round",
|
|
879
|
+
"stroke-linejoin": "round",
|
|
880
|
+
"stroke-width": 0
|
|
881
|
+
}, {
|
|
882
|
+
"fill": "#000000",
|
|
883
|
+
"stroke": "none",
|
|
884
|
+
"stroke-linecap": "round",
|
|
885
|
+
"stroke-linejoin": "round",
|
|
886
|
+
"stroke-width": 0
|
|
887
|
+
}, {
|
|
888
|
+
"fill": "#000000",
|
|
889
|
+
"stroke": "none",
|
|
890
|
+
"stroke-linecap": "round",
|
|
891
|
+
"stroke-linejoin": "round",
|
|
892
|
+
"stroke-width": 0
|
|
893
|
+
}], ["M2.5,6h17A2.5,2.5,0,0,0,22,3.5v-1A2.5,2.5,0,0,0,19.5,0H2.5A2.5,2.5,0,0,0,0,2.5v1A2.5,2.5,0,0,0,2.5,6ZM3.635,3A1.115,1.115,0,1,1,4.75,4.115,1.115,1.115,0,0,1,3.635,3ZM7.5,3A1.115,1.115,0,1,1,8.615,4.115,1.114,1.114,0,0,1,7.5,3Z", "M17.5,9.5a7.957,7.957,0,0,1,3.777.949A.493.493,0,0,0,22,10.01c0-.135,0-.3,0-.508A2.5,2.5,0,0,0,19.5,7H2.5A2.5,2.5,0,0,0,0,9.5v1A2.5,2.5,0,0,0,2.5,13h8.139a.49.49,0,0,0,.4-.206A7.992,7.992,0,0,1,17.5,9.5ZM9.729,10A1.115,1.115,0,1,1,8.615,8.885,1.114,1.114,0,0,1,9.729,10ZM5.865,10A1.115,1.115,0,1,1,4.75,8.885,1.115,1.115,0,0,1,5.865,10Z", "M0,17.5A2.5,2.5,0,0,0,2.5,20H9.242a.505.505,0,0,0,.481-.638,7.868,7.868,0,0,1,.3-4.687A.5.5,0,0,0,9.56,14H2.5A2.5,2.5,0,0,0,0,16.5ZM3.635,17A1.115,1.115,0,1,1,4.75,18.114,1.115,1.115,0,0,1,3.635,17Z", "M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm3.849-1.591a.75.75,0,0,1,1.06-1.061l1.414,1.414a.25.25,0,0,0,.354,0l1.414-1.414a.75.75,0,1,1,1.06,1.061l-1.414,1.414a.252.252,0,0,0,0,.354l1.414,1.414a.75.75,0,1,1-1.06,1.06l-1.414-1.414a.25.25,0,0,0-.354,0l-1.414,1.414a.75.75,0,1,1-1.06-1.06l1.414-1.414a.252.252,0,0,0,0-.354Z"]];
|
|
894
|
+
export var ServerSearch = ["server-search", 24, 24, [{
|
|
895
|
+
"fill": "#000000",
|
|
896
|
+
"stroke": "none",
|
|
897
|
+
"stroke-linecap": "round",
|
|
898
|
+
"stroke-linejoin": "round",
|
|
899
|
+
"stroke-width": 0
|
|
900
|
+
}, {
|
|
901
|
+
"fill": "#000000",
|
|
902
|
+
"stroke": "none",
|
|
903
|
+
"stroke-linecap": "round",
|
|
904
|
+
"stroke-linejoin": "round",
|
|
905
|
+
"stroke-width": 0
|
|
906
|
+
}, {
|
|
907
|
+
"fill": "#000000",
|
|
908
|
+
"stroke": "none",
|
|
909
|
+
"stroke-linecap": "round",
|
|
910
|
+
"stroke-linejoin": "round",
|
|
911
|
+
"stroke-width": 0
|
|
912
|
+
}, {
|
|
913
|
+
"fill": "#000000",
|
|
914
|
+
"stroke": "none",
|
|
915
|
+
"stroke-linecap": "round",
|
|
916
|
+
"stroke-linejoin": "round",
|
|
917
|
+
"stroke-width": 0
|
|
918
|
+
}], ["M0,3.5A2.5,2.5,0,0,0,2.5,6h17A2.5,2.5,0,0,0,22,3.5v-1A2.5,2.5,0,0,0,19.5,0H2.5A2.5,2.5,0,0,0,0,2.5ZM3.635,3A1.115,1.115,0,1,1,4.75,4.115,1.115,1.115,0,0,1,3.635,3ZM7.5,3A1.115,1.115,0,1,1,8.615,4.115,1.114,1.114,0,0,1,7.5,3Z", "M16.529,9.5a6.98,6.98,0,0,1,4.617,1.743.5.5,0,0,0,.806-.274A8.286,8.286,0,0,0,22,9.5,2.5,2.5,0,0,0,19.5,7H2.5A2.5,2.5,0,0,0,0,9.5v1A2.5,2.5,0,0,0,2.5,13h7.687a.491.491,0,0,0,.415-.234A7.024,7.024,0,0,1,16.529,9.5Zm-6.8.5A1.115,1.115,0,1,1,8.615,8.885,1.114,1.114,0,0,1,9.729,10ZM5.865,10A1.115,1.115,0,1,1,4.75,8.885,1.115,1.115,0,0,1,5.865,10Z", "M2.5,20H9.622a.494.494,0,0,0,.457-.689,6.937,6.937,0,0,1-.308-4.694A.5.5,0,0,0,9.285,14H2.5A2.5,2.5,0,0,0,0,16.5v1A2.5,2.5,0,0,0,2.5,20Zm1.135-3A1.115,1.115,0,1,1,4.75,18.114,1.115,1.115,0,0,1,3.635,17Z", "M11,16.529a5.524,5.524,0,0,0,8.5,4.66.25.25,0,0,1,.311.034l2.484,2.484a1,1,0,0,0,1.414-1.414l-2.484-2.484a.251.251,0,0,1-.034-.312A5.527,5.527,0,1,0,11,16.529ZM16.529,13A3.529,3.529,0,1,1,13,16.529,3.533,3.533,0,0,1,16.529,13Z"]];
|
|
919
|
+
export var ServerShare = ["server-share", 24, 24, [{
|
|
920
|
+
"fill": "#000000",
|
|
921
|
+
"stroke": "none",
|
|
922
|
+
"stroke-linecap": "round",
|
|
923
|
+
"stroke-linejoin": "round",
|
|
924
|
+
"stroke-width": 0
|
|
925
|
+
}, {
|
|
926
|
+
"fill": "#000000",
|
|
927
|
+
"stroke": "none",
|
|
928
|
+
"stroke-linecap": "round",
|
|
929
|
+
"stroke-linejoin": "round",
|
|
930
|
+
"stroke-width": 0
|
|
931
|
+
}, {
|
|
932
|
+
"fill": "#000000",
|
|
933
|
+
"stroke": "none",
|
|
934
|
+
"stroke-linecap": "round",
|
|
935
|
+
"stroke-linejoin": "round",
|
|
936
|
+
"stroke-width": 0
|
|
937
|
+
}, {
|
|
938
|
+
"fill": "#000000",
|
|
939
|
+
"stroke": "none",
|
|
940
|
+
"stroke-linecap": "round",
|
|
941
|
+
"stroke-linejoin": "round",
|
|
942
|
+
"stroke-width": 0
|
|
943
|
+
}], ["M0,3.484a2.5,2.5,0,0,0,2.5,2.5h17a2.5,2.5,0,0,0,2.5-2.5v-1a2.5,2.5,0,0,0-2.5-2.5H2.5A2.5,2.5,0,0,0,0,2.484Zm3.635-.5A1.115,1.115,0,1,1,4.75,4.1,1.115,1.115,0,0,1,3.635,2.984Zm3.865,0A1.115,1.115,0,1,1,8.615,4.1,1.114,1.114,0,0,1,7.5,2.984Z", "M21.25,9.515a4.21,4.21,0,0,1,.75.076,2.506,2.506,0,0,0-2.5-2.607H2.5A2.5,2.5,0,0,0,0,9.484v1a2.5,2.5,0,0,0,2.5,2.5H16.683a.5.5,0,0,0,.481-.365A4.25,4.25,0,0,1,21.25,9.515ZM9.729,9.984A1.115,1.115,0,1,1,8.615,8.869,1.114,1.114,0,0,1,9.729,9.984Zm-3.864,0A1.115,1.115,0,1,1,4.75,8.869,1.115,1.115,0,0,1,5.865,9.984Z", "M2.5,13.984a2.5,2.5,0,0,0-2.5,2.5v1a2.5,2.5,0,0,0,2.5,2.5H9.163a.5.5,0,0,0,.4-.2.506.506,0,0,0,.086-.435A4.111,4.111,0,0,1,9.5,18.265a4.256,4.256,0,0,1,2.328-3.79.248.248,0,0,0-.12-.466Zm1.135,3A1.115,1.115,0,1,1,4.75,18.1,1.115,1.115,0,0,1,3.635,16.984Z", "M24,13.765a2.746,2.746,0,1,0-5.437.539.25.25,0,0,1-.116.268l-2.665,1.6a.248.248,0,0,1-.288-.022,2.752,2.752,0,1,0,.311,3.925.252.252,0,0,1,.281-.067l2.272.909a.25.25,0,0,1,.156.246,2.758,2.758,0,1,0,.681-1.706.25.25,0,0,1-.281.068l-2.264-.906a.251.251,0,0,1-.156-.253,2.1,2.1,0,0,0-.057-.638.252.252,0,0,1,.116-.269l2.665-1.6a.25.25,0,0,1,.288.021,2.72,2.72,0,0,0,1.744.634A2.752,2.752,0,0,0,24,13.765Z"]];
|
|
944
|
+
export var ServerStar = ["server-star", 24, 24, [{
|
|
945
|
+
"fill": "#000000",
|
|
946
|
+
"stroke": "none",
|
|
947
|
+
"stroke-linecap": "round",
|
|
948
|
+
"stroke-linejoin": "round",
|
|
949
|
+
"stroke-width": 0
|
|
950
|
+
}, {
|
|
951
|
+
"fill": "#000000",
|
|
952
|
+
"stroke": "none",
|
|
953
|
+
"stroke-linecap": "round",
|
|
954
|
+
"stroke-linejoin": "round",
|
|
955
|
+
"stroke-width": 0
|
|
956
|
+
}, {
|
|
957
|
+
"fill": "#000000",
|
|
958
|
+
"stroke": "none",
|
|
959
|
+
"stroke-linecap": "round",
|
|
960
|
+
"stroke-linejoin": "round",
|
|
961
|
+
"stroke-width": 0
|
|
962
|
+
}, {
|
|
963
|
+
"fill": "#000000",
|
|
964
|
+
"stroke": "none",
|
|
965
|
+
"stroke-linecap": "round",
|
|
966
|
+
"stroke-linejoin": "round",
|
|
967
|
+
"stroke-width": 0
|
|
968
|
+
}], ["M0,3.484a2.5,2.5,0,0,0,2.5,2.5h17a2.5,2.5,0,0,0,2.5-2.5v-1a2.5,2.5,0,0,0-2.5-2.5H2.5A2.5,2.5,0,0,0,0,2.484Zm3.636-.5A1.115,1.115,0,1,1,4.751,4.1,1.114,1.114,0,0,1,3.637,2.984Zm3.864,0A1.115,1.115,0,1,1,8.616,4.1,1.114,1.114,0,0,1,7.5,2.984Z", "M14.976,11.111a2.833,2.833,0,0,1,2.524-1.6c2.067,0,2.671,1.81,3.082,2.871a.248.248,0,0,0,.368.122A2.48,2.48,0,0,0,22,10.484v-1a2.5,2.5,0,0,0-2.5-2.5H2.5A2.5,2.5,0,0,0,0,9.484v1a2.5,2.5,0,0,0,2.5,2.5H13.838a.494.494,0,0,0,.457-.3ZM9.73,9.984A1.115,1.115,0,1,1,8.616,8.869,1.114,1.114,0,0,1,9.73,9.984Zm-3.864,0A1.115,1.115,0,1,1,4.751,8.869,1.115,1.115,0,0,1,5.866,9.984Z", "M0,17.484a2.5,2.5,0,0,0,2.5,2.5h8.407a.5.5,0,0,0,.332-.872C10.21,18.224,9.01,16.893,9.7,15.2a2.706,2.706,0,0,1,.509-.8.25.25,0,0,0-.184-.419H2.5a2.5,2.5,0,0,0-2.5,2.5Zm3.636-.5A1.115,1.115,0,1,1,4.751,18.1,1.114,1.114,0,0,1,3.637,16.984Z", "M14.989,14.863a.252.252,0,0,1-.229.151h-2.5a1.228,1.228,0,0,0-1.166.76,1.27,1.27,0,0,0,.319,1.4l2.194,1.955a.249.249,0,0,1,.063.286l-1.223,2.815a1.255,1.255,0,0,0,.315,1.451,1.287,1.287,0,0,0,.864.338,1.3,1.3,0,0,0,.642-.172l3.111-1.752a.251.251,0,0,1,.246,0l3.112,1.752a1.278,1.278,0,0,0,1.506-.166,1.256,1.256,0,0,0,.316-1.45l-1.224-2.816a.249.249,0,0,1,.063-.286l2.212-1.972a1.262,1.262,0,0,0,.3-1.378,1.232,1.232,0,0,0-1.169-.761h-2.5a.252.252,0,0,1-.23-.151l-1.344-3.117-.013-.027a1.293,1.293,0,0,0-2.317.027Z"]];
|
|
969
|
+
export var ServerWarning = ["server-warning", 24, 24, [{
|
|
970
|
+
"fill": "#000000",
|
|
971
|
+
"stroke": "none",
|
|
972
|
+
"stroke-linecap": "round",
|
|
973
|
+
"stroke-linejoin": "round",
|
|
974
|
+
"stroke-width": 0
|
|
975
|
+
}, {
|
|
976
|
+
"fill": "#000000",
|
|
977
|
+
"stroke": "none",
|
|
978
|
+
"stroke-linecap": "round",
|
|
979
|
+
"stroke-linejoin": "round",
|
|
980
|
+
"stroke-width": 0
|
|
981
|
+
}, {
|
|
982
|
+
"fill": "#000000",
|
|
983
|
+
"stroke": "none",
|
|
984
|
+
"stroke-linecap": "round",
|
|
985
|
+
"stroke-linejoin": "round",
|
|
986
|
+
"stroke-width": 0
|
|
987
|
+
}, {
|
|
988
|
+
"fill": "#000000",
|
|
989
|
+
"stroke": "none",
|
|
990
|
+
"stroke-linecap": "round",
|
|
991
|
+
"stroke-linejoin": "round",
|
|
992
|
+
"stroke-width": 0
|
|
993
|
+
}], ["M2.5,6h17A2.5,2.5,0,0,0,22,3.5v-1A2.5,2.5,0,0,0,19.5,0H2.5A2.5,2.5,0,0,0,0,2.5v1A2.5,2.5,0,0,0,2.5,6ZM3.635,3A1.115,1.115,0,1,1,4.749,4.114,1.114,1.114,0,0,1,3.635,3ZM7.5,3A1.115,1.115,0,1,1,8.614,4.114,1.115,1.115,0,0,1,7.5,3Z", "M14.892,11.574a2.952,2.952,0,0,1,3.339-1.486,3.061,3.061,0,0,1,1.934,1.59l.26.495a.5.5,0,0,0,.765.154A2.468,2.468,0,0,0,22,10.5v-1A2.5,2.5,0,0,0,19.5,7H2.5A2.5,2.5,0,0,0,0,9.5v1A2.5,2.5,0,0,0,2.5,13H13.842a.5.5,0,0,0,.442-.268ZM9.729,10A1.115,1.115,0,1,1,8.614,8.885,1.115,1.115,0,0,1,9.729,10ZM5.864,10A1.115,1.115,0,1,1,4.749,8.885,1.115,1.115,0,0,1,5.864,10Z", "M2.5,20h7.67a.5.5,0,0,0,.442-.268l2.624-5A.5.5,0,0,0,12.792,14H2.5A2.5,2.5,0,0,0,0,16.5v1A2.5,2.5,0,0,0,2.5,20Zm1.136-3a1.115,1.115,0,1,1,1.114,1.115A1.114,1.114,0,0,1,3.635,17ZM7.5,17a1.115,1.115,0,1,1,1.115,1.115A1.115,1.115,0,0,1,7.5,17Z", "M11.165,21.905a1.429,1.429,0,0,0,.048,1.408A1.453,1.453,0,0,0,12.446,24H22.558a1.455,1.455,0,0,0,1.232-.687,1.429,1.429,0,0,0,.048-1.408l-5.055-9.634a1.45,1.45,0,0,0-2.562,0ZM17.5,14.75a.75.75,0,0,1,.75.75v3a.75.75,0,0,1-1.5,0v-3A.75.75,0,0,1,17.5,14.75Zm1,6.5a1,1,0,1,1-1-1A1,1,0,0,1,18.5,21.25Z"]];
|
|
994
|
+
export var ServerWarning1 = ["server-warning-1", 24, 24, [{
|
|
995
|
+
"fill": "#000000",
|
|
996
|
+
"stroke": "none",
|
|
997
|
+
"stroke-linecap": "round",
|
|
998
|
+
"stroke-linejoin": "round",
|
|
999
|
+
"stroke-width": 0
|
|
1000
|
+
}, {
|
|
1001
|
+
"fill": "#000000",
|
|
1002
|
+
"stroke": "none",
|
|
1003
|
+
"stroke-linecap": "round",
|
|
1004
|
+
"stroke-linejoin": "round",
|
|
1005
|
+
"stroke-width": 0
|
|
1006
|
+
}, {
|
|
1007
|
+
"fill": "#000000",
|
|
1008
|
+
"stroke": "none",
|
|
1009
|
+
"stroke-linecap": "round",
|
|
1010
|
+
"stroke-linejoin": "round",
|
|
1011
|
+
"stroke-width": 0
|
|
1012
|
+
}, {
|
|
1013
|
+
"fill": "#000000",
|
|
1014
|
+
"stroke": "none",
|
|
1015
|
+
"stroke-linecap": "round",
|
|
1016
|
+
"stroke-linejoin": "round",
|
|
1017
|
+
"stroke-width": 0
|
|
1018
|
+
}, {
|
|
1019
|
+
"fill": "#000000",
|
|
1020
|
+
"stroke": "none",
|
|
1021
|
+
"stroke-linecap": "round",
|
|
1022
|
+
"stroke-linejoin": "round",
|
|
1023
|
+
"stroke-width": 0
|
|
1024
|
+
}], ["M10.137,20.633a.434.434,0,0,0-.227-.6.251.251,0,0,1-.158-.233V17.25A.25.25,0,0,1,10,17h1.739a.5.5,0,0,0,.442-.268l2.1-4A.5.5,0,0,0,13.84,12H2.649A2.6,2.6,0,0,0,.015,14.239,2.5,2.5,0,0,0,2.5,17H8a.25.25,0,0,1,.25.25v2.5A.25.25,0,0,1,8,20H5a.75.75,0,1,0,0,1.5H9.4a.5.5,0,0,0,.455-.292C9.935,21.03,10.031,20.839,10.137,20.633ZM3,14.5a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,14.5Zm5,1.25a1.25,1.25,0,1,1,1.25-1.25A1.25,1.25,0,0,1,8,15.75Z", "M1,20a.75.75,0,1,0,0,1.5H2A.75.75,0,0,0,2,20Z", "M2.5,5h13a2.5,2.5,0,0,0,0-5H2.5a2.5,2.5,0,0,0,0,5ZM3,2.5a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,2.5Zm3.75,0A1.25,1.25,0,1,1,8,3.75,1.249,1.249,0,0,1,6.752,2.5Z", "M17.628,9.8A2.447,2.447,0,0,0,18,8.546,2.651,2.651,0,0,0,15.322,6H2.649A2.6,2.6,0,0,0,.015,8.239,2.5,2.5,0,0,0,2.5,11H15.1a.493.493,0,0,0,.347-.15,2.923,2.923,0,0,1,1.8-.837A.5.5,0,0,0,17.628,9.8ZM3,8.5a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,8.5Zm3.75,0A1.25,1.25,0,1,1,8,9.75,1.249,1.249,0,0,1,6.752,8.5Z", "M18.78,12.271a1.45,1.45,0,0,0-2.562,0l-5.055,9.634a1.429,1.429,0,0,0,.048,1.408A1.456,1.456,0,0,0,12.444,24H22.555a1.456,1.456,0,0,0,1.233-.687,1.429,1.429,0,0,0,.048-1.408ZM16.5,21.25a1,1,0,1,1,1,1A1,1,0,0,1,16.5,21.25Zm1.75-2.75a.75.75,0,0,1-1.5,0v-3a.75.75,0,1,1,1.5,0Z"]];
|
|
1025
|
+
export var ServerDownload1 = ["server-download-1", 24, 24, [{
|
|
1026
|
+
"fill": "#000000",
|
|
1027
|
+
"stroke": "none",
|
|
1028
|
+
"stroke-linecap": "round",
|
|
1029
|
+
"stroke-linejoin": "round",
|
|
1030
|
+
"stroke-width": 0
|
|
1031
|
+
}, {
|
|
1032
|
+
"fill": "#000000",
|
|
1033
|
+
"stroke": "none",
|
|
1034
|
+
"stroke-linecap": "round",
|
|
1035
|
+
"stroke-linejoin": "round",
|
|
1036
|
+
"stroke-width": 0
|
|
1037
|
+
}, {
|
|
1038
|
+
"fill": "#000000",
|
|
1039
|
+
"stroke": "none",
|
|
1040
|
+
"stroke-linecap": "round",
|
|
1041
|
+
"stroke-linejoin": "round",
|
|
1042
|
+
"stroke-width": 0
|
|
1043
|
+
}, {
|
|
1044
|
+
"fill": "#000000",
|
|
1045
|
+
"stroke": "none",
|
|
1046
|
+
"stroke-linecap": "round",
|
|
1047
|
+
"stroke-linejoin": "round",
|
|
1048
|
+
"stroke-width": 0
|
|
1049
|
+
}, {
|
|
1050
|
+
"fill": "#000000",
|
|
1051
|
+
"stroke": "none",
|
|
1052
|
+
"stroke-linecap": "round",
|
|
1053
|
+
"stroke-linejoin": "round",
|
|
1054
|
+
"stroke-width": 0
|
|
1055
|
+
}], ["M9.375,17.375a7.928,7.928,0,0,1,1.377-4.47.5.5,0,0,0-.408-.78H2.772A2.6,2.6,0,0,0,.138,14.364a2.5,2.5,0,0,0,2.487,2.761h5.5a.25.25,0,0,1,.25.25v2.5a.25.25,0,0,1-.25.25h-3a.75.75,0,0,0,0,1.5H9.762a.5.5,0,0,0,.446-.714A7.912,7.912,0,0,1,9.375,17.375Zm-6.25-2.75a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3.125,14.625Zm5,1.25a1.25,1.25,0,1,1,1.25-1.25A1.25,1.25,0,0,1,8.125,15.875Z", "M1.125,21.625h1a.75.75,0,0,0,0-1.5h-1a.75.75,0,0,0,0,1.5Z", "M2.625,5.125h13a2.5,2.5,0,0,0,0-5h-13a2.5,2.5,0,0,0,0,5Zm.5-2.5a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3.125,2.625Zm3.75,0a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,6.875,2.625Z", "M17.587,9.378a.5.5,0,0,0,.511-.445,2.49,2.49,0,0,0-2.473-2.808H2.772A2.6,2.6,0,0,0,.138,8.364a2.5,2.5,0,0,0,2.487,2.761H12.23a.494.494,0,0,0,.3-.1A7.956,7.956,0,0,1,17.587,9.378ZM9.375,8.625a1.25,1.25,0,1,1-1.25-1.25A1.25,1.25,0,0,1,9.375,8.625Zm-3.75,0a1.25,1.25,0,1,1-1.25-1.25A1.25,1.25,0,0,1,5.625,8.625Z", "M10.875,17.375a6.5,6.5,0,1,0,6.5-6.5A6.508,6.508,0,0,0,10.875,17.375Zm7.5-3v2.75a.25.25,0,0,0,.25.25h.75a.5.5,0,0,1,.391.812l-2,2.5a.5.5,0,0,1-.782,0l-2-2.5a.5.5,0,0,1,.391-.812h.75a.25.25,0,0,0,.25-.25v-2.75a1,1,0,0,1,2,0Z"]];
|
|
1056
|
+
export var ServerLock = ["server-lock", 24, 24, [{
|
|
1057
|
+
"fill": "#000000",
|
|
1058
|
+
"stroke": "none",
|
|
1059
|
+
"stroke-linecap": "round",
|
|
1060
|
+
"stroke-linejoin": "round",
|
|
1061
|
+
"stroke-width": 0
|
|
1062
|
+
}, {
|
|
1063
|
+
"fill": "#000000",
|
|
1064
|
+
"stroke": "none",
|
|
1065
|
+
"stroke-linecap": "round",
|
|
1066
|
+
"stroke-linejoin": "round",
|
|
1067
|
+
"stroke-width": 0
|
|
1068
|
+
}, {
|
|
1069
|
+
"fill": "#000000",
|
|
1070
|
+
"stroke": "none",
|
|
1071
|
+
"stroke-linecap": "round",
|
|
1072
|
+
"stroke-linejoin": "round",
|
|
1073
|
+
"stroke-width": 0
|
|
1074
|
+
}, {
|
|
1075
|
+
"fill": "#000000",
|
|
1076
|
+
"stroke": "none",
|
|
1077
|
+
"stroke-linecap": "round",
|
|
1078
|
+
"stroke-linejoin": "round",
|
|
1079
|
+
"stroke-width": 0
|
|
1080
|
+
}], ["M0,3.5A2.5,2.5,0,0,0,2.5,6h17A2.5,2.5,0,0,0,22,3.5v-1A2.5,2.5,0,0,0,19.5,0H2.5A2.5,2.5,0,0,0,0,2.5ZM3.635,3A1.115,1.115,0,1,1,4.75,4.115,1.115,1.115,0,0,1,3.635,3ZM7.5,3A1.115,1.115,0,1,1,8.615,4.115,1.114,1.114,0,0,1,7.5,3Z", "M19,9a4.9,4.9,0,0,1,2.567.729A.279.279,0,0,0,22,9.5h0A2.5,2.5,0,0,0,19.5,7H2.5A2.5,2.5,0,0,0,0,9.5v1A2.5,2.5,0,0,0,2.5,13H13.713a.5.5,0,0,0,.48-.378A5,5,0,0,1,19,9ZM9.729,10A1.115,1.115,0,1,1,8.615,8.885,1.114,1.114,0,0,1,9.729,10ZM5.865,10A1.115,1.115,0,1,1,4.75,8.885,1.115,1.115,0,0,1,5.865,10Z", "M2.5,20H12a.5.5,0,0,0,.5-.5V16a1.813,1.813,0,0,1,.75-1.551A.253.253,0,0,0,13.09,14H2.5A2.5,2.5,0,0,0,0,16.5v1A2.5,2.5,0,0,0,2.5,20Zm1.135-3A1.115,1.115,0,1,1,4.75,18.114,1.115,1.115,0,0,1,3.635,17ZM7.5,17a1.115,1.115,0,1,1,1.115,1.114A1.114,1.114,0,0,1,7.5,17Z", "M15.5,15.268a.25.25,0,0,1-.214.247A1.5,1.5,0,0,0,14,17v5.5A1.5,1.5,0,0,0,15.5,24h7A1.5,1.5,0,0,0,24,22.5V17a1.5,1.5,0,0,0-1.286-1.485.25.25,0,0,1-.214-.247V14.25a3.5,3.5,0,0,0-7,0ZM20,20.25a1,1,0,1,1-1-1A1,1,0,0,1,20,20.25Zm-1-7.5a1.5,1.5,0,0,1,1.5,1.5v1a.25.25,0,0,1-.25.25h-2.5a.25.25,0,0,1-.25-.25v-1A1.5,1.5,0,0,1,19,12.75Z"]];
|
|
1081
|
+
export var ServerSettings = ["server-settings", 24, 24, [{
|
|
1082
|
+
"fill": "#000000",
|
|
1083
|
+
"stroke": "none",
|
|
1084
|
+
"stroke-linecap": "round",
|
|
1085
|
+
"stroke-linejoin": "round",
|
|
1086
|
+
"stroke-width": 0
|
|
1087
|
+
}, {
|
|
1088
|
+
"fill": "#000000",
|
|
1089
|
+
"stroke": "none",
|
|
1090
|
+
"stroke-linecap": "round",
|
|
1091
|
+
"stroke-linejoin": "round",
|
|
1092
|
+
"stroke-width": 0
|
|
1093
|
+
}, {
|
|
1094
|
+
"fill": "#000000",
|
|
1095
|
+
"stroke": "none",
|
|
1096
|
+
"stroke-linecap": "round",
|
|
1097
|
+
"stroke-linejoin": "round",
|
|
1098
|
+
"stroke-width": 0
|
|
1099
|
+
}, {
|
|
1100
|
+
"fill": "#000000",
|
|
1101
|
+
"stroke": "none",
|
|
1102
|
+
"stroke-linecap": "round",
|
|
1103
|
+
"stroke-linejoin": "round",
|
|
1104
|
+
"stroke-width": 0
|
|
1105
|
+
}, {
|
|
1106
|
+
"fill": "#000000",
|
|
1107
|
+
"stroke": "none",
|
|
1108
|
+
"stroke-linecap": "round",
|
|
1109
|
+
"stroke-linejoin": "round",
|
|
1110
|
+
"stroke-width": 0
|
|
1111
|
+
}], ["M2.509,6.015h17a2.5,2.5,0,0,0,2.5-2.5v-1a2.5,2.5,0,0,0-2.5-2.5h-17a2.5,2.5,0,0,0-2.5,2.5v1A2.5,2.5,0,0,0,2.509,6.015Zm1.135-3A1.115,1.115,0,1,1,4.759,4.13,1.113,1.113,0,0,1,3.644,3.015Zm3.865,0A1.115,1.115,0,1,1,8.623,4.13,1.113,1.113,0,0,1,7.509,3.015Z", "M17.759,8.532a8.4,8.4,0,0,1,3.412.723.5.5,0,0,0,.675-.622,2.538,2.538,0,0,0-2.337-1.618h-17a2.5,2.5,0,0,0-2.5,2.5v1a2.5,2.5,0,0,0,2.5,2.5H9.987a.49.49,0,0,0,.423-.248A8.5,8.5,0,0,1,17.759,8.532ZM9.738,10.015A1.115,1.115,0,1,1,8.623,8.9,1.115,1.115,0,0,1,9.738,10.015Zm-3.865,0A1.115,1.115,0,1,1,4.759,8.9,1.115,1.115,0,0,1,5.873,10.015Z", "M2.509,20.015H9.117a.5.5,0,0,0,.484-.624,8.328,8.328,0,0,1,0-4.742.5.5,0,0,0-.48-.634H2.509a2.5,2.5,0,0,0-2.5,2.5v1A2.5,2.5,0,0,0,2.509,20.015Zm1.135-3a1.115,1.115,0,1,1,1.115,1.114A1.114,1.114,0,0,1,3.644,17.015Z", "M16.239 17.015 A1.500 1.500 0 1 0 19.239 17.015 A1.500 1.500 0 1 0 16.239 17.015 Z", "M13.671,12.684a1.783,1.783,0,0,0-1.7,2.953l.987,1.066a.461.461,0,0,1,0,.625l-.987,1.065a1.783,1.783,0,0,0,1.7,2.953l1.412-.327a.456.456,0,0,1,.533.311l.423,1.391a1.776,1.776,0,0,0,3.4,0l.423-1.391a.449.449,0,0,1,.534-.311l1.411.327a1.783,1.783,0,0,0,1.7-2.953l-.988-1.065a.463.463,0,0,1,0-.625l.988-1.066a1.783,1.783,0,0,0-1.7-2.953l-1.412.327a.454.454,0,0,1-.532-.31l-.424-1.392a1.776,1.776,0,0,0-3.4,0L15.616,12.7a.456.456,0,0,1-.534.31Zm7.068,4.331a3,3,0,1,1-3-3A3,3,0,0,1,20.739,17.015Z"]];
|
|
1112
|
+
export var ServerMonitorExchange = ["server-monitor-exchange", 24, 24, [{
|
|
1113
|
+
"fill": "#000000",
|
|
1114
|
+
"stroke": "none",
|
|
1115
|
+
"stroke-linecap": "round",
|
|
1116
|
+
"stroke-linejoin": "round",
|
|
1117
|
+
"stroke-width": 0
|
|
1118
|
+
}, {
|
|
1119
|
+
"fill": "#000000",
|
|
1120
|
+
"stroke": "none",
|
|
1121
|
+
"stroke-linecap": "round",
|
|
1122
|
+
"stroke-linejoin": "round",
|
|
1123
|
+
"stroke-width": 0
|
|
1124
|
+
}, {
|
|
1125
|
+
"fill": "#000000",
|
|
1126
|
+
"stroke": "none",
|
|
1127
|
+
"stroke-linecap": "round",
|
|
1128
|
+
"stroke-linejoin": "round",
|
|
1129
|
+
"stroke-width": 0
|
|
1130
|
+
}, {
|
|
1131
|
+
"fill": "#000000",
|
|
1132
|
+
"stroke": "none",
|
|
1133
|
+
"stroke-linecap": "round",
|
|
1134
|
+
"stroke-linejoin": "round",
|
|
1135
|
+
"stroke-width": 0
|
|
1136
|
+
}, {
|
|
1137
|
+
"fill": "#000000",
|
|
1138
|
+
"stroke": "none",
|
|
1139
|
+
"stroke-linecap": "round",
|
|
1140
|
+
"stroke-linejoin": "round",
|
|
1141
|
+
"stroke-width": 0
|
|
1142
|
+
}], ["M12.2,13.528a2,2,0,0,0-2-2h-8a2,2,0,0,0-2,2v5.693a2.022,2.022,0,0,0,2,1.807H4.95a.25.25,0,0,1,.25.25v.5a.25.25,0,0,1-.25.25H3.7a1,1,0,1,0,0,2h5a1,1,0,0,0,0-2H7.45a.25.25,0,0,1-.25-.25v-.5a.25.25,0,0,1,.25-.25H10.2a2.022,2.022,0,0,0,2-1.807Zm-2.5,0a.5.5,0,0,1,.5.5v3.5a.5.5,0,0,1-.5.5h-7a.5.5,0,0,1-.5-.5v-3.5a.5.5,0,0,1,.5-.5Z", "M10.076,5.169a.506.506,0,0,0,.524-.047l2-1.5a.5.5,0,0,0,0-.8l-2-1.5a.5.5,0,0,0-.8.4v.25a.25.25,0,0,1-.25.25H7.8a3,3,0,0,0-3,3v1.5a.25.25,0,0,1-.25.25H4.3a.5.5,0,0,0-.4.8l1.5,2a.5.5,0,0,0,.8,0l1.5-2a.5.5,0,0,0-.4-.8H7.05a.25.25,0,0,1-.25-.25v-1.5a1,1,0,0,1,1-1H9.55a.25.25,0,0,1,.25.25v.25A.5.5,0,0,0,10.076,5.169Z", "M21.8-.029h-6a2,2,0,0,0,0,4h6a2,2,0,0,0,0-4Zm-6,2a1,1,0,1,1,1,1A1,1,0,0,1,15.8,1.971Z", "M21.8,4.971h-6a2,2,0,0,0,0,4h6a2,2,0,0,0,0-4Zm-6,2a1,1,0,1,1,1,1A1,1,0,0,1,15.8,6.971Z", "M21.8,9.971h-6a2,2,0,0,0,0,4h6a2,2,0,0,0,0-4Zm-6,2a1,1,0,1,1,1,1A1,1,0,0,1,15.8,11.971Z"]];
|
|
1143
|
+
export var ServerRefresh = ["server-refresh", 24, 24, [{
|
|
1144
|
+
"fill": "#000000",
|
|
1145
|
+
"stroke": "none",
|
|
1146
|
+
"stroke-linecap": "round",
|
|
1147
|
+
"stroke-linejoin": "round",
|
|
1148
|
+
"stroke-width": 0
|
|
1149
|
+
}, {
|
|
1150
|
+
"fill": "#000000",
|
|
1151
|
+
"stroke": "none",
|
|
1152
|
+
"stroke-linecap": "round",
|
|
1153
|
+
"stroke-linejoin": "round",
|
|
1154
|
+
"stroke-width": 0
|
|
1155
|
+
}, {
|
|
1156
|
+
"fill": "#000000",
|
|
1157
|
+
"stroke": "none",
|
|
1158
|
+
"stroke-linecap": "round",
|
|
1159
|
+
"stroke-linejoin": "round",
|
|
1160
|
+
"stroke-width": 0
|
|
1161
|
+
}, {
|
|
1162
|
+
"fill": "#000000",
|
|
1163
|
+
"stroke": "none",
|
|
1164
|
+
"stroke-linecap": "round",
|
|
1165
|
+
"stroke-linejoin": "round",
|
|
1166
|
+
"stroke-width": 0
|
|
1167
|
+
}], ["M2.511,6.125h17a2.5,2.5,0,0,0,2.5-2.5v-1a2.5,2.5,0,0,0-2.5-2.5h-17a2.5,2.5,0,0,0-2.5,2.5v1A2.5,2.5,0,0,0,2.511,6.125Zm1.135-3A1.115,1.115,0,1,1,4.761,4.239,1.115,1.115,0,0,1,3.646,3.125Zm3.865,0A1.115,1.115,0,1,1,8.625,4.239,1.114,1.114,0,0,1,7.511,3.125Z", "M17.011,9.625a7.7,7.7,0,0,1,4.238,1.267.493.493,0,0,0,.763-.411c0-.2,0-.47,0-.85a2.509,2.509,0,0,0-2.5-2.506h-17a2.5,2.5,0,0,0-2.5,2.5v1a2.5,2.5,0,0,0,2.5,2.5h7.77a.492.492,0,0,0,.4-.212A7.741,7.741,0,0,1,17.011,9.625Zm-7.271.5A1.115,1.115,0,1,1,8.625,9.01,1.115,1.115,0,0,1,9.74,10.124Zm-3.865,0A1.115,1.115,0,1,1,4.761,9.01,1.115,1.115,0,0,1,5.875,10.124Z", "M2.511,20.125h6.57a.5.5,0,0,0,.474-.658,7.614,7.614,0,0,1,.162-4.692.5.5,0,0,0-.476-.65H2.511a2.5,2.5,0,0,0-2.5,2.5v1A2.5,2.5,0,0,0,2.511,20.125Zm1.135-3a1.115,1.115,0,1,1,1.115,1.115A1.115,1.115,0,0,1,3.646,17.124Z", "M21.838,12.84a.25.25,0,0,1-.348.006A6.373,6.373,0,0,0,10.761,17.5a6.374,6.374,0,0,0,11.357,3.976,1,1,0,0,0-1.562-1.248,4.374,4.374,0,1,1-.5-5.982.251.251,0,0,1,.009.363L18.679,16a.5.5,0,0,0,.353.853h4.457a.5.5,0,0,0,.5-.5V11.9a.5.5,0,0,0-.853-.353l-.508.508Z"]];
|
|
1168
|
+
export var ServerStar1 = ["server-star-1", 24, 24, [{
|
|
1169
|
+
"fill": "#000000",
|
|
1170
|
+
"stroke": "none",
|
|
1171
|
+
"stroke-linecap": "round",
|
|
1172
|
+
"stroke-linejoin": "round",
|
|
1173
|
+
"stroke-width": 0
|
|
1174
|
+
}, {
|
|
1175
|
+
"fill": "#000000",
|
|
1176
|
+
"stroke": "none",
|
|
1177
|
+
"stroke-linecap": "round",
|
|
1178
|
+
"stroke-linejoin": "round",
|
|
1179
|
+
"stroke-width": 0
|
|
1180
|
+
}, {
|
|
1181
|
+
"fill": "#000000",
|
|
1182
|
+
"stroke": "none",
|
|
1183
|
+
"stroke-linecap": "round",
|
|
1184
|
+
"stroke-linejoin": "round",
|
|
1185
|
+
"stroke-width": 0
|
|
1186
|
+
}, {
|
|
1187
|
+
"fill": "#000000",
|
|
1188
|
+
"stroke": "none",
|
|
1189
|
+
"stroke-linecap": "round",
|
|
1190
|
+
"stroke-linejoin": "round",
|
|
1191
|
+
"stroke-width": 0
|
|
1192
|
+
}, {
|
|
1193
|
+
"fill": "#000000",
|
|
1194
|
+
"stroke": "none",
|
|
1195
|
+
"stroke-linecap": "round",
|
|
1196
|
+
"stroke-linejoin": "round",
|
|
1197
|
+
"stroke-width": 0
|
|
1198
|
+
}], ["M9.953,20a.249.249,0,0,1-.25-.25V17.1a2.705,2.705,0,0,1,.05-1.91,2.741,2.741,0,0,1,2.553-1.69h1.352a.5.5,0,0,0,.459-.3l.215-.5a.5.5,0,0,0-.459-.7H2.453a2.5,2.5,0,0,0,0,5h5.5a.25.25,0,0,1,.25.25v2.5a.25.25,0,0,1-.25.25h-3a.75.75,0,1,0,0,1.5h5.886a.5.5,0,0,0,.459-.3l.217-.5a.5.5,0,0,0-.458-.7Zm-7-5.5A1.25,1.25,0,1,1,4.2,15.75,1.249,1.249,0,0,1,2.953,14.5Zm5,1.25A1.25,1.25,0,1,1,9.2,14.5,1.25,1.25,0,0,1,7.953,15.75Z", "M1.953,20h-1a.75.75,0,1,0,0,1.5h1a.75.75,0,0,0,0-1.5Z", "M2.453,5h13a2.5,2.5,0,0,0,0-5h-13a2.5,2.5,0,0,0,0,5Zm.5-2.5A1.25,1.25,0,1,1,4.2,3.75,1.249,1.249,0,0,1,2.953,2.5Zm3.75,0a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,6.7,2.5Z", "M17.4,9.516a.5.5,0,0,0,.461-.366,2.406,2.406,0,0,0,.09-.65,2.5,2.5,0,0,0-2.5-2.5h-13a2.5,2.5,0,0,0,0,5H14.8a.5.5,0,0,0,.421-.23A2.67,2.67,0,0,1,17.4,9.516ZM2.953,8.5A1.25,1.25,0,1,1,4.2,9.75,1.249,1.249,0,0,1,2.953,8.5Zm5,1.25A1.25,1.25,0,1,1,9.2,8.5,1.25,1.25,0,0,1,7.953,9.75Z", "M22.788,15h-2.5a.248.248,0,0,1-.229-.151l-1.344-3.116L18.7,11.7a1.293,1.293,0,0,0-2.317.028l-1.346,3.116a.25.25,0,0,1-.23.151h-2.5a1.23,1.23,0,0,0-1.166.76,1.272,1.272,0,0,0,.32,1.4l2.194,1.954a.252.252,0,0,1,.063.287L12.494,22.21a1.253,1.253,0,0,0,.314,1.451,1.278,1.278,0,0,0,1.506.166l3.112-1.752a.249.249,0,0,1,.245,0l3.113,1.752a1.273,1.273,0,0,0,1.506-.166,1.254,1.254,0,0,0,.315-1.45L21.382,19.4a.25.25,0,0,1,.062-.287l2.213-1.971a1.264,1.264,0,0,0,.3-1.378A1.234,1.234,0,0,0,22.788,15Z"]];
|
|
1199
|
+
export var ServerUpload = ["server-upload", 24, 24, [{
|
|
1200
|
+
"fill": "#000000",
|
|
1201
|
+
"stroke": "none",
|
|
1202
|
+
"stroke-linecap": "round",
|
|
1203
|
+
"stroke-linejoin": "round",
|
|
1204
|
+
"stroke-width": 0
|
|
1205
|
+
}, {
|
|
1206
|
+
"fill": "#000000",
|
|
1207
|
+
"stroke": "none",
|
|
1208
|
+
"stroke-linecap": "round",
|
|
1209
|
+
"stroke-linejoin": "round",
|
|
1210
|
+
"stroke-width": 0
|
|
1211
|
+
}, {
|
|
1212
|
+
"fill": "#000000",
|
|
1213
|
+
"stroke": "none",
|
|
1214
|
+
"stroke-linecap": "round",
|
|
1215
|
+
"stroke-linejoin": "round",
|
|
1216
|
+
"stroke-width": 0
|
|
1217
|
+
}, {
|
|
1218
|
+
"fill": "#000000",
|
|
1219
|
+
"stroke": "none",
|
|
1220
|
+
"stroke-linecap": "round",
|
|
1221
|
+
"stroke-linejoin": "round",
|
|
1222
|
+
"stroke-width": 0
|
|
1223
|
+
}], ["M2.75,6h17a2.5,2.5,0,0,0,2.5-2.5v-1A2.5,2.5,0,0,0,19.75,0h-17A2.5,2.5,0,0,0,.25,2.5v1A2.5,2.5,0,0,0,2.75,6ZM3.885,3A1.115,1.115,0,1,1,5,4.115,1.115,1.115,0,0,1,3.885,3ZM7.75,3A1.115,1.115,0,1,1,8.865,4.115,1.114,1.114,0,0,1,7.75,3Z", "M17.25,9.5A7.919,7.919,0,0,1,21.5,10.731a.493.493,0,0,0,.756-.416c0-.2,0-.45,0-.81A2.509,2.509,0,0,0,19.75,7h-17A2.5,2.5,0,0,0,.25,9.5v1A2.5,2.5,0,0,0,2.75,13h7.639a.49.49,0,0,0,.4-.206A7.992,7.992,0,0,1,17.25,9.5ZM9.979,10A1.115,1.115,0,1,1,8.865,8.885,1.114,1.114,0,0,1,9.979,10ZM6.115,10A1.115,1.115,0,1,1,5,8.885,1.115,1.115,0,0,1,6.115,10Z", "M2.75,20H8.992a.505.505,0,0,0,.481-.638,7.868,7.868,0,0,1,.3-4.687A.5.5,0,0,0,9.31,14H2.75a2.5,2.5,0,0,0-2.5,2.5v1A2.5,2.5,0,0,0,2.75,20Zm1.135-3A1.115,1.115,0,1,1,5,18.114,1.115,1.115,0,0,1,3.885,17Z", "M10.75,17.5a6.5,6.5,0,1,0,6.5-6.5A6.508,6.508,0,0,0,10.75,17.5Zm6.5,4a1,1,0,0,1-1-1V17.75A.25.25,0,0,0,16,17.5h-.75a.5.5,0,0,1-.391-.813l2-2.5a.52.52,0,0,1,.782,0l2,2.5a.5.5,0,0,1-.391.813H18.5a.25.25,0,0,0-.25.25V20.5A1,1,0,0,1,17.25,21.5Z"]];
|
|
1224
|
+
export var ServerSettings1 = ["server-settings-1", 24, 24, [{
|
|
1225
|
+
"fill": "#000000",
|
|
1226
|
+
"stroke": "none",
|
|
1227
|
+
"stroke-linecap": "round",
|
|
1228
|
+
"stroke-linejoin": "round",
|
|
1229
|
+
"stroke-width": 0
|
|
1230
|
+
}, {
|
|
1231
|
+
"fill": "#000000",
|
|
1232
|
+
"stroke": "none",
|
|
1233
|
+
"stroke-linecap": "round",
|
|
1234
|
+
"stroke-linejoin": "round",
|
|
1235
|
+
"stroke-width": 0
|
|
1236
|
+
}, {
|
|
1237
|
+
"fill": "#000000",
|
|
1238
|
+
"stroke": "none",
|
|
1239
|
+
"stroke-linecap": "round",
|
|
1240
|
+
"stroke-linejoin": "round",
|
|
1241
|
+
"stroke-width": 0
|
|
1242
|
+
}, {
|
|
1243
|
+
"fill": "#000000",
|
|
1244
|
+
"stroke": "none",
|
|
1245
|
+
"stroke-linecap": "round",
|
|
1246
|
+
"stroke-linejoin": "round",
|
|
1247
|
+
"stroke-width": 0
|
|
1248
|
+
}, {
|
|
1249
|
+
"fill": "#000000",
|
|
1250
|
+
"stroke": "none",
|
|
1251
|
+
"stroke-linecap": "round",
|
|
1252
|
+
"stroke-linejoin": "round",
|
|
1253
|
+
"stroke-width": 0
|
|
1254
|
+
}, {
|
|
1255
|
+
"fill": "#000000",
|
|
1256
|
+
"stroke": "none",
|
|
1257
|
+
"stroke-linecap": "round",
|
|
1258
|
+
"stroke-linejoin": "round",
|
|
1259
|
+
"stroke-width": 0
|
|
1260
|
+
}], ["M9.134,17.047a8.419,8.419,0,0,1,1.18-4.3A.494.494,0,0,0,9.886,12h-7.1A2.6,2.6,0,0,0,.147,14.239,2.5,2.5,0,0,0,2.634,17h5.5a.25.25,0,0,1,.25.25v2.5a.25.25,0,0,1-.25.25h-3a.75.75,0,0,0,0,1.5h4.43a.5.5,0,0,0,.448-.711A8.412,8.412,0,0,1,9.134,17.047Zm-6-2.547a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3.134,14.5Zm5,1.25a1.25,1.25,0,1,1,1.25-1.25A1.25,1.25,0,0,1,8.134,15.75Z", "M1.134,20a.75.75,0,0,0,0,1.5h1a.75.75,0,1,0,0-1.5Z", "M2.634,5h13a2.5,2.5,0,0,0,0-5h-13a2.5,2.5,0,0,0,0,5Zm.5-2.5a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3.134,2.5Zm3.75,0a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,6.884,2.5Z", "M17.568,8.557a.5.5,0,0,0,.506-.584A2.5,2.5,0,0,0,15.634,6H2.781A2.6,2.6,0,0,0,.147,8.239,2.5,2.5,0,0,0,2.634,11H11.67A8.4,8.4,0,0,1,17.568,8.557ZM9.384,8.5a1.25,1.25,0,1,1-1.25-1.25A1.25,1.25,0,0,1,9.384,8.5Zm-3.75,0a1.25,1.25,0,1,1-1.25-1.25A1.25,1.25,0,0,1,5.634,8.5Z", "M16.114 17.031 A1.500 1.500 0 1 0 19.114 17.031 A1.500 1.500 0 1 0 16.114 17.031 Z", "M15.491,12.717a.455.455,0,0,1-.534.31L13.546,12.7a1.783,1.783,0,0,0-1.7,2.953l.987,1.065a.461.461,0,0,1,0,.625l-.987,1.066a1.783,1.783,0,0,0,1.7,2.953l1.412-.327a.455.455,0,0,1,.533.31l.423,1.392a1.776,1.776,0,0,0,3.4,0l.423-1.392a.448.448,0,0,1,.534-.31l1.411.327a1.783,1.783,0,0,0,1.7-2.953L22.4,17.343a.463.463,0,0,1,0-.625l.988-1.065a1.783,1.783,0,0,0-1.7-2.953l-1.412.327a.45.45,0,0,1-.532-.31l-.424-1.392a1.776,1.776,0,0,0-3.4,0Zm2.123,7.314a3,3,0,1,1,3-3A3,3,0,0,1,17.614,20.031Z"]];
|
|
1261
|
+
export var ServerAdd = ["server-add", 24, 24, [{
|
|
1262
|
+
"fill": "#000000",
|
|
1263
|
+
"stroke": "none",
|
|
1264
|
+
"stroke-linecap": "round",
|
|
1265
|
+
"stroke-linejoin": "round",
|
|
1266
|
+
"stroke-width": 0
|
|
1267
|
+
}, {
|
|
1268
|
+
"fill": "#000000",
|
|
1269
|
+
"stroke": "none",
|
|
1270
|
+
"stroke-linecap": "round",
|
|
1271
|
+
"stroke-linejoin": "round",
|
|
1272
|
+
"stroke-width": 0
|
|
1273
|
+
}, {
|
|
1274
|
+
"fill": "#000000",
|
|
1275
|
+
"stroke": "none",
|
|
1276
|
+
"stroke-linecap": "round",
|
|
1277
|
+
"stroke-linejoin": "round",
|
|
1278
|
+
"stroke-width": 0
|
|
1279
|
+
}, {
|
|
1280
|
+
"fill": "#000000",
|
|
1281
|
+
"stroke": "none",
|
|
1282
|
+
"stroke-linecap": "round",
|
|
1283
|
+
"stroke-linejoin": "round",
|
|
1284
|
+
"stroke-width": 0
|
|
1285
|
+
}], ["M0,3.5A2.5,2.5,0,0,0,2.5,6h17A2.5,2.5,0,0,0,22,3.5v-1A2.5,2.5,0,0,0,19.5,0H2.5A2.5,2.5,0,0,0,0,2.5ZM3.635,3A1.115,1.115,0,1,1,4.75,4.115,1.115,1.115,0,0,1,3.635,3ZM7.5,3A1.115,1.115,0,1,1,8.615,4.115,1.114,1.114,0,0,1,7.5,3Z", "M17.5,9.5a7.957,7.957,0,0,1,3.777.949A.493.493,0,0,0,22,10.01c0-.136,0-.3,0-.508A2.5,2.5,0,0,0,19.5,7H2.5A2.5,2.5,0,0,0,0,9.5v1A2.5,2.5,0,0,0,2.5,13h8.139a.491.491,0,0,0,.4-.206A7.992,7.992,0,0,1,17.5,9.5ZM9.729,10A1.115,1.115,0,1,1,8.615,8.885,1.114,1.114,0,0,1,9.729,10ZM5.865,10A1.115,1.115,0,1,1,4.75,8.885,1.115,1.115,0,0,1,5.865,10Z", "M9.56,14H2.5A2.5,2.5,0,0,0,0,16.5v1A2.5,2.5,0,0,0,2.5,20H9.242a.5.5,0,0,0,.481-.638,7.866,7.866,0,0,1,.3-4.687A.5.5,0,0,0,9.56,14ZM3.635,17A1.115,1.115,0,1,1,4.75,18.114,1.115,1.115,0,0,1,3.635,17Z", "M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm5.75,1a.25.25,0,0,0-.25-.25H15a.75.75,0,0,1,0-1.5h1.5a.25.25,0,0,0,.25-.25V15a.75.75,0,0,1,1.5,0v1.5a.25.25,0,0,0,.25.25H20a.75.75,0,0,1,0,1.5H18.5a.25.25,0,0,0-.25.25V20a.75.75,0,0,1-1.5,0Z"]];
|
|
1286
|
+
export var ServerClock = ["server-clock", 24, 24, [{
|
|
1287
|
+
"fill": "#000000",
|
|
1288
|
+
"stroke": "none",
|
|
1289
|
+
"stroke-linecap": "round",
|
|
1290
|
+
"stroke-linejoin": "round",
|
|
1291
|
+
"stroke-width": 0
|
|
1292
|
+
}, {
|
|
1293
|
+
"fill": "#000000",
|
|
1294
|
+
"stroke": "none",
|
|
1295
|
+
"stroke-linecap": "round",
|
|
1296
|
+
"stroke-linejoin": "round",
|
|
1297
|
+
"stroke-width": 0
|
|
1298
|
+
}, {
|
|
1299
|
+
"fill": "#000000",
|
|
1300
|
+
"stroke": "none",
|
|
1301
|
+
"stroke-linecap": "round",
|
|
1302
|
+
"stroke-linejoin": "round",
|
|
1303
|
+
"stroke-width": 0
|
|
1304
|
+
}, {
|
|
1305
|
+
"fill": "#000000",
|
|
1306
|
+
"stroke": "none",
|
|
1307
|
+
"stroke-linecap": "round",
|
|
1308
|
+
"stroke-linejoin": "round",
|
|
1309
|
+
"stroke-width": 0
|
|
1310
|
+
}, {
|
|
1311
|
+
"fill": "#000000",
|
|
1312
|
+
"stroke": "none",
|
|
1313
|
+
"stroke-linecap": "round",
|
|
1314
|
+
"stroke-linejoin": "round",
|
|
1315
|
+
"stroke-width": 0
|
|
1316
|
+
}], ["M0,3.5A2.5,2.5,0,0,0,2.5,6h17A2.5,2.5,0,0,0,22,3.5v-1A2.5,2.5,0,0,0,19.5,0H2.5A2.5,2.5,0,0,0,0,2.5ZM3.635,3A1.115,1.115,0,1,1,4.75,4.114,1.115,1.115,0,0,1,3.635,3ZM7.5,3A1.115,1.115,0,1,1,8.615,4.114,1.114,1.114,0,0,1,7.5,3Z", "M17.25,9a8.169,8.169,0,0,1,4.006,1.046A.5.5,0,0,0,22,9.611V9.5A2.5,2.5,0,0,0,19.5,7H2.5A2.5,2.5,0,0,0,0,9.5v1A2.5,2.5,0,0,0,2.5,13H9.924a.488.488,0,0,0,.411-.228A8.24,8.24,0,0,1,17.25,9ZM9.729,10A1.115,1.115,0,1,1,8.615,8.885,1.115,1.115,0,0,1,9.729,10ZM5.865,10A1.115,1.115,0,1,1,4.75,8.885,1.115,1.115,0,0,1,5.865,10Z", "M0,17.5A2.5,2.5,0,0,0,2.5,20H8.8a.5.5,0,0,0,.477-.648,8.152,8.152,0,0,1,.146-4.711A.5.5,0,0,0,8.946,14H2.5A2.5,2.5,0,0,0,0,16.5ZM3.635,17A1.115,1.115,0,1,1,4.75,18.114,1.115,1.115,0,0,1,3.635,17Z", "M10.5,17.25a6.75,6.75,0,1,0,6.75-6.75A6.758,6.758,0,0,0,10.5,17.25ZM17.25,22A4.75,4.75,0,1,1,22,17.25,4.756,4.756,0,0,1,17.25,22Z", "M16.25,17.25a1,1,0,0,0,1,1h2a1,1,0,0,0,0-2H18.5a.25.25,0,0,1-.25-.25V14.75a1,1,0,0,0-2,0Z"]];
|
|
1317
|
+
export var ServerQuestion = ["server-question", 24, 24, [{
|
|
1318
|
+
"fill": "#000000",
|
|
1319
|
+
"stroke": "none",
|
|
1320
|
+
"stroke-linecap": "round",
|
|
1321
|
+
"stroke-linejoin": "round",
|
|
1322
|
+
"stroke-width": 0
|
|
1323
|
+
}, {
|
|
1324
|
+
"fill": "#000000",
|
|
1325
|
+
"stroke": "none",
|
|
1326
|
+
"stroke-linecap": "round",
|
|
1327
|
+
"stroke-linejoin": "round",
|
|
1328
|
+
"stroke-width": 0
|
|
1329
|
+
}, {
|
|
1330
|
+
"fill": "#000000",
|
|
1331
|
+
"stroke": "none",
|
|
1332
|
+
"stroke-linecap": "round",
|
|
1333
|
+
"stroke-linejoin": "round",
|
|
1334
|
+
"stroke-width": 0
|
|
1335
|
+
}, {
|
|
1336
|
+
"fill": "#000000",
|
|
1337
|
+
"stroke": "none",
|
|
1338
|
+
"stroke-linecap": "round",
|
|
1339
|
+
"stroke-linejoin": "round",
|
|
1340
|
+
"stroke-width": 0
|
|
1341
|
+
}], ["M0,3.5A2.5,2.5,0,0,0,2.5,6h17A2.5,2.5,0,0,0,22,3.5v-1A2.5,2.5,0,0,0,19.5,0H2.5A2.5,2.5,0,0,0,0,2.5ZM3.635,3A1.115,1.115,0,1,1,4.75,4.115,1.115,1.115,0,0,1,3.635,3ZM7.5,3A1.115,1.115,0,1,1,8.615,4.115,1.114,1.114,0,0,1,7.5,3Z", "M17.5,9.5a7.957,7.957,0,0,1,3.777.949A.493.493,0,0,0,22,10.01c0-.136,0-.3,0-.508A2.5,2.5,0,0,0,19.5,7H2.5A2.5,2.5,0,0,0,0,9.5v1A2.5,2.5,0,0,0,2.5,13h8.139a.491.491,0,0,0,.4-.206A7.992,7.992,0,0,1,17.5,9.5ZM9.729,10A1.115,1.115,0,1,1,8.615,8.885,1.114,1.114,0,0,1,9.729,10ZM5.865,10A1.115,1.115,0,1,1,4.75,8.885,1.115,1.115,0,0,1,5.865,10Z", "M9.56,14H2.5A2.5,2.5,0,0,0,0,16.5v1A2.5,2.5,0,0,0,2.5,20H9.242a.5.5,0,0,0,.481-.638,7.866,7.866,0,0,1,.3-4.687A.5.5,0,0,0,9.56,14ZM3.635,17A1.115,1.115,0,1,1,4.75,18.114,1.115,1.115,0,0,1,3.635,17Z", "M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm5.75,1.25V18.2a1.258,1.258,0,0,1,.986-1.222,1.125,1.125,0,1,0-1.361-1.1.75.75,0,0,1-1.5,0,2.625,2.625,0,1,1,3.538,2.461.25.25,0,0,0-.163.234v.18a.75.75,0,0,1-1.5,0Zm.75,1.75a1,1,0,1,1-1,1A1,1,0,0,1,17.5,20.5Z"]];
|
|
1342
|
+
export var ServerRefresh1 = ["server-refresh-1", 24, 24, [{
|
|
1343
|
+
"fill": "#000000",
|
|
1344
|
+
"stroke": "none",
|
|
1345
|
+
"stroke-linecap": "round",
|
|
1346
|
+
"stroke-linejoin": "round",
|
|
1347
|
+
"stroke-width": 0
|
|
1348
|
+
}, {
|
|
1349
|
+
"fill": "#000000",
|
|
1350
|
+
"stroke": "none",
|
|
1351
|
+
"stroke-linecap": "round",
|
|
1352
|
+
"stroke-linejoin": "round",
|
|
1353
|
+
"stroke-width": 0
|
|
1354
|
+
}, {
|
|
1355
|
+
"fill": "#000000",
|
|
1356
|
+
"stroke": "none",
|
|
1357
|
+
"stroke-linecap": "round",
|
|
1358
|
+
"stroke-linejoin": "round",
|
|
1359
|
+
"stroke-width": 0
|
|
1360
|
+
}, {
|
|
1361
|
+
"fill": "#000000",
|
|
1362
|
+
"stroke": "none",
|
|
1363
|
+
"stroke-linecap": "round",
|
|
1364
|
+
"stroke-linejoin": "round",
|
|
1365
|
+
"stroke-width": 0
|
|
1366
|
+
}, {
|
|
1367
|
+
"fill": "#000000",
|
|
1368
|
+
"stroke": "none",
|
|
1369
|
+
"stroke-linecap": "round",
|
|
1370
|
+
"stroke-linejoin": "round",
|
|
1371
|
+
"stroke-width": 0
|
|
1372
|
+
}], ["M9.272,17.625a7.691,7.691,0,0,1,1.785-4.931.5.5,0,0,0-.385-.819H2.5a2.5,2.5,0,0,0,0,5H8a.25.25,0,0,1,.25.25v2.5a.25.25,0,0,1-.25.25H5a.75.75,0,0,0,0,1.5H9.441a.5.5,0,0,0,.46-.7A7.691,7.691,0,0,1,9.272,17.625ZM3,14.375a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,14.375Zm5,1.25a1.25,1.25,0,1,1,1.25-1.25A1.25,1.25,0,0,1,8,15.625Z", "M1,19.875a.75.75,0,0,0,0,1.5H2a.75.75,0,0,0,0-1.5Z", "M2.5,4.875h13a2.5,2.5,0,0,0,0-5H2.5a2.5,2.5,0,0,0,0,5Zm.5-2.5a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,2.375Zm3.75,0A1.25,1.25,0,1,1,8,3.625,1.249,1.249,0,0,1,6.75,2.375Z", "M17.2,9.882a.5.5,0,0,0,.448-.243A2.443,2.443,0,0,0,18,8.375a2.5,2.5,0,0,0-2.5-2.5H2.5a2.5,2.5,0,0,0,0,5H13.1a.493.493,0,0,0,.238-.061A7.584,7.584,0,0,1,17.2,9.882ZM3,8.375a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,8.375Zm5,1.25a1.25,1.25,0,1,1,1.25-1.25A1.25,1.25,0,0,1,8,9.625Z", "M21.849,13.09a.249.249,0,0,1-.348.005,6.375,6.375,0,1,0,.628,8.631,1,1,0,1,0-1.562-1.248,4.375,4.375,0,1,1-.5-5.982.252.252,0,0,1,.083.179.257.257,0,0,1-.073.184L18.69,16.25a.5.5,0,0,0,.353.853H23.5a.5.5,0,0,0,.5-.5V12.146a.5.5,0,0,0-.854-.353l-.508.508Z"]];
|
|
1373
|
+
export var ServerSubtract1 = ["server-subtract-1", 24, 24, [{
|
|
1374
|
+
"fill": "#000000",
|
|
1375
|
+
"stroke": "none",
|
|
1376
|
+
"stroke-linecap": "round",
|
|
1377
|
+
"stroke-linejoin": "round",
|
|
1378
|
+
"stroke-width": 0
|
|
1379
|
+
}, {
|
|
1380
|
+
"fill": "#000000",
|
|
1381
|
+
"stroke": "none",
|
|
1382
|
+
"stroke-linecap": "round",
|
|
1383
|
+
"stroke-linejoin": "round",
|
|
1384
|
+
"stroke-width": 0
|
|
1385
|
+
}, {
|
|
1386
|
+
"fill": "#000000",
|
|
1387
|
+
"stroke": "none",
|
|
1388
|
+
"stroke-linecap": "round",
|
|
1389
|
+
"stroke-linejoin": "round",
|
|
1390
|
+
"stroke-width": 0
|
|
1391
|
+
}, {
|
|
1392
|
+
"fill": "#000000",
|
|
1393
|
+
"stroke": "none",
|
|
1394
|
+
"stroke-linecap": "round",
|
|
1395
|
+
"stroke-linejoin": "round",
|
|
1396
|
+
"stroke-width": 0
|
|
1397
|
+
}, {
|
|
1398
|
+
"fill": "#000000",
|
|
1399
|
+
"stroke": "none",
|
|
1400
|
+
"stroke-linecap": "round",
|
|
1401
|
+
"stroke-linejoin": "round",
|
|
1402
|
+
"stroke-width": 0
|
|
1403
|
+
}], ["M9.5,17.5a7.939,7.939,0,0,1,1.543-4.707.5.5,0,0,0-.4-.793h-8A2.6,2.6,0,0,0,.013,14.239,2.5,2.5,0,0,0,2.5,17H8a.25.25,0,0,1,.25.25v2.5A.25.25,0,0,1,8,20H5a.75.75,0,0,0,0,1.5H9.768a.5.5,0,0,0,.455-.7A8.032,8.032,0,0,1,9.5,17.5ZM3,14.5a1.25,1.25,0,1,1,1.25,1.25A1.249,1.249,0,0,1,3,14.5Zm5,1.25A1.25,1.25,0,1,1,9.25,14.5,1.25,1.25,0,0,1,8,15.75Z", "M1,20a.75.75,0,0,0,0,1.5H2A.75.75,0,0,0,2,20Z", "M2.5,5h13a2.5,2.5,0,0,0,0-5H2.5a2.5,2.5,0,0,0,0,5ZM3,2.5A1.25,1.25,0,1,1,4.25,3.75,1.249,1.249,0,0,1,3,2.5Zm3.75,0A1.25,1.25,0,1,1,8,3.75,1.249,1.249,0,0,1,6.75,2.5Z", "M17.427,9.509a.509.509,0,0,0,.49-.378A2.467,2.467,0,0,0,17.9,7.8,2.6,2.6,0,0,0,15.376,6H2.647A2.6,2.6,0,0,0,.013,8.239,2.5,2.5,0,0,0,2.5,11H12.705a.479.479,0,0,0,.271-.086A7.832,7.832,0,0,1,17.427,9.509ZM9.25,8.5A1.25,1.25,0,1,1,8,7.25,1.25,1.25,0,0,1,9.25,8.5ZM5.5,8.5A1.25,1.25,0,1,1,4.25,7.25,1.25,1.25,0,0,1,5.5,8.5Z", "M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm9,.75H15a.75.75,0,0,1,0-1.5h5a.75.75,0,0,1,0,1.5Z"]];
|
|
1404
|
+
export var ServerHeart = ["server-heart", 24, 24, [{
|
|
1405
|
+
"fill": "#000000",
|
|
1406
|
+
"stroke": "none",
|
|
1407
|
+
"stroke-linecap": "round",
|
|
1408
|
+
"stroke-linejoin": "round",
|
|
1409
|
+
"stroke-width": 0
|
|
1410
|
+
}, {
|
|
1411
|
+
"fill": "#000000",
|
|
1412
|
+
"stroke": "none",
|
|
1413
|
+
"stroke-linecap": "round",
|
|
1414
|
+
"stroke-linejoin": "round",
|
|
1415
|
+
"stroke-width": 0
|
|
1416
|
+
}, {
|
|
1417
|
+
"fill": "#000000",
|
|
1418
|
+
"stroke": "none",
|
|
1419
|
+
"stroke-linecap": "round",
|
|
1420
|
+
"stroke-linejoin": "round",
|
|
1421
|
+
"stroke-width": 0
|
|
1422
|
+
}, {
|
|
1423
|
+
"fill": "#000000",
|
|
1424
|
+
"stroke": "none",
|
|
1425
|
+
"stroke-linecap": "round",
|
|
1426
|
+
"stroke-linejoin": "round",
|
|
1427
|
+
"stroke-width": 0
|
|
1428
|
+
}], ["M0,3.484a2.5,2.5,0,0,0,2.5,2.5h17a2.5,2.5,0,0,0,2.5-2.5v-1a2.5,2.5,0,0,0-2.5-2.5H2.5A2.5,2.5,0,0,0,0,2.484Zm3.635-.5A1.115,1.115,0,1,1,4.75,4.1,1.114,1.114,0,0,1,3.635,2.984Zm3.865,0A1.115,1.115,0,1,1,8.614,4.1,1.114,1.114,0,0,1,7.5,2.984Z", "M13.72,11.08a5.031,5.031,0,0,1,3.639.811.25.25,0,0,0,.282,0,5.031,5.031,0,0,1,3.637-.811l.123.021a.5.5,0,0,0,.592-.45c0-.055.007-.111.007-.167v-1a2.5,2.5,0,0,0-2.5-2.5H2.5A2.5,2.5,0,0,0,0,9.484v1a2.5,2.5,0,0,0,2.5,2.5h7.818a.491.491,0,0,0,.374-.179A5.023,5.023,0,0,1,13.72,11.08Zm-3.991-1.1A1.115,1.115,0,1,1,8.614,8.869,1.115,1.115,0,0,1,9.729,9.984Zm-3.865,0A1.115,1.115,0,1,1,4.75,8.869,1.114,1.114,0,0,1,5.864,9.984Z", "M9.234,13.984H2.5a2.5,2.5,0,0,0-2.5,2.5v1a2.5,2.5,0,0,0,2.5,2.5h7.767a.5.5,0,0,0,.389-.8,4.823,4.823,0,0,1-.947-4.556A.494.494,0,0,0,9.234,13.984Zm-5.6,3A1.115,1.115,0,1,1,4.75,18.1,1.114,1.114,0,0,1,3.635,16.984Z", "M21.038,12.561a3.475,3.475,0,0,0-3.056.988l-.306.3a.249.249,0,0,1-.353,0l-.3-.3a3.524,3.524,0,0,0-5.646.916,3.517,3.517,0,0,0,.653,4.061l5.114,5.335a.5.5,0,0,0,.721,0l5.107-5.327a3.522,3.522,0,0,0,.661-4.069A3.487,3.487,0,0,0,21.038,12.561Z"]];
|
|
1429
|
+
export var ServerPhoneExchange = ["server-phone-exchange", 24, 24, [{
|
|
1430
|
+
"fill": "#000000",
|
|
1431
|
+
"stroke": "none",
|
|
1432
|
+
"stroke-linecap": "round",
|
|
1433
|
+
"stroke-linejoin": "round",
|
|
1434
|
+
"stroke-width": 0
|
|
1435
|
+
}, {
|
|
1436
|
+
"fill": "#000000",
|
|
1437
|
+
"stroke": "none",
|
|
1438
|
+
"stroke-linecap": "round",
|
|
1439
|
+
"stroke-linejoin": "round",
|
|
1440
|
+
"stroke-width": 0
|
|
1441
|
+
}, {
|
|
1442
|
+
"fill": "#000000",
|
|
1443
|
+
"stroke": "none",
|
|
1444
|
+
"stroke-linecap": "round",
|
|
1445
|
+
"stroke-linejoin": "round",
|
|
1446
|
+
"stroke-width": 0
|
|
1447
|
+
}, {
|
|
1448
|
+
"fill": "#000000",
|
|
1449
|
+
"stroke": "none",
|
|
1450
|
+
"stroke-linecap": "round",
|
|
1451
|
+
"stroke-linejoin": "round",
|
|
1452
|
+
"stroke-width": 0
|
|
1453
|
+
}, {
|
|
1454
|
+
"fill": "#000000",
|
|
1455
|
+
"stroke": "none",
|
|
1456
|
+
"stroke-linecap": "round",
|
|
1457
|
+
"stroke-linejoin": "round",
|
|
1458
|
+
"stroke-width": 0
|
|
1459
|
+
}], ["M9.026,3.947A.508.508,0,0,0,9.25,4a.5.5,0,0,0,.3-.1l2-1.5a.5.5,0,0,0,0-.8L9.55.1A.505.505,0,0,0,9.026.052.5.5,0,0,0,8.75.5V.75A.25.25,0,0,1,8.5,1H6.75a3,3,0,0,0-3,3V5.5a.25.25,0,0,1-.25.25H3.25a.5.5,0,0,0-.4.8l1.5,2a.5.5,0,0,0,.8,0l1.5-2a.5.5,0,0,0-.4-.8H6a.25.25,0,0,1-.25-.25V4a1,1,0,0,1,1-1H8.5a.25.25,0,0,1,.25.25V3.5A.5.5,0,0,0,9.026,3.947Z", "M24,2a2,2,0,0,0-2-2H16a2,2,0,0,0,0,4h6A2,2,0,0,0,24,2ZM16,2a1,1,0,1,1,1,1A1,1,0,0,1,16,2Z", "M22,5H16a2,2,0,0,0,0,4h6a2,2,0,0,0,0-4ZM16,7a1,1,0,1,1,1,1A1,1,0,0,1,16,7Z", "M22,10H16a2,2,0,0,0,0,4h6a2,2,0,0,0,0-4Zm-6,2a1,1,0,1,1,1,1A1,1,0,0,1,16,12Z", "M1.75,24h6A1.752,1.752,0,0,0,9.5,22.25v-11A1.752,1.752,0,0,0,7.75,9.5h-6A1.752,1.752,0,0,0,0,11.25v11A1.752,1.752,0,0,0,1.75,24ZM2,11.75a.25.25,0,0,1,.25-.25h5a.25.25,0,0,1,.25.25v8.5a.25.25,0,0,1-.25.25h-5A.25.25,0,0,1,2,20.25Z"]];
|
|
1460
|
+
export var ServerServerExchange = ["server-server-exchange", 24, 24, [{
|
|
1461
|
+
"fill": "#000000",
|
|
1462
|
+
"stroke": "none",
|
|
1463
|
+
"stroke-linecap": "round",
|
|
1464
|
+
"stroke-linejoin": "round",
|
|
1465
|
+
"stroke-width": 0
|
|
1466
|
+
}, {
|
|
1467
|
+
"fill": "#000000",
|
|
1468
|
+
"stroke": "none",
|
|
1469
|
+
"stroke-linecap": "round",
|
|
1470
|
+
"stroke-linejoin": "round",
|
|
1471
|
+
"stroke-width": 0
|
|
1472
|
+
}, {
|
|
1473
|
+
"fill": "#000000",
|
|
1474
|
+
"stroke": "none",
|
|
1475
|
+
"stroke-linecap": "round",
|
|
1476
|
+
"stroke-linejoin": "round",
|
|
1477
|
+
"stroke-width": 0
|
|
1478
|
+
}, {
|
|
1479
|
+
"fill": "#000000",
|
|
1480
|
+
"stroke": "none",
|
|
1481
|
+
"stroke-linecap": "round",
|
|
1482
|
+
"stroke-linejoin": "round",
|
|
1483
|
+
"stroke-width": 0
|
|
1484
|
+
}, {
|
|
1485
|
+
"fill": "#000000",
|
|
1486
|
+
"stroke": "none",
|
|
1487
|
+
"stroke-linecap": "round",
|
|
1488
|
+
"stroke-linejoin": "round",
|
|
1489
|
+
"stroke-width": 0
|
|
1490
|
+
}, {
|
|
1491
|
+
"fill": "#000000",
|
|
1492
|
+
"stroke": "none",
|
|
1493
|
+
"stroke-linecap": "round",
|
|
1494
|
+
"stroke-linejoin": "round",
|
|
1495
|
+
"stroke-width": 0
|
|
1496
|
+
}, {
|
|
1497
|
+
"fill": "#000000",
|
|
1498
|
+
"stroke": "none",
|
|
1499
|
+
"stroke-linecap": "round",
|
|
1500
|
+
"stroke-linejoin": "round",
|
|
1501
|
+
"stroke-width": 0
|
|
1502
|
+
}], ["M9.276,3.947A.508.508,0,0,0,9.5,4a.5.5,0,0,0,.3-.1l2-1.5a.5.5,0,0,0,0-.8L9.8.1A.505.505,0,0,0,9.276.052.5.5,0,0,0,9,.5V.75A.25.25,0,0,1,8.75,1H7A3,3,0,0,0,4,4V5.5a.25.25,0,0,1-.25.25H3.5a.5.5,0,0,0-.4.8l1.5,2a.5.5,0,0,0,.8,0l1.5-2a.5.5,0,0,0-.4-.8H6.25A.25.25,0,0,1,6,5.5V4A1,1,0,0,1,7,3H8.75A.25.25,0,0,1,9,3.25V3.5A.5.5,0,0,0,9.276,3.947Z", "M2,14H8a2,2,0,0,0,0-4H2a2,2,0,0,0,0,4Zm2-2a1,1,0,1,1-1-1A1,1,0,0,1,4,12Z", "M2,19H8a2,2,0,0,0,0-4H2a2,2,0,0,0,0,4Zm2-2a1,1,0,1,1-1-1A1,1,0,0,1,4,17Z", "M2,24H8a2,2,0,0,0,0-4H2a2,2,0,0,0,0,4Zm2-2a1,1,0,1,1-1-1A1,1,0,0,1,4,22Z", "M22,0H16a2,2,0,0,0,0,4h6a2,2,0,0,0,0-4ZM16,2a1,1,0,1,1,1,1A1,1,0,0,1,16,2Z", "M22,5H16a2,2,0,0,0,0,4h6a2,2,0,0,0,0-4ZM16,7a1,1,0,1,1,1,1A1,1,0,0,1,16,7Z", "M22,10H16a2,2,0,0,0,0,4h6a2,2,0,0,0,0-4Zm-6,2a1,1,0,1,1,1,1A1,1,0,0,1,16,12Z"]];
|