@reviewpush/streamline-bold 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/arrows-diagrams/Arrows.js +138 -0
- package/lib/arrows-diagrams/Diagrams.js +61 -0
- package/lib/arrows-diagrams/index.js +0 -0
- package/lib/avatars/GeometricMenFamousPeople.js +6 -0
- package/lib/avatars/GeometricMenHistory.js +8 -0
- package/lib/avatars/GeometricMenOldPeople.js +3 -0
- package/lib/avatars/GeometricMenPeople.js +24 -0
- package/lib/avatars/GeometricMenPoliceArmyCrime.js +15 -0
- package/lib/avatars/GeometricMenProfessions.js +20 -0
- package/lib/avatars/GeometricMenReligion.js +6 -0
- package/lib/avatars/GeometricMenVintage.js +5 -0
- package/lib/avatars/GeometricWomenFamousPeople.js +1 -0
- package/lib/avatars/GeometricWomenHistory.js +2 -0
- package/lib/avatars/GeometricWomenOldPeople.js +2 -0
- package/lib/avatars/GeometricWomenPeople.js +25 -0
- package/lib/avatars/GeometricWomenPoliceArmyCrime.js +11 -0
- package/lib/avatars/GeometricWomenProfessions.js +18 -0
- package/lib/avatars/GeometricWomenReligion.js +2 -0
- package/lib/avatars/GeometricWomenVintage.js +3 -0
- package/lib/avatars/NaturalMenFamousPeople.js +6 -0
- package/lib/avatars/NaturalMenHistory.js +8 -0
- package/lib/avatars/NaturalMenOldPeople.js +3 -0
- package/lib/avatars/NaturalMenPeople.js +25 -0
- package/lib/avatars/NaturalMenPoliceArmyCrime.js +15 -0
- package/lib/avatars/NaturalMenProfessions.js +18 -0
- package/lib/avatars/NaturalMenReligion.js +6 -0
- package/lib/avatars/NaturalMenVintage.js +5 -0
- package/lib/avatars/NaturalWomenFamousPeople.js +1 -0
- package/lib/avatars/NaturalWomenHistory.js +2 -0
- package/lib/avatars/NaturalWomenOldPeople.js +2 -0
- package/lib/avatars/NaturalWomenPeople.js +25 -0
- package/lib/avatars/NaturalWomenPoliceArmyCrime.js +11 -0
- package/lib/avatars/NaturalWomenProfessions.js +18 -0
- package/lib/avatars/NaturalWomenReligion.js +2 -0
- package/lib/avatars/NaturalWomenVintage.js +3 -0
- package/lib/avatars/index.js +0 -0
- package/lib/building-construction/ArchitecturalFeatures.js +8 -0
- package/lib/building-construction/Buildings.js +16 -0
- package/lib/building-construction/ConceptionProjects.js +11 -0
- package/lib/building-construction/Construction.js +14 -0
- package/lib/building-construction/HeavyEquipment.js +18 -0
- package/lib/building-construction/Houses.js +15 -0
- package/lib/building-construction/ModernArchitecture.js +11 -0
- package/lib/building-construction/Utilities.js +5 -0
- package/lib/building-construction/index.js +0 -0
- package/lib/business-products/ABTesting.js +8 -0
- package/lib/business-products/Advertising.js +9 -0
- package/lib/business-products/Analytics.js +16 -0
- package/lib/business-products/Business.js +28 -0
- package/lib/business-products/BusinessDeals.js +17 -0
- package/lib/business-products/BusinessMetaphors.js +23 -0
- package/lib/business-products/DataFiles.js +50 -0
- package/lib/business-products/MonetizationProfits.js +18 -0
- package/lib/business-products/Optimization.js +8 -0
- package/lib/business-products/Performances.js +14 -0
- package/lib/business-products/ProductLaunch.js +6 -0
- package/lib/business-products/SEO.js +16 -0
- package/lib/business-products/Strategy.js +14 -0
- package/lib/business-products/index.js +0 -0
- package/lib/clothes-footwear-accessories/Accessories.js +13 -0
- package/lib/clothes-footwear-accessories/Bags.js +5 -0
- package/lib/clothes-footwear-accessories/Beanies.js +5 -0
- package/lib/clothes-footwear-accessories/Caps.js +6 -0
- package/lib/clothes-footwear-accessories/ClothesDesign.js +10 -0
- package/lib/clothes-footwear-accessories/DressSkirts.js +5 -0
- package/lib/clothes-footwear-accessories/Footwear.js +13 -0
- package/lib/clothes-footwear-accessories/Glasses.js +11 -0
- package/lib/clothes-footwear-accessories/Hats.js +14 -0
- package/lib/clothes-footwear-accessories/ShirtsSweatersTop.js +20 -0
- package/lib/clothes-footwear-accessories/TrousersShirts.js +7 -0
- package/lib/clothes-footwear-accessories/Underwear.js +12 -0
- package/lib/clothes-footwear-accessories/index.js +0 -0
- package/lib/computers-devices-electronics/Arduino.js +5 -0
- package/lib/computers-devices-electronics/CDRom.js +7 -0
- package/lib/computers-devices-electronics/Cables.js +8 -0
- package/lib/computers-devices-electronics/DesktopActions.js +22 -0
- package/lib/computers-devices-electronics/DesktopComputers.js +23 -0
- package/lib/computers-devices-electronics/Electronics.js +24 -0
- package/lib/computers-devices-electronics/FloppyDisks.js +4 -0
- package/lib/computers-devices-electronics/HardDrives.js +4 -0
- package/lib/computers-devices-electronics/KeyboardMouse.js +12 -0
- package/lib/computers-devices-electronics/LaptopActions.js +22 -0
- package/lib/computers-devices-electronics/LaptopComputers.js +7 -0
- package/lib/computers-devices-electronics/Memory.js +17 -0
- package/lib/computers-devices-electronics/MicroprocessorChips.js +13 -0
- package/lib/computers-devices-electronics/PowerSupply.js +8 -0
- package/lib/computers-devices-electronics/ScanPrint.js +2 -0
- package/lib/computers-devices-electronics/Screens.js +5 -0
- package/lib/computers-devices-electronics/SmartWatches.js +116 -0
- package/lib/computers-devices-electronics/TabletsKindle.js +7 -0
- package/lib/computers-devices-electronics/Webcam.js +3 -0
- package/lib/computers-devices-electronics/index.js +0 -0
- package/lib/content/Archives.js +7 -0
- package/lib/content/Books.js +35 -0
- package/lib/content/ContentCreation.js +30 -0
- package/lib/content/Newspapers.js +5 -0
- package/lib/content/Notes.js +41 -0
- package/lib/content/index.js +0 -0
- package/lib/crime-war-protection/AntiqueWeapons.js +14 -0
- package/lib/crime-war-protection/Army.js +39 -0
- package/lib/crime-war-protection/Bombs.js +10 -0
- package/lib/crime-war-protection/Crime.js +5 -0
- package/lib/crime-war-protection/Death.js +5 -0
- package/lib/crime-war-protection/Legal.js +6 -0
- package/lib/crime-war-protection/ModernWeapons.js +14 -0
- package/lib/crime-war-protection/Police.js +16 -0
- package/lib/crime-war-protection/Protection.js +23 -0
- package/lib/crime-war-protection/Punishment.js +7 -0
- package/lib/crime-war-protection/Surveillance.js +11 -0
- package/lib/crime-war-protection/index.js +0 -0
- package/lib/culture-religion/AstrologyMagic.js +19 -0
- package/lib/culture-religion/HistoryFolklore.js +37 -0
- package/lib/culture-religion/PrimitiveSymbols.js +10 -0
- package/lib/culture-religion/Religion.js +33 -0
- package/lib/culture-religion/index.js +0 -0
- package/lib/design/Align.js +14 -0
- package/lib/design/ColorsPainting.js +38 -0
- package/lib/design/CropsArtboards.js +9 -0
- package/lib/design/DesignFiles.js +48 -0
- package/lib/design/DesignProcess.js +13 -0
- package/lib/design/DesignTools.js +20 -0
- package/lib/design/Flip.js +4 -0
- package/lib/design/GraphicTablets.js +5 -0
- package/lib/design/GridsRulers.js +12 -0
- package/lib/design/Layers.js +25 -0
- package/lib/design/Pathfinder.js +8 -0
- package/lib/design/Reorder.js +2 -0
- package/lib/design/Resize.js +7 -0
- package/lib/design/Rotate.js +9 -0
- package/lib/design/Shapes.js +16 -0
- package/lib/design/Transform.js +5 -0
- package/lib/design/Vectors.js +25 -0
- package/lib/design/index.js +0 -0
- package/lib/ecology/CleanCars.js +10 -0
- package/lib/ecology/Deforestation.js +3 -0
- package/lib/ecology/EcologicalHouses.js +2 -0
- package/lib/ecology/Ecology.js +21 -0
- package/lib/ecology/GMOChemicalFood.js +8 -0
- package/lib/ecology/GlobalWarming.js +4 -0
- package/lib/ecology/NuclearFossilEnergy.js +10 -0
- package/lib/ecology/OrganicNonGMO.js +7 -0
- package/lib/ecology/PlantGrowthOrganicFertilizer.js +14 -0
- package/lib/ecology/Pollution.js +14 -0
- package/lib/ecology/Recycling.js +12 -0
- package/lib/ecology/RenewableEnergy.js +21 -0
- package/lib/ecology/Seasons.js +4 -0
- package/lib/ecology/WaterProtection.js +8 -0
- package/lib/ecology/WildlifeProtection.js +4 -0
- package/lib/ecology/index.js +0 -0
- package/lib/emails/Drawers.js +13 -0
- package/lib/emails/EmailActions.js +40 -0
- package/lib/emails/Envelopes.js +7 -0
- package/lib/emails/Mailbox.js +5 -0
- package/lib/emails/ReadEmail.js +11 -0
- package/lib/emails/SendEmail.js +9 -0
- package/lib/emails/Stamps.js +5 -0
- package/lib/emails/index.js +0 -0
- package/lib/entertainment-events-hobbies/AmusementParks.js +12 -0
- package/lib/entertainment-events-hobbies/BrainBoardGames.js +17 -0
- package/lib/entertainment-events-hobbies/CardGames.js +10 -0
- package/lib/entertainment-events-hobbies/Casino.js +25 -0
- package/lib/entertainment-events-hobbies/Circus.js +7 -0
- package/lib/entertainment-events-hobbies/ConcertsNightClubs.js +10 -0
- package/lib/entertainment-events-hobbies/Crafts.js +11 -0
- package/lib/entertainment-events-hobbies/FarmersMarket.js +2 -0
- package/lib/entertainment-events-hobbies/Fireworks.js +4 -0
- package/lib/entertainment-events-hobbies/Movies.js +8 -0
- package/lib/entertainment-events-hobbies/MuseumExhibitions.js +4 -0
- package/lib/entertainment-events-hobbies/Party.js +15 -0
- package/lib/entertainment-events-hobbies/ShowTheater.js +11 -0
- package/lib/entertainment-events-hobbies/Ticketing.js +6 -0
- package/lib/entertainment-events-hobbies/index.js +0 -0
- package/lib/family-babies-kids/Babies.js +11 -0
- package/lib/family-babies-kids/BabyCare.js +10 -0
- package/lib/family-babies-kids/EducationalToys.js +7 -0
- package/lib/family-babies-kids/Family.js +12 -0
- package/lib/family-babies-kids/OutdoorActivities.js +7 -0
- package/lib/family-babies-kids/Toys.js +26 -0
- package/lib/family-babies-kids/index.js +0 -0
- package/lib/files-folders/CommonFiles.js +74 -0
- package/lib/files-folders/FilesCopyright.js +8 -0
- package/lib/files-folders/Folders.js +90 -0
- package/lib/files-folders/ZippedFiles.js +27 -0
- package/lib/files-folders/index.js +0 -0
- package/lib/food-drinks/AnimalProducts.js +7 -0
- package/lib/food-drinks/Appliances.js +15 -0
- package/lib/food-drinks/AsianFood.js +7 -0
- package/lib/food-drinks/Barbeque.js +7 -0
- package/lib/food-drinks/Beer.js +6 -0
- package/lib/food-drinks/Bread.js +9 -0
- package/lib/food-drinks/Breakfast.js +9 -0
- package/lib/food-drinks/CakesCandies.js +17 -0
- package/lib/food-drinks/ChampagneSpirits.js +8 -0
- package/lib/food-drinks/ChefGear.js +18 -0
- package/lib/food-drinks/Cocktails.js +6 -0
- package/lib/food-drinks/Coffee.js +19 -0
- package/lib/food-drinks/EatingRestaurant.js +9 -0
- package/lib/food-drinks/ExoticFood.js +9 -0
- package/lib/food-drinks/FastFood.js +12 -0
- package/lib/food-drinks/FreezerCookingTemperatures.js +5 -0
- package/lib/food-drinks/Fruits.js +15 -0
- package/lib/food-drinks/IceCream.js +10 -0
- package/lib/food-drinks/Kitchenware.js +24 -0
- package/lib/food-drinks/Knives.js +4 -0
- package/lib/food-drinks/Milk.js +2 -0
- package/lib/food-drinks/PastaMeals.js +7 -0
- package/lib/food-drinks/Seafood.js +8 -0
- package/lib/food-drinks/Seasoning.js +5 -0
- package/lib/food-drinks/SoftDrinks.js +11 -0
- package/lib/food-drinks/Stove.js +9 -0
- package/lib/food-drinks/Teas.js +9 -0
- package/lib/food-drinks/Tools.js +4 -0
- package/lib/food-drinks/Vegetables.js +11 -0
- package/lib/food-drinks/Water.js +12 -0
- package/lib/food-drinks/Wine.js +7 -0
- package/lib/food-drinks/index.js +0 -0
- package/lib/furnitures-decoration/Armchairs.js +8 -0
- package/lib/furnitures-decoration/AsianInteriors.js +11 -0
- package/lib/furnitures-decoration/Beds.js +4 -0
- package/lib/furnitures-decoration/ChairsStools.js +11 -0
- package/lib/furnitures-decoration/Consoles.js +4 -0
- package/lib/furnitures-decoration/Decoration.js +11 -0
- package/lib/furnitures-decoration/DressersDrawers.js +13 -0
- package/lib/furnitures-decoration/Dressing.js +7 -0
- package/lib/furnitures-decoration/Fireplaces.js +2 -0
- package/lib/furnitures-decoration/Kitchen.js +7 -0
- package/lib/furnitures-decoration/NightStands.js +3 -0
- package/lib/furnitures-decoration/Shelves.js +6 -0
- package/lib/furnitures-decoration/SofasBenches.js +5 -0
- package/lib/furnitures-decoration/Stairs.js +2 -0
- package/lib/furnitures-decoration/SteampunkDecoration.js +3 -0
- package/lib/furnitures-decoration/Tables.js +6 -0
- package/lib/furnitures-decoration/index.js +0 -0
- package/lib/health-beauty/Ambulance.js +5 -0
- package/lib/health-beauty/BandagesCasts.js +7 -0
- package/lib/health-beauty/BeardShaving.js +6 -0
- package/lib/health-beauty/Blood.js +10 -0
- package/lib/health-beauty/BodyCare.js +15 -0
- package/lib/health-beauty/Brain.js +4 -0
- package/lib/health-beauty/Dentistry.js +13 -0
- package/lib/health-beauty/Dietetics.js +4 -0
- package/lib/health-beauty/DrugsMedication.js +11 -0
- package/lib/health-beauty/FertilityPregnancy.js +7 -0
- package/lib/health-beauty/Hair.js +3 -0
- package/lib/health-beauty/HairDress.js +10 -0
- package/lib/health-beauty/Hospital.js +9 -0
- package/lib/health-beauty/HospitalBedrooms.js +4 -0
- package/lib/health-beauty/InsuranceProtection.js +7 -0
- package/lib/health-beauty/Laboratory.js +3 -0
- package/lib/health-beauty/LaboratoryTests.js +6 -0
- package/lib/health-beauty/MakeUp.js +13 -0
- package/lib/health-beauty/MedicalApps.js +7 -0
- package/lib/health-beauty/MedicalConditions.js +6 -0
- package/lib/health-beauty/MedicalFiles.js +3 -0
- package/lib/health-beauty/MedicalInstruments.js +14 -0
- package/lib/health-beauty/MedicalNanobots.js +8 -0
- package/lib/health-beauty/MedicalPersonnel.js +4 -0
- package/lib/health-beauty/MedicalSpecialities.js +23 -0
- package/lib/health-beauty/MedicalSymbols.js +4 -0
- package/lib/health-beauty/MedicalTechnologicAdvances.js +5 -0
- package/lib/health-beauty/Monitoring.js +8 -0
- package/lib/health-beauty/RadiologyScanner.js +6 -0
- package/lib/health-beauty/Transfusions.js +5 -0
- package/lib/health-beauty/WaitingRoomAppointments.js +3 -0
- package/lib/health-beauty/index.js +0 -0
- package/lib/holidays/ChristmasNewYear.js +31 -0
- package/lib/holidays/Easter.js +5 -0
- package/lib/holidays/Halloween.js +19 -0
- package/lib/holidays/index.js +0 -0
- package/lib/hotels-spas/ACHeating.js +5 -0
- package/lib/hotels-spas/Bathroom.js +15 -0
- package/lib/hotels-spas/GarageParking.js +7 -0
- package/lib/hotels-spas/HotelBedrooms.js +18 -0
- package/lib/hotels-spas/RatingReviews.js +4 -0
- package/lib/hotels-spas/Reception.js +7 -0
- package/lib/hotels-spas/RoomService.js +12 -0
- package/lib/hotels-spas/Sauna.js +5 -0
- package/lib/hotels-spas/Spas.js +15 -0
- package/lib/hotels-spas/TV.js +4 -0
- package/lib/hotels-spas/index.js +0 -0
- package/lib/images-photography/Accessories.js +8 -0
- package/lib/images-photography/CameraSettings.js +6 -0
- package/lib/images-photography/Cameras.js +12 -0
- package/lib/images-photography/Composition.js +28 -0
- package/lib/images-photography/Focus.js +21 -0
- package/lib/images-photography/ImageFiles.js +58 -0
- package/lib/images-photography/Lenses.js +7 -0
- package/lib/images-photography/LightModes.js +30 -0
- package/lib/images-photography/Lights.js +7 -0
- package/lib/images-photography/Masks.js +18 -0
- package/lib/images-photography/ModernCameras.js +3 -0
- package/lib/images-photography/Pictures.js +17 -0
- package/lib/images-photography/PicturesFrames.js +4 -0
- package/lib/images-photography/RetouchingEnchancing.js +9 -0
- package/lib/images-photography/TakingPictures.js +8 -0
- package/lib/images-photography/Timer.js +4 -0
- package/lib/images-photography/TransferingPictures.js +2 -0
- package/lib/images-photography/VintageCameras.js +5 -0
- package/lib/images-photography/index.js +0 -0
- package/lib/interface-essential/Alert.js +16 -0
- package/lib/interface-essential/Alerts.js +10 -0
- package/lib/interface-essential/CellFormating.js +9 -0
- package/lib/interface-essential/Connect.js +3 -0
- package/lib/interface-essential/Controls.js +26 -0
- package/lib/interface-essential/CopyPaste.js +4 -0
- package/lib/interface-essential/Dashboard.js +11 -0
- package/lib/interface-essential/DateCalendar.js +39 -0
- package/lib/interface-essential/Delete.js +16 -0
- package/lib/interface-essential/Edit.js +17 -0
- package/lib/interface-essential/ExpandRetract.js +18 -0
- package/lib/interface-essential/FaceID.js +13 -0
- package/lib/interface-essential/Filter.js +4 -0
- package/lib/interface-essential/Flip.js +4 -0
- package/lib/interface-essential/FormEdition.js +13 -0
- package/lib/interface-essential/FormValidation.js +29 -0
- package/lib/interface-essential/Help.js +13 -0
- package/lib/interface-essential/HierachyOrganization.js +13 -0
- package/lib/interface-essential/Home.js +14 -0
- package/lib/interface-essential/IrisScan.js +10 -0
- package/lib/interface-essential/Keyboard.js +39 -0
- package/lib/interface-essential/KeyboardID.js +4 -0
- package/lib/interface-essential/Layouts.js +24 -0
- package/lib/interface-essential/LinkUnlink.js +10 -0
- package/lib/interface-essential/Lists.js +6 -0
- package/lib/interface-essential/Loading.js +11 -0
- package/lib/interface-essential/LockUnlock.js +30 -0
- package/lib/interface-essential/LoginLogout.js +19 -0
- package/lib/interface-essential/Menu.js +13 -0
- package/lib/interface-essential/Move.js +40 -0
- package/lib/interface-essential/MultimediaControls.js +35 -0
- package/lib/interface-essential/Navigate.js +46 -0
- package/lib/interface-essential/OnOff.js +6 -0
- package/lib/interface-essential/Paginate.js +42 -0
- package/lib/interface-essential/Paragraphs.js +31 -0
- package/lib/interface-essential/Password.js +19 -0
- package/lib/interface-essential/Pin.js +3 -0
- package/lib/interface-essential/Print.js +2 -0
- package/lib/interface-essential/RemoveAdd.js +37 -0
- package/lib/interface-essential/Resize.js +20 -0
- package/lib/interface-essential/Search.js +11 -0
- package/lib/interface-essential/Select.js +44 -0
- package/lib/interface-essential/Settings.js +33 -0
- package/lib/interface-essential/Share.js +14 -0
- package/lib/interface-essential/Stats.js +7 -0
- package/lib/interface-essential/Synchronize.js +15 -0
- package/lib/interface-essential/TagsBookmarks.js +46 -0
- package/lib/interface-essential/TextFormating.js +33 -0
- package/lib/interface-essential/TextOptions.js +9 -0
- package/lib/interface-essential/Time.js +30 -0
- package/lib/interface-essential/TimeFiles.js +24 -0
- package/lib/interface-essential/TouchGestures.js +75 -0
- package/lib/interface-essential/TouchID.js +20 -0
- package/lib/interface-essential/View.js +9 -0
- package/lib/interface-essential/VoiceID.js +6 -0
- package/lib/interface-essential/Wireless.js +8 -0
- package/lib/interface-essential/Zoom.js +8 -0
- package/lib/interface-essential/index.js +0 -0
- package/lib/internet-networks-servers/Bluetooth.js +4 -0
- package/lib/internet-networks-servers/Cloud.js +41 -0
- package/lib/internet-networks-servers/DataTransfer.js +15 -0
- package/lib/internet-networks-servers/Network.js +27 -0
- package/lib/internet-networks-servers/Servers.js +50 -0
- package/lib/internet-networks-servers/UploadDownload.js +45 -0
- package/lib/internet-networks-servers/Wifi.js +25 -0
- package/lib/internet-networks-servers/Wireless.js +9 -0
- package/lib/internet-networks-servers/WorldwideWeb.js +30 -0
- package/lib/internet-networks-servers/index.js +0 -0
- package/lib/lamps-lights-fire/CeilingLamps.js +9 -0
- package/lib/lamps-lights-fire/LightBubbles.js +6 -0
- package/lib/lamps-lights-fire/LighterMatchesCandles.js +10 -0
- package/lib/lamps-lights-fire/SmartLighting.js +5 -0
- package/lib/lamps-lights-fire/StandingLamps.js +3 -0
- package/lib/lamps-lights-fire/TableLamps.js +11 -0
- package/lib/lamps-lights-fire/index.js +0 -0
- package/lib/landmarks/Bridges.js +4 -0
- package/lib/landmarks/HistoricalBuildings.js +4 -0
- package/lib/landmarks/LandmarksAsiaAustralia.js +19 -0
- package/lib/landmarks/LandmarksEurope.js +23 -0
- package/lib/landmarks/LandmarksMiddleEastIndia.js +5 -0
- package/lib/landmarks/LandmarksTheAmericas.js +11 -0
- package/lib/landmarks/OfficialBuildings.js +4 -0
- package/lib/landmarks/Parks.js +4 -0
- package/lib/landmarks/VariousBuildings.js +9 -0
- package/lib/landmarks/index.js +0 -0
- package/lib/logos/Advertising.js +1 -0
- package/lib/logos/BlogNewsFeed.js +12 -0
- package/lib/logos/DesignersCommunities.js +9 -0
- package/lib/logos/DeveloperCommunities.js +4 -0
- package/lib/logos/ECommerce.js +7 -0
- package/lib/logos/InternetProtocol.js +1 -0
- package/lib/logos/MailingServices.js +1 -0
- package/lib/logos/MessagingVideoMeetings.js +18 -0
- package/lib/logos/Music.js +10 -0
- package/lib/logos/OSSystems.js +5 -0
- package/lib/logos/OnlineReading.js +5 -0
- package/lib/logos/Payment.js +3 -0
- package/lib/logos/PhotosImages.js +11 -0
- package/lib/logos/ProfessionalNetworks.js +3 -0
- package/lib/logos/ProfessionalTools.js +6 -0
- package/lib/logos/QA.js +1 -0
- package/lib/logos/SearchEngines.js +5 -0
- package/lib/logos/SocialBookmarking.js +7 -0
- package/lib/logos/SocialMedias.js +51 -0
- package/lib/logos/Statistics.js +2 -0
- package/lib/logos/Technology.js +2 -0
- package/lib/logos/Travel.js +1 -0
- package/lib/logos/VideoGames.js +2 -0
- package/lib/logos/Videos.js +8 -0
- package/lib/logos/WebServices.js +9 -0
- package/lib/logos/index.js +0 -0
- package/lib/maps-navigation/AddRemoveFavorites.js +10 -0
- package/lib/maps-navigation/Compass.js +12 -0
- package/lib/maps-navigation/Earth.js +29 -0
- package/lib/maps-navigation/Location.js +4 -0
- package/lib/maps-navigation/Maps.js +6 -0
- package/lib/maps-navigation/Pins.js +17 -0
- package/lib/maps-navigation/PinsStyleOne.js +31 -0
- package/lib/maps-navigation/PinsStyleThree.js +221 -0
- package/lib/maps-navigation/PinsStyleTwo.js +31 -0
- package/lib/maps-navigation/ShareLocation.js +2 -0
- package/lib/maps-navigation/SignShapes.js +12 -0
- package/lib/maps-navigation/SyncLocation.js +2 -0
- package/lib/maps-navigation/Trip.js +8 -0
- package/lib/maps-navigation/index.js +0 -0
- package/lib/messages-chat-smileys/Conversation.js +25 -0
- package/lib/messages-chat-smileys/MessagesPeople.js +42 -0
- package/lib/messages-chat-smileys/MessagesSpeechBubbles.js +64 -0
- package/lib/messages-chat-smileys/SignalFlags.js +3 -0
- package/lib/messages-chat-smileys/Smileys.js +210 -0
- package/lib/messages-chat-smileys/index.js +0 -0
- package/lib/money-payments-finance/AccountingBilling.js +10 -0
- package/lib/money-payments-finance/CashPayments.js +16 -0
- package/lib/money-payments-finance/CheckPayments.js +4 -0
- package/lib/money-payments-finance/CreditCardPayments.js +28 -0
- package/lib/money-payments-finance/CryptoCurrencies.js +44 -0
- package/lib/money-payments-finance/Currencies.js +31 -0
- package/lib/money-payments-finance/FinanceSavings.js +23 -0
- package/lib/money-payments-finance/ModernPayments.js +11 -0
- package/lib/money-payments-finance/Money.js +18 -0
- package/lib/money-payments-finance/Wealth.js +8 -0
- package/lib/money-payments-finance/index.js +0 -0
- package/lib/music-audio/AudioFiles.js +51 -0
- package/lib/music-audio/AudioSystemEqualizer.js +5 -0
- package/lib/music-audio/CDPlayer.js +6 -0
- package/lib/music-audio/EarpodsAirpods.js +17 -0
- package/lib/music-audio/Headphones.js +12 -0
- package/lib/music-audio/IPodDigitalPlayers.js +10 -0
- package/lib/music-audio/Microphone.js +13 -0
- package/lib/music-audio/ModernMusic.js +10 -0
- package/lib/music-audio/Music.js +12 -0
- package/lib/music-audio/MusicGenres.js +22 -0
- package/lib/music-audio/MusicInstruments.js +27 -0
- package/lib/music-audio/Playlists.js +31 -0
- package/lib/music-audio/Podcasts.js +8 -0
- package/lib/music-audio/Radios.js +8 -0
- package/lib/music-audio/Speakers.js +7 -0
- package/lib/music-audio/VinylRecords.js +6 -0
- package/lib/music-audio/VolumeControls.js +25 -0
- package/lib/music-audio/WalkmanTapes.js +6 -0
- package/lib/music-audio/index.js +0 -0
- package/lib/nature-farming/AgriculturalMachinery.js +20 -0
- package/lib/nature-farming/Farming.js +19 -0
- package/lib/nature-farming/Flowers.js +7 -0
- package/lib/nature-farming/Gardening.js +22 -0
- package/lib/nature-farming/Outdoors.js +11 -0
- package/lib/nature-farming/Plants.js +17 -0
- package/lib/nature-farming/Trees.js +12 -0
- package/lib/nature-farming/index.js +0 -0
- package/lib/outdoors-recreation/Beach.js +10 -0
- package/lib/outdoors-recreation/Camping.js +12 -0
- package/lib/outdoors-recreation/Canoe.js +9 -0
- package/lib/outdoors-recreation/Diving.js +8 -0
- package/lib/outdoors-recreation/Fishing.js +8 -0
- package/lib/outdoors-recreation/LandmarksViewPoints.js +5 -0
- package/lib/outdoors-recreation/NauticalSports.js +7 -0
- package/lib/outdoors-recreation/OutdoorParks.js +35 -0
- package/lib/outdoors-recreation/Sailing.js +9 -0
- package/lib/outdoors-recreation/Trekking.js +7 -0
- package/lib/outdoors-recreation/index.js +0 -0
- package/lib/pets-animals/Amphibians.js +7 -0
- package/lib/pets-animals/AnimalPrints.js +9 -0
- package/lib/pets-animals/Apes.js +5 -0
- package/lib/pets-animals/Bears.js +5 -0
- package/lib/pets-animals/Birds.js +8 -0
- package/lib/pets-animals/Cats.js +25 -0
- package/lib/pets-animals/ChickenDucks.js +15 -0
- package/lib/pets-animals/Deers.js +14 -0
- package/lib/pets-animals/Dogs.js +22 -0
- package/lib/pets-animals/ElephantsRhinoceros.js +10 -0
- package/lib/pets-animals/Fish.js +3 -0
- package/lib/pets-animals/FlyingInsects.js +18 -0
- package/lib/pets-animals/Girafe.js +4 -0
- package/lib/pets-animals/Insects.js +17 -0
- package/lib/pets-animals/Jellyfish.js +4 -0
- package/lib/pets-animals/Koala.js +4 -0
- package/lib/pets-animals/LionTigers.js +11 -0
- package/lib/pets-animals/Livestock.js +13 -0
- package/lib/pets-animals/MarineMammals.js +14 -0
- package/lib/pets-animals/MiceRats.js +10 -0
- package/lib/pets-animals/OctopusSquids.js +4 -0
- package/lib/pets-animals/Peacocks.js +5 -0
- package/lib/pets-animals/Pets.js +19 -0
- package/lib/pets-animals/PetsTracking.js +11 -0
- package/lib/pets-animals/Rabbit.js +6 -0
- package/lib/pets-animals/Reptiles.js +9 -0
- package/lib/pets-animals/Rodents.js +8 -0
- package/lib/pets-animals/SharksSportFish.js +8 -0
- package/lib/pets-animals/Shellfish.js +3 -0
- package/lib/pets-animals/Shells.js +4 -0
- package/lib/pets-animals/Snails.js +2 -0
- package/lib/pets-animals/Spiders.js +4 -0
- package/lib/pets-animals/Swans.js +4 -0
- package/lib/pets-animals/VariousFish.js +5 -0
- package/lib/pets-animals/VariousMammals.js +10 -0
- package/lib/pets-animals/Whales.js +5 -0
- package/lib/pets-animals/WildBirds.js +22 -0
- package/lib/pets-animals/WolvesFoxes.js +13 -0
- package/lib/pets-animals/index.js +0 -0
- package/lib/phones-mobile-devices/BluetoothWifi.js +5 -0
- package/lib/phones-mobile-devices/CellularNetwork.js +8 -0
- package/lib/phones-mobile-devices/ChargingBattery.js +24 -0
- package/lib/phones-mobile-devices/ConnectDevices.js +2 -0
- package/lib/phones-mobile-devices/ContentActions.js +86 -0
- package/lib/phones-mobile-devices/FaxAnswerMachine.js +3 -0
- package/lib/phones-mobile-devices/ForbidenBroken.js +2 -0
- package/lib/phones-mobile-devices/ForceTouchSqueezableGestures.js +8 -0
- package/lib/phones-mobile-devices/MobilePhones.js +14 -0
- package/lib/phones-mobile-devices/Phone.js +12 -0
- package/lib/phones-mobile-devices/PhoneActions.js +49 -0
- package/lib/phones-mobile-devices/PhoneCameraSelfies.js +8 -0
- package/lib/phones-mobile-devices/QRCode.js +2 -0
- package/lib/phones-mobile-devices/RotateScrollExpand.js +7 -0
- package/lib/phones-mobile-devices/SIMCard.js +3 -0
- package/lib/phones-mobile-devices/Signal.js +6 -0
- package/lib/phones-mobile-devices/Vibrate.js +2 -0
- package/lib/phones-mobile-devices/index.js +0 -0
- package/lib/programing-apps-websites/AndroidApps.js +6 -0
- package/lib/programing-apps-websites/Apps.js +89 -0
- package/lib/programing-apps-websites/BugSecurity.js +25 -0
- package/lib/programing-apps-websites/CodingFiles.js +142 -0
- package/lib/programing-apps-websites/Databases.js +61 -0
- package/lib/programing-apps-websites/LearningPrograming.js +3 -0
- package/lib/programing-apps-websites/PluginsModules.js +12 -0
- package/lib/programing-apps-websites/Programing.js +25 -0
- package/lib/programing-apps-websites/ProgramingLanguages.js +9 -0
- package/lib/programing-apps-websites/ResponsiveDesign.js +10 -0
- package/lib/programing-apps-websites/UIComponents.js +21 -0
- package/lib/programing-apps-websites/WebsiteDevelopment.js +18 -0
- package/lib/programing-apps-websites/index.js +0 -0
- package/lib/real-estate/ActionsBuildings.js +23 -0
- package/lib/real-estate/ActionsHouses.js +24 -0
- package/lib/real-estate/Advertising.js +3 -0
- package/lib/real-estate/AppsWebsites.js +8 -0
- package/lib/real-estate/Deals.js +8 -0
- package/lib/real-estate/Favorites.js +11 -0
- package/lib/real-estate/InsuranceProtection.js +6 -0
- package/lib/real-estate/Location.js +3 -0
- package/lib/real-estate/MapsDimensions.js +8 -0
- package/lib/real-estate/Market.js +13 -0
- package/lib/real-estate/RealEstate.js +25 -0
- package/lib/real-estate/Search.js +4 -0
- package/lib/real-estate/Settings.js +7 -0
- package/lib/real-estate/Signs.js +17 -0
- package/lib/real-estate/Update.js +3 -0
- package/lib/real-estate/index.js +0 -0
- package/lib/romance/BreakupDivorce.js +9 -0
- package/lib/romance/Couples.js +15 -0
- package/lib/romance/Dating.js +17 -0
- package/lib/romance/Engagement.js +5 -0
- package/lib/romance/Love.js +25 -0
- package/lib/romance/LoveGifts.js +6 -0
- package/lib/romance/Wedding.js +17 -0
- package/lib/romance/index.js +0 -0
- package/lib/school-learning/AudioBooks.js +17 -0
- package/lib/school-learning/ELearning.js +9 -0
- package/lib/school-learning/LibraryReading.js +22 -0
- package/lib/school-learning/School.js +32 -0
- package/lib/school-learning/StudyingLearning.js +9 -0
- package/lib/school-learning/index.js +0 -0
- package/lib/science/Astronomy.js +12 -0
- package/lib/science/LabsExperiments.js +10 -0
- package/lib/science/Science.js +25 -0
- package/lib/science/ScienceFiction.js +6 -0
- package/lib/science/SpaceExploration.js +17 -0
- package/lib/science/index.js +0 -0
- package/lib/shipping-delivery/Delivery.js +20 -0
- package/lib/shipping-delivery/OverseasShipment.js +13 -0
- package/lib/shipping-delivery/Shipment.js +24 -0
- package/lib/shipping-delivery/ShipmentManagement.js +23 -0
- package/lib/shipping-delivery/WarehouseFullfiment.js +22 -0
- package/lib/shipping-delivery/index.js +0 -0
- package/lib/shopping-ecommerce/Baskets.js +28 -0
- package/lib/shopping-ecommerce/Carts.js +23 -0
- package/lib/shopping-ecommerce/DiscountCoupons.js +14 -0
- package/lib/shopping-ecommerce/ECommerce.js +24 -0
- package/lib/shopping-ecommerce/MobileShopping.js +10 -0
- package/lib/shopping-ecommerce/Products.js +11 -0
- package/lib/shopping-ecommerce/Receipts.js +9 -0
- package/lib/shopping-ecommerce/ShoppingBags.js +22 -0
- package/lib/shopping-ecommerce/Shops.js +28 -0
- package/lib/shopping-ecommerce/TagsCodes.js +17 -0
- package/lib/shopping-ecommerce/index.js +0 -0
- package/lib/social-medias-rewards-rating/Certified.js +8 -0
- package/lib/social-medias-rewards-rating/Flags.js +18 -0
- package/lib/social-medias-rewards-rating/Gaming.js +14 -0
- package/lib/social-medias-rewards-rating/Gifts.js +5 -0
- package/lib/social-medias-rewards-rating/Likes.js +25 -0
- package/lib/social-medias-rewards-rating/LoveIt.js +29 -0
- package/lib/social-medias-rewards-rating/Mood.js +11 -0
- package/lib/social-medias-rewards-rating/Ranking.js +10 -0
- package/lib/social-medias-rewards-rating/Rating.js +28 -0
- package/lib/social-medias-rewards-rating/RewardsAwards.js +26 -0
- package/lib/social-medias-rewards-rating/SocialProfile.js +6 -0
- package/lib/social-medias-rewards-rating/Trends.js +7 -0
- package/lib/social-medias-rewards-rating/VIPTopUsers.js +10 -0
- package/lib/social-medias-rewards-rating/index.js +0 -0
- package/lib/sports/Archery.js +3 -0
- package/lib/sports/Athletics.js +10 -0
- package/lib/sports/BaseballBallGames.js +9 -0
- package/lib/sports/BasketballVolleyball.js +6 -0
- package/lib/sports/Biking.js +5 -0
- package/lib/sports/Bowling.js +3 -0
- package/lib/sports/Boxing.js +7 -0
- package/lib/sports/ClimbingSpeleology.js +3 -0
- package/lib/sports/Dancing.js +2 -0
- package/lib/sports/Fitness.js +25 -0
- package/lib/sports/Golf.js +8 -0
- package/lib/sports/Gymnastics.js +15 -0
- package/lib/sports/MatrialArts.js +10 -0
- package/lib/sports/OlympicsParalympicsGames.js +16 -0
- package/lib/sports/Pool.js +6 -0
- package/lib/sports/RugbyAmericanFootball.js +7 -0
- package/lib/sports/Shooting.js +5 -0
- package/lib/sports/SkateboardRollerblades.js +7 -0
- package/lib/sports/Skiing.js +16 -0
- package/lib/sports/Soccer.js +8 -0
- package/lib/sports/Swimming.js +8 -0
- package/lib/sports/TennisBadminton.js +13 -0
- package/lib/sports/VariousSports.js +5 -0
- package/lib/sports/YogaStretching.js +16 -0
- package/lib/sports/index.js +0 -0
- package/lib/streamline-bold.js +0 -0
- package/lib/technology/3DPrinting.js +28 -0
- package/lib/technology/ArtificialIntelligence.js +9 -0
- package/lib/technology/AutomatedTranslation.js +5 -0
- package/lib/technology/Beacons.js +10 -0
- package/lib/technology/Drones.js +13 -0
- package/lib/technology/FutureTechs.js +16 -0
- package/lib/technology/SmartHouse.js +30 -0
- package/lib/technology/VirtualReality.js +23 -0
- package/lib/technology/index.js +0 -0
- package/lib/tools-constructions/ClampsJacks.js +6 -0
- package/lib/tools-constructions/Equipment.js +7 -0
- package/lib/tools-constructions/Hardware.js +12 -0
- package/lib/tools-constructions/Materials.js +7 -0
- package/lib/tools-constructions/MeasuresLevels.js +6 -0
- package/lib/tools-constructions/PowerTools.js +6 -0
- package/lib/tools-constructions/Safety.js +5 -0
- package/lib/tools-constructions/Tools.js +36 -0
- package/lib/tools-constructions/index.js +0 -0
- package/lib/transportation/AdventureCars.js +10 -0
- package/lib/transportation/Aircraft.js +17 -0
- package/lib/transportation/AutonomusCars.js +7 -0
- package/lib/transportation/Bicycles.js +8 -0
- package/lib/transportation/Bus.js +8 -0
- package/lib/transportation/CarActions.js +14 -0
- package/lib/transportation/CarInsurance.js +2 -0
- package/lib/transportation/Cars.js +20 -0
- package/lib/transportation/DashboardSymbols.js +19 -0
- package/lib/transportation/GarageRepairs.js +18 -0
- package/lib/transportation/Gas.js +4 -0
- package/lib/transportation/Navigation.js +7 -0
- package/lib/transportation/Parking.js +4 -0
- package/lib/transportation/PublicServices.js +7 -0
- package/lib/transportation/Railroad.js +12 -0
- package/lib/transportation/RoadsLights.js +9 -0
- package/lib/transportation/ScootersBikes.js +5 -0
- package/lib/transportation/SeaTransportation.js +15 -0
- package/lib/transportation/Segway.js +4 -0
- package/lib/transportation/Signs.js +296 -0
- package/lib/transportation/SportsCars.js +7 -0
- package/lib/transportation/Taxi.js +9 -0
- package/lib/transportation/ToolsComponents.js +12 -0
- package/lib/transportation/TransportationTicketsTransfers.js +23 -0
- package/lib/transportation/Trucks.js +11 -0
- package/lib/transportation/Various.js +5 -0
- package/lib/transportation/VintageCars.js +12 -0
- package/lib/transportation/index.js +0 -0
- package/lib/travel/Airport.js +4 -0
- package/lib/travel/Baggage.js +20 -0
- package/lib/travel/Passports.js +4 -0
- package/lib/travel/PlanesTrip.js +21 -0
- package/lib/travel/SecurityCustoms.js +11 -0
- package/lib/travel/TicketsCheckInSchedule.js +10 -0
- package/lib/travel/TravelInsurance.js +4 -0
- package/lib/travel/TravelMetaphor.js +9 -0
- package/lib/travel/index.js +0 -0
- package/lib/users/GeomerticCloseUpMultipleUsers.js +13 -0
- package/lib/users/GeomerticCloseUpMultipleUsersActions.js +49 -0
- package/lib/users/GeomerticCloseUpSingleUserActionsNeutral.js +50 -0
- package/lib/users/GeomerticCloseUpSingleUserMan.js +15 -0
- package/lib/users/GeomerticCloseUpSingleUserNeutral.js +21 -0
- package/lib/users/GeomerticCloseUpSingleUserWoman.js +15 -0
- package/lib/users/GeomerticCloseUpSingleUsersActionsMan.js +50 -0
- package/lib/users/GeomerticCloseUpSingleUsersActionsWoman.js +50 -0
- package/lib/users/GeometricFullBodyGenderSymbols.js +8 -0
- package/lib/users/GeometricFullBodyMultipleUsers.js +14 -0
- package/lib/users/GeometricFullBodyMultipleUsersActions.js +48 -0
- package/lib/users/GeometricFullBodySingleUserActionsMan.js +48 -0
- package/lib/users/GeometricFullBodySingleUserActionsNeutral.js +50 -0
- package/lib/users/GeometricFullBodySingleUserActionsWoman.js +50 -0
- package/lib/users/GeometricFullBodySingleUserMan.js +25 -0
- package/lib/users/GeometricFullBodySingleUserNeutral.js +32 -0
- package/lib/users/GeometricFullBodySingleUserWoman.js +25 -0
- package/lib/users/NaturalCloseUpMultipleUsers.js +8 -0
- package/lib/users/NaturalCloseUpMultipleUsersActions.js +48 -0
- package/lib/users/NaturalCloseUpSingleUserActionsMan.js +49 -0
- package/lib/users/NaturalCloseUpSingleUserActionsNeutral.js +50 -0
- package/lib/users/NaturalCloseUpSingleUserActionsWoman.js +50 -0
- package/lib/users/NaturalCloseUpSingleUserMan.js +15 -0
- package/lib/users/NaturalCloseUpSingleUserNeutral.js +21 -0
- package/lib/users/NaturalCloseUpSingleUserWoman.js +15 -0
- package/lib/users/index.js +0 -0
- package/lib/video-games/FamousCharacters.js +30 -0
- package/lib/video-games/FamousVideoGames.js +56 -0
- package/lib/video-games/VideoGamesControl.js +10 -0
- package/lib/video-games/VideoGamesDevices.js +13 -0
- package/lib/video-games/VideoGamesLogos.js +18 -0
- package/lib/video-games/index.js +0 -0
- package/lib/video-movies-t-v/Cameras.js +5 -0
- package/lib/video-movies-t-v/Controls.js +26 -0
- package/lib/video-movies-t-v/ModernTV.js +17 -0
- package/lib/video-movies-t-v/Movies.js +10 -0
- package/lib/video-movies-t-v/VideoEdition.js +18 -0
- package/lib/video-movies-t-v/VideoFiles.js +57 -0
- package/lib/video-movies-t-v/VideoPlayers.js +24 -0
- package/lib/video-movies-t-v/VintageTV.js +6 -0
- package/lib/video-movies-t-v/index.js +0 -0
- package/lib/wayfinding/Allowances.js +15 -0
- package/lib/wayfinding/Cleaning.js +11 -0
- package/lib/wayfinding/CloakLockersRoom.js +9 -0
- package/lib/wayfinding/Disability.js +34 -0
- package/lib/wayfinding/Escalators.js +6 -0
- package/lib/wayfinding/Family.js +11 -0
- package/lib/wayfinding/Garbages.js +4 -0
- package/lib/wayfinding/InformationDesk.js +7 -0
- package/lib/wayfinding/Laundry.js +8 -0
- package/lib/wayfinding/Lifts.js +4 -0
- package/lib/wayfinding/MovingWalkway.js +2 -0
- package/lib/wayfinding/Safety.js +40 -0
- package/lib/wayfinding/Seats.js +5 -0
- package/lib/wayfinding/Stairs.js +6 -0
- package/lib/wayfinding/SwimmingPool.js +3 -0
- package/lib/wayfinding/Tickets.js +19 -0
- package/lib/wayfinding/Toilets.js +12 -0
- package/lib/wayfinding/WaitingRoom.js +4 -0
- package/lib/wayfinding/Walking.js +6 -0
- package/lib/wayfinding/WaterFountain.js +6 -0
- package/lib/wayfinding/index.js +0 -0
- package/lib/weather/DayNight.js +18 -0
- package/lib/weather/Humidity.js +2 -0
- package/lib/weather/IceSnow.js +4 -0
- package/lib/weather/NaturalDisasters.js +20 -0
- package/lib/weather/Rain.js +8 -0
- package/lib/weather/Temperatures.js +25 -0
- package/lib/weather/UV.js +8 -0
- package/lib/weather/Visibility.js +4 -0
- package/lib/weather/Weather.js +42 -0
- package/lib/weather/WeatherApps.js +10 -0
- package/lib/weather/Wind.js +7 -0
- package/lib/weather/index.js +0 -0
- package/lib/work-office-companies/HumanResources.js +31 -0
- package/lib/work-office-companies/IdeasCreativity.js +15 -0
- package/lib/work-office-companies/JobSearchRecruiting.js +8 -0
- package/lib/work-office-companies/Legal.js +5 -0
- package/lib/work-office-companies/MeetingsCollaboration.js +17 -0
- package/lib/work-office-companies/Office.js +27 -0
- package/lib/work-office-companies/OfficeFiles.js +45 -0
- package/lib/work-office-companies/Presentations.js +26 -0
- package/lib/work-office-companies/Tasks.js +40 -0
- package/lib/work-office-companies/VideoMeetings.js +30 -0
- package/lib/work-office-companies/WorkOffice.js +14 -0
- package/lib/work-office-companies/index.js +0 -0
- package/package.json +19 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export const LayoutModule = ["layout-module",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0.250 0.247 L6.750 0.247 L6.750 6.747 L0.250 6.747 Z","M0.250 8.747 L6.750 8.747 L6.750 15.247 L0.250 15.247 Z","M0.250 17.247 L6.750 17.247 L6.750 23.747 L0.250 23.747 Z","M8.750 0.247 L15.250 0.247 L15.250 6.747 L8.750 6.747 Z","M8.750 8.747 L15.250 8.747 L15.250 15.247 L8.750 15.247 Z","M8.750 17.247 L15.250 17.247 L15.250 23.747 L8.750 23.747 Z","M17.250 0.247 L23.750 0.247 L23.750 6.747 L17.250 6.747 Z","M17.250 8.747 L23.750 8.747 L23.750 15.247 L17.250 15.247 Z","M17.250 17.247 L23.750 17.247 L23.750 23.747 L17.250 23.747 Z"]];
|
|
2
|
+
export const Layout1 = ["layout-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,2.5v3a.5.5,0,0,1-.5.5H2.5A.5.5,0,0,1,2,5.5v-3A.5.5,0,0,1,2.5,2h19A.5.5,0,0,1,22,2.5ZM2.5,8h4a.5.5,0,0,1,.5.5v13a.5.5,0,0,1-.5.5h-4a.5.5,0,0,1-.5-.5V8.5A.5.5,0,0,1,2.5,8ZM9,21.5V8.5A.5.5,0,0,1,9.5,8h12a.5.5,0,0,1,.5.5v13a.5.5,0,0,1-.5.5H9.5A.5.5,0,0,1,9,21.5Z"]];
|
|
3
|
+
export const LayoutContentAlternate = ["layout-content-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M8,0H3A3,3,0,0,0,0,3V8a3,3,0,0,0,3,3H8a3,3,0,0,0,3-3V3A3,3,0,0,0,8,0ZM9,8A1,1,0,0,1,8,9H3A1,1,0,0,1,2,8V3A1,1,0,0,1,3,2H8A1,1,0,0,1,9,3Z","M8,13H3a3,3,0,0,0-3,3v5a3,3,0,0,0,3,3H8a3,3,0,0,0,3-3V16A3,3,0,0,0,8,13Zm1,8a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V16a1,1,0,0,1,1-1H8a1,1,0,0,1,1,1Z","M14.246,3h9a.75.75,0,0,0,0-1.5h-9a.75.75,0,1,0,0,1.5Z","M23.249,4.5h-9a.75.75,0,0,0,0,1.5h9a.75.75,0,0,0,0-1.5Z","M23.249,7.5h-9a.75.75,0,0,0,0,1.5h9a.75.75,0,1,0,0-1.5Z","M23.249,14.5h-9a.75.75,0,0,0,0,1.5h9a.75.75,0,0,0,0-1.5Z","M23.249,17.5h-9a.75.75,0,1,0,0,1.5h9a.75.75,0,0,0,0-1.5Z","M23.249,20.5h-9a.75.75,0,1,0,0,1.5h9a.75.75,0,0,0,0-1.5Z"]];
|
|
4
|
+
export const Layout3 = ["layout-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,2.5v3a.5.5,0,0,1-.5.5H2.5A.5.5,0,0,1,2,5.5v-3A.5.5,0,0,1,2.5,2h19A.5.5,0,0,1,22,2.5Zm-7,6v13a.5.5,0,0,1-.5.5h-5a.5.5,0,0,1-.5-.5V8.5A.5.5,0,0,1,9.5,8h5A.5.5,0,0,1,15,8.5ZM2.5,8h4a.5.5,0,0,1,.5.5v13a.5.5,0,0,1-.5.5h-4a.5.5,0,0,1-.5-.5V8.5A.5.5,0,0,1,2.5,8ZM17,21.5V8.5a.5.5,0,0,1,.5-.5h4a.5.5,0,0,1,.5.5v13a.5.5,0,0,1-.5.5h-4A.5.5,0,0,1,17,21.5Z"]];
|
|
5
|
+
export const Layout4 = ["layout-4",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,2.5v3a.5.5,0,0,1-.5.5H2.5A.5.5,0,0,1,2,5.5v-3A.5.5,0,0,1,2.5,2h19A.5.5,0,0,1,22,2.5ZM2.5,8h8a.5.5,0,0,1,.5.5v13a.5.5,0,0,1-.5.5h-8a.5.5,0,0,1-.5-.5V8.5A.5.5,0,0,1,2.5,8ZM13,21.5V8.5a.5.5,0,0,1,.5-.5h8a.5.5,0,0,1,.5.5v13a.5.5,0,0,1-.5.5h-8A.5.5,0,0,1,13,21.5Z"]];
|
|
6
|
+
export const Layout5 = ["layout-5",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0ZM9.5,8h12a.5.5,0,0,1,.5.5v5a.5.5,0,0,1-.5.5H9.5a.5.5,0,0,1-.5-.5v-5A.5.5,0,0,1,9.5,8ZM22,2.5v3a.5.5,0,0,1-.5.5H2.5A.5.5,0,0,1,2,5.5v-3A.5.5,0,0,1,2.5,2h19A.5.5,0,0,1,22,2.5ZM2.5,8h4a.5.5,0,0,1,.5.5v13a.5.5,0,0,1-.5.5h-4a.5.5,0,0,1-.5-.5V8.5A.5.5,0,0,1,2.5,8ZM9,21.5v-5a.5.5,0,0,1,.5-.5h12a.5.5,0,0,1,.5.5v5a.5.5,0,0,1-.5.5H9.5A.5.5,0,0,1,9,21.5Z"]];
|
|
7
|
+
export const LayoutArray1 = ["layout-array-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M6.500 0.997 L17.500 0.997 L17.500 22.997 L6.500 22.997 Z","M0.000 2.497 L4.500 2.497 L4.500 21.497 L0.000 21.497 Z","M19.500 2.497 L24.000 2.497 L24.000 21.497 L19.500 21.497 Z"]];
|
|
8
|
+
export const LayoutBullets = ["layout-bullets",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0.000 0.747 L5.500 0.747 L5.500 6.247 L-0.000 6.247 Z","M0.000 9.247 L5.500 9.247 L5.500 14.747 L-0.000 14.747 Z","M0.000 17.747 L5.500 17.747 L5.500 23.247 L-0.000 23.247 Z","M8.500 0.747 L24.000 0.747 L24.000 6.247 L8.500 6.247 Z","M8.500 9.247 L24.000 9.247 L24.000 14.747 L8.500 14.747 Z","M8.500 17.747 L24.000 17.747 L24.000 23.247 L8.500 23.247 Z"]];
|
|
9
|
+
export const LayoutHeadline = ["layout-headline",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0.000 0.747 L24.000 0.747 L24.000 6.247 L0.000 6.247 Z","M0.000 9.247 L24.000 9.247 L24.000 14.747 L0.000 14.747 Z","M0.000 17.747 L24.000 17.747 L24.000 23.247 L0.000 23.247 Z"]];
|
|
10
|
+
export const LayoutNone = ["layout-none",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0ZM21,22H3a1,1,0,0,1-1-1V3A1,1,0,0,1,3,2H21a1,1,0,0,1,1,1V21A1,1,0,0,1,21,22Z"]];
|
|
11
|
+
export const LayoutRight = ["layout-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0ZM2.5,2h12a.5.5,0,0,1,.5.5v19a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2Zm19,20h-4a.5.5,0,0,1-.5-.5V2.5a.5.5,0,0,1,.5-.5h4a.5.5,0,0,1,.5.5v19A.5.5,0,0,1,21.5,22Z"]];
|
|
12
|
+
export const LayoutModule2 = ["layout-module-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2Zm-2.5,9h-8a.5.5,0,0,1-.5-.5v-8a.5.5,0,0,1,.5-.5h8a.5.5,0,0,1,.5.5v8A.5.5,0,0,1,21.5,11ZM11,2.5v8a.5.5,0,0,1-.5.5h-8a.5.5,0,0,1-.5-.5v-8A.5.5,0,0,1,2.5,2h8A.5.5,0,0,1,11,2.5ZM2.5,13h8a.5.5,0,0,1,.5.5v8a.5.5,0,0,1-.5.5h-8a.5.5,0,0,1-.5-.5v-8A.5.5,0,0,1,2.5,13ZM13,21.5v-8a.5.5,0,0,1,.5-.5h8a.5.5,0,0,1,.5.5v8a.5.5,0,0,1-.5.5h-8A.5.5,0,0,1,13,21.5Z"]];
|
|
13
|
+
export const LayoutTwoColums = ["layout-two-colums",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2ZM2.5,2h8a.5.5,0,0,1,.5.5v19a.5.5,0,0,1-.5.5h-8a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2Zm19,20h-8a.5.5,0,0,1-.5-.5V2.5a.5.5,0,0,1,.5-.5h8a.5.5,0,0,1,.5.5v19A.5.5,0,0,1,21.5,22Z"]];
|
|
14
|
+
export const LayoutColumn = ["layout-column",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0.250 0.497 L6.750 0.497 L6.750 23.497 L0.250 23.497 Z","M8.750 0.497 L15.250 0.497 L15.250 23.497 L8.750 23.497 Z","M17.250 0.497 L23.750 0.497 L23.750 23.497 L17.250 23.497 Z"]];
|
|
15
|
+
export const LayoutArray = ["layout-array",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M6.500 2.497 L17.500 2.497 L17.500 21.497 L6.500 21.497 Z","M0.000 2.497 L4.500 2.497 L4.500 21.497 L0.000 21.497 Z","M19.500 2.497 L24.000 2.497 L24.000 21.497 L19.500 21.497 Z"]];
|
|
16
|
+
export const LayoutModule1 = ["layout-module-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0.000 -0.003 L11.000 -0.003 L11.000 10.997 L-0.000 10.997 Z","M13.000 -0.003 L24.000 -0.003 L24.000 10.997 L13.000 10.997 Z","M0.000 12.997 L11.000 12.997 L11.000 23.997 L-0.000 23.997 Z","M13.000 12.997 L24.000 12.997 L24.000 23.997 L13.000 23.997 Z"]];
|
|
17
|
+
export const LayoutAgenda = ["layout-agenda",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0.000 1.997 L24.000 1.997 L24.000 10.997 L0.000 10.997 Z","M0.000 12.997 L24.000 12.997 L24.000 21.997 L0.000 21.997 Z"]];
|
|
18
|
+
export const Layout2 = ["layout-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0ZM2.5,8h8a.5.5,0,0,1,.5.5v5a.5.5,0,0,1-.5.5h-8a.5.5,0,0,1-.5-.5v-5A.5.5,0,0,1,2.5,8Zm11,0h8a.5.5,0,0,1,.5.5v5a.5.5,0,0,1-.5.5h-8a.5.5,0,0,1-.5-.5v-5A.5.5,0,0,1,13.5,8ZM22,2.5v3a.5.5,0,0,1-.5.5H2.5A.5.5,0,0,1,2,5.5v-3A.5.5,0,0,1,2.5,2h19A.5.5,0,0,1,22,2.5ZM2.5,16h8a.5.5,0,0,1,.5.5v5a.5.5,0,0,1-.5.5h-8a.5.5,0,0,1-.5-.5v-5A.5.5,0,0,1,2.5,16ZM13,21.5v-5a.5.5,0,0,1,.5-.5h8a.5.5,0,0,1,.5.5v5a.5.5,0,0,1-.5.5h-8A.5.5,0,0,1,13,21.5Z"]];
|
|
19
|
+
export const Layout6 = ["layout-6",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,2.5v3a.5.5,0,0,1-.5.5H2.5A.5.5,0,0,1,2,5.5v-3A.5.5,0,0,1,2.5,2h19A.5.5,0,0,1,22,2.5ZM2.5,8h12a.5.5,0,0,1,.5.5v13a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V8.5A.5.5,0,0,1,2.5,8ZM17,21.5V8.5a.5.5,0,0,1,.5-.5h4a.5.5,0,0,1,.5.5v13a.5.5,0,0,1-.5.5h-4A.5.5,0,0,1,17,21.5Z"]];
|
|
20
|
+
export const LayoutLeft = ["layout-left",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0ZM2.5,2h4a.5.5,0,0,1,.5.5v19a.5.5,0,0,1-.5.5h-4a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2Zm19,20H9.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,9.5,2h12a.5.5,0,0,1,.5.5v19A.5.5,0,0,1,21.5,22Z"]];
|
|
21
|
+
export const LayoutContent = ["layout-content",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0.500 0.997 L10.500 0.997 L10.500 10.997 L0.500 10.997 Z","M0.500 12.997 L10.500 12.997 L10.500 22.997 L0.500 22.997 Z","M13.747,3h9a.75.75,0,0,0,0-1.5h-9a.75.75,0,0,0,0,1.5Z","M22.75,4.5h-9a.75.75,0,0,0,0,1.5h9a.75.75,0,0,0,0-1.5Z","M22.75,7.5h-9a.75.75,0,0,0,0,1.5h9a.75.75,0,0,0,0-1.5Z","M22.75,14.5h-9a.75.75,0,0,0,0,1.5h9a.75.75,0,0,0,0-1.5Z","M22.75,17.5h-9a.75.75,0,0,0,0,1.5h9a.75.75,0,0,0,0-1.5Z","M22.75,20.5h-9a.75.75,0,0,0,0,1.5h9a.75.75,0,0,0,0-1.5Z"]];
|
|
22
|
+
export const LayoutTop = ["layout-top",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,2.5v3a.5.5,0,0,1-.5.5H2.5A.5.5,0,0,1,2,5.5v-3A.5.5,0,0,1,2.5,2h19A.5.5,0,0,1,22,2.5ZM2,21.5V8.5A.5.5,0,0,1,2.5,8h19a.5.5,0,0,1,.5.5v13a.5.5,0,0,1-.5.5H2.5A.5.5,0,0,1,2,21.5Z"]];
|
|
23
|
+
export const LayoutThreeColumns = ["layout-three-columns",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0ZM15,2.5v19a.5.5,0,0,1-.5.5h-5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,9.5,2h5A.5.5,0,0,1,15,2.5ZM2.5,2h4a.5.5,0,0,1,.5.5v19a.5.5,0,0,1-.5.5h-4a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2Zm19,20h-4a.5.5,0,0,1-.5-.5V2.5a.5.5,0,0,1,.5-.5h4a.5.5,0,0,1,.5.5v19A.5.5,0,0,1,21.5,22Z"]];
|
|
24
|
+
export const Layout = ["layout",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm-.5,11H8.5a.5.5,0,0,1-.5-.5v-8A.5.5,0,0,1,8.5,2h13a.5.5,0,0,1,.5.5v8A.5.5,0,0,1,21.5,11ZM2.5,2h3a.5.5,0,0,1,.5.5v19a.5.5,0,0,1-.5.5h-3a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2ZM8,21.5v-8a.5.5,0,0,1,.5-.5h13a.5.5,0,0,1,.5.5v8a.5.5,0,0,1-.5.5H8.5A.5.5,0,0,1,8,21.5Z"]];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const Hyperlink3 = ["hyperlink-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M10.458,18.374,7.721,21.11a2.853,2.853,0,0,1-3.942,0l-.892-.891a2.787,2.787,0,0,1,0-3.941l5.8-5.8a2.789,2.789,0,0,1,3.942,0l.893.892A1,1,0,0,0,14.94,9.952l-.893-.892a4.791,4.791,0,0,0-6.771,0l-5.8,5.8a4.787,4.787,0,0,0,0,6.77l.892.891a4.785,4.785,0,0,0,6.771,0l2.736-2.735a1,1,0,1,0-1.414-1.415Z","M22.526,2.363l-.892-.892a4.8,4.8,0,0,0-6.77,0l-2.905,2.9a1,1,0,0,0,1.414,1.414l2.9-2.9a2.79,2.79,0,0,1,3.941,0l.893.893a2.786,2.786,0,0,1,0,3.942l-5.8,5.8a2.769,2.769,0,0,1-1.971.817h0a2.766,2.766,0,0,1-1.969-.816,1,1,0,1,0-1.415,1.412,4.751,4.751,0,0,0,3.384,1.4h0a4.752,4.752,0,0,0,3.385-1.4l5.8-5.8a4.786,4.786,0,0,0,0-6.771Z"]];
|
|
2
|
+
export const HyperlinkCircle = ["hyperlink-circle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M15.348,0A8.653,8.653,0,0,0,8.194,3.783,1,1,0,1,0,9.847,4.909a6.652,6.652,0,1,1-.736,6.062,1,1,0,1,0-1.875.7A8.653,8.653,0,1,0,15.348,0Z","M14.153,19.089a6.651,6.651,0,1,1,.82-5.821,1,1,0,1,0,1.9-.625,8.654,8.654,0,1,0-1.068,7.572,1,1,0,1,0-1.653-1.126Z"]];
|
|
3
|
+
export const Hyperlink1 = ["hyperlink-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M6,12a1,1,0,0,0,1,1h9.5a1,1,0,0,0,0-2H7A1,1,0,0,0,6,12Z","M8.2,14.722A3.458,3.458,0,0,1,6,15.5a3.5,3.5,0,0,1,0-7,3.46,3.46,0,0,1,2.2.779A1,1,0,0,0,9.458,7.722a5.5,5.5,0,1,0,0,8.556A1,1,0,0,0,8.2,14.722Z","M18,6.5a5.519,5.519,0,0,0-3.458,1.223A1,1,0,0,0,15.8,9.278,3.46,3.46,0,0,1,18,8.5a3.5,3.5,0,0,1,0,7,3.458,3.458,0,0,1-2.2-.777,1,1,0,0,0-1.258,1.556A5.5,5.5,0,1,0,18,6.5Z"]];
|
|
4
|
+
export const Attachment1 = ["attachment-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A6.97,6.97,0,0,0,5.038,6.961v11.91a5.128,5.128,0,1,0,10.255,0V9.713a3.293,3.293,0,0,0-6.586,0V17.5a1,1,0,0,0,2,0V9.713a1.293,1.293,0,0,1,2.586,0v9.158a3.128,3.128,0,1,1-6.255,0V6.961a4.962,4.962,0,0,1,9.924,0V14.5a1,1,0,0,0,2,0V6.961A6.97,6.97,0,0,0,12,0Z"]];
|
|
5
|
+
export const Attachment = ["attachment",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.843,3.455a6.961,6.961,0,0,0-9.846,0L1.619,13.832a5.128,5.128,0,0,0,7.252,7.252L17.3,12.653A3.293,3.293,0,1,0,12.646,8L7.457,13.184A1,1,0,1,0,8.871,14.6L14.06,9.409a1.294,1.294,0,0,1,1.829,1.83L7.457,19.67a3.128,3.128,0,0,1-4.424-4.424L13.411,4.869a4.962,4.962,0,1,1,7.018,7.018L12.646,19.67a1,1,0,1,0,1.414,1.414L21.843,13.3a6.96,6.96,0,0,0,0-9.846Z"]];
|
|
6
|
+
export const LinkBroken = ["link-broken",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M5.727,5.283a1.016,1.016,0,0,0,1.414,0,1,1,0,0,0,0-1.414l-2-2A1,1,0,0,0,3.727,3.283Z","M9.5,4.5a1,1,0,0,0,1-1V1a1,1,0,0,0-2,0V3.5A1,1,0,0,0,9.5,4.5Z","M2.909,9h2.5a1,1,0,0,0,0-2h-2.5a1,1,0,0,0,0,2Z","M10.727,17.869l-3.4,3.4a2.57,2.57,0,0,1-3.535,0l-1.061-1.06a2.511,2.511,0,0,1,0-3.536l3.4-3.4a1,1,0,1,0-1.414-1.414l-3.4,3.4a4.51,4.51,0,0,0,0,6.364l1.061,1.06a4.509,4.509,0,0,0,6.363,0l3.4-3.4a1,1,0,1,0-1.414-1.414Z","M19.377,7h-4.5a1,1,0,1,0,0,2h4.5A2.7,2.7,0,0,1,22,11.576v2A2.576,2.576,0,0,1,19.353,16H14.877a1,1,0,0,0,0,2h4.476A4.544,4.544,0,0,0,24,13.576v-2A4.662,4.662,0,0,0,19.377,7Z"]];
|
|
7
|
+
export const LinkBroken2 = ["link-broken-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,.5A4.505,4.505,0,0,0,7.5,5V8.134a1,1,0,0,0,2,0V5a2.5,2.5,0,0,1,5,0v5.5A2.5,2.5,0,0,1,12,13a1,1,0,0,0,0,2,4.5,4.5,0,0,0,4.5-4.5V5A4.505,4.505,0,0,0,12,.5Z","M15.5,15.634a1,1,0,0,0-1,1V19a2.5,2.5,0,0,1-5,0V14A2.5,2.5,0,0,1,12,11.5a1,1,0,0,0,0-2A4.505,4.505,0,0,0,7.5,14v5a4.5,4.5,0,0,0,9,0V16.634A1,1,0,0,0,15.5,15.634Z","M5.237,6.883l-1.3-.75a1,1,0,0,0-1,1.733l1.3.75a1,1,0,1,0,1-1.733Z","M4,12.5a1,1,0,0,0,0-2H2.5a1,1,0,0,0,0,2Z","M4.237,14.383l-1.3.75a1,1,0,0,0,1,1.733l1.3-.75a1,1,0,1,0-1-1.733Z","M19.264,8.749a1,1,0,0,0,.5-.133l1.3-.75a1,1,0,1,0-1-1.733l-1.3.75a1,1,0,0,0,.5,1.866Z","M21.5,10.5H20a1,1,0,0,0,0,2h1.5a1,1,0,0,0,0-2Z","M21.062,15.133l-1.3-.75a1,1,0,1,0-1,1.733l1.3.75a1,1,0,1,0,1-1.733Z"]];
|
|
8
|
+
export const Hyperlink = ["hyperlink",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M10.232,14.341a1,1,0,0,0-1.307.54.966.966,0,0,1-.219.326A.985.985,0,0,1,8,15.5H4a2,2,0,0,1-2-2v-3a2,2,0,0,1,2-2H8a.991.991,0,0,1,.708.294.972.972,0,0,1,.217.324,1,1,0,1,0,1.847-.767A3,3,0,0,0,8,6.5H4a4,4,0,0,0-4,4v3a4,4,0,0,0,4,4H8a3.007,3.007,0,0,0,2.772-1.85A1,1,0,0,0,10.232,14.341Z","M6,12a1,1,0,0,0,1,1H18a1,1,0,0,0,0-2H7A1,1,0,0,0,6,12Z","M20,6.5H16A3.006,3.006,0,0,0,13.228,8.35a1,1,0,1,0,1.847.767.976.976,0,0,1,.219-.326A.989.989,0,0,1,16,8.5h4a2,2,0,0,1,2,2v3a2,2,0,0,1-2,2H16a.987.987,0,0,1-.708-.294.962.962,0,0,1-.217-.324,1,1,0,1,0-1.847.768A3,3,0,0,0,16,17.5h4a4,4,0,0,0,4-4v-3A4,4,0,0,0,20,6.5Z"]];
|
|
9
|
+
export const Hyperlink2 = ["hyperlink-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12.406,14.905a1,1,0,0,0-.543,1.307,1,1,0,0,1-.217,1.09L8.818,20.131a2,2,0,0,1-2.828,0L3.868,18.01a2,2,0,0,1,0-2.829L6.7,12.353a1.013,1.013,0,0,1,1.091-.217,1,1,0,0,0,.763-1.849,3.034,3.034,0,0,0-3.268.652L2.454,13.767a4.006,4.006,0,0,0,0,5.657l2.122,2.121a4,4,0,0,0,5.656,0l2.829-2.828a3.008,3.008,0,0,0,.651-3.27A1,1,0,0,0,12.406,14.905Z","M7.757,16.241a1.011,1.011,0,0,0,1.414,0L16.95,8.463a1,1,0,0,0-1.414-1.414L7.757,14.827A1,1,0,0,0,7.757,16.241Z","M21.546,4.574,19.425,2.453a4.006,4.006,0,0,0-5.657,0L10.939,5.281a3.006,3.006,0,0,0-.651,3.269,1,1,0,1,0,1.849-.764A1,1,0,0,1,12.354,6.7l2.828-2.828a2,2,0,0,1,2.829,0l2.121,2.121a2,2,0,0,1,0,2.829L17.3,11.645a1.015,1.015,0,0,1-1.091.217,1,1,0,0,0-.765,1.849,3.026,3.026,0,0,0,3.27-.651l2.828-2.828A4.007,4.007,0,0,0,21.546,4.574Z"]];
|
|
10
|
+
export const LinkBroken1 = ["link-broken-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19,6.5H15a1,1,0,1,0,0,2h4a3,3,0,0,1,3,3v1a3,3,0,0,1-3,3H15a1,1,0,0,0,0,2h4a5.006,5.006,0,0,0,5-5v-1A5.006,5.006,0,0,0,19,6.5Z","M5,8.5H9a1,1,0,0,0,0-2H5a5.006,5.006,0,0,0-5,5v1a5.006,5.006,0,0,0,5,5H9a1,1,0,1,0,0-2H5a3,3,0,0,1-3-3v-1A3,3,0,0,1,5,8.5Z","M12,1a1,1,0,0,0-1,1V5a1,1,0,0,0,2,0V2A1,1,0,0,0,12,1Z","M15,5.493a1,1,0,0,0,.707-.287l1.5-1.5a1,1,0,1,0-1.414-1.414l-1.5,1.5A.994.994,0,0,0,15,5.493Z","M8.207,2.292A1,1,0,1,0,6.793,3.706l1.5,1.5a1.012,1.012,0,0,0,1.414,0,1,1,0,0,0,0-1.414Z","M12,18a1,1,0,0,0-1,1v3a1,1,0,0,0,2,0V19A1,1,0,0,0,12,18Z","M15.707,18.792a1,1,0,0,0-1.414,1.414l1.5,1.5a1,1,0,1,0,1.414-1.414Z","M8.293,18.792l-1.5,1.5a1,1,0,0,0,1.414,1.414l1.5-1.5a1,1,0,0,0-1.414-1.414Z"]];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const ListBullets = ["list-bullets",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0.000 3.998 A2.500 2.500 0 1 0 5.000 3.998 A2.500 2.500 0 1 0 0.000 3.998 Z","M8.5,5H23a1,1,0,0,0,0-2H8.5a1,1,0,0,0,0,2Z","M0.000 11.998 A2.500 2.500 0 1 0 5.000 11.998 A2.500 2.500 0 1 0 0.000 11.998 Z","M23,11H8.5a1,1,0,0,0,0,2H23a1,1,0,0,0,0-2Z","M0.000 19.998 A2.500 2.500 0 1 0 5.000 19.998 A2.500 2.500 0 1 0 0.000 19.998 Z","M23,19H8.5a1,1,0,0,0,0,2H23a1,1,0,0,0,0-2Z"]];
|
|
2
|
+
export const ListNumbers = ["list-numbers",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M7.75,4.5h15a1,1,0,0,0,0-2h-15a1,1,0,0,0,0,2Z","M22.75,11h-15a1,1,0,1,0,0,2h15a1,1,0,0,0,0-2Z","M22.75,19.5h-15a1,1,0,0,0,0,2h15a1,1,0,0,0,0-2Z","M2.212,17.248A2,2,0,0,0,.279,18.732a.75.75,0,1,0,1.45.386.5.5,0,1,1,.483.63.75.75,0,1,0,0,1.5.5.5,0,1,1-.482.635.75.75,0,1,0-1.445.4,2,2,0,1,0,3.589-1.648.251.251,0,0,1,0-.278,2,2,0,0,0-1.662-3.111Z","M4.25,10.748a2,2,0,0,0-4,0,.75.75,0,0,0,1.5,0,.5.5,0,0,1,1,0,1.031,1.031,0,0,1-.227.645L.414,14.029A.75.75,0,0,0,1,15.248H3.5a.75.75,0,0,0,0-1.5H3.081a.249.249,0,0,1-.195-.406L3.7,12.33A2.544,2.544,0,0,0,4.25,10.748Z","M4,5.248H3.75A.25.25,0,0,1,3.5,5V1.623A1.377,1.377,0,0,0,2.125.248H1.5a.75.75,0,0,0,0,1.5h.25A.25.25,0,0,1,2,2V5a.25.25,0,0,1-.25.25H1.5a.75.75,0,0,0,0,1.5H4a.75.75,0,0,0,0-1.5Z"]];
|
|
3
|
+
export const ListStars = ["list-stars",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.875,5h13a1,1,0,1,0,0-2h-13a1,1,0,0,0,0,2Z","M22.875,11h-13a1,1,0,0,0,0,2h13a1,1,0,0,0,0-2Z","M22.875,19h-13a1,1,0,0,0,0,2h13a1,1,0,0,0,0-2Z","M5.875,3.249H5.142a.25.25,0,0,1-.215-.379l.592-.986a.751.751,0,0,0-1.288-.771l-.642,1.07a.25.25,0,0,1-.428,0l-.642-1.07a.751.751,0,0,0-1.288.771l.592.986a.25.25,0,0,1-.215.379H.875a.75.75,0,1,0,0,1.5h.733a.249.249,0,0,1,.218.126.252.252,0,0,1,0,.252l-.592.986a.751.751,0,0,0,1.288.771l.642-1.07a.25.25,0,0,1,.428,0l.642,1.07a.751.751,0,0,0,1.288-.771l-.592-.986a.252.252,0,0,1,0-.252.249.249,0,0,1,.218-.126h.733a.75.75,0,0,0,0-1.5Z","M5.875,11.249H5.142a.25.25,0,0,1-.215-.379l.592-.986a.751.751,0,0,0-1.288-.771l-.642,1.07a.25.25,0,0,1-.428,0l-.642-1.07a.751.751,0,0,0-1.288.771l.592.986a.25.25,0,0,1-.215.379H.875a.75.75,0,0,0,0,1.5h.733a.249.249,0,0,1,.218.126.252.252,0,0,1,0,.252l-.592.986a.751.751,0,0,0,1.288.771l.642-1.07a.25.25,0,0,1,.428,0l.642,1.07a.751.751,0,0,0,1.288-.771l-.592-.986a.252.252,0,0,1,0-.252.249.249,0,0,1,.218-.126h.733a.75.75,0,1,0,0-1.5Z","M5.875,19.249H5.142a.25.25,0,0,1-.215-.379l.592-.986a.751.751,0,0,0-1.288-.771l-.642,1.07a.25.25,0,0,1-.428,0l-.642-1.07a.751.751,0,0,0-1.288.771l.592.986a.25.25,0,0,1-.215.379H.875a.75.75,0,0,0,0,1.5h.733a.249.249,0,0,1,.218.126.252.252,0,0,1,0,.252l-.592.986a.751.751,0,0,0,1.288.771l.642-1.07a.25.25,0,0,1,.428,0l.642,1.07a.751.751,0,0,0,1.288-.771l-.592-.986a.252.252,0,0,1,0-.252.249.249,0,0,1,.218-.126h.733a.75.75,0,0,0,0-1.5Z"]];
|
|
4
|
+
export const ListRemove = ["list-remove",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M6,2.5H19.5a1,1,0,0,0,0-2H6a1,1,0,0,0,0,2Z","M6,8.5H19.5a1,1,0,0,0,0-2H6a1,1,0,0,0,0,2Z","M10,13.5a1,1,0,0,0-1-1H6a1,1,0,1,0,0,2H9A1,1,0,0,0,10,13.5Z","M2.5.5h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z","M2.5,6.5h-1a1,1,0,0,0,0,2h1a1,1,0,1,0,0-2Z","M2.5,12.5h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm3.25,6.5a.75.75,0,0,1-.75.75H15a.75.75,0,0,1,0-1.5h5A.75.75,0,0,1,20.75,17.5Z"]];
|
|
5
|
+
export const ListAdd = ["list-add",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M6,2.5H19.5a1,1,0,0,0,0-2H6a1,1,0,0,0,0,2Z","M6,8.5H19.5a1,1,0,0,0,0-2H6a1,1,0,0,0,0,2Z","M10,13.5a1,1,0,0,0-1-1H6a1,1,0,1,0,0,2H9A1,1,0,0,0,10,13.5Z","M2.5.5h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z","M2.5,6.5h-1a1,1,0,0,0,0,2h1a1,1,0,1,0,0-2Z","M2.5,12.5h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm.75,9a.75.75,0,1,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,1,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.25Z"]];
|
|
6
|
+
export const ListBullets1 = ["list-bullets-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M8.5,5H23a1,1,0,0,0,0-2H8.5a1,1,0,0,0,0,2Z","M23,11H8.5a1,1,0,0,0,0,2H23a1,1,0,0,0,0-2Z","M23,19H8.5a1,1,0,0,0,0,2H23a1,1,0,0,0,0-2Z","M1.000 2.498 L4.000 2.498 L4.000 5.498 L1.000 5.498 Z","M3.5,1.5h-2A1.5,1.5,0,0,0,0,3V5A1.5,1.5,0,0,0,1.5,6.5h2A1.5,1.5,0,0,0,5,5V3A1.5,1.5,0,0,0,3.5,1.5ZM4,5a.5.5,0,0,1-.5.5h-2A.5.5,0,0,1,1,5V3a.5.5,0,0,1,.5-.5h2A.5.5,0,0,1,4,3Z","M1.000 10.498 L4.000 10.498 L4.000 13.498 L1.000 13.498 Z","M3.5,9.5h-2A1.5,1.5,0,0,0,0,11v2a1.5,1.5,0,0,0,1.5,1.5h2A1.5,1.5,0,0,0,5,13V11A1.5,1.5,0,0,0,3.5,9.5ZM4,13a.5.5,0,0,1-.5.5h-2A.5.5,0,0,1,1,13V11a.5.5,0,0,1,.5-.5h2A.5.5,0,0,1,4,11Z","M1.000 18.498 L4.000 18.498 L4.000 21.498 L1.000 21.498 Z","M3.5,17.5h-2A1.5,1.5,0,0,0,0,19v2a1.5,1.5,0,0,0,1.5,1.5h2A1.5,1.5,0,0,0,5,21V19A1.5,1.5,0,0,0,3.5,17.5ZM4,21a.5.5,0,0,1-.5.5h-2A.5.5,0,0,1,1,21V19a.5.5,0,0,1,.5-.5h2A.5.5,0,0,1,4,19Z"]];
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const Loading1 = ["loading-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.083.8a11.176,11.176,0,0,0-2.164,0,1.251,1.251,0,0,0-1.1,1.49l1.109,5.575a1.1,1.1,0,0,0,2.154,0L14.187,2.29A1.253,1.253,0,0,0,13.083.8Z","M5.824,3.046a1.257,1.257,0,0,0-.978.27c-.28.23-.55.475-.8.727s-.5.526-.727.8a1.25,1.25,0,0,0,.272,1.834L8.315,9.836A1.1,1.1,0,0,0,9.838,8.313L6.68,3.587A1.253,1.253,0,0,0,5.824,3.046Z","M1.3,10.034a1.251,1.251,0,0,0-.5.883C.767,11.276.749,11.64.749,12s.018.722.052,1.081a1.252,1.252,0,0,0,1.49,1.1l5.577-1.11a1.1,1.1,0,0,0,0-2.154L2.291,9.812A1.26,1.26,0,0,0,1.3,10.034Z","M4.044,19.954c.254.254.524.5.8.729a1.251,1.251,0,0,0,1.834-.273l3.157-4.727A1.1,1.1,0,0,0,9.7,14.3h0a1.106,1.106,0,0,0-1.39-.134L3.589,17.318a1.251,1.251,0,0,0-.271,1.834C3.548,19.432,3.792,19.7,4.044,19.954Z","M10.914,23.2c.359.036.725.053,1.085.053s.727-.017,1.085-.053a1.244,1.244,0,0,0,.876-.5,1.26,1.26,0,0,0,.224-1L13.075,16.13a1.1,1.1,0,0,0-2.154,0L9.814,21.7a1.264,1.264,0,0,0,.224,1A1.243,1.243,0,0,0,10.914,23.2Z","M18.176,20.952a1.259,1.259,0,0,0,.977-.271c.28-.23.55-.474.8-.726s.5-.521.73-.8a1.251,1.251,0,0,0-.273-1.834l-4.725-3.156A1.1,1.1,0,0,0,14.3,14.3h0a1.106,1.106,0,0,0-.135,1.39l3.156,4.723A1.254,1.254,0,0,0,18.176,20.952Z","M15.25,12a1.1,1.1,0,0,0,.885,1.078l5.574,1.109A1.253,1.253,0,0,0,23.2,13.08c.034-.359.052-.722.052-1.081s-.017-.721-.052-1.082a1.248,1.248,0,0,0-1.489-1.1l-5.578,1.109A1.1,1.1,0,0,0,15.25,12Z","M19.957,4.043c-.254-.254-.524-.5-.8-.73a1.253,1.253,0,0,0-1.834.274L14.162,8.313a1.1,1.1,0,0,0,1.525,1.524l4.724-3.158a1.253,1.253,0,0,0,.272-1.835C20.454,4.567,20.21,4.3,19.957,4.043Z"]];
|
|
2
|
+
export const LoadingBar = ["loading-bar",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.061,2.2H2.939A2.942,2.942,0,0,0,0,5.141V18.855a2.942,2.942,0,0,0,2.939,2.939H21.061A2.942,2.942,0,0,0,24,18.855V5.141A2.942,2.942,0,0,0,21.061,2.2ZM11.02,5.141a.735.735,0,1,1-.734-.735A.734.734,0,0,1,11.02,5.141Zm-2.938,0a.735.735,0,1,1-.735-.735A.735.735,0,0,1,8.082,5.141Zm-2.939,0a.735.735,0,1,1-.735-.735A.735.735,0,0,1,5.143,5.141ZM21.061,19.835H2.939a.98.98,0,0,1-.98-.98V8.835a1,1,0,0,1,1-1H21.041a1,1,0,0,1,1,1v10.02A.98.98,0,0,1,21.061,19.835Z","M17.143,11.018H6.857a2.694,2.694,0,0,0,0,5.388H17.143a2.694,2.694,0,1,0,0-5.388Zm0,3.919H11.27a.25.25,0,0,1-.25-.25V12.738a.25.25,0,0,1,.25-.25h5.873a1.225,1.225,0,0,1,0,2.449Z"]];
|
|
3
|
+
export const LoadingCircle = ["loading-circle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,6.376a1.222,1.222,0,0,0,1.222-1.223V1.242a1.222,1.222,0,0,0-2.444,0V5.153A1.222,1.222,0,0,0,12,6.376Z","M6.786,6.389A1.222,1.222,0,0,0,8.9,5.167L8.17,3.9A1.222,1.222,0,0,0,6.053,5.119Z","M2.921,9.145l1.27.734A1.222,1.222,0,1,0,5.413,7.762l-1.27-.734A1.222,1.222,0,0,0,2.921,9.145Z","M2.222,14.2H3.689a1.223,1.223,0,0,0,0-2.445H2.222a1.223,1.223,0,0,0,0,2.445Z","M4.191,16.073l-1.27.733a1.222,1.222,0,1,0,1.222,2.117l1.27-.733a1.222,1.222,0,1,0-1.222-2.117Z","M6.5,22.5a1.222,1.222,0,0,0,1.67-.447l.733-1.27a1.222,1.222,0,0,0-2.117-1.223l-.733,1.27A1.222,1.222,0,0,0,6.5,22.5Z","M12,23.976a1.222,1.222,0,0,0,1.222-1.223V21.287a1.222,1.222,0,0,0-2.444,0v1.466A1.222,1.222,0,0,0,12,23.976Z","M15.83,22.055a1.222,1.222,0,1,0,2.117-1.223l-.733-1.27A1.222,1.222,0,1,0,15.1,20.785Z","M21.079,16.806l-1.27-.733a1.222,1.222,0,1,0-1.222,2.117l1.27.733a1.222,1.222,0,0,0,1.222-2.117Z","M19.089,12.976A1.222,1.222,0,0,0,20.311,14.2h1.467a1.223,1.223,0,0,0,0-2.445H20.311A1.223,1.223,0,0,0,19.089,12.976Z","M18.139,9.431a1.224,1.224,0,0,0,1.67.448l1.27-.734a1.222,1.222,0,0,0-1.222-2.117l-1.27.734A1.222,1.222,0,0,0,18.139,9.431Z","M15.544,6.836a1.222,1.222,0,0,0,1.67-.447l.733-1.27A1.222,1.222,0,0,0,15.83,3.9L15.1,5.167A1.222,1.222,0,0,0,15.544,6.836Z"]];
|
|
4
|
+
export const LoadingLine1 = ["loading-line-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0.000 11.998 A4.000 4.000 0 1 0 8.000 11.998 A4.000 4.000 0 1 0 0.000 11.998 Z","M11.000 11.998 A3.000 3.000 0 1 0 17.000 11.998 A3.000 3.000 0 1 0 11.000 11.998 Z","M20.000 11.998 A2.000 2.000 0 1 0 24.000 11.998 A2.000 2.000 0 1 0 20.000 11.998 Z"]];
|
|
5
|
+
export const LoadingLine = ["loading-line",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0.000 11.998 A2.000 2.000 0 1 0 4.000 11.998 A2.000 2.000 0 1 0 0.000 11.998 Z","M20.000 11.998 A2.000 2.000 0 1 0 24.000 11.998 A2.000 2.000 0 1 0 20.000 11.998 Z","M5.000 11.998 A2.500 2.500 0 1 0 10.000 11.998 A2.500 2.500 0 1 0 5.000 11.998 Z","M11.000 11.998 A4.000 4.000 0 1 0 19.000 11.998 A4.000 4.000 0 1 0 11.000 11.998 Z"]];
|
|
6
|
+
export const Loading3 = ["loading-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M11.25,1.1A.752.752,0,0,0,10.4.354,11.641,11.641,0,0,0,2.73,4.8.751.751,0,0,0,2.948,5.9l4.4,2.54a.743.743,0,0,0,.375.1.75.75,0,0,0,.536-.225,5.2,5.2,0,0,1,2.428-1.407.749.749,0,0,0,.564-.727Z","M13.007.531a.75.75,0,0,0-.257.566V6.185a.75.75,0,0,0,.563.727,5.2,5.2,0,0,1,2.429,1.407.749.749,0,0,0,.911.124l4.4-2.539A.751.751,0,0,0,21.269,4.8,11.636,11.636,0,0,0,13.6.354.746.746,0,0,0,13.007.531Z","M22.186,16.9a.755.755,0,0,0,.243-.04.747.747,0,0,0,.451-.427,11.716,11.716,0,0,0,0-8.861A.751.751,0,0,0,21.81,7.2l-4.4,2.547a.748.748,0,0,0-.346.854,5.19,5.19,0,0,1,0,2.79.749.749,0,0,0,.346.854l4.4,2.547A.747.747,0,0,0,22.186,16.9Z","M13.5,23.649a.686.686,0,0,0,.1-.007,11.635,11.635,0,0,0,7.667-4.44.75.75,0,0,0-.218-1.109l-4.4-2.54a.747.747,0,0,0-.911.125,5.212,5.212,0,0,1-2.429,1.406.75.75,0,0,0-.563.727V22.9a.75.75,0,0,0,.751.749Z","M10.4,23.642a.7.7,0,0,0,.1.007.749.749,0,0,0,.75-.75V17.81a.75.75,0,0,0-.564-.726,5.215,5.215,0,0,1-2.428-1.407.747.747,0,0,0-.911-.124l-4.4,2.539A.752.752,0,0,0,2.73,19.2,11.642,11.642,0,0,0,10.4,23.642Z","M1.572,16.854a.724.724,0,0,0,.242.041.749.749,0,0,0,.376-.1l4.4-2.547a.748.748,0,0,0,.346-.854,5.19,5.19,0,0,1,0-2.79A.748.748,0,0,0,6.6,9.749L2.19,7.2a.748.748,0,0,0-1.07.366,11.716,11.716,0,0,0,0,8.861A.745.745,0,0,0,1.572,16.854Z"]];
|
|
7
|
+
export const Loading2 = ["loading-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M5.661,20.709a.855.855,0,0,0,.716-.482l2-3.461a1.2,1.2,0,0,0,0-1.116h0L7.026,13.307a1.214,1.214,0,0,0-.966-.559H2.07a.852.852,0,0,0-.776.38.853.853,0,0,0,.058.861l3.592,6.237A.854.854,0,0,0,5.661,20.709Z","M4.944,3.77,1.352,10.007a.855.855,0,0,0-.058.862.854.854,0,0,0,.776.379H6.06a1.215,1.215,0,0,0,.966-.558L8.377,8.346a1.2,1.2,0,0,0,0-1.116l-2-3.461A.788.788,0,0,0,4.944,3.77Z","M15.6,1.778H8.4a.854.854,0,0,0-.776.379.855.855,0,0,0,.06.862l2,3.461a1.2,1.2,0,0,0,.966.558h2.7a1.2,1.2,0,0,0,.966-.558l2-3.461a.855.855,0,0,0,.06-.862A.854.854,0,0,0,15.6,1.778Z","M18.339,3.287a.852.852,0,0,0-.715.482l-2,3.462a1.2,1.2,0,0,0,0,1.115l1.351,2.343a1.214,1.214,0,0,0,.966.559h3.99a.774.774,0,0,0,.717-1.242h0L19.056,3.77A.854.854,0,0,0,18.339,3.287Z","M18.339,20.709a.854.854,0,0,0,.717-.483l3.591-6.237a.774.774,0,0,0-.717-1.241H17.94a1.215,1.215,0,0,0-.966.558l-1.35,2.344a1.2,1.2,0,0,0,0,1.116l2,3.461A.852.852,0,0,0,18.339,20.709Z","M13.35,16.958h-2.7a1.2,1.2,0,0,0-.966.558l-2,3.461A.773.773,0,0,0,8.4,22.218h7.2a.773.773,0,0,0,.716-1.241l-2-3.461A1.2,1.2,0,0,0,13.35,16.958Z"]];
|
|
8
|
+
export const LoadingHalf = ["loading-half",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M16.750 7.498 A3.500 3.500 0 1 0 23.750 7.498 A3.500 3.500 0 1 0 16.750 7.498 Z","M10.250 3.498 A3.000 3.000 0 1 0 16.250 3.498 A3.000 3.000 0 1 0 10.250 3.498 Z","M3.250 5.498 A3.000 3.000 0 1 0 9.250 5.498 A3.000 3.000 0 1 0 3.250 5.498 Z","M0.250 11.498 A2.500 2.500 0 1 0 5.250 11.498 A2.500 2.500 0 1 0 0.250 11.498 Z","M1.750 17.498 A2.500 2.500 0 1 0 6.750 17.498 A2.500 2.500 0 1 0 1.750 17.498 Z","M7.250 21.498 A2.000 2.000 0 1 0 11.250 21.498 A2.000 2.000 0 1 0 7.250 21.498 Z","M13.125 21.644 A1.500 1.500 0 1 0 16.125 21.644 A1.500 1.500 0 1 0 13.125 21.644 Z"]];
|
|
9
|
+
export const LoadingCircle2 = ["loading-circle-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,24A12,12,0,1,0,0,12,12.013,12.013,0,0,0,12,24Zm6.451-12.813a1,1,0,0,1,1.986-.24A8.957,8.957,0,0,1,20.5,12a8.577,8.577,0,0,1-.084,1.2,1,1,0,0,1-.989.859,1.116,1.116,0,0,1-.142-.009,1,1,0,0,1-.85-1.131A6.558,6.558,0,0,0,18.5,12,6.793,6.793,0,0,0,18.451,11.185Zm.029,4.72a1,1,0,0,1,.156,1.4A8.531,8.531,0,0,1,17,18.87a1,1,0,0,1-1.178-1.616,6.548,6.548,0,0,0,1.25-1.194A1,1,0,0,1,18.48,15.905ZM12.813,20.46q-.394.037-.8.038H12a8.786,8.786,0,0,1-1.117-.072,1,1,0,1,1,.255-1.983c.3.037.575.044.876.055q.312,0,.613-.029a1,1,0,1,1,.188,1.991ZM9.849,4.538a1,1,0,0,1,.311,1.976A5.445,5.445,0,0,0,5.5,12a6.488,6.488,0,0,0,2.339,4.994,1,1,0,0,1-1.281,1.536A8.483,8.483,0,0,1,3.5,12,7.412,7.412,0,0,1,9.849,4.538Z"]];
|
|
10
|
+
export const LoadingCircle1 = ["loading-circle-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12.046,24a11.916,11.916,0,0,0,4.91-1.048,1,1,0,1,0-.82-1.824A10,10,0,1,1,12.046,2a1,1,0,0,0,0-2,12,12,0,0,0,0,24Z","M15.21,2.508c.29.1.573.206.85.327A1,1,0,1,0,16.861,1c-.332-.145-.672-.277-1.019-.392a1,1,0,1,0-.632,1.9Z","M20.044,5.994a1,1,0,0,0,1.6-1.2,12.09,12.09,0,0,0-1.368-1.528A1,1,0,0,0,18.9,4.72,9.985,9.985,0,0,1,20.044,5.994Z","M21.876,17.038a1,1,0,0,0,1.3-.552,11.961,11.961,0,0,0,.6-1.965,1,1,0,0,0-1.956-.419,9.829,9.829,0,0,1-.5,1.634A1,1,0,0,0,21.876,17.038Z","M21.6,9.026a9.953,9.953,0,0,1,.365,1.669,1,1,0,0,0,.99.871.972.972,0,0,0,.131-.009,1,1,0,0,0,.862-1.12,11.887,11.887,0,0,0-.438-2,1,1,0,0,0-1.91.594Z","M19.519,18.641q-.3.34-.634.652a1,1,0,0,0,1.368,1.459q.4-.373.76-.78a1,1,0,1,0-1.494-1.331Z","M11.046,5a1,1,0,0,0,1,1,6,6,0,1,1-6,6,1,1,0,0,0-2,0,8,8,0,1,0,8-8A1,1,0,0,0,11.046,5Z"]];
|
|
11
|
+
export const Loading = ["loading",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,6.5A1.5,1.5,0,0,0,13.5,5V2a1.5,1.5,0,1,0-3,0V5A1.5,1.5,0,0,0,12,6.5Z","M8.271,6.106,6.149,3.985a1.54,1.54,0,0,0-2.121,0,1.5,1.5,0,0,0,0,2.121h0L6.15,8.227a1.49,1.49,0,0,0,1.061.438h0a1.5,1.5,0,0,0,1.06-2.559Z","M.5,12A1.5,1.5,0,0,0,2,13.5H5a1.5,1.5,0,0,0,0-3H2A1.5,1.5,0,0,0,.5,12Z","M6.957,15.524h0a1.488,1.488,0,0,0-1.06.438L3.775,18.084A1.5,1.5,0,0,0,5.9,20.2l2.122-2.122a1.5,1.5,0,0,0-1.061-2.559Z","M10.5,22a1.5,1.5,0,0,0,3,0V19a1.5,1.5,0,0,0-3,0Z","M16.049,16.006a1.5,1.5,0,0,0,0,2.121l2.122,2.121A1.5,1.5,0,0,0,20.3,18.125L18.173,16A1.5,1.5,0,0,0,16.049,16.006Z","M23.5,12A1.5,1.5,0,0,0,22,10.5H19A1.5,1.5,0,0,0,17.5,12v0A1.5,1.5,0,0,0,19,13.5h3A1.5,1.5,0,0,0,23.5,12Z","M19.044,3.41h0a1.488,1.488,0,0,0-1.06.438l-2.12,2.12a1.5,1.5,0,0,0,0,2.123h0a1.5,1.5,0,0,0,2.121,0l2.121-2.12A1.5,1.5,0,0,0,19.044,3.41Z"]];
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export const Lock1 = ["lock-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.5,9.5h-.75V6.75a6.75,6.75,0,0,0-13.5,0V9.5H4.5a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2h15a2,2,0,0,0,2-2V11.5A2,2,0,0,0,19.5,9.5Zm-9.5,6a2,2,0,1,1,3,1.723V19.5a1,1,0,0,1-2,0V17.223A1.994,1.994,0,0,1,10,15.5ZM7.75,6.75a4.25,4.25,0,0,1,8.5,0V9a.5.5,0,0,1-.5.5H8.25a.5.5,0,0,1-.5-.5Z"]];
|
|
2
|
+
export const KeyholeCircle = ["keyhole-circle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm2.5,18.131a.5.5,0,0,1-.493.572H9.712a.5.5,0,0,1-.49-.594l1.255-5.86A3.429,3.429,0,0,1,11.17,5.8,3.493,3.493,0,0,1,15.5,9.15a3.439,3.439,0,0,1-1.978,3.1Z"]];
|
|
3
|
+
export const KeyholeSquare = ["keyhole-square",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.857,0H2.143A2.145,2.145,0,0,0,0,2.143V21.858A2.145,2.145,0,0,0,2.143,24H21.857A2.145,2.145,0,0,0,24,21.858V2.143A2.145,2.145,0,0,0,21.857,0ZM14.5,17.928a.5.5,0,0,1-.493.572H9.712a.5.5,0,0,1-.49-.594l1.255-5.86a3.429,3.429,0,0,1,.693-6.452A3.492,3.492,0,0,1,15.5,8.946a3.44,3.44,0,0,1-1.978,3.1Z"]];
|
|
4
|
+
export const Lock6 = ["lock-6",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.75,10.063V6.748a6.75,6.75,0,0,0-13.5,0v3.315A4.986,4.986,0,0,0,2.5,14.5V19a5.005,5.005,0,0,0,5,5h9a5.005,5.005,0,0,0,5-5V14.5A4.986,4.986,0,0,0,18.75,10.063ZM14,16.452a2,2,0,1,1-2-2A2,2,0,0,1,14,16.452ZM12,2.5a4.255,4.255,0,0,1,4.25,4.249V9a.5.5,0,0,1-.5.5H8.25a.5.5,0,0,1-.5-.5V6.748A4.255,4.255,0,0,1,12,2.5Z"]];
|
|
5
|
+
export const Lock5 = ["lock-5",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.75,11.725V6.75a6.75,6.75,0,0,0-13.5,0v4.975a8,8,0,1,0,13.5,0ZM12,18a2,2,0,1,1,2-2A2,2,0,0,1,12,18Zm4.25-9.619a.5.5,0,0,1-.722.448,7.922,7.922,0,0,0-7.056,0,.5.5,0,0,1-.722-.448V6.75a4.25,4.25,0,0,1,8.5,0Z"]];
|
|
6
|
+
export const LockCircle1 = ["lock-circle-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.75,8.5a1.75,1.75,0,0,0-3.5,0V10a.25.25,0,0,0,.25.25h3a.25.25,0,0,0,.25-.25Z","M20.447,3.477A11.923,11.923,0,0,0,12,0h-.055A12,12,0,0,0,12,24h.056A12,12,0,0,0,20.447,3.477ZM7.5,16.75v-5.5a1,1,0,0,1,1-1h.25V8.5a3.25,3.25,0,0,1,6.5,0v1.75h.25a1,1,0,0,1,1,1v5.5a1,1,0,0,1-1,1h-7A1,1,0,0,1,7.5,16.75Z","M10.750 14.500 A1.250 1.250 0 1 0 13.250 14.500 A1.250 1.250 0 1 0 10.750 14.500 Z"]];
|
|
7
|
+
export const Lock4 = ["lock-4",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.75,11.725V6.75a6.75,6.75,0,0,0-13.5,0v4.975a8,8,0,1,0,13.5,0Zm-5.75,5V19a1,1,0,0,1-2,0V16.723a2,2,0,1,1,2,0Zm3.25-8.342a.5.5,0,0,1-.722.448,7.922,7.922,0,0,0-7.056,0,.5.5,0,0,1-.722-.448V6.75a4.25,4.25,0,0,1,8.5,0Z"]];
|
|
8
|
+
export const Lock7 = ["lock-7",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,19.375H20.75a.25.25,0,0,0-.25.25v2.5a.25.25,0,0,0,.25.25H22a1.5,1.5,0,0,0,0-3Z","M19,19.375h0v-.011a1.5,1.5,0,0,0-1.5-1.493H16.75V15.625a.25.25,0,0,0-.25-.25h-2a.25.25,0,0,0-.25.25v2a.25.25,0,0,1-.25.25H6a.25.25,0,0,1-.25-.25V6.875a4.25,4.25,0,0,1,8.5,0v6.75a.25.25,0,0,0,.25.25h2a.25.25,0,0,0,.25-.25V6.875a6.75,6.75,0,0,0-13.5,0v11H1.993A1.5,1.5,0,0,0,.5,19.378h0l.018,3a1.5,1.5,0,0,0,1.5,1.493H17.525a1.466,1.466,0,0,0,1.052-.446A1.49,1.49,0,0,0,19,22.375h0Z"]];
|
|
9
|
+
export const Lock8 = ["lock-8",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M16.746 17.500 L21.500 17.500 L21.500 19.500 L16.746 19.500 Z","M17,21a1.752,1.752,0,0,1-1.75-1.75v-5A1.752,1.752,0,0,1,17,12.5H21.25a.25.25,0,0,0,.25-.25V11.5a2,2,0,0,0-2-2h-.75V6.75a6.75,6.75,0,0,0-13.5,0V9.5H4.5a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2h15a2,2,0,0,0,2-2v-.75a.25.25,0,0,0-.25-.25ZM7.75,6.75a4.25,4.25,0,0,1,8.5,0V9a.5.5,0,0,1-.5.5H8.25a.5.5,0,0,1-.5-.5Z","M16.746 14.000 L21.500 14.000 L21.500 16.000 L16.746 16.000 Z"]];
|
|
10
|
+
export const LockUnlock2 = ["lock-unlock-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.75,11.725V6.75a6.75,6.75,0,0,0-13.5,0,1.25,1.25,0,0,0,2.5,0,4.25,4.25,0,0,1,8.5,0V8.381a.5.5,0,0,1-.722.448A7.918,7.918,0,0,0,12,8a8.027,8.027,0,1,0,6.75,3.725Zm-5.75,5V19a1,1,0,0,1-2,0V16.723a2,2,0,1,1,2,0Z"]];
|
|
11
|
+
export const LockNetwork = ["lock-network",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.46,6.975l2.608-2.592a2.208,2.208,0,0,0,.682.117A2.25,2.25,0,1,0,19.5,2.25a2.234,2.234,0,0,0,.134.738L17.05,5.556a1,1,0,1,0,1.41,1.419Z","M21.76,19.5a2.205,2.205,0,0,0-.738.135l-2.577-2.588a1,1,0,0,0-1.417,1.412l2.6,2.609A2.244,2.244,0,1,0,21.76,19.5Z","M2.25,4.5a2.2,2.2,0,0,0,.681-.117l2.6,2.581A1,1,0,0,0,6.94,5.545L4.366,2.989A2.236,2.236,0,0,0,4.5,2.25,2.25,2.25,0,1,0,2.25,4.5Z","M11.989,6.75A2.754,2.754,0,0,0,9.239,9.5v.749h-.25a1,1,0,0,0-1,1V15.5a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1v-4.25a1,1,0,0,0-1-1h-.25V9.5A2.753,2.753,0,0,0,11.989,6.75Zm0,7.749a1,1,0,1,1,1-1A1,1,0,0,1,11.989,14.5Zm0-6.249a1.251,1.251,0,0,1,1.25,1.25V10a.25.25,0,0,1-.25.25h-2a.25.25,0,0,1-.25-.25V9.5A1.252,1.252,0,0,1,11.989,8.25Z","M5.545,17.059,2.979,19.635A2.215,2.215,0,0,0,2.24,19.5a2.25,2.25,0,1,0,2.25,2.25,2.227,2.227,0,0,0-.117-.681l2.589-2.6a1,1,0,1,0-1.417-1.411Z","M17.989,13.25h1.756a2.25,2.25,0,1,0,0-2H17.989a1,1,0,0,0,0,2Z","M5.99,11.25H4.255a2.25,2.25,0,1,0,0,2H5.99a1,1,0,1,0,0-2Z"]];
|
|
12
|
+
export const LockHierarchy = ["lock-hierarchy",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M8.75,3.25v1H8.5a1,1,0,0,0-1,1V10.5a1,1,0,0,0,1,1h7a1,1,0,0,0,1-1V5.25a1,1,0,0,0-1-1h-.25v-1a3.25,3.25,0,0,0-6.5,0Zm3.25,6a1,1,0,1,1,1-1A1,1,0,0,1,12,9.25ZM12,1.5a1.752,1.752,0,0,1,1.75,1.75V4a.25.25,0,0,1-.25.25h-3A.25.25,0,0,1,10.25,4V3.25A1.752,1.752,0,0,1,12,1.5Z","M21.5,19.745v-4.5a1.5,1.5,0,0,0-1.5-1.5H13v-.5a1,1,0,0,0-2,0v.5H4a1.5,1.5,0,0,0-1.5,1.5v4.5a2.25,2.25,0,1,0,2,0v-3.5a.5.5,0,0,1,.5-.5h5.5a.5.5,0,0,1,.5.5v3.5a2.25,2.25,0,1,0,2,0v-3.5a.5.5,0,0,1,.5-.5H19a.5.5,0,0,1,.5.5v3.5a2.25,2.25,0,1,0,2,0Z"]];
|
|
13
|
+
export const LockUnlock = ["lock-unlock",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.5,9.5h-.75V6.75A6.751,6.751,0,0,0,5.533,4.811a1.25,1.25,0,1,0,2.395.717A4.251,4.251,0,0,1,16.25,6.75V9a.5.5,0,0,1-.5.5H4.5a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2h15a2,2,0,0,0,2-2V11.5A2,2,0,0,0,19.5,9.5Zm-9.5,6a2,2,0,1,1,3,1.723V19.5a1,1,0,0,1-2,0V17.223A1.994,1.994,0,0,1,10,15.5Z"]];
|
|
14
|
+
export const LockPassword1 = ["lock-password-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.5,9.5h-.75V6.75a6.75,6.75,0,0,0-13.5,0V9.5H4.5a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2h15a2,2,0,0,0,2-2V11.5A2,2,0,0,0,19.5,9.5Zm-4,8.5a1,1,0,1,1,1-1A1,1,0,0,1,15.5,18Zm1,2.5a1,1,0,1,1-1-1A1,1,0,0,1,16.5,20.5Zm-1-6a1,1,0,1,1,1-1A1,1,0,0,1,15.5,14.5ZM12,18a1,1,0,1,1,1-1A1,1,0,0,1,12,18Zm1,2.5a1,1,0,1,1-1-1A1,1,0,0,1,13,20.5Zm-1-6a1,1,0,1,1,1-1A1,1,0,0,1,12,14.5ZM8.5,18a1,1,0,1,1,1-1A1,1,0,0,1,8.5,18Zm1,2.5a1,1,0,1,1-1-1A1,1,0,0,1,9.5,20.5Zm-1-6a1,1,0,1,1,1-1A1,1,0,0,1,8.5,14.5ZM7.75,6.75a4.25,4.25,0,0,1,8.5,0V9a.5.5,0,0,1-.5.5H8.25a.5.5,0,0,1-.5-.5Z"]];
|
|
15
|
+
export const LockUnlock4 = ["lock-unlock-4",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.75,10.06V6.75a6.75,6.75,0,0,0-13.5,0,1.25,1.25,0,0,0,2.5,0,4.25,4.25,0,0,1,8.5,0V9a.5.5,0,0,1-.5.5H7.5a5.006,5.006,0,0,0-5,5V19a5.006,5.006,0,0,0,5,5h9a5.006,5.006,0,0,0,5-5V14.5A4.988,4.988,0,0,0,18.75,10.06ZM14,16.5a2,2,0,1,1-2-2A2,2,0,0,1,14,16.5Z"]];
|
|
16
|
+
export const LockUnlock3 = ["lock-unlock-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.75,11.725V6.75a6.75,6.75,0,0,0-13.5,0,1.25,1.25,0,0,0,2.5,0,4.25,4.25,0,0,1,8.5,0V8.381a.5.5,0,0,1-.722.448A7.918,7.918,0,0,0,12,8a8.027,8.027,0,1,0,6.75,3.725ZM12,18a2,2,0,1,1,2-2A2,2,0,0,1,12,18Z"]];
|
|
17
|
+
export const LockShield = ["lock-shield",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.75,7.244a1.75,1.75,0,0,0-3.5,0v1.5a.25.25,0,0,0,.25.25h3a.25.25,0,0,0,.25-.25Z","M24,1.953A1.959,1.959,0,0,0,22.043.006H1.959A1.958,1.958,0,0,0,.012,1.965L0,9.306A15.145,15.145,0,0,0,11.862,23.975a.974.974,0,0,0,.194.019,1,1,0,0,0,.2-.021A15.145,15.145,0,0,0,23.988,9.2ZM7.5,15.494v-5.5a1,1,0,0,1,1-1h.25V7.244a3.25,3.25,0,0,1,6.5,0v1.75h.25a1,1,0,0,1,1,1v5.5a1,1,0,0,1-1,1h-7A1,1,0,0,1,7.5,15.494Z","M10.750 13.244 A1.250 1.250 0 1 0 13.250 13.244 A1.250 1.250 0 1 0 10.750 13.244 Z"]];
|
|
18
|
+
export const KeyholeCircleAlternate = ["keyhole-circle-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm0,22A10,10,0,1,1,22,12,10.011,10.011,0,0,1,12,22Z","M12,5a4,4,0,0,0-2.071,7.419l-.746,4.853A1.5,1.5,0,0,0,10.666,19h2.668a1.5,1.5,0,0,0,1.483-1.729l-.747-4.852A4,4,0,0,0,12,5Z"]];
|
|
19
|
+
export const KeyLock = ["key-lock",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,6.5h-.5V5a5,5,0,0,0-10,0V6.5a2,2,0,0,0-2,2v4.089a.25.25,0,0,0,.1.2,7.089,7.089,0,0,1,2.187,2.54.251.251,0,0,0,.223.137h5.919a3.012,3.012,0,0,1,3.049,2.771.249.249,0,0,0,.249.232H22a2,2,0,0,0,2-2V8.5A2,2,0,0,0,22,6.5ZM13.5,5a3,3,0,0,1,6,0V6.25a.25.25,0,0,1-.25.25h-5.5a.25.25,0,0,1-.25-.25Zm4,7.263v1.208a.75.75,0,0,1-1.5,0V12.263a1.5,1.5,0,1,1,1.5,0Z","M19.5,18.406a1.547,1.547,0,0,0-1.566-1.438h-7.1a5.541,5.541,0,0,0-5.3-4.018c-.169,0-.341.008-.513.024A5.6,5.6,0,0,0,0,18.46,5.525,5.525,0,0,0,5.524,24H5.55a5.5,5.5,0,0,0,5.293-4.013l.51,0a.248.248,0,0,1,.219.127l.935,1.659a.5.5,0,0,0,.859.021L14.427,20.1a.248.248,0,0,1,.209-.116l.217,0a.254.254,0,0,1,.22.126l.945,1.653a.5.5,0,0,0,.858.017L18,19.982v0A1.507,1.507,0,0,0,19.5,18.406Zm-15,1.319a1.25,1.25,0,1,1,1.25-1.25A1.25,1.25,0,0,1,4.5,19.725Z"]];
|
|
20
|
+
export const KeyholeSquareAlternate = ["keyhole-square-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.429,0H2.571A2.573,2.573,0,0,0,0,2.571V21.429A2.573,2.573,0,0,0,2.571,24H21.429A2.573,2.573,0,0,0,24,21.429V2.571A2.573,2.573,0,0,0,21.429,0ZM22,21.429a.579.579,0,0,1-.571.571H2.571A.579.579,0,0,1,2,21.429V2.571A.579.579,0,0,1,2.571,2H21.429A.579.579,0,0,1,22,2.571Z","M16.167,9.135a4.167,4.167,0,0,0-8.334,0,4.092,4.092,0,0,0,2,3.526l-1.172,5A1.5,1.5,0,0,0,10.119,19.5h3.762a1.5,1.5,0,0,0,1.46-1.843l-1.172-5A4.092,4.092,0,0,0,16.167,9.135Z"]];
|
|
21
|
+
export const DoorLock = ["door-lock",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.25,2a2,2,0,0,0-2-2H6.75a2,2,0,0,0-2,2V3a1,1,0,0,0,2,0V2.5a.5.5,0,0,1,.5-.5h12.5a.5.5,0,0,1,.5.5v19a.5.5,0,0,1-.5.5H7.25a.5.5,0,0,1-.5-.5V20a1,1,0,0,0-2,0v2a2,2,0,0,0,2,2h13.5a2,2,0,0,0,2-2Z","M10.25,18a1.5,1.5,0,0,0,1.5-1.5v-5a1.5,1.5,0,0,0-1.5-1.5V8.75a3.5,3.5,0,0,0-7,0V10a1.5,1.5,0,0,0-1.5,1.5v5A1.5,1.5,0,0,0,3.25,18Zm-3.5-4.75a1,1,0,1,1-1,1A1,1,0,0,1,6.75,13.25Zm-1.5-4.5a1.5,1.5,0,0,1,3,0v1A.25.25,0,0,1,8,10H5.5a.25.25,0,0,1-.25-.25Z"]];
|
|
22
|
+
export const HandGiveLock = ["hand-give-lock",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M15.5,19.5H6.375a.625.625,0,0,1,0-1.25H8.9a1,1,0,0,0,.92-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,.5.5H14.264A2.238,2.238,0,0,0,16.5,20.764V20.5A1,1,0,0,0,15.5,19.5Z","M1,14.75a1,1,0,0,0-1,1V23a1,1,0,0,0,2,0V15.75A1,1,0,0,0,1,14.75Z","M22.245,5.835a.256.256,0,0,1-.256-.255V4.139a4.138,4.138,0,1,0-8.276,0V5.58a.255.255,0,0,1-.255.255A1.758,1.758,0,0,0,11.7,7.591v6.9a1.757,1.757,0,0,0,1.756,1.755h8.787A1.757,1.757,0,0,0,24,14.5v-6.9A1.758,1.758,0,0,0,22.245,5.835Zm-4.394,7.09a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,17.851,12.925Zm2.138-7.59a.5.5,0,0,1-.5.5H16.213a.5.5,0,0,1-.5-.5v-1.2a2.138,2.138,0,1,1,4.276,0Z"]];
|
|
23
|
+
export const Lock2 = ["lock-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.5,9.5h-.75V6.75a6.75,6.75,0,0,0-13.5,0V9.5H4.5a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2h15a2,2,0,0,0,2-2V11.5A2,2,0,0,0,19.5,9.5Zm-7.5,9a2,2,0,1,1,2-2A2,2,0,0,1,12,18.5ZM16.25,9a.5.5,0,0,1-.5.5H8.25a.5.5,0,0,1-.5-.5V6.75a4.25,4.25,0,0,1,8.5,0Z"]];
|
|
24
|
+
export const LockUnlock1 = ["lock-unlock-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.5,9.5h-.75V6.75A6.751,6.751,0,0,0,5.533,4.811a1.25,1.25,0,1,0,2.395.717A4.251,4.251,0,0,1,16.25,6.75V9a.5.5,0,0,1-.5.5H4.5a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2h15a2,2,0,0,0,2-2V11.5A2,2,0,0,0,19.5,9.5Zm-7.5,9a2,2,0,1,1,2-2A2,2,0,0,1,12,18.5Z"]];
|
|
25
|
+
export const Lock3 = ["lock-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M15,16.5a.5.5,0,0,1,0-1h.449A3.485,3.485,0,0,0,12.5,12.551V13a.5.5,0,0,1-1,0v-.449A3.485,3.485,0,0,0,8.551,15.5H9a.5.5,0,0,1,0,1H8.551A3.485,3.485,0,0,0,11.5,19.449V19a.5.5,0,0,1,1,0v.449A3.485,3.485,0,0,0,15.449,16.5ZM12,17a1,1,0,1,1,1-1A1,1,0,0,1,12,17Z","M18.75,11.725V6.75a6.75,6.75,0,0,0-13.5,0v4.975a8,8,0,1,0,13.5,0ZM12.5,21a.5.5,0,0,1-1,0v-.551A4.474,4.474,0,0,1,7.551,16.5H7a.5.5,0,0,1,0-1h.551A4.474,4.474,0,0,1,11.5,11.551V11a.5.5,0,0,1,1,0v.551A4.474,4.474,0,0,1,16.449,15.5H17a.5.5,0,0,1,0,1h-.551A4.474,4.474,0,0,1,12.5,20.449ZM12,2.5a4.255,4.255,0,0,1,4.25,4.25V8.381a.5.5,0,0,1-.722.448,7.922,7.922,0,0,0-7.056,0,.5.5,0,0,1-.722-.448V6.75A4.255,4.255,0,0,1,12,2.5Z"]];
|
|
26
|
+
export const TouchFingerLock = ["touch-finger-lock",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.879,17H16.75a.25.25,0,0,1-.25-.25V10.375a1.875,1.875,0,0,0-3.75,0v8.808a.5.5,0,0,1-.908.29L10.469,17.54a1.575,1.575,0,0,0-2.787,1.467l1.972,4.687a.5.5,0,0,0,.461.306H23.5a.5.5,0,0,0,.5-.5V21.347A4.332,4.332,0,0,0,19.879,17Z","M11,11V8a1.491,1.491,0,0,0-.643-1.223.249.249,0,0,1-.107-.205V6a2.75,2.75,0,0,0-5.5,0v.572a.25.25,0,0,1-.107.205A1.491,1.491,0,0,0,4,8v3a1.5,1.5,0,0,0,1.5,1.5h4A1.5,1.5,0,0,0,11,11Zm-3.5-.48a1,1,0,1,1,1-1A1,1,0,0,1,7.5,10.52ZM8.75,6.25a.25.25,0,0,1-.25.25h-2a.25.25,0,0,1-.25-.25V6a1.25,1.25,0,0,1,2.5,0Z","M3,13H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h10a.5.5,0,0,1,.5.5V6a1,1,0,0,0,2,0V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V13a2,2,0,0,0,2,2H3a1,1,0,0,0,0-2Z"]];
|
|
27
|
+
export const Lock = ["lock",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M8.652,21.5H2.5V15.348a1.25,1.25,0,0,0-2.5,0v6.4A2.252,2.252,0,0,0,2.25,24h6.4a1.249,1.249,0,1,0,0-2.5Z","M1.25,9.9A1.25,1.25,0,0,0,2.5,8.652V2.5H8.652a1.25,1.25,0,1,0,0-2.5H2.25A2.252,2.252,0,0,0,0,2.249v6.4A1.25,1.25,0,0,0,1.25,9.9Z","M22.75,14.1a1.25,1.25,0,0,0-1.25,1.249V21.5H15.348a1.249,1.249,0,1,0,0,2.5h6.4A2.252,2.252,0,0,0,24,21.752v-6.4A1.25,1.25,0,0,0,22.75,14.1Z","M21.75,0h-6.4a1.25,1.25,0,1,0,0,2.5H21.5V8.652a1.25,1.25,0,0,0,2.5,0v-6.4A2.252,2.252,0,0,0,21.75,0Z","M12,3.763A4.482,4.482,0,0,0,7.5,8.216v.825H7.125A1.618,1.618,0,0,0,5.5,10.65v7.244A1.618,1.618,0,0,0,7.125,19.5h9.75A1.618,1.618,0,0,0,18.5,17.894V10.65a1.618,1.618,0,0,0-1.625-1.609H16.5V8.216A4.482,4.482,0,0,0,12,3.763ZM9.5,8.216a2.5,2.5,0,0,1,5,0v.825h-5Zm2.5,6.79a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,12,15.006Z"]];
|
|
28
|
+
export const LockCircle = ["lock-circle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.75,8.5a1.75,1.75,0,0,0-3.5,0V10a.25.25,0,0,0,.25.25h3a.25.25,0,0,0,.25-.25Z","M11.946,0A12,12,0,1,0,24,11.946,12.013,12.013,0,0,0,11.946,0ZM7.5,16.751v-5.5a1,1,0,0,1,1-1h.25V8.5a3.25,3.25,0,0,1,6.5,0v1.75h.25a1,1,0,0,1,1,1v5.5a1,1,0,0,1-1,1h-7A1,1,0,0,1,7.5,16.751Z","M10.750 14.501 A1.250 1.250 0 1 0 13.250 14.501 A1.250 1.250 0 1 0 10.750 14.501 Z"]];
|
|
29
|
+
export const KeyLock1 = ["key-lock-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,8.5a2,2,0,0,0-2-2h-.5V5a5,5,0,0,0-10,0V6.5a2,2,0,0,0-2,2v4.089a.25.25,0,0,0,.1.2,7.089,7.089,0,0,1,2.187,2.54.251.251,0,0,0,.223.137h5.919a3.012,3.012,0,0,1,3.049,2.771.249.249,0,0,0,.249.232H22a2,2,0,0,0,2-2ZM13.5,5a3,3,0,0,1,6,0V6.25a.25.25,0,0,1-.25.25h-5.5a.25.25,0,0,1-.25-.25Zm3.25,8.5a1.75,1.75,0,1,1,1.75-1.75A1.75,1.75,0,0,1,16.75,13.5Z","M19.5,18.406a1.547,1.547,0,0,0-1.566-1.438h-7.1a5.54,5.54,0,0,0-5.3-4.018A5.587,5.587,0,0,0,0,18.46a5.527,5.527,0,0,0,10.843,1.527l.51,0a.248.248,0,0,1,.219.127l.935,1.659a.5.5,0,0,0,.859.021L14.427,20.1a.248.248,0,0,1,.21-.116l.216,0a.254.254,0,0,1,.22.126l.945,1.653a.5.5,0,0,0,.858.017L18,19.982v0A1.507,1.507,0,0,0,19.5,18.406Zm-15,1.319a1.25,1.25,0,1,1,1.25-1.25A1.25,1.25,0,0,1,4.5,19.725Z"]];
|
|
30
|
+
export const DoorPasswordLock = ["door-password-lock",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M.5,11.5h11A.5.5,0,0,0,12,11V3.5A3.5,3.5,0,0,0,8.5,0h-5A3.5,3.5,0,0,0,0,3.5V11A.5.5,0,0,0,.5,11.5Zm9-8a1,1,0,1,1-1,1A1,1,0,0,1,9.5,3.5ZM9.5,7a1,1,0,1,1-1,1A1,1,0,0,1,9.5,7ZM6,3.5a1,1,0,1,1-1,1A1,1,0,0,1,6,3.5ZM6,7A1,1,0,1,1,5,8,1,1,0,0,1,6,7ZM2.5,3.5a1,1,0,1,1-1,1A1,1,0,0,1,2.5,3.5ZM2.5,7a1,1,0,1,1-1,1A1,1,0,0,1,2.5,7Z","M11.482,21.5H6a3,3,0,0,1,0-6h5.75a.25.25,0,0,0,.25-.25V13.5a.5.5,0,0,0-.5-.5H.5a.5.5,0,0,0-.5.5v7A3.5,3.5,0,0,0,3.5,24h5a3.486,3.486,0,0,0,3.213-2.154.25.25,0,0,0-.231-.346Z","M21.019,17.862l-1.037-.3A14.74,14.74,0,0,0,15.939,17H6a1.5,1.5,0,0,0,0,3h9.939a14.74,14.74,0,0,0,4.043-.566l1.037-.3a.663.663,0,0,0,0-1.275Z"]];
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export const Login1 = ["login-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23,.5H10.5a1,1,0,0,0-1,1V9a.5.5,0,0,0,.5.5h6.83A3.114,3.114,0,0,1,20,12.338,3,3,0,0,1,17,15.5H10a.5.5,0,0,0-.5.5v6.5a1,1,0,0,0,1,1H23a1,1,0,0,0,1-1V1.5A1,1,0,0,0,23,.5Z","M17,14a1.5,1.5,0,0,0,0-3H7V8.5a1,1,0,0,0-1.625-.781l-5,4a1,1,0,0,0,0,1.562l5,4a1.054,1.054,0,0,0,1.059.12A1,1,0,0,0,7,16.5V14Z"]];
|
|
2
|
+
export const Login2 = ["login-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20.25,1.5h-7.5V.5a.5.5,0,0,0-.608-.488l-9,2A.5.5,0,0,0,2.75,2.5v19a.5.5,0,0,0,.392.488l9,2a.5.5,0,0,0,.608-.488v-1h7.5a1,1,0,0,0,1-1V2.5A1,1,0,0,0,20.25,1.5Zm-10,11A1.5,1.5,0,1,1,8.75,11,1.5,1.5,0,0,1,10.25,12.5Zm8.5,8h-5.5a.5.5,0,0,1-.5-.5V4a.5.5,0,0,1,.5-.5h5.5a.5.5,0,0,1,.5.5V20A.5.5,0,0,1,18.75,20.5Z"]];
|
|
3
|
+
export const LoginKey = ["login-key",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.5,0h-3a.5.5,0,0,0-.354.147l-9.53,9.531a7.5,7.5,0,1,0,3.707,3.707l2.312-2.313,1.933.644a1,1,0,0,0,1.3-1.1L19.507,8.2l.726-.726,1.456.662a1,1,0,0,0,1.378-1.18l-.506-1.809,1.293-1.293A.5.5,0,0,0,24,3.5V.5A.5.5,0,0,0,23.5,0ZM7,18.5A1.5,1.5,0,1,1,5.5,17,1.5,1.5,0,0,1,7,18.5Z"]];
|
|
4
|
+
export const Login = ["login",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M15.087,13.5a.5.5,0,0,0-.5.5v3.6a1,1,0,0,1-.567.9,1.029,1.029,0,0,1-1.058-.121l-7-5.6a1,1,0,0,1,0-1.562l7-5.6a1,1,0,0,1,1.625.781V10a.5.5,0,0,0,.5.5h8.32a.5.5,0,0,0,.5-.581A12.021,12.021,0,0,0,12.022,0,12.113,12.113,0,0,0,.1,11.511a12,12,0,0,0,23.809,2.572.506.506,0,0,0-.5-.583Z"]];
|
|
5
|
+
export const Login3 = ["login-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M17.508,18.5a1,1,0,0,0-1,1V20a.5.5,0,0,1-.5.5h-5.5a.5.5,0,0,1-.5-.5V4a.5.5,0,0,1,.5-.5h5.5a.5.5,0,0,1,.5.5V5a1,1,0,0,0,2,0V2.5a1,1,0,0,0-1-1h-7.5V.5A.5.5,0,0,0,9.4.012l-9,2A.5.5,0,0,0,.008,2.5v19a.5.5,0,0,0,.392.489l9,2a.506.506,0,0,0,.421-.1.5.5,0,0,0,.187-.39v-1h7.5a1,1,0,0,0,1-1v-2A1,1,0,0,0,17.508,18.5Zm-10-6a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,7.508,12.5Z","M22.492,11H18.367V9.25a1,1,0,0,0-1.555-.832l-4.875,3.25a1,1,0,0,0,0,1.664l4.875,3.25a1,1,0,0,0,1.555-.832V14h4.125a1.5,1.5,0,1,0,0-3Z"]];
|
|
6
|
+
export const Exit1 = ["exit-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0ZM5,11.75a.75.75,0,0,1,0,1.5H3.75V14.5a.25.25,0,0,0,.25.25H6a.75.75,0,0,1,0,1.5H4A1.752,1.752,0,0,1,2.25,14.5v-4A1.752,1.752,0,0,1,4,8.75H6a.75.75,0,0,1,0,1.5H4a.25.25,0,0,0-.25.25v1.25ZM7.829,9.836a.75.75,0,1,1,1.342-.671L10,10.823l.829-1.658a.75.75,0,1,1,1.342.671L10.839,12.5l1.332,2.665a.75.75,0,0,1-.336,1.006.741.741,0,0,1-.334.079.752.752,0,0,1-.672-.414L10,14.177l-.829,1.659a.752.752,0,0,1-.672.414.741.741,0,0,1-.334-.079.75.75,0,0,1-.336-1.006L9.161,12.5ZM14,10.25a.75.75,0,0,1,0-1.5h2a.75.75,0,0,1,0,1.5h-.25v4.5H16a.75.75,0,0,1,0,1.5H14a.75.75,0,0,1,0-1.5h.25v-4.5Zm5.25,5.25V10.25H18.5a.75.75,0,0,1,0-1.5h3a.75.75,0,0,1,0,1.5h-.75V15.5a.75.75,0,0,1-1.5,0Z"]];
|
|
7
|
+
export const LoginLock = ["login-lock",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.008,18.5a1,1,0,0,0-1,1V20a.5.5,0,0,1-.5.5h-5.5a.5.5,0,0,1-.5-.5V4a.5.5,0,0,1,.5-.5h5.5a.5.5,0,0,1,.5.5V5a1,1,0,0,0,2,0V2.5a1,1,0,0,0-1-1h-7.5V.5A.5.5,0,0,0,9.9.012l-9,2A.5.5,0,0,0,.508,2.5v19a.5.5,0,0,0,.392.488l9,2a.511.511,0,0,0,.421-.1.5.5,0,0,0,.187-.391v-1h7.5a1,1,0,0,0,1-1v-2A1,1,0,0,0,18.008,18.5Zm-10-6a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,8.008,12.5Z","M22.492,11h-.25v-.941a2.751,2.751,0,1,0-5.5,0V11h-.25a1,1,0,0,0-1,1v4.5a1,1,0,0,0,1,1h6a1,1,0,0,0,1-1V12A1,1,0,0,0,22.492,11Zm-4.25-.941a1.251,1.251,0,1,1,2.5,0V11h-2.5Zm1.25,4.691a1,1,0,1,1,1-1A1,1,0,0,1,19.492,14.75Z"]];
|
|
8
|
+
export const LoginKey1 = ["login-key-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.113,5.954,21.849,4.69l.881-.88A1.914,1.914,0,1,0,20.023,1.1L9.04,12.085a6.014,6.014,0,1,0,2.707,2.707l3.739-3.737.762.762a1.75,1.75,0,1,0,2.475-2.475L17.96,8.58l1.416-1.417L20.64,8.426a1.788,1.788,0,0,0,2.473,0A1.751,1.751,0,0,0,23.113,5.954Zm-16.737,8.5a3,3,0,1,1-3,3A3,3,0,0,1,6.376,14.456Z"]];
|
|
9
|
+
export const Logout = ["logout",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M11.978,0A12.021,12.021,0,0,0,.094,9.919a.5.5,0,0,0,.5.581h8.32a.5.5,0,0,0,.5-.5V6.4a1,1,0,0,1,1.625-.781l7,5.6a1,1,0,0,1,0,1.562l-7,5.6a1,1,0,0,1-.625.219,1.009,1.009,0,0,1-1-1V14a.5.5,0,0,0-.5-.5H.6a.506.506,0,0,0-.5.583A12,12,0,0,0,23.9,11.511,12.113,12.113,0,0,0,11.978,0Z"]];
|
|
10
|
+
export const Logout1 = ["logout-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M7,14.5a3,3,0,0,1-2.943-3.594A3.072,3.072,0,0,1,7.111,8.5H14a.5.5,0,0,0,.5-.5V1.5a1,1,0,0,0-1-1H1a1,1,0,0,0-1,1v21a1,1,0,0,0,1,1H13.5a1,1,0,0,0,1-1V15a.5.5,0,0,0-.5-.5Z","M23.625,10.719l-1.159-.926L21.123,8.718l-2.5-2A1,1,0,0,0,17,7.5V10H7a1.5,1.5,0,0,0,0,3H17v2.5a1,1,0,0,0,1.625.781l2.5-2,1.343-1.074,1.159-.927a1,1,0,0,0,0-1.562Z"]];
|
|
11
|
+
export const LoginKeys = ["login-keys",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.5,9A5.975,5.975,0,0,0,12,5.036V2.5a2.5,2.5,0,0,0-5,0v.521A6,6,0,0,0,5.5,14.652v.641l-.854.853A.5.5,0,0,0,4.5,16.5a.505.505,0,0,0,.146.354l.854.854v.586l-.854.854a.5.5,0,0,0,0,.707l.854.853V22a.5.5,0,0,0,.146.354l1.5,1.5a.5.5,0,0,0,.708,0l1.5-1.5A.5.5,0,0,0,9.5,22V14.652A6.019,6.019,0,0,0,13.5,9Zm-6-3a1,1,0,1,1-1,1A1,1,0,0,1,7.5,6Zm2-5A1.5,1.5,0,0,1,11,2.5V4.13a5.988,5.988,0,0,0-2-.94V5H8V2.5A1.5,1.5,0,0,1,9.5,1Z","M22.354,18.026l-5.2-5.2a5.946,5.946,0,0,0-2.123-7.592.5.5,0,0,0-.728.628,7.471,7.471,0,0,1-2.774,9.45.5.5,0,0,0,.269.921h.006a6.023,6.023,0,0,0,2.541-.589l.65.577V17.5a.5.5,0,0,0,.5.5h1.286l.214.224V19.5a.5.5,0,0,0,.5.5h1.119l.917.864a.5.5,0,0,0,.343.136H22a.5.5,0,0,0,.5-.5V18.379A.5.5,0,0,0,22.354,18.026Z"]];
|
|
12
|
+
export const Logout1Alternate = ["logout-1-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.5,17.5a1,1,0,0,0-1,1V21a.5.5,0,0,1-.5.5H2.5A.5.5,0,0,1,2,21V3a.5.5,0,0,1,.5-.5H12a.5.5,0,0,1,.5.5V5.5a1,1,0,1,0,2,0v-3a2,2,0,0,0-2-2H2a2,2,0,0,0-2,2v19a2,2,0,0,0,2,2H12.5a2,2,0,0,0,2-2v-3A1,1,0,0,0,13.5,17.5Z","M23.555,11.669l-6-4A1,1,0,0,0,16,8.5V11H7a1.5,1.5,0,1,0,0,3h9v2.5a1.014,1.014,0,0,0,1,1,1,1,0,0,0,.555-.168l6-4a1,1,0,0,0,0-1.664Z"]];
|
|
13
|
+
export const Exit = ["exit",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.5,2.5H2.5A2.5,2.5,0,0,0,0,5V19a2.5,2.5,0,0,0,2.5,2.5h19A2.5,2.5,0,0,0,24,19V5A2.5,2.5,0,0,0,21.5,2.5Zm0,7.25h-.75V15a.75.75,0,0,1-1.5,0V9.75H18.5a.75.75,0,0,1,0-1.5h3a.75.75,0,0,1,0,1.5ZM16,14.25a.75.75,0,1,1,0,1.5H14a.75.75,0,0,1,0-1.5h.25V9.75H14a.75.75,0,0,1,0-1.5h2a.75.75,0,1,1,0,1.5h-.25v4.5Zm-3.828.415a.75.75,0,0,1-.336,1.006.742.742,0,0,1-.335.079.751.751,0,0,1-.671-.414L10,13.677l-.829,1.659a.751.751,0,0,1-.671.414.742.742,0,0,1-.335-.079.75.75,0,0,1-.336-1.006L9.161,12,7.829,9.336a.75.75,0,1,1,1.342-.671L10,10.323l.829-1.658a.75.75,0,1,1,1.342.671L10.839,12ZM5,11.25a.75.75,0,0,1,0,1.5H3.75V14a.25.25,0,0,0,.25.25H6a.75.75,0,0,1,0,1.5H4A1.752,1.752,0,0,1,2.25,14V10A1.752,1.752,0,0,1,4,8.25H6a.75.75,0,0,1,0,1.5H4a.25.25,0,0,0-.25.25v1.25Z"]];
|
|
14
|
+
export const Login1Alternate = ["login-1-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,.5H11.5a2,2,0,0,0-2,2v3a1,1,0,1,0,2,0V3a.5.5,0,0,1,.5-.5h9.5A.5.5,0,0,1,22,3V21a.5.5,0,0,1-.5.5H12a.5.5,0,0,1-.5-.5V18.5a1,1,0,0,0-2,0v3a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2.5A2,2,0,0,0,22,.5Z","M17,14a1.5,1.5,0,0,0,0-3H8V8.5a1,1,0,0,0-1.555-.832l-6,4a1,1,0,0,0,0,1.664l6,4a1.012,1.012,0,0,0,1.027.05A1,1,0,0,0,8,16.5V14Z"]];
|
|
15
|
+
export const LoginAlternate = ["login-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.5,10.5H14V6.8a1,1,0,0,0-1.625-.78l-6.5,5.2a1,1,0,0,0,0,1.561l6.5,5.2a1.022,1.022,0,0,0,1.058.121A1,1,0,0,0,14,17.2V13.5h8.5a1.5,1.5,0,0,0,0-3Z","M22.45,15.587a1,1,0,0,0-1.322.5,10,10,0,1,1-.02-8.223,1,1,0,1,0,1.82-.829,12,12,0,1,0,.026,9.871A1,1,0,0,0,22.45,15.587Z"]];
|
|
16
|
+
export const LogoutAlternate = ["logout-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M10,13.5v3.7a1,1,0,0,0,.567.9,1.036,1.036,0,0,0,1.058-.121l6.5-5.2a1,1,0,0,0,0-1.561l-6.5-5.2A1,1,0,0,0,10,6.8v3.7H1.5a1.5,1.5,0,0,0,0,3Z","M12,0A12.025,12.025,0,0,0,1.046,7.094a1,1,0,0,0,1.826.819,10,10,0,1,1,.02,8.223,1,1,0,1,0-1.82.828A12,12,0,1,0,12,0Z"]];
|
|
17
|
+
export const Logout2 = ["logout-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M17.508,18.5a1,1,0,0,0-1,1V20a.5.5,0,0,1-.5.5h-5.5a.5.5,0,0,1-.5-.5V4a.5.5,0,0,1,.5-.5h5.5a.5.5,0,0,1,.5.5V5a1,1,0,0,0,2,0V2.5a1,1,0,0,0-1-1h-7.5V.5A.5.5,0,0,0,9.4.012l-9,2A.5.5,0,0,0,.008,2.5v19a.5.5,0,0,0,.392.489l9,2a.506.506,0,0,0,.421-.1.5.5,0,0,0,.187-.39v-1h7.5a1,1,0,0,0,1-1v-2A1,1,0,0,0,17.508,18.5Zm-10-6a1.5,1.5,0,1,1-1.5-1.5A1.5,1.5,0,0,1,7.508,12.5Z","M23.546,11.668l-4.875-3.25a1,1,0,0,0-1.554.832V11H12.992a1.5,1.5,0,0,0,0,3h4.125v1.75a1,1,0,0,0,1.554.832l4.875-3.25a1,1,0,0,0,0-1.664Z"]];
|
|
18
|
+
export const LoginKey2 = ["login-key-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23,.5H10a1,1,0,0,0-1,1V4a1,1,0,0,0,2,0V3a.5.5,0,0,1,.5-.5h10A.5.5,0,0,1,22,3V21a.5.5,0,0,1-.5.5h-10A.5.5,0,0,1,11,21V20a1,1,0,0,0-2,0v2.5a1,1,0,0,0,1,1H23a1,1,0,0,0,1-1V1.5A1,1,0,0,0,23,.5Z","M11.652,14h.641l.853.854A.5.5,0,0,0,13.5,15a.505.505,0,0,0,.354-.146L14.707,14h.586l.853.854a.5.5,0,0,0,.708,0L17.707,14H19a.5.5,0,0,0,.354-.146l1.5-1.5a.5.5,0,0,0,0-.707l-1.5-1.5A.5.5,0,0,0,19,10H11.652a6,6,0,1,0,0,4ZM5.5,12A1.5,1.5,0,1,1,4,10.5,1.5,1.5,0,0,1,5.5,12Z"]];
|
|
19
|
+
export const UserLogout = ["user-logout",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M4.951,8.277A5.667,5.667,0,0,0,0,14V17.25a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.292a.5.5,0,0,0,.5.458h4a.5.5,0,0,0,.5-.458l.443-5.313a.25.25,0,0,1,.249-.229H10.5a.5.5,0,0,0,.5-.5v-3.5A5.506,5.506,0,0,0,4.951,8.277Z","M2.000 3.750 A3.500 3.500 0 1 0 9.000 3.750 A3.500 3.500 0 1 0 2.000 3.750 Z","M23.561,7.19l-3-3a1.5,1.5,0,0,0-2.122,2.121l.44.439H13.5a1.5,1.5,0,0,0,0,3h5.379l-.44.44a1.5,1.5,0,0,0,0,2.121,1.519,1.519,0,0,0,2.122,0l3-3A1.5,1.5,0,0,0,23.561,7.19Z"]];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export const NavigationMenu1 = ["navigation-menu-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3.000 3.000 L21.000 3.000 L21.000 7.000 L3.000 7.000 Z","M3.000 10.000 L21.000 10.000 L21.000 14.000 L3.000 14.000 Z","M3.000 17.000 L21.000 17.000 L21.000 21.000 L3.000 21.000 Z"]];
|
|
2
|
+
export const NavigationMenu3Alternate = ["navigation-menu-3-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm0,22A10,10,0,1,1,22,12,10.011,10.011,0,0,1,12,22Z","M16.5,11h-9a1,1,0,0,0,0,2h9a1,1,0,0,0,0-2Z","M16.5,15h-9a1,1,0,0,0,0,2h9a1,1,0,0,0,0-2Z","M16.5,7h-9a1,1,0,0,0,0,2h9a1,1,0,0,0,0-2Z"]];
|
|
3
|
+
export const NavigationMenu = ["navigation-menu",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0.500 2.500 L23.500 2.500 L23.500 5.500 L0.500 5.500 Z","M0.500 10.500 L23.500 10.500 L23.500 13.500 L0.500 13.500 Z","M0.500 18.500 L23.500 18.500 L23.500 21.500 L0.500 21.500 Z"]];
|
|
4
|
+
export const NavigationMenuHorizontal2Alternate = ["navigation-menu-horizontal-2-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M10.001 12.000 A2.000 2.000 0 1 0 14.001 12.000 A2.000 2.000 0 1 0 10.001 12.000 Z","M15.501 12.000 A2.000 2.000 0 1 0 19.501 12.000 A2.000 2.000 0 1 0 15.501 12.000 Z","M4.501 12.000 A2.000 2.000 0 1 0 8.501 12.000 A2.000 2.000 0 1 0 4.501 12.000 Z","M21,24H3a3,3,0,0,1-3-3V3A3,3,0,0,1,3,0H21a3,3,0,0,1,3,3V21A3,3,0,0,1,21,24ZM3,2A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1Z"]];
|
|
5
|
+
export const NavigationMenuHorizontal1 = ["navigation-menu-horizontal-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0ZM8.5,12a2,2,0,1,1-2-2A2,2,0,0,1,8.5,12ZM12,10a2,2,0,1,1-2,2A2,2,0,0,1,12,10Zm5.5,4a2,2,0,1,1,2-2A2,2,0,0,1,17.5,14Z"]];
|
|
6
|
+
export const NavigationMenu3 = ["navigation-menu-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0ZM7.5,15h9a1,1,0,0,1,0,2h-9a1,1,0,0,1,0-2Zm-1-3a1,1,0,0,1,1-1h9a1,1,0,0,1,0,2h-9A1,1,0,0,1,6.5,12Zm10-3h-9a1,1,0,0,1,0-2h9a1,1,0,0,1,0,2Z"]];
|
|
7
|
+
export const NavigationMenu4Alternate = ["navigation-menu-4-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M17.5,11H6.5a1,1,0,0,0,0,2h11a1,1,0,0,0,0-2Z","M17.5,15H6.5a1,1,0,0,0,0,2h11a1,1,0,0,0,0-2Z","M17.5,7H6.5a1,1,0,0,0,0,2h11a1,1,0,0,0,0-2Z","M21,0H3A3,3,0,0,0,0,3V21a3,3,0,0,0,3,3H21a3,3,0,0,0,3-3V3A3,3,0,0,0,21,0Zm1,21a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V3A1,1,0,0,1,3,2H21a1,1,0,0,1,1,1Z"]];
|
|
8
|
+
export const NavigationMenuVertical = ["navigation-menu-vertical",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M8.750 3.250 A3.250 3.250 0 1 0 15.250 3.250 A3.250 3.250 0 1 0 8.750 3.250 Z","M8.750 12.000 A3.250 3.250 0 1 0 15.250 12.000 A3.250 3.250 0 1 0 8.750 12.000 Z","M8.750 20.750 A3.250 3.250 0 1 0 15.250 20.750 A3.250 3.250 0 1 0 8.750 20.750 Z"]];
|
|
9
|
+
export const NavigationMenu4 = ["navigation-menu-4",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0ZM17.5,17H6.5a1,1,0,0,1,0-2h11a1,1,0,0,1,0,2Zm0-4H6.5a1,1,0,0,1,0-2h11a1,1,0,0,1,0,2Zm0-4H6.5a1,1,0,0,1,0-2h11a1,1,0,0,1,0,2Z"]];
|
|
10
|
+
export const NavigationMenuHorizontal1Alternate = ["navigation-menu-horizontal-1-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm0,22A10,10,0,1,1,22,12,10.011,10.011,0,0,1,12,22Z","M10.000 12.000 A2.000 2.000 0 1 0 14.000 12.000 A2.000 2.000 0 1 0 10.000 12.000 Z","M15.500 12.000 A2.000 2.000 0 1 0 19.500 12.000 A2.000 2.000 0 1 0 15.500 12.000 Z","M4.500 12.000 A2.000 2.000 0 1 0 8.500 12.000 A2.000 2.000 0 1 0 4.500 12.000 Z"]];
|
|
11
|
+
export const NavigationMenuHorizontal = ["navigation-menu-horizontal",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0.000 12.000 A3.250 3.250 0 1 0 6.500 12.000 A3.250 3.250 0 1 0 0.000 12.000 Z","M8.750 12.000 A3.250 3.250 0 1 0 15.250 12.000 A3.250 3.250 0 1 0 8.750 12.000 Z","M17.500 12.000 A3.250 3.250 0 1 0 24.000 12.000 A3.250 3.250 0 1 0 17.500 12.000 Z"]];
|
|
12
|
+
export const NavigationMenu2 = ["navigation-menu-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M6.000 3.000 L24.000 3.000 L24.000 7.000 L6.000 7.000 Z","M3.000 10.000 L21.000 10.000 L21.000 14.000 L3.000 14.000 Z","M0.000 17.000 L18.000 17.000 L18.000 21.000 L0.000 21.000 Z"]];
|
|
13
|
+
export const NavigationMenuHorizontal2 = ["navigation-menu-horizontal-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0ZM6.5,14a2,2,0,1,1,2-2A2,2,0,0,1,6.5,14ZM12,14a2,2,0,1,1,2-2A2,2,0,0,1,12,14Zm5.5,0a2,2,0,1,1,2-2A2,2,0,0,1,17.5,14Z"]];
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export const CursorMoveUp = ["cursor-move-up",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20.723,8.6a1,1,0,0,0-1.744.982,8,8,0,1,1-14.132.344,1,1,0,0,0-1.789-.9A10,10,0,1,0,20.723,8.6Z","M8.7,10.879l3.176-1.93a.253.253,0,0,1,.259,0l3.236,1.942a1,1,0,0,0,1.423-1.272l-3.878-8.53a1,1,0,0,0-1.822,0L7.268,9.613A1,1,0,0,0,8.7,10.879Z"]];
|
|
2
|
+
export const ScrollVertical1 = ["scroll-vertical-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.500 12.076 A2.500 2.500 0 1 0 14.500 12.076 A2.500 2.500 0 1 0 9.500 12.076 Z","M16.5,16.991h-9a1,1,0,0,0-.743,1.668l4.5,5a1,1,0,0,0,1.486,0l4.5-5a1,1,0,0,0-.743-1.668Z","M7.5,6.991h9a1,1,0,0,0,.743-1.669l-4.5-5a1.032,1.032,0,0,0-1.486,0l-4.5,5A1,1,0,0,0,7.5,6.991Z"]];
|
|
3
|
+
export const DirectionButtonArrows = ["direction-button-arrows",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.6,11.187l-4-3a1,1,0,0,0-1.6.8v1.25a.25.25,0,0,1-.25.25h-4a.25.25,0,0,1-.25-.25v-4a.25.25,0,0,1,.25-.25H15a1,1,0,0,0,.8-1.6l-3-4a1.036,1.036,0,0,0-1.6,0l-3,4a1,1,0,0,0,.8,1.6h1.25a.25.25,0,0,1,.25.25v4a.25.25,0,0,1-.25.25h-4a.25.25,0,0,1-.25-.25V8.987a1,1,0,0,0-1.6-.8l-4,3a1,1,0,0,0,0,1.6l4,3a1,1,0,0,0,1.6-.8v-1.25a.25.25,0,0,1,.25-.25h4a.25.25,0,0,1,.25.25v4a.25.25,0,0,1-.25.25H9a1,1,0,0,0-.8,1.6l3,4a1,1,0,0,0,1.6,0l3-4a1,1,0,0,0-.8-1.6H13.75a.25.25,0,0,1-.25-.25v-4a.25.25,0,0,1,.25-.25h4a.25.25,0,0,1,.25.25v1.25a1,1,0,0,0,1.6.8l4-3a1,1,0,0,0,0-1.6Z"]];
|
|
4
|
+
export const MoveBack = ["move-back",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M5.418,16.414a1,1,0,0,0,1.707-.707V12.416a.25.25,0,0,1,.25-.25H20.917a.25.25,0,0,1,.25.25v5.208a1.25,1.25,0,0,0,2.5,0V10.916a1.25,1.25,0,0,0-1.25-1.25H7.375a.25.25,0,0,1-.25-.25V6.124a1,1,0,0,0-1.707-.707L.626,10.209a1,1,0,0,0,0,1.414Z"]];
|
|
5
|
+
export const CursorMoveLeft = ["cursor-move-left",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20.571,4.922A10.03,10.03,0,0,0,8.6,3.276a1,1,0,0,0,.981,1.743,8,8,0,1,1,.344,14.133,1,1,0,1,0-.894,1.788A10,10,0,0,0,20.571,4.922Z","M10.773,16.48a1,1,0,0,0,.105-1.181h0l-1.93-3.177a.249.249,0,0,1,0-.258L10.89,8.627A1,1,0,0,0,9.617,7.2L1.086,11.082a1,1,0,0,0,0,1.823l8.523,3.826A1,1,0,0,0,10.773,16.48Z"]];
|
|
6
|
+
export const CursorMoveRight = ["cursor-move-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M14.423,18.977a8,8,0,1,1-.344-14.133,1,1,0,1,0,.894-1.788A10,10,0,1,0,15.4,20.72a1,1,0,0,0-.981-1.743Z","M22.91,11.091,14.387,7.265A1,1,0,0,0,13.122,8.7h0l1.93,3.176a.251.251,0,0,1,0,.259L13.11,15.369a1,1,0,0,0,1.273,1.423l8.531-3.878a1,1,0,0,0,0-1.823Z"]];
|
|
7
|
+
export const CursorMoveTargetDown = ["cursor-move-target-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M6.7,18.5a.251.251,0,0,0,.387-.167,4.971,4.971,0,0,1,9.824,0,.251.251,0,0,0,.387.167,9.5,9.5,0,1,0-10.6,0ZM10.5,7.873a.5.5,0,0,0,.5-.5V4.623a1,1,0,0,1,2,0v2.75a.5.5,0,0,0,.5.5h1a.5.5,0,0,1,.354.854l-2.5,2.5a.5.5,0,0,1-.708,0l-2.5-2.5A.5.5,0,0,1,9.5,7.873Z","M8.25,19.123A3.75,3.75,0,1,0,12,15.373,3.755,3.755,0,0,0,8.25,19.123Zm1.5,0A2.25,2.25,0,1,1,12,21.373,2.253,2.253,0,0,1,9.75,19.123Z","M11.000 19.123 A1.000 1.000 0 1 0 13.000 19.123 A1.000 1.000 0 1 0 11.000 19.123 Z"]];
|
|
8
|
+
export const DirectionButtonSquareAlternate = ["direction-button-square-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,21.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M9.5,7.5h5a.5.5,0,0,0,.384-.82l-2.5-3a.517.517,0,0,0-.768,0l-2.5,3A.5.5,0,0,0,9.5,7.5Z","M11.616,20.32a.5.5,0,0,0,.768,0l2.5-3a.5.5,0,0,0-.384-.82h-5a.5.5,0,0,0-.384.82Z","M16.788,14.953a.5.5,0,0,0,.532-.069l3-2.5a.5.5,0,0,0,0-.768l-3-2.5a.5.5,0,0,0-.82.384v5A.5.5,0,0,0,16.788,14.953Z","M6.68,14.884A.5.5,0,0,0,7.5,14.5v-5a.5.5,0,0,0-.82-.384l-3,2.5a.5.5,0,0,0,0,.768Z"]];
|
|
9
|
+
export const CursorMoveDirection = ["cursor-move-direction",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,12A12,12,0,1,0,12,24,12.013,12.013,0,0,0,24,12ZM18.2,9.314a.746.746,0,0,1,.818.162l1.994,1.992a.751.751,0,0,1,0,1.059l-1.986,2A.75.75,0,0,1,17.75,14l-.008-3.993A.748.748,0,0,1,18.2,9.314ZM9.472,4.966l2-1.985a.748.748,0,0,1,1.056,0l2,1.985A.75.75,0,0,1,14,6.248H10a.75.75,0,0,1-.528-1.282ZM6.25,14a.75.75,0,0,1-1.282.529l-1.986-2a.751.751,0,0,1,0-1.057l1.986-2A.75.75,0,0,1,6.25,10ZM12,9a3,3,0,1,1-3,3A3,3,0,0,1,12,9ZM9.472,19.03A.75.75,0,0,1,10,17.748h4a.75.75,0,0,1,.528,1.282l-2,1.986a.748.748,0,0,1-1.056,0Z"]];
|
|
10
|
+
export const CursorMoveDown = ["cursor-move-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.066,3.424A10,10,0,0,0,3.277,15.4a1,1,0,0,0,1.744-.981,8,8,0,1,1,14.132-.344,1,1,0,0,0,1.789.894A9.989,9.989,0,0,0,19.066,3.424Z","M15.3,13.118l-3.176,1.929a.251.251,0,0,1-.259,0L8.629,13.106a1,1,0,0,0-1.423,1.273l3.878,8.53a1,1,0,0,0,1.822,0l3.826-8.523A1,1,0,0,0,15.3,13.118Z"]];
|
|
11
|
+
export const DirectionButton3 = ["direction-button-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.5,12a1.986,1.986,0,0,0-.586-1.414l-1.5-1.5A2.015,2.015,0,0,0,6,8.5H1.5A1.5,1.5,0,0,0,0,10v4a1.5,1.5,0,0,0,1.5,1.5H6a1.986,1.986,0,0,0,1.414-.586l1.5-1.5A1.986,1.986,0,0,0,9.5,12Z","M22.5,8.5H18a1.986,1.986,0,0,0-1.414.586l-1.5,1.5a2,2,0,0,0,0,2.828l1.5,1.5A1.986,1.986,0,0,0,18,15.5h4.5A1.5,1.5,0,0,0,24,14V10A1.5,1.5,0,0,0,22.5,8.5Z","M13.414,15.084a2,2,0,0,0-2.828,0l-1.5,1.5A1.992,1.992,0,0,0,8.5,18v4.5A1.5,1.5,0,0,0,10,24h4a1.5,1.5,0,0,0,1.5-1.5V18a1.993,1.993,0,0,0-.585-1.414Z","M10.586,8.912a2,2,0,0,0,2.828,0l1.5-1.5A1.992,1.992,0,0,0,15.5,6V1.5A1.5,1.5,0,0,0,14,0H10A1.5,1.5,0,0,0,8.5,1.5V6a1.989,1.989,0,0,0,.586,1.415Z"]];
|
|
12
|
+
export const ScrollHorizontal1 = ["scroll-horizontal-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.586 11.997 A2.500 2.500 0 1 0 14.586 11.997 A2.500 2.500 0 1 0 9.586 11.997 Z","M23.669,11.254l-5-4.5A1,1,0,0,0,17,7.5v9a1,1,0,0,0,1.669.743l5-4.5a1,1,0,0,0,0-1.486Z","M6.407,6.584a1,1,0,0,0-1.076.17l-5,4.5a1,1,0,0,0,0,1.486l5,4.5A1,1,0,0,0,7,16.5v-9A1,1,0,0,0,6.407,6.584Z"]];
|
|
13
|
+
export const DirectionButton1 = ["direction-button-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21,7H17.5a.5.5,0,0,1-.5-.5V3a3,3,0,0,0-3-3H10A3,3,0,0,0,7,3V6.5a.5.5,0,0,1-.5.5H3a3,3,0,0,0-3,3v4a3,3,0,0,0,3,3H6.5a.5.5,0,0,1,.5.5V21a3,3,0,0,0,3,3h4a3,3,0,0,0,3-3V17.5a.5.5,0,0,1,.5-.5H21a3,3,0,0,0,3-3V10A3,3,0,0,0,21,7Zm-2.5,3.5a.5.5,0,0,1,.8-.4l1.512,1.11a1,1,0,0,1,.016,1.574L19.3,13.9a.5.5,0,0,1-.522.042A.5.5,0,0,1,18.5,13.5ZM13.946,5.224A.5.5,0,0,1,13.5,5.5h-3a.5.5,0,0,1-.4-.8l1.109-1.511a1.023,1.023,0,0,1,1.575-.018L13.9,4.7A.5.5,0,0,1,13.946,5.224ZM13.9,19.294l-1.109,1.512a1,1,0,0,1-1.575.017L10.1,19.294a.5.5,0,0,1,.4-.8h3a.5.5,0,0,1,.4.8ZM5.5,13.5a.5.5,0,0,1-.274.446A.5.5,0,0,1,4.7,13.9L3.192,12.791a1,1,0,0,1-.016-1.574L4.7,10.1a.5.5,0,0,1,.8.4Z"]];
|
|
14
|
+
export const DirectionButton2 = ["direction-button-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.500 11.987 A2.500 2.500 0 1 0 14.500 11.987 A2.500 2.500 0 1 0 9.500 11.987 Z","M12.8.387a1.036,1.036,0,0,0-1.6,0l-3,4a1,1,0,0,0,.8,1.6h6a1,1,0,0,0,.8-1.6Z","M5.447,8.092A1,1,0,0,0,4.4,8.187l-4,3a1,1,0,0,0,0,1.6l4,3a1,1,0,0,0,1.6-.8v-6A1,1,0,0,0,5.447,8.092Z","M15,17.987H9a1,1,0,0,0-.8,1.6l3,4a1,1,0,0,0,1.6,0l3-4a1,1,0,0,0-.8-1.6Z","M23.6,11.187l-4-3a1,1,0,0,0-1.6.8v6a1,1,0,0,0,1.6.8l4-3a1,1,0,0,0,0-1.6Z"]];
|
|
15
|
+
export const DirectionButtonSquare = ["direction-button-square",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm-.641,12a.744.744,0,0,1-.27.576L18.73,14.541a.75.75,0,0,1-1.23-.577V10.032a.75.75,0,0,1,1.229-.577l2.36,1.967A.747.747,0,0,1,21.359,12ZM14.646,6.066a.756.756,0,0,1-.68.432H10.034a.749.749,0,0,1-.576-1.23l1.966-2.36a.775.775,0,0,1,1.153,0l1.965,2.359A.753.753,0,0,1,14.646,6.066Zm-.1,12.663-1.965,2.358a.75.75,0,0,1-1.154,0L9.458,18.729a.75.75,0,0,1,.576-1.231h3.932a.75.75,0,0,1,.576,1.231ZM6.5,10.032v3.932a.749.749,0,0,1-1.229.577L2.91,12.574a.75.75,0,0,1,0-1.152L5.27,9.455a.751.751,0,0,1,1.23.577Z"]];
|
|
16
|
+
export const ScrollHorizontal = ["scroll-horizontal",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.011 11.998 A3.000 3.000 0 1 0 15.011 11.998 A3.000 3.000 0 1 0 9.011 11.998 Z","M16.79,7.382l4.44,4.439a.249.249,0,0,1,0,.354l-4.44,4.439a1.251,1.251,0,0,0,1.769,1.768l4.793-4.793a2.305,2.305,0,0,0,0-3.182L18.559,5.614A1.251,1.251,0,0,0,16.79,7.382Z","M7.232,16.614,2.791,12.175a.251.251,0,0,1,0-.354L7.232,7.382A1.251,1.251,0,1,0,5.463,5.614L.671,10.406a2.25,2.25,0,0,0,0,3.183l4.793,4.793a1.251,1.251,0,1,0,1.769-1.768Z"]];
|
|
17
|
+
export const MoveShrinkVertical = ["move--shrink-vertical",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20.384.8a1.249,1.249,0,0,0-1.768,0L12.177,7.242a.25.25,0,0,1-.354,0L5.384.8A1.25,1.25,0,1,0,3.616,2.57l7.5,7.5a1.251,1.251,0,0,0,1.768,0l7.5-7.5A1.249,1.249,0,0,0,20.384.8Z","M12.884,13.928a1.249,1.249,0,0,0-1.768,0l-7.5,7.5A1.25,1.25,0,1,0,5.384,23.2l6.439-6.439a.25.25,0,0,1,.354,0L18.616,23.2a1.25,1.25,0,1,0,1.768-1.767Z"]];
|
|
18
|
+
export const MoveTopRight = ["move--top-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M7,0A1,1,0,0,0,6,1V2.5a1,1,0,0,0,1,1H20.25a.25.25,0,0,1,.25.25V17a1,1,0,0,0,1,1H23a1,1,0,0,0,1-1V2a2,2,0,0,0-2-2Z"]];
|
|
19
|
+
export const MoveExpandVertical = ["move-expand-vertical",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3.616,9.609a1.252,1.252,0,0,0,1.768,0l6.439-6.423a.252.252,0,0,1,.354,0l6.439,6.423a1.248,1.248,0,0,0,1.768-1.763L12.884.365a1.252,1.252,0,0,0-1.768,0l-7.5,7.481A1.245,1.245,0,0,0,3.616,9.609Z","M20.384,14.391a1.252,1.252,0,0,0-1.768,0l-6.439,6.423a.252.252,0,0,1-.354,0L5.384,14.391a1.248,1.248,0,0,0-1.768,1.763l7.5,7.481a1.253,1.253,0,0,0,1.768,0l7.5-7.481A1.245,1.245,0,0,0,20.384,14.391Z"]];
|
|
20
|
+
export const MoveDown1 = ["move-down-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12.457.705a1.25,1.25,0,0,0-1.25,1.25V12.118a.25.25,0,0,1-.25.25H8.8A1,1,0,0,0,8.1,14.075l3.653,3.652a1,1,0,0,0,1.414,0l3.652-3.652a1,1,0,0,0-.707-1.707H13.957a.249.249,0,0,1-.25-.25V1.955A1.25,1.25,0,0,0,12.457.705Z","M23.75,22.043a1.25,1.25,0,0,0-1.25-1.25H1.5a1.25,1.25,0,0,0,0,2.5h21A1.25,1.25,0,0,0,23.75,22.043Z"]];
|
|
21
|
+
export const MoveBottomRight = ["move-bottom-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.5,6a1,1,0,0,0-1,1v13.25a.25.25,0,0,1-.25.25H7a1,1,0,0,0-1,1V23a1,1,0,0,0,1,1H22a2,2,0,0,0,2-2V7a1,1,0,0,0-1-1Z"]];
|
|
22
|
+
export const MoveLeftRight = ["move-left-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.455,9.613a1.25,1.25,0,0,0-1.25-1.25H5.336a.249.249,0,0,1-.169-.433L8.552,4.805A1.25,1.25,0,0,0,6.857,2.967L.652,8.694A1.25,1.25,0,0,0,1.5,10.863H18.2A1.25,1.25,0,0,0,19.455,9.613Z","M15.377,20.961a1.25,1.25,0,0,0,1.766.071l6.2-5.727a1.25,1.25,0,0,0-.848-2.169H5.8a1.25,1.25,0,1,0,0,2.5H18.664a.249.249,0,0,1,.169.433l-3.385,3.125A1.25,1.25,0,0,0,15.377,20.961Z"]];
|
|
23
|
+
export const MoveLeft1 = ["move-left-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.75,11.521a1.25,1.25,0,0,0-1.25-1.25H11.318a.25.25,0,0,1-.25-.25V7.7a.5.5,0,0,0-.853-.353L6.4,11.168a.5.5,0,0,0,0,.707l3.819,3.818a.5.5,0,0,0,.353.147.513.513,0,0,0,.192-.038.5.5,0,0,0,.308-.462V13.021a.25.25,0,0,1,.25-.25H22.5A1.25,1.25,0,0,0,23.75,11.521Z","M1.5,23.749A1.25,1.25,0,0,0,2.75,22.5V1.5a1.25,1.25,0,0,0-2.5,0v21A1.25,1.25,0,0,0,1.5,23.749Z"]];
|
|
24
|
+
export const MoveUp = ["move-up",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M11.5,12.5a1.25,1.25,0,0,0,1.25-1.25V5.5a.25.25,0,0,1,.25-.25h2.5a.5.5,0,0,0,.354-.854l-4-4a.5.5,0,0,0-.708,0l-4,4a.5.5,0,0,0,.354.854H10a.25.25,0,0,1,.25.25v5.75A1.25,1.25,0,0,0,11.5,12.5Z","M0.000 15.249 L24.000 15.249 L24.000 23.749 L-0.000 23.749 Z"]];
|
|
25
|
+
export const MoveToTop = ["move-to-top",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.975,4.987a.75.75,0,0,0-.326-1.3L15.11,2.237a.751.751,0,0,0-.911.782L14.64,9.7a.751.751,0,0,0,1.237.52l1.232-1.057a.249.249,0,0,1,.4.106,11.326,11.326,0,0,1-1.988,11.149,1.5,1.5,0,1,0,2.288,1.941,14.352,14.352,0,0,0,2.033-15.3.25.25,0,0,1,.064-.293Z","M7.328,17H3.2a1.436,1.436,0,0,0-1.435,1.435v4.13A1.437,1.437,0,0,0,3.2,24h4.13a1.437,1.437,0,0,0,1.435-1.435v-4.13A1.436,1.436,0,0,0,7.328,17Zm-.565,4.75a.25.25,0,0,1-.25.25h-2.5a.25.25,0,0,1-.25-.25v-2.5a.25.25,0,0,1,.25-.25h2.5a.25.25,0,0,1,.25.25Z","M8.763,9.934A1.436,1.436,0,0,0,7.328,8.5H3.2A1.436,1.436,0,0,0,1.763,9.934v4.13A1.437,1.437,0,0,0,3.2,15.5h4.13a1.437,1.437,0,0,0,1.435-1.435Zm-2,3.315a.25.25,0,0,1-.25.25h-2.5a.25.25,0,0,1-.25-.25v-2.5a.25.25,0,0,1,.25-.25h2.5a.25.25,0,0,1,.25.25Z","M1.763 -0.001 L8.763 -0.001 L8.763 6.999 L1.763 6.999 Z"]];
|
|
26
|
+
export const MoveTopLeft = ["move-top-left",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0,17a1,1,0,0,0,1,1H2.5a1,1,0,0,0,1-1V3.749a.25.25,0,0,1,.25-.25H17a1,1,0,0,0,1-1V1a1,1,0,0,0-1-1H2A2,2,0,0,0,0,2Z"]];
|
|
27
|
+
export const DirectionButton1Alternate = ["direction-button-1-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21,6.5H17.5V3a3,3,0,0,0-3-3h-5a3,3,0,0,0-3,3V6.5H3a3,3,0,0,0-3,3v5a3,3,0,0,0,3,3H6.5V21a3,3,0,0,0,3,3h5a3,3,0,0,0,3-3V17.5H21a3,3,0,0,0,3-3v-5A3,3,0,0,0,21,6.5Zm1,8a1,1,0,0,1-1,1H16.5a1,1,0,0,0-1,1V21a1,1,0,0,1-1,1h-5a1,1,0,0,1-1-1V16.5a1,1,0,0,0-1-1H3a1,1,0,0,1-1-1v-5a1,1,0,0,1,1-1H7.5a1,1,0,0,0,1-1V3a1,1,0,0,1,1-1h5a1,1,0,0,1,1,1V7.5a1,1,0,0,0,1,1H21a1,1,0,0,1,1,1Z","M13,4.084a1.3,1.3,0,0,0-2,0L9.9,5.55a.75.75,0,0,0,.6,1.2h3a.75.75,0,0,0,.6-1.2Z","M13.5,17.25h-3a.75.75,0,0,0-.6,1.2L11,19.916a1.249,1.249,0,0,0,2,0l1.1-1.467a.75.75,0,0,0-.6-1.2Z","M6.335,9.829A.748.748,0,0,0,5.55,9.9L4.083,11a1.25,1.25,0,0,0,0,2L5.55,14.1a.75.75,0,0,0,1.2-.6v-3A.751.751,0,0,0,6.335,9.829Z","M19.917,11,18.45,9.9a.75.75,0,0,0-1.2.6v3a.75.75,0,0,0,1.2.6L19.917,13a1.25,1.25,0,0,0,0-2Z"]];
|
|
28
|
+
export const CursorMoveTargetLeft = ["cursor-move-target-left",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.375,21.5A9.5,9.5,0,1,0,5.5,6.7a.25.25,0,0,0,.168.387,4.971,4.971,0,0,1,0,9.824A.251.251,0,0,0,5.5,17.3,9.478,9.478,0,0,0,13.375,21.5Zm2.75-7a.5.5,0,0,1-.854.354l-2.5-2.5a.5.5,0,0,1,0-.707l2.5-2.5a.5.5,0,0,1,.854.353v1a.5.5,0,0,0,.5.5h2.75a1,1,0,0,1,0,2h-2.75a.5.5,0,0,0-.5.5Z","M8.625,12a3.75,3.75,0,1,0-3.75,3.75A3.755,3.755,0,0,0,8.625,12Zm-6,0a2.25,2.25,0,1,1,2.25,2.25A2.253,2.253,0,0,1,2.625,12Z","M3.875 11.998 A1.000 1.000 0 1 0 5.875 11.998 A1.000 1.000 0 1 0 3.875 11.998 Z"]];
|
|
29
|
+
export const CursorMoveTargetUp = ["cursor-move-target-up",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M2.5,13.373A9.5,9.5,0,1,0,17.3,5.5a.251.251,0,0,0-.387.168,4.971,4.971,0,0,1-9.824,0A.251.251,0,0,0,6.7,5.5,9.478,9.478,0,0,0,2.5,13.373Zm7,2.75a.5.5,0,0,1-.354-.853l2.5-2.5a.5.5,0,0,1,.708,0l2.5,2.5a.5.5,0,0,1-.354.853h-1a.5.5,0,0,0-.5.5v2.75a1,1,0,0,1-2,0v-2.75a.5.5,0,0,0-.5-.5Z","M12,8.623a3.75,3.75,0,1,0-3.75-3.75A3.755,3.755,0,0,0,12,8.623Zm0-6a2.25,2.25,0,1,1-2.25,2.25A2.253,2.253,0,0,1,12,2.623Z","M11.000 4.873 A1.000 1.000 0 1 0 13.000 4.873 A1.000 1.000 0 1 0 11.000 4.873 Z"]];
|
|
30
|
+
export const ScrollVertical = ["scroll-vertical",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.000 11.987 A3.000 3.000 0 1 0 15.000 11.987 A3.000 3.000 0 1 0 9.000 11.987 Z","M7.384,7.208l4.439-4.44a.249.249,0,0,1,.354,0l4.439,4.44A1.25,1.25,0,0,0,18.384,5.44L13.591.647a2.3,2.3,0,0,0-3.182,0L5.616,5.44A1.25,1.25,0,0,0,7.384,7.208Z","M16.616,16.767l-4.439,4.44a.251.251,0,0,1-.354,0l-4.439-4.44a1.25,1.25,0,0,0-1.768,1.768l4.792,4.792a2.25,2.25,0,0,0,3.183,0l4.793-4.793a1.25,1.25,0,0,0-1.768-1.768Z"]];
|
|
31
|
+
export const MoveBottomLeft = ["move-bottom-left",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M0,22a2,2,0,0,0,2,2H17a1,1,0,0,0,1-1V21.5a1,1,0,0,0-1-1H3.75a.25.25,0,0,1-.25-.25V7a1,1,0,0,0-1-1H1A1,1,0,0,0,0,7Z"]];
|
|
32
|
+
export const MoveLeft = ["move-left",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M4.146,15.852A.5.5,0,0,0,4.5,16a.512.512,0,0,0,.191-.038A.5.5,0,0,0,5,15.5V13a.25.25,0,0,1,.25-.25H11.5a1.25,1.25,0,0,0,0-2.5H5.25A.25.25,0,0,1,5,10V7.5a.5.5,0,0,0-.854-.354l-4,4a.5.5,0,0,0,0,.707Z","M15.500 -0.001 L24.000 -0.001 L24.000 23.999 L15.500 23.999 Z"]];
|
|
33
|
+
export const MoveRight1 = ["move-right-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M17.6,11.168,13.785,7.35a.5.5,0,0,0-.853.353v2.318a.25.25,0,0,1-.25.25H1.5a1.25,1.25,0,0,0,0,2.5H12.682a.25.25,0,0,1,.25.25V15.34a.5.5,0,0,0,.308.462.513.513,0,0,0,.192.038.5.5,0,0,0,.353-.147L17.6,11.875A.5.5,0,0,0,17.6,11.168Z","M22.5.249A1.25,1.25,0,0,0,21.25,1.5v21a1.25,1.25,0,0,0,2.5,0V1.5A1.25,1.25,0,0,0,22.5.249Z"]];
|
|
34
|
+
export const MoveUp1 = ["move-up-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12.455,23.249A1.25,1.25,0,0,0,13.705,22V11.886a.25.25,0,0,1,.25-.25h2.136A1,1,0,0,0,16.8,9.929L13.162,6.292a1.029,1.029,0,0,0-1.414,0L8.111,9.929a1,1,0,0,0,.707,1.707h2.137a.25.25,0,0,1,.25.25V22A1.25,1.25,0,0,0,12.455,23.249Z","M23.705,2a1.25,1.25,0,0,0-1.25-1.25H1.545a1.25,1.25,0,0,0,0,2.5h20.91A1.25,1.25,0,0,0,23.705,2Z"]];
|
|
35
|
+
export const CursorMoveTargetRight = ["cursor-move-target-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.5,17.3a.251.251,0,0,0-.168-.387,4.971,4.971,0,0,1,0-9.824A.25.25,0,0,0,18.5,6.7a9.5,9.5,0,1,0,0,10.6ZM7.875,13.5a.5.5,0,0,0-.5-.5H4.625a1,1,0,1,1,0-2h2.75a.5.5,0,0,0,.5-.5v-1a.5.5,0,0,1,.854-.353l2.5,2.5a.5.5,0,0,1,0,.707l-2.5,2.5a.5.5,0,0,1-.854-.354Z","M19.125,15.748A3.75,3.75,0,1,0,15.375,12,3.755,3.755,0,0,0,19.125,15.748Zm0-1.5A2.25,2.25,0,1,1,21.375,12,2.253,2.253,0,0,1,19.125,14.248Z","M18.125 11.998 A1.000 1.000 0 1 0 20.125 11.998 A1.000 1.000 0 1 0 18.125 11.998 Z"]];
|
|
36
|
+
export const MoveToBottom = ["move-to-bottom",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M15.94,14.139a.75.75,0,0,0-1.237.519l-.441,6.682a.749.749,0,0,0,.911.782l6.539-1.447a.751.751,0,0,0,.326-1.3l-2.082-1.787a.252.252,0,0,1-.065-.293A14.479,14.479,0,0,0,17.869,2,1.5,1.5,0,0,0,15.581,3.94a11.427,11.427,0,0,1,1.975,11.136.254.254,0,0,1-.171.159.251.251,0,0,1-.228-.052Z","M3.135,7H7.266A1.436,1.436,0,0,0,8.7,5.564V1.434A1.435,1.435,0,0,0,7.266,0H3.135A1.436,1.436,0,0,0,1.7,1.434v4.13A1.437,1.437,0,0,0,3.135,7ZM3.7,2.249A.25.25,0,0,1,3.95,2h2.5a.249.249,0,0,1,.25.25v2.5A.249.249,0,0,1,6.45,5H3.95a.25.25,0,0,1-.25-.25Z","M1.7,14.064A1.437,1.437,0,0,0,3.135,15.5H7.266A1.436,1.436,0,0,0,8.7,14.064V9.934A1.435,1.435,0,0,0,7.266,8.5H3.135A1.436,1.436,0,0,0,1.7,9.934Zm2-3.315a.25.25,0,0,1,.25-.25h2.5a.249.249,0,0,1,.25.25v2.5a.249.249,0,0,1-.25.25H3.95a.25.25,0,0,1-.25-.25Z","M1.700 16.999 L8.700 16.999 L8.700 23.999 L1.700 23.999 Z"]];
|
|
37
|
+
export const CrossOver = ["cross-over",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M2.875,22.255a1.246,1.246,0,0,0,.884-.366L19.235,6.413a.252.252,0,0,1,.178-.074.247.247,0,0,1,.176.074L21.52,8.357a.5.5,0,0,0,.855-.352v-6a.5.5,0,0,0-.5-.5H15.917a.5.5,0,0,0-.355.852l1.914,1.928a.248.248,0,0,1,0,.352L1.991,20.121a1.25,1.25,0,0,0,.884,2.134Z","M22.375,21.993V16.047a.5.5,0,0,0-.852-.356l-1.938,1.921a.249.249,0,0,1-.352,0l-3.512-3.466a1.25,1.25,0,0,0-1.756,1.78l3.489,3.442a.251.251,0,0,1,0,.356l-1.931,1.914a.5.5,0,0,0,.352.855h6A.5.5,0,0,0,22.375,21.993Z","M2,2.116a1.251,1.251,0,0,0-.01,1.768L7.955,9.915A1.25,1.25,0,1,0,9.732,8.157L3.764,2.126A1.25,1.25,0,0,0,2,2.116Z"]];
|
|
38
|
+
export const DirectionButton = ["direction-button",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.000 11.998 A3.000 3.000 0 1 0 15.000 11.998 A3.000 3.000 0 1 0 9.000 11.998 Z","M5,7.814a1.249,1.249,0,0,0-1.767,0L.67,10.379a2.3,2.3,0,0,0,0,3.239l2.567,2.565A1.25,1.25,0,1,0,5,14.415L2.941,12.352a.5.5,0,0,1,0-.707L5,9.581A1.248,1.248,0,0,0,5,7.814Z","M13.619.668a2.294,2.294,0,0,0-3.238,0L7.815,3.235A1.25,1.25,0,0,0,9.583,5l2.063-2.064a.5.5,0,0,1,.708,0L14.417,5a1.25,1.25,0,0,0,1.768-1.768Z","M23.33,10.379,20.763,7.814A1.249,1.249,0,0,0,19,9.581l2.063,2.064a.5.5,0,0,1,0,.707L19,14.415a1.25,1.25,0,0,0,1.767,1.768l2.567-2.565A2.3,2.3,0,0,0,23.33,10.379Z","M14.417,18.994l-2.063,2.064a.5.5,0,0,1-.708,0L9.583,18.994a1.25,1.25,0,0,0-1.768,1.768l2.566,2.567a2.294,2.294,0,0,0,3.238,0l2.566-2.567a1.25,1.25,0,0,0-1.768-1.768Z"]];
|
|
39
|
+
export const MoveDown = ["move-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12.5,11.5a1.25,1.25,0,0,0-1.25,1.25V18.5a.25.25,0,0,1-.25.25H8.5a.5.5,0,0,0-.353.853l4,4a.5.5,0,0,0,.707,0l4-4a.5.5,0,0,0-.354-.853H14a.25.25,0,0,1-.25-.25v-5.75A1.25,1.25,0,0,0,12.5,11.5Z","M0.000 0.249 L24.000 0.249 L24.000 8.749 L-0.000 8.749 Z"]];
|
|
40
|
+
export const MoveRight = ["move-right",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12.75,13.749H18.5a.25.25,0,0,1,.25.25v2.5a.5.5,0,0,0,.309.462A.512.512,0,0,0,19.25,17a.5.5,0,0,0,.354-.147l4-4a.5.5,0,0,0,0-.707l-4-4a.506.506,0,0,0-.545-.108.5.5,0,0,0-.309.462V11a.25.25,0,0,1-.25.25H12.75a1.25,1.25,0,0,0,0,2.5Z","M0.250 -0.001 L8.750 -0.001 L8.750 23.999 L0.250 23.999 Z"]];
|