@reviewpush/streamline-bold 0.5.0 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/arrows-diagrams/Arrows.js +1998 -0
- package/dist/arrows-diagrams/Diagrams.js +997 -0
- package/{lib → dist}/arrows-diagrams/index.js +0 -0
- package/dist/avatars/GeometricMenFamousPeople.js +156 -0
- package/dist/avatars/GeometricMenHistory.js +230 -0
- package/dist/avatars/GeometricMenOldPeople.js +93 -0
- package/dist/avatars/GeometricMenPeople.js +720 -0
- package/dist/avatars/GeometricMenPoliceArmyCrime.js +423 -0
- package/dist/avatars/GeometricMenProfessions.js +620 -0
- package/dist/avatars/GeometricMenReligion.js +192 -0
- package/dist/avatars/GeometricMenVintage.js +257 -0
- package/dist/avatars/GeometricWomenFamousPeople.js +19 -0
- package/dist/avatars/GeometricWomenHistory.js +62 -0
- package/dist/avatars/GeometricWomenOldPeople.js +68 -0
- package/dist/avatars/GeometricWomenPeople.js +871 -0
- package/dist/avatars/GeometricWomenPoliceArmyCrime.js +353 -0
- package/dist/avatars/GeometricWomenProfessions.js +594 -0
- package/dist/avatars/GeometricWomenReligion.js +62 -0
- package/dist/avatars/GeometricWomenVintage.js +171 -0
- package/dist/avatars/NaturalMenFamousPeople.js +198 -0
- package/dist/avatars/NaturalMenHistory.js +320 -0
- package/dist/avatars/NaturalMenOldPeople.js +153 -0
- package/dist/avatars/NaturalMenPeople.js +889 -0
- package/dist/avatars/NaturalMenPoliceArmyCrime.js +447 -0
- package/dist/avatars/NaturalMenProfessions.js +768 -0
- package/dist/avatars/NaturalMenReligion.js +216 -0
- package/dist/avatars/NaturalMenVintage.js +275 -0
- package/dist/avatars/NaturalWomenFamousPeople.js +31 -0
- package/dist/avatars/NaturalWomenHistory.js +80 -0
- package/dist/avatars/NaturalWomenOldPeople.js +74 -0
- package/dist/avatars/NaturalWomenPeople.js +967 -0
- package/dist/avatars/NaturalWomenPoliceArmyCrime.js +365 -0
- package/dist/avatars/NaturalWomenProfessions.js +822 -0
- package/dist/avatars/NaturalWomenReligion.js +68 -0
- package/dist/avatars/NaturalWomenVintage.js +147 -0
- package/{lib → dist}/avatars/index.js +0 -0
- package/dist/building-construction/ArchitecturalFeatures.js +170 -0
- package/dist/building-construction/Buildings.js +376 -0
- package/dist/building-construction/ConceptionProjects.js +269 -0
- package/dist/building-construction/Construction.js +332 -0
- package/dist/building-construction/HeavyEquipment.js +462 -0
- package/dist/building-construction/Houses.js +261 -0
- package/dist/building-construction/ModernArchitecture.js +245 -0
- package/dist/building-construction/Utilities.js +65 -0
- package/{lib → dist}/building-construction/index.js +0 -0
- package/dist/business-products/ABTesting.js +218 -0
- package/dist/business-products/Advertising.js +225 -0
- package/dist/business-products/Analytics.js +430 -0
- package/dist/business-products/Business.js +472 -0
- package/dist/business-products/BusinessDeals.js +365 -0
- package/dist/business-products/BusinessMetaphors.js +425 -0
- package/dist/business-products/DataFiles.js +1232 -0
- package/dist/business-products/MonetizationProfits.js +420 -0
- package/dist/business-products/Optimization.js +158 -0
- package/dist/business-products/Performances.js +362 -0
- package/dist/business-products/ProductLaunch.js +126 -0
- package/dist/business-products/SEO.js +364 -0
- package/dist/business-products/Strategy.js +272 -0
- package/{lib → dist}/business-products/index.js +0 -0
- package/dist/clothes-footwear-accessories/Accessories.js +181 -0
- package/dist/clothes-footwear-accessories/Bags.js +77 -0
- package/dist/clothes-footwear-accessories/Beanies.js +173 -0
- package/dist/clothes-footwear-accessories/Caps.js +96 -0
- package/dist/clothes-footwear-accessories/ClothesDesign.js +160 -0
- package/dist/clothes-footwear-accessories/DressSkirts.js +89 -0
- package/dist/clothes-footwear-accessories/Footwear.js +223 -0
- package/dist/clothes-footwear-accessories/Glasses.js +131 -0
- package/dist/clothes-footwear-accessories/Hats.js +212 -0
- package/dist/clothes-footwear-accessories/ShirtsSweatersTop.js +242 -0
- package/dist/clothes-footwear-accessories/TrousersShirts.js +139 -0
- package/dist/clothes-footwear-accessories/Underwear.js +206 -0
- package/{lib → dist}/clothes-footwear-accessories/index.js +0 -0
- package/dist/computers-devices-electronics/Arduino.js +71 -0
- package/dist/computers-devices-electronics/CDRom.js +109 -0
- package/dist/computers-devices-electronics/Cables.js +176 -0
- package/dist/computers-devices-electronics/DesktopActions.js +316 -0
- package/dist/computers-devices-electronics/DesktopComputers.js +371 -0
- package/dist/computers-devices-electronics/Electronics.js +312 -0
- package/dist/computers-devices-electronics/FloppyDisks.js +52 -0
- package/dist/computers-devices-electronics/HardDrives.js +52 -0
- package/dist/computers-devices-electronics/KeyboardMouse.js +174 -0
- package/dist/computers-devices-electronics/LaptopActions.js +448 -0
- package/dist/computers-devices-electronics/LaptopComputers.js +133 -0
- package/dist/computers-devices-electronics/Memory.js +233 -0
- package/dist/computers-devices-electronics/MicroprocessorChips.js +793 -0
- package/dist/computers-devices-electronics/PowerSupply.js +200 -0
- package/dist/computers-devices-electronics/ScanPrint.js +26 -0
- package/dist/computers-devices-electronics/Screens.js +53 -0
- package/dist/computers-devices-electronics/SmartWatches.js +2252 -0
- package/dist/computers-devices-electronics/TabletsKindle.js +193 -0
- package/dist/computers-devices-electronics/Webcam.js +45 -0
- package/{lib → dist}/computers-devices-electronics/index.js +0 -0
- package/dist/content/Archives.js +151 -0
- package/dist/content/Books.js +515 -0
- package/dist/content/ContentCreation.js +750 -0
- package/dist/content/Newspapers.js +137 -0
- package/dist/content/Notes.js +653 -0
- package/{lib → dist}/content/index.js +0 -0
- package/dist/crime-war-protection/AntiqueWeapons.js +266 -0
- package/dist/crime-war-protection/Army.js +603 -0
- package/dist/crime-war-protection/Bombs.js +268 -0
- package/dist/crime-war-protection/Crime.js +113 -0
- package/dist/crime-war-protection/Death.js +65 -0
- package/dist/crime-war-protection/Legal.js +138 -0
- package/dist/crime-war-protection/ModernWeapons.js +260 -0
- package/dist/crime-war-protection/Police.js +358 -0
- package/dist/crime-war-protection/Protection.js +455 -0
- package/dist/crime-war-protection/Punishment.js +199 -0
- package/dist/crime-war-protection/Surveillance.js +269 -0
- package/{lib → dist}/crime-war-protection/index.js +0 -0
- package/dist/culture-religion/AstrologyMagic.js +271 -0
- package/dist/culture-religion/HistoryFolklore.js +1045 -0
- package/dist/culture-religion/PrimitiveSymbols.js +106 -0
- package/dist/culture-religion/Religion.js +567 -0
- package/{lib → dist}/culture-religion/index.js +0 -0
- package/dist/design/Align.js +230 -0
- package/dist/design/ColorsPainting.js +704 -0
- package/dist/design/CropsArtboards.js +279 -0
- package/dist/design/DesignFiles.js +762 -0
- package/dist/design/DesignProcess.js +433 -0
- package/dist/design/DesignTools.js +404 -0
- package/dist/design/Flip.js +184 -0
- package/dist/design/GraphicTablets.js +101 -0
- package/dist/design/GridsRulers.js +342 -0
- package/dist/design/Layers.js +493 -0
- package/dist/design/Pathfinder.js +116 -0
- package/dist/design/Reorder.js +74 -0
- package/dist/design/Resize.js +385 -0
- package/dist/design/Rotate.js +225 -0
- package/dist/design/Shapes.js +262 -0
- package/dist/design/Transform.js +125 -0
- package/dist/design/Vectors.js +625 -0
- package/{lib → dist}/design/index.js +0 -0
- package/dist/ecology/CleanCars.js +190 -0
- package/dist/ecology/Deforestation.js +39 -0
- package/dist/ecology/EcologicalHouses.js +44 -0
- package/dist/ecology/Ecology.js +255 -0
- package/dist/ecology/GMOChemicalFood.js +108 -0
- package/dist/ecology/GlobalWarming.js +52 -0
- package/dist/ecology/NuclearFossilEnergy.js +172 -0
- package/dist/ecology/OrganicNonGMO.js +169 -0
- package/dist/ecology/PlantGrowthOrganicFertilizer.js +386 -0
- package/dist/ecology/Pollution.js +326 -0
- package/dist/ecology/Recycling.js +186 -0
- package/dist/ecology/RenewableEnergy.js +639 -0
- package/dist/ecology/Seasons.js +106 -0
- package/dist/ecology/WaterProtection.js +194 -0
- package/dist/ecology/WildlifeProtection.js +94 -0
- package/{lib → dist}/ecology/index.js +0 -0
- package/dist/emails/Drawers.js +223 -0
- package/dist/emails/EmailActions.js +772 -0
- package/dist/emails/Envelopes.js +115 -0
- package/dist/emails/Mailbox.js +71 -0
- package/dist/emails/ReadEmail.js +221 -0
- package/dist/emails/SendEmail.js +153 -0
- package/dist/emails/Stamps.js +83 -0
- package/{lib → dist}/emails/index.js +0 -0
- package/dist/entertainment-events-hobbies/AmusementParks.js +282 -0
- package/dist/entertainment-events-hobbies/BrainBoardGames.js +487 -0
- package/dist/entertainment-events-hobbies/CardGames.js +262 -0
- package/dist/entertainment-events-hobbies/Casino.js +727 -0
- package/dist/entertainment-events-hobbies/Circus.js +157 -0
- package/dist/entertainment-events-hobbies/ConcertsNightClubs.js +268 -0
- package/dist/entertainment-events-hobbies/Crafts.js +169 -0
- package/dist/entertainment-events-hobbies/FarmersMarket.js +56 -0
- package/dist/entertainment-events-hobbies/Fireworks.js +220 -0
- package/dist/entertainment-events-hobbies/Movies.js +290 -0
- package/dist/entertainment-events-hobbies/MuseumExhibitions.js +76 -0
- package/dist/entertainment-events-hobbies/Party.js +459 -0
- package/dist/entertainment-events-hobbies/ShowTheater.js +335 -0
- package/dist/entertainment-events-hobbies/Ticketing.js +138 -0
- package/{lib → dist}/entertainment-events-hobbies/index.js +0 -0
- package/dist/family-babies-kids/Babies.js +353 -0
- package/dist/family-babies-kids/BabyCare.js +136 -0
- package/dist/family-babies-kids/EducationalToys.js +205 -0
- package/dist/family-babies-kids/Family.js +456 -0
- package/dist/family-babies-kids/OutdoorActivities.js +73 -0
- package/dist/family-babies-kids/Toys.js +446 -0
- package/{lib → dist}/family-babies-kids/index.js +0 -0
- package/dist/files-folders/CommonFiles.js +1382 -0
- package/dist/files-folders/FilesCopyright.js +110 -0
- package/dist/files-folders/Folders.js +1392 -0
- package/dist/files-folders/ZippedFiles.js +435 -0
- package/{lib → dist}/files-folders/index.js +0 -0
- package/dist/food-drinks/AnimalProducts.js +121 -0
- package/dist/food-drinks/Appliances.js +267 -0
- package/dist/food-drinks/AsianFood.js +169 -0
- package/dist/food-drinks/Barbeque.js +133 -0
- package/dist/food-drinks/Beer.js +66 -0
- package/dist/food-drinks/Bread.js +141 -0
- package/dist/food-drinks/Breakfast.js +273 -0
- package/dist/food-drinks/CakesCandies.js +461 -0
- package/dist/food-drinks/ChampagneSpirits.js +146 -0
- package/dist/food-drinks/ChefGear.js +352 -0
- package/dist/food-drinks/Cocktails.js +90 -0
- package/dist/food-drinks/Coffee.js +319 -0
- package/dist/food-drinks/EatingRestaurant.js +159 -0
- package/dist/food-drinks/ExoticFood.js +213 -0
- package/dist/food-drinks/FastFood.js +222 -0
- package/dist/food-drinks/FreezerCookingTemperatures.js +89 -0
- package/dist/food-drinks/Fruits.js +285 -0
- package/dist/food-drinks/IceCream.js +172 -0
- package/dist/food-drinks/Kitchenware.js +368 -0
- package/dist/food-drinks/Knives.js +76 -0
- package/dist/food-drinks/Milk.js +38 -0
- package/dist/food-drinks/PastaMeals.js +211 -0
- package/dist/food-drinks/Seafood.js +176 -0
- package/dist/food-drinks/Seasoning.js +113 -0
- package/dist/food-drinks/SoftDrinks.js +221 -0
- package/dist/food-drinks/Stove.js +231 -0
- package/dist/food-drinks/Teas.js +171 -0
- package/dist/food-drinks/Tools.js +82 -0
- package/dist/food-drinks/Vegetables.js +197 -0
- package/dist/food-drinks/Water.js +156 -0
- package/dist/food-drinks/Wine.js +151 -0
- package/{lib → dist}/food-drinks/index.js +0 -0
- package/dist/furnitures-decoration/Armchairs.js +92 -0
- package/dist/furnitures-decoration/AsianInteriors.js +365 -0
- package/dist/furnitures-decoration/Beds.js +106 -0
- package/dist/furnitures-decoration/ChairsStools.js +149 -0
- package/dist/furnitures-decoration/Consoles.js +112 -0
- package/dist/furnitures-decoration/Decoration.js +311 -0
- package/dist/furnitures-decoration/DressersDrawers.js +355 -0
- package/dist/furnitures-decoration/Dressing.js +115 -0
- package/dist/furnitures-decoration/Fireplaces.js +110 -0
- package/dist/furnitures-decoration/Kitchen.js +187 -0
- package/dist/furnitures-decoration/NightStands.js +69 -0
- package/dist/furnitures-decoration/Shelves.js +54 -0
- package/dist/furnitures-decoration/SofasBenches.js +53 -0
- package/dist/furnitures-decoration/Stairs.js +26 -0
- package/dist/furnitures-decoration/SteampunkDecoration.js +57 -0
- package/dist/furnitures-decoration/Tables.js +126 -0
- package/{lib → dist}/furnitures-decoration/index.js +0 -0
- package/dist/health-beauty/Ambulance.js +71 -0
- package/dist/health-beauty/BandagesCasts.js +169 -0
- package/dist/health-beauty/BeardShaving.js +72 -0
- package/dist/health-beauty/Blood.js +178 -0
- package/dist/health-beauty/BodyCare.js +303 -0
- package/dist/health-beauty/Brain.js +64 -0
- package/dist/health-beauty/Dentistry.js +211 -0
- package/dist/health-beauty/Dietetics.js +76 -0
- package/dist/health-beauty/DrugsMedication.js +221 -0
- package/dist/health-beauty/FertilityPregnancy.js +115 -0
- package/dist/health-beauty/Hair.js +45 -0
- package/dist/health-beauty/HairDress.js +118 -0
- package/dist/health-beauty/Hospital.js +105 -0
- package/dist/health-beauty/HospitalBedrooms.js +154 -0
- package/dist/health-beauty/InsuranceProtection.js +127 -0
- package/dist/health-beauty/Laboratory.js +99 -0
- package/dist/health-beauty/LaboratoryTests.js +90 -0
- package/dist/health-beauty/MakeUp.js +199 -0
- package/dist/health-beauty/MedicalApps.js +109 -0
- package/dist/health-beauty/MedicalConditions.js +126 -0
- package/dist/health-beauty/MedicalFiles.js +39 -0
- package/dist/health-beauty/MedicalInstruments.js +242 -0
- package/dist/health-beauty/MedicalNanobots.js +128 -0
- package/dist/health-beauty/MedicalPersonnel.js +64 -0
- package/dist/health-beauty/MedicalSpecialities.js +497 -0
- package/dist/health-beauty/MedicalSymbols.js +52 -0
- package/dist/health-beauty/MedicalTechnologicAdvances.js +161 -0
- package/dist/health-beauty/Monitoring.js +110 -0
- package/dist/health-beauty/RadiologyScanner.js +180 -0
- package/dist/health-beauty/Transfusions.js +119 -0
- package/dist/health-beauty/WaitingRoomAppointments.js +123 -0
- package/{lib → dist}/health-beauty/index.js +0 -0
- package/dist/holidays/ChristmasNewYear.js +799 -0
- package/dist/holidays/Easter.js +125 -0
- package/dist/holidays/Halloween.js +319 -0
- package/{lib → dist}/holidays/index.js +0 -0
- package/dist/hotels-spas/ACHeating.js +119 -0
- package/dist/hotels-spas/Bathroom.js +465 -0
- package/dist/hotels-spas/GarageParking.js +253 -0
- package/dist/hotels-spas/HotelBedrooms.js +360 -0
- package/dist/hotels-spas/RatingReviews.js +142 -0
- package/dist/hotels-spas/Reception.js +187 -0
- package/dist/hotels-spas/RoomService.js +276 -0
- package/dist/hotels-spas/Sauna.js +137 -0
- package/dist/hotels-spas/Spas.js +315 -0
- package/dist/hotels-spas/TV.js +40 -0
- package/{lib → dist}/hotels-spas/index.js +0 -0
- package/dist/images-photography/Accessories.js +152 -0
- package/dist/images-photography/CameraSettings.js +168 -0
- package/dist/images-photography/Cameras.js +228 -0
- package/dist/images-photography/Composition.js +478 -0
- package/dist/images-photography/Focus.js +499 -0
- package/dist/images-photography/ImageFiles.js +1120 -0
- package/dist/images-photography/Lenses.js +133 -0
- package/dist/images-photography/LightModes.js +660 -0
- package/dist/images-photography/Lights.js +133 -0
- package/dist/images-photography/Masks.js +246 -0
- package/dist/images-photography/ModernCameras.js +45 -0
- package/dist/images-photography/Pictures.js +413 -0
- package/dist/images-photography/PicturesFrames.js +70 -0
- package/dist/images-photography/RetouchingEnchancing.js +225 -0
- package/dist/images-photography/TakingPictures.js +128 -0
- package/dist/images-photography/Timer.js +64 -0
- package/dist/images-photography/TransferingPictures.js +44 -0
- package/dist/images-photography/VintageCameras.js +101 -0
- package/{lib → dist}/images-photography/index.js +0 -0
- package/dist/interface-essential/Alert.js +358 -0
- package/dist/interface-essential/Alerts.js +118 -0
- package/dist/interface-essential/CellFormating.js +465 -0
- package/dist/interface-essential/Connect.js +27 -0
- package/dist/interface-essential/Controls.js +530 -0
- package/dist/interface-essential/CopyPaste.js +58 -0
- package/dist/interface-essential/Dashboard.js +311 -0
- package/dist/interface-essential/DateCalendar.js +581 -0
- package/dist/interface-essential/Delete.js +202 -0
- package/dist/interface-essential/Edit.js +293 -0
- package/dist/interface-essential/ExpandRetract.js +354 -0
- package/dist/interface-essential/FaceID.js +481 -0
- package/dist/interface-essential/Filter.js +52 -0
- package/dist/interface-essential/Flip.js +184 -0
- package/dist/interface-essential/FormEdition.js +415 -0
- package/dist/interface-essential/FormValidation.js +335 -0
- package/dist/interface-essential/Help.js +211 -0
- package/dist/interface-essential/HierachyOrganization.js +205 -0
- package/dist/interface-essential/Home.js +116 -0
- package/dist/interface-essential/IrisScan.js +244 -0
- package/dist/interface-essential/Keyboard.js +393 -0
- package/dist/interface-essential/KeyboardID.js +208 -0
- package/dist/interface-essential/Layouts.js +402 -0
- package/dist/interface-essential/LinkUnlink.js +226 -0
- package/dist/interface-essential/Lists.js +252 -0
- package/dist/interface-essential/Loading.js +395 -0
- package/dist/interface-essential/LockUnlock.js +402 -0
- package/dist/interface-essential/LoginLogout.js +211 -0
- package/dist/interface-essential/Menu.js +223 -0
- package/dist/interface-essential/Move.js +628 -0
- package/dist/interface-essential/MultimediaControls.js +347 -0
- package/dist/interface-essential/Navigate.js +550 -0
- package/dist/interface-essential/OnOff.js +60 -0
- package/dist/interface-essential/Paginate.js +756 -0
- package/dist/interface-essential/Paragraphs.js +985 -0
- package/dist/interface-essential/Password.js +439 -0
- package/dist/interface-essential/Pin.js +39 -0
- package/dist/interface-essential/Print.js +44 -0
- package/dist/interface-essential/RemoveAdd.js +355 -0
- package/dist/interface-essential/Resize.js +248 -0
- package/dist/interface-essential/Search.js +143 -0
- package/dist/interface-essential/Select.js +944 -0
- package/dist/interface-essential/Settings.js +471 -0
- package/dist/interface-essential/Share.js +248 -0
- package/dist/interface-essential/Stats.js +61 -0
- package/dist/interface-essential/Synchronize.js +231 -0
- package/dist/interface-essential/TagsBookmarks.js +742 -0
- package/dist/interface-essential/TextFormating.js +597 -0
- package/dist/interface-essential/TextOptions.js +171 -0
- package/dist/interface-essential/Time.js +432 -0
- package/dist/interface-essential/TimeFiles.js +612 -0
- package/dist/interface-essential/TouchGestures.js +1803 -0
- package/dist/interface-essential/TouchID.js +770 -0
- package/dist/interface-essential/View.js +153 -0
- package/dist/interface-essential/VoiceID.js +276 -0
- package/dist/interface-essential/Wireless.js +212 -0
- package/dist/interface-essential/Zoom.js +212 -0
- package/{lib → dist}/interface-essential/index.js +0 -0
- package/dist/internet-networks-servers/Bluetooth.js +56 -0
- package/dist/internet-networks-servers/Cloud.js +641 -0
- package/dist/internet-networks-servers/DataTransfer.js +201 -0
- package/dist/internet-networks-servers/Network.js +657 -0
- package/dist/internet-networks-servers/Servers.js +1502 -0
- package/dist/internet-networks-servers/UploadDownload.js +993 -0
- package/dist/internet-networks-servers/Wifi.js +679 -0
- package/dist/internet-networks-servers/Wireless.js +225 -0
- package/dist/internet-networks-servers/WorldwideWeb.js +516 -0
- package/{lib → dist}/internet-networks-servers/index.js +0 -0
- package/dist/lamps-lights-fire/CeilingLamps.js +345 -0
- package/dist/lamps-lights-fire/LightBubbles.js +180 -0
- package/dist/lamps-lights-fire/LighterMatchesCandles.js +130 -0
- package/dist/lamps-lights-fire/SmartLighting.js +137 -0
- package/dist/lamps-lights-fire/StandingLamps.js +45 -0
- package/dist/lamps-lights-fire/TableLamps.js +179 -0
- package/{lib → dist}/lamps-lights-fire/index.js +0 -0
- package/dist/landmarks/Bridges.js +70 -0
- package/dist/landmarks/HistoricalBuildings.js +70 -0
- package/dist/landmarks/LandmarksAsiaAustralia.js +517 -0
- package/dist/landmarks/LandmarksEurope.js +533 -0
- package/dist/landmarks/LandmarksMiddleEastIndia.js +203 -0
- package/dist/landmarks/LandmarksTheAmericas.js +359 -0
- package/dist/landmarks/OfficialBuildings.js +130 -0
- package/dist/landmarks/Parks.js +76 -0
- package/dist/landmarks/VariousBuildings.js +177 -0
- package/{lib → dist}/landmarks/index.js +0 -0
- package/dist/logos/Advertising.js +7 -0
- package/dist/logos/BlogNewsFeed.js +150 -0
- package/dist/logos/DesignersCommunities.js +159 -0
- package/dist/logos/DeveloperCommunities.js +76 -0
- package/dist/logos/ECommerce.js +113 -0
- package/dist/logos/InternetProtocol.js +13 -0
- package/dist/logos/MailingServices.js +13 -0
- package/dist/logos/MessagingVideoMeetings.js +252 -0
- package/dist/logos/Music.js +130 -0
- package/dist/logos/OSSystems.js +95 -0
- package/dist/logos/OnlineReading.js +71 -0
- package/dist/logos/Payment.js +33 -0
- package/dist/logos/PhotosImages.js +137 -0
- package/dist/logos/ProfessionalNetworks.js +81 -0
- package/dist/logos/ProfessionalTools.js +60 -0
- package/dist/logos/QA.js +7 -0
- package/dist/logos/SearchEngines.js +59 -0
- package/dist/logos/SocialBookmarking.js +55 -0
- package/dist/logos/SocialMedias.js +797 -0
- package/dist/logos/Statistics.js +50 -0
- package/dist/logos/Technology.js +98 -0
- package/dist/logos/Travel.js +49 -0
- package/dist/logos/VideoGames.js +32 -0
- package/dist/logos/Videos.js +152 -0
- package/dist/logos/WebServices.js +189 -0
- package/{lib → dist}/logos/index.js +0 -0
- package/dist/maps-navigation/AddRemoveFavorites.js +82 -0
- package/dist/maps-navigation/Compass.js +138 -0
- package/dist/maps-navigation/Earth.js +455 -0
- package/dist/maps-navigation/Location.js +52 -0
- package/dist/maps-navigation/Maps.js +66 -0
- package/dist/maps-navigation/Pins.js +233 -0
- package/dist/maps-navigation/PinsStyleOne.js +355 -0
- package/dist/maps-navigation/PinsStyleThree.js +2693 -0
- package/dist/maps-navigation/PinsStyleTwo.js +277 -0
- package/dist/maps-navigation/ShareLocation.js +38 -0
- package/dist/maps-navigation/SignShapes.js +84 -0
- package/dist/maps-navigation/SyncLocation.js +38 -0
- package/dist/maps-navigation/Trip.js +164 -0
- package/{lib → dist}/maps-navigation/index.js +0 -0
- package/dist/messages-chat-smileys/Conversation.js +523 -0
- package/dist/messages-chat-smileys/MessagesPeople.js +1320 -0
- package/dist/messages-chat-smileys/MessagesSpeechBubbles.js +1012 -0
- package/dist/messages-chat-smileys/SignalFlags.js +99 -0
- package/dist/messages-chat-smileys/Smileys.js +4282 -0
- package/{lib → dist}/messages-chat-smileys/index.js +0 -0
- package/dist/money-payments-finance/AccountingBilling.js +208 -0
- package/dist/money-payments-finance/CashPayments.js +358 -0
- package/dist/money-payments-finance/CheckPayments.js +94 -0
- package/dist/money-payments-finance/CreditCardPayments.js +538 -0
- package/dist/money-payments-finance/CryptoCurrencies.js +1040 -0
- package/dist/money-payments-finance/Currencies.js +403 -0
- package/dist/money-payments-finance/FinanceSavings.js +467 -0
- package/dist/money-payments-finance/ModernPayments.js +335 -0
- package/dist/money-payments-finance/Money.js +390 -0
- package/dist/money-payments-finance/Wealth.js +314 -0
- package/{lib → dist}/money-payments-finance/index.js +0 -0
- package/dist/music-audio/AudioFiles.js +963 -0
- package/dist/music-audio/AudioSystemEqualizer.js +95 -0
- package/dist/music-audio/CDPlayer.js +139 -0
- package/dist/music-audio/EarpodsAirpods.js +353 -0
- package/dist/music-audio/Headphones.js +210 -0
- package/dist/music-audio/IPodDigitalPlayers.js +208 -0
- package/dist/music-audio/Microphone.js +307 -0
- package/dist/music-audio/ModernMusic.js +190 -0
- package/dist/music-audio/Music.js +270 -0
- package/dist/music-audio/MusicGenres.js +532 -0
- package/dist/music-audio/MusicInstruments.js +561 -0
- package/dist/music-audio/Playlists.js +523 -0
- package/dist/music-audio/Podcasts.js +188 -0
- package/dist/music-audio/Radios.js +188 -0
- package/dist/music-audio/Speakers.js +109 -0
- package/dist/music-audio/VinylRecords.js +90 -0
- package/dist/music-audio/VolumeControls.js +373 -0
- package/dist/music-audio/WalkmanTapes.js +132 -0
- package/{lib → dist}/music-audio/index.js +0 -0
- package/dist/nature-farming/AgriculturalMachinery.js +488 -0
- package/dist/nature-farming/Farming.js +433 -0
- package/dist/nature-farming/Flowers.js +139 -0
- package/dist/nature-farming/Gardening.js +568 -0
- package/dist/nature-farming/Outdoors.js +283 -0
- package/dist/nature-farming/Plants.js +333 -0
- package/dist/nature-farming/Trees.js +180 -0
- package/{lib → dist}/nature-farming/index.js +0 -0
- package/dist/outdoors-recreation/Beach.js +328 -0
- package/dist/outdoors-recreation/Camping.js +222 -0
- package/dist/outdoors-recreation/Canoe.js +171 -0
- package/dist/outdoors-recreation/Diving.js +170 -0
- package/dist/outdoors-recreation/Fishing.js +158 -0
- package/dist/outdoors-recreation/LandmarksViewPoints.js +119 -0
- package/dist/outdoors-recreation/NauticalSports.js +151 -0
- package/dist/outdoors-recreation/OutdoorParks.js +791 -0
- package/dist/outdoors-recreation/Sailing.js +201 -0
- package/dist/outdoors-recreation/Trekking.js +241 -0
- package/{lib → dist}/outdoors-recreation/index.js +0 -0
- package/dist/pets-animals/Amphibians.js +91 -0
- package/dist/pets-animals/AnimalPrints.js +327 -0
- package/dist/pets-animals/Apes.js +113 -0
- package/dist/pets-animals/Bears.js +71 -0
- package/dist/pets-animals/Birds.js +122 -0
- package/dist/pets-animals/Cats.js +439 -0
- package/dist/pets-animals/ChickenDucks.js +189 -0
- package/dist/pets-animals/Deers.js +182 -0
- package/dist/pets-animals/Dogs.js +274 -0
- package/dist/pets-animals/ElephantsRhinoceros.js +136 -0
- package/dist/pets-animals/Fish.js +27 -0
- package/dist/pets-animals/FlyingInsects.js +504 -0
- package/dist/pets-animals/Girafe.js +28 -0
- package/dist/pets-animals/Insects.js +293 -0
- package/dist/pets-animals/Jellyfish.js +94 -0
- package/dist/pets-animals/Koala.js +52 -0
- package/dist/pets-animals/LionTigers.js +263 -0
- package/dist/pets-animals/Livestock.js +181 -0
- package/dist/pets-animals/MarineMammals.js +134 -0
- package/dist/pets-animals/MiceRats.js +130 -0
- package/dist/pets-animals/OctopusSquids.js +52 -0
- package/dist/pets-animals/Peacocks.js +89 -0
- package/dist/pets-animals/Pets.js +289 -0
- package/dist/pets-animals/PetsTracking.js +341 -0
- package/dist/pets-animals/Rabbit.js +48 -0
- package/dist/pets-animals/Reptiles.js +147 -0
- package/dist/pets-animals/Rodents.js +134 -0
- package/dist/pets-animals/SharksSportFish.js +122 -0
- package/dist/pets-animals/Shellfish.js +93 -0
- package/dist/pets-animals/Shells.js +82 -0
- package/dist/pets-animals/Snails.js +26 -0
- package/dist/pets-animals/Spiders.js +82 -0
- package/dist/pets-animals/Swans.js +46 -0
- package/dist/pets-animals/VariousFish.js +53 -0
- package/dist/pets-animals/VariousMammals.js +112 -0
- package/dist/pets-animals/Whales.js +71 -0
- package/dist/pets-animals/WildBirds.js +376 -0
- package/dist/pets-animals/WolvesFoxes.js +139 -0
- package/{lib → dist}/pets-animals/index.js +0 -0
- package/dist/phones-mobile-devices/BluetoothWifi.js +107 -0
- package/dist/phones-mobile-devices/CellularNetwork.js +236 -0
- package/dist/phones-mobile-devices/ChargingBattery.js +462 -0
- package/dist/phones-mobile-devices/ConnectDevices.js +38 -0
- package/dist/phones-mobile-devices/ContentActions.js +1380 -0
- package/dist/phones-mobile-devices/FaxAnswerMachine.js +51 -0
- package/dist/phones-mobile-devices/ForbidenBroken.js +62 -0
- package/dist/phones-mobile-devices/ForceTouchSqueezableGestures.js +218 -0
- package/dist/phones-mobile-devices/MobilePhones.js +176 -0
- package/dist/phones-mobile-devices/Phone.js +234 -0
- package/dist/phones-mobile-devices/PhoneActions.js +895 -0
- package/dist/phones-mobile-devices/PhoneCameraSelfies.js +296 -0
- package/dist/phones-mobile-devices/QRCode.js +146 -0
- package/dist/phones-mobile-devices/RotateScrollExpand.js +151 -0
- package/dist/phones-mobile-devices/SIMCard.js +21 -0
- package/dist/phones-mobile-devices/Signal.js +186 -0
- package/dist/phones-mobile-devices/Vibrate.js +50 -0
- package/{lib → dist}/phones-mobile-devices/index.js +0 -0
- package/dist/programing-apps-websites/AndroidApps.js +168 -0
- package/dist/programing-apps-websites/Apps.js +1619 -0
- package/dist/programing-apps-websites/BugSecurity.js +349 -0
- package/dist/programing-apps-websites/CodingFiles.js +2998 -0
- package/dist/programing-apps-websites/Databases.js +1663 -0
- package/dist/programing-apps-websites/LearningPrograming.js +39 -0
- package/dist/programing-apps-websites/PluginsModules.js +258 -0
- package/dist/programing-apps-websites/Programing.js +631 -0
- package/dist/programing-apps-websites/ProgramingLanguages.js +207 -0
- package/dist/programing-apps-websites/ResponsiveDesign.js +220 -0
- package/dist/programing-apps-websites/UIComponents.js +525 -0
- package/dist/programing-apps-websites/WebsiteDevelopment.js +404 -0
- package/{lib → dist}/programing-apps-websites/index.js +0 -0
- package/dist/real-estate/ActionsBuildings.js +461 -0
- package/dist/real-estate/ActionsHouses.js +330 -0
- package/dist/real-estate/Advertising.js +63 -0
- package/dist/real-estate/AppsWebsites.js +128 -0
- package/dist/real-estate/Deals.js +140 -0
- package/dist/real-estate/Favorites.js +227 -0
- package/dist/real-estate/InsuranceProtection.js +120 -0
- package/dist/real-estate/Location.js +51 -0
- package/dist/real-estate/MapsDimensions.js +116 -0
- package/dist/real-estate/Market.js +295 -0
- package/dist/real-estate/RealEstate.js +529 -0
- package/dist/real-estate/Search.js +52 -0
- package/dist/real-estate/Settings.js +109 -0
- package/dist/real-estate/Signs.js +449 -0
- package/dist/real-estate/Update.js +81 -0
- package/{lib → dist}/real-estate/index.js +0 -0
- package/dist/romance/BreakupDivorce.js +225 -0
- package/dist/romance/Couples.js +369 -0
- package/dist/romance/Dating.js +299 -0
- package/dist/romance/Engagement.js +95 -0
- package/dist/romance/Love.js +463 -0
- package/dist/romance/LoveGifts.js +186 -0
- package/dist/romance/Wedding.js +353 -0
- package/{lib → dist}/romance/index.js +0 -0
- package/dist/school-learning/AudioBooks.js +371 -0
- package/dist/school-learning/ELearning.js +183 -0
- package/dist/school-learning/LibraryReading.js +442 -0
- package/dist/school-learning/School.js +700 -0
- package/dist/school-learning/StudyingLearning.js +309 -0
- package/{lib → dist}/school-learning/index.js +0 -0
- package/dist/science/Astronomy.js +354 -0
- package/dist/science/LabsExperiments.js +106 -0
- package/dist/science/Science.js +583 -0
- package/dist/science/ScienceFiction.js +144 -0
- package/dist/science/SpaceExploration.js +407 -0
- package/{lib → dist}/science/index.js +0 -0
- package/dist/shipping-delivery/Delivery.js +560 -0
- package/dist/shipping-delivery/OverseasShipment.js +295 -0
- package/dist/shipping-delivery/Shipment.js +450 -0
- package/dist/shipping-delivery/ShipmentManagement.js +659 -0
- package/dist/shipping-delivery/WarehouseFullfiment.js +592 -0
- package/{lib → dist}/shipping-delivery/index.js +0 -0
- package/dist/shopping-ecommerce/Baskets.js +484 -0
- package/dist/shopping-ecommerce/Carts.js +437 -0
- package/dist/shopping-ecommerce/DiscountCoupons.js +344 -0
- package/dist/shopping-ecommerce/ECommerce.js +564 -0
- package/dist/shopping-ecommerce/MobileShopping.js +202 -0
- package/dist/shopping-ecommerce/Products.js +269 -0
- package/dist/shopping-ecommerce/Receipts.js +111 -0
- package/dist/shopping-ecommerce/ShoppingBags.js +388 -0
- package/dist/shopping-ecommerce/Shops.js +628 -0
- package/dist/shopping-ecommerce/TagsCodes.js +479 -0
- package/{lib → dist}/shopping-ecommerce/index.js +0 -0
- package/dist/social-medias-rewards-rating/Certified.js +152 -0
- package/dist/social-medias-rewards-rating/Flags.js +258 -0
- package/dist/social-medias-rewards-rating/Gaming.js +308 -0
- package/dist/social-medias-rewards-rating/Gifts.js +203 -0
- package/dist/social-medias-rewards-rating/Likes.js +289 -0
- package/dist/social-medias-rewards-rating/LoveIt.js +419 -0
- package/dist/social-medias-rewards-rating/Mood.js +147 -0
- package/dist/social-medias-rewards-rating/Ranking.js +268 -0
- package/dist/social-medias-rewards-rating/Rating.js +316 -0
- package/dist/social-medias-rewards-rating/RewardsAwards.js +530 -0
- package/dist/social-medias-rewards-rating/SocialProfile.js +108 -0
- package/dist/social-medias-rewards-rating/Trends.js +109 -0
- package/dist/social-medias-rewards-rating/VIPTopUsers.js +142 -0
- package/{lib → dist}/social-medias-rewards-rating/index.js +0 -0
- package/dist/sports/Archery.js +51 -0
- package/dist/sports/Athletics.js +238 -0
- package/dist/sports/BaseballBallGames.js +171 -0
- package/dist/sports/BasketballVolleyball.js +156 -0
- package/dist/sports/Biking.js +137 -0
- package/dist/sports/Bowling.js +87 -0
- package/dist/sports/Boxing.js +121 -0
- package/dist/sports/ClimbingSpeleology.js +81 -0
- package/dist/sports/Dancing.js +26 -0
- package/dist/sports/Fitness.js +445 -0
- package/dist/sports/Golf.js +128 -0
- package/dist/sports/Gymnastics.js +303 -0
- package/dist/sports/MatrialArts.js +136 -0
- package/dist/sports/OlympicsParalympicsGames.js +370 -0
- package/dist/sports/Pool.js +144 -0
- package/dist/sports/RugbyAmericanFootball.js +151 -0
- package/dist/sports/Shooting.js +83 -0
- package/dist/sports/SkateboardRollerblades.js +205 -0
- package/dist/sports/Skiing.js +394 -0
- package/dist/sports/Soccer.js +134 -0
- package/dist/sports/Swimming.js +194 -0
- package/dist/sports/TennisBadminton.js +319 -0
- package/dist/sports/VariousSports.js +125 -0
- package/dist/sports/YogaStretching.js +334 -0
- package/{lib → dist}/sports/index.js +0 -0
- package/{lib → dist}/streamline-bold.js +0 -0
- package/dist/technology/3DPrinting.js +628 -0
- package/dist/technology/ArtificialIntelligence.js +141 -0
- package/dist/technology/AutomatedTranslation.js +173 -0
- package/dist/technology/Beacons.js +244 -0
- package/dist/technology/Drones.js +391 -0
- package/dist/technology/FutureTechs.js +514 -0
- package/dist/technology/SmartHouse.js +870 -0
- package/dist/technology/VirtualReality.js +515 -0
- package/{lib → dist}/technology/index.js +0 -0
- package/dist/tools-constructions/ClampsJacks.js +114 -0
- package/dist/tools-constructions/Equipment.js +109 -0
- package/dist/tools-constructions/Hardware.js +276 -0
- package/dist/tools-constructions/Materials.js +325 -0
- package/dist/tools-constructions/MeasuresLevels.js +84 -0
- package/dist/tools-constructions/PowerTools.js +102 -0
- package/dist/tools-constructions/Safety.js +77 -0
- package/dist/tools-constructions/Tools.js +590 -0
- package/{lib → dist}/tools-constructions/index.js +0 -0
- package/dist/transportation/AdventureCars.js +190 -0
- package/dist/transportation/Aircraft.js +347 -0
- package/dist/transportation/AutonomusCars.js +307 -0
- package/dist/transportation/Bicycles.js +92 -0
- package/dist/transportation/Bus.js +110 -0
- package/dist/transportation/CarActions.js +302 -0
- package/dist/transportation/CarInsurance.js +32 -0
- package/dist/transportation/Cars.js +458 -0
- package/dist/transportation/DashboardSymbols.js +397 -0
- package/dist/transportation/GarageRepairs.js +558 -0
- package/dist/transportation/Gas.js +34 -0
- package/dist/transportation/Navigation.js +175 -0
- package/dist/transportation/Parking.js +124 -0
- package/dist/transportation/PublicServices.js +121 -0
- package/dist/transportation/Railroad.js +270 -0
- package/dist/transportation/RoadsLights.js +201 -0
- package/dist/transportation/ScootersBikes.js +95 -0
- package/dist/transportation/SeaTransportation.js +303 -0
- package/dist/transportation/Segway.js +106 -0
- package/dist/transportation/Signs.js +4982 -0
- package/dist/transportation/SportsCars.js +151 -0
- package/dist/transportation/Taxi.js +201 -0
- package/dist/transportation/ToolsComponents.js +168 -0
- package/dist/transportation/TransportationTicketsTransfers.js +563 -0
- package/dist/transportation/Trucks.js +251 -0
- package/dist/transportation/Various.js +65 -0
- package/dist/transportation/VintageCars.js +204 -0
- package/{lib → dist}/transportation/index.js +0 -0
- package/dist/travel/Airport.js +94 -0
- package/dist/travel/Baggage.js +470 -0
- package/dist/travel/Passports.js +148 -0
- package/dist/travel/PlanesTrip.js +423 -0
- package/dist/travel/SecurityCustoms.js +341 -0
- package/dist/travel/TicketsCheckInSchedule.js +160 -0
- package/dist/travel/TravelInsurance.js +76 -0
- package/dist/travel/TravelMetaphor.js +183 -0
- package/{lib → dist}/travel/index.js +0 -0
- package/dist/users/GeomerticCloseUpMultipleUsers.js +439 -0
- package/dist/users/GeomerticCloseUpMultipleUsersActions.js +1639 -0
- package/dist/users/GeomerticCloseUpSingleUserActionsNeutral.js +1076 -0
- package/dist/users/GeomerticCloseUpSingleUserMan.js +207 -0
- package/dist/users/GeomerticCloseUpSingleUserNeutral.js +387 -0
- package/dist/users/GeomerticCloseUpSingleUserWoman.js +261 -0
- package/dist/users/GeomerticCloseUpSingleUsersActionsMan.js +1076 -0
- package/dist/users/GeomerticCloseUpSingleUsersActionsWoman.js +1106 -0
- package/dist/users/GeometricFullBodyGenderSymbols.js +188 -0
- package/dist/users/GeometricFullBodyMultipleUsers.js +674 -0
- package/dist/users/GeometricFullBodyMultipleUsersActions.js +3192 -0
- package/dist/users/GeometricFullBodySingleUserActionsMan.js +2076 -0
- package/dist/users/GeometricFullBodySingleUserActionsNeutral.js +2126 -0
- package/dist/users/GeometricFullBodySingleUserActionsWoman.js +2150 -0
- package/dist/users/GeometricFullBodySingleUserMan.js +1057 -0
- package/dist/users/GeometricFullBodySingleUserNeutral.js +1388 -0
- package/dist/users/GeometricFullBodySingleUserWoman.js +1057 -0
- package/dist/users/NaturalCloseUpMultipleUsers.js +104 -0
- package/dist/users/NaturalCloseUpMultipleUsersActions.js +1038 -0
- package/dist/users/NaturalCloseUpSingleUserActionsMan.js +751 -0
- package/dist/users/NaturalCloseUpSingleUserActionsNeutral.js +776 -0
- package/dist/users/NaturalCloseUpSingleUserActionsWoman.js +776 -0
- package/dist/users/NaturalCloseUpSingleUserMan.js +165 -0
- package/dist/users/NaturalCloseUpSingleUserNeutral.js +297 -0
- package/dist/users/NaturalCloseUpSingleUserWoman.js +171 -0
- package/{lib → dist}/users/index.js +0 -0
- package/dist/video-games/FamousCharacters.js +864 -0
- package/dist/video-games/FamousVideoGames.js +1340 -0
- package/dist/video-games/VideoGamesControl.js +226 -0
- package/dist/video-games/VideoGamesDevices.js +229 -0
- package/dist/video-games/VideoGamesLogos.js +348 -0
- package/{lib → dist}/video-games/index.js +0 -0
- package/dist/video-movies-t-v/Cameras.js +107 -0
- package/dist/video-movies-t-v/Controls.js +554 -0
- package/dist/video-movies-t-v/ModernTV.js +335 -0
- package/dist/video-movies-t-v/Movies.js +292 -0
- package/dist/video-movies-t-v/VideoEdition.js +396 -0
- package/dist/video-movies-t-v/VideoFiles.js +975 -0
- package/dist/video-movies-t-v/VideoPlayers.js +408 -0
- package/dist/video-movies-t-v/VintageTV.js +54 -0
- package/{lib → dist}/video-movies-t-v/index.js +0 -0
- package/dist/wayfinding/Allowances.js +297 -0
- package/dist/wayfinding/Cleaning.js +263 -0
- package/dist/wayfinding/CloakLockersRoom.js +249 -0
- package/dist/wayfinding/Disability.js +940 -0
- package/dist/wayfinding/Escalators.js +126 -0
- package/dist/wayfinding/Family.js +251 -0
- package/dist/wayfinding/Garbages.js +124 -0
- package/dist/wayfinding/InformationDesk.js +181 -0
- package/dist/wayfinding/Laundry.js +170 -0
- package/dist/wayfinding/Lifts.js +52 -0
- package/dist/wayfinding/MovingWalkway.js +74 -0
- package/dist/wayfinding/Safety.js +952 -0
- package/dist/wayfinding/Seats.js +137 -0
- package/dist/wayfinding/Stairs.js +114 -0
- package/dist/wayfinding/SwimmingPool.js +51 -0
- package/dist/wayfinding/Tickets.js +493 -0
- package/dist/wayfinding/Toilets.js +258 -0
- package/dist/wayfinding/WaitingRoom.js +136 -0
- package/dist/wayfinding/Walking.js +120 -0
- package/dist/wayfinding/WaterFountain.js +210 -0
- package/{lib → dist}/wayfinding/index.js +0 -0
- package/dist/weather/DayNight.js +504 -0
- package/dist/weather/Humidity.js +38 -0
- package/dist/weather/IceSnow.js +106 -0
- package/dist/weather/NaturalDisasters.js +542 -0
- package/dist/weather/Rain.js +206 -0
- package/dist/weather/Temperatures.js +547 -0
- package/dist/weather/UV.js +248 -0
- package/dist/weather/Visibility.js +142 -0
- package/dist/weather/Weather.js +1650 -0
- package/dist/weather/WeatherApps.js +352 -0
- package/dist/weather/Wind.js +175 -0
- package/{lib → dist}/weather/index.js +0 -0
- package/dist/work-office-companies/HumanResources.js +775 -0
- package/dist/work-office-companies/IdeasCreativity.js +615 -0
- package/dist/work-office-companies/JobSearchRecruiting.js +242 -0
- package/dist/work-office-companies/Legal.js +65 -0
- package/dist/work-office-companies/MeetingsCollaboration.js +575 -0
- package/dist/work-office-companies/Office.js +537 -0
- package/dist/work-office-companies/OfficeFiles.js +807 -0
- package/dist/work-office-companies/Presentations.js +500 -0
- package/dist/work-office-companies/Tasks.js +1114 -0
- package/dist/work-office-companies/VideoMeetings.js +606 -0
- package/dist/work-office-companies/WorkOffice.js +278 -0
- package/{lib → dist}/work-office-companies/index.js +0 -0
- package/package.json +1 -19
- package/lib/arrows-diagrams/Arrows.js +0 -138
- package/lib/arrows-diagrams/Diagrams.js +0 -61
- package/lib/avatars/GeometricMenFamousPeople.js +0 -6
- package/lib/avatars/GeometricMenHistory.js +0 -8
- package/lib/avatars/GeometricMenOldPeople.js +0 -3
- package/lib/avatars/GeometricMenPeople.js +0 -24
- package/lib/avatars/GeometricMenPoliceArmyCrime.js +0 -15
- package/lib/avatars/GeometricMenProfessions.js +0 -20
- package/lib/avatars/GeometricMenReligion.js +0 -6
- package/lib/avatars/GeometricMenVintage.js +0 -5
- package/lib/avatars/GeometricWomenFamousPeople.js +0 -1
- package/lib/avatars/GeometricWomenHistory.js +0 -2
- package/lib/avatars/GeometricWomenOldPeople.js +0 -2
- package/lib/avatars/GeometricWomenPeople.js +0 -25
- package/lib/avatars/GeometricWomenPoliceArmyCrime.js +0 -11
- package/lib/avatars/GeometricWomenProfessions.js +0 -18
- package/lib/avatars/GeometricWomenReligion.js +0 -2
- package/lib/avatars/GeometricWomenVintage.js +0 -3
- package/lib/avatars/NaturalMenFamousPeople.js +0 -6
- package/lib/avatars/NaturalMenHistory.js +0 -8
- package/lib/avatars/NaturalMenOldPeople.js +0 -3
- package/lib/avatars/NaturalMenPeople.js +0 -25
- package/lib/avatars/NaturalMenPoliceArmyCrime.js +0 -15
- package/lib/avatars/NaturalMenProfessions.js +0 -18
- package/lib/avatars/NaturalMenReligion.js +0 -6
- package/lib/avatars/NaturalMenVintage.js +0 -5
- package/lib/avatars/NaturalWomenFamousPeople.js +0 -1
- package/lib/avatars/NaturalWomenHistory.js +0 -2
- package/lib/avatars/NaturalWomenOldPeople.js +0 -2
- package/lib/avatars/NaturalWomenPeople.js +0 -25
- package/lib/avatars/NaturalWomenPoliceArmyCrime.js +0 -11
- package/lib/avatars/NaturalWomenProfessions.js +0 -18
- package/lib/avatars/NaturalWomenReligion.js +0 -2
- package/lib/avatars/NaturalWomenVintage.js +0 -3
- package/lib/building-construction/ArchitecturalFeatures.js +0 -8
- package/lib/building-construction/Buildings.js +0 -16
- package/lib/building-construction/ConceptionProjects.js +0 -11
- package/lib/building-construction/Construction.js +0 -14
- package/lib/building-construction/HeavyEquipment.js +0 -18
- package/lib/building-construction/Houses.js +0 -15
- package/lib/building-construction/ModernArchitecture.js +0 -11
- package/lib/building-construction/Utilities.js +0 -5
- package/lib/business-products/ABTesting.js +0 -8
- package/lib/business-products/Advertising.js +0 -9
- package/lib/business-products/Analytics.js +0 -16
- package/lib/business-products/Business.js +0 -28
- package/lib/business-products/BusinessDeals.js +0 -17
- package/lib/business-products/BusinessMetaphors.js +0 -23
- package/lib/business-products/DataFiles.js +0 -50
- package/lib/business-products/MonetizationProfits.js +0 -18
- package/lib/business-products/Optimization.js +0 -8
- package/lib/business-products/Performances.js +0 -14
- package/lib/business-products/ProductLaunch.js +0 -6
- package/lib/business-products/SEO.js +0 -16
- package/lib/business-products/Strategy.js +0 -14
- package/lib/clothes-footwear-accessories/Accessories.js +0 -13
- package/lib/clothes-footwear-accessories/Bags.js +0 -5
- package/lib/clothes-footwear-accessories/Beanies.js +0 -5
- package/lib/clothes-footwear-accessories/Caps.js +0 -6
- package/lib/clothes-footwear-accessories/ClothesDesign.js +0 -10
- package/lib/clothes-footwear-accessories/DressSkirts.js +0 -5
- package/lib/clothes-footwear-accessories/Footwear.js +0 -13
- package/lib/clothes-footwear-accessories/Glasses.js +0 -11
- package/lib/clothes-footwear-accessories/Hats.js +0 -14
- package/lib/clothes-footwear-accessories/ShirtsSweatersTop.js +0 -20
- package/lib/clothes-footwear-accessories/TrousersShirts.js +0 -7
- package/lib/clothes-footwear-accessories/Underwear.js +0 -12
- package/lib/computers-devices-electronics/Arduino.js +0 -5
- package/lib/computers-devices-electronics/CDRom.js +0 -7
- package/lib/computers-devices-electronics/Cables.js +0 -8
- package/lib/computers-devices-electronics/DesktopActions.js +0 -22
- package/lib/computers-devices-electronics/DesktopComputers.js +0 -23
- package/lib/computers-devices-electronics/Electronics.js +0 -24
- package/lib/computers-devices-electronics/FloppyDisks.js +0 -4
- package/lib/computers-devices-electronics/HardDrives.js +0 -4
- package/lib/computers-devices-electronics/KeyboardMouse.js +0 -12
- package/lib/computers-devices-electronics/LaptopActions.js +0 -22
- package/lib/computers-devices-electronics/LaptopComputers.js +0 -7
- package/lib/computers-devices-electronics/Memory.js +0 -17
- package/lib/computers-devices-electronics/MicroprocessorChips.js +0 -13
- package/lib/computers-devices-electronics/PowerSupply.js +0 -8
- package/lib/computers-devices-electronics/ScanPrint.js +0 -2
- package/lib/computers-devices-electronics/Screens.js +0 -5
- package/lib/computers-devices-electronics/SmartWatches.js +0 -116
- package/lib/computers-devices-electronics/TabletsKindle.js +0 -7
- package/lib/computers-devices-electronics/Webcam.js +0 -3
- package/lib/content/Archives.js +0 -7
- package/lib/content/Books.js +0 -35
- package/lib/content/ContentCreation.js +0 -30
- package/lib/content/Newspapers.js +0 -5
- package/lib/content/Notes.js +0 -41
- package/lib/crime-war-protection/AntiqueWeapons.js +0 -14
- package/lib/crime-war-protection/Army.js +0 -39
- package/lib/crime-war-protection/Bombs.js +0 -10
- package/lib/crime-war-protection/Crime.js +0 -5
- package/lib/crime-war-protection/Death.js +0 -5
- package/lib/crime-war-protection/Legal.js +0 -6
- package/lib/crime-war-protection/ModernWeapons.js +0 -14
- package/lib/crime-war-protection/Police.js +0 -16
- package/lib/crime-war-protection/Protection.js +0 -23
- package/lib/crime-war-protection/Punishment.js +0 -7
- package/lib/crime-war-protection/Surveillance.js +0 -11
- package/lib/culture-religion/AstrologyMagic.js +0 -19
- package/lib/culture-religion/HistoryFolklore.js +0 -37
- package/lib/culture-religion/PrimitiveSymbols.js +0 -10
- package/lib/culture-religion/Religion.js +0 -33
- package/lib/design/Align.js +0 -14
- package/lib/design/ColorsPainting.js +0 -38
- package/lib/design/CropsArtboards.js +0 -9
- package/lib/design/DesignFiles.js +0 -48
- package/lib/design/DesignProcess.js +0 -13
- package/lib/design/DesignTools.js +0 -20
- package/lib/design/Flip.js +0 -4
- package/lib/design/GraphicTablets.js +0 -5
- package/lib/design/GridsRulers.js +0 -12
- package/lib/design/Layers.js +0 -25
- package/lib/design/Pathfinder.js +0 -8
- package/lib/design/Reorder.js +0 -2
- package/lib/design/Resize.js +0 -7
- package/lib/design/Rotate.js +0 -9
- package/lib/design/Shapes.js +0 -16
- package/lib/design/Transform.js +0 -5
- package/lib/design/Vectors.js +0 -25
- package/lib/ecology/CleanCars.js +0 -10
- package/lib/ecology/Deforestation.js +0 -3
- package/lib/ecology/EcologicalHouses.js +0 -2
- package/lib/ecology/Ecology.js +0 -21
- package/lib/ecology/GMOChemicalFood.js +0 -8
- package/lib/ecology/GlobalWarming.js +0 -4
- package/lib/ecology/NuclearFossilEnergy.js +0 -10
- package/lib/ecology/OrganicNonGMO.js +0 -7
- package/lib/ecology/PlantGrowthOrganicFertilizer.js +0 -14
- package/lib/ecology/Pollution.js +0 -14
- package/lib/ecology/Recycling.js +0 -12
- package/lib/ecology/RenewableEnergy.js +0 -21
- package/lib/ecology/Seasons.js +0 -4
- package/lib/ecology/WaterProtection.js +0 -8
- package/lib/ecology/WildlifeProtection.js +0 -4
- package/lib/emails/Drawers.js +0 -13
- package/lib/emails/EmailActions.js +0 -40
- package/lib/emails/Envelopes.js +0 -7
- package/lib/emails/Mailbox.js +0 -5
- package/lib/emails/ReadEmail.js +0 -11
- package/lib/emails/SendEmail.js +0 -9
- package/lib/emails/Stamps.js +0 -5
- package/lib/entertainment-events-hobbies/AmusementParks.js +0 -12
- package/lib/entertainment-events-hobbies/BrainBoardGames.js +0 -17
- package/lib/entertainment-events-hobbies/CardGames.js +0 -10
- package/lib/entertainment-events-hobbies/Casino.js +0 -25
- package/lib/entertainment-events-hobbies/Circus.js +0 -7
- package/lib/entertainment-events-hobbies/ConcertsNightClubs.js +0 -10
- package/lib/entertainment-events-hobbies/Crafts.js +0 -11
- package/lib/entertainment-events-hobbies/FarmersMarket.js +0 -2
- package/lib/entertainment-events-hobbies/Fireworks.js +0 -4
- package/lib/entertainment-events-hobbies/Movies.js +0 -8
- package/lib/entertainment-events-hobbies/MuseumExhibitions.js +0 -4
- package/lib/entertainment-events-hobbies/Party.js +0 -15
- package/lib/entertainment-events-hobbies/ShowTheater.js +0 -11
- package/lib/entertainment-events-hobbies/Ticketing.js +0 -6
- package/lib/family-babies-kids/Babies.js +0 -11
- package/lib/family-babies-kids/BabyCare.js +0 -10
- package/lib/family-babies-kids/EducationalToys.js +0 -7
- package/lib/family-babies-kids/Family.js +0 -12
- package/lib/family-babies-kids/OutdoorActivities.js +0 -7
- package/lib/family-babies-kids/Toys.js +0 -26
- package/lib/files-folders/CommonFiles.js +0 -74
- package/lib/files-folders/FilesCopyright.js +0 -8
- package/lib/files-folders/Folders.js +0 -90
- package/lib/files-folders/ZippedFiles.js +0 -27
- package/lib/food-drinks/AnimalProducts.js +0 -7
- package/lib/food-drinks/Appliances.js +0 -15
- package/lib/food-drinks/AsianFood.js +0 -7
- package/lib/food-drinks/Barbeque.js +0 -7
- package/lib/food-drinks/Beer.js +0 -6
- package/lib/food-drinks/Bread.js +0 -9
- package/lib/food-drinks/Breakfast.js +0 -9
- package/lib/food-drinks/CakesCandies.js +0 -17
- package/lib/food-drinks/ChampagneSpirits.js +0 -8
- package/lib/food-drinks/ChefGear.js +0 -18
- package/lib/food-drinks/Cocktails.js +0 -6
- package/lib/food-drinks/Coffee.js +0 -19
- package/lib/food-drinks/EatingRestaurant.js +0 -9
- package/lib/food-drinks/ExoticFood.js +0 -9
- package/lib/food-drinks/FastFood.js +0 -12
- package/lib/food-drinks/FreezerCookingTemperatures.js +0 -5
- package/lib/food-drinks/Fruits.js +0 -15
- package/lib/food-drinks/IceCream.js +0 -10
- package/lib/food-drinks/Kitchenware.js +0 -24
- package/lib/food-drinks/Knives.js +0 -4
- package/lib/food-drinks/Milk.js +0 -2
- package/lib/food-drinks/PastaMeals.js +0 -7
- package/lib/food-drinks/Seafood.js +0 -8
- package/lib/food-drinks/Seasoning.js +0 -5
- package/lib/food-drinks/SoftDrinks.js +0 -11
- package/lib/food-drinks/Stove.js +0 -9
- package/lib/food-drinks/Teas.js +0 -9
- package/lib/food-drinks/Tools.js +0 -4
- package/lib/food-drinks/Vegetables.js +0 -11
- package/lib/food-drinks/Water.js +0 -12
- package/lib/food-drinks/Wine.js +0 -7
- package/lib/furnitures-decoration/Armchairs.js +0 -8
- package/lib/furnitures-decoration/AsianInteriors.js +0 -11
- package/lib/furnitures-decoration/Beds.js +0 -4
- package/lib/furnitures-decoration/ChairsStools.js +0 -11
- package/lib/furnitures-decoration/Consoles.js +0 -4
- package/lib/furnitures-decoration/Decoration.js +0 -11
- package/lib/furnitures-decoration/DressersDrawers.js +0 -13
- package/lib/furnitures-decoration/Dressing.js +0 -7
- package/lib/furnitures-decoration/Fireplaces.js +0 -2
- package/lib/furnitures-decoration/Kitchen.js +0 -7
- package/lib/furnitures-decoration/NightStands.js +0 -3
- package/lib/furnitures-decoration/Shelves.js +0 -6
- package/lib/furnitures-decoration/SofasBenches.js +0 -5
- package/lib/furnitures-decoration/Stairs.js +0 -2
- package/lib/furnitures-decoration/SteampunkDecoration.js +0 -3
- package/lib/furnitures-decoration/Tables.js +0 -6
- package/lib/health-beauty/Ambulance.js +0 -5
- package/lib/health-beauty/BandagesCasts.js +0 -7
- package/lib/health-beauty/BeardShaving.js +0 -6
- package/lib/health-beauty/Blood.js +0 -10
- package/lib/health-beauty/BodyCare.js +0 -15
- package/lib/health-beauty/Brain.js +0 -4
- package/lib/health-beauty/Dentistry.js +0 -13
- package/lib/health-beauty/Dietetics.js +0 -4
- package/lib/health-beauty/DrugsMedication.js +0 -11
- package/lib/health-beauty/FertilityPregnancy.js +0 -7
- package/lib/health-beauty/Hair.js +0 -3
- package/lib/health-beauty/HairDress.js +0 -10
- package/lib/health-beauty/Hospital.js +0 -9
- package/lib/health-beauty/HospitalBedrooms.js +0 -4
- package/lib/health-beauty/InsuranceProtection.js +0 -7
- package/lib/health-beauty/Laboratory.js +0 -3
- package/lib/health-beauty/LaboratoryTests.js +0 -6
- package/lib/health-beauty/MakeUp.js +0 -13
- package/lib/health-beauty/MedicalApps.js +0 -7
- package/lib/health-beauty/MedicalConditions.js +0 -6
- package/lib/health-beauty/MedicalFiles.js +0 -3
- package/lib/health-beauty/MedicalInstruments.js +0 -14
- package/lib/health-beauty/MedicalNanobots.js +0 -8
- package/lib/health-beauty/MedicalPersonnel.js +0 -4
- package/lib/health-beauty/MedicalSpecialities.js +0 -23
- package/lib/health-beauty/MedicalSymbols.js +0 -4
- package/lib/health-beauty/MedicalTechnologicAdvances.js +0 -5
- package/lib/health-beauty/Monitoring.js +0 -8
- package/lib/health-beauty/RadiologyScanner.js +0 -6
- package/lib/health-beauty/Transfusions.js +0 -5
- package/lib/health-beauty/WaitingRoomAppointments.js +0 -3
- package/lib/holidays/ChristmasNewYear.js +0 -31
- package/lib/holidays/Easter.js +0 -5
- package/lib/holidays/Halloween.js +0 -19
- package/lib/hotels-spas/ACHeating.js +0 -5
- package/lib/hotels-spas/Bathroom.js +0 -15
- package/lib/hotels-spas/GarageParking.js +0 -7
- package/lib/hotels-spas/HotelBedrooms.js +0 -18
- package/lib/hotels-spas/RatingReviews.js +0 -4
- package/lib/hotels-spas/Reception.js +0 -7
- package/lib/hotels-spas/RoomService.js +0 -12
- package/lib/hotels-spas/Sauna.js +0 -5
- package/lib/hotels-spas/Spas.js +0 -15
- package/lib/hotels-spas/TV.js +0 -4
- package/lib/images-photography/Accessories.js +0 -8
- package/lib/images-photography/CameraSettings.js +0 -6
- package/lib/images-photography/Cameras.js +0 -12
- package/lib/images-photography/Composition.js +0 -28
- package/lib/images-photography/Focus.js +0 -21
- package/lib/images-photography/ImageFiles.js +0 -58
- package/lib/images-photography/Lenses.js +0 -7
- package/lib/images-photography/LightModes.js +0 -30
- package/lib/images-photography/Lights.js +0 -7
- package/lib/images-photography/Masks.js +0 -18
- package/lib/images-photography/ModernCameras.js +0 -3
- package/lib/images-photography/Pictures.js +0 -17
- package/lib/images-photography/PicturesFrames.js +0 -4
- package/lib/images-photography/RetouchingEnchancing.js +0 -9
- package/lib/images-photography/TakingPictures.js +0 -8
- package/lib/images-photography/Timer.js +0 -4
- package/lib/images-photography/TransferingPictures.js +0 -2
- package/lib/images-photography/VintageCameras.js +0 -5
- package/lib/interface-essential/Alert.js +0 -16
- package/lib/interface-essential/Alerts.js +0 -10
- package/lib/interface-essential/CellFormating.js +0 -9
- package/lib/interface-essential/Connect.js +0 -3
- package/lib/interface-essential/Controls.js +0 -26
- package/lib/interface-essential/CopyPaste.js +0 -4
- package/lib/interface-essential/Dashboard.js +0 -11
- package/lib/interface-essential/DateCalendar.js +0 -39
- package/lib/interface-essential/Delete.js +0 -16
- package/lib/interface-essential/Edit.js +0 -17
- package/lib/interface-essential/ExpandRetract.js +0 -18
- package/lib/interface-essential/FaceID.js +0 -13
- package/lib/interface-essential/Filter.js +0 -4
- package/lib/interface-essential/Flip.js +0 -4
- package/lib/interface-essential/FormEdition.js +0 -13
- package/lib/interface-essential/FormValidation.js +0 -29
- package/lib/interface-essential/Help.js +0 -13
- package/lib/interface-essential/HierachyOrganization.js +0 -13
- package/lib/interface-essential/Home.js +0 -14
- package/lib/interface-essential/IrisScan.js +0 -10
- package/lib/interface-essential/Keyboard.js +0 -39
- package/lib/interface-essential/KeyboardID.js +0 -4
- package/lib/interface-essential/Layouts.js +0 -24
- package/lib/interface-essential/LinkUnlink.js +0 -10
- package/lib/interface-essential/Lists.js +0 -6
- package/lib/interface-essential/Loading.js +0 -11
- package/lib/interface-essential/LockUnlock.js +0 -30
- package/lib/interface-essential/LoginLogout.js +0 -19
- package/lib/interface-essential/Menu.js +0 -13
- package/lib/interface-essential/Move.js +0 -40
- package/lib/interface-essential/MultimediaControls.js +0 -35
- package/lib/interface-essential/Navigate.js +0 -46
- package/lib/interface-essential/OnOff.js +0 -6
- package/lib/interface-essential/Paginate.js +0 -42
- package/lib/interface-essential/Paragraphs.js +0 -31
- package/lib/interface-essential/Password.js +0 -19
- package/lib/interface-essential/Pin.js +0 -3
- package/lib/interface-essential/Print.js +0 -2
- package/lib/interface-essential/RemoveAdd.js +0 -37
- package/lib/interface-essential/Resize.js +0 -20
- package/lib/interface-essential/Search.js +0 -11
- package/lib/interface-essential/Select.js +0 -44
- package/lib/interface-essential/Settings.js +0 -33
- package/lib/interface-essential/Share.js +0 -14
- package/lib/interface-essential/Stats.js +0 -7
- package/lib/interface-essential/Synchronize.js +0 -15
- package/lib/interface-essential/TagsBookmarks.js +0 -46
- package/lib/interface-essential/TextFormating.js +0 -33
- package/lib/interface-essential/TextOptions.js +0 -9
- package/lib/interface-essential/Time.js +0 -30
- package/lib/interface-essential/TimeFiles.js +0 -24
- package/lib/interface-essential/TouchGestures.js +0 -75
- package/lib/interface-essential/TouchID.js +0 -20
- package/lib/interface-essential/View.js +0 -9
- package/lib/interface-essential/VoiceID.js +0 -6
- package/lib/interface-essential/Wireless.js +0 -8
- package/lib/interface-essential/Zoom.js +0 -8
- package/lib/internet-networks-servers/Bluetooth.js +0 -4
- package/lib/internet-networks-servers/Cloud.js +0 -41
- package/lib/internet-networks-servers/DataTransfer.js +0 -15
- package/lib/internet-networks-servers/Network.js +0 -27
- package/lib/internet-networks-servers/Servers.js +0 -50
- package/lib/internet-networks-servers/UploadDownload.js +0 -45
- package/lib/internet-networks-servers/Wifi.js +0 -25
- package/lib/internet-networks-servers/Wireless.js +0 -9
- package/lib/internet-networks-servers/WorldwideWeb.js +0 -30
- package/lib/lamps-lights-fire/CeilingLamps.js +0 -9
- package/lib/lamps-lights-fire/LightBubbles.js +0 -6
- package/lib/lamps-lights-fire/LighterMatchesCandles.js +0 -10
- package/lib/lamps-lights-fire/SmartLighting.js +0 -5
- package/lib/lamps-lights-fire/StandingLamps.js +0 -3
- package/lib/lamps-lights-fire/TableLamps.js +0 -11
- package/lib/landmarks/Bridges.js +0 -4
- package/lib/landmarks/HistoricalBuildings.js +0 -4
- package/lib/landmarks/LandmarksAsiaAustralia.js +0 -19
- package/lib/landmarks/LandmarksEurope.js +0 -23
- package/lib/landmarks/LandmarksMiddleEastIndia.js +0 -5
- package/lib/landmarks/LandmarksTheAmericas.js +0 -11
- package/lib/landmarks/OfficialBuildings.js +0 -4
- package/lib/landmarks/Parks.js +0 -4
- package/lib/landmarks/VariousBuildings.js +0 -9
- package/lib/logos/Advertising.js +0 -1
- package/lib/logos/BlogNewsFeed.js +0 -12
- package/lib/logos/DesignersCommunities.js +0 -9
- package/lib/logos/DeveloperCommunities.js +0 -4
- package/lib/logos/ECommerce.js +0 -7
- package/lib/logos/InternetProtocol.js +0 -1
- package/lib/logos/MailingServices.js +0 -1
- package/lib/logos/MessagingVideoMeetings.js +0 -18
- package/lib/logos/Music.js +0 -10
- package/lib/logos/OSSystems.js +0 -5
- package/lib/logos/OnlineReading.js +0 -5
- package/lib/logos/Payment.js +0 -3
- package/lib/logos/PhotosImages.js +0 -11
- package/lib/logos/ProfessionalNetworks.js +0 -3
- package/lib/logos/ProfessionalTools.js +0 -6
- package/lib/logos/QA.js +0 -1
- package/lib/logos/SearchEngines.js +0 -5
- package/lib/logos/SocialBookmarking.js +0 -7
- package/lib/logos/SocialMedias.js +0 -51
- package/lib/logos/Statistics.js +0 -2
- package/lib/logos/Technology.js +0 -2
- package/lib/logos/Travel.js +0 -1
- package/lib/logos/VideoGames.js +0 -2
- package/lib/logos/Videos.js +0 -8
- package/lib/logos/WebServices.js +0 -9
- package/lib/maps-navigation/AddRemoveFavorites.js +0 -10
- package/lib/maps-navigation/Compass.js +0 -12
- package/lib/maps-navigation/Earth.js +0 -29
- package/lib/maps-navigation/Location.js +0 -4
- package/lib/maps-navigation/Maps.js +0 -6
- package/lib/maps-navigation/Pins.js +0 -17
- package/lib/maps-navigation/PinsStyleOne.js +0 -31
- package/lib/maps-navigation/PinsStyleThree.js +0 -221
- package/lib/maps-navigation/PinsStyleTwo.js +0 -31
- package/lib/maps-navigation/ShareLocation.js +0 -2
- package/lib/maps-navigation/SignShapes.js +0 -12
- package/lib/maps-navigation/SyncLocation.js +0 -2
- package/lib/maps-navigation/Trip.js +0 -8
- package/lib/messages-chat-smileys/Conversation.js +0 -25
- package/lib/messages-chat-smileys/MessagesPeople.js +0 -42
- package/lib/messages-chat-smileys/MessagesSpeechBubbles.js +0 -64
- package/lib/messages-chat-smileys/SignalFlags.js +0 -3
- package/lib/messages-chat-smileys/Smileys.js +0 -210
- package/lib/money-payments-finance/AccountingBilling.js +0 -10
- package/lib/money-payments-finance/CashPayments.js +0 -16
- package/lib/money-payments-finance/CheckPayments.js +0 -4
- package/lib/money-payments-finance/CreditCardPayments.js +0 -28
- package/lib/money-payments-finance/CryptoCurrencies.js +0 -44
- package/lib/money-payments-finance/Currencies.js +0 -31
- package/lib/money-payments-finance/FinanceSavings.js +0 -23
- package/lib/money-payments-finance/ModernPayments.js +0 -11
- package/lib/money-payments-finance/Money.js +0 -18
- package/lib/money-payments-finance/Wealth.js +0 -8
- package/lib/music-audio/AudioFiles.js +0 -51
- package/lib/music-audio/AudioSystemEqualizer.js +0 -5
- package/lib/music-audio/CDPlayer.js +0 -6
- package/lib/music-audio/EarpodsAirpods.js +0 -17
- package/lib/music-audio/Headphones.js +0 -12
- package/lib/music-audio/IPodDigitalPlayers.js +0 -10
- package/lib/music-audio/Microphone.js +0 -13
- package/lib/music-audio/ModernMusic.js +0 -10
- package/lib/music-audio/Music.js +0 -12
- package/lib/music-audio/MusicGenres.js +0 -22
- package/lib/music-audio/MusicInstruments.js +0 -27
- package/lib/music-audio/Playlists.js +0 -31
- package/lib/music-audio/Podcasts.js +0 -8
- package/lib/music-audio/Radios.js +0 -8
- package/lib/music-audio/Speakers.js +0 -7
- package/lib/music-audio/VinylRecords.js +0 -6
- package/lib/music-audio/VolumeControls.js +0 -25
- package/lib/music-audio/WalkmanTapes.js +0 -6
- package/lib/nature-farming/AgriculturalMachinery.js +0 -20
- package/lib/nature-farming/Farming.js +0 -19
- package/lib/nature-farming/Flowers.js +0 -7
- package/lib/nature-farming/Gardening.js +0 -22
- package/lib/nature-farming/Outdoors.js +0 -11
- package/lib/nature-farming/Plants.js +0 -17
- package/lib/nature-farming/Trees.js +0 -12
- package/lib/outdoors-recreation/Beach.js +0 -10
- package/lib/outdoors-recreation/Camping.js +0 -12
- package/lib/outdoors-recreation/Canoe.js +0 -9
- package/lib/outdoors-recreation/Diving.js +0 -8
- package/lib/outdoors-recreation/Fishing.js +0 -8
- package/lib/outdoors-recreation/LandmarksViewPoints.js +0 -5
- package/lib/outdoors-recreation/NauticalSports.js +0 -7
- package/lib/outdoors-recreation/OutdoorParks.js +0 -35
- package/lib/outdoors-recreation/Sailing.js +0 -9
- package/lib/outdoors-recreation/Trekking.js +0 -7
- package/lib/pets-animals/Amphibians.js +0 -7
- package/lib/pets-animals/AnimalPrints.js +0 -9
- package/lib/pets-animals/Apes.js +0 -5
- package/lib/pets-animals/Bears.js +0 -5
- package/lib/pets-animals/Birds.js +0 -8
- package/lib/pets-animals/Cats.js +0 -25
- package/lib/pets-animals/ChickenDucks.js +0 -15
- package/lib/pets-animals/Deers.js +0 -14
- package/lib/pets-animals/Dogs.js +0 -22
- package/lib/pets-animals/ElephantsRhinoceros.js +0 -10
- package/lib/pets-animals/Fish.js +0 -3
- package/lib/pets-animals/FlyingInsects.js +0 -18
- package/lib/pets-animals/Girafe.js +0 -4
- package/lib/pets-animals/Insects.js +0 -17
- package/lib/pets-animals/Jellyfish.js +0 -4
- package/lib/pets-animals/Koala.js +0 -4
- package/lib/pets-animals/LionTigers.js +0 -11
- package/lib/pets-animals/Livestock.js +0 -13
- package/lib/pets-animals/MarineMammals.js +0 -14
- package/lib/pets-animals/MiceRats.js +0 -10
- package/lib/pets-animals/OctopusSquids.js +0 -4
- package/lib/pets-animals/Peacocks.js +0 -5
- package/lib/pets-animals/Pets.js +0 -19
- package/lib/pets-animals/PetsTracking.js +0 -11
- package/lib/pets-animals/Rabbit.js +0 -6
- package/lib/pets-animals/Reptiles.js +0 -9
- package/lib/pets-animals/Rodents.js +0 -8
- package/lib/pets-animals/SharksSportFish.js +0 -8
- package/lib/pets-animals/Shellfish.js +0 -3
- package/lib/pets-animals/Shells.js +0 -4
- package/lib/pets-animals/Snails.js +0 -2
- package/lib/pets-animals/Spiders.js +0 -4
- package/lib/pets-animals/Swans.js +0 -4
- package/lib/pets-animals/VariousFish.js +0 -5
- package/lib/pets-animals/VariousMammals.js +0 -10
- package/lib/pets-animals/Whales.js +0 -5
- package/lib/pets-animals/WildBirds.js +0 -22
- package/lib/pets-animals/WolvesFoxes.js +0 -13
- package/lib/phones-mobile-devices/BluetoothWifi.js +0 -5
- package/lib/phones-mobile-devices/CellularNetwork.js +0 -8
- package/lib/phones-mobile-devices/ChargingBattery.js +0 -24
- package/lib/phones-mobile-devices/ConnectDevices.js +0 -2
- package/lib/phones-mobile-devices/ContentActions.js +0 -86
- package/lib/phones-mobile-devices/FaxAnswerMachine.js +0 -3
- package/lib/phones-mobile-devices/ForbidenBroken.js +0 -2
- package/lib/phones-mobile-devices/ForceTouchSqueezableGestures.js +0 -8
- package/lib/phones-mobile-devices/MobilePhones.js +0 -14
- package/lib/phones-mobile-devices/Phone.js +0 -12
- package/lib/phones-mobile-devices/PhoneActions.js +0 -49
- package/lib/phones-mobile-devices/PhoneCameraSelfies.js +0 -8
- package/lib/phones-mobile-devices/QRCode.js +0 -2
- package/lib/phones-mobile-devices/RotateScrollExpand.js +0 -7
- package/lib/phones-mobile-devices/SIMCard.js +0 -3
- package/lib/phones-mobile-devices/Signal.js +0 -6
- package/lib/phones-mobile-devices/Vibrate.js +0 -2
- package/lib/programing-apps-websites/AndroidApps.js +0 -6
- package/lib/programing-apps-websites/Apps.js +0 -89
- package/lib/programing-apps-websites/BugSecurity.js +0 -25
- package/lib/programing-apps-websites/CodingFiles.js +0 -142
- package/lib/programing-apps-websites/Databases.js +0 -61
- package/lib/programing-apps-websites/LearningPrograming.js +0 -3
- package/lib/programing-apps-websites/PluginsModules.js +0 -12
- package/lib/programing-apps-websites/Programing.js +0 -25
- package/lib/programing-apps-websites/ProgramingLanguages.js +0 -9
- package/lib/programing-apps-websites/ResponsiveDesign.js +0 -10
- package/lib/programing-apps-websites/UIComponents.js +0 -21
- package/lib/programing-apps-websites/WebsiteDevelopment.js +0 -18
- package/lib/real-estate/ActionsBuildings.js +0 -23
- package/lib/real-estate/ActionsHouses.js +0 -24
- package/lib/real-estate/Advertising.js +0 -3
- package/lib/real-estate/AppsWebsites.js +0 -8
- package/lib/real-estate/Deals.js +0 -8
- package/lib/real-estate/Favorites.js +0 -11
- package/lib/real-estate/InsuranceProtection.js +0 -6
- package/lib/real-estate/Location.js +0 -3
- package/lib/real-estate/MapsDimensions.js +0 -8
- package/lib/real-estate/Market.js +0 -13
- package/lib/real-estate/RealEstate.js +0 -25
- package/lib/real-estate/Search.js +0 -4
- package/lib/real-estate/Settings.js +0 -7
- package/lib/real-estate/Signs.js +0 -17
- package/lib/real-estate/Update.js +0 -3
- package/lib/romance/BreakupDivorce.js +0 -9
- package/lib/romance/Couples.js +0 -15
- package/lib/romance/Dating.js +0 -17
- package/lib/romance/Engagement.js +0 -5
- package/lib/romance/Love.js +0 -25
- package/lib/romance/LoveGifts.js +0 -6
- package/lib/romance/Wedding.js +0 -17
- package/lib/school-learning/AudioBooks.js +0 -17
- package/lib/school-learning/ELearning.js +0 -9
- package/lib/school-learning/LibraryReading.js +0 -22
- package/lib/school-learning/School.js +0 -32
- package/lib/school-learning/StudyingLearning.js +0 -9
- package/lib/science/Astronomy.js +0 -12
- package/lib/science/LabsExperiments.js +0 -10
- package/lib/science/Science.js +0 -25
- package/lib/science/ScienceFiction.js +0 -6
- package/lib/science/SpaceExploration.js +0 -17
- package/lib/shipping-delivery/Delivery.js +0 -20
- package/lib/shipping-delivery/OverseasShipment.js +0 -13
- package/lib/shipping-delivery/Shipment.js +0 -24
- package/lib/shipping-delivery/ShipmentManagement.js +0 -23
- package/lib/shipping-delivery/WarehouseFullfiment.js +0 -22
- package/lib/shopping-ecommerce/Baskets.js +0 -28
- package/lib/shopping-ecommerce/Carts.js +0 -23
- package/lib/shopping-ecommerce/DiscountCoupons.js +0 -14
- package/lib/shopping-ecommerce/ECommerce.js +0 -24
- package/lib/shopping-ecommerce/MobileShopping.js +0 -10
- package/lib/shopping-ecommerce/Products.js +0 -11
- package/lib/shopping-ecommerce/Receipts.js +0 -9
- package/lib/shopping-ecommerce/ShoppingBags.js +0 -22
- package/lib/shopping-ecommerce/Shops.js +0 -28
- package/lib/shopping-ecommerce/TagsCodes.js +0 -17
- package/lib/social-medias-rewards-rating/Certified.js +0 -8
- package/lib/social-medias-rewards-rating/Flags.js +0 -18
- package/lib/social-medias-rewards-rating/Gaming.js +0 -14
- package/lib/social-medias-rewards-rating/Gifts.js +0 -5
- package/lib/social-medias-rewards-rating/Likes.js +0 -25
- package/lib/social-medias-rewards-rating/LoveIt.js +0 -29
- package/lib/social-medias-rewards-rating/Mood.js +0 -11
- package/lib/social-medias-rewards-rating/Ranking.js +0 -10
- package/lib/social-medias-rewards-rating/Rating.js +0 -28
- package/lib/social-medias-rewards-rating/RewardsAwards.js +0 -26
- package/lib/social-medias-rewards-rating/SocialProfile.js +0 -6
- package/lib/social-medias-rewards-rating/Trends.js +0 -7
- package/lib/social-medias-rewards-rating/VIPTopUsers.js +0 -10
- package/lib/sports/Archery.js +0 -3
- package/lib/sports/Athletics.js +0 -10
- package/lib/sports/BaseballBallGames.js +0 -9
- package/lib/sports/BasketballVolleyball.js +0 -6
- package/lib/sports/Biking.js +0 -5
- package/lib/sports/Bowling.js +0 -3
- package/lib/sports/Boxing.js +0 -7
- package/lib/sports/ClimbingSpeleology.js +0 -3
- package/lib/sports/Dancing.js +0 -2
- package/lib/sports/Fitness.js +0 -25
- package/lib/sports/Golf.js +0 -8
- package/lib/sports/Gymnastics.js +0 -15
- package/lib/sports/MatrialArts.js +0 -10
- package/lib/sports/OlympicsParalympicsGames.js +0 -16
- package/lib/sports/Pool.js +0 -6
- package/lib/sports/RugbyAmericanFootball.js +0 -7
- package/lib/sports/Shooting.js +0 -5
- package/lib/sports/SkateboardRollerblades.js +0 -7
- package/lib/sports/Skiing.js +0 -16
- package/lib/sports/Soccer.js +0 -8
- package/lib/sports/Swimming.js +0 -8
- package/lib/sports/TennisBadminton.js +0 -13
- package/lib/sports/VariousSports.js +0 -5
- package/lib/sports/YogaStretching.js +0 -16
- package/lib/technology/3DPrinting.js +0 -28
- package/lib/technology/ArtificialIntelligence.js +0 -9
- package/lib/technology/AutomatedTranslation.js +0 -5
- package/lib/technology/Beacons.js +0 -10
- package/lib/technology/Drones.js +0 -13
- package/lib/technology/FutureTechs.js +0 -16
- package/lib/technology/SmartHouse.js +0 -30
- package/lib/technology/VirtualReality.js +0 -23
- package/lib/tools-constructions/ClampsJacks.js +0 -6
- package/lib/tools-constructions/Equipment.js +0 -7
- package/lib/tools-constructions/Hardware.js +0 -12
- package/lib/tools-constructions/Materials.js +0 -7
- package/lib/tools-constructions/MeasuresLevels.js +0 -6
- package/lib/tools-constructions/PowerTools.js +0 -6
- package/lib/tools-constructions/Safety.js +0 -5
- package/lib/tools-constructions/Tools.js +0 -36
- package/lib/transportation/AdventureCars.js +0 -10
- package/lib/transportation/Aircraft.js +0 -17
- package/lib/transportation/AutonomusCars.js +0 -7
- package/lib/transportation/Bicycles.js +0 -8
- package/lib/transportation/Bus.js +0 -8
- package/lib/transportation/CarActions.js +0 -14
- package/lib/transportation/CarInsurance.js +0 -2
- package/lib/transportation/Cars.js +0 -20
- package/lib/transportation/DashboardSymbols.js +0 -19
- package/lib/transportation/GarageRepairs.js +0 -18
- package/lib/transportation/Gas.js +0 -4
- package/lib/transportation/Navigation.js +0 -7
- package/lib/transportation/Parking.js +0 -4
- package/lib/transportation/PublicServices.js +0 -7
- package/lib/transportation/Railroad.js +0 -12
- package/lib/transportation/RoadsLights.js +0 -9
- package/lib/transportation/ScootersBikes.js +0 -5
- package/lib/transportation/SeaTransportation.js +0 -15
- package/lib/transportation/Segway.js +0 -4
- package/lib/transportation/Signs.js +0 -296
- package/lib/transportation/SportsCars.js +0 -7
- package/lib/transportation/Taxi.js +0 -9
- package/lib/transportation/ToolsComponents.js +0 -12
- package/lib/transportation/TransportationTicketsTransfers.js +0 -23
- package/lib/transportation/Trucks.js +0 -11
- package/lib/transportation/Various.js +0 -5
- package/lib/transportation/VintageCars.js +0 -12
- package/lib/travel/Airport.js +0 -4
- package/lib/travel/Baggage.js +0 -20
- package/lib/travel/Passports.js +0 -4
- package/lib/travel/PlanesTrip.js +0 -21
- package/lib/travel/SecurityCustoms.js +0 -11
- package/lib/travel/TicketsCheckInSchedule.js +0 -10
- package/lib/travel/TravelInsurance.js +0 -4
- package/lib/travel/TravelMetaphor.js +0 -9
- package/lib/users/GeomerticCloseUpMultipleUsers.js +0 -13
- package/lib/users/GeomerticCloseUpMultipleUsersActions.js +0 -49
- package/lib/users/GeomerticCloseUpSingleUserActionsNeutral.js +0 -50
- package/lib/users/GeomerticCloseUpSingleUserMan.js +0 -15
- package/lib/users/GeomerticCloseUpSingleUserNeutral.js +0 -21
- package/lib/users/GeomerticCloseUpSingleUserWoman.js +0 -15
- package/lib/users/GeomerticCloseUpSingleUsersActionsMan.js +0 -50
- package/lib/users/GeomerticCloseUpSingleUsersActionsWoman.js +0 -50
- package/lib/users/GeometricFullBodyGenderSymbols.js +0 -8
- package/lib/users/GeometricFullBodyMultipleUsers.js +0 -14
- package/lib/users/GeometricFullBodyMultipleUsersActions.js +0 -48
- package/lib/users/GeometricFullBodySingleUserActionsMan.js +0 -48
- package/lib/users/GeometricFullBodySingleUserActionsNeutral.js +0 -50
- package/lib/users/GeometricFullBodySingleUserActionsWoman.js +0 -50
- package/lib/users/GeometricFullBodySingleUserMan.js +0 -25
- package/lib/users/GeometricFullBodySingleUserNeutral.js +0 -32
- package/lib/users/GeometricFullBodySingleUserWoman.js +0 -25
- package/lib/users/NaturalCloseUpMultipleUsers.js +0 -8
- package/lib/users/NaturalCloseUpMultipleUsersActions.js +0 -48
- package/lib/users/NaturalCloseUpSingleUserActionsMan.js +0 -49
- package/lib/users/NaturalCloseUpSingleUserActionsNeutral.js +0 -50
- package/lib/users/NaturalCloseUpSingleUserActionsWoman.js +0 -50
- package/lib/users/NaturalCloseUpSingleUserMan.js +0 -15
- package/lib/users/NaturalCloseUpSingleUserNeutral.js +0 -21
- package/lib/users/NaturalCloseUpSingleUserWoman.js +0 -15
- package/lib/video-games/FamousCharacters.js +0 -30
- package/lib/video-games/FamousVideoGames.js +0 -56
- package/lib/video-games/VideoGamesControl.js +0 -10
- package/lib/video-games/VideoGamesDevices.js +0 -13
- package/lib/video-games/VideoGamesLogos.js +0 -18
- package/lib/video-movies-t-v/Cameras.js +0 -5
- package/lib/video-movies-t-v/Controls.js +0 -26
- package/lib/video-movies-t-v/ModernTV.js +0 -17
- package/lib/video-movies-t-v/Movies.js +0 -10
- package/lib/video-movies-t-v/VideoEdition.js +0 -18
- package/lib/video-movies-t-v/VideoFiles.js +0 -57
- package/lib/video-movies-t-v/VideoPlayers.js +0 -24
- package/lib/video-movies-t-v/VintageTV.js +0 -6
- package/lib/wayfinding/Allowances.js +0 -15
- package/lib/wayfinding/Cleaning.js +0 -11
- package/lib/wayfinding/CloakLockersRoom.js +0 -9
- package/lib/wayfinding/Disability.js +0 -34
- package/lib/wayfinding/Escalators.js +0 -6
- package/lib/wayfinding/Family.js +0 -11
- package/lib/wayfinding/Garbages.js +0 -4
- package/lib/wayfinding/InformationDesk.js +0 -7
- package/lib/wayfinding/Laundry.js +0 -8
- package/lib/wayfinding/Lifts.js +0 -4
- package/lib/wayfinding/MovingWalkway.js +0 -2
- package/lib/wayfinding/Safety.js +0 -40
- package/lib/wayfinding/Seats.js +0 -5
- package/lib/wayfinding/Stairs.js +0 -6
- package/lib/wayfinding/SwimmingPool.js +0 -3
- package/lib/wayfinding/Tickets.js +0 -19
- package/lib/wayfinding/Toilets.js +0 -12
- package/lib/wayfinding/WaitingRoom.js +0 -4
- package/lib/wayfinding/Walking.js +0 -6
- package/lib/wayfinding/WaterFountain.js +0 -6
- package/lib/weather/DayNight.js +0 -18
- package/lib/weather/Humidity.js +0 -2
- package/lib/weather/IceSnow.js +0 -4
- package/lib/weather/NaturalDisasters.js +0 -20
- package/lib/weather/Rain.js +0 -8
- package/lib/weather/Temperatures.js +0 -25
- package/lib/weather/UV.js +0 -8
- package/lib/weather/Visibility.js +0 -4
- package/lib/weather/Weather.js +0 -42
- package/lib/weather/WeatherApps.js +0 -10
- package/lib/weather/Wind.js +0 -7
- package/lib/work-office-companies/HumanResources.js +0 -31
- package/lib/work-office-companies/IdeasCreativity.js +0 -15
- package/lib/work-office-companies/JobSearchRecruiting.js +0 -8
- package/lib/work-office-companies/Legal.js +0 -5
- package/lib/work-office-companies/MeetingsCollaboration.js +0 -17
- package/lib/work-office-companies/Office.js +0 -27
- package/lib/work-office-companies/OfficeFiles.js +0 -45
- package/lib/work-office-companies/Presentations.js +0 -26
- package/lib/work-office-companies/Tasks.js +0 -40
- package/lib/work-office-companies/VideoMeetings.js +0 -30
- package/lib/work-office-companies/WorkOffice.js +0 -14
|
@@ -0,0 +1,727 @@
|
|
|
1
|
+
export var Casino777SlotMachine = ["casino-777-slot-machine", 24, 24, [{
|
|
2
|
+
"fill": "#000000",
|
|
3
|
+
"stroke": "none",
|
|
4
|
+
"stroke-linecap": "round",
|
|
5
|
+
"stroke-linejoin": "round",
|
|
6
|
+
"stroke-width": 0
|
|
7
|
+
}, {
|
|
8
|
+
"fill": "#000000",
|
|
9
|
+
"stroke": "none",
|
|
10
|
+
"stroke-linecap": "round",
|
|
11
|
+
"stroke-linejoin": "round",
|
|
12
|
+
"stroke-width": 0
|
|
13
|
+
}, {
|
|
14
|
+
"fill": "#000000",
|
|
15
|
+
"stroke": "none",
|
|
16
|
+
"stroke-linecap": "round",
|
|
17
|
+
"stroke-linejoin": "round",
|
|
18
|
+
"stroke-width": 0
|
|
19
|
+
}, {
|
|
20
|
+
"fill": "#000000",
|
|
21
|
+
"stroke": "none",
|
|
22
|
+
"stroke-linecap": "round",
|
|
23
|
+
"stroke-linejoin": "round",
|
|
24
|
+
"stroke-width": 0
|
|
25
|
+
}, {
|
|
26
|
+
"fill": "#000000",
|
|
27
|
+
"stroke": "none",
|
|
28
|
+
"stroke-linecap": "round",
|
|
29
|
+
"stroke-linejoin": "round",
|
|
30
|
+
"stroke-width": 0
|
|
31
|
+
}], ["M3.265,4a.505.505,0,0,1-.393-.82,8.5,8.5,0,0,1,13.256,0,.505.505,0,0,1-.393.82Z", "M4,14.75A.751.751,0,0,1,3.311,13.7l.9-2.105a.25.25,0,0,0-.229-.349H3.5a.75.75,0,0,1,0-1.5h2A.75.75,0,0,1,6.189,10.8l-1.5,3.5A.749.749,0,0,1,4,14.75Z", "M9,14.75A.751.751,0,0,1,8.311,13.7l.9-2.105a.25.25,0,0,0-.229-.349H8.5a.75.75,0,0,1,0-1.5h2a.75.75,0,0,1,.689,1.046l-1.5,3.5A.749.749,0,0,1,9,14.75Z", "M14,14.75a.751.751,0,0,1-.689-1.046l.9-2.105a.25.25,0,0,0-.229-.349H13.5a.75.75,0,0,1,0-1.5h2a.75.75,0,0,1,.689,1.046l-1.5,3.5A.749.749,0,0,1,14,14.75Z", "M22,7.5a2,2,0,0,0-1.111,3.662A.25.25,0,0,1,21,11.37v5.38a2,2,0,0,1-1.714,1.98A.252.252,0,0,1,19,18.482V7a1.5,1.5,0,0,0-1.5-1.5H1.5A1.5,1.5,0,0,0,0,7V22.5A1.5,1.5,0,0,0,1.5,24h16A1.5,1.5,0,0,0,19,22.5V20.993a.25.25,0,0,1,.235-.25A4,4,0,0,0,23,16.75V11.37a.25.25,0,0,1,.111-.208A2,2,0,0,0,22,7.5ZM7.5,21.25H3a.75.75,0,0,1,0-1.5H7.5a.75.75,0,0,1,0,1.5ZM17.5,15a1,1,0,0,1-1,1H2.5a1,1,0,0,1-1-1V9.5a1,1,0,0,1,1-1h14a1,1,0,0,1,1,1Z"]];
|
|
32
|
+
export var Casino777Winner = ["casino-777-winner", 24, 24, [{
|
|
33
|
+
"fill": "#000000",
|
|
34
|
+
"stroke": "none",
|
|
35
|
+
"stroke-linecap": "round",
|
|
36
|
+
"stroke-linejoin": "round",
|
|
37
|
+
"stroke-width": 0
|
|
38
|
+
}, {
|
|
39
|
+
"fill": "#000000",
|
|
40
|
+
"stroke": "none",
|
|
41
|
+
"stroke-linecap": "round",
|
|
42
|
+
"stroke-linejoin": "round",
|
|
43
|
+
"stroke-width": 0
|
|
44
|
+
}, {
|
|
45
|
+
"fill": "#000000",
|
|
46
|
+
"stroke": "none",
|
|
47
|
+
"stroke-linecap": "round",
|
|
48
|
+
"stroke-linejoin": "round",
|
|
49
|
+
"stroke-width": 0
|
|
50
|
+
}, {
|
|
51
|
+
"fill": "#000000",
|
|
52
|
+
"stroke": "none",
|
|
53
|
+
"stroke-linecap": "round",
|
|
54
|
+
"stroke-linejoin": "round",
|
|
55
|
+
"stroke-width": 0
|
|
56
|
+
}, {
|
|
57
|
+
"fill": "#000000",
|
|
58
|
+
"stroke": "none",
|
|
59
|
+
"stroke-linecap": "round",
|
|
60
|
+
"stroke-linejoin": "round",
|
|
61
|
+
"stroke-width": 0
|
|
62
|
+
}, {
|
|
63
|
+
"fill": "#000000",
|
|
64
|
+
"stroke": "none",
|
|
65
|
+
"stroke-linecap": "round",
|
|
66
|
+
"stroke-linejoin": "round",
|
|
67
|
+
"stroke-width": 0
|
|
68
|
+
}, {
|
|
69
|
+
"fill": "#000000",
|
|
70
|
+
"stroke": "none",
|
|
71
|
+
"stroke-linecap": "round",
|
|
72
|
+
"stroke-linejoin": "round",
|
|
73
|
+
"stroke-width": 0
|
|
74
|
+
}], ["M12.691,3.5H10.5a1,1,0,0,0,0,2h.8a.25.25,0,0,1,.209.387L10.163,7.953a1,1,0,1,0,1.674,1.094s2.179-3.342,2.2-3.376a1.491,1.491,0,0,0-.065-1.458A1.509,1.509,0,0,0,12.691,3.5Z", "M6.5,3.5H4.309a1,1,0,0,0,0,2h.8a.25.25,0,0,1,.209.387L3.972,7.953A1,1,0,1,0,5.646,9.047s2.179-3.342,2.2-3.376A1.5,1.5,0,0,0,6.5,3.5Z", "M16.809,5.5h.8a.25.25,0,0,1,.209.387L16.472,7.953a.985.985,0,0,0-.141.338A.172.172,0,0,0,16.5,8.5a16.716,16.716,0,0,1,1.779.094.251.251,0,0,0,.236-.112c.368-.564,1.812-2.781,1.827-2.811A1.5,1.5,0,0,0,19,3.5H16.809a1,1,0,1,0,0,2Z", "M16.5,19.25c3,0,5.151-.826,5.929-1.625a.246.246,0,0,0,.071-.174V15.537a.25.25,0,0,0-.373-.218A12.124,12.124,0,0,1,16.5,16.5a12.124,12.124,0,0,1-5.627-1.181.25.25,0,0,0-.373.218v1.914a.246.246,0,0,0,.071.174C11.349,18.424,13.5,19.25,16.5,19.25Z", "M16.5,20.75a12.861,12.861,0,0,1-5.637-1.126.251.251,0,0,0-.363.223V21c0,1.71,2.58,3,6,3s6-1.29,6-3V19.847a.25.25,0,0,0-.363-.223A12.861,12.861,0,0,1,16.5,20.75Z", "M10.5,12.5c0,1.642,3.019,2.5,6,2.5s6-.858,6-2.5C22.5,9.217,10.5,9.217,10.5,12.5Z", "M24,2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2v9a2,2,0,0,0,2,2H8.759a.252.252,0,0,0,.25-.269,2.891,2.891,0,0,1,.225-1.381A.25.25,0,0,0,9.005,11H2.25A.25.25,0,0,1,2,10.75V2.25A.25.25,0,0,1,2.25,2h19.5a.25.25,0,0,1,.25.25V9.464a.25.25,0,0,0,.128.218,3.9,3.9,0,0,1,1.413,1.25A.25.25,0,0,0,24,10.794V2Z"]];
|
|
75
|
+
export var CasinoChipBuy = ["casino-chip-buy", 24, 24, [{
|
|
76
|
+
"fill": "#000000",
|
|
77
|
+
"stroke": "none",
|
|
78
|
+
"stroke-linecap": "round",
|
|
79
|
+
"stroke-linejoin": "round",
|
|
80
|
+
"stroke-width": 0
|
|
81
|
+
}, {
|
|
82
|
+
"fill": "#000000",
|
|
83
|
+
"stroke": "none",
|
|
84
|
+
"stroke-linecap": "round",
|
|
85
|
+
"stroke-linejoin": "round",
|
|
86
|
+
"stroke-width": 0
|
|
87
|
+
}, {
|
|
88
|
+
"fill": "#000000",
|
|
89
|
+
"stroke": "none",
|
|
90
|
+
"stroke-linecap": "round",
|
|
91
|
+
"stroke-linejoin": "round",
|
|
92
|
+
"stroke-width": 0
|
|
93
|
+
}, {
|
|
94
|
+
"fill": "#000000",
|
|
95
|
+
"stroke": "none",
|
|
96
|
+
"stroke-linecap": "round",
|
|
97
|
+
"stroke-linejoin": "round",
|
|
98
|
+
"stroke-width": 0
|
|
99
|
+
}, {
|
|
100
|
+
"fill": "#000000",
|
|
101
|
+
"stroke": "none",
|
|
102
|
+
"stroke-linecap": "round",
|
|
103
|
+
"stroke-linejoin": "round",
|
|
104
|
+
"stroke-width": 0
|
|
105
|
+
}, {
|
|
106
|
+
"fill": "#000000",
|
|
107
|
+
"stroke": "none",
|
|
108
|
+
"stroke-linecap": "round",
|
|
109
|
+
"stroke-linejoin": "round",
|
|
110
|
+
"stroke-width": 0
|
|
111
|
+
}, {
|
|
112
|
+
"fill": "#000000",
|
|
113
|
+
"stroke": "none",
|
|
114
|
+
"stroke-linecap": "round",
|
|
115
|
+
"stroke-linejoin": "round",
|
|
116
|
+
"stroke-width": 0
|
|
117
|
+
}, {
|
|
118
|
+
"fill": "#000000",
|
|
119
|
+
"stroke": "none",
|
|
120
|
+
"stroke-linecap": "round",
|
|
121
|
+
"stroke-linejoin": "round",
|
|
122
|
+
"stroke-width": 0
|
|
123
|
+
}], ["M9.750 14.000 A2.250 2.250 0 1 0 14.250 14.000 A2.250 2.250 0 1 0 9.750 14.000 Z", "M9.353,11.078a.251.251,0,0,0,.306,0,3.726,3.726,0,0,1,1.4-.7.25.25,0,0,0,.187-.242V8.337a.249.249,0,0,0-.293-.246A5.98,5.98,0,0,0,7.9,9.62.251.251,0,0,0,7.92,10Z", "M12.75,10.127a.25.25,0,0,0,.188.242,3.729,3.729,0,0,1,1.4.7.251.251,0,0,0,.306,0L16.08,10a.251.251,0,0,0,.02-.383,5.98,5.98,0,0,0-3.057-1.529.25.25,0,0,0-.293.246Z", "M17.354,11.289a.254.254,0,0,0-.166-.131.251.251,0,0,0-.207.044l-1.433,1.074a.252.252,0,0,0-.081.3,3.744,3.744,0,0,1,0,2.856.251.251,0,0,0,.081.3L16.981,16.8a.246.246,0,0,0,.206.044.254.254,0,0,0,.167-.131,6.011,6.011,0,0,0,0-5.422Z", "M8.452,15.724a.252.252,0,0,0,.081-.3,3.744,3.744,0,0,1,0-2.856.251.251,0,0,0-.081-.3L7.019,11.2a.246.246,0,0,0-.206-.044.254.254,0,0,0-.167.131,6.011,6.011,0,0,0,0,5.422.254.254,0,0,0,.166.131.251.251,0,0,0,.207-.044Z", "M14.647,16.922a.251.251,0,0,0-.306,0,3.726,3.726,0,0,1-1.4.7.25.25,0,0,0-.187.242v1.79a.249.249,0,0,0,.293.246A5.98,5.98,0,0,0,16.1,18.38.251.251,0,0,0,16.08,18Z", "M11.25,17.873a.25.25,0,0,0-.188-.242,3.729,3.729,0,0,1-1.4-.7.251.251,0,0,0-.306,0L7.92,18a.251.251,0,0,0-.02.383,5.98,5.98,0,0,0,3.057,1.529.25.25,0,0,0,.293-.246Z", "M24,3.75a3,3,0,0,0-3-3H3a3,3,0,0,0-3,3v16.5a3,3,0,0,0,3,3H21a3,3,0,0,0,3-3ZM10.25,3a.75.75,0,1,1-.75.75A.75.75,0,0,1,10.25,3Zm-3,0a.75.75,0,1,1-.75.75A.75.75,0,0,1,7.25,3Zm-3,0a.75.75,0,1,1-.75.75A.75.75,0,0,1,4.25,3ZM22,20.25a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V6.75a.25.25,0,0,1,.25-.25h19.5a.25.25,0,0,1,.25.25Z"]];
|
|
124
|
+
export var CasinoChipDiamond = ["casino-chip-diamond", 24, 24, [{
|
|
125
|
+
"fill": "#000000",
|
|
126
|
+
"stroke": "none",
|
|
127
|
+
"stroke-linecap": "round",
|
|
128
|
+
"stroke-linejoin": "round",
|
|
129
|
+
"stroke-width": 0
|
|
130
|
+
}, {
|
|
131
|
+
"fill": "#000000",
|
|
132
|
+
"stroke": "none",
|
|
133
|
+
"stroke-linecap": "round",
|
|
134
|
+
"stroke-linejoin": "round",
|
|
135
|
+
"stroke-width": 0
|
|
136
|
+
}, {
|
|
137
|
+
"fill": "#000000",
|
|
138
|
+
"stroke": "none",
|
|
139
|
+
"stroke-linecap": "round",
|
|
140
|
+
"stroke-linejoin": "round",
|
|
141
|
+
"stroke-width": 0
|
|
142
|
+
}, {
|
|
143
|
+
"fill": "#000000",
|
|
144
|
+
"stroke": "none",
|
|
145
|
+
"stroke-linecap": "round",
|
|
146
|
+
"stroke-linejoin": "round",
|
|
147
|
+
"stroke-width": 0
|
|
148
|
+
}, {
|
|
149
|
+
"fill": "#000000",
|
|
150
|
+
"stroke": "none",
|
|
151
|
+
"stroke-linecap": "round",
|
|
152
|
+
"stroke-linejoin": "round",
|
|
153
|
+
"stroke-width": 0
|
|
154
|
+
}, {
|
|
155
|
+
"fill": "#000000",
|
|
156
|
+
"stroke": "none",
|
|
157
|
+
"stroke-linecap": "round",
|
|
158
|
+
"stroke-linejoin": "round",
|
|
159
|
+
"stroke-width": 0
|
|
160
|
+
}, {
|
|
161
|
+
"fill": "#000000",
|
|
162
|
+
"stroke": "none",
|
|
163
|
+
"stroke-linecap": "round",
|
|
164
|
+
"stroke-linejoin": "round",
|
|
165
|
+
"stroke-width": 0
|
|
166
|
+
}], ["M11,.026a.251.251,0,0,0-.276.249V3.8a.248.248,0,0,0,.21.246,5.98,5.98,0,0,1,2.548,1.058.25.25,0,0,0,.323-.025L16.3,2.588a.249.249,0,0,0-.019-.37A9.96,9.96,0,0,0,11,.026Z", "M3.805,9.223a.248.248,0,0,0,.246-.21A5.981,5.981,0,0,1,5.109,6.466a.249.249,0,0,0-.026-.323L2.589,3.649a.25.25,0,0,0-.371.019A9.951,9.951,0,0,0,.027,8.948a.249.249,0,0,0,.248.275Z", "M4.051,10.934a.25.25,0,0,0-.246-.211H.275A.251.251,0,0,0,.027,11a9.951,9.951,0,0,0,2.191,5.28.252.252,0,0,0,.371.019L5.083,13.8a.251.251,0,0,0,.026-.324A5.972,5.972,0,0,1,4.051,10.934Z", "M9.224.275A.251.251,0,0,0,9.142.089.254.254,0,0,0,8.948.026,9.956,9.956,0,0,0,3.669,2.218a.25.25,0,0,0-.019.371L6.144,5.083a.249.249,0,0,0,.323.025A5.971,5.971,0,0,1,9.014,4.05a.249.249,0,0,0,.21-.246Z", "M19.635,9.723h.07a.248.248,0,0,0,.256-.262A9.95,9.95,0,0,0,17.73,3.668a.25.25,0,0,0-.371-.019L14.865,6.143a.249.249,0,0,0-.025.323,5.964,5.964,0,0,1,1.115,3.027.25.25,0,0,0,.249.23Z", "M7.592,18.43l-.006-.006a2.8,2.8,0,0,1-.656-3.037.25.25,0,0,0-.1-.306q-.186-.116-.363-.243a.249.249,0,0,0-.323.026L3.65,17.358a.25.25,0,0,0,.019.371,9.96,9.96,0,0,0,4.787,2.129.25.25,0,0,0,.208-.43Z", "M23.686,15.543l-2.85-3.968a1.506,1.506,0,0,0-1.2-.6H12.313a1.514,1.514,0,0,0-1.212.618L8.276,15.524a1.514,1.514,0,0,0,.165,1.989l6.491,6.04a1.5,1.5,0,0,0,2.077.007l6.523-6.071A1.5,1.5,0,0,0,23.686,15.543ZM12.42,13.182a.5.5,0,0,1,.406-.209h6.3a.5.5,0,0,1,.406.209l1.362,1.9a.249.249,0,0,1-.2.4H11.262a.249.249,0,0,1-.2-.4Zm3.725,8.45a.249.249,0,0,1-.341,0L11.8,17.906a.25.25,0,0,1,.171-.433h8.008a.25.25,0,0,1,.17.433Z"]];
|
|
167
|
+
export var CasinoChipHold = ["casino-chip-hold", 24, 24, [{
|
|
168
|
+
"fill": "#000000",
|
|
169
|
+
"stroke": "none",
|
|
170
|
+
"stroke-linecap": "round",
|
|
171
|
+
"stroke-linejoin": "round",
|
|
172
|
+
"stroke-width": 0
|
|
173
|
+
}, {
|
|
174
|
+
"fill": "#000000",
|
|
175
|
+
"stroke": "none",
|
|
176
|
+
"stroke-linecap": "round",
|
|
177
|
+
"stroke-linejoin": "round",
|
|
178
|
+
"stroke-width": 0
|
|
179
|
+
}, {
|
|
180
|
+
"fill": "#000000",
|
|
181
|
+
"stroke": "none",
|
|
182
|
+
"stroke-linecap": "round",
|
|
183
|
+
"stroke-linejoin": "round",
|
|
184
|
+
"stroke-width": 0
|
|
185
|
+
}, {
|
|
186
|
+
"fill": "#000000",
|
|
187
|
+
"stroke": "none",
|
|
188
|
+
"stroke-linecap": "round",
|
|
189
|
+
"stroke-linejoin": "round",
|
|
190
|
+
"stroke-width": 0
|
|
191
|
+
}, {
|
|
192
|
+
"fill": "#000000",
|
|
193
|
+
"stroke": "none",
|
|
194
|
+
"stroke-linecap": "round",
|
|
195
|
+
"stroke-linejoin": "round",
|
|
196
|
+
"stroke-width": 0
|
|
197
|
+
}, {
|
|
198
|
+
"fill": "#000000",
|
|
199
|
+
"stroke": "none",
|
|
200
|
+
"stroke-linecap": "round",
|
|
201
|
+
"stroke-linejoin": "round",
|
|
202
|
+
"stroke-width": 0
|
|
203
|
+
}, {
|
|
204
|
+
"fill": "#000000",
|
|
205
|
+
"stroke": "none",
|
|
206
|
+
"stroke-linecap": "round",
|
|
207
|
+
"stroke-linejoin": "round",
|
|
208
|
+
"stroke-width": 0
|
|
209
|
+
}, {
|
|
210
|
+
"fill": "#000000",
|
|
211
|
+
"stroke": "none",
|
|
212
|
+
"stroke-linecap": "round",
|
|
213
|
+
"stroke-linejoin": "round",
|
|
214
|
+
"stroke-width": 0
|
|
215
|
+
}, {
|
|
216
|
+
"fill": "#000000",
|
|
217
|
+
"stroke": "none",
|
|
218
|
+
"stroke-linecap": "round",
|
|
219
|
+
"stroke-linejoin": "round",
|
|
220
|
+
"stroke-width": 0
|
|
221
|
+
}], ["M12.75,2.575a.25.25,0,0,0,.2.244,4.25,4.25,0,0,1,1.8.9.251.251,0,0,0,.312.009L16.89,2.358a.246.246,0,0,0,.1-.183.25.25,0,0,0-.074-.195A6.984,6.984,0,0,0,13.037.04a.247.247,0,0,0-.2.058.249.249,0,0,0-.087.189Z", "M8.942,3.732a.248.248,0,0,0,.311-.009,4.25,4.25,0,0,1,1.8-.9.25.25,0,0,0,.2-.244V.287A.249.249,0,0,0,11.163.1a.247.247,0,0,0-.2-.058A6.988,6.988,0,0,0,7.084,1.98a.256.256,0,0,0-.074.195.246.246,0,0,0,.1.183Z", "M15.058,10.194a.25.25,0,0,0-.311.009,4.239,4.239,0,0,1-1.8.9.25.25,0,0,0-.2.244v2.288a.249.249,0,0,0,.287.247,6.975,6.975,0,0,0,3.878-1.94.249.249,0,0,0,.074-.2.252.252,0,0,0-.1-.183Z", "M16.25,6.963a4.216,4.216,0,0,1-.369,1.73.25.25,0,0,0,.079.3l1.831,1.374a.25.25,0,0,0,.37-.081,7.006,7.006,0,0,0,0-6.649A.25.25,0,0,0,18,3.513a.255.255,0,0,0-.2.044L15.96,4.931a.249.249,0,0,0-.078.3A4.235,4.235,0,0,1,16.25,6.963Z", "M11.25,11.351a.25.25,0,0,0-.2-.244,4.239,4.239,0,0,1-1.8-.9.25.25,0,0,0-.311-.009L7.11,11.568a.248.248,0,0,0-.025.378,6.975,6.975,0,0,0,3.878,1.94.25.25,0,0,0,.287-.247Z", "M7.75,6.963a4.219,4.219,0,0,1,.369-1.73.25.25,0,0,0-.079-.3L6.209,3.557a.255.255,0,0,0-.2-.044.25.25,0,0,0-.166.126,7.006,7.006,0,0,0,0,6.649.251.251,0,0,0,.166.125.248.248,0,0,0,.2-.044L8.04,8.995a.25.25,0,0,0,.079-.3A4.216,4.216,0,0,1,7.75,6.963Z", "M4.124,15.8a1.4,1.4,0,0,0-.458,1.823L5,19.839a.5.5,0,1,1-.857.516l-1.352-2.25a2.472,2.472,0,0,1,.125-2.485A.5.5,0,0,0,3,15.344V12.463a1.5,1.5,0,0,0-3,0v5.171a4.5,4.5,0,0,0,.986,2.812L3.65,23.775a.5.5,0,0,0,.39.188H8a.5.5,0,0,0,.5-.5v-3.01a4.492,4.492,0,0,0-.757-2.5C5.856,15.988,5.266,15.037,4.124,15.8Z", "M19.876,15.8a1.4,1.4,0,0,1,.458,1.823L19,19.839a.5.5,0,1,0,.857.516l1.352-2.25a2.472,2.472,0,0,0-.125-2.485A.5.5,0,0,1,21,15.344V12.463a1.5,1.5,0,0,1,3,0v5.171a4.5,4.5,0,0,1-.986,2.812L20.35,23.775a.5.5,0,0,1-.39.188H16a.5.5,0,0,1-.5-.5v-3.01a4.492,4.492,0,0,1,.757-2.5C18.144,15.988,18.734,15.037,19.876,15.8Z", "M9.250 6.963 A2.750 2.750 0 1 0 14.750 6.963 A2.750 2.750 0 1 0 9.250 6.963 Z"]];
|
|
222
|
+
export var CasinoChip5 = ["casino-chip-5", 24, 24, [{
|
|
223
|
+
"fill": "#000000",
|
|
224
|
+
"stroke": "none",
|
|
225
|
+
"stroke-linecap": "round",
|
|
226
|
+
"stroke-linejoin": "round",
|
|
227
|
+
"stroke-width": 0
|
|
228
|
+
}, {
|
|
229
|
+
"fill": "#000000",
|
|
230
|
+
"stroke": "none",
|
|
231
|
+
"stroke-linecap": "round",
|
|
232
|
+
"stroke-linejoin": "round",
|
|
233
|
+
"stroke-width": 0
|
|
234
|
+
}], ["M13.75,13.25a2,2,0,0,1-2,2h-.878a.75.75,0,0,1,0-1.5h.878a.5.5,0,0,0,0-1H11a.75.75,0,0,1-.75-.75V9.5A.75.75,0,0,1,11,8.75h2a.75.75,0,0,1,0,1.5H12a.25.25,0,0,0-.25.25v.514a.25.25,0,0,0,.222.248A2,2,0,0,1,13.75,13.25Z", "M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm4.827,3.571a.251.251,0,0,1,.361-.117,10.1,10.1,0,0,1,3.358,3.358.247.247,0,0,1,.024.207.25.25,0,0,1-.141.154L17.62,8.355a.248.248,0,0,1-.3-.087,6.572,6.572,0,0,0-1.587-1.587.249.249,0,0,1-.087-.3ZM12,2.5a1,1,0,1,1-1,1A1,1,0,0,1,12,2.5Zm-5.188.954a.251.251,0,0,1,.361.117L8.355,6.38a.248.248,0,0,1-.087.3A6.558,6.558,0,0,0,6.681,8.269a.249.249,0,0,1-.3.086L3.571,7.173a.251.251,0,0,1-.117-.361A10.1,10.1,0,0,1,6.812,3.454ZM2.5,12a1,1,0,1,1,1,1A1,1,0,0,1,2.5,12Zm4.673,8.429a.251.251,0,0,1-.361.117,10.1,10.1,0,0,1-3.358-3.358.247.247,0,0,1-.024-.207.25.25,0,0,1,.141-.154L6.38,15.645a.248.248,0,0,1,.3.087,6.572,6.572,0,0,0,1.587,1.587.249.249,0,0,1,.087.3ZM12,21.5a1,1,0,1,1,1-1A1,1,0,0,1,12,21.5Zm0-5A4.5,4.5,0,1,1,16.5,12,4.505,4.505,0,0,1,12,16.5Zm5.188,4.046a.251.251,0,0,1-.361-.117L15.645,17.62a.248.248,0,0,1,.087-.3,6.558,6.558,0,0,0,1.587-1.588.249.249,0,0,1,.3-.086l2.809,1.182a.251.251,0,0,1,.117.361A10.1,10.1,0,0,1,17.188,20.546ZM20.5,13a1,1,0,1,1,1-1A1,1,0,0,1,20.5,13Z"]];
|
|
235
|
+
export var CasinoClover = ["casino-clover", 24, 24, [{
|
|
236
|
+
"fill": "#000000",
|
|
237
|
+
"stroke": "none",
|
|
238
|
+
"stroke-linecap": "round",
|
|
239
|
+
"stroke-linejoin": "round",
|
|
240
|
+
"stroke-width": 0
|
|
241
|
+
}], ["M22.987,13.736a.5.5,0,0,1,0-.723A3.263,3.263,0,0,0,24,10.647c0-1.807-2.182-3.272-4.364-3.272a5.164,5.164,0,0,0-2.5,1.213.25.25,0,0,1-.35-.35A5.166,5.166,0,0,0,18,5.738c0-2.181-1.466-4.363-3.273-4.363a3.259,3.259,0,0,0-2.365,1.013.5.5,0,0,1-.724,0A3.259,3.259,0,0,0,9.273,1.375C7.465,1.375,6,3.557,6,5.738a5.166,5.166,0,0,0,1.213,2.5.25.25,0,0,1-.35.35,5.164,5.164,0,0,0-2.5-1.213C2.182,7.375,0,8.84,0,10.647a3.263,3.263,0,0,0,1.013,2.366.5.5,0,0,1,0,.723A3.263,3.263,0,0,0,0,16.1c0,1.806,2.182,3.272,4.364,3.272,1.335,0,3.9-1.022,5.683-1.815a.5.5,0,0,1,.7.457v3.358a1.25,1.25,0,0,0,2.5,0V18.017a.5.5,0,0,1,.7-.457c1.786.793,4.348,1.815,5.683,1.815C21.818,19.375,24,17.909,24,16.1A3.263,3.263,0,0,0,22.987,13.736Z"]];
|
|
242
|
+
export var CasinoDiamondBag1 = ["casino-diamond-bag_1", 24, 24, [{
|
|
243
|
+
"fill": "#000000",
|
|
244
|
+
"stroke": "none",
|
|
245
|
+
"stroke-linecap": "round",
|
|
246
|
+
"stroke-linejoin": "round",
|
|
247
|
+
"stroke-width": 0
|
|
248
|
+
}, {
|
|
249
|
+
"fill": "#000000",
|
|
250
|
+
"stroke": "none",
|
|
251
|
+
"stroke-linecap": "round",
|
|
252
|
+
"stroke-linejoin": "round",
|
|
253
|
+
"stroke-width": 0
|
|
254
|
+
}, {
|
|
255
|
+
"fill": "#000000",
|
|
256
|
+
"stroke": "none",
|
|
257
|
+
"stroke-linecap": "round",
|
|
258
|
+
"stroke-linejoin": "round",
|
|
259
|
+
"stroke-width": 0
|
|
260
|
+
}], ["M13.311,2.229A1.5,1.5,0,0,0,12,0H6.4a1.5,1.5,0,0,0-1.29,2.263L6.783,4.777A.5.5,0,0,0,7.2,5h4a.5.5,0,0,0,.416-.223Z", "M6.824,17.319a3.056,3.056,0,0,1-.258-3.866C6.615,13.384,9.9,9.624,9.9,9.624A3.016,3.016,0,0,1,12.245,8.5H13.7a.25.25,0,0,0,.165-.438,8.545,8.545,0,0,0-2.311-1.484,1,1,0,0,0-.388-.078H6.837a1,1,0,0,0-.393.08C3.3,7.921,0,12.239,0,17c0,4.448,3.28,7,9,7a15.073,15.073,0,0,0,3.232-.323.249.249,0,0,0,.129-.414Z", "M23.569,16.307a1.564,1.564,0,0,0,.142-1.985c-.02-.027-3.229-3.687-3.229-3.687A1.516,1.516,0,0,0,19.255,10H12.244a1.462,1.462,0,0,0-1.167.559S7.808,14.3,7.788,14.322A1.561,1.561,0,0,0,7.92,16.3l6.756,7.251a1.5,1.5,0,0,0,2.147,0l.018-.02ZM12.393,12.085A.251.251,0,0,1,12.581,12h6.331a.25.25,0,0,1,.188.085l1.752,2a.251.251,0,0,1-.189.415h-9.83a.251.251,0,0,1-.189-.415Zm3.539,9.485a.248.248,0,0,1-.365,0l-4.332-4.65a.25.25,0,0,1,.183-.42h8.663a.249.249,0,0,1,.183.42Z"]];
|
|
261
|
+
export var CasinoDiamondBag = ["casino-diamond-bag", 24, 24, [{
|
|
262
|
+
"fill": "#000000",
|
|
263
|
+
"stroke": "none",
|
|
264
|
+
"stroke-linecap": "round",
|
|
265
|
+
"stroke-linejoin": "round",
|
|
266
|
+
"stroke-width": 0
|
|
267
|
+
}, {
|
|
268
|
+
"fill": "#000000",
|
|
269
|
+
"stroke": "none",
|
|
270
|
+
"stroke-linecap": "round",
|
|
271
|
+
"stroke-linejoin": "round",
|
|
272
|
+
"stroke-width": 0
|
|
273
|
+
}, {
|
|
274
|
+
"fill": "#000000",
|
|
275
|
+
"stroke": "none",
|
|
276
|
+
"stroke-linecap": "round",
|
|
277
|
+
"stroke-linejoin": "round",
|
|
278
|
+
"stroke-width": 0
|
|
279
|
+
}], ["M13.112,2.229A1.5,1.5,0,0,0,11.8,0H6.2A1.5,1.5,0,0,0,4.909,2.263L6.584,4.777A.5.5,0,0,0,7,5h4a.5.5,0,0,0,.416-.223Z", "M9,17.25A8.264,8.264,0,0,1,14.7,9.4a.251.251,0,0,0,.109-.4,9.33,9.33,0,0,0-3.252-2.421,1,1,0,0,0-.389-.079H6.837a1,1,0,0,0-.393.08C3.3,7.921,0,12.239,0,17c0,4.448,3.28,7,9,7a15.927,15.927,0,0,0,2.6-.2.25.25,0,0,0,.127-.432A8.229,8.229,0,0,1,9,17.25Z", "M17.25,10.5A6.75,6.75,0,1,0,24,17.25,6.758,6.758,0,0,0,17.25,10.5ZM12.5,17.25a4.73,4.73,0,0,1,.338-1.761.255.255,0,0,1,.16-.146.252.252,0,0,1,.215.033l1.283.885a.251.251,0,0,1,.1.272,2.753,2.753,0,0,0,0,1.434.251.251,0,0,1-.1.272l-1.283.885a.25.25,0,0,1-.214.033.254.254,0,0,1-.161-.146A4.73,4.73,0,0,1,12.5,17.25Zm7.405-.717a.251.251,0,0,1,.1-.272l1.283-.885a.25.25,0,0,1,.214-.033.254.254,0,0,1,.161.146,4.756,4.756,0,0,1,0,3.522.255.255,0,0,1-.16.146.252.252,0,0,1-.215-.033L20,18.239a.251.251,0,0,1-.1-.272,2.753,2.753,0,0,0,0-1.434Zm.556-2.78a.251.251,0,0,1-.027.39l-1.281.884a.249.249,0,0,1-.289,0,2.776,2.776,0,0,0-.7-.366A.249.249,0,0,1,18,14.422v-1.56a.25.25,0,0,1,.094-.2.256.256,0,0,1,.212-.049A4.746,4.746,0,0,1,20.461,13.753Zm-4.267-1.134a.25.25,0,0,1,.306.243v1.56a.25.25,0,0,1-.167.235,2.776,2.776,0,0,0-.7.366.249.249,0,0,1-.289,0l-1.281-.884a.25.25,0,0,1-.108-.188.253.253,0,0,1,.081-.2A4.735,4.735,0,0,1,16.194,12.619Zm-2.155,8.128a.251.251,0,0,1,.027-.39l1.281-.884a.249.249,0,0,1,.289,0,2.776,2.776,0,0,0,.7.366.249.249,0,0,1,.167.235v1.56a.25.25,0,0,1-.094.195.256.256,0,0,1-.212.049A4.746,4.746,0,0,1,14.039,20.747Zm4.267,1.134A.25.25,0,0,1,18,21.638v-1.56a.25.25,0,0,1,.167-.235,2.776,2.776,0,0,0,.7-.366.249.249,0,0,1,.289,0l1.281.884a.25.25,0,0,1,.108.188.253.253,0,0,1-.081.2A4.735,4.735,0,0,1,18.306,21.881Z"]];
|
|
280
|
+
export var CasinoLucky7 = ["casino-lucky-7", 24, 24, [{
|
|
281
|
+
"fill": "#000000",
|
|
282
|
+
"stroke": "none",
|
|
283
|
+
"stroke-linecap": "round",
|
|
284
|
+
"stroke-linejoin": "round",
|
|
285
|
+
"stroke-width": 0
|
|
286
|
+
}], ["M22.376,1.919,21.486.852A1.494,1.494,0,0,0,19.666.47a9.528,9.528,0,0,1-4.118,1A7.348,7.348,0,0,1,12.5.79,8.271,8.271,0,0,0,9.087.036,7.584,7.584,0,0,0,5.443.9.251.251,0,0,1,5.1.8,1.5,1.5,0,0,0,3.776,0h-1a1.5,1.5,0,0,0-1.5,1.5v7a1.5,1.5,0,0,0,1.5,1.5H3.849A1.5,1.5,0,0,0,5.321,8.783,2.635,2.635,0,0,1,8.015,6.777a7.361,7.361,0,0,1,2.222.625,9.282,9.282,0,0,0,3.161.811.38.38,0,0,1,.29.628A23.486,23.486,0,0,0,7.905,22.405,1.5,1.5,0,0,0,9.4,24h5.928a1.5,1.5,0,0,0,1.49-1.342c.54-5.067,4.58-16.012,5.806-19.246A1.506,1.506,0,0,0,22.376,1.919Z"]];
|
|
287
|
+
export var CasinoLuckyHorseshoe = ["casino-lucky-horseshoe", 24, 24, [{
|
|
288
|
+
"fill": "#000000",
|
|
289
|
+
"stroke": "none",
|
|
290
|
+
"stroke-linecap": "round",
|
|
291
|
+
"stroke-linejoin": "round",
|
|
292
|
+
"stroke-width": 0
|
|
293
|
+
}], ["M20,5a2,2,0,0,0,2-2V2a2,2,0,0,0-2-2H17a2.5,2.5,0,0,0-2.5,2.5V5.566c0,2.12.09,4.011,1.2,5.715A4.982,4.982,0,0,1,16.5,14a4,4,0,0,1-4,4h-1a4,4,0,0,1-4-4,4.988,4.988,0,0,1,.8-2.72c1.107-1.7,1.2-3.594,1.2-5.714V2.5A2.5,2.5,0,0,0,7,0H4A2,2,0,0,0,2,2V3A2,2,0,0,0,4,5a.5.5,0,0,1,.5.5v.066a5.49,5.49,0,0,1-.889,2.991,10,10,0,1,0,16.778,0A5.5,5.5,0,0,1,19.5,5.566V5.5A.5.5,0,0,1,20,5ZM5,17a1,1,0,1,1,1-1A1,1,0,0,1,5,17ZM6.5,9.5a1,1,0,1,1,1-1A1,1,0,0,1,6.5,9.5ZM12,22a1,1,0,1,1,1-1A1,1,0,0,1,12,22ZM16.5,8.5a1,1,0,1,1,1,1A1,1,0,0,1,16.5,8.5ZM20,16a1,1,0,1,1-1-1A1,1,0,0,1,20,16Z"]];
|
|
294
|
+
export var CasinoPlayerLuck = ["casino-player-luck", 24, 24, [{
|
|
295
|
+
"fill": "#000000",
|
|
296
|
+
"stroke": "none",
|
|
297
|
+
"stroke-linecap": "round",
|
|
298
|
+
"stroke-linejoin": "round",
|
|
299
|
+
"stroke-width": 0
|
|
300
|
+
}], ["M21.478,9.858a7.246,7.246,0,0,1-.72-1.452C20.758,3.145,15.9,0,11.2,0A9.972,9.972,0,0,0,1.1,10.063c0,3.633,1.241,6.217,3.79,7.885A.25.25,0,0,1,5,18.157V23.5a.5.5,0,0,0,.5.5h10a.5.5,0,0,0,.5-.5V20.769a.25.25,0,0,1,.244-.25c1.628-.035,2.692-.245,3.425-.978.781-.781.96-3.026,1-4.282a.25.25,0,0,1,.252-.243c.259,0,.547,0,.8-.01,1.078-.048,1.139-.9,1.174-1.4C22.976,12.489,22.18,11.092,21.478,9.858Zm-4.1.673a1.67,1.67,0,0,1,.407,2.35c-.98,1.39-3.135.562-5.272-1.262a.251.251,0,0,0-.413.2,4.1,4.1,0,0,0,1.594,3.176.751.751,0,0,1-.938,1.172A5.719,5.719,0,0,1,10.6,11.8a.25.25,0,0,0-.412-.182c-2.139,1.827-4.3,2.655-5.276,1.265a1.671,1.671,0,0,1,.407-2.35l.206-.147a.249.249,0,0,0,0-.407L5.319,9.83a1.671,1.671,0,0,1-.407-2.35c.66-.935,1.85-.867,3.209-.167a.25.25,0,0,0,.338-.335c-.679-1.341-.735-2.512.189-3.164A1.67,1.67,0,0,1,11,4.22l.147.207a.251.251,0,0,0,.408,0L11.7,4.22a1.671,1.671,0,0,1,2.351-.406c.924.652.867,1.823.189,3.164a.25.25,0,0,0,.337.335c1.359-.7,2.55-.768,3.209.167a1.67,1.67,0,0,1-.407,2.35l-.206.147a.245.245,0,0,0-.105.2.25.25,0,0,0,.105.2Z"]];
|
|
301
|
+
export var CasinoPlayerMan = ["casino-player-man", 24, 24, [{
|
|
302
|
+
"fill": "#000000",
|
|
303
|
+
"stroke": "none",
|
|
304
|
+
"stroke-linecap": "round",
|
|
305
|
+
"stroke-linejoin": "round",
|
|
306
|
+
"stroke-width": 0
|
|
307
|
+
}, {
|
|
308
|
+
"fill": "#000000",
|
|
309
|
+
"stroke": "none",
|
|
310
|
+
"stroke-linecap": "round",
|
|
311
|
+
"stroke-linejoin": "round",
|
|
312
|
+
"stroke-width": 0
|
|
313
|
+
}, {
|
|
314
|
+
"fill": "#000000",
|
|
315
|
+
"stroke": "none",
|
|
316
|
+
"stroke-linecap": "round",
|
|
317
|
+
"stroke-linejoin": "round",
|
|
318
|
+
"stroke-width": 0
|
|
319
|
+
}, {
|
|
320
|
+
"fill": "#000000",
|
|
321
|
+
"stroke": "none",
|
|
322
|
+
"stroke-linecap": "round",
|
|
323
|
+
"stroke-linejoin": "round",
|
|
324
|
+
"stroke-width": 0
|
|
325
|
+
}, {
|
|
326
|
+
"fill": "#000000",
|
|
327
|
+
"stroke": "none",
|
|
328
|
+
"stroke-linecap": "round",
|
|
329
|
+
"stroke-linejoin": "round",
|
|
330
|
+
"stroke-width": 0
|
|
331
|
+
}, {
|
|
332
|
+
"fill": "#000000",
|
|
333
|
+
"stroke": "none",
|
|
334
|
+
"stroke-linecap": "round",
|
|
335
|
+
"stroke-linejoin": "round",
|
|
336
|
+
"stroke-width": 0
|
|
337
|
+
}], ["M10.407,11.373a.75.75,0,0,0,.134,1.053,2.413,2.413,0,0,0,2.918,0,.75.75,0,1,0-.918-1.186.973.973,0,0,1-1.082,0A.753.753,0,0,0,10.407,11.373Z", "M13.000 9.250 A1.000 1.000 0 1 0 15.000 9.250 A1.000 1.000 0 1 0 13.000 9.250 Z", "M9.000 9.250 A1.000 1.000 0 1 0 11.000 9.250 A1.000 1.000 0 1 0 9.000 9.250 Z", "M14.538,16.414a.375.375,0,0,0-.354.042l-1.966.951a.5.5,0,0,1-.436,0l-1.966-.951a.375.375,0,0,0-.354-.042A.466.466,0,0,0,9.2,16.7a3.912,3.912,0,0,0,0,2.489.46.46,0,0,0,.259.285.375.375,0,0,0,.354-.041l1.966-.951a.5.5,0,0,1,.436,0l1.966.951a.375.375,0,0,0,.354.041.46.46,0,0,0,.259-.285,3.912,3.912,0,0,0,0-2.489A.466.466,0,0,0,14.538,16.414Z", "M12,16a7.008,7.008,0,0,0,7-7V7A7,7,0,0,0,5,7V9A7.008,7.008,0,0,0,12,16ZM7,8.015a.25.25,0,0,1,.247-.25,6.986,6.986,0,0,0,4.439-1.4.5.5,0,0,1,.627,0,6.99,6.99,0,0,0,4.44,1.4.25.25,0,0,1,.247.25V9A5,5,0,0,1,7,9Z", "M22.887,18.282a13.656,13.656,0,0,0-5.41-2.483.993.993,0,0,0-.843.181,1,1,0,0,0-.388.771A6.232,6.232,0,0,1,12.2,22.363a.5.5,0,0,1-.389,0,6.277,6.277,0,0,1-4.054-5.612,1,1,0,0,0-.388-.771.991.991,0,0,0-.843-.181,13.641,13.641,0,0,0-5.41,2.484A3,3,0,0,0,0,20.644V23a1,1,0,0,0,2,0V20.644a1.017,1.017,0,0,1,.36-.8,9.3,9.3,0,0,1,1.369-.9.25.25,0,0,1,.358.148,17.017,17.017,0,0,1,.736,4.417.5.5,0,0,0,.5.484H18.678a.5.5,0,0,0,.5-.485,17.075,17.075,0,0,1,.736-4.417.254.254,0,0,1,.144-.158.247.247,0,0,1,.214.011,9.15,9.15,0,0,1,1.368.895,1.019,1.019,0,0,1,.361.8V23a1,1,0,0,0,2,0V20.644A3,3,0,0,0,22.887,18.282Z"]];
|
|
338
|
+
export var CasinoWinnerChip = ["casino-winner-chip", 24, 24, [{
|
|
339
|
+
"fill": "#000000",
|
|
340
|
+
"stroke": "none",
|
|
341
|
+
"stroke-linecap": "round",
|
|
342
|
+
"stroke-linejoin": "round",
|
|
343
|
+
"stroke-width": 0
|
|
344
|
+
}, {
|
|
345
|
+
"fill": "#000000",
|
|
346
|
+
"stroke": "none",
|
|
347
|
+
"stroke-linecap": "round",
|
|
348
|
+
"stroke-linejoin": "round",
|
|
349
|
+
"stroke-width": 0
|
|
350
|
+
}, {
|
|
351
|
+
"fill": "#000000",
|
|
352
|
+
"stroke": "none",
|
|
353
|
+
"stroke-linecap": "round",
|
|
354
|
+
"stroke-linejoin": "round",
|
|
355
|
+
"stroke-width": 0
|
|
356
|
+
}, {
|
|
357
|
+
"fill": "#000000",
|
|
358
|
+
"stroke": "none",
|
|
359
|
+
"stroke-linecap": "round",
|
|
360
|
+
"stroke-linejoin": "round",
|
|
361
|
+
"stroke-width": 0
|
|
362
|
+
}, {
|
|
363
|
+
"fill": "#000000",
|
|
364
|
+
"stroke": "none",
|
|
365
|
+
"stroke-linecap": "round",
|
|
366
|
+
"stroke-linejoin": "round",
|
|
367
|
+
"stroke-width": 0
|
|
368
|
+
}, {
|
|
369
|
+
"fill": "#000000",
|
|
370
|
+
"stroke": "none",
|
|
371
|
+
"stroke-linecap": "round",
|
|
372
|
+
"stroke-linejoin": "round",
|
|
373
|
+
"stroke-width": 0
|
|
374
|
+
}, {
|
|
375
|
+
"fill": "#000000",
|
|
376
|
+
"stroke": "none",
|
|
377
|
+
"stroke-linecap": "round",
|
|
378
|
+
"stroke-linejoin": "round",
|
|
379
|
+
"stroke-width": 0
|
|
380
|
+
}, {
|
|
381
|
+
"fill": "#000000",
|
|
382
|
+
"stroke": "none",
|
|
383
|
+
"stroke-linecap": "round",
|
|
384
|
+
"stroke-linejoin": "round",
|
|
385
|
+
"stroke-width": 0
|
|
386
|
+
}, {
|
|
387
|
+
"fill": "#000000",
|
|
388
|
+
"stroke": "none",
|
|
389
|
+
"stroke-linecap": "round",
|
|
390
|
+
"stroke-linejoin": "round",
|
|
391
|
+
"stroke-width": 0
|
|
392
|
+
}], ["M10.351,16.52H2.75a1,1,0,0,0,0,2h7.5a.249.249,0,0,0,.18-.076.253.253,0,0,0,.07-.182A7.5,7.5,0,0,1,10.6,16.81a.252.252,0,0,0-.057-.2A.248.248,0,0,0,10.351,16.52Z", "M18,10.52a.245.245,0,0,0,.243-.213l.615-4.677a.251.251,0,0,1,.162-.2,1.5,1.5,0,1,0-1.478-.254.25.25,0,0,1,.062.307A3.436,3.436,0,0,1,14.5,7.52c-2.514,0-3.48-2.845-3.826-4.458a.251.251,0,0,1,.114-.265,1.5,1.5,0,1,0-1.575,0,.251.251,0,0,1,.113.265C8.98,4.675,8.014,7.52,5.5,7.52A3.417,3.417,0,0,1,2.39,5.484a.249.249,0,0,1,.064-.306,1.5,1.5,0,1,0-1.474.25.249.249,0,0,1,.162.2l1.112,8.456a.5.5,0,0,0,.5.434h8.47a.249.249,0,0,0,.218-.129A7.507,7.507,0,0,1,18,10.52Z", "M15.750 18.067 A2.250 2.250 0 1 0 20.250 18.067 A2.250 2.250 0 1 0 15.750 18.067 Z", "M18.84,12.212a.251.251,0,0,0-.09.192v1.79a.248.248,0,0,0,.188.241,3.759,3.759,0,0,1,1.4.7.248.248,0,0,0,.306.005L22.08,14.07a.252.252,0,0,0,.1-.187.249.249,0,0,0-.079-.2,5.99,5.99,0,0,0-3.056-1.53A.254.254,0,0,0,18.84,12.212Z", "M13.9,13.687a.249.249,0,0,0-.079.2.252.252,0,0,0,.1.187l1.433,1.074a.248.248,0,0,0,.306-.005,3.755,3.755,0,0,1,1.4-.7.249.249,0,0,0,.187-.242V12.4a.25.25,0,0,0-.293-.247A5.989,5.989,0,0,0,13.9,13.687Z", "M23.354,15.356a.25.25,0,0,0-.373-.088l-1.433,1.075a.252.252,0,0,0-.081.3,3.744,3.744,0,0,1,0,2.856.249.249,0,0,0,.081.295l1.433,1.075a.249.249,0,0,0,.373-.087,6.011,6.011,0,0,0,0-5.422Z", "M14.533,19.5a3.744,3.744,0,0,1,0-2.856.251.251,0,0,0-.081-.3l-1.433-1.075a.25.25,0,0,0-.207-.043.254.254,0,0,0-.166.131,6.011,6.011,0,0,0,0,5.422.251.251,0,0,0,.373.087l1.433-1.075A.25.25,0,0,0,14.533,19.5Z", "M20.647,20.989a.249.249,0,0,0-.306,0,3.741,3.741,0,0,1-1.4.7.25.25,0,0,0-.187.242v1.79a.25.25,0,0,0,.294.246A5.981,5.981,0,0,0,22.1,22.447a.252.252,0,0,0,.079-.2.25.25,0,0,0-.1-.186Z", "M17.062,21.7a3.744,3.744,0,0,1-1.4-.7.249.249,0,0,0-.306,0L13.92,22.064a.25.25,0,0,0-.02.382,5.974,5.974,0,0,0,3.057,1.53.25.25,0,0,0,.293-.246V21.94A.25.25,0,0,0,17.062,21.7Z"]];
|
|
393
|
+
export var CasinoWinnerDiamond = ["casino-winner-diamond", 24, 24, [{
|
|
394
|
+
"fill": "#000000",
|
|
395
|
+
"stroke": "none",
|
|
396
|
+
"stroke-linecap": "round",
|
|
397
|
+
"stroke-linejoin": "round",
|
|
398
|
+
"stroke-width": 0
|
|
399
|
+
}, {
|
|
400
|
+
"fill": "#000000",
|
|
401
|
+
"stroke": "none",
|
|
402
|
+
"stroke-linecap": "round",
|
|
403
|
+
"stroke-linejoin": "round",
|
|
404
|
+
"stroke-width": 0
|
|
405
|
+
}, {
|
|
406
|
+
"fill": "#000000",
|
|
407
|
+
"stroke": "none",
|
|
408
|
+
"stroke-linecap": "round",
|
|
409
|
+
"stroke-linejoin": "round",
|
|
410
|
+
"stroke-width": 0
|
|
411
|
+
}], ["M6.524,16.725a.249.249,0,0,0-.249-.225H2.75a1,1,0,0,0,0,2H6.808a.251.251,0,0,0,.209-.387A3.083,3.083,0,0,1,6.524,16.725Z", "M12.339,9.5h5.788a.251.251,0,0,0,.248-.217l.483-3.673a.252.252,0,0,1,.161-.2,1.5,1.5,0,1,0-1.477-.253.249.249,0,0,1,.062.306A3.435,3.435,0,0,1,14.5,7.5c-2.514,0-3.48-2.845-3.826-4.458a.249.249,0,0,1,.113-.265,1.5,1.5,0,1,0-1.575,0,.249.249,0,0,1,.113.265C8.98,4.655,8.014,7.5,5.5,7.5A3.417,3.417,0,0,1,2.39,5.464a.252.252,0,0,1,.063-.307,1.5,1.5,0,1,0-1.473.25.254.254,0,0,1,.162.2l1.112,8.455a.5.5,0,0,0,.5.435H7.081a.249.249,0,0,0,.2-.1l2.625-3.655A3.032,3.032,0,0,1,12.339,9.5Z", "M23.712,15.569,20.862,11.6a1.507,1.507,0,0,0-1.2-.6H12.339a1.514,1.514,0,0,0-1.212.617L8.3,15.551a1.513,1.513,0,0,0,.165,1.988l6.491,6.04a1.5,1.5,0,0,0,2.077.008l6.523-6.071A1.5,1.5,0,0,0,23.712,15.569Zm-3.538,2.364-4,3.726a.25.25,0,0,1-.34,0l-4.005-3.726A.25.25,0,0,1,12,17.5H20a.25.25,0,0,1,.17.433Zm.761-2.569a.247.247,0,0,1-.222.136H11.287a.25.25,0,0,1-.2-.4l1.437-2a.25.25,0,0,1,.2-.1h6.552a.252.252,0,0,1,.2.1l1.437,2A.249.249,0,0,1,20.935,15.364Z"]];
|
|
412
|
+
export var CasinoAddChips = ["casino-add-chips", 24, 24, [{
|
|
413
|
+
"fill": "#000000",
|
|
414
|
+
"stroke": "none",
|
|
415
|
+
"stroke-linecap": "round",
|
|
416
|
+
"stroke-linejoin": "round",
|
|
417
|
+
"stroke-width": 0
|
|
418
|
+
}], ["M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm9.948,10.974a.252.252,0,0,1-.249.276H19.686a.249.249,0,0,1-.248-.218,7.459,7.459,0,0,0-1.5-3.6.251.251,0,0,1,.021-.33l1.423-1.422a.25.25,0,0,1,.371.019A9.956,9.956,0,0,1,21.948,10.974ZM12.75,2.3a.251.251,0,0,1,.276-.249,9.956,9.956,0,0,1,5.279,2.192.253.253,0,0,1,.092.181.249.249,0,0,1-.073.19L16.9,6.038a.249.249,0,0,1-.329.021,7.463,7.463,0,0,0-3.605-1.5.249.249,0,0,1-.218-.247ZM16,8a1,1,0,1,1-1-1A1,1,0,0,1,16,8ZM10.974,2.052a.252.252,0,0,1,.276.249V4.314a.249.249,0,0,1-.218.248,7.467,7.467,0,0,0-3.605,1.5A.249.249,0,0,1,7.1,6.038L5.676,4.615a.246.246,0,0,1-.073-.19A.249.249,0,0,1,5.7,4.244,9.956,9.956,0,0,1,10.974,2.052ZM4.244,5.7A.253.253,0,0,1,4.425,5.6a.249.249,0,0,1,.19.073L6.038,7.1a.251.251,0,0,1,.021.33,7.459,7.459,0,0,0-1.5,3.6.249.249,0,0,1-.247.218H2.3a.251.251,0,0,1-.249-.276A9.956,9.956,0,0,1,4.244,5.7ZM2.052,13.026A.252.252,0,0,1,2.3,12.75H4.314a.249.249,0,0,1,.248.218,7.459,7.459,0,0,0,1.5,3.6.251.251,0,0,1-.021.33L4.615,18.324a.25.25,0,0,1-.371-.019A9.956,9.956,0,0,1,2.052,13.026Zm9.2,8.673a.251.251,0,0,1-.276.249A9.956,9.956,0,0,1,5.7,19.756a.253.253,0,0,1-.092-.181.249.249,0,0,1,.073-.19L7.1,17.962a.249.249,0,0,1,.329-.021,7.463,7.463,0,0,0,3.605,1.5.249.249,0,0,1,.218.247ZM12,16.25a.75.75,0,0,1-.75-.75V14.016a.25.25,0,0,0-.139-.224,2.023,2.023,0,0,1-.9-.9.25.25,0,0,0-.224-.139H8.5a.75.75,0,0,1,0-1.5H9.984a.25.25,0,0,0,.224-.139,2.023,2.023,0,0,1,.9-.9.25.25,0,0,0,.139-.224V8.5a.75.75,0,0,1,1.5,0V9.984a.25.25,0,0,0,.139.224,2.023,2.023,0,0,1,.9.9.25.25,0,0,0,.224.139H15.5a.75.75,0,0,1,0,1.5H14.016a.25.25,0,0,0-.224.139,2.023,2.023,0,0,1-.9.9.25.25,0,0,0-.139.224V15.5A.75.75,0,0,1,12,16.25Zm1.026,5.7a.252.252,0,0,1-.276-.249V19.686a.249.249,0,0,1,.218-.248,7.463,7.463,0,0,0,3.605-1.5.249.249,0,0,1,.329.021l1.422,1.423a.246.246,0,0,1,.073.19.249.249,0,0,1-.092.181A9.956,9.956,0,0,1,13.026,21.948Zm6.73-3.643a.253.253,0,0,1-.181.092.249.249,0,0,1-.19-.073L17.962,16.9a.251.251,0,0,1-.021-.33,7.459,7.459,0,0,0,1.5-3.6.249.249,0,0,1,.247-.218H21.7a.251.251,0,0,1,.249.276A9.956,9.956,0,0,1,19.756,18.305Z"]];
|
|
419
|
+
export var CasinoChipsDouble = ["casino-chips-double", 24, 24, [{
|
|
420
|
+
"fill": "#000000",
|
|
421
|
+
"stroke": "none",
|
|
422
|
+
"stroke-linecap": "round",
|
|
423
|
+
"stroke-linejoin": "round",
|
|
424
|
+
"stroke-width": 0
|
|
425
|
+
}, {
|
|
426
|
+
"fill": "#000000",
|
|
427
|
+
"stroke": "none",
|
|
428
|
+
"stroke-linecap": "round",
|
|
429
|
+
"stroke-linejoin": "round",
|
|
430
|
+
"stroke-width": 0
|
|
431
|
+
}, {
|
|
432
|
+
"fill": "#000000",
|
|
433
|
+
"stroke": "none",
|
|
434
|
+
"stroke-linecap": "round",
|
|
435
|
+
"stroke-linejoin": "round",
|
|
436
|
+
"stroke-width": 0
|
|
437
|
+
}, {
|
|
438
|
+
"fill": "#000000",
|
|
439
|
+
"stroke": "none",
|
|
440
|
+
"stroke-linecap": "round",
|
|
441
|
+
"stroke-linejoin": "round",
|
|
442
|
+
"stroke-width": 0
|
|
443
|
+
}, {
|
|
444
|
+
"fill": "#000000",
|
|
445
|
+
"stroke": "none",
|
|
446
|
+
"stroke-linecap": "round",
|
|
447
|
+
"stroke-linejoin": "round",
|
|
448
|
+
"stroke-width": 0
|
|
449
|
+
}, {
|
|
450
|
+
"fill": "#000000",
|
|
451
|
+
"stroke": "none",
|
|
452
|
+
"stroke-linecap": "round",
|
|
453
|
+
"stroke-linejoin": "round",
|
|
454
|
+
"stroke-width": 0
|
|
455
|
+
}, {
|
|
456
|
+
"fill": "#000000",
|
|
457
|
+
"stroke": "none",
|
|
458
|
+
"stroke-linecap": "round",
|
|
459
|
+
"stroke-linejoin": "round",
|
|
460
|
+
"stroke-width": 0
|
|
461
|
+
}, {
|
|
462
|
+
"fill": "#000000",
|
|
463
|
+
"stroke": "none",
|
|
464
|
+
"stroke-linecap": "round",
|
|
465
|
+
"stroke-linejoin": "round",
|
|
466
|
+
"stroke-width": 0
|
|
467
|
+
}, {
|
|
468
|
+
"fill": "#000000",
|
|
469
|
+
"stroke": "none",
|
|
470
|
+
"stroke-linecap": "round",
|
|
471
|
+
"stroke-linejoin": "round",
|
|
472
|
+
"stroke-width": 0
|
|
473
|
+
}], ["M5.250 8.954 A3.750 3.750 0 1 0 12.750 8.954 A3.750 3.750 0 1 0 5.250 8.954 Z", "M10.142,3.829a5.245,5.245,0,0,1,2.271,1.139.5.5,0,0,0,.625.02L15.276,3.31a.5.5,0,0,0,.051-.756,8.981,8.981,0,0,0-5-2.5.5.5,0,0,0-.574.5v2.8A.5.5,0,0,0,10.142,3.829Z", "M16.917,4.671a.5.5,0,0,0-.333-.25.494.494,0,0,0-.407.088L13.94,6.186a.5.5,0,0,0-.156.607,5.246,5.246,0,0,1,0,4.323.5.5,0,0,0,.156.606L16.177,13.4a.5.5,0,0,0,.74-.162,9.013,9.013,0,0,0,0-8.567Z", "M4.962,4.988a.5.5,0,0,0,.625-.02A5.232,5.232,0,0,1,7.859,3.829a.5.5,0,0,0,.391-.488V.546a.5.5,0,0,0-.573-.5,8.981,8.981,0,0,0-5,2.5.5.5,0,0,0,.052.756Z", "M15.474,14.965a.5.5,0,0,0-.2-.367L13.038,12.92a.5.5,0,0,0-.625.02,5.232,5.232,0,0,1-2.272,1.139.5.5,0,0,0-.391.488v2.795a.5.5,0,0,0,.574.5,8.981,8.981,0,0,0,5-2.5A.5.5,0,0,0,15.474,14.965Z", "M7.859,14.079A5.243,5.243,0,0,1,5.587,12.94a.5.5,0,0,0-.625-.02L2.725,14.6a.5.5,0,0,0-.052.756,8.981,8.981,0,0,0,5,2.5.5.5,0,0,0,.573-.5v-2.8A.5.5,0,0,0,7.859,14.079Z", "M4.216,11.115a5.244,5.244,0,0,1,0-4.322.5.5,0,0,0-.156-.607L1.823,4.509a.5.5,0,0,0-.74.162,9.011,9.011,0,0,0,0,8.566.5.5,0,0,0,.74.163L4.06,11.722A.5.5,0,0,0,4.216,11.115Z", "M16.051,19.661a1,1,0,0,0-1.414-1.414l-.616.616a.25.25,0,0,1-.354,0l-.616-.616a1,1,0,0,0-1.414,1.414l.616.616a.25.25,0,0,1,0,.354l-.616.616a1,1,0,1,0,1.414,1.414l.616-.616a.25.25,0,0,1,.354,0l.616.616a1,1,0,0,0,1.414-1.414l-.616-.616a.25.25,0,0,1,0-.354Z", "M23,21.954H21.494a.25.25,0,0,1-.165-.437l.662-.584c.876-.772,1.869-1.647,1.508-3.428a3.188,3.188,0,0,0-6.311.637,1,1,0,0,0,2,0,1.188,1.188,0,0,1,2.351-.239c.121.6-.02.781-.87,1.529L17.526,22.2a1,1,0,0,0,.662,1.75H23a1,1,0,0,0,0-2Z"]];
|
|
474
|
+
export var CasinoLuckyClover = ["casino-lucky-clover", 24, 24, [{
|
|
475
|
+
"fill": "#000000",
|
|
476
|
+
"stroke": "none",
|
|
477
|
+
"stroke-linecap": "round",
|
|
478
|
+
"stroke-linejoin": "round",
|
|
479
|
+
"stroke-width": 0
|
|
480
|
+
}, {
|
|
481
|
+
"fill": "#000000",
|
|
482
|
+
"stroke": "none",
|
|
483
|
+
"stroke-linecap": "round",
|
|
484
|
+
"stroke-linejoin": "round",
|
|
485
|
+
"stroke-width": 0
|
|
486
|
+
}, {
|
|
487
|
+
"fill": "#000000",
|
|
488
|
+
"stroke": "none",
|
|
489
|
+
"stroke-linecap": "round",
|
|
490
|
+
"stroke-linejoin": "round",
|
|
491
|
+
"stroke-width": 0
|
|
492
|
+
}, {
|
|
493
|
+
"fill": "#000000",
|
|
494
|
+
"stroke": "none",
|
|
495
|
+
"stroke-linecap": "round",
|
|
496
|
+
"stroke-linejoin": "round",
|
|
497
|
+
"stroke-width": 0
|
|
498
|
+
}, {
|
|
499
|
+
"fill": "#000000",
|
|
500
|
+
"stroke": "none",
|
|
501
|
+
"stroke-linecap": "round",
|
|
502
|
+
"stroke-linejoin": "round",
|
|
503
|
+
"stroke-width": 0
|
|
504
|
+
}], ["M5.763,7.086h0l4.93.564.056,0a.5.5,0,0,0,.5-.55l-.5-4.982A2.347,2.347,0,0,0,9.889.531,2.318,2.318,0,0,0,8.165.014,2.354,2.354,0,0,0,6.051,2.186a.218.218,0,0,1-.21.2,2.2,2.2,0,0,0-1.278.517,2.327,2.327,0,0,0-.869,1.573A2.359,2.359,0,0,0,5.763,7.086Z", "M18.238,7.086h0l-4.929.564-.057,0a.5.5,0,0,1-.5-.55l.5-4.982A2.343,2.343,0,0,1,14.112.531,2.317,2.317,0,0,1,15.836.014a2.354,2.354,0,0,1,2.113,2.172.218.218,0,0,0,.21.2,2.2,2.2,0,0,1,1.278.517,2.323,2.323,0,0,1,.869,1.573A2.358,2.358,0,0,1,18.238,7.086Z", "M18.238,9.916h0l-4.929-.563a.505.505,0,0,0-.408.142.5.5,0,0,0-.146.406l.5,4.98A2.358,2.358,0,0,0,15.593,17a2.18,2.18,0,0,0,.242-.013,2.356,2.356,0,0,0,2.113-2.159.252.252,0,0,1,.227-.23,2.377,2.377,0,0,0,1.262-.5,2.318,2.318,0,0,0,.869-1.571A2.358,2.358,0,0,0,18.238,9.916Z", "M11.1,9.495a.508.508,0,0,0-.407-.142l-4.93.563h0a2.358,2.358,0,0,0-2.069,2.605A2.318,2.318,0,0,0,4.563,14.1a2.389,2.389,0,0,0,1.266.495.249.249,0,0,1,.222.231,2.357,2.357,0,0,0,2.113,2.167A2.193,2.193,0,0,0,8.406,17a2.358,2.358,0,0,0,2.338-2.12l.5-4.98A.5.5,0,0,0,11.1,9.495Z", "M15.75,22a2.5,2.5,0,0,1-2.5-2.5V18a1,1,0,0,0-2,0v1.5a4.505,4.505,0,0,0,4.5,4.5,1,1,0,0,0,0-2Z"]];
|
|
505
|
+
export var CasinoGlobalChip = ["casino-global-chip", 24, 24, [{
|
|
506
|
+
"fill": "#000000",
|
|
507
|
+
"stroke": "none",
|
|
508
|
+
"stroke-linecap": "round",
|
|
509
|
+
"stroke-linejoin": "round",
|
|
510
|
+
"stroke-width": 0
|
|
511
|
+
}, {
|
|
512
|
+
"fill": "#000000",
|
|
513
|
+
"stroke": "none",
|
|
514
|
+
"stroke-linecap": "round",
|
|
515
|
+
"stroke-linejoin": "round",
|
|
516
|
+
"stroke-width": 0
|
|
517
|
+
}, {
|
|
518
|
+
"fill": "#000000",
|
|
519
|
+
"stroke": "none",
|
|
520
|
+
"stroke-linecap": "round",
|
|
521
|
+
"stroke-linejoin": "round",
|
|
522
|
+
"stroke-width": 0
|
|
523
|
+
}, {
|
|
524
|
+
"fill": "#000000",
|
|
525
|
+
"stroke": "none",
|
|
526
|
+
"stroke-linecap": "round",
|
|
527
|
+
"stroke-linejoin": "round",
|
|
528
|
+
"stroke-width": 0
|
|
529
|
+
}, {
|
|
530
|
+
"fill": "#000000",
|
|
531
|
+
"stroke": "none",
|
|
532
|
+
"stroke-linecap": "round",
|
|
533
|
+
"stroke-linejoin": "round",
|
|
534
|
+
"stroke-width": 0
|
|
535
|
+
}, {
|
|
536
|
+
"fill": "#000000",
|
|
537
|
+
"stroke": "none",
|
|
538
|
+
"stroke-linecap": "round",
|
|
539
|
+
"stroke-linejoin": "round",
|
|
540
|
+
"stroke-width": 0
|
|
541
|
+
}, {
|
|
542
|
+
"fill": "#000000",
|
|
543
|
+
"stroke": "none",
|
|
544
|
+
"stroke-linecap": "round",
|
|
545
|
+
"stroke-linejoin": "round",
|
|
546
|
+
"stroke-width": 0
|
|
547
|
+
}, {
|
|
548
|
+
"fill": "#000000",
|
|
549
|
+
"stroke": "none",
|
|
550
|
+
"stroke-linecap": "round",
|
|
551
|
+
"stroke-linejoin": "round",
|
|
552
|
+
"stroke-width": 0
|
|
553
|
+
}], ["M21.946,9.906A11,11,0,1,0,10.33,21.979l.061,0a1,1,0,0,0,.459-1.888,10.242,10.242,0,0,1-2.209-3.5.25.25,0,0,1,.231-.346h1.136a.75.75,0,0,0,0-1.5H8.4a.5.5,0,0,1-.486-.382A14.472,14.472,0,0,1,7.562,12.3a.5.5,0,0,1,.5-.547h5.217a.75.75,0,0,0,0-1.5H8.06a.5.5,0,0,1-.5-.548,14.566,14.566,0,0,1,.349-2.071A.5.5,0,0,1,8.4,7.25h5.2a.5.5,0,0,1,.486.38,14.409,14.409,0,0,1,.339,1.931A.75.75,0,1,0,15.915,9.4a15.906,15.906,0,0,0-.31-1.846.25.25,0,0,1,.244-.306h3.014a.5.5,0,0,1,.463.311,9.017,9.017,0,0,1,.63,2.543,1,1,0,0,0,1.99-.2ZM7.884,2.556a.251.251,0,0,1,.3.362,15.313,15.313,0,0,0-1.176,2.5.5.5,0,0,1-.469.328H4.2a.249.249,0,0,1-.194-.407A9.039,9.039,0,0,1,7.884,2.556ZM8.2,19.091a.251.251,0,0,1-.3.362,9.019,9.019,0,0,1-3.9-2.8A.249.249,0,0,1,4.2,16.25H6.555a.5.5,0,0,1,.469.327A15.8,15.8,0,0,0,8.2,19.091ZM6.393,14.445a.251.251,0,0,1-.244.3h-3a.5.5,0,0,1-.462-.309,8.947,8.947,0,0,1-.625-2.413.254.254,0,0,1,.062-.2.251.251,0,0,1,.187-.083H5.551a.5.5,0,0,1,.5.459A15.977,15.977,0,0,0,6.393,14.445ZM6.049,9.79a.5.5,0,0,1-.5.46H2.307a.251.251,0,0,1-.248-.279,8.939,8.939,0,0,1,.626-2.413.5.5,0,0,1,.461-.308h3a.252.252,0,0,1,.245.3A16.174,16.174,0,0,0,6.049,9.79ZM8.868,5.75a.25.25,0,0,1-.23-.346,11.678,11.678,0,0,1,1.88-3.189A.647.647,0,0,1,11,2a.63.63,0,0,1,.471.212A11.929,11.929,0,0,1,13.351,5.4a.25.25,0,0,1-.231.346Zm6.572,0a.5.5,0,0,1-.47-.328A16.071,16.071,0,0,0,13.8,2.9a.25.25,0,0,1,.3-.36,8.955,8.955,0,0,1,3.914,2.8.25.25,0,0,1-.194.407Z", "M15.750 18.047 A2.250 2.250 0 1 0 20.250 18.047 A2.250 2.250 0 1 0 15.750 18.047 Z", "M18.75,14.173a.248.248,0,0,0,.188.242,3.759,3.759,0,0,1,1.4.7.248.248,0,0,0,.306.005l1.433-1.075a.25.25,0,0,0,.02-.382,5.989,5.989,0,0,0-3.057-1.53.251.251,0,0,0-.293.246Z", "M15.353,15.124a.248.248,0,0,0,.306-.005,3.755,3.755,0,0,1,1.4-.7.249.249,0,0,0,.187-.242v-1.79a.251.251,0,0,0-.089-.191.249.249,0,0,0-.2-.055,5.989,5.989,0,0,0-3.057,1.53.25.25,0,0,0,.02.382Z", "M23.354,15.335a.256.256,0,0,0-.166-.13.251.251,0,0,0-.207.043l-1.433,1.075a.25.25,0,0,0-.081.295,3.747,3.747,0,0,1,0,2.857.249.249,0,0,0,.081.295l1.433,1.075a.251.251,0,0,0,.373-.087,6.014,6.014,0,0,0,0-5.423Z", "M14.452,19.77a.25.25,0,0,0,.081-.295,3.747,3.747,0,0,1,0-2.857.249.249,0,0,0-.081-.295l-1.433-1.075a.249.249,0,0,0-.206-.043.252.252,0,0,0-.167.13,6.014,6.014,0,0,0,0,5.423.251.251,0,0,0,.373.087Z", "M20.647,20.969a.249.249,0,0,0-.306,0,3.741,3.741,0,0,1-1.4.7.249.249,0,0,0-.187.242v1.79a.25.25,0,0,0,.293.246,5.974,5.974,0,0,0,3.057-1.53.25.25,0,0,0-.02-.382Z", "M17.25,21.92a.249.249,0,0,0-.188-.242,3.744,3.744,0,0,1-1.4-.7.249.249,0,0,0-.306,0L13.92,22.044a.25.25,0,0,0-.02.382,5.974,5.974,0,0,0,3.057,1.53.251.251,0,0,0,.293-.246Z"]];
|
|
554
|
+
export var CasinoChipsDouble1 = ["casino-chips-double-1", 24, 24, [{
|
|
555
|
+
"fill": "#000000",
|
|
556
|
+
"stroke": "none",
|
|
557
|
+
"stroke-linecap": "round",
|
|
558
|
+
"stroke-linejoin": "round",
|
|
559
|
+
"stroke-width": 0
|
|
560
|
+
}, {
|
|
561
|
+
"fill": "#000000",
|
|
562
|
+
"stroke": "none",
|
|
563
|
+
"stroke-linecap": "round",
|
|
564
|
+
"stroke-linejoin": "round",
|
|
565
|
+
"stroke-width": 0
|
|
566
|
+
}, {
|
|
567
|
+
"fill": "#000000",
|
|
568
|
+
"stroke": "none",
|
|
569
|
+
"stroke-linecap": "round",
|
|
570
|
+
"stroke-linejoin": "round",
|
|
571
|
+
"stroke-width": 0
|
|
572
|
+
}, {
|
|
573
|
+
"fill": "#000000",
|
|
574
|
+
"stroke": "none",
|
|
575
|
+
"stroke-linecap": "round",
|
|
576
|
+
"stroke-linejoin": "round",
|
|
577
|
+
"stroke-width": 0
|
|
578
|
+
}, {
|
|
579
|
+
"fill": "#000000",
|
|
580
|
+
"stroke": "none",
|
|
581
|
+
"stroke-linecap": "round",
|
|
582
|
+
"stroke-linejoin": "round",
|
|
583
|
+
"stroke-width": 0
|
|
584
|
+
}, {
|
|
585
|
+
"fill": "#000000",
|
|
586
|
+
"stroke": "none",
|
|
587
|
+
"stroke-linecap": "round",
|
|
588
|
+
"stroke-linejoin": "round",
|
|
589
|
+
"stroke-width": 0
|
|
590
|
+
}], ["M15.435,20.677a.25.25,0,0,1,0-.354l.616-.616a1,1,0,0,0-1.414-1.414l-.616.616a.25.25,0,0,1-.354,0l-.616-.616a1,1,0,0,0-1.414,1.414l.616.616a.25.25,0,0,1,0,.354l-.616.616a1,1,0,1,0,1.414,1.414l.616-.616a.25.25,0,0,1,.354,0l.616.616a1,1,0,0,0,1.414-1.414Z", "M24,23a1,1,0,0,1-1,1H18.187a1,1,0,0,1-.661-1.75l3.143-2.772c.85-.749.991-.93.87-1.529a1.188,1.188,0,0,0-2.352.239,1,1,0,0,1-2,0,3.188,3.188,0,0,1,6.312-.637c.361,1.781-.632,2.656-1.508,3.428l-.662.583a.25.25,0,0,0,.165.438H23A1,1,0,0,1,24,23Z", "M.4,5.724a.25.25,0,0,0-.395.2V8.053a.5.5,0,0,0,.115.32C.948,9.374,3.136,10.25,6,10.25s5.052-.876,5.885-1.877A.5.5,0,0,0,12,8.053V5.928a.25.25,0,0,0-.395-.2A9.858,9.858,0,0,1,6,7.25,9.858,9.858,0,0,1,.4,5.724Z", "M6,14.75c2.864,0,5.052-.876,5.885-1.877a.5.5,0,0,0,.115-.32V10.667a.251.251,0,0,0-.125-.216.247.247,0,0,0-.249,0A11.544,11.544,0,0,1,6,11.75a11.544,11.544,0,0,1-5.626-1.3A.25.25,0,0,0,0,10.667v1.886a.5.5,0,0,0,.115.32C.948,13.874,3.136,14.75,6,14.75Z", "M6,16.25a11.544,11.544,0,0,1-5.626-1.3A.25.25,0,0,0,0,15.167V16c0,1.71,2.58,3,6,3s6-1.29,6-3v-.833a.251.251,0,0,0-.125-.216.247.247,0,0,0-.249,0A11.544,11.544,0,0,1,6,16.25Z", "M0.000 3.000 A6 3 0 1 0 12.000 3.000 A6 3 0 1 0 0.000 3.000 Z"]];
|
|
591
|
+
export var CasinoGoldBars = ["casino-gold-bars", 24, 24, [{
|
|
592
|
+
"fill": "#000000",
|
|
593
|
+
"stroke": "none",
|
|
594
|
+
"stroke-linecap": "round",
|
|
595
|
+
"stroke-linejoin": "round",
|
|
596
|
+
"stroke-width": 0
|
|
597
|
+
}, {
|
|
598
|
+
"fill": "#000000",
|
|
599
|
+
"stroke": "none",
|
|
600
|
+
"stroke-linecap": "round",
|
|
601
|
+
"stroke-linejoin": "round",
|
|
602
|
+
"stroke-width": 0
|
|
603
|
+
}, {
|
|
604
|
+
"fill": "#000000",
|
|
605
|
+
"stroke": "none",
|
|
606
|
+
"stroke-linecap": "round",
|
|
607
|
+
"stroke-linejoin": "round",
|
|
608
|
+
"stroke-width": 0
|
|
609
|
+
}, {
|
|
610
|
+
"fill": "#000000",
|
|
611
|
+
"stroke": "none",
|
|
612
|
+
"stroke-linecap": "round",
|
|
613
|
+
"stroke-linejoin": "round",
|
|
614
|
+
"stroke-width": 0
|
|
615
|
+
}, {
|
|
616
|
+
"fill": "#000000",
|
|
617
|
+
"stroke": "none",
|
|
618
|
+
"stroke-linecap": "round",
|
|
619
|
+
"stroke-linejoin": "round",
|
|
620
|
+
"stroke-width": 0
|
|
621
|
+
}, {
|
|
622
|
+
"fill": "#000000",
|
|
623
|
+
"stroke": "none",
|
|
624
|
+
"stroke-linecap": "round",
|
|
625
|
+
"stroke-linejoin": "round",
|
|
626
|
+
"stroke-width": 0
|
|
627
|
+
}], ["M7.039,9.255A1.808,1.808,0,0,0,5.413,8.25H3.088A1.81,1.81,0,0,0,1.461,9.258L.088,12.05a.83.83,0,0,0,.742,1.2H7.671a.83.83,0,0,0,.744-1.2Z", "M12.914,6.053l-1.376-2.8a1.808,1.808,0,0,0-1.625-1H7.588A1.808,1.808,0,0,0,5.961,3.258L4.588,6.05a.83.83,0,0,0,.742,1.2h6.841a.829.829,0,0,0,.743-1.2Z", "M23,3.25a.75.75,0,0,0-.75-.75h-1.5a.25.25,0,0,1-.25-.25V.75a.75.75,0,0,0-1.5,0v1.5a.25.25,0,0,1-.25.25h-1.5a.75.75,0,0,0,0,1.5h1.5a.25.25,0,0,1,.25.25v1.5a.75.75,0,0,0,1.5,0V4.25A.25.25,0,0,1,20.75,4h1.5A.75.75,0,0,0,23,3.25Z", "M6.25,18h-1A.25.25,0,0,1,5,17.75v-1a.75.75,0,0,0-1.5,0v1a.25.25,0,0,1-.25.25h-1a.75.75,0,0,0,0,1.5h1a.25.25,0,0,1,.25.25v1a.75.75,0,0,0,1.5,0v-1a.25.25,0,0,1,.25-.25h1a.75.75,0,0,0,0-1.5Z", "M9.83,13.25a.359.359,0,0,0,.3-.155,8.278,8.278,0,0,1,5.421-3.918.25.25,0,0,0,.122-.425,1.809,1.809,0,0,0-1.256-.5H12.088a1.808,1.808,0,0,0-1.627,1.008L9.088,12.05a.83.83,0,0,0,.742,1.2Z", "M17.25,10.5A6.75,6.75,0,1,0,24,17.25,6.758,6.758,0,0,0,17.25,10.5ZM12.5,17.25a4.711,4.711,0,0,1,.339-1.761.251.251,0,0,1,.374-.113l1.283.885a.253.253,0,0,1,.1.272,2.726,2.726,0,0,0,0,1.434.253.253,0,0,1-.1.272l-1.283.885a.251.251,0,0,1-.374-.113A4.711,4.711,0,0,1,12.5,17.25Zm7.405-.717a.251.251,0,0,1,.1-.272l1.284-.885a.251.251,0,0,1,.374.113,4.756,4.756,0,0,1,0,3.522.251.251,0,0,1-.374.113L20,18.239a.251.251,0,0,1-.1-.272,2.753,2.753,0,0,0,0-1.434Zm.556-2.78a.249.249,0,0,1-.027.39l-1.281.884a.249.249,0,0,1-.289,0,2.759,2.759,0,0,0-.7-.366A.249.249,0,0,1,18,14.422v-1.56a.25.25,0,0,1,.306-.243A4.725,4.725,0,0,1,20.461,13.753Zm-4.267-1.134a.25.25,0,0,1,.306.243v1.56a.25.25,0,0,1-.166.235,2.765,2.765,0,0,0-.7.366.249.249,0,0,1-.289,0l-1.281-.884a.246.246,0,0,1-.107-.188.249.249,0,0,1,.08-.2A4.735,4.735,0,0,1,16.194,12.619Zm-2.155,8.128a.251.251,0,0,1,.027-.39l1.281-.884a.249.249,0,0,1,.289,0,2.765,2.765,0,0,0,.7.366.249.249,0,0,1,.166.235v1.56a.25.25,0,0,1-.306.243A4.735,4.735,0,0,1,14.039,20.747Zm4.267,1.134A.251.251,0,0,1,18,21.638v-1.56a.25.25,0,0,1,.167-.235,2.759,2.759,0,0,0,.7-.366.249.249,0,0,1,.289,0l1.281.884a.247.247,0,0,1,.108.188.25.25,0,0,1-.081.2A4.725,4.725,0,0,1,18.306,21.881Z"]];
|
|
628
|
+
export var CasinoPlayerDice = ["casino-player-dice", 24, 24, [{
|
|
629
|
+
"fill": "#000000",
|
|
630
|
+
"stroke": "none",
|
|
631
|
+
"stroke-linecap": "round",
|
|
632
|
+
"stroke-linejoin": "round",
|
|
633
|
+
"stroke-width": 0
|
|
634
|
+
}, {
|
|
635
|
+
"fill": "#000000",
|
|
636
|
+
"stroke": "none",
|
|
637
|
+
"stroke-linecap": "round",
|
|
638
|
+
"stroke-linejoin": "round",
|
|
639
|
+
"stroke-width": 0
|
|
640
|
+
}, {
|
|
641
|
+
"fill": "#000000",
|
|
642
|
+
"stroke": "none",
|
|
643
|
+
"stroke-linecap": "round",
|
|
644
|
+
"stroke-linejoin": "round",
|
|
645
|
+
"stroke-width": 0
|
|
646
|
+
}, {
|
|
647
|
+
"fill": "#000000",
|
|
648
|
+
"stroke": "none",
|
|
649
|
+
"stroke-linecap": "round",
|
|
650
|
+
"stroke-linejoin": "round",
|
|
651
|
+
"stroke-width": 0
|
|
652
|
+
}, {
|
|
653
|
+
"fill": "#000000",
|
|
654
|
+
"stroke": "none",
|
|
655
|
+
"stroke-linecap": "round",
|
|
656
|
+
"stroke-linejoin": "round",
|
|
657
|
+
"stroke-width": 0
|
|
658
|
+
}, {
|
|
659
|
+
"fill": "#000000",
|
|
660
|
+
"stroke": "none",
|
|
661
|
+
"stroke-linecap": "round",
|
|
662
|
+
"stroke-linejoin": "round",
|
|
663
|
+
"stroke-width": 0
|
|
664
|
+
}], ["M16.4,13.5a1,1,0,0,1-1,1h-8a1,1,0,0,1-1-1v-8a1,1,0,0,1,1-1h8a1,1,0,0,1,1,1Zm5.076-3.642a7.246,7.246,0,0,1-.72-1.452C20.758,3.145,15.9,0,11.2,0A9.972,9.972,0,0,0,1.1,10.063c0,3.633,1.241,6.217,3.79,7.885A.25.25,0,0,1,5,18.157V23.5a.5.5,0,0,0,.5.5h10a.5.5,0,0,0,.5-.5V20.769a.25.25,0,0,1,.244-.25c1.628-.035,2.692-.245,3.425-.978.781-.781.96-3.026,1-4.282a.25.25,0,0,1,.252-.243c.259,0,.547,0,.8-.01,1.078-.048,1.139-.9,1.174-1.4C22.976,12.489,22.18,11.092,21.478,9.858Z", "M10.402 9.500 A1.000 1.000 0 1 0 12.402 9.500 A1.000 1.000 0 1 0 10.402 9.500 Z", "M7.902 7.000 A1.000 1.000 0 1 0 9.902 7.000 A1.000 1.000 0 1 0 7.902 7.000 Z", "M12.902 7.000 A1.000 1.000 0 1 0 14.902 7.000 A1.000 1.000 0 1 0 12.902 7.000 Z", "M7.902 12.000 A1.000 1.000 0 1 0 9.902 12.000 A1.000 1.000 0 1 0 7.902 12.000 Z", "M12.902 12.000 A1.000 1.000 0 1 0 14.902 12.000 A1.000 1.000 0 1 0 12.902 12.000 Z"]];
|
|
665
|
+
export var CasinoPullMachineSlot = ["casino-pull-machine-slot", 24, 24, [{
|
|
666
|
+
"fill": "#000000",
|
|
667
|
+
"stroke": "none",
|
|
668
|
+
"stroke-linecap": "round",
|
|
669
|
+
"stroke-linejoin": "round",
|
|
670
|
+
"stroke-width": 0
|
|
671
|
+
}, {
|
|
672
|
+
"fill": "#000000",
|
|
673
|
+
"stroke": "none",
|
|
674
|
+
"stroke-linecap": "round",
|
|
675
|
+
"stroke-linejoin": "round",
|
|
676
|
+
"stroke-width": 0
|
|
677
|
+
}], ["M23,21.667a.994.994,0,0,1-.736-.323l-4.772-5.2a2.96,2.96,0,0,0-2.073-.83H15.4L9.708,15H9.691a2.5,2.5,0,0,1,.049-5l2.805-.019a1,1,0,0,0,.732-.321,1.184,1.184,0,0,0,.257-.887,2.846,2.846,0,0,0-.751-1.751A3.718,3.718,0,0,0,10.212,6h-.025a4,4,0,0,0-2.6.985,2.707,2.707,0,0,1-3.6-.03,3,3,0,0,1-.094-4.364A8.956,8.956,0,0,1,10.156,0h.056a8.925,8.925,0,0,1,6.441,2.714L23.7,9.54A1,1,0,1,1,22.3,10.976L15.242,4.13A7.046,7.046,0,0,0,10.168,2,6.963,6.963,0,0,0,5.3,4.016a1,1,0,0,0,.031,1.455.71.71,0,0,0,.939.008A6,6,0,0,1,10.175,4a5.5,5.5,0,0,1,3.944,1.534,4.77,4.77,0,0,1,1.413,3.147,3.141,3.141,0,0,1-.787,2.338,3.01,3.01,0,0,1-2.187.962L9.753,12a.5.5,0,0,0,0,1h0l5.69.32h.037a4.925,4.925,0,0,1,3.445,1.441l4.805,5.23A1,1,0,0,1,23,21.667Z", "M9.5,16a1,1,0,0,0-1,1,1,1,0,0,1-1,1H5.25A.25.25,0,0,1,5,17.75V17.5A2.5,2.5,0,0,0,2.5,15H2.25A.25.25,0,0,1,2,14.75V1A1,1,0,0,0,0,1V23a1,1,0,0,0,1.98.2.25.25,0,0,1,.245-.2H2.5A2.5,2.5,0,0,0,5,20.5v-.25A.25.25,0,0,1,5.25,20H7.5a3,3,0,0,0,3-3A1,1,0,0,0,9.5,16Z"]];
|
|
678
|
+
export var CasinoPlayerDiamond = ["casino-player-diamond", 24, 24, [{
|
|
679
|
+
"fill": "#000000",
|
|
680
|
+
"stroke": "none",
|
|
681
|
+
"stroke-linecap": "round",
|
|
682
|
+
"stroke-linejoin": "round",
|
|
683
|
+
"stroke-width": 0
|
|
684
|
+
}], ["M14.112,4.368a1.222,1.222,0,0,1,.973.486l2.082,2.253a.249.249,0,0,1-.183.419H14.693a.249.249,0,0,1-.217-.126L12.957,4.742a.25.25,0,0,1,.217-.374Zm-3.249.053a.105.105,0,0,1,.091-.053.1.1,0,0,1,.091.053l1.561,2.731a.25.25,0,0,1-.217.374H9.52A.249.249,0,0,1,9.3,7.152ZM6.872,4.8A1.184,1.184,0,0,1,7.8,4.368h.939a.25.25,0,0,1,.217.374L7.433,7.4a.25.25,0,0,1-.217.126H4.928a.25.25,0,0,1-.184-.419ZM4.025,9.59a1.188,1.188,0,0,1-.144-.174.25.25,0,0,1,.207-.39H7.016a.25.25,0,0,1,.242.19l1.008,4.031a.25.25,0,0,1-.421.236Zm7.4,6.325a.254.254,0,0,1-.182.183,1.214,1.214,0,0,1-.294.036,1.165,1.165,0,0,1-.293-.037.251.251,0,0,1-.182-.182L8.835,9.337a.25.25,0,0,1,.242-.311h3.754a.249.249,0,0,1,.2.1.245.245,0,0,1,.046.214Zm6.6-6.5a1.218,1.218,0,0,1-.15.182l0,0-3.812,3.884a.25.25,0,0,1-.421-.235L14.65,9.216a.25.25,0,0,1,.243-.19h2.926a.25.25,0,0,1,.208.389Zm3.451.443a7.246,7.246,0,0,1-.72-1.452C20.758,3.145,15.9,0,11.2,0A9.972,9.972,0,0,0,1.1,10.063c0,3.633,1.241,6.217,3.79,7.885A.25.25,0,0,1,5,18.157V23.5a.5.5,0,0,0,.5.5h10a.5.5,0,0,0,.5-.5V20.769a.25.25,0,0,1,.244-.25c1.628-.035,2.692-.245,3.425-.978.781-.781.96-3.026,1-4.282a.25.25,0,0,1,.252-.243c.259,0,.547,0,.8-.01,1.078-.048,1.139-.9,1.174-1.4C22.976,12.489,22.18,11.092,21.478,9.858Z"]];
|
|
685
|
+
export var CasinoPlayerWoman = ["casino-player-woman", 24, 24, [{
|
|
686
|
+
"fill": "#000000",
|
|
687
|
+
"stroke": "none",
|
|
688
|
+
"stroke-linecap": "round",
|
|
689
|
+
"stroke-linejoin": "round",
|
|
690
|
+
"stroke-width": 0
|
|
691
|
+
}, {
|
|
692
|
+
"fill": "#000000",
|
|
693
|
+
"stroke": "none",
|
|
694
|
+
"stroke-linecap": "round",
|
|
695
|
+
"stroke-linejoin": "round",
|
|
696
|
+
"stroke-width": 0
|
|
697
|
+
}, {
|
|
698
|
+
"fill": "#000000",
|
|
699
|
+
"stroke": "none",
|
|
700
|
+
"stroke-linecap": "round",
|
|
701
|
+
"stroke-linejoin": "round",
|
|
702
|
+
"stroke-width": 0
|
|
703
|
+
}, {
|
|
704
|
+
"fill": "#000000",
|
|
705
|
+
"stroke": "none",
|
|
706
|
+
"stroke-linecap": "round",
|
|
707
|
+
"stroke-linejoin": "round",
|
|
708
|
+
"stroke-width": 0
|
|
709
|
+
}, {
|
|
710
|
+
"fill": "#000000",
|
|
711
|
+
"stroke": "none",
|
|
712
|
+
"stroke-linecap": "round",
|
|
713
|
+
"stroke-linejoin": "round",
|
|
714
|
+
"stroke-width": 0
|
|
715
|
+
}, {
|
|
716
|
+
"fill": "#000000",
|
|
717
|
+
"stroke": "none",
|
|
718
|
+
"stroke-linecap": "round",
|
|
719
|
+
"stroke-linejoin": "round",
|
|
720
|
+
"stroke-width": 0
|
|
721
|
+
}, {
|
|
722
|
+
"fill": "#000000",
|
|
723
|
+
"stroke": "none",
|
|
724
|
+
"stroke-linecap": "round",
|
|
725
|
+
"stroke-linejoin": "round",
|
|
726
|
+
"stroke-width": 0
|
|
727
|
+
}], ["M10.407,13.873a.749.749,0,0,0,.134,1.052,2.409,2.409,0,0,0,2.918,0,.749.749,0,1,0-.918-1.185.977.977,0,0,1-1.082,0A.751.751,0,0,0,10.407,13.873Z", "M13.000 11.750 A1.000 1.000 0 1 0 15.000 11.750 A1.000 1.000 0 1 0 13.000 11.750 Z", "M9.000 11.750 A1.000 1.000 0 1 0 11.000 11.750 A1.000 1.000 0 1 0 9.000 11.750 Z", "M7.752,19.036a1,1,0,0,0-1.229-.916A13.605,13.605,0,0,0,1.113,20.6,3.014,3.014,0,0,0,0,23a.985.985,0,0,0,1,.982,1.015,1.015,0,0,0,1-1.018,1,1,0,0,1,.361-.8,8.909,8.909,0,0,1,1.206-.806.245.245,0,0,1,.216-.014.25.25,0,0,1,.146.16A17.987,17.987,0,0,1,4.4,23.585.5.5,0,0,0,4.895,24h2.9a1,1,0,0,0,.78-1.625C7.989,21.648,7.853,20.8,7.752,19.036Z", "M22.887,20.6a13.605,13.605,0,0,0-5.41-2.484,1,1,0,0,0-1.229.916c-.1,1.759-.237,2.612-.819,3.339A1,1,0,0,0,16.209,24H19.1a.5.5,0,0,0,.493-.415,17.987,17.987,0,0,1,.474-2.078.25.25,0,0,1,.146-.16.245.245,0,0,1,.216.014,8.909,8.909,0,0,1,1.206.806,1,1,0,0,1,.361.8,1.015,1.015,0,0,0,1,1.018A.985.985,0,0,0,24,23,3.014,3.014,0,0,0,22.887,20.6Z", "M14.538,18.777a.375.375,0,0,0-.354.041l-1.966.951a.5.5,0,0,1-.436,0l-1.966-.951a.375.375,0,0,0-.354-.041.46.46,0,0,0-.259.285,3.912,3.912,0,0,0,0,2.489.466.466,0,0,0,.259.285.377.377,0,0,0,.354-.041l1.966-.951a.5.5,0,0,1,.436,0l1.966.951a.377.377,0,0,0,.354.041.466.466,0,0,0,.259-.285,3.912,3.912,0,0,0,0-2.489A.46.46,0,0,0,14.538,18.777Z", "M12,18.5a7.008,7.008,0,0,0,7-7v-2a7.008,7.008,0,0,0-4.2-6.416.5.5,0,0,1-.3-.48,2.5,2.5,0,1,0-5,0,.5.5,0,0,1-.3.48A7.008,7.008,0,0,0,5,9.5v2A7.008,7.008,0,0,0,12,18.5ZM7,10.515a.25.25,0,0,1,.247-.25,6.986,6.986,0,0,0,4.439-1.4.5.5,0,0,1,.627,0,6.99,6.99,0,0,0,4.44,1.4.25.25,0,0,1,.247.25V11.5a5,5,0,0,1-10,0Z"]];
|