@reviewpush/streamline-bold 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (784) hide show
  1. package/lib/arrows-diagrams/Arrows.js +138 -0
  2. package/lib/arrows-diagrams/Diagrams.js +61 -0
  3. package/lib/arrows-diagrams/index.js +0 -0
  4. package/lib/avatars/GeometricMenFamousPeople.js +6 -0
  5. package/lib/avatars/GeometricMenHistory.js +8 -0
  6. package/lib/avatars/GeometricMenOldPeople.js +3 -0
  7. package/lib/avatars/GeometricMenPeople.js +24 -0
  8. package/lib/avatars/GeometricMenPoliceArmyCrime.js +15 -0
  9. package/lib/avatars/GeometricMenProfessions.js +20 -0
  10. package/lib/avatars/GeometricMenReligion.js +6 -0
  11. package/lib/avatars/GeometricMenVintage.js +5 -0
  12. package/lib/avatars/GeometricWomenFamousPeople.js +1 -0
  13. package/lib/avatars/GeometricWomenHistory.js +2 -0
  14. package/lib/avatars/GeometricWomenOldPeople.js +2 -0
  15. package/lib/avatars/GeometricWomenPeople.js +25 -0
  16. package/lib/avatars/GeometricWomenPoliceArmyCrime.js +11 -0
  17. package/lib/avatars/GeometricWomenProfessions.js +18 -0
  18. package/lib/avatars/GeometricWomenReligion.js +2 -0
  19. package/lib/avatars/GeometricWomenVintage.js +3 -0
  20. package/lib/avatars/NaturalMenFamousPeople.js +6 -0
  21. package/lib/avatars/NaturalMenHistory.js +8 -0
  22. package/lib/avatars/NaturalMenOldPeople.js +3 -0
  23. package/lib/avatars/NaturalMenPeople.js +25 -0
  24. package/lib/avatars/NaturalMenPoliceArmyCrime.js +15 -0
  25. package/lib/avatars/NaturalMenProfessions.js +18 -0
  26. package/lib/avatars/NaturalMenReligion.js +6 -0
  27. package/lib/avatars/NaturalMenVintage.js +5 -0
  28. package/lib/avatars/NaturalWomenFamousPeople.js +1 -0
  29. package/lib/avatars/NaturalWomenHistory.js +2 -0
  30. package/lib/avatars/NaturalWomenOldPeople.js +2 -0
  31. package/lib/avatars/NaturalWomenPeople.js +25 -0
  32. package/lib/avatars/NaturalWomenPoliceArmyCrime.js +11 -0
  33. package/lib/avatars/NaturalWomenProfessions.js +18 -0
  34. package/lib/avatars/NaturalWomenReligion.js +2 -0
  35. package/lib/avatars/NaturalWomenVintage.js +3 -0
  36. package/lib/avatars/index.js +0 -0
  37. package/lib/building-construction/ArchitecturalFeatures.js +8 -0
  38. package/lib/building-construction/Buildings.js +16 -0
  39. package/lib/building-construction/ConceptionProjects.js +11 -0
  40. package/lib/building-construction/Construction.js +14 -0
  41. package/lib/building-construction/HeavyEquipment.js +18 -0
  42. package/lib/building-construction/Houses.js +15 -0
  43. package/lib/building-construction/ModernArchitecture.js +11 -0
  44. package/lib/building-construction/Utilities.js +5 -0
  45. package/lib/building-construction/index.js +0 -0
  46. package/lib/business-products/ABTesting.js +8 -0
  47. package/lib/business-products/Advertising.js +9 -0
  48. package/lib/business-products/Analytics.js +16 -0
  49. package/lib/business-products/Business.js +28 -0
  50. package/lib/business-products/BusinessDeals.js +17 -0
  51. package/lib/business-products/BusinessMetaphors.js +23 -0
  52. package/lib/business-products/DataFiles.js +50 -0
  53. package/lib/business-products/MonetizationProfits.js +18 -0
  54. package/lib/business-products/Optimization.js +8 -0
  55. package/lib/business-products/Performances.js +14 -0
  56. package/lib/business-products/ProductLaunch.js +6 -0
  57. package/lib/business-products/SEO.js +16 -0
  58. package/lib/business-products/Strategy.js +14 -0
  59. package/lib/business-products/index.js +0 -0
  60. package/lib/clothes-footwear-accessories/Accessories.js +13 -0
  61. package/lib/clothes-footwear-accessories/Bags.js +5 -0
  62. package/lib/clothes-footwear-accessories/Beanies.js +5 -0
  63. package/lib/clothes-footwear-accessories/Caps.js +6 -0
  64. package/lib/clothes-footwear-accessories/ClothesDesign.js +10 -0
  65. package/lib/clothes-footwear-accessories/DressSkirts.js +5 -0
  66. package/lib/clothes-footwear-accessories/Footwear.js +13 -0
  67. package/lib/clothes-footwear-accessories/Glasses.js +11 -0
  68. package/lib/clothes-footwear-accessories/Hats.js +14 -0
  69. package/lib/clothes-footwear-accessories/ShirtsSweatersTop.js +20 -0
  70. package/lib/clothes-footwear-accessories/TrousersShirts.js +7 -0
  71. package/lib/clothes-footwear-accessories/Underwear.js +12 -0
  72. package/lib/clothes-footwear-accessories/index.js +0 -0
  73. package/lib/computers-devices-electronics/Arduino.js +5 -0
  74. package/lib/computers-devices-electronics/CDRom.js +7 -0
  75. package/lib/computers-devices-electronics/Cables.js +8 -0
  76. package/lib/computers-devices-electronics/DesktopActions.js +22 -0
  77. package/lib/computers-devices-electronics/DesktopComputers.js +23 -0
  78. package/lib/computers-devices-electronics/Electronics.js +24 -0
  79. package/lib/computers-devices-electronics/FloppyDisks.js +4 -0
  80. package/lib/computers-devices-electronics/HardDrives.js +4 -0
  81. package/lib/computers-devices-electronics/KeyboardMouse.js +12 -0
  82. package/lib/computers-devices-electronics/LaptopActions.js +22 -0
  83. package/lib/computers-devices-electronics/LaptopComputers.js +7 -0
  84. package/lib/computers-devices-electronics/Memory.js +17 -0
  85. package/lib/computers-devices-electronics/MicroprocessorChips.js +13 -0
  86. package/lib/computers-devices-electronics/PowerSupply.js +8 -0
  87. package/lib/computers-devices-electronics/ScanPrint.js +2 -0
  88. package/lib/computers-devices-electronics/Screens.js +5 -0
  89. package/lib/computers-devices-electronics/SmartWatches.js +116 -0
  90. package/lib/computers-devices-electronics/TabletsKindle.js +7 -0
  91. package/lib/computers-devices-electronics/Webcam.js +3 -0
  92. package/lib/computers-devices-electronics/index.js +0 -0
  93. package/lib/content/Archives.js +7 -0
  94. package/lib/content/Books.js +35 -0
  95. package/lib/content/ContentCreation.js +30 -0
  96. package/lib/content/Newspapers.js +5 -0
  97. package/lib/content/Notes.js +41 -0
  98. package/lib/content/index.js +0 -0
  99. package/lib/crime-war-protection/AntiqueWeapons.js +14 -0
  100. package/lib/crime-war-protection/Army.js +39 -0
  101. package/lib/crime-war-protection/Bombs.js +10 -0
  102. package/lib/crime-war-protection/Crime.js +5 -0
  103. package/lib/crime-war-protection/Death.js +5 -0
  104. package/lib/crime-war-protection/Legal.js +6 -0
  105. package/lib/crime-war-protection/ModernWeapons.js +14 -0
  106. package/lib/crime-war-protection/Police.js +16 -0
  107. package/lib/crime-war-protection/Protection.js +23 -0
  108. package/lib/crime-war-protection/Punishment.js +7 -0
  109. package/lib/crime-war-protection/Surveillance.js +11 -0
  110. package/lib/crime-war-protection/index.js +0 -0
  111. package/lib/culture-religion/AstrologyMagic.js +19 -0
  112. package/lib/culture-religion/HistoryFolklore.js +37 -0
  113. package/lib/culture-religion/PrimitiveSymbols.js +10 -0
  114. package/lib/culture-religion/Religion.js +33 -0
  115. package/lib/culture-religion/index.js +0 -0
  116. package/lib/design/Align.js +14 -0
  117. package/lib/design/ColorsPainting.js +38 -0
  118. package/lib/design/CropsArtboards.js +9 -0
  119. package/lib/design/DesignFiles.js +48 -0
  120. package/lib/design/DesignProcess.js +13 -0
  121. package/lib/design/DesignTools.js +20 -0
  122. package/lib/design/Flip.js +4 -0
  123. package/lib/design/GraphicTablets.js +5 -0
  124. package/lib/design/GridsRulers.js +12 -0
  125. package/lib/design/Layers.js +25 -0
  126. package/lib/design/Pathfinder.js +8 -0
  127. package/lib/design/Reorder.js +2 -0
  128. package/lib/design/Resize.js +7 -0
  129. package/lib/design/Rotate.js +9 -0
  130. package/lib/design/Shapes.js +16 -0
  131. package/lib/design/Transform.js +5 -0
  132. package/lib/design/Vectors.js +25 -0
  133. package/lib/design/index.js +0 -0
  134. package/lib/ecology/CleanCars.js +10 -0
  135. package/lib/ecology/Deforestation.js +3 -0
  136. package/lib/ecology/EcologicalHouses.js +2 -0
  137. package/lib/ecology/Ecology.js +21 -0
  138. package/lib/ecology/GMOChemicalFood.js +8 -0
  139. package/lib/ecology/GlobalWarming.js +4 -0
  140. package/lib/ecology/NuclearFossilEnergy.js +10 -0
  141. package/lib/ecology/OrganicNonGMO.js +7 -0
  142. package/lib/ecology/PlantGrowthOrganicFertilizer.js +14 -0
  143. package/lib/ecology/Pollution.js +14 -0
  144. package/lib/ecology/Recycling.js +12 -0
  145. package/lib/ecology/RenewableEnergy.js +21 -0
  146. package/lib/ecology/Seasons.js +4 -0
  147. package/lib/ecology/WaterProtection.js +8 -0
  148. package/lib/ecology/WildlifeProtection.js +4 -0
  149. package/lib/ecology/index.js +0 -0
  150. package/lib/emails/Drawers.js +13 -0
  151. package/lib/emails/EmailActions.js +40 -0
  152. package/lib/emails/Envelopes.js +7 -0
  153. package/lib/emails/Mailbox.js +5 -0
  154. package/lib/emails/ReadEmail.js +11 -0
  155. package/lib/emails/SendEmail.js +9 -0
  156. package/lib/emails/Stamps.js +5 -0
  157. package/lib/emails/index.js +0 -0
  158. package/lib/entertainment-events-hobbies/AmusementParks.js +12 -0
  159. package/lib/entertainment-events-hobbies/BrainBoardGames.js +17 -0
  160. package/lib/entertainment-events-hobbies/CardGames.js +10 -0
  161. package/lib/entertainment-events-hobbies/Casino.js +25 -0
  162. package/lib/entertainment-events-hobbies/Circus.js +7 -0
  163. package/lib/entertainment-events-hobbies/ConcertsNightClubs.js +10 -0
  164. package/lib/entertainment-events-hobbies/Crafts.js +11 -0
  165. package/lib/entertainment-events-hobbies/FarmersMarket.js +2 -0
  166. package/lib/entertainment-events-hobbies/Fireworks.js +4 -0
  167. package/lib/entertainment-events-hobbies/Movies.js +8 -0
  168. package/lib/entertainment-events-hobbies/MuseumExhibitions.js +4 -0
  169. package/lib/entertainment-events-hobbies/Party.js +15 -0
  170. package/lib/entertainment-events-hobbies/ShowTheater.js +11 -0
  171. package/lib/entertainment-events-hobbies/Ticketing.js +6 -0
  172. package/lib/entertainment-events-hobbies/index.js +0 -0
  173. package/lib/family-babies-kids/Babies.js +11 -0
  174. package/lib/family-babies-kids/BabyCare.js +10 -0
  175. package/lib/family-babies-kids/EducationalToys.js +7 -0
  176. package/lib/family-babies-kids/Family.js +12 -0
  177. package/lib/family-babies-kids/OutdoorActivities.js +7 -0
  178. package/lib/family-babies-kids/Toys.js +26 -0
  179. package/lib/family-babies-kids/index.js +0 -0
  180. package/lib/files-folders/CommonFiles.js +74 -0
  181. package/lib/files-folders/FilesCopyright.js +8 -0
  182. package/lib/files-folders/Folders.js +90 -0
  183. package/lib/files-folders/ZippedFiles.js +27 -0
  184. package/lib/files-folders/index.js +0 -0
  185. package/lib/food-drinks/AnimalProducts.js +7 -0
  186. package/lib/food-drinks/Appliances.js +15 -0
  187. package/lib/food-drinks/AsianFood.js +7 -0
  188. package/lib/food-drinks/Barbeque.js +7 -0
  189. package/lib/food-drinks/Beer.js +6 -0
  190. package/lib/food-drinks/Bread.js +9 -0
  191. package/lib/food-drinks/Breakfast.js +9 -0
  192. package/lib/food-drinks/CakesCandies.js +17 -0
  193. package/lib/food-drinks/ChampagneSpirits.js +8 -0
  194. package/lib/food-drinks/ChefGear.js +18 -0
  195. package/lib/food-drinks/Cocktails.js +6 -0
  196. package/lib/food-drinks/Coffee.js +19 -0
  197. package/lib/food-drinks/EatingRestaurant.js +9 -0
  198. package/lib/food-drinks/ExoticFood.js +9 -0
  199. package/lib/food-drinks/FastFood.js +12 -0
  200. package/lib/food-drinks/FreezerCookingTemperatures.js +5 -0
  201. package/lib/food-drinks/Fruits.js +15 -0
  202. package/lib/food-drinks/IceCream.js +10 -0
  203. package/lib/food-drinks/Kitchenware.js +24 -0
  204. package/lib/food-drinks/Knives.js +4 -0
  205. package/lib/food-drinks/Milk.js +2 -0
  206. package/lib/food-drinks/PastaMeals.js +7 -0
  207. package/lib/food-drinks/Seafood.js +8 -0
  208. package/lib/food-drinks/Seasoning.js +5 -0
  209. package/lib/food-drinks/SoftDrinks.js +11 -0
  210. package/lib/food-drinks/Stove.js +9 -0
  211. package/lib/food-drinks/Teas.js +9 -0
  212. package/lib/food-drinks/Tools.js +4 -0
  213. package/lib/food-drinks/Vegetables.js +11 -0
  214. package/lib/food-drinks/Water.js +12 -0
  215. package/lib/food-drinks/Wine.js +7 -0
  216. package/lib/food-drinks/index.js +0 -0
  217. package/lib/furnitures-decoration/Armchairs.js +8 -0
  218. package/lib/furnitures-decoration/AsianInteriors.js +11 -0
  219. package/lib/furnitures-decoration/Beds.js +4 -0
  220. package/lib/furnitures-decoration/ChairsStools.js +11 -0
  221. package/lib/furnitures-decoration/Consoles.js +4 -0
  222. package/lib/furnitures-decoration/Decoration.js +11 -0
  223. package/lib/furnitures-decoration/DressersDrawers.js +13 -0
  224. package/lib/furnitures-decoration/Dressing.js +7 -0
  225. package/lib/furnitures-decoration/Fireplaces.js +2 -0
  226. package/lib/furnitures-decoration/Kitchen.js +7 -0
  227. package/lib/furnitures-decoration/NightStands.js +3 -0
  228. package/lib/furnitures-decoration/Shelves.js +6 -0
  229. package/lib/furnitures-decoration/SofasBenches.js +5 -0
  230. package/lib/furnitures-decoration/Stairs.js +2 -0
  231. package/lib/furnitures-decoration/SteampunkDecoration.js +3 -0
  232. package/lib/furnitures-decoration/Tables.js +6 -0
  233. package/lib/furnitures-decoration/index.js +0 -0
  234. package/lib/health-beauty/Ambulance.js +5 -0
  235. package/lib/health-beauty/BandagesCasts.js +7 -0
  236. package/lib/health-beauty/BeardShaving.js +6 -0
  237. package/lib/health-beauty/Blood.js +10 -0
  238. package/lib/health-beauty/BodyCare.js +15 -0
  239. package/lib/health-beauty/Brain.js +4 -0
  240. package/lib/health-beauty/Dentistry.js +13 -0
  241. package/lib/health-beauty/Dietetics.js +4 -0
  242. package/lib/health-beauty/DrugsMedication.js +11 -0
  243. package/lib/health-beauty/FertilityPregnancy.js +7 -0
  244. package/lib/health-beauty/Hair.js +3 -0
  245. package/lib/health-beauty/HairDress.js +10 -0
  246. package/lib/health-beauty/Hospital.js +9 -0
  247. package/lib/health-beauty/HospitalBedrooms.js +4 -0
  248. package/lib/health-beauty/InsuranceProtection.js +7 -0
  249. package/lib/health-beauty/Laboratory.js +3 -0
  250. package/lib/health-beauty/LaboratoryTests.js +6 -0
  251. package/lib/health-beauty/MakeUp.js +13 -0
  252. package/lib/health-beauty/MedicalApps.js +7 -0
  253. package/lib/health-beauty/MedicalConditions.js +6 -0
  254. package/lib/health-beauty/MedicalFiles.js +3 -0
  255. package/lib/health-beauty/MedicalInstruments.js +14 -0
  256. package/lib/health-beauty/MedicalNanobots.js +8 -0
  257. package/lib/health-beauty/MedicalPersonnel.js +4 -0
  258. package/lib/health-beauty/MedicalSpecialities.js +23 -0
  259. package/lib/health-beauty/MedicalSymbols.js +4 -0
  260. package/lib/health-beauty/MedicalTechnologicAdvances.js +5 -0
  261. package/lib/health-beauty/Monitoring.js +8 -0
  262. package/lib/health-beauty/RadiologyScanner.js +6 -0
  263. package/lib/health-beauty/Transfusions.js +5 -0
  264. package/lib/health-beauty/WaitingRoomAppointments.js +3 -0
  265. package/lib/health-beauty/index.js +0 -0
  266. package/lib/holidays/ChristmasNewYear.js +31 -0
  267. package/lib/holidays/Easter.js +5 -0
  268. package/lib/holidays/Halloween.js +19 -0
  269. package/lib/holidays/index.js +0 -0
  270. package/lib/hotels-spas/ACHeating.js +5 -0
  271. package/lib/hotels-spas/Bathroom.js +15 -0
  272. package/lib/hotels-spas/GarageParking.js +7 -0
  273. package/lib/hotels-spas/HotelBedrooms.js +18 -0
  274. package/lib/hotels-spas/RatingReviews.js +4 -0
  275. package/lib/hotels-spas/Reception.js +7 -0
  276. package/lib/hotels-spas/RoomService.js +12 -0
  277. package/lib/hotels-spas/Sauna.js +5 -0
  278. package/lib/hotels-spas/Spas.js +15 -0
  279. package/lib/hotels-spas/TV.js +4 -0
  280. package/lib/hotels-spas/index.js +0 -0
  281. package/lib/images-photography/Accessories.js +8 -0
  282. package/lib/images-photography/CameraSettings.js +6 -0
  283. package/lib/images-photography/Cameras.js +12 -0
  284. package/lib/images-photography/Composition.js +28 -0
  285. package/lib/images-photography/Focus.js +21 -0
  286. package/lib/images-photography/ImageFiles.js +58 -0
  287. package/lib/images-photography/Lenses.js +7 -0
  288. package/lib/images-photography/LightModes.js +30 -0
  289. package/lib/images-photography/Lights.js +7 -0
  290. package/lib/images-photography/Masks.js +18 -0
  291. package/lib/images-photography/ModernCameras.js +3 -0
  292. package/lib/images-photography/Pictures.js +17 -0
  293. package/lib/images-photography/PicturesFrames.js +4 -0
  294. package/lib/images-photography/RetouchingEnchancing.js +9 -0
  295. package/lib/images-photography/TakingPictures.js +8 -0
  296. package/lib/images-photography/Timer.js +4 -0
  297. package/lib/images-photography/TransferingPictures.js +2 -0
  298. package/lib/images-photography/VintageCameras.js +5 -0
  299. package/lib/images-photography/index.js +0 -0
  300. package/lib/interface-essential/Alert.js +16 -0
  301. package/lib/interface-essential/Alerts.js +10 -0
  302. package/lib/interface-essential/CellFormating.js +9 -0
  303. package/lib/interface-essential/Connect.js +3 -0
  304. package/lib/interface-essential/Controls.js +26 -0
  305. package/lib/interface-essential/CopyPaste.js +4 -0
  306. package/lib/interface-essential/Dashboard.js +11 -0
  307. package/lib/interface-essential/DateCalendar.js +39 -0
  308. package/lib/interface-essential/Delete.js +16 -0
  309. package/lib/interface-essential/Edit.js +17 -0
  310. package/lib/interface-essential/ExpandRetract.js +18 -0
  311. package/lib/interface-essential/FaceID.js +13 -0
  312. package/lib/interface-essential/Filter.js +4 -0
  313. package/lib/interface-essential/Flip.js +4 -0
  314. package/lib/interface-essential/FormEdition.js +13 -0
  315. package/lib/interface-essential/FormValidation.js +29 -0
  316. package/lib/interface-essential/Help.js +13 -0
  317. package/lib/interface-essential/HierachyOrganization.js +13 -0
  318. package/lib/interface-essential/Home.js +14 -0
  319. package/lib/interface-essential/IrisScan.js +10 -0
  320. package/lib/interface-essential/Keyboard.js +39 -0
  321. package/lib/interface-essential/KeyboardID.js +4 -0
  322. package/lib/interface-essential/Layouts.js +24 -0
  323. package/lib/interface-essential/LinkUnlink.js +10 -0
  324. package/lib/interface-essential/Lists.js +6 -0
  325. package/lib/interface-essential/Loading.js +11 -0
  326. package/lib/interface-essential/LockUnlock.js +30 -0
  327. package/lib/interface-essential/LoginLogout.js +19 -0
  328. package/lib/interface-essential/Menu.js +13 -0
  329. package/lib/interface-essential/Move.js +40 -0
  330. package/lib/interface-essential/MultimediaControls.js +35 -0
  331. package/lib/interface-essential/Navigate.js +46 -0
  332. package/lib/interface-essential/OnOff.js +6 -0
  333. package/lib/interface-essential/Paginate.js +42 -0
  334. package/lib/interface-essential/Paragraphs.js +31 -0
  335. package/lib/interface-essential/Password.js +19 -0
  336. package/lib/interface-essential/Pin.js +3 -0
  337. package/lib/interface-essential/Print.js +2 -0
  338. package/lib/interface-essential/RemoveAdd.js +37 -0
  339. package/lib/interface-essential/Resize.js +20 -0
  340. package/lib/interface-essential/Search.js +11 -0
  341. package/lib/interface-essential/Select.js +44 -0
  342. package/lib/interface-essential/Settings.js +33 -0
  343. package/lib/interface-essential/Share.js +14 -0
  344. package/lib/interface-essential/Stats.js +7 -0
  345. package/lib/interface-essential/Synchronize.js +15 -0
  346. package/lib/interface-essential/TagsBookmarks.js +46 -0
  347. package/lib/interface-essential/TextFormating.js +33 -0
  348. package/lib/interface-essential/TextOptions.js +9 -0
  349. package/lib/interface-essential/Time.js +30 -0
  350. package/lib/interface-essential/TimeFiles.js +24 -0
  351. package/lib/interface-essential/TouchGestures.js +75 -0
  352. package/lib/interface-essential/TouchID.js +20 -0
  353. package/lib/interface-essential/View.js +9 -0
  354. package/lib/interface-essential/VoiceID.js +6 -0
  355. package/lib/interface-essential/Wireless.js +8 -0
  356. package/lib/interface-essential/Zoom.js +8 -0
  357. package/lib/interface-essential/index.js +0 -0
  358. package/lib/internet-networks-servers/Bluetooth.js +4 -0
  359. package/lib/internet-networks-servers/Cloud.js +41 -0
  360. package/lib/internet-networks-servers/DataTransfer.js +15 -0
  361. package/lib/internet-networks-servers/Network.js +27 -0
  362. package/lib/internet-networks-servers/Servers.js +50 -0
  363. package/lib/internet-networks-servers/UploadDownload.js +45 -0
  364. package/lib/internet-networks-servers/Wifi.js +25 -0
  365. package/lib/internet-networks-servers/Wireless.js +9 -0
  366. package/lib/internet-networks-servers/WorldwideWeb.js +30 -0
  367. package/lib/internet-networks-servers/index.js +0 -0
  368. package/lib/lamps-lights-fire/CeilingLamps.js +9 -0
  369. package/lib/lamps-lights-fire/LightBubbles.js +6 -0
  370. package/lib/lamps-lights-fire/LighterMatchesCandles.js +10 -0
  371. package/lib/lamps-lights-fire/SmartLighting.js +5 -0
  372. package/lib/lamps-lights-fire/StandingLamps.js +3 -0
  373. package/lib/lamps-lights-fire/TableLamps.js +11 -0
  374. package/lib/lamps-lights-fire/index.js +0 -0
  375. package/lib/landmarks/Bridges.js +4 -0
  376. package/lib/landmarks/HistoricalBuildings.js +4 -0
  377. package/lib/landmarks/LandmarksAsiaAustralia.js +19 -0
  378. package/lib/landmarks/LandmarksEurope.js +23 -0
  379. package/lib/landmarks/LandmarksMiddleEastIndia.js +5 -0
  380. package/lib/landmarks/LandmarksTheAmericas.js +11 -0
  381. package/lib/landmarks/OfficialBuildings.js +4 -0
  382. package/lib/landmarks/Parks.js +4 -0
  383. package/lib/landmarks/VariousBuildings.js +9 -0
  384. package/lib/landmarks/index.js +0 -0
  385. package/lib/logos/Advertising.js +1 -0
  386. package/lib/logos/BlogNewsFeed.js +12 -0
  387. package/lib/logos/DesignersCommunities.js +9 -0
  388. package/lib/logos/DeveloperCommunities.js +4 -0
  389. package/lib/logos/ECommerce.js +7 -0
  390. package/lib/logos/InternetProtocol.js +1 -0
  391. package/lib/logos/MailingServices.js +1 -0
  392. package/lib/logos/MessagingVideoMeetings.js +18 -0
  393. package/lib/logos/Music.js +10 -0
  394. package/lib/logos/OSSystems.js +5 -0
  395. package/lib/logos/OnlineReading.js +5 -0
  396. package/lib/logos/Payment.js +3 -0
  397. package/lib/logos/PhotosImages.js +11 -0
  398. package/lib/logos/ProfessionalNetworks.js +3 -0
  399. package/lib/logos/ProfessionalTools.js +6 -0
  400. package/lib/logos/QA.js +1 -0
  401. package/lib/logos/SearchEngines.js +5 -0
  402. package/lib/logos/SocialBookmarking.js +7 -0
  403. package/lib/logos/SocialMedias.js +51 -0
  404. package/lib/logos/Statistics.js +2 -0
  405. package/lib/logos/Technology.js +2 -0
  406. package/lib/logos/Travel.js +1 -0
  407. package/lib/logos/VideoGames.js +2 -0
  408. package/lib/logos/Videos.js +8 -0
  409. package/lib/logos/WebServices.js +9 -0
  410. package/lib/logos/index.js +0 -0
  411. package/lib/maps-navigation/AddRemoveFavorites.js +10 -0
  412. package/lib/maps-navigation/Compass.js +12 -0
  413. package/lib/maps-navigation/Earth.js +29 -0
  414. package/lib/maps-navigation/Location.js +4 -0
  415. package/lib/maps-navigation/Maps.js +6 -0
  416. package/lib/maps-navigation/Pins.js +17 -0
  417. package/lib/maps-navigation/PinsStyleOne.js +31 -0
  418. package/lib/maps-navigation/PinsStyleThree.js +221 -0
  419. package/lib/maps-navigation/PinsStyleTwo.js +31 -0
  420. package/lib/maps-navigation/ShareLocation.js +2 -0
  421. package/lib/maps-navigation/SignShapes.js +12 -0
  422. package/lib/maps-navigation/SyncLocation.js +2 -0
  423. package/lib/maps-navigation/Trip.js +8 -0
  424. package/lib/maps-navigation/index.js +0 -0
  425. package/lib/messages-chat-smileys/Conversation.js +25 -0
  426. package/lib/messages-chat-smileys/MessagesPeople.js +42 -0
  427. package/lib/messages-chat-smileys/MessagesSpeechBubbles.js +64 -0
  428. package/lib/messages-chat-smileys/SignalFlags.js +3 -0
  429. package/lib/messages-chat-smileys/Smileys.js +210 -0
  430. package/lib/messages-chat-smileys/index.js +0 -0
  431. package/lib/money-payments-finance/AccountingBilling.js +10 -0
  432. package/lib/money-payments-finance/CashPayments.js +16 -0
  433. package/lib/money-payments-finance/CheckPayments.js +4 -0
  434. package/lib/money-payments-finance/CreditCardPayments.js +28 -0
  435. package/lib/money-payments-finance/CryptoCurrencies.js +44 -0
  436. package/lib/money-payments-finance/Currencies.js +31 -0
  437. package/lib/money-payments-finance/FinanceSavings.js +23 -0
  438. package/lib/money-payments-finance/ModernPayments.js +11 -0
  439. package/lib/money-payments-finance/Money.js +18 -0
  440. package/lib/money-payments-finance/Wealth.js +8 -0
  441. package/lib/money-payments-finance/index.js +0 -0
  442. package/lib/music-audio/AudioFiles.js +51 -0
  443. package/lib/music-audio/AudioSystemEqualizer.js +5 -0
  444. package/lib/music-audio/CDPlayer.js +6 -0
  445. package/lib/music-audio/EarpodsAirpods.js +17 -0
  446. package/lib/music-audio/Headphones.js +12 -0
  447. package/lib/music-audio/IPodDigitalPlayers.js +10 -0
  448. package/lib/music-audio/Microphone.js +13 -0
  449. package/lib/music-audio/ModernMusic.js +10 -0
  450. package/lib/music-audio/Music.js +12 -0
  451. package/lib/music-audio/MusicGenres.js +22 -0
  452. package/lib/music-audio/MusicInstruments.js +27 -0
  453. package/lib/music-audio/Playlists.js +31 -0
  454. package/lib/music-audio/Podcasts.js +8 -0
  455. package/lib/music-audio/Radios.js +8 -0
  456. package/lib/music-audio/Speakers.js +7 -0
  457. package/lib/music-audio/VinylRecords.js +6 -0
  458. package/lib/music-audio/VolumeControls.js +25 -0
  459. package/lib/music-audio/WalkmanTapes.js +6 -0
  460. package/lib/music-audio/index.js +0 -0
  461. package/lib/nature-farming/AgriculturalMachinery.js +20 -0
  462. package/lib/nature-farming/Farming.js +19 -0
  463. package/lib/nature-farming/Flowers.js +7 -0
  464. package/lib/nature-farming/Gardening.js +22 -0
  465. package/lib/nature-farming/Outdoors.js +11 -0
  466. package/lib/nature-farming/Plants.js +17 -0
  467. package/lib/nature-farming/Trees.js +12 -0
  468. package/lib/nature-farming/index.js +0 -0
  469. package/lib/outdoors-recreation/Beach.js +10 -0
  470. package/lib/outdoors-recreation/Camping.js +12 -0
  471. package/lib/outdoors-recreation/Canoe.js +9 -0
  472. package/lib/outdoors-recreation/Diving.js +8 -0
  473. package/lib/outdoors-recreation/Fishing.js +8 -0
  474. package/lib/outdoors-recreation/LandmarksViewPoints.js +5 -0
  475. package/lib/outdoors-recreation/NauticalSports.js +7 -0
  476. package/lib/outdoors-recreation/OutdoorParks.js +35 -0
  477. package/lib/outdoors-recreation/Sailing.js +9 -0
  478. package/lib/outdoors-recreation/Trekking.js +7 -0
  479. package/lib/outdoors-recreation/index.js +0 -0
  480. package/lib/pets-animals/Amphibians.js +7 -0
  481. package/lib/pets-animals/AnimalPrints.js +9 -0
  482. package/lib/pets-animals/Apes.js +5 -0
  483. package/lib/pets-animals/Bears.js +5 -0
  484. package/lib/pets-animals/Birds.js +8 -0
  485. package/lib/pets-animals/Cats.js +25 -0
  486. package/lib/pets-animals/ChickenDucks.js +15 -0
  487. package/lib/pets-animals/Deers.js +14 -0
  488. package/lib/pets-animals/Dogs.js +22 -0
  489. package/lib/pets-animals/ElephantsRhinoceros.js +10 -0
  490. package/lib/pets-animals/Fish.js +3 -0
  491. package/lib/pets-animals/FlyingInsects.js +18 -0
  492. package/lib/pets-animals/Girafe.js +4 -0
  493. package/lib/pets-animals/Insects.js +17 -0
  494. package/lib/pets-animals/Jellyfish.js +4 -0
  495. package/lib/pets-animals/Koala.js +4 -0
  496. package/lib/pets-animals/LionTigers.js +11 -0
  497. package/lib/pets-animals/Livestock.js +13 -0
  498. package/lib/pets-animals/MarineMammals.js +14 -0
  499. package/lib/pets-animals/MiceRats.js +10 -0
  500. package/lib/pets-animals/OctopusSquids.js +4 -0
  501. package/lib/pets-animals/Peacocks.js +5 -0
  502. package/lib/pets-animals/Pets.js +19 -0
  503. package/lib/pets-animals/PetsTracking.js +11 -0
  504. package/lib/pets-animals/Rabbit.js +6 -0
  505. package/lib/pets-animals/Reptiles.js +9 -0
  506. package/lib/pets-animals/Rodents.js +8 -0
  507. package/lib/pets-animals/SharksSportFish.js +8 -0
  508. package/lib/pets-animals/Shellfish.js +3 -0
  509. package/lib/pets-animals/Shells.js +4 -0
  510. package/lib/pets-animals/Snails.js +2 -0
  511. package/lib/pets-animals/Spiders.js +4 -0
  512. package/lib/pets-animals/Swans.js +4 -0
  513. package/lib/pets-animals/VariousFish.js +5 -0
  514. package/lib/pets-animals/VariousMammals.js +10 -0
  515. package/lib/pets-animals/Whales.js +5 -0
  516. package/lib/pets-animals/WildBirds.js +22 -0
  517. package/lib/pets-animals/WolvesFoxes.js +13 -0
  518. package/lib/pets-animals/index.js +0 -0
  519. package/lib/phones-mobile-devices/BluetoothWifi.js +5 -0
  520. package/lib/phones-mobile-devices/CellularNetwork.js +8 -0
  521. package/lib/phones-mobile-devices/ChargingBattery.js +24 -0
  522. package/lib/phones-mobile-devices/ConnectDevices.js +2 -0
  523. package/lib/phones-mobile-devices/ContentActions.js +86 -0
  524. package/lib/phones-mobile-devices/FaxAnswerMachine.js +3 -0
  525. package/lib/phones-mobile-devices/ForbidenBroken.js +2 -0
  526. package/lib/phones-mobile-devices/ForceTouchSqueezableGestures.js +8 -0
  527. package/lib/phones-mobile-devices/MobilePhones.js +14 -0
  528. package/lib/phones-mobile-devices/Phone.js +12 -0
  529. package/lib/phones-mobile-devices/PhoneActions.js +49 -0
  530. package/lib/phones-mobile-devices/PhoneCameraSelfies.js +8 -0
  531. package/lib/phones-mobile-devices/QRCode.js +2 -0
  532. package/lib/phones-mobile-devices/RotateScrollExpand.js +7 -0
  533. package/lib/phones-mobile-devices/SIMCard.js +3 -0
  534. package/lib/phones-mobile-devices/Signal.js +6 -0
  535. package/lib/phones-mobile-devices/Vibrate.js +2 -0
  536. package/lib/phones-mobile-devices/index.js +0 -0
  537. package/lib/programing-apps-websites/AndroidApps.js +6 -0
  538. package/lib/programing-apps-websites/Apps.js +89 -0
  539. package/lib/programing-apps-websites/BugSecurity.js +25 -0
  540. package/lib/programing-apps-websites/CodingFiles.js +142 -0
  541. package/lib/programing-apps-websites/Databases.js +61 -0
  542. package/lib/programing-apps-websites/LearningPrograming.js +3 -0
  543. package/lib/programing-apps-websites/PluginsModules.js +12 -0
  544. package/lib/programing-apps-websites/Programing.js +25 -0
  545. package/lib/programing-apps-websites/ProgramingLanguages.js +9 -0
  546. package/lib/programing-apps-websites/ResponsiveDesign.js +10 -0
  547. package/lib/programing-apps-websites/UIComponents.js +21 -0
  548. package/lib/programing-apps-websites/WebsiteDevelopment.js +18 -0
  549. package/lib/programing-apps-websites/index.js +0 -0
  550. package/lib/real-estate/ActionsBuildings.js +23 -0
  551. package/lib/real-estate/ActionsHouses.js +24 -0
  552. package/lib/real-estate/Advertising.js +3 -0
  553. package/lib/real-estate/AppsWebsites.js +8 -0
  554. package/lib/real-estate/Deals.js +8 -0
  555. package/lib/real-estate/Favorites.js +11 -0
  556. package/lib/real-estate/InsuranceProtection.js +6 -0
  557. package/lib/real-estate/Location.js +3 -0
  558. package/lib/real-estate/MapsDimensions.js +8 -0
  559. package/lib/real-estate/Market.js +13 -0
  560. package/lib/real-estate/RealEstate.js +25 -0
  561. package/lib/real-estate/Search.js +4 -0
  562. package/lib/real-estate/Settings.js +7 -0
  563. package/lib/real-estate/Signs.js +17 -0
  564. package/lib/real-estate/Update.js +3 -0
  565. package/lib/real-estate/index.js +0 -0
  566. package/lib/romance/BreakupDivorce.js +9 -0
  567. package/lib/romance/Couples.js +15 -0
  568. package/lib/romance/Dating.js +17 -0
  569. package/lib/romance/Engagement.js +5 -0
  570. package/lib/romance/Love.js +25 -0
  571. package/lib/romance/LoveGifts.js +6 -0
  572. package/lib/romance/Wedding.js +17 -0
  573. package/lib/romance/index.js +0 -0
  574. package/lib/school-learning/AudioBooks.js +17 -0
  575. package/lib/school-learning/ELearning.js +9 -0
  576. package/lib/school-learning/LibraryReading.js +22 -0
  577. package/lib/school-learning/School.js +32 -0
  578. package/lib/school-learning/StudyingLearning.js +9 -0
  579. package/lib/school-learning/index.js +0 -0
  580. package/lib/science/Astronomy.js +12 -0
  581. package/lib/science/LabsExperiments.js +10 -0
  582. package/lib/science/Science.js +25 -0
  583. package/lib/science/ScienceFiction.js +6 -0
  584. package/lib/science/SpaceExploration.js +17 -0
  585. package/lib/science/index.js +0 -0
  586. package/lib/shipping-delivery/Delivery.js +20 -0
  587. package/lib/shipping-delivery/OverseasShipment.js +13 -0
  588. package/lib/shipping-delivery/Shipment.js +24 -0
  589. package/lib/shipping-delivery/ShipmentManagement.js +23 -0
  590. package/lib/shipping-delivery/WarehouseFullfiment.js +22 -0
  591. package/lib/shipping-delivery/index.js +0 -0
  592. package/lib/shopping-ecommerce/Baskets.js +28 -0
  593. package/lib/shopping-ecommerce/Carts.js +23 -0
  594. package/lib/shopping-ecommerce/DiscountCoupons.js +14 -0
  595. package/lib/shopping-ecommerce/ECommerce.js +24 -0
  596. package/lib/shopping-ecommerce/MobileShopping.js +10 -0
  597. package/lib/shopping-ecommerce/Products.js +11 -0
  598. package/lib/shopping-ecommerce/Receipts.js +9 -0
  599. package/lib/shopping-ecommerce/ShoppingBags.js +22 -0
  600. package/lib/shopping-ecommerce/Shops.js +28 -0
  601. package/lib/shopping-ecommerce/TagsCodes.js +17 -0
  602. package/lib/shopping-ecommerce/index.js +0 -0
  603. package/lib/social-medias-rewards-rating/Certified.js +8 -0
  604. package/lib/social-medias-rewards-rating/Flags.js +18 -0
  605. package/lib/social-medias-rewards-rating/Gaming.js +14 -0
  606. package/lib/social-medias-rewards-rating/Gifts.js +5 -0
  607. package/lib/social-medias-rewards-rating/Likes.js +25 -0
  608. package/lib/social-medias-rewards-rating/LoveIt.js +29 -0
  609. package/lib/social-medias-rewards-rating/Mood.js +11 -0
  610. package/lib/social-medias-rewards-rating/Ranking.js +10 -0
  611. package/lib/social-medias-rewards-rating/Rating.js +28 -0
  612. package/lib/social-medias-rewards-rating/RewardsAwards.js +26 -0
  613. package/lib/social-medias-rewards-rating/SocialProfile.js +6 -0
  614. package/lib/social-medias-rewards-rating/Trends.js +7 -0
  615. package/lib/social-medias-rewards-rating/VIPTopUsers.js +10 -0
  616. package/lib/social-medias-rewards-rating/index.js +0 -0
  617. package/lib/sports/Archery.js +3 -0
  618. package/lib/sports/Athletics.js +10 -0
  619. package/lib/sports/BaseballBallGames.js +9 -0
  620. package/lib/sports/BasketballVolleyball.js +6 -0
  621. package/lib/sports/Biking.js +5 -0
  622. package/lib/sports/Bowling.js +3 -0
  623. package/lib/sports/Boxing.js +7 -0
  624. package/lib/sports/ClimbingSpeleology.js +3 -0
  625. package/lib/sports/Dancing.js +2 -0
  626. package/lib/sports/Fitness.js +25 -0
  627. package/lib/sports/Golf.js +8 -0
  628. package/lib/sports/Gymnastics.js +15 -0
  629. package/lib/sports/MatrialArts.js +10 -0
  630. package/lib/sports/OlympicsParalympicsGames.js +16 -0
  631. package/lib/sports/Pool.js +6 -0
  632. package/lib/sports/RugbyAmericanFootball.js +7 -0
  633. package/lib/sports/Shooting.js +5 -0
  634. package/lib/sports/SkateboardRollerblades.js +7 -0
  635. package/lib/sports/Skiing.js +16 -0
  636. package/lib/sports/Soccer.js +8 -0
  637. package/lib/sports/Swimming.js +8 -0
  638. package/lib/sports/TennisBadminton.js +13 -0
  639. package/lib/sports/VariousSports.js +5 -0
  640. package/lib/sports/YogaStretching.js +16 -0
  641. package/lib/sports/index.js +0 -0
  642. package/lib/streamline-bold.js +0 -0
  643. package/lib/technology/3DPrinting.js +28 -0
  644. package/lib/technology/ArtificialIntelligence.js +9 -0
  645. package/lib/technology/AutomatedTranslation.js +5 -0
  646. package/lib/technology/Beacons.js +10 -0
  647. package/lib/technology/Drones.js +13 -0
  648. package/lib/technology/FutureTechs.js +16 -0
  649. package/lib/technology/SmartHouse.js +30 -0
  650. package/lib/technology/VirtualReality.js +23 -0
  651. package/lib/technology/index.js +0 -0
  652. package/lib/tools-constructions/ClampsJacks.js +6 -0
  653. package/lib/tools-constructions/Equipment.js +7 -0
  654. package/lib/tools-constructions/Hardware.js +12 -0
  655. package/lib/tools-constructions/Materials.js +7 -0
  656. package/lib/tools-constructions/MeasuresLevels.js +6 -0
  657. package/lib/tools-constructions/PowerTools.js +6 -0
  658. package/lib/tools-constructions/Safety.js +5 -0
  659. package/lib/tools-constructions/Tools.js +36 -0
  660. package/lib/tools-constructions/index.js +0 -0
  661. package/lib/transportation/AdventureCars.js +10 -0
  662. package/lib/transportation/Aircraft.js +17 -0
  663. package/lib/transportation/AutonomusCars.js +7 -0
  664. package/lib/transportation/Bicycles.js +8 -0
  665. package/lib/transportation/Bus.js +8 -0
  666. package/lib/transportation/CarActions.js +14 -0
  667. package/lib/transportation/CarInsurance.js +2 -0
  668. package/lib/transportation/Cars.js +20 -0
  669. package/lib/transportation/DashboardSymbols.js +19 -0
  670. package/lib/transportation/GarageRepairs.js +18 -0
  671. package/lib/transportation/Gas.js +4 -0
  672. package/lib/transportation/Navigation.js +7 -0
  673. package/lib/transportation/Parking.js +4 -0
  674. package/lib/transportation/PublicServices.js +7 -0
  675. package/lib/transportation/Railroad.js +12 -0
  676. package/lib/transportation/RoadsLights.js +9 -0
  677. package/lib/transportation/ScootersBikes.js +5 -0
  678. package/lib/transportation/SeaTransportation.js +15 -0
  679. package/lib/transportation/Segway.js +4 -0
  680. package/lib/transportation/Signs.js +296 -0
  681. package/lib/transportation/SportsCars.js +7 -0
  682. package/lib/transportation/Taxi.js +9 -0
  683. package/lib/transportation/ToolsComponents.js +12 -0
  684. package/lib/transportation/TransportationTicketsTransfers.js +23 -0
  685. package/lib/transportation/Trucks.js +11 -0
  686. package/lib/transportation/Various.js +5 -0
  687. package/lib/transportation/VintageCars.js +12 -0
  688. package/lib/transportation/index.js +0 -0
  689. package/lib/travel/Airport.js +4 -0
  690. package/lib/travel/Baggage.js +20 -0
  691. package/lib/travel/Passports.js +4 -0
  692. package/lib/travel/PlanesTrip.js +21 -0
  693. package/lib/travel/SecurityCustoms.js +11 -0
  694. package/lib/travel/TicketsCheckInSchedule.js +10 -0
  695. package/lib/travel/TravelInsurance.js +4 -0
  696. package/lib/travel/TravelMetaphor.js +9 -0
  697. package/lib/travel/index.js +0 -0
  698. package/lib/users/GeomerticCloseUpMultipleUsers.js +13 -0
  699. package/lib/users/GeomerticCloseUpMultipleUsersActions.js +49 -0
  700. package/lib/users/GeomerticCloseUpSingleUserActionsNeutral.js +50 -0
  701. package/lib/users/GeomerticCloseUpSingleUserMan.js +15 -0
  702. package/lib/users/GeomerticCloseUpSingleUserNeutral.js +21 -0
  703. package/lib/users/GeomerticCloseUpSingleUserWoman.js +15 -0
  704. package/lib/users/GeomerticCloseUpSingleUsersActionsMan.js +50 -0
  705. package/lib/users/GeomerticCloseUpSingleUsersActionsWoman.js +50 -0
  706. package/lib/users/GeometricFullBodyGenderSymbols.js +8 -0
  707. package/lib/users/GeometricFullBodyMultipleUsers.js +14 -0
  708. package/lib/users/GeometricFullBodyMultipleUsersActions.js +48 -0
  709. package/lib/users/GeometricFullBodySingleUserActionsMan.js +48 -0
  710. package/lib/users/GeometricFullBodySingleUserActionsNeutral.js +50 -0
  711. package/lib/users/GeometricFullBodySingleUserActionsWoman.js +50 -0
  712. package/lib/users/GeometricFullBodySingleUserMan.js +25 -0
  713. package/lib/users/GeometricFullBodySingleUserNeutral.js +32 -0
  714. package/lib/users/GeometricFullBodySingleUserWoman.js +25 -0
  715. package/lib/users/NaturalCloseUpMultipleUsers.js +8 -0
  716. package/lib/users/NaturalCloseUpMultipleUsersActions.js +48 -0
  717. package/lib/users/NaturalCloseUpSingleUserActionsMan.js +49 -0
  718. package/lib/users/NaturalCloseUpSingleUserActionsNeutral.js +50 -0
  719. package/lib/users/NaturalCloseUpSingleUserActionsWoman.js +50 -0
  720. package/lib/users/NaturalCloseUpSingleUserMan.js +15 -0
  721. package/lib/users/NaturalCloseUpSingleUserNeutral.js +21 -0
  722. package/lib/users/NaturalCloseUpSingleUserWoman.js +15 -0
  723. package/lib/users/index.js +0 -0
  724. package/lib/video-games/FamousCharacters.js +30 -0
  725. package/lib/video-games/FamousVideoGames.js +56 -0
  726. package/lib/video-games/VideoGamesControl.js +10 -0
  727. package/lib/video-games/VideoGamesDevices.js +13 -0
  728. package/lib/video-games/VideoGamesLogos.js +18 -0
  729. package/lib/video-games/index.js +0 -0
  730. package/lib/video-movies-t-v/Cameras.js +5 -0
  731. package/lib/video-movies-t-v/Controls.js +26 -0
  732. package/lib/video-movies-t-v/ModernTV.js +17 -0
  733. package/lib/video-movies-t-v/Movies.js +10 -0
  734. package/lib/video-movies-t-v/VideoEdition.js +18 -0
  735. package/lib/video-movies-t-v/VideoFiles.js +57 -0
  736. package/lib/video-movies-t-v/VideoPlayers.js +24 -0
  737. package/lib/video-movies-t-v/VintageTV.js +6 -0
  738. package/lib/video-movies-t-v/index.js +0 -0
  739. package/lib/wayfinding/Allowances.js +15 -0
  740. package/lib/wayfinding/Cleaning.js +11 -0
  741. package/lib/wayfinding/CloakLockersRoom.js +9 -0
  742. package/lib/wayfinding/Disability.js +34 -0
  743. package/lib/wayfinding/Escalators.js +6 -0
  744. package/lib/wayfinding/Family.js +11 -0
  745. package/lib/wayfinding/Garbages.js +4 -0
  746. package/lib/wayfinding/InformationDesk.js +7 -0
  747. package/lib/wayfinding/Laundry.js +8 -0
  748. package/lib/wayfinding/Lifts.js +4 -0
  749. package/lib/wayfinding/MovingWalkway.js +2 -0
  750. package/lib/wayfinding/Safety.js +40 -0
  751. package/lib/wayfinding/Seats.js +5 -0
  752. package/lib/wayfinding/Stairs.js +6 -0
  753. package/lib/wayfinding/SwimmingPool.js +3 -0
  754. package/lib/wayfinding/Tickets.js +19 -0
  755. package/lib/wayfinding/Toilets.js +12 -0
  756. package/lib/wayfinding/WaitingRoom.js +4 -0
  757. package/lib/wayfinding/Walking.js +6 -0
  758. package/lib/wayfinding/WaterFountain.js +6 -0
  759. package/lib/wayfinding/index.js +0 -0
  760. package/lib/weather/DayNight.js +18 -0
  761. package/lib/weather/Humidity.js +2 -0
  762. package/lib/weather/IceSnow.js +4 -0
  763. package/lib/weather/NaturalDisasters.js +20 -0
  764. package/lib/weather/Rain.js +8 -0
  765. package/lib/weather/Temperatures.js +25 -0
  766. package/lib/weather/UV.js +8 -0
  767. package/lib/weather/Visibility.js +4 -0
  768. package/lib/weather/Weather.js +42 -0
  769. package/lib/weather/WeatherApps.js +10 -0
  770. package/lib/weather/Wind.js +7 -0
  771. package/lib/weather/index.js +0 -0
  772. package/lib/work-office-companies/HumanResources.js +31 -0
  773. package/lib/work-office-companies/IdeasCreativity.js +15 -0
  774. package/lib/work-office-companies/JobSearchRecruiting.js +8 -0
  775. package/lib/work-office-companies/Legal.js +5 -0
  776. package/lib/work-office-companies/MeetingsCollaboration.js +17 -0
  777. package/lib/work-office-companies/Office.js +27 -0
  778. package/lib/work-office-companies/OfficeFiles.js +45 -0
  779. package/lib/work-office-companies/Presentations.js +26 -0
  780. package/lib/work-office-companies/Tasks.js +40 -0
  781. package/lib/work-office-companies/VideoMeetings.js +30 -0
  782. package/lib/work-office-companies/WorkOffice.js +14 -0
  783. package/lib/work-office-companies/index.js +0 -0
  784. package/package.json +19 -0
@@ -0,0 +1,7 @@
1
+ export const LensHorizontal = ["lens-horizontal",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12.686,9.538a.251.251,0,0,0-.248-.288H6.224a.249.249,0,0,0-.245.205A14.113,14.113,0,0,0,5.75,12,14.328,14.328,0,0,0,5.9,14.036a.25.25,0,0,0,.247.214h6.227a.251.251,0,0,0,.249-.28,16.439,16.439,0,0,1,.068-4.432Z","M6.535,7.413a.25.25,0,0,0,.234.337h6.124a.25.25,0,0,0,.239-.177A10.147,10.147,0,0,1,14.7,4.4a.25.25,0,0,0-.2-.4H9.23a.251.251,0,0,0-.111.026A6.014,6.014,0,0,0,6.535,7.413Z","M12.992,15.936a.25.25,0,0,0-.241-.186H6.6a.249.249,0,0,0-.238.326,6.4,6.4,0,0,0,2.76,3.9A.255.255,0,0,0,9.23,20H14.5a.251.251,0,0,0,.2-.4A10.482,10.482,0,0,1,12.992,15.936Z","M4.25,12a13.457,13.457,0,0,1,1.7-6.855.174.174,0,0,0-.238-.239C.65,7.924,0,8.312,0,12s.542,4.011,5.724,7.1a.17.17,0,0,0,.207-.027.168.168,0,0,0,.024-.207A13.443,13.443,0,0,1,4.25,12Z","M24,12c0-4.486-2.2-8-5-8H17.48a.251.251,0,0,0-.111.026C15.456,4.972,14,8.241,14,12s1.456,7.028,3.369,7.974A.255.255,0,0,0,17.48,20H19C21.8,20,24,16.486,24,12Zm-5,6c-1.419,0-3-2.464-3-6s1.581-6,3-6,3,2.464,3,6S20.419,18,19,18Z"]];
2
+ export const LensShade = ["lens-shade",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.5,12.5A1.5,1.5,0,0,0,17,11H7a1.5,1.5,0,0,0-1.5,1.5v7A1.5,1.5,0,0,0,7,21H17a1.5,1.5,0,0,0,1.5-1.5Zm-2.25,1.75v3.5a.75.75,0,1,1-1.5,0v-3.5a.75.75,0,0,1,1.5,0Zm-3.5,0v3.5a.75.75,0,0,1-1.5,0v-3.5a.75.75,0,0,1,1.5,0Zm-3.5,0v3.5a.75.75,0,1,1-1.5,0v-3.5a.75.75,0,0,1,1.5,0Z","M18.5,0H5.5A1.5,1.5,0,0,0,4.1,2.009L5.784,8.576A1.5,1.5,0,0,0,7.169,9.5h9.666a1.513,1.513,0,0,0,1.409-.991l1.642-6.432A1.5,1.5,0,0,0,18.5,0Z","M16,22.5a.5.5,0,0,0-.5-.5h-7a.5.5,0,0,0-.5.5A1.5,1.5,0,0,0,9.5,24h5A1.5,1.5,0,0,0,16,22.5Z"]];
3
+ export const LensVertical = ["lens-vertical",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M8.275,22.5a.251.251,0,0,0-.245.3A1.5,1.5,0,0,0,9.5,24h5a1.5,1.5,0,0,0,1.47-1.2.25.25,0,0,0-.245-.3Z","M7.25,16.5a.25.25,0,0,0-.25.25V20.5a1.49,1.49,0,0,0,.3.9.249.249,0,0,0,.2.1h9a.251.251,0,0,0,.2-.1,1.49,1.49,0,0,0,.3-.9V16.75a.25.25,0,0,0-.25-.25Z","M5.25,4.5A.25.25,0,0,0,5,4.75v5.336a3.887,3.887,0,0,0,.94,2.545.248.248,0,0,1,.06.162V14a1.7,1.7,0,0,0,.5,1.207l.22.22A.249.249,0,0,0,6.9,15.5H17.1a.249.249,0,0,0,.177-.073l.22-.22A1.7,1.7,0,0,0,18,14V12.793a.248.248,0,0,1,.06-.162A3.887,3.887,0,0,0,19,10.086V4.75a.25.25,0,0,0-.25-.25Zm4,6a.75.75,0,0,1-1.5,0v-4a.75.75,0,0,1,1.5,0Zm3.5,0a.75.75,0,0,1-1.5,0v-4a.75.75,0,0,1,1.5,0Zm2.75.75a.75.75,0,0,1-.75-.75v-4a.75.75,0,0,1,1.5,0v4A.75.75,0,0,1,15.5,11.25Z","M20,2.75A.75.75,0,0,0,19.25,2h-.1a.248.248,0,0,1-.24-.182A2.5,2.5,0,0,0,16.5,0h-9A2.5,2.5,0,0,0,5.094,1.818.248.248,0,0,1,4.854,2h-.1a.75.75,0,0,0,0,1.5h14.5A.75.75,0,0,0,20,2.75Z"]];
4
+ export const LensShade1 = ["lens-shade-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M16,18H8a.5.5,0,0,0-.5.5v1A1.5,1.5,0,0,0,9,21h6a1.5,1.5,0,0,0,1.5-1.5v-1A.5.5,0,0,0,16,18Z","M15,22H9a.5.5,0,0,0-.5.5A1.5,1.5,0,0,0,10,24h4a1.5,1.5,0,0,0,1.5-1.5A.5.5,0,0,0,15,22Z","M17.5,10.5A.5.5,0,0,0,17,10H7a.5.5,0,0,0-.5.5v5A1.5,1.5,0,0,0,8,17h8a1.5,1.5,0,0,0,1.5-1.5Zm-1.5,4a.75.75,0,0,1-1.5,0v-2a.75.75,0,0,1,1.5,0Zm-4-2.75a.75.75,0,0,1,.75.75v2a.75.75,0,0,1-1.5,0v-2A.75.75,0,0,1,12,11.75Zm-2.5.75v2a.75.75,0,0,1-1.5,0v-2a.75.75,0,0,1,1.5,0Z","M20.522,2.481a1.413,1.413,0,0,0-2.2.173L17.2,4.5a.35.35,0,0,1-.638-.1L15.8,1.349A1.779,1.779,0,0,0,14.07,0H9.93A1.779,1.779,0,0,0,8.2,1.349L7.438,4.4a.35.35,0,0,1-.638.1L5.679,2.655a1.412,1.412,0,0,0-2.2-.175,1.351,1.351,0,0,0-.305,1.1L3.843,7.6A1.675,1.675,0,0,0,5.5,9h13a1.675,1.675,0,0,0,1.657-1.4l.669-4.011A1.352,1.352,0,0,0,20.522,2.481Z"]];
5
+ export const LensShutter = ["lens-shutter",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm8.5,12a8.453,8.453,0,0,1-1.214,4.379.249.249,0,0,1-.43,0l-3.32-5.75a.248.248,0,0,1,0-.25.251.251,0,0,1,.217-.125h4.361a.249.249,0,0,1,.245.205A8.456,8.456,0,0,1,20.5,12Zm-17,0A8.453,8.453,0,0,1,4.714,7.621a.249.249,0,0,1,.43,0l3.32,5.75a.248.248,0,0,1,0,.25.251.251,0,0,1-.217.125H3.886a.249.249,0,0,1-.245-.205A8.456,8.456,0,0,1,3.5,12ZM19.435,7.879a.25.25,0,0,1-.218.371h-6.64a.25.25,0,0,1-.216-.375L14.541,4.1a.25.25,0,0,1,.3-.111A8.522,8.522,0,0,1,19.435,7.879ZM9.041,9.624a.25.25,0,0,1-.433,0L6.429,5.849a.248.248,0,0,1,.054-.315A8.466,8.466,0,0,1,12,3.5h.148a.252.252,0,0,1,.213.127.249.249,0,0,1,0,.248Zm2.381,6.126a.25.25,0,0,1,.217.375L9.458,19.9a.25.25,0,0,1-.3.111,8.527,8.527,0,0,1-4.593-3.892.25.25,0,0,1,.218-.371Zm3.537-1.375a.25.25,0,0,1,.433,0l2.179,3.776a.248.248,0,0,1-.054.315A8.466,8.466,0,0,1,12,20.5h-.148a.25.25,0,0,1-.212-.375Z"]];
6
+ export const LensCircle = ["lens-circle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M4.9,17.5a7.97,7.97,0,0,1,2.711-5.986.251.251,0,0,0-.126-.435A6.274,6.274,0,0,0,6.5,11a6.5,6.5,0,0,0,0,13,6.274,6.274,0,0,0,.985-.079.25.25,0,0,0,.126-.435A7.97,7.97,0,0,1,4.9,17.5Z","M13,11a6.5,6.5,0,1,0,6.5,6.5A6.508,6.508,0,0,0,13,11Zm0,10.9a4.4,4.4,0,1,1,4.4-4.4A4.4,4.4,0,0,1,13,21.9Z","M23.25,6.5A.75.75,0,0,0,23.266,5C20.309,4.937,18.992,3.63,19,.763V.752A.749.749,0,0,0,18.253,0h0a.75.75,0,0,0-.75.747h0c-.01,2.9-1.324,4.211-4.261,4.252a.75.75,0,0,0,.011,1.5h.012c2.905,0,4.212,1.313,4.238,4.257a.75.75,0,0,0,.734.743h.016A.75.75,0,0,0,19,10.788C19.145,7.863,20.485,6.5,23.218,6.5,23.228,6.5,23.235,6.5,23.25,6.5Z"]];
7
+ export const LensShutter1 = ["lens-shutter-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,12C24,4.184,17.347.052,12,0a12,12,0,0,0,0,24A12.059,12.059,0,0,0,24,12ZM12.31,22a.248.248,0,0,1-.13-.031,6.574,6.574,0,0,1-3.043-3.937,8.922,8.922,0,0,1-.363-2.276.25.25,0,0,1,.443-.166,11.572,11.572,0,0,0,6.109,3.854,9.5,9.5,0,0,0,2.186.262h.121a.249.249,0,0,1,.148.453A9.933,9.933,0,0,1,12.31,22Zm-.62-19.99a.258.258,0,0,1,.13.032,6.574,6.574,0,0,1,3.043,3.937,8.876,8.876,0,0,1,.362,2.275.249.249,0,0,1-.442.167A11.566,11.566,0,0,0,8.674,4.562,9.435,9.435,0,0,0,6.366,4.3a.25.25,0,0,1-.149-.454A9.951,9.951,0,0,1,11.69,2.005ZM22,12a9.936,9.936,0,0,1-1.193,4.733.249.249,0,0,1-.092.1,6.566,6.566,0,0,1-4.928.664,8.926,8.926,0,0,1-2.151-.824.25.25,0,0,1,.077-.467,11.564,11.564,0,0,0,6.392-3.363,9.442,9.442,0,0,0,1.384-1.875.25.25,0,0,1,.467.1C21.985,11.371,22,11.684,22,12ZM2,12A9.932,9.932,0,0,1,3.193,7.268a.243.243,0,0,1,.092-.1,6.576,6.576,0,0,1,4.928-.664,8.923,8.923,0,0,1,2.151.823.25.25,0,0,1-.077.467A11.566,11.566,0,0,0,3.9,11.162a9.466,9.466,0,0,0-1.384,1.874.25.25,0,0,1-.467-.1C2.015,12.629,2,12.317,2,12ZM20.5,6.74a.255.255,0,0,1,.038.129,6.571,6.571,0,0,1-1.89,4.6,8.907,8.907,0,0,1-1.788,1.451.252.252,0,0,1-.29-.019.249.249,0,0,1-.075-.281A11.564,11.564,0,0,0,16.778,5.4a9.41,9.41,0,0,0-.929-2.133.25.25,0,0,1,.028-.3.253.253,0,0,1,.291-.06A10.064,10.064,0,0,1,20.5,6.74ZM3.5,17.261a.258.258,0,0,1-.038-.129,6.571,6.571,0,0,1,1.89-4.6,8.907,8.907,0,0,1,1.788-1.451.25.25,0,0,1,.366.3A11.556,11.556,0,0,0,7.222,18.6a9.41,9.41,0,0,0,.929,2.133.25.25,0,0,1-.319.355A10.062,10.062,0,0,1,3.5,17.261Z"]];
@@ -0,0 +1,30 @@
1
+ export const LightModeBrightnessAlternate = ["light-mode-brightness-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,6.49a5.5,5.5,0,1,0,5.5,5.5A5.506,5.506,0,0,0,12,6.49Zm0,9a3.5,3.5,0,1,1,3.5-3.5A3.5,3.5,0,0,1,12,15.49Z","M23.354,13.561a2.209,2.209,0,0,0,0-3.122L21.132,8.218V5.075a2.209,2.209,0,0,0-2.207-2.207H15.782L13.561.646a2.209,2.209,0,0,0-3.122,0L8.218,2.868H5.075A2.209,2.209,0,0,0,2.868,5.075V8.218L.646,10.439a2.209,2.209,0,0,0,0,3.122l2.222,2.221v3.143a2.209,2.209,0,0,0,2.207,2.207H8.218l2.221,2.222a2.209,2.209,0,0,0,3.122,0l2.221-2.222h3.143a2.209,2.209,0,0,0,2.207-2.207V15.782Zm-1.445-1.738a.25.25,0,0,1,0,.354l-2.484,2.484a1,1,0,0,0-.293.707v3.514a.25.25,0,0,1-.25.25H15.368a1,1,0,0,0-.707.293l-2.484,2.484a.25.25,0,0,1-.354,0L9.339,19.425a1,1,0,0,0-.707-.293H5.118a.25.25,0,0,1-.25-.25V15.368a1,1,0,0,0-.293-.707L2.091,12.177a.25.25,0,0,1,0-.354L4.575,9.339a1,1,0,0,0,.293-.707V5.118a.25.25,0,0,1,.25-.25H8.632a1,1,0,0,0,.707-.293l2.484-2.484a.25.25,0,0,1,.354,0l2.484,2.484a1,1,0,0,0,.707.293h3.514a.25.25,0,0,1,.25.25V8.632a1,1,0,0,0,.293.707Z"]];
2
+ export const LightModeBrightness = ["light-mode-brightness",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.783,12.884a1.25,1.25,0,0,0,0-1.768l-2.46-2.46a.249.249,0,0,1-.074-.176V5A1.251,1.251,0,0,0,19,3.75H15.52a.251.251,0,0,1-.177-.073l-2.46-2.46a1.251,1.251,0,0,0-1.767,0l-2.46,2.46a.251.251,0,0,1-.177.073H5A1.252,1.252,0,0,0,3.749,5V8.48a.248.248,0,0,1-.073.176l-2.46,2.46a1.252,1.252,0,0,0,0,1.768l2.46,2.46a.249.249,0,0,1,.073.177V19A1.251,1.251,0,0,0,5,20.25h3.48a.251.251,0,0,1,.177.073l2.46,2.46a1.25,1.25,0,0,0,1.767,0l2.46-2.46a.251.251,0,0,1,.177-.073H19A1.25,1.25,0,0,0,20.249,19V15.521a.25.25,0,0,1,.074-.177ZM7,12a5,5,0,1,1,5,5A5,5,0,0,1,7,12Z"]];
3
+ export const LightModeCloudy = ["light-mode-cloudy",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,15.25A4.252,4.252,0,0,0,19.841,11a.5.5,0,0,1-.481-.406A7.489,7.489,0,0,0,5.5,8.269a.5.5,0,0,1-.4.249A5.494,5.494,0,0,0,0,14c0,4.8,4.886,5.489,5,5.5H19.513a5.139,5.139,0,0,0,3.358-1.283A4,4,0,0,0,24,15.25Zm-6.37-.022-.773,1.287a1,1,0,1,1-1.714-1.03l.772-1.286a1,1,0,1,1,1.715,1.029Zm-6.962.217,2-3a1,1,0,0,1,1.664,1.11l-2,3a1,1,0,1,1-1.664-1.11Z"]];
4
+ export const LightModeBrightDark = ["light-mode-bright-dark",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.783,11.116l-2.46-2.46a.249.249,0,0,1-.074-.176V5A1.251,1.251,0,0,0,19,3.75H15.52a.251.251,0,0,1-.177-.073l-2.46-2.46a1.251,1.251,0,0,0-1.767,0l-2.46,2.46a.251.251,0,0,1-.177.073H5A1.252,1.252,0,0,0,3.749,5V8.48a.248.248,0,0,1-.073.176l-2.46,2.46a1.252,1.252,0,0,0,0,1.768l2.46,2.46a.249.249,0,0,1,.073.177V19A1.251,1.251,0,0,0,5,20.25h3.48a.251.251,0,0,1,.177.073l2.46,2.46a1.25,1.25,0,0,0,1.767,0l2.46-2.46a.251.251,0,0,1,.177-.073H19A1.25,1.25,0,0,0,20.249,19V15.521a.25.25,0,0,1,.074-.177l2.46-2.46A1.25,1.25,0,0,0,22.783,11.116ZM17,12a5,5,0,0,1-4.8,5,.186.186,0,0,1-.2-.187V7.257a.25.25,0,0,1,.263-.25A5,5,0,0,1,17,12Z"]];
5
+ export const LightModeBrightDark1 = ["light-mode-bright-dark-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.783,11.116l-2.46-2.46a.249.249,0,0,1-.074-.176V5A1.251,1.251,0,0,0,19,3.75H15.52a.251.251,0,0,1-.177-.073l-2.46-2.46a1.251,1.251,0,0,0-1.767,0l-2.46,2.46a.251.251,0,0,1-.177.073H5A1.252,1.252,0,0,0,3.749,5V8.48a.248.248,0,0,1-.073.176l-2.46,2.46a1.252,1.252,0,0,0,0,1.768l2.46,2.46a.249.249,0,0,1,.073.177V19A1.251,1.251,0,0,0,5,20.25h3.48a.251.251,0,0,1,.177.073l2.46,2.46a1.25,1.25,0,0,0,1.767,0l2.46-2.46a.251.251,0,0,1,.177-.073H19A1.25,1.25,0,0,0,20.249,19V15.521a.25.25,0,0,1,.074-.177l2.46-2.46A1.25,1.25,0,0,0,22.783,11.116ZM10.172,7.773a.25.25,0,0,1,.044-.445,5,5,0,1,1,0,9.344.25.25,0,0,1-.044-.444,5,5,0,0,0,0-8.455Z"]];
6
+ export const LightModeBrightDark2 = ["light-mode-bright-dark-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.25,2H2.75A2.752,2.752,0,0,0,0,4.75v14.5A2.752,2.752,0,0,0,2.75,22h18.5A2.752,2.752,0,0,0,24,19.25V4.75A2.752,2.752,0,0,0,21.25,2ZM5.623,12.723a1,1,0,0,1,0-1.414l1.3-1.3A.251.251,0,0,0,7,9.828V8A1,1,0,0,1,8,7H9.812a.249.249,0,0,0,.177-.073l1.3-1.3a1,1,0,0,1,1.414,0l1.3,1.3A.249.249,0,0,0,14.188,7H16a1,1,0,0,1,1,1V9.828a.251.251,0,0,0,.073.177l1.3,1.3a1,1,0,0,1,0,1.414l-1.3,1.3A.251.251,0,0,0,17,14.2V16a1,1,0,0,1-1,1H14.187a.249.249,0,0,0-.177.073l-1.3,1.3a1,1,0,0,1-1.414,0l-1.3-1.3A.249.249,0,0,0,9.812,17H8a1,1,0,0,1-1-1V14.2a.251.251,0,0,0-.073-.177Z","M15.5,12a3.5,3.5,0,0,0-3.231-3.49A.25.25,0,0,0,12,8.76v6.481a.25.25,0,0,0,.08.183.253.253,0,0,0,.189.066A3.5,3.5,0,0,0,15.5,12Z"]];
7
+ export const LightModeFlashOff = ["light-mode-flash-off",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,12A12,12,0,1,0,12,24,12.013,12.013,0,0,0,24,12Zm-4.084,6.1a.25.25,0,0,1-.375.024L15.8,14.384a.252.252,0,0,0-.354,0l-1.06,1.061a.25.25,0,0,0,0,.353l3.743,3.743a.25.25,0,0,1-.024.375A9.994,9.994,0,0,1,4.084,5.9a.25.25,0,0,1,.375-.024l2.5,2.5a.25.25,0,0,0,.4-.065l.707-1.414a.25.25,0,0,0-.047-.288L5.873,4.459A.25.25,0,0,1,5.9,4.084,9.994,9.994,0,0,1,19.916,18.1Z","M16.4,9.5H13.9a.25.25,0,0,1-.208-.389l1.964-2.946A.75.75,0,0,0,15.033,5H11.309a1,1,0,0,0-.895.552h0L7.232,11.917A.75.75,0,0,0,7.9,13H9.46a.25.25,0,0,1,.237.329L8.025,18.342a.5.5,0,0,0,.829.512l8.074-8.074A.751.751,0,0,0,16.4,9.5Z"]];
8
+ export const LightModeFlashOn = ["light-mode-flash-on",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm0,22A10,10,0,1,1,22,12,10.011,10.011,0,0,1,12,22Z","M16.4,10H13.9a.25.25,0,0,1-.208-.389l1.964-2.946A.75.75,0,0,0,15.033,5.5H11.309a1,1,0,0,0-.895.552h0L7.232,12.417A.75.75,0,0,0,7.9,13.5H9.46a.25.25,0,0,1,.237.329L8.025,18.842a.5.5,0,0,0,.829.512l8.074-8.074A.751.751,0,0,0,16.4,10Z"]];
9
+ export const LightModeExposure1 = ["light-mode-exposure-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,3a3,3,0,0,0-3-3H3A3,3,0,0,0,0,3V21a3,3,0,0,0,3,3H21a3,3,0,0,0,3-3ZM20.5,16a1,1,0,0,1,0,2H18.25a.25.25,0,0,0-.25.25V20.5a1,1,0,0,1-2,0V18.25a.25.25,0,0,0-.25-.25H13.5a1,1,0,0,1,0-2h2.25a.25.25,0,0,0,.25-.25V13.5a1,1,0,0,1,2,0v2.25a.25.25,0,0,0,.25.25ZM2,3A1,1,0,0,1,3,2H21a.988.988,0,0,1,.431.1.249.249,0,0,1,.069.4l-19,19a.253.253,0,0,1-.219.07.249.249,0,0,1-.183-.139A.988.988,0,0,1,2,21Z","M5.5,7.5H11a1,1,0,0,0,0-2H5.5a1,1,0,0,0,0,2Z"]];
10
+ export const LightModeFlash = ["light-mode-flash",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.722,7H15.117a.253.253,0,0,1-.218-.127.25.25,0,0,1,0-.252L18.412.805a.489.489,0,0,0-.43-.8h-4a1.174,1.174,0,0,0-.958.563L7.752,9.692a.518.518,0,0,0,.48.808h2.673a.25.25,0,0,1,.221.366L7.468,17.84a.25.25,0,0,1-.328.11l-1.635-.774a.5.5,0,0,0-.751.537l.671,6.064a.249.249,0,0,0,.35.2l6.381-2.822a.479.479,0,0,0,.025-.912l-2.2-.971a.248.248,0,0,1-.091-.388L19.113,7.8A.467.467,0,0,0,18.722,7Z"]];
11
+ export const LightModeHdrOff = ["light-mode-hdr-off",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20,10a1.252,1.252,0,0,0-1.25-1.25h-1A.25.25,0,0,0,17.5,9v2a.249.249,0,0,0,.25.25h1A1.251,1.251,0,0,0,20,10Z","M24,16.25V7.75A3.755,3.755,0,0,0,20.25,4H5.164a.251.251,0,0,1-.177-.073L1.28.22A.758.758,0,0,0,.22.22a.75.75,0,0,0,0,1.061l22.5,22.5a.75.75,0,1,0,1.06-1.061L21.3,20.236a.25.25,0,0,1,.1-.415A3.756,3.756,0,0,0,24,16.25Zm-7.927-1.237A.249.249,0,0,1,16,14.836V8a.75.75,0,0,1,.75-.75h2a2.751,2.751,0,0,1,.357,5.478.249.249,0,0,0-.145.424L21.28,15.47a.75.75,0,0,1-1.06,1.061l-2.293-2.293a.25.25,0,0,0-.427.177V16a.182.182,0,0,1-.311.129ZM11.334,8.936A.251.251,0,0,0,11,9.172v.164a.25.25,0,0,1-.427.177l-1-1A.249.249,0,0,1,9.5,8.336V8a.75.75,0,0,1,.75-.75,4.75,4.75,0,0,1,4.584,5.995.246.246,0,0,1-.177.176.25.25,0,0,1-.241-.065l-.857-.858a.246.246,0,0,1-.073-.2c.009-.1.014-.2.014-.3A3.256,3.256,0,0,0,11.334,8.936Z","M13.057,16.075a.251.251,0,0,0-.309-.036,4.718,4.718,0,0,1-2.5.711A.75.75,0,0,1,9.5,16V12.622a.249.249,0,0,0-.073-.177l-1-1A.25.25,0,0,0,8,11.622V16a.75.75,0,0,1-1.5,0V13a.25.25,0,0,0-.25-.25h-2A.25.25,0,0,0,4,13v3a.75.75,0,0,1-1.5,0V8A.75.75,0,0,1,4,8v3a.249.249,0,0,0,.25.25h2A.249.249,0,0,0,6.5,11V9.622a.249.249,0,0,0-.073-.177L1.788,4.806a.25.25,0,0,0-.33-.021A3.744,3.744,0,0,0,0,7.75v8.5A3.755,3.755,0,0,0,3.75,20H16.379a.25.25,0,0,0,.177-.426Z"]];
12
+ export const LightModeHome = ["light-mode-home",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23,18.5H13.25a.25.25,0,0,1-.25-.25v-6a.25.25,0,0,1,.25-.25h.881a.86.86,0,0,0,.608-1.468L7.854,3.646a.5.5,0,0,0-.708,0L.261,10.532A.86.86,0,0,0,.869,12H1.75a.25.25,0,0,1,.25.25v6a.25.25,0,0,1-.25.25H1a1,1,0,0,0,0,2H23a1,1,0,0,0,0-2Zm-17.5-4a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1v3.75a.25.25,0,0,1-.25.25H5.75a.25.25,0,0,1-.25-.25Z","M14.97,16.534a.749.749,0,0,0,1.06,0l4-4a.75.75,0,0,0-1.06-1.06l-4,4A.749.749,0,0,0,14.97,16.534Z","M19.97,16.534a.749.749,0,0,0,1.06,0l1.5-1.5a.75.75,0,0,0-1.06-1.06l-1.5,1.5A.749.749,0,0,0,19.97,16.534Z"]];
13
+ export const LightModeNightMan = ["light-mode-night-man",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M16.8,22.232c-.253-1.605-.436-2.765-1.707-3.31l-3.937-1.687a.252.252,0,0,1-.151-.23V15.87a.247.247,0,0,1,.074-.177,3.394,3.394,0,0,0,.784-2.344,1.79,1.79,0,0,0,.62-1.462,1.489,1.489,0,0,0-.425-1.129,2.539,2.539,0,0,0,.231-1.877C11.943,7.492,10.241,7,8.888,7c-1.2,0-2.679.389-3.234,1.447a1.152,1.152,0,0,0-1.038.37c-.41.544-.043,1.314.264,1.9A1.632,1.632,0,0,0,4.319,12a1.479,1.479,0,0,0,.747,1.391A3.254,3.254,0,0,0,5.92,15.7a.25.25,0,0,1,.08.183v1.122a.251.251,0,0,1-.152.23L1.912,18.922C.64,19.468.457,20.626.205,22.23c-.056.359-.117.751-.2,1.179A.5.5,0,0,0,.5,24h16a.5.5,0,0,0,.491-.591C16.913,22.982,16.851,22.59,16.8,22.232Z","M19.564.037a1,1,0,0,0-1.117,1.482,4.941,4.941,0,0,1,.234,4.611,4.96,4.96,0,0,1-3.646,2.859,1,1,0,0,0-.386,1.815A6,6,0,1,0,19.564.037Z"]];
14
+ export const LightModeSunnyMan = ["light-mode-sunny-man",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M17.25,2.5A.75.75,0,0,0,18,1.75v-1a.75.75,0,0,0-1.5,0v1A.75.75,0,0,0,17.25,2.5Z","M20.785,3.964a.746.746,0,0,0,.53-.219l.707-.707a.75.75,0,0,0-1.06-1.061l-.707.707a.75.75,0,0,0,.53,1.28Z","M23.25,6h-1a.75.75,0,0,0,0,1.5h1a.75.75,0,0,0,0-1.5Z","M21.315,9.755a.75.75,0,0,0-1.06,1.061l.707.707a.75.75,0,0,0,1.06-1.061Z","M17.25,11a.75.75,0,0,0-.75.75v1a.75.75,0,0,0,1.5,0v-1A.75.75,0,0,0,17.25,11Z","M13.185,9.755l-.707.707a.75.75,0,1,0,1.06,1.061l.707-.707a.75.75,0,0,0-1.06-1.061Z","M13,6.75A.75.75,0,0,0,12.25,6h-1a.75.75,0,0,0,0,1.5h1A.75.75,0,0,0,13,6.75Z","M13.185,3.745a.75.75,0,0,0,1.06-1.061l-.707-.707a.75.75,0,1,0-1.06,1.061Z","M13.750 6.750 A3.500 3.500 0 1 0 20.750 6.750 A3.500 3.500 0 1 0 13.750 6.750 Z","M6.005,17.5a4.5,4.5,0,1,0-4.5-4.5A4.505,4.505,0,0,0,6.005,17.5Zm0-2a2.5,2.5,0,0,1-2.419-3.132A.247.247,0,0,1,3.74,12.2a.252.252,0,0,1,.229.028,4.857,4.857,0,0,0,2.744.857,4.758,4.758,0,0,0,1.546-.258A.186.186,0,0,1,8.505,13,2.5,2.5,0,0,1,6.005,15.5Z","M6,18.5c-3.309,0-6,2.243-6,5a.5.5,0,0,0,.5.5h11a.5.5,0,0,0,.5-.5C12,20.743,9.309,18.5,6,18.5Z"]];
15
+ export const LightModeHdrOffAlternate = ["light-mode-hdr-off-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M15.391,18.573a.248.248,0,0,0-.176-.073H3.75A2.253,2.253,0,0,1,1.5,16.25V7.75a2.246,2.246,0,0,1,.883-1.785.251.251,0,0,0,.1-.182.246.246,0,0,0-.072-.193L1.7,4.878a.249.249,0,0,0-.336-.015A3.743,3.743,0,0,0,0,7.75v8.5A3.755,3.755,0,0,0,3.75,20H16.215a.25.25,0,0,0,.176-.427Z","M8.609,5.427a.248.248,0,0,0,.176.073H20.25A2.253,2.253,0,0,1,22.5,7.75v8.5a2.246,2.246,0,0,1-.883,1.785.251.251,0,0,0-.1.182.246.246,0,0,0,.072.193l.712.712a.249.249,0,0,0,.336.015A3.743,3.743,0,0,0,24,16.25V7.75A3.755,3.755,0,0,0,20.25,4H7.785a.25.25,0,0,0-.176.427Z","M19.72,16.53a.75.75,0,0,0,1.06-1.06l-2.318-2.318a.252.252,0,0,1-.06-.257.249.249,0,0,1,.2-.168A2.75,2.75,0,0,0,18.25,7.25h-2A.75.75,0,0,0,15.5,8v4.215a.251.251,0,0,0,.073.177ZM17,9a.25.25,0,0,1,.25-.25h1a1.25,1.25,0,0,1,0,2.5h-1A.25.25,0,0,1,17,11Z","M7.427,10.608A.25.25,0,0,0,7,10.785V11a.25.25,0,0,1-.25.25h-2A.25.25,0,0,1,4.5,11V8A.75.75,0,0,0,3,8v8a.75.75,0,0,0,1.5,0V13a.25.25,0,0,1,.25-.25h2A.25.25,0,0,1,7,13v3a.75.75,0,0,0,1.5,0V11.785a.251.251,0,0,0-.073-.177Z","M11.169,7.34a.25.25,0,0,0-.225.422l3.544,3.544a.25.25,0,0,0,.422-.225A4.76,4.76,0,0,0,11.169,7.34Z","M11.334,15.064A.25.25,0,0,1,11,14.828v-.543a.251.251,0,0,0-.073-.177l-1-1a.25.25,0,0,0-.427.177V16a.75.75,0,0,0,.75.75,4.714,4.714,0,0,0,2.281-.585.248.248,0,0,0,.127-.183.254.254,0,0,0-.07-.213l-.746-.745a.251.251,0,0,0-.279-.052C11.488,15.006,11.412,15.036,11.334,15.064Z","M1.28.22A.75.75,0,0,0,.22,1.28l22.5,22.5a.75.75,0,0,0,1.06-1.06Z"]];
16
+ export const LightModeBrightDark2Alternate = ["light-mode-bright-dark-2-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M17.073,10.005A.251.251,0,0,1,17,9.828V8a1,1,0,0,0-1-1H14.188a.249.249,0,0,1-.177-.073l-1.3-1.3a1,1,0,0,0-1.414,0l-1.3,1.3A.249.249,0,0,1,9.812,7H8A1,1,0,0,0,7,8V9.828a.251.251,0,0,1-.073.177l-1.3,1.3a1,1,0,0,0,0,1.414l1.3,1.3A.251.251,0,0,1,7,14.2V16a1,1,0,0,0,1,1H9.812a.249.249,0,0,1,.177.073l1.3,1.3a1,1,0,0,0,1.414,0l1.3-1.3A.249.249,0,0,1,14.187,17H16a1,1,0,0,0,1-1V14.2a.251.251,0,0,1,.073-.177l1.3-1.3a1,1,0,0,0,0-1.414ZM15,12a2.781,2.781,0,0,1-2.734,2.992.251.251,0,0,1-.266-.25V9.258a.25.25,0,0,1,.266-.25A2.782,2.782,0,0,1,15,12Z","M24,5a3,3,0,0,0-3-3H3A3,3,0,0,0,0,5V19a3,3,0,0,0,3,3H21a3,3,0,0,0,3-3ZM22,19a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V5A1,1,0,0,1,3,4H21a1,1,0,0,1,1,1Z"]];
17
+ export const LightModeBrightDarkAlternate = ["light-mode-bright-dark-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,6.49a1,1,0,0,0-1,1v9a1,1,0,0,0,1,1,5.5,5.5,0,1,0,0-11Zm1.167,8.8a.128.128,0,0,1-.114-.016.124.124,0,0,1-.053-.1V8.99a.25.25,0,0,1,.346-.231,3.5,3.5,0,0,1-.179,6.531Z","M23.354,13.561a2.209,2.209,0,0,0,0-3.122L21.132,8.218V5.075a2.209,2.209,0,0,0-2.207-2.207H15.782L13.561.646a2.209,2.209,0,0,0-3.122,0L8.218,2.868H5.075A2.209,2.209,0,0,0,2.868,5.075V8.218L.646,10.439a2.209,2.209,0,0,0,0,3.122l2.222,2.221v3.143a2.209,2.209,0,0,0,2.207,2.207H8.218l2.221,2.222a2.209,2.209,0,0,0,3.122,0l2.221-2.222h3.143a2.209,2.209,0,0,0,2.207-2.207V15.782Zm-1.445-1.738a.25.25,0,0,1,0,.354l-2.484,2.484a1,1,0,0,0-.293.707v3.514a.25.25,0,0,1-.25.25H15.368a1,1,0,0,0-.707.293l-2.484,2.484a.25.25,0,0,1-.354,0L9.339,19.425a1,1,0,0,0-.707-.293H5.118a.25.25,0,0,1-.25-.25V15.368a1,1,0,0,0-.293-.707L2.091,12.177a.25.25,0,0,1,0-.354L4.575,9.339a1,1,0,0,0,.293-.707V5.118a.25.25,0,0,1,.25-.25H8.632a1,1,0,0,0,.707-.293l2.484-2.484a.25.25,0,0,1,.354,0l2.484,2.484a1,1,0,0,0,.707.293h3.514a.25.25,0,0,1,.25.25V8.632a1,1,0,0,0,.293.707Z"]];
18
+ export const LightModeCloudyAlternate = ["light-mode-cloudy-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,15.163A4.587,4.587,0,0,0,19.9,10.6a.5.5,0,0,1-.434-.382A7.725,7.725,0,0,0,12,4.25a7.707,7.707,0,0,0-6.485,3.8.5.5,0,0,1-.372.237,5.8,5.8,0,0,0-3.4,1.6A5.635,5.635,0,0,0,0,13.967a5.81,5.81,0,0,0,5.176,5.775,1.117,1.117,0,0,0,.129.008H19.181a5.484,5.484,0,0,0,3.584-1.377A4.327,4.327,0,0,0,24,15.163ZM19.174,17.75H5.378A3.834,3.834,0,0,1,2,13.967a3.645,3.645,0,0,1,1.132-2.648A3.83,3.83,0,0,1,5.963,10.25a.975.975,0,0,0,.94-.572A5.783,5.783,0,0,1,12,6.25a5.749,5.749,0,0,1,5.677,5.462,1,1,0,0,0,1.2.92A2.587,2.587,0,0,1,22,15.163C22,17.974,18.874,17.75,19.174,17.75Z","M15.845,12.945a1,1,0,0,0-1.407.156l-1.219,1.524a1,1,0,0,0,1.562,1.25L16,14.351A1,1,0,0,0,15.845,12.945Z","M12.125,11.969a1,1,0,0,0-1.406.156l-2,2.5a1,1,0,0,0,1.562,1.25l2-2.5A1,1,0,0,0,12.125,11.969Z"]];
19
+ export const LightModeBright = ["light-mode-bright",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.25,12a3.5,3.5,0,0,0-3.5-3.5H4.25a3.5,3.5,0,0,0,0,7h15.5A3.5,3.5,0,0,0,23.25,12ZM5.5,13.5A.5.5,0,0,1,5,13V11a.5.5,0,0,1,.5-.5h13a.5.5,0,0,1,.5.5v2a.5.5,0,0,1-.5.5Z","M12,6a1,1,0,0,0,1-1V1a1,1,0,0,0-2,0V5A1,1,0,0,0,12,6Z","M6.132,6.5A1,1,0,0,0,7.868,5.5l-2-3.5A1,1,0,1,0,4.132,3Z","M16.5,6.868A1,1,0,0,0,17.868,6.5l2-3.5A1,1,0,1,0,18.132,2l-2,3.5A1,1,0,0,0,16.5,6.868Z","M12,18a1,1,0,0,0-1,1v4a1,1,0,0,0,2,0V19A1,1,0,0,0,12,18Z","M7.5,17.132a1,1,0,0,0-1.364.372l-2,3.5A1,1,0,0,0,5.868,22l2-3.5A1,1,0,0,0,7.5,17.132Z","M17.868,17.5a1,1,0,0,0-1.736.992l2,3.5A1,1,0,1,0,19.868,21Z"]];
20
+ export const LightModeNightWoman = ["light-mode-night-woman",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.564.037a1,1,0,0,0-1.117,1.482,4.941,4.941,0,0,1,.234,4.611,4.96,4.96,0,0,1-3.646,2.859.027.027,0,0,0-.02.035,8.123,8.123,0,0,1,.525,2.136.25.25,0,0,0,.153.2A6,6,0,1,0,19.564.037Z","M5.975,19.825a.3.3,0,0,1,.412-.4A5.652,5.652,0,0,0,8.995,20h.012a5.656,5.656,0,0,0,2.609-.571.3.3,0,0,1,.411.4l-1.686,3.824A.25.25,0,0,0,10.57,24H17a1,1,0,0,0,.912-1.41,6.929,6.929,0,0,0-3.741-3.58c-.8-.321-1.716-.651-2.7-1.016a.784.784,0,0,1-.511-.734v-.467a.249.249,0,0,1,.254-.25,6.34,6.34,0,0,0,3.653-.834.5.5,0,0,0,.125-.755c-.452-.527-.764-1.22-.9-3.251C13.827,7.854,11.232,6.5,9,6.5S4.175,7.854,3.914,11.7c-.137,2.031-.45,2.724-.9,3.251a.5.5,0,0,0,.124.755,6.343,6.343,0,0,0,3.654.834.251.251,0,0,1,.254.25v.467a.784.784,0,0,1-.511.734c-.988.365-1.9.7-2.7,1.016A6.929,6.929,0,0,0,.089,22.59,1,1,0,0,0,1,24H7.432a.249.249,0,0,0,.229-.351Z"]];
21
+ export const LightModeFlashAuto = ["light-mode-flash-auto",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M11,15a4,4,0,0,1,5.622-3.656.25.25,0,0,0,.3-.077A.74.74,0,0,0,16.4,10H13.9a.25.25,0,0,1-.208-.389l1.964-2.946A.75.75,0,0,0,15.033,5.5H11.309a1,1,0,0,0-.895.552h0L7.232,12.417A.75.75,0,0,0,7.9,13.5H9.46a.25.25,0,0,1,.237.329L8.025,18.842a.5.5,0,0,0,.829.512l2.073-2.074A.249.249,0,0,0,11,17.1Z","M15,12.25A2.752,2.752,0,0,0,12.25,15v3.5a.75.75,0,0,0,1.5,0V17.25A.25.25,0,0,1,14,17h2a.25.25,0,0,1,.25.25V18.5a.75.75,0,0,0,1.5,0V15A2.752,2.752,0,0,0,15,12.25ZM14,15.5a.25.25,0,0,1-.25-.25V15a1.25,1.25,0,0,1,2.5,0v.25a.25.25,0,0,1-.25.25Z","M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm6.838,19.29A10.115,10.115,0,0,1,17.3,20.478a10.024,10.024,0,1,1,1.541-1.188Z"]];
22
+ export const LightModeSunnyWoman = ["light-mode-sunny-woman",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M17.25,2.5A.75.75,0,0,0,18,1.75v-1a.75.75,0,0,0-1.5,0v1A.75.75,0,0,0,17.25,2.5Z","M21.316,3.745l.707-.707a.75.75,0,1,0-1.06-1.061l-.707.707a.75.75,0,0,0,1.06,1.061Z","M23.25,6h-1a.75.75,0,0,0,0,1.5h1a.75.75,0,0,0,0-1.5Z","M21.316,9.755a.75.75,0,0,0-1.06,1.061l.707.707a.75.75,0,1,0,1.06-1.061Z","M17.25,11a.75.75,0,0,0-.75.75v1a.75.75,0,0,0,1.5,0v-1A.75.75,0,0,0,17.25,11Z","M13.185,9.755l-.707.707a.75.75,0,1,0,1.06,1.061l.707-.707a.75.75,0,0,0-1.06-1.061Z","M13,6.75A.75.75,0,0,0,12.25,6h-1a.75.75,0,0,0,0,1.5h1A.75.75,0,0,0,13,6.75Z","M13.185,3.745a.75.75,0,0,0,1.06-1.061l-.707-.707a.75.75,0,1,0-1.06,1.061Z","M13.750 6.750 A3.500 3.500 0 1 0 20.750 6.750 A3.500 3.500 0 1 0 13.750 6.750 Z","M.863,16.76a1,1,0,1,0,1.68,1.085,5.559,5.559,0,0,0,.522-1.033.249.249,0,0,1,.376-.116,4.49,4.49,0,0,0,5.128,0,.251.251,0,0,1,.376.116,5.5,5.5,0,0,0,.522,1.033,1,1,0,1,0,1.679-1.085,4.57,4.57,0,0,1-.641-2.511V13a4.5,4.5,0,0,0-9,0v1.249A4.562,4.562,0,0,1,.863,16.76ZM6.005,15.5A2.5,2.5,0,0,1,3.54,13.415a.251.251,0,0,1,.159-.276,5.718,5.718,0,0,0,2.134-1.407.252.252,0,0,1,.181-.077.247.247,0,0,1,.18.078,5.73,5.73,0,0,0,2.118,1.4.249.249,0,0,1,.158.275A2.5,2.5,0,0,1,6.005,15.5Z","M6,18.5c-3.309,0-6,2.243-6,5a.5.5,0,0,0,.5.5h11a.5.5,0,0,0,.5-.5C12,20.743,9.309,18.5,6,18.5Z"]];
23
+ export const LightModeHdrAlternate = ["light-mode-hdr-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,7.75A3.755,3.755,0,0,0,20.25,4H3.75A3.755,3.755,0,0,0,0,7.75v8.5A3.755,3.755,0,0,0,3.75,20h16.5A3.755,3.755,0,0,0,24,16.25Zm-1.5,8.5a2.253,2.253,0,0,1-2.25,2.25H3.75A2.253,2.253,0,0,1,1.5,16.25V7.75A2.253,2.253,0,0,1,3.75,5.5h16.5A2.253,2.253,0,0,1,22.5,7.75Z","M21,10a2.752,2.752,0,0,0-2.75-2.75h-2A.75.75,0,0,0,15.5,8v8A.75.75,0,0,0,17,16V14.414a.25.25,0,0,1,.427-.177L19.72,16.53a.75.75,0,0,0,1.06-1.06l-2.318-2.318a.253.253,0,0,1-.06-.258.25.25,0,0,1,.2-.167A2.754,2.754,0,0,0,21,10ZM17,9a.25.25,0,0,1,.25-.25h1a1.25,1.25,0,0,1,0,2.5h-1A.25.25,0,0,1,17,11Z","M7.75,7.25A.75.75,0,0,0,7,8v3a.25.25,0,0,1-.25.25h-2A.25.25,0,0,1,4.5,11V8A.75.75,0,0,0,3,8v8a.75.75,0,0,0,1.5,0V13a.25.25,0,0,1,.25-.25h2A.25.25,0,0,1,7,13v3a.75.75,0,0,0,1.5,0V8A.75.75,0,0,0,7.75,7.25Z","M10.25,7.25A.75.75,0,0,0,9.5,8v8a.75.75,0,0,0,.75.75,4.75,4.75,0,0,0,0-9.5Zm1.084,7.814A.25.25,0,0,1,11,14.829V9.171a.25.25,0,0,1,.334-.235,3.25,3.25,0,0,1,0,6.128Z"]];
24
+ export const LightModeSunnyManAlternate = ["light-mode-sunny-man-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M16.31,22.587c-.536-1.071-2.775-1.815-5.586-2.856-.76-.282-.635-2.265-.3-2.636a5.609,5.609,0,0,0,1.459-4.348A3.432,3.432,0,0,0,8.327,9a3.433,3.433,0,0,0-3.558,3.747A5.605,5.605,0,0,0,6.229,17.1c.337.371.461,2.354-.3,2.636C3.119,20.772.88,21.516.344,22.587a6.644,6.644,0,0,0-.315.746A.5.5,0,0,0,.5,24H16.154a.5.5,0,0,0,.472-.667A6.474,6.474,0,0,0,16.31,22.587Z","M14.750 6.250 A3.000 3.000 0 1 0 20.750 6.250 A3.000 3.000 0 1 0 14.750 6.250 Z","M17.75,2a.75.75,0,0,0,.75-.75V.75a.75.75,0,0,0-1.5,0v.5A.75.75,0,0,0,17.75,2Z","M13.685,3.245a.75.75,0,0,0,1.06-1.061l-.353-.353a.75.75,0,1,0-1.061,1.06Z","M12.25,7h.5a.75.75,0,0,0,0-1.5h-.5a.75.75,0,0,0,0,1.5Z","M13.685,9.255l-.354.354a.75.75,0,1,0,1.061,1.06l.353-.353a.75.75,0,0,0-1.06-1.061Z","M17.75,10.5a.75.75,0,0,0-.75.75v.5a.75.75,0,0,0,1.5,0v-.5A.75.75,0,0,0,17.75,10.5Z","M21.816,9.255a.75.75,0,0,0-1.061,1.061l.354.353a.75.75,0,1,0,1.06-1.06Z","M23.25,5.5h-.5a.75.75,0,0,0,0,1.5h.5a.75.75,0,0,0,0-1.5Z","M21.285,3.464a.749.749,0,0,0,.531-.219l.353-.354a.75.75,0,1,0-1.06-1.06l-.354.353a.75.75,0,0,0,.53,1.28Z"]];
25
+ export const LightModeBw = ["light-mode-bw",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2ZM22,21.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M13.47,17.019a.75.75,0,0,0,1.254-.333l.535-1.962a.25.25,0,0,1,.482,0l.535,1.962a.752.752,0,0,0,.532.528.784.784,0,0,0,.192.025.747.747,0,0,0,.53-.22c1.11-1.109,1.72-3.221,1.72-5.946V8.489a.75.75,0,1,0-1.5,0v2.584a12.73,12.73,0,0,1-.246,2.619.25.25,0,0,1-.485.014l-.795-2.914a.75.75,0,0,0-1.448,0l-.795,2.914a.25.25,0,0,1-.485-.014,12.73,12.73,0,0,1-.246-2.619V8.489a.75.75,0,1,0-1.5,0v2.584C11.75,13.8,12.36,15.91,13.47,17.019Z","M5.5,17.239H7a2.748,2.748,0,0,0,2.047-4.584.248.248,0,0,1,0-.333A2.748,2.748,0,0,0,7,7.739H5.5a.75.75,0,0,0-.75.75v8A.75.75,0,0,0,5.5,17.239Zm2.75-2.75A1.252,1.252,0,0,1,7,15.739H6.5a.25.25,0,0,1-.25-.25v-2a.25.25,0,0,1,.25-.25H7A1.251,1.251,0,0,1,8.25,14.489Zm-2-5a.25.25,0,0,1,.25-.25H7a1.25,1.25,0,0,1,0,2.5H6.5a.25.25,0,0,1-.25-.25Z"]];
26
+ export const LightModeNight = ["light-mode-night",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M11.189,19.354c-.828-.306-.692-2.464-.326-2.869.86-.946,1.589-2.054,1.589-4.731A3.735,3.735,0,0,0,8.58,7.677a3.735,3.735,0,0,0-3.872,4.077c0,2.677.729,3.785,1.589,4.731.366.405.5,2.563-.326,2.869C2.912,20.488.976,21.3.393,22.463a7.221,7.221,0,0,0-.365.874A.5.5,0,0,0,.5,24H16.66a.5.5,0,0,0,.472-.663,7.221,7.221,0,0,0-.365-.874C16.184,21.3,14.248,20.488,11.189,19.354Z","M19.382.046a1.251,1.251,0,0,0-1.4,1.853A4.7,4.7,0,0,1,18.2,6.278a4.712,4.712,0,0,1-3.461,2.715,1.251,1.251,0,0,0-.484,2.27A6.249,6.249,0,1,0,19.382.046Z"]];
27
+ export const LightModeBrightDark1Alternate = ["light-mode-bright-dark-1-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M11.75,6.49A5.513,5.513,0,0,0,9,7.226,1,1,0,0,0,9,8.958a3.5,3.5,0,0,1,0,6.064,1,1,0,0,0,0,1.731A5.5,5.5,0,1,0,11.75,6.49Zm.265,8.99a.25.25,0,0,1-.225-.39,5.485,5.485,0,0,0,0-6.2.251.251,0,0,1-.01-.266.248.248,0,0,1,.236-.124,3.5,3.5,0,0,1,0,6.98Z","M23.354,13.561a2.209,2.209,0,0,0,0-3.122L21.132,8.218V5.075a2.209,2.209,0,0,0-2.207-2.207H15.782L13.561.646a2.209,2.209,0,0,0-3.122,0L8.218,2.868H5.075A2.209,2.209,0,0,0,2.868,5.075V8.218L.646,10.439a2.209,2.209,0,0,0,0,3.122l2.222,2.221v3.143a2.209,2.209,0,0,0,2.207,2.207H8.218l2.221,2.222a2.209,2.209,0,0,0,3.122,0l2.221-2.222h3.143a2.209,2.209,0,0,0,2.207-2.207V15.782Zm-1.445-1.738a.25.25,0,0,1,0,.354l-2.484,2.484a1,1,0,0,0-.293.707v3.514a.25.25,0,0,1-.25.25H15.368a1,1,0,0,0-.707.293l-2.484,2.484a.25.25,0,0,1-.354,0L9.339,19.425a1,1,0,0,0-.707-.293H5.118a.25.25,0,0,1-.25-.25V15.368a1,1,0,0,0-.293-.707L2.091,12.177a.25.25,0,0,1,0-.354L4.575,9.339a1,1,0,0,0,.293-.707V5.118a.25.25,0,0,1,.25-.25H8.632a1,1,0,0,0,.707-.293l2.484-2.484a.25.25,0,0,1,.354,0l2.484,2.484a1,1,0,0,0,.707.293h3.514a.25.25,0,0,1,.25.25V8.632a1,1,0,0,0,.293.707Z"]];
28
+ export const LightModeHdr = ["light-mode-hdr",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.5,12a3.256,3.256,0,0,0-2.166-3.064A.25.25,0,0,0,11,9.171v5.658a.25.25,0,0,0,.334.235A3.256,3.256,0,0,0,13.5,12Z","M20,10a1.252,1.252,0,0,0-1.25-1.25h-1A.25.25,0,0,0,17.5,9v2a.25.25,0,0,0,.25.25h1A1.252,1.252,0,0,0,20,10Z","M24,7.75A3.755,3.755,0,0,0,20.25,4H3.75A3.755,3.755,0,0,0,0,7.75v8.5A3.755,3.755,0,0,0,3.75,20h16.5A3.755,3.755,0,0,0,24,16.25Zm-2.72,7.72a.75.75,0,1,1-1.06,1.06l-2.293-2.293a.25.25,0,0,0-.427.177V16A.75.75,0,0,1,16,16V8a.75.75,0,0,1,.75-.75h2a2.75,2.75,0,0,1,.356,5.476.25.25,0,0,0-.145.425ZM15,12a4.756,4.756,0,0,1-4.75,4.75A.75.75,0,0,1,9.5,16V8a.75.75,0,0,1,.75-.75A4.756,4.756,0,0,1,15,12Zm-10.75.75A.25.25,0,0,0,4,13v3a.75.75,0,0,1-1.5,0V8A.75.75,0,0,1,4,8v3a.25.25,0,0,0,.25.25h2A.25.25,0,0,0,6.5,11V8A.75.75,0,0,1,8,8v8a.75.75,0,0,1-1.5,0V13a.25.25,0,0,0-.25-.25Z"]];
29
+ export const LightModeSunny = ["light-mode-sunny",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M8.250 12.000 A3.750 3.750 0 1 0 15.750 12.000 A3.750 3.750 0 1 0 8.250 12.000 Z","M6.25,12a1,1,0,0,0-1-1H1a1,1,0,0,0,0,2H5.25A1,1,0,0,0,6.25,12Z","M6.793,8.207A1,1,0,0,0,8.207,6.793l-1.5-1.5A1,1,0,0,0,5.293,6.707Z","M12,17.75a1,1,0,0,0-1,1V23a1,1,0,0,0,2,0V18.75A1,1,0,0,0,12,17.75Z","M6.793,15.793l-1.5,1.5a1,1,0,0,0,1.414,1.414l1.5-1.5a1,1,0,0,0-1.414-1.414Z","M23,11H18.75a1,1,0,0,0,0,2H23a1,1,0,0,0,0-2Z","M17.207,15.793a1,1,0,0,0-1.414,1.414l1.5,1.5a1,1,0,0,0,1.414-1.414Z","M12,6.25a1,1,0,0,0,1-1V1a1,1,0,0,0-2,0V5.25A1,1,0,0,0,12,6.25Z","M17.207,8.207l1.5-1.5a1,1,0,1,0-1.414-1.414l-1.5,1.5a1,1,0,0,0,1.414,1.414Z"]];
30
+ export const LightModeDarkLight = ["light-mode-dark-light",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,12a1,1,0,0,0-1-1H19.094a.5.5,0,0,1-.49-.4,6.706,6.706,0,0,0-.948-2.284.5.5,0,0,1,.065-.627l2.764-2.764a1,1,0,0,0-1.414-1.414L16.307,6.279a.5.5,0,0,1-.627.065A6.706,6.706,0,0,0,13.4,5.4a.5.5,0,0,1-.4-.49V1a1,1,0,0,0-2,0V4.906a.5.5,0,0,1-.4.49,6.706,6.706,0,0,0-2.284.948.5.5,0,0,1-.627-.065L4.929,3.515A1,1,0,0,0,3.515,4.929L6.279,7.693a.5.5,0,0,1,.065.627A6.706,6.706,0,0,0,5.4,10.6a.5.5,0,0,1-.49.4H1a1,1,0,0,0,0,2H4.907a.5.5,0,0,1,.489.4,6.7,6.7,0,0,0,.948,2.283.5.5,0,0,1-.065.627L3.515,19.071a1,1,0,0,0,1.414,1.414l2.764-2.764a.5.5,0,0,1,.627-.065A6.706,6.706,0,0,0,10.6,18.6a.5.5,0,0,1,.4.49V23a1,1,0,0,0,2,0V19.094a.5.5,0,0,1,.4-.49,6.706,6.706,0,0,0,2.284-.948.5.5,0,0,1,.627.065l2.764,2.764a1,1,0,0,0,1.414-1.414l-2.764-2.764a.5.5,0,0,1-.065-.627A6.706,6.706,0,0,0,18.6,13.4a.5.5,0,0,1,.49-.4H23A1,1,0,0,0,24,12Zm-8.738,2.5A5.762,5.762,0,0,1,9.5,8.738a5.67,5.67,0,0,1,.155-1.312.5.5,0,0,1,.322-.357,5.459,5.459,0,0,1,6.955,6.952.5.5,0,0,1-.354.321A5.69,5.69,0,0,1,15.262,14.5Z"]];
@@ -0,0 +1,7 @@
1
+ export const PhotographyEquipmentLight = ["photography-equipment-light",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M4.5,16h15A1.5,1.5,0,0,0,21,14.5V1.5A1.5,1.5,0,0,0,19.5,0H4.5A1.5,1.5,0,0,0,3,1.5v13A1.5,1.5,0,0,0,4.5,16ZM7,9.5A1.5,1.5,0,1,1,5.5,11,1.5,1.5,0,0,1,7,9.5ZM5.5,5A1.5,1.5,0,1,1,7,6.5,1.5,1.5,0,0,1,5.5,5ZM12,9.5A1.5,1.5,0,1,1,10.5,11,1.5,1.5,0,0,1,12,9.5ZM10.5,5A1.5,1.5,0,1,1,12,6.5,1.5,1.5,0,0,1,10.5,5ZM17,9.5A1.5,1.5,0,1,1,15.5,11,1.5,1.5,0,0,1,17,9.5ZM15.5,5A1.5,1.5,0,1,1,17,6.5,1.5,1.5,0,0,1,15.5,5Z","M22.75,7a.75.75,0,0,0-.75.75v8A1.252,1.252,0,0,1,20.75,17H3.25A1.252,1.252,0,0,1,2,15.75v-8a.75.75,0,0,0-1.5,0v8A2.752,2.752,0,0,0,3.25,18.5h6.5a.25.25,0,0,1,.25.25V23.5a.5.5,0,0,0,.5.5h3a.5.5,0,0,0,.5-.5V22.25a.25.25,0,0,1,.25-.25h.5a.25.25,0,0,1,.25.25.75.75,0,0,0,1.5,0v-2a.75.75,0,0,0-1.5,0,.25.25,0,0,1-.25.25h-.5a.25.25,0,0,1-.25-.25v-1.5a.25.25,0,0,1,.25-.25h6.5a2.752,2.752,0,0,0,2.75-2.75v-8A.75.75,0,0,0,22.75,7Z"]];
2
+ export const PhotographyEquipmentLight1 = ["photography-equipment-light-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.5,0H4.5A1.5,1.5,0,0,0,3,1.5v9A1.5,1.5,0,0,0,4.5,12h15A1.5,1.5,0,0,0,21,10.5v-9A1.5,1.5,0,0,0,19.5,0ZM16.75,5a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16.75,5Zm1.5,3.5A1.5,1.5,0,1,1,16.75,7,1.5,1.5,0,0,1,18.25,8.5ZM12,5a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,12,5Zm1.5,3.5A1.5,1.5,0,1,1,12,7,1.5,1.5,0,0,1,13.5,8.5ZM7.25,5a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,7.25,5Zm1.5,3.5A1.5,1.5,0,1,1,7.25,7,1.5,1.5,0,0,1,8.75,8.5Z","M18,13.5H6a.5.5,0,0,0-.492.589l.85,4.68A1.5,1.5,0,0,0,7.835,20h8.33a1.5,1.5,0,0,0,1.477-1.231h0l.85-4.679A.5.5,0,0,0,18,13.5Zm-3.5,4a1,1,0,1,1,1-1A1,1,0,0,1,14.5,17.5Z","M13.5,21.5h-3a.5.5,0,0,0-.5.5v.5A1.5,1.5,0,0,0,11.5,24h1A1.5,1.5,0,0,0,14,22.5V22A.5.5,0,0,0,13.5,21.5Z"]];
3
+ export const PhotographyEquipmentLight2 = ["photography-equipment-light-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M10.500 9.000 A1.500 1.500 0 1 0 13.500 9.000 A1.500 1.500 0 1 0 10.500 9.000 Z","M21,5.388a1,1,0,0,0-1.316-.95l-4.21,1.4a.251.251,0,0,1-.316-.316l1.4-4.21A1,1,0,0,0,15.613,0H8.387a1,1,0,0,0-.948,1.316l1.4,4.21a.251.251,0,0,1-.316.316l-4.21-1.4A1,1,0,0,0,3,5.388v7.224a1,1,0,0,0,1.316.95l4.21-1.4a.251.251,0,0,1,.316.316l-1.4,4.21A1,1,0,0,0,8.387,18H10.75a.25.25,0,0,1,.25.25V23a1,1,0,0,0,2,0V18.25a.25.25,0,0,1,.25-.25h2.363a1,1,0,0,0,.948-1.316l-1.4-4.21a.251.251,0,0,1,.316-.316l4.21,1.4A1,1,0,0,0,21,12.612ZM15,11.5a.5.5,0,0,1-.5.5h-5a.5.5,0,0,1-.5-.5v-5A.5.5,0,0,1,9.5,6h5a.5.5,0,0,1,.5.5Z"]];
4
+ export const PhotographyEquipmentLightsBackground = ["photography-equipment-lights-background",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,20.25a1,1,0,0,0-1-1H20.643a.252.252,0,0,1-.225-.139A4.029,4.029,0,0,1,20,17.333V3.232a.249.249,0,0,1,.214-.247A1.5,1.5,0,0,0,20,0H4a1.5,1.5,0,0,0-.214,2.985A.249.249,0,0,1,4,3.232v14.1a4.029,4.029,0,0,1-.418,1.778.25.25,0,0,1-.225.139H1a1,1,0,0,0,0,2h.563a.25.25,0,0,1,.2.4L1.2,22.4A1,1,0,0,0,2,24H22a1,1,0,0,0,.8-1.6l-.563-.75a.25.25,0,0,1,.2-.4H23A1,1,0,0,0,24,20.25ZM19.7,21.6a.25.25,0,0,1-.2.4H4.5a.25.25,0,0,1-.2-.4l.5-.666a6.037,6.037,0,0,0,1.2-3.6V3.75a.25.25,0,0,1,.25-.25h11.5a.25.25,0,0,1,.25.25V17.333a6.037,6.037,0,0,0,1.2,3.6Z","M8.759,19.886a.75.75,0,1,0,1.482.228l.1-.652a.249.249,0,0,1,.247-.212h2.822a.249.249,0,0,1,.247.212l.1.652a.75.75,0,1,0,1.482-.228l-.784-5.1A.249.249,0,0,1,14.7,14.5h.546a1,1,0,0,0,0-2H8.75a1,1,0,0,0,0,2H9.3a.249.249,0,0,1,.247.288ZM12.681,14.5a.25.25,0,0,1,.247.212l.423,2.75a.251.251,0,0,1-.247.288H10.9a.251.251,0,0,1-.247-.288l.423-2.75a.25.25,0,0,1,.247-.212Z"]];
5
+ export const PhotographyEquipmentFlashLight = ["photography-equipment-flash-light",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18,12.5H6a.5.5,0,0,0-.493.582l1,6A.5.5,0,0,0,7,19.5H17a.5.5,0,0,0,.493-.418l1-6A.5.5,0,0,0,18,12.5Zm-4,5A1.5,1.5,0,1,1,15.5,16,1.5,1.5,0,0,1,14,17.5Z","M21.5,2.5a2.482,2.482,0,0,0-.245-1.078.25.25,0,0,0-.183-.138.247.247,0,0,0-.219.07l-2.28,2.28a.249.249,0,0,0-.073.177V7.189a.249.249,0,0,0,.073.177l2.281,2.279a.245.245,0,0,0,.218.07.252.252,0,0,0,.184-.138A2.491,2.491,0,0,0,21.5,8.5Z","M6.134,2.927A.249.249,0,0,0,6.311,3H17.689a.249.249,0,0,0,.177-.073l2.28-2.28a.254.254,0,0,0,.07-.219.251.251,0,0,0-.139-.183A2.474,2.474,0,0,0,19,0H5A2.474,2.474,0,0,0,3.923.245a.251.251,0,0,0-.139.183.254.254,0,0,0,.07.219Z","M5.427,7.366A.249.249,0,0,0,5.5,7.189V3.811a.249.249,0,0,0-.073-.177l-2.28-2.28a.247.247,0,0,0-.219-.07.25.25,0,0,0-.183.138A2.482,2.482,0,0,0,2.5,2.5v6a2.482,2.482,0,0,0,.245,1.078.25.25,0,0,0,.183.138.247.247,0,0,0,.219-.07Z","M17.866,8.073A.247.247,0,0,0,17.69,8H6.311a.249.249,0,0,0-.177.073l-2.28,2.28a.254.254,0,0,0-.07.219.251.251,0,0,0,.139.183A2.474,2.474,0,0,0,5,11H19a2.486,2.486,0,0,0,1.079-.245.25.25,0,0,0,.068-.4Z","M14,21H10a.5.5,0,0,0-.5.5v1A1.5,1.5,0,0,0,11,24h2a1.5,1.5,0,0,0,1.5-1.5v-1A.5.5,0,0,0,14,21Z"]];
6
+ export const PhotographyEquipmentLight3 = ["photography-equipment-light-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.168,11.936a.25.25,0,0,0-.293.247v3.446a.251.251,0,0,1-.073.177l-6.061,6.06a1.25,1.25,0,0,0,1.768,1.768L8.448,19.7a.25.25,0,0,1,.427.177V22.75a1.25,1.25,0,0,0,2.5,0V19.872A.25.25,0,0,1,11.8,19.7l3.939,3.939a1.25,1.25,0,0,0,1.768-1.768l-6.061-6.06a.251.251,0,0,1-.073-.177V12.485a.232.232,0,0,0-.089-.182Z","M19.9.211c-.188-.12-4.365-.606-6.046.49-.731.477-1.546,1.109-1.864,1.359a.517.517,0,0,1-.2.094l-7.3,1.683A1.816,1.816,0,0,0,3.125,5.549V7.957a1.727,1.727,0,0,0,1.4,1.663l7.263,1.255a.508.508,0,0,1,.224.1c.312.246,1.118.869,1.84,1.341a7.234,7.234,0,0,0,3.6.7A11.8,11.8,0,0,0,19.9,12.8c.177-.115,1.727-1.272,1.727-6.3S20.075.326,19.9.211Z"]];
7
+ export const PhotographyEquipmentLightUmbrella = ["photography-equipment-light-umbrella",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.925,23.828a1,1,0,0,0,.277-1.387l-1.445-2.167a3.044,3.044,0,0,0-1.7-1.164.249.249,0,0,1-.184-.241V15.618a.172.172,0,0,1,.294-.122,1,1,0,0,0,1.414,0l1.414-1.414a1,1,0,0,0,0-1.414L16.455,9.133a1.024,1.024,0,0,0-1.414,0L13.273,10.9a.5.5,0,0,0,0,.707L14.8,13.129a.251.251,0,0,1,.073.177v5.563a.25.25,0,0,1-.184.241,3.044,3.044,0,0,0-1.7,1.164l-1.445,2.167a1,1,0,1,0,1.664,1.11l1.209-1.814a.25.25,0,0,1,.458.139V23a1,1,0,0,0,2,0V21.873a.25.25,0,0,1,.458-.139l1.211,1.817A1,1,0,0,0,19.925,23.828Z","M8.241,12.953a2.5,2.5,0,0,0-.651,2.2.75.75,0,0,1-1.27.653A9.23,9.23,0,0,1,5.135,4.191a.25.25,0,0,1,.452.082c.488,2.134,2.637,5.2,4.755,7.42a.25.25,0,0,1-.184.422A2.56,2.56,0,0,0,8.241,12.953Z","M12.4,8.832A3.108,3.108,0,0,1,14.4,7.907a.25.25,0,0,0,.153-.432C11,4.153,7.222,2.355,6.585,2.992s1.161,4.414,4.483,7.97a.249.249,0,0,0,.432-.152,3.108,3.108,0,0,1,.925-2.005","M16.557,4.631a2.507,2.507,0,0,1,2.2-.652.75.75,0,0,0,.653-1.27A9.231,9.231,0,0,0,7.8,1.525a.25.25,0,0,0,.082.452c2.134.487,5.2,2.637,7.42,4.754a.249.249,0,0,0,.422-.183A2.562,2.562,0,0,1,16.557,4.631Z"]];
@@ -0,0 +1,18 @@
1
+ export const MaskDiamond = ["mask-diamond",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,21.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M11.365,18.71a.84.84,0,0,0,1.27,0l5.382-6.083a.955.955,0,0,0,0-1.251L12.635,5.291h0a.867.867,0,0,0-1.27,0L5.983,11.374a.955.955,0,0,0,0,1.251Z"]];
2
+ export const MaskHeart = ["mask-heart",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2ZM22,21.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M11.633,19.069a.5.5,0,0,0,.734,0l5.959-6.46a4.27,4.27,0,0,0,.751-4.8,4,4,0,0,0-2.99-2.262,3.9,3.9,0,0,0-3.473,1.179l-.434.451a.251.251,0,0,1-.36,0l-.434-.451A3.9,3.9,0,0,0,7.913,5.55a4,4,0,0,0-2.99,2.262A4.265,4.265,0,0,0,5.667,12.6Z"]];
3
+ export const MaskOval = ["mask-oval",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,21.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M7.249 12.000 A4.751 7.601 0 1 0 16.751 12.000 A4.751 7.601 0 1 0 7.249 12.000 Z"]];
4
+ export const MaskBubbleAlternate = ["mask-bubble-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2ZM22,21.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M5.261,14.662a.251.251,0,0,1,.091.221,3.441,3.441,0,0,0,3.765,3.765.253.253,0,0,1,.22.091,3.442,3.442,0,0,0,5.326,0,.251.251,0,0,1,.22-.091,3.441,3.441,0,0,0,3.765-3.765.25.25,0,0,1,.091-.221,3.44,3.44,0,0,0,0-5.324.253.253,0,0,1-.091-.221,3.441,3.441,0,0,0-3.765-3.765.251.251,0,0,1-.22-.091,3.442,3.442,0,0,0-5.326,0,.253.253,0,0,1-.22.091A3.441,3.441,0,0,0,5.352,9.117a.25.25,0,0,1-.091.221,3.44,3.44,0,0,0,0,5.324Zm1.644-4A1,1,0,0,0,7.454,9.34,1.435,1.435,0,0,1,9.341,7.454a1,1,0,0,0,1.324-.548,1.437,1.437,0,0,1,2.67,0,1,1,0,0,0,1.324.548A1.435,1.435,0,0,1,16.546,9.34a1,1,0,0,0,.549,1.327,1.434,1.434,0,0,1,0,2.666,1,1,0,0,0-.549,1.327,1.435,1.435,0,0,1-1.887,1.886,1,1,0,0,0-1.324.548,1.437,1.437,0,0,1-2.67,0,1,1,0,0,0-1.324-.548A1.435,1.435,0,0,1,7.454,14.66a1,1,0,0,0-.549-1.327,1.434,1.434,0,0,1,0-2.666Z"]];
5
+ export const MaskOvalAlternate = ["mask-oval-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2ZM22,21.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M12,20.6c3.225,0,5.751-3.778,5.751-8.6S15.225,3.4,12,3.4,6.249,7.177,6.249,12,8.775,20.6,12,20.6ZM12,5.4c2.033,0,3.751,3.023,3.751,6.6S14.033,18.6,12,18.6,8.249,15.578,8.249,12,9.967,5.4,12,5.4Z"]];
6
+ export const MaskTriangleAlternate = ["mask-triangle-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2ZM22,21.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M5.32,20H18.68a1.274,1.274,0,0,0,1.161-1.9L13.118,4.922a1.258,1.258,0,0,0-2.238,0L4.161,18.1A1.274,1.274,0,0,0,5.32,20ZM11.777,7.568a.251.251,0,0,1,.446,0l5.135,10.068a.25.25,0,0,1-.222.364H6.864a.25.25,0,0,1-.222-.364Z"]];
7
+ export const MaskSquareAlternate = ["mask-square-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,21.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M6.25,19.25h11.5a1.5,1.5,0,0,0,1.5-1.5V6.25a1.5,1.5,0,0,0-1.5-1.5H6.25a1.5,1.5,0,0,0-1.5,1.5v11.5A1.5,1.5,0,0,0,6.25,19.25ZM6.75,7A.25.25,0,0,1,7,6.75H17a.25.25,0,0,1,.25.25V17a.25.25,0,0,1-.25.25H7A.25.25,0,0,1,6.75,17Z"]];
8
+ export const MaskStarAlternate = ["mask-star-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2ZM22,21.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M6.965,13.735a.25.25,0,0,1,.067.29L5.72,17.044a1.875,1.875,0,0,0,.472,2.168,1.911,1.911,0,0,0,1.285.5,1.94,1.94,0,0,0,.955-.255l3.446-1.941a.251.251,0,0,1,.246,0L15.57,19.46a1.9,1.9,0,0,0,2.24-.248,1.875,1.875,0,0,0,.471-2.168l-1.312-3.02a.249.249,0,0,1,.066-.289l2.384-2.047a1.857,1.857,0,0,0-1.306-3.209H15.4a.25.25,0,0,1-.225-.14L13.724,5.348l-.008-.015A1.911,1.911,0,0,0,12,4.283h0a1.922,1.922,0,0,0-1.724,1.064L8.821,8.339a.249.249,0,0,1-.224.14H5.885A1.844,1.844,0,0,0,4.139,9.625a1.91,1.91,0,0,0,.5,2.111Zm2.414-3.256a1,1,0,0,0,.9-.562L11.754,6.8a.25.25,0,0,1,.451,0L13.72,9.917a1,1,0,0,0,.9.562h2.465a.25.25,0,0,1,.163.44l-2.214,1.9a1,1,0,0,0-.265,1.158l1.277,2.94a.251.251,0,0,1-.352.318l-3.2-1.8a1,1,0,0,0-.982,0L8.284,17.293a.251.251,0,0,1-.355-.316l1.3-3a1,1,0,0,0-.265-1.158l-2.216-1.9a.25.25,0,0,1,.162-.44Z"]];
9
+ export const MaskTriangle = ["mask-triangle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,21.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M5.32,19.25H18.68a.775.775,0,0,0,.715-1.173h0L12.674,5.151a.742.742,0,0,0-1.347,0L4.605,18.077A.775.775,0,0,0,5.32,19.25Z"]];
10
+ export const MaskStar = ["mask-star",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2ZM22,21.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M7.572,13.6a.249.249,0,0,1,.066.289l-1.46,3.358a1.416,1.416,0,0,0,2.008,1.78l3.692-2.08a.251.251,0,0,1,.246,0l3.691,2.08a1.416,1.416,0,0,0,2.008-1.78l-1.459-3.358a.249.249,0,0,1,.066-.289l2.638-2.264a1.357,1.357,0,0,0-.955-2.353H15.088a.25.25,0,0,1-.225-.141L13.274,5.566l0-.008a1.428,1.428,0,0,0-2.543.007L9.135,8.838a.25.25,0,0,1-.225.141H5.885a1.356,1.356,0,0,0-.925,2.376Z"]];
11
+ export const MaskBubble = ["mask-bubble",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,21.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M5.644,14.54a.124.124,0,0,1,.066.158A2.784,2.784,0,0,0,9.3,18.29a.125.125,0,0,1,.158.066,2.784,2.784,0,0,0,5.091-.026.1.1,0,0,1,.121-.05A2.784,2.784,0,0,0,18.29,14.7a.124.124,0,0,1,.066-.158,2.784,2.784,0,0,0,0-5.08A.124.124,0,0,1,18.29,9.3,2.784,2.784,0,0,0,14.7,5.71a.125.125,0,0,1-.158-.066,2.784,2.784,0,0,0-5.08,0A.125.125,0,0,1,9.3,5.71,2.784,2.784,0,0,0,5.71,9.3a.124.124,0,0,1-.066.158,2.784,2.784,0,0,0,0,5.08Z"]];
12
+ export const MaskCircleAlternate = ["mask-circle-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,21.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M12,20.25A8.25,8.25,0,1,0,3.75,12,8.259,8.259,0,0,0,12,20.25Zm0-14.5A6.25,6.25,0,1,1,5.75,12,6.257,6.257,0,0,1,12,5.75Z"]];
13
+ export const MaskCircle = ["mask-circle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,21.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M4.750 12.000 A7.250 7.250 0 1 0 19.250 12.000 A7.250 7.250 0 1 0 4.750 12.000 Z"]];
14
+ export const MaskHeartDouble = ["mask-heart-double",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2ZM22,21.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M6.515,11.029a.25.25,0,0,0,.407-.067c.018-.038.036-.076.055-.113a4.657,4.657,0,0,1,6.648-1.86.25.25,0,0,0,.266,0,4.7,4.7,0,0,1,1.908-.68.25.25,0,0,0,.217-.213,3.159,3.159,0,0,0-5.363-2.67l-.2.2a.249.249,0,0,1-.353,0l-.2-.2A3.159,3.159,0,0,0,5.418,9.885Z","M19.2,11.519a3.158,3.158,0,0,0-5.059-.821l-.2.2a.25.25,0,0,1-.353,0l-.2-.2A3.159,3.159,0,0,0,8.9,15.158L13.4,19.846a.5.5,0,0,0,.723,0l4.486-4.68A3.156,3.156,0,0,0,19.2,11.519Z"]];
15
+ export const MaskHeartAlternate = ["mask-heart-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2ZM22,21.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M11.265,19.408a1,1,0,0,0,1.47,0l5.952-6.452a4.776,4.776,0,0,0,.841-5.362,4.549,4.549,0,0,0-3.362-2.538,4.4,4.4,0,0,0-3.912,1.325l-.074.077a.249.249,0,0,1-.36,0l-.074-.076A4.406,4.406,0,0,0,7.834,5.056,4.549,4.549,0,0,0,4.472,7.594,4.767,4.767,0,0,0,5.3,12.94ZM6.274,8.461A2.513,2.513,0,0,1,8.15,7.031a2.433,2.433,0,0,1,2.155.738l.974,1.012a1.033,1.033,0,0,0,1.442,0L13.7,7.769a2.424,2.424,0,0,1,2.155-.738,2.513,2.513,0,0,1,1.876,1.43,2.772,2.772,0,0,1-.5,3.123l-5.046,5.472a.252.252,0,0,1-.368,0L6.755,11.569A2.766,2.766,0,0,1,6.274,8.461Z"]];
16
+ export const MaskHeartDoubleAlternate = ["mask-heart-double-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2ZM22,22H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M7.078,9.758a.251.251,0,0,0-.017-.327l-.573-.6,0,0a1.656,1.656,0,0,1-.309-1.912,1.659,1.659,0,0,1,2.657-.432l.733.734a1,1,0,0,0,1.414,0l.735-.735a1.659,1.659,0,0,1,2.829,1.261A.25.25,0,0,0,14.865,8,5.123,5.123,0,0,1,16.3,7.775a.251.251,0,0,0,.246-.26A3.659,3.659,0,0,0,10.3,5.072a.038.038,0,0,1-.027.011.039.039,0,0,1-.027-.011,3.658,3.658,0,0,0-5.19,5.157l0,0,.865.9a.25.25,0,0,0,.414-.082c.056-.144.12-.288.19-.429A5.145,5.145,0,0,1,7.078,9.758Z","M19.645,11.3a3.66,3.66,0,0,0-5.861-.95.036.036,0,0,1-.026.011.043.043,0,0,1-.028-.011A3.658,3.658,0,0,0,8.542,15.5l4.494,4.688a1,1,0,0,0,1.443,0l4.48-4.673A3.656,3.656,0,0,0,19.645,11.3ZM17.53,14.12l-3.592,3.747a.25.25,0,0,1-.361,0L9.971,14.1a1.658,1.658,0,1,1,2.345-2.345l.735.734a1,1,0,0,0,1.414,0l.733-.734a1.658,1.658,0,0,1,2.657.431A1.664,1.664,0,0,1,17.53,14.12Z"]];
17
+ export const MaskDiamondAlternate = ["mask-diamond-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,21.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M10.99,19.042a1.342,1.342,0,0,0,2.02,0l5.382-6.083a1.467,1.467,0,0,0,0-1.915L13.01,4.959h0a1.384,1.384,0,0,0-2.02,0L5.608,11.042a1.467,1.467,0,0,0,0,1.915Zm.823-11.994a.248.248,0,0,1,.374,0l4.235,4.786a.252.252,0,0,1,0,.332l-4.235,4.786a.248.248,0,0,1-.374,0L7.578,12.166a.252.252,0,0,1,0-.332Z"]];
18
+ export const MaskSquare = ["mask-square",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,0H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V2A2,2,0,0,0,22,0Zm0,21.5a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h19a.5.5,0,0,1,.5.5Z","M5.000 5.000 L19.000 5.000 L19.000 19.000 L5.000 19.000 Z"]];
@@ -0,0 +1,3 @@
1
+ export const ActionCamera = ["action-camera",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M18.5,3.5H10a.751.751,0,0,0-.75.75v8.5a.751.751,0,0,0,.75.75h8.5a.751.751,0,0,0,.75-.75V4.25A.751.751,0,0,0,18.5,3.5Zm-4.25,8a3,3,0,1,1,3-3A3,3,0,0,1,14.25,11.5Z","M22.75,4a4,4,0,0,0-4-4h-9a4,4,0,0,0-4,4v9a4,4,0,0,0,4,4h9a4,4,0,0,0,4-4Zm-2,8.75A2.253,2.253,0,0,1,18.5,15H10a2.253,2.253,0,0,1-2.25-2.25V4.25A2.253,2.253,0,0,1,10,2h8.5a2.253,2.253,0,0,1,2.25,2.25Z","M20.25,23a1,1,0,0,0-1-1H16.5a.25.25,0,0,1-.25-.25V18.5a.5.5,0,0,0-.5-.5h-3a.5.5,0,0,0-.5.5v.25A.25.25,0,0,1,12,19H5.307a.058.058,0,0,1-.057-.057,1.442,1.442,0,0,0-.936-1.351l-2.128-.8a.693.693,0,0,0-.936.649v4.614a.693.693,0,0,0,.936.649l2.128-.8a1.44,1.44,0,0,0,.809-.76A.252.252,0,0,1,5.352,21H12a.25.25,0,0,1,.25.25v.5A.25.25,0,0,1,12,22H9.25a1,1,0,0,0,0,2h10A1,1,0,0,0,20.25,23Z"]];
2
+ export const CameraGlasses = ["camera-glasses",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M20.727,4.421A4.086,4.086,0,0,0,17,2H16a1,1,0,0,0,0,2h1a2.078,2.078,0,0,1,1.9,1.234l2.407,5.414a.251.251,0,0,1-.229.352H4.924a.251.251,0,0,1-.229-.352L7.1,5.234A2.078,2.078,0,0,1,9,4h1a1,1,0,0,0,0-2H9A4.086,4.086,0,0,0,5.273,4.421C1.96,11.878,2,11.625,2,12v1.75a.25.25,0,0,1-.25.25H1.5A1.5,1.5,0,0,0,0,15.5v2A1.5,1.5,0,0,0,1.5,19h.826a.249.249,0,0,1,.223.138,5.181,5.181,0,0,0,9.027.426l.741-1.186a.835.835,0,0,1,1.366,0l.741,1.186A5.182,5.182,0,0,0,24,16.818V12C24,11.629,24.034,11.863,20.727,4.421ZM3.5,16.5a1,1,0,1,1-1-1A1,1,0,0,1,3.5,16.5Zm2,1A.5.5,0,0,1,5,17V16a.5.5,0,0,1,.5-.5H8a.5.5,0,0,1,.5.5v1a.5.5,0,0,1-.5.5Z"]];
3
+ export const GoPro = ["go-pro",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12.5,9.25a2.253,2.253,0,0,0,2.25,2.25h9a.25.25,0,0,0,.25-.25V2.5A2.5,2.5,0,0,0,21.5,0H12.75a.25.25,0,0,0-.25.25ZM18.5,8A2.5,2.5,0,1,1,21,5.5,2.5,2.5,0,0,1,18.5,8Z","M14.75,13A3.755,3.755,0,0,1,11,9.25v-9A.25.25,0,0,0,10.75,0H2.5A2.5,2.5,0,0,0,0,2.5v12A2.5,2.5,0,0,0,2.5,17h19A2.5,2.5,0,0,0,24,14.5V13.25a.25.25,0,0,0-.25-.25ZM2.875,4.5a.75.75,0,0,1,.75-.75H7a.75.75,0,0,1,0,1.5H3.625A.75.75,0,0,1,2.875,4.5Z","M16.5,22H14.25a.25.25,0,0,1-.25-.25V18.5a.5.5,0,0,0-.5-.5h-3a.5.5,0,0,0-.5.5V19a.25.25,0,0,1-.25.25H6.25A.25.25,0,0,1,6,19a.5.5,0,0,0-.5-.5h-4a1.5,1.5,0,0,0,0,3h4A.5.5,0,0,0,6,21a.25.25,0,0,1,.25-.25h3.5A.25.25,0,0,1,10,21v.75a.25.25,0,0,1-.25.25H7.5a1,1,0,0,0,0,2h9a1,1,0,0,0,0-2Z"]];
@@ -0,0 +1,17 @@
1
+ export const PicturePolaroidLandscape = ["picture-polaroid-landscape",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12.8,8.2a.873.873,0,0,0-1.7-.038L9.5,11.666a.25.25,0,0,1-.42.056L7.988,10.408a1.163,1.163,0,0,0-1.967.153L3.535,14.7a.5.5,0,0,0,.429.757h11a.5.5,0,0,0,.464-.686Z","M3.964 5.500 A2.000 2.000 0 1 0 7.964 5.500 A2.000 2.000 0 1 0 3.964 5.500 Z","M17,19a2,2,0,0,0,2-2V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V17a2,2,0,0,0,2,2ZM2,2.5A.5.5,0,0,1,2.5,2h14a.5.5,0,0,1,.5.5v14a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5Z","M23.992,9.235A2,2,0,0,0,22.18,7.063l-1-.091A1,1,0,1,0,21,8.964l.5.044a.5.5,0,0,1,.453.544L20.863,21.5a.5.5,0,0,1-.543.452L6.877,20.728A1,1,0,1,0,6.7,22.719l13.941,1.274a2,2,0,0,0,2.174-1.811Z"]];
2
+ export const PictureDoubleLandscape = ["picture-double-landscape",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3,13.5a1,1,0,0,1-1-1v-8a1,1,0,0,1,1-1H15.5a1,1,0,0,1,1,1V6.75a.25.25,0,0,0,.25.25h1.5a.25.25,0,0,0,.25-.25V4.5a3,3,0,0,0-3-3H3a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3h.25a.25.25,0,0,0,.25-.25v-1.5a.25.25,0,0,0-.25-.25Z","M24,11.5a3,3,0,0,0-3-3H8a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H21a3,3,0,0,0,3-3Zm-2,8a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1v-8a1,1,0,0,1,1-1H21a1,1,0,0,1,1,1Z","M18.746,15.492a.892.892,0,0,0-1.513-.131l-1,1.354a.25.25,0,0,1-.408-.009L13.131,12.7a.442.442,0,0,0-.756.037L9.4,18.263a.5.5,0,0,0,.44.737h9.854a.5.5,0,0,0,.447-.724Z"]];
3
+ export const PictureLandscape = ["picture-landscape",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,3a3,3,0,0,0-3-3H3A3,3,0,0,0,0,3V21a3,3,0,0,0,3,3H21a3,3,0,0,0,3-3ZM22,21a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V3A1,1,0,0,1,3,2H21a1,1,0,0,1,1,1Z","M4,8a2,2,0,0,0,2,2H9A3,3,0,1,0,6.238,5.845.252.252,0,0,1,6,6a1.945,1.945,0,0,0-1.134.35A2,2,0,0,0,4,8Z","M17.483,13.852a1.9,1.9,0,0,0-3.348-.11l-1.978,3.391a.249.249,0,0,1-.4.043,5.1,5.1,0,0,0-3.486-1.865c-2.366,0-4.051,4.043-4.235,4.5A.5.5,0,0,0,4.5,20.5H20a.5.5,0,0,0,.447-.724Z"]];
4
+ export const PicturePolaroidFour = ["picture-polaroid-four",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M11.5,2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V9.5a2,2,0,0,0,2,2H9.5a2,2,0,0,0,2-2Zm-2,5a.5.5,0,0,1-.5.5H2.5A.5.5,0,0,1,2,7V2.5A.5.5,0,0,1,2.5,2H9a.5.5,0,0,1,.5.5Z","M24,2a2,2,0,0,0-2-2H14.5a2,2,0,0,0-2,2V9.5a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2ZM22,7a.5.5,0,0,1-.5.5H15a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,15,2h6.5a.5.5,0,0,1,.5.5Z","M11.5,14.5a2,2,0,0,0-2-2H2a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2H9.5a2,2,0,0,0,2-2Zm-2,5A.5.5,0,0,1,9,20H2.5a.5.5,0,0,1-.5-.5V15a.5.5,0,0,1,.5-.5H9a.5.5,0,0,1,.5.5Z","M24,14.5a2,2,0,0,0-2-2H14.5a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2Zm-2,5a.5.5,0,0,1-.5.5H15a.5.5,0,0,1-.5-.5V15a.5.5,0,0,1,.5-.5h6.5a.5.5,0,0,1,.5.5Z"]];
5
+ export const PicturePolaroid = ["picture-polaroid",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.968,9.452a1.882,1.882,0,0,0-1.5-2.194l-4-.748a.249.249,0,0,0-.205.053.252.252,0,0,0-.091.192V8.281a.25.25,0,0,0,.205.246l3.111.582a.5.5,0,0,1,.4.583l-2.207,11.8a.5.5,0,0,1-.583.4L7.378,19.7a.5.5,0,0,1-.4-.583l.106-.566a.249.249,0,0,0-.246-.3H5.312a.25.25,0,0,0-.246.2l-.168.9a1.884,1.884,0,0,0,1.5,2.2l12.945,2.421a1.836,1.836,0,0,0,.344.032,1.885,1.885,0,0,0,1.847-1.538Z","M15.046,17a1.882,1.882,0,0,0,1.877-1.883V1.882A1.881,1.881,0,0,0,15.046,0H1.878A1.882,1.882,0,0,0,0,1.882V15.117A1.882,1.882,0,0,0,1.878,17ZM14.423,2a.5.5,0,0,1,.5.5v9.941a.249.249,0,0,1-.25.25H2.25a.25.25,0,0,1-.25-.25V2.5A.5.5,0,0,1,2.5,2Z"]];
6
+ export const PicturePolaroidAlbum1 = ["picture-polaroid-album-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21,24H3a3,3,0,0,1-3-3V3A3,3,0,0,1,3,0H21a3,3,0,0,1,3,3V21A3,3,0,0,1,21,24ZM3,2A1,1,0,0,0,2,3V21a1,1,0,0,0,1,1H21a1,1,0,0,0,1-1V3a1,1,0,0,0-1-1Z","M4.000 4.000 L8.000 4.000 L8.000 8.000 L4.000 8.000 Z","M10.000 4.000 L14.000 4.000 L14.000 8.000 L10.000 8.000 Z","M16.000 4.000 L20.000 4.000 L20.000 8.000 L16.000 8.000 Z","M4.000 10.000 L8.000 10.000 L8.000 14.000 L4.000 14.000 Z","M10.000 10.000 L14.000 10.000 L14.000 14.000 L10.000 14.000 Z","M16.000 10.000 L20.000 10.000 L20.000 14.000 L16.000 14.000 Z","M4.000 16.000 L8.000 16.000 L8.000 20.000 L4.000 20.000 Z"]];
7
+ export const PictureDouble = ["picture-double",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3.25,13.25a1,1,0,0,1-1-1v-6a1,1,0,0,1,1-1h11a1,1,0,0,1,.98.8.25.25,0,0,0,.245.2H17A.25.25,0,0,0,17.25,6V5.25a2,2,0,0,0-2-2h-13a2,2,0,0,0-2,2v8a2,2,0,0,0,2,2H4A.25.25,0,0,0,4.25,15V13.5A.25.25,0,0,0,4,13.25Z","M21.25,7.75h-13a2.5,2.5,0,0,0-2.5,2.5v8a2.5,2.5,0,0,0,2.5,2.5h13a2.5,2.5,0,0,0,2.5-2.5v-8A2.5,2.5,0,0,0,21.25,7.75Zm-13,9.5v-6a1,1,0,0,1,1-1h11a1,1,0,0,1,1,1v6a1,1,0,0,1-1,1h-11A1,1,0,0,1,8.25,17.25Z"]];
8
+ export const PictureDoubleShapes = ["picture-double-shapes",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3,13.5a1,1,0,0,1-1-1v-8a1,1,0,0,1,1-1H15.5a1,1,0,0,1,1,1V6.75a.25.25,0,0,0,.25.25h1.5a.25.25,0,0,0,.25-.25V4.5a3,3,0,0,0-3-3H3a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3h.25a.25.25,0,0,0,.25-.25v-1.5a.25.25,0,0,0-.25-.25Z","M21,8.5H8a3,3,0,0,0-3,3v8a3,3,0,0,0,3,3H21a3,3,0,0,0,3-3v-8A3,3,0,0,0,21,8.5Zm1,11a1,1,0,0,1-1,1H8a1,1,0,0,1-1-1v-8a1,1,0,0,1,1-1H21a1,1,0,0,1,1,1Z","M18.1,13.551a.952.952,0,0,0-1.612,0l-2.21,4.1A.916.916,0,0,0,15.081,19H19.5a.917.917,0,0,0,.806-1.349Z","M8.500 14.000 L13.500 14.000 L13.500 19.000 L8.500 19.000 Z"]];
9
+ export const PictureFlower1 = ["picture-flower-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2ZM20.5,22H3.5A1.5,1.5,0,0,1,2,20.5V18.25A.25.25,0,0,1,2.25,18h19.5a.25.25,0,0,1,.25.25V20.5A1.5,1.5,0,0,1,20.5,22ZM7.7,6.312a1.492,1.492,0,0,1-.1-1.495c.435-.75,1.619-.87,2.8-.33a.247.247,0,0,0,.229-.011.25.25,0,0,0,.124-.193c.123-1.3.821-2.262,1.687-2.262s1.564.965,1.688,2.262a.249.249,0,0,0,.353.2,3.356,3.356,0,0,1,1.459-.33,1.49,1.49,0,0,1,1.344.661,1.491,1.491,0,0,1-.1,1.5,3.436,3.436,0,0,1-1.017,1.1.25.25,0,0,0,0,.407,3.439,3.439,0,0,1,1.017,1.1,1.489,1.489,0,0,1,.1,1.494,1.49,1.49,0,0,1-1.344.661,3.384,3.384,0,0,1-1.459-.331.25.25,0,0,0-.353.2c-.124,1.3-.821,2.262-1.688,2.262s-1.564-.965-1.687-2.262a.25.25,0,0,0-.353-.2c-1.186.541-2.37.421-2.8-.33a1.49,1.49,0,0,1,.1-1.494,3.458,3.458,0,0,1,1.019-1.1.25.25,0,0,0,0-.407A3.455,3.455,0,0,1,7.7,6.312Zm-1.773,7.5a.35.35,0,0,1,.2-.225,3.791,3.791,0,0,1,4.786,1.647l0,.008a3.791,3.791,0,0,1-4.934-1.134A.349.349,0,0,1,5.925,13.81Z","M10.943 7.613 A1.500 1.500 0 1 0 13.943 7.613 A1.500 1.500 0 1 0 10.943 7.613 Z"]];
10
+ export const PictureStackHuman = ["picture-stack-human",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M15.025,17.508a.453.453,0,0,0,.423-.616c-.052-.135-.112-.272-.18-.408-.389-.778-2.013-1.317-4.051-2.072-.552-.205-.461-1.643-.217-1.912a4.066,4.066,0,0,0,1.059-3.154A2.482,2.482,0,0,0,9.478,6.638,2.481,2.481,0,0,0,6.9,9.346,4.07,4.07,0,0,0,7.956,12.5c.245.269.335,1.707-.216,1.912-2.039.755-3.663,1.294-4.051,2.072a4.378,4.378,0,0,0-.18.408.453.453,0,0,0,.422.616Z","M19,19.5a2,2,0,0,1-2,2H2a2,2,0,0,1-2-2V4.5a2,2,0,0,1,2-2H17a2,2,0,0,1,2,2ZM2.5,4.5A.5.5,0,0,0,2,5V19a.5.5,0,0,0,.5.5h14A.5.5,0,0,0,17,19V5a.5.5,0,0,0-.5-.5Z","M20.75,19.25A.75.75,0,0,1,20,18.5V5.5a.75.75,0,0,1,1.5,0v13A.75.75,0,0,1,20.75,19.25Z","M23.25,16.75A.75.75,0,0,1,22.5,16V8A.75.75,0,0,1,24,8v8A.75.75,0,0,1,23.25,16.75Z"]];
11
+ export const PicturePolaroidMan = ["picture-polaroid-man",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.5,11.5a4,4,0,1,0-4-4A4,4,0,0,0,9.5,11.5Zm0-2a2,2,0,0,1-2-2,1.976,1.976,0,0,1,.142-.739.247.247,0,0,1,.144-.141.25.25,0,0,1,.2.011,5.969,5.969,0,0,0,2.725.655c.178,0,.354-.008.527-.024a.24.24,0,0,1,.26.238A2,2,0,0,1,9.5,9.5Z","M14.376,14.664a6.577,6.577,0,0,0-9.753,0,.5.5,0,0,0,.37.836h9.013A.5.5,0,0,0,14.376,14.664Z","M17,19a2,2,0,0,0,2-2V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V17a2,2,0,0,0,2,2ZM2,2.5A.5.5,0,0,1,2.5,2h14a.5.5,0,0,1,.5.5v14a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5Z","M23.992,9.235A2,2,0,0,0,22.18,7.063l-1-.091a1,1,0,1,0-.179,1.991l.5.045a.5.5,0,0,1,.453.544L20.864,21.5a.5.5,0,0,1-.544.452L6.877,20.728A1,1,0,1,0,6.7,22.719l13.942,1.274a2,2,0,0,0,2.173-1.811Z"]];
12
+ export const PictureSun = ["picture-sun",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,3a3,3,0,0,0-3-3H3A3,3,0,0,0,0,3V21a3,3,0,0,0,3,3H21a3,3,0,0,0,3-3ZM22,21a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V3A1,1,0,0,1,3,2H21a1,1,0,0,1,1,1Z","M11.000 9.500 A3.000 3.000 0 1 0 17.000 9.500 A3.000 3.000 0 1 0 11.000 9.500 Z","M14,5.25a.75.75,0,0,0,.75-.75V4a.75.75,0,0,0-1.5,0v.5A.75.75,0,0,0,14,5.25Z","M9.935,6.494A.75.75,0,1,0,11,5.434l-.353-.354A.75.75,0,0,0,9.581,6.141Z","M8.5,10.25H9a.75.75,0,0,0,0-1.5H8.5a.75.75,0,0,0,0,1.5Z","M18.065,12.506a.75.75,0,0,0-1.06,1.06l.353.354a.75.75,0,0,0,1.061-1.061Z","M18.25,9.5a.75.75,0,0,0,.75.75h.5a.75.75,0,0,0,0-1.5H19A.75.75,0,0,0,18.25,9.5Z","M17.535,6.715a.743.743,0,0,0,.53-.221l.354-.353A.75.75,0,0,0,17.358,5.08l-.353.354a.751.751,0,0,0,.53,1.281Z","M15.8,16.086a4.573,4.573,0,0,0-1.449.234.249.249,0,0,0-.12.388,7.827,7.827,0,0,1,1.518,3.654.161.161,0,0,0,.159.138h3.154a1.536,1.536,0,0,0,1.264-.663A4.607,4.607,0,0,0,15.8,16.086Z","M7.914,14.551a6.875,6.875,0,0,0-4.32,1.518.25.25,0,0,0-.094.2v2.7A1.535,1.535,0,0,0,5.035,20.5h9.427a.251.251,0,0,0,.193-.09.249.249,0,0,0,.053-.205A6.909,6.909,0,0,0,7.914,14.551Z"]];
13
+ export const PicturePolaroidHuman = ["picture-polaroid-human",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M17,19a2,2,0,0,0,2-2V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V17a2,2,0,0,0,2,2ZM2,2.5A.5.5,0,0,1,2.5,2h14a.5.5,0,0,1,.5.5v14a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5Z","M23.992,9.235A2,2,0,0,0,22.18,7.063l-1-.091a1,1,0,1,0-.179,1.992l.5.044a.5.5,0,0,1,.453.544L20.863,21.5a.5.5,0,0,1-.543.452L6.877,20.728A1,1,0,1,0,6.7,22.719l13.941,1.274a2,2,0,0,0,2.174-1.811Z","M15.29,14.476c-.389-.778-2.013-1.317-4.051-2.073-.552-.2-.461-1.642-.217-1.911a4.066,4.066,0,0,0,1.059-3.154A2.482,2.482,0,0,0,9.5,4.63,2.482,2.482,0,0,0,6.919,7.338a4.066,4.066,0,0,0,1.059,3.154c.244.269.335,1.707-.217,1.911-2.038.756-3.662,1.3-4.051,2.073-.068.135-.127.273-.18.408a.453.453,0,0,0,.423.616H15.047a.453.453,0,0,0,.423-.616C15.417,14.749,15.358,14.611,15.29,14.476Z"]];
14
+ export const PicturePolaroidWoman = ["picture-polaroid-woman",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M14.334,14.664a6.577,6.577,0,0,0-9.753,0,.5.5,0,0,0,.37.836h9.013A.5.5,0,0,0,14.334,14.664Z","M4.867,10.959a1,1,0,1,0,1.682,1.082,4.964,4.964,0,0,0,.394-.747.251.251,0,0,1,.364-.114,4.044,4.044,0,0,0,4.3,0,.25.25,0,0,1,.363.113,5,5,0,0,0,.4.749,1,1,0,0,0,1.68-1.086,3.852,3.852,0,0,1-.539-2.119V7.749a4.051,4.051,0,0,0-8.1,0V8.838A3.86,3.86,0,0,1,4.867,10.959ZM9.458,9.8A2.053,2.053,0,0,1,7.436,8.089a.251.251,0,0,1,.152-.273,5.009,5.009,0,0,0,1.7-1.149.252.252,0,0,1,.359,0A5,5,0,0,0,11.33,7.813a.25.25,0,0,1,.151.272A2.053,2.053,0,0,1,9.458,9.8Z","M17,19a2,2,0,0,0,2-2V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V17a2,2,0,0,0,2,2ZM2,2.5A.5.5,0,0,1,2.5,2h14a.5.5,0,0,1,.5.5v14a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5Z","M23.992,9.235A2,2,0,0,0,22.18,7.063l-1-.091A1,1,0,1,0,21,8.964l.5.044a.5.5,0,0,1,.453.544L20.863,21.5a.5.5,0,0,1-.543.452L6.877,20.728A1,1,0,1,0,6.7,22.719l13.941,1.274a2,2,0,0,0,2.174-1.811Z"]];
15
+ export const PicturePolaroidAlbum = ["picture-polaroid-album",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M8.75,0h-7A1.752,1.752,0,0,0,0,1.75v7A1.752,1.752,0,0,0,1.75,10.5h7A1.752,1.752,0,0,0,10.5,8.75v-7A1.752,1.752,0,0,0,8.75,0Zm-7,1.5h7A.25.25,0,0,1,9,1.75v4.5a.25.25,0,0,1-.25.25h-7a.25.25,0,0,1-.25-.25V1.75A.25.25,0,0,1,1.75,1.5Z","M8.75,13.5h-7A1.752,1.752,0,0,0,0,15.25v7A1.752,1.752,0,0,0,1.75,24h7a1.752,1.752,0,0,0,1.75-1.75v-7A1.752,1.752,0,0,0,8.75,13.5Zm-7,1.5h7a.25.25,0,0,1,.25.25v4.5a.25.25,0,0,1-.25.25h-7a.25.25,0,0,1-.25-.25v-4.5A.25.25,0,0,1,1.75,15Z","M22.25,0h-7A1.752,1.752,0,0,0,13.5,1.75v7a1.752,1.752,0,0,0,1.75,1.75h7A1.752,1.752,0,0,0,24,8.75v-7A1.752,1.752,0,0,0,22.25,0Zm-7,1.5h7a.25.25,0,0,1,.25.25v4.5a.25.25,0,0,1-.25.25h-7A.25.25,0,0,1,15,6.25V1.75A.25.25,0,0,1,15.25,1.5Z"]];
16
+ export const PictureStackLandscape = ["picture-stack-landscape",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M14.335,9.7a.873.873,0,0,0-1.7-.039l-1.592,3.5a.25.25,0,0,1-.42.056l-1.1-1.314a1.163,1.163,0,0,0-1.967.153L5.071,16.2a.5.5,0,0,0,.429.757h11a.5.5,0,0,0,.464-.686Z","M20.5,18.5V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V18.5a2,2,0,0,0,2,2H18.5A2,2,0,0,0,20.5,18.5ZM2,2.5A.5.5,0,0,1,2.5,2H18a.5.5,0,0,1,.5.5V18a.5.5,0,0,1-.5.5H2.5A.5.5,0,0,1,2,18Z","M4.000 6.000 A2.000 2.000 0 1 0 8.000 6.000 A2.000 2.000 0 1 0 4.000 6.000 Z","M23,6a1,1,0,0,0-1,1V21.5a.5.5,0,0,1-.5.5H7a1,1,0,0,0,0,2H22a2,2,0,0,0,2-2V7A1,1,0,0,0,23,6Z"]];
17
+ export const PictureFlower = ["picture-flower",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V22a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2ZM22,20.5A1.5,1.5,0,0,1,20.5,22H3.5A1.5,1.5,0,0,1,2,20.5V18.25A.25.25,0,0,1,2.25,18h19.5a.25.25,0,0,1,.25.25ZM5.705,8.155a3.622,3.622,0,0,1,2.634-.566c.118,0,.233.013.346.024a.249.249,0,0,0,.226-.4A3.272,3.272,0,0,1,8.7,6.9c-.652-1.14-1.515-2.651-.078-3.48a1.5,1.5,0,0,1,1.186-.159c.827.239,1.366,1.157,1.806,2,.055.105.106.209.152.312a.25.25,0,0,0,.457,0,3.4,3.4,0,0,1,.173-.34c.664-1.137,1.538-2.637,2.976-1.808a1.486,1.486,0,0,1,.73.947,3.617,3.617,0,0,1-.826,2.564c-.063.1-.128.2-.194.287a.25.25,0,0,0,.231.394,3.344,3.344,0,0,1,.364-.02H15.7c1.316.007,3.053.016,3.053,1.674a1.49,1.49,0,0,1-.455,1.105,2.949,2.949,0,0,1-2.068.58c-.191,0-.38-.006-.566-.013-.118,0-.233-.014-.346-.025a.25.25,0,0,0-.226.4,3.256,3.256,0,0,1,.208.32c.652,1.142,1.515,2.651.078,3.481a1.549,1.549,0,0,1-.778.218,1.468,1.468,0,0,1-.408-.058c-.827-.241-1.366-1.158-1.806-2-.055-.105-.106-.209-.152-.312a.25.25,0,0,0-.457,0,3.4,3.4,0,0,1-.173.34c-.531.908-1.2,2.048-2.174,2.048a1.6,1.6,0,0,1-.8-.24,1.482,1.482,0,0,1-.73-.947A3.617,3.617,0,0,1,8.721,11.6c.063-.1.128-.2.194-.287a.249.249,0,0,0,.013-.272.252.252,0,0,0-.243-.123,3.342,3.342,0,0,1-.364.021H8.3C6.988,10.928,5.25,10.92,5.25,9.262A1.493,1.493,0,0,1,5.705,8.155Z","M9.4,9.262a2.6,2.6,0,1,0,2.6-2.6A2.6,2.6,0,0,0,9.4,9.262Zm2.6-1.1a1.1,1.1,0,1,1-1.1,1.1A1.1,1.1,0,0,1,12,8.165Z"]];
@@ -0,0 +1,4 @@
1
+ export const PhotoFrameLandscape = ["photo-frame-landscape",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.972,22.207,19.817,2a2.508,2.508,0,0,0-2.448-2H1.5A1.5,1.5,0,0,0,.028,1.793L2.461,13.627a.256.256,0,0,1,0,.12L.064,22.005a1,1,0,0,0,1.922.557l1.071-3.7a.25.25,0,0,1,.485.019L4.183,22a2.508,2.508,0,0,0,2.448,2H22.5A1.5,1.5,0,0,0,23.972,22.207ZM3.717,3.99a.392.392,0,0,1,.4-.49H16.39a.643.643,0,0,1,.6.49l3.292,16.02a.392.392,0,0,1-.4.49H7.61a.643.643,0,0,1-.6-.49Z","M9,16.994,17,17a.5.5,0,0,0,.455-.707l-2.5-5.5a.5.5,0,0,0-.89-.041l-1.6,2.8a.247.247,0,0,1-.16.12.252.252,0,0,1-.2-.035l-.832-.555a.5.5,0,0,0-.693.139l-2,2.993A.5.5,0,0,0,9,16.994Z","M10,10.5A1.5,1.5,0,1,0,8.5,9,1.5,1.5,0,0,0,10,10.5Z"]];
2
+ export const PhotoFrameHuman = ["photo-frame-human",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.5,2.5A2.5,2.5,0,0,0,19,0H5A2.5,2.5,0,0,0,2.5,2.5v19A2.5,2.5,0,0,0,5,24H19a2.5,2.5,0,0,0,2.5-2.5ZM5,3.5a1,1,0,0,1,1-1H18a1,1,0,0,1,1,1v17a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1Z","M8.109,13.5h.667a.25.25,0,0,1,.25.25v.75a1,1,0,0,0,1,1h2.041a.25.25,0,0,1,.226.356,1.143,1.143,0,0,1-.252.359,2.172,2.172,0,0,1-1.592.3,3.373,3.373,0,0,0-.534-.007,1,1,0,0,0-.889.994A3.617,3.617,0,0,0,10.3,20.229a1,1,0,0,0,1.381-1.446.188.188,0,0,1-.05-.189.186.186,0,0,1,.146-.129,3.149,3.149,0,0,0,1.629-.788,4.164,4.164,0,0,0,1.12-3.177,1,1,0,0,0-1-1h-2.25a.25.25,0,0,1-.25-.25V12.5a1,1,0,0,0-1-1H9.24a.251.251,0,0,1-.214-.12.253.253,0,0,1-.008-.246l1.395-2.671a1.084,1.084,0,0,0,.113-.482,6.67,6.67,0,0,1,.324-2.217,1,1,0,0,0-1.875-.7,8.3,8.3,0,0,0-.448,2.686l-1.76,3.376A1.505,1.505,0,0,0,8.109,13.5Z","M13,9h1.406a1,1,0,0,0,0-2H13a1,1,0,0,0,0,2Z"]];
3
+ export const PhotoFrameHang = ["photo-frame-hang",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,7.5A2.5,2.5,0,0,0,21.5,5H17.762a.25.25,0,0,1-.172-.069L12.688.275a1,1,0,0,0-1.376,0L6.41,4.931A.25.25,0,0,1,6.238,5H2.5A2.5,2.5,0,0,0,0,7.5v14A2.5,2.5,0,0,0,2.5,24h19A2.5,2.5,0,0,0,24,21.5ZM11.828,2.543a.249.249,0,0,1,.344,0l2.133,2.026A.25.25,0,0,1,14.133,5H9.867A.25.25,0,0,1,9.7,4.569ZM9.009,21.5a.25.25,0,0,1-.206-.393c.26-.374.539-.79.824-1.241a.252.252,0,0,1,.212-.116h4.322a.252.252,0,0,1,.212.116c.285.451.564.867.824,1.241a.25.25,0,0,1-.206.393Zm2-3.25a.25.25,0,0,1-.221-.368c.35-.654.685-1.346.984-2.059a.25.25,0,0,1,.462,0c.3.713.635,1.405.984,2.059a.251.251,0,0,1-.221.368ZM21.5,20.5a1,1,0,0,1-1,1H18.1a.255.255,0,0,1-.2-.1C16.713,19.879,13,14.775,13,10.5a1,1,0,0,0-2,0c0,4.275-3.713,9.379-4.9,10.9a.252.252,0,0,1-.2.1H3.5a1,1,0,0,1-1-1V8.5a1,1,0,0,1,1-1h17a1,1,0,0,1,1,1Z"]];
4
+ export const PhotoFrameHang1 = ["photo-frame-hang-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,7.5a3,3,0,0,0-3-3H17.236a.254.254,0,0,1-.173-.069L12.688.275a1,1,0,0,0-1.376,0L6.937,4.431a.254.254,0,0,1-.173.069H3a3,3,0,0,0-3,3V21a3,3,0,0,0,3,3H21a3,3,0,0,0,3-3ZM11.828,2.543a.251.251,0,0,1,.344,0l1.606,1.526a.25.25,0,0,1-.172.431H10.394a.25.25,0,0,1-.172-.431ZM21,6.5a1,1,0,0,1,1,1V21a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V7.5a1,1,0,0,1,1-1Z","M19.25,19.5H17.439a.25.25,0,0,1-.188-.085A18.977,18.977,0,0,1,12.748,8.7a.75.75,0,0,0-1.5,0,19.045,19.045,0,0,1-4.5,10.718.249.249,0,0,1-.188.086H4.75a.75.75,0,0,0,0,1.5h14.5a.75.75,0,0,0,0-1.5Zm-7.487-5.876a.251.251,0,0,1,.474,0,20.389,20.389,0,0,0,.93,2.267.254.254,0,0,1-.013.242.25.25,0,0,1-.212.117H11.058a.25.25,0,0,1-.212-.117.254.254,0,0,1-.013-.242A20.389,20.389,0,0,0,11.763,13.624ZM9.747,17.868a.25.25,0,0,1,.212-.118h4.082a.25.25,0,0,1,.212.118c.288.464.57.877.83,1.235a.249.249,0,0,1-.2.4H9.119a.25.25,0,0,1-.2-.4C9.177,18.745,9.459,18.332,9.747,17.868Z","M5.25,18.917a.75.75,0,0,0,.75-.75V16.083a.75.75,0,0,0-1.5,0v2.084A.75.75,0,0,0,5.25,18.917Z","M18.583,18.917a.75.75,0,0,0,.75-.75V16.083a.75.75,0,0,0-1.5,0v2.084A.75.75,0,0,0,18.583,18.917Z"]];
@@ -0,0 +1,9 @@
1
+ export const RetouchPatch = ["retouch-patch",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23,13H21.25a.25.25,0,0,1-.25-.25v-1.5a.25.25,0,0,1,.25-.25H23a1,1,0,0,0,0-2H21.25A.25.25,0,0,1,21,8.75V6a3,3,0,0,0-3-3H15.25A.25.25,0,0,1,15,2.75V1a1,1,0,0,0-2,0V2.75a.25.25,0,0,1-.25.25h-1.5A.25.25,0,0,1,11,2.75V1A1,1,0,0,0,9,1V2.75A.25.25,0,0,1,8.75,3H6A3,3,0,0,0,3,6V8.75A.25.25,0,0,1,2.75,9H1a1,1,0,0,0,0,2H2.75a.25.25,0,0,1,.25.25v1.5a.25.25,0,0,1-.25.25H1a1,1,0,0,0,0,2H2.75a.25.25,0,0,1,.25.25V18a3,3,0,0,0,3,3H8.75a.25.25,0,0,1,.25.25V23a1,1,0,0,0,2,0V21.25a.25.25,0,0,1,.25-.25h1.5a.25.25,0,0,1,.25.25V23a1,1,0,0,0,2,0V21.25a.25.25,0,0,1,.25-.25H18a3,3,0,0,0,3-3V15.25a.25.25,0,0,1,.25-.25H23a1,1,0,0,0,0-2Zm-4,5a1,1,0,0,1-1,1H15.25a.25.25,0,0,1-.25-.25V17a1,1,0,0,0-2,0v1.75a.25.25,0,0,1-.25.25h-1.5a.25.25,0,0,1-.25-.25V17a1,1,0,0,0-2,0v1.75a.25.25,0,0,1-.25.25H6a1,1,0,0,1-1-1V15.25A.25.25,0,0,1,5.25,15H7a1,1,0,0,0,0-2H5.25A.25.25,0,0,1,5,12.75v-1.5A.25.25,0,0,1,5.25,11H7A1,1,0,0,0,7,9H5.25A.25.25,0,0,1,5,8.75V6A1,1,0,0,1,6,5H8.75A.25.25,0,0,1,9,5.25V7a1,1,0,0,0,2,0V5.25A.25.25,0,0,1,11.25,5h1.5a.25.25,0,0,1,.25.25V7a1,1,0,0,0,2,0V5.25A.25.25,0,0,1,15.25,5H18a1,1,0,0,1,1,1V8.75a.25.25,0,0,1-.25.25H17a1,1,0,0,0,0,2h1.75a.25.25,0,0,1,.25.25v1.5a.25.25,0,0,1-.25.25H17a1,1,0,0,0,0,2h1.75a.25.25,0,0,1,.25.25Z"]];
2
+ export const RetouchGraph = ["retouch-graph",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.353,18.146a.5.5,0,0,0-.853.354v1.25a.25.25,0,0,1-.25.25H7.278a.25.25,0,0,1-.131-.463L9.952,17.82a.25.25,0,0,1,.221-.02,3,3,0,0,0,3.759-4.142.252.252,0,0,1,0-.23l3.531-6.592a.25.25,0,0,1,.264-.128,2.967,2.967,0,0,0,.52.046,3,3,0,0,0,2.935-3.62.249.249,0,0,1,.142-.28l2.084-.938A1,1,0,0,0,22.589.092L20.073,1.226a.253.253,0,0,1-.236-.016,3,3,0,0,0-4.056,4.246.25.25,0,0,1,.015.261l-3.372,6.3a.249.249,0,0,1-.293.121,3,3,0,0,0-3.658,4,.251.251,0,0,1-.1.308L4.38,18.885A.249.249,0,0,1,4,18.672V3.75a.25.25,0,0,1,.25-.25H5.5a.5.5,0,0,0,.353-.854l-2.5-2.5a.5.5,0,0,0-.707,0l-2.5,2.5A.5.5,0,0,0,.5,3.5H1.75A.25.25,0,0,1,2,3.75V21a1,1,0,0,0,1,1H20.25a.25.25,0,0,1,.25.25V23.5a.5.5,0,0,0,.308.462A.494.494,0,0,0,21,24a.5.5,0,0,0,.353-.146l2.5-2.5a.5.5,0,0,0,0-.708ZM12.25,15a1,1,0,1,1-1-1A1,1,0,0,1,12.25,15Zm7-11.246a1,1,0,1,1-1-1A1,1,0,0,1,19.25,3.754Z"]];
3
+ export const RetouchLandscape = ["retouch-landscape",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M10.907,14.113,9.523,16.99a.249.249,0,0,1-.407.063l-.887-.945a1.091,1.091,0,0,0-1.838.138L4.4,19.488a.5.5,0,0,0,.426.762h9.346a.5.5,0,0,0,.466-.683L12.52,14.16A.83.83,0,0,0,10.907,14.113Z","M18,12.5a1,1,0,0,0-1,1v8a.5.5,0,0,1-.5.5H2.5a.5.5,0,0,1-.5-.5V7.5A.5.5,0,0,1,2.5,7h4a1,1,0,0,0,0-2H2A2,2,0,0,0,0,7V22a2,2,0,0,0,2,2H17a2,2,0,0,0,2-2V13.5A1,1,0,0,0,18,12.5Z","M5.000 11.750 A1.750 1.750 0 1 0 8.500 11.750 A1.750 1.750 0 1 0 5.000 11.750 Z","M23.707,14.949a1,1,0,0,0,0-1.414L14.774,4.6A1,1,0,0,0,13.36,6.017l8.933,8.932a1,1,0,0,0,1.414,0Z","M11.623,3.925a.75.75,0,0,0,1.061-1.06L11.27,1.451a.75.75,0,1,0-1.061,1.06Z","M14.263,3.447a.755.755,0,0,0,.882-.59L15.534.9A.75.75,0,0,0,14.063.6l-.389,1.962A.749.749,0,0,0,14.263,3.447Z","M15.944,3.514A.75.75,0,1,0,16.519,4.9l1.847-.765a.75.75,0,0,0-.574-1.386Z","M9.654,6.777l1.962-.391a.75.75,0,1,0-.293-1.471l-1.962.391a.749.749,0,0,0-.589.881A.758.758,0,0,0,9.654,6.777Z","M13.252,6.78a.752.752,0,0,0-.981.406l-.764,1.847a.75.75,0,1,0,1.386.574l.764-1.847A.749.749,0,0,0,13.252,6.78Z"]];
4
+ export const RetouchTriangle = ["retouch-triangle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,4.5a1,1,0,0,0,1-1V1a1,1,0,0,0-2,0V3.5A1,1,0,0,0,12,4.5Z","M15.062,6.942l2.1-1.364A1,1,0,0,0,16.065,3.9l-2.1,1.364a1,1,0,0,0,1.092,1.676Z","M6.846,5.578l2.1,1.364a1,1,0,0,0,1.092-1.676L7.938,3.9A1,1,0,0,0,6.846,5.578Z","M21.3,21.362,12.636,7.6a.78.78,0,0,0-1.269,0L2.678,21.4A1.752,1.752,0,0,0,4.206,24H19.8A1.751,1.751,0,0,0,21.3,21.362Zm-17.336.8L11.54,10.14a.25.25,0,0,1,.461.133V22.25a.25.25,0,0,1-.25.25H4.206A.257.257,0,0,1,3.968,22.162Z"]];
5
+ export const RetouchSmile = ["retouch-smile",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm0,22.041A10.041,10.041,0,1,1,22.041,12,10.052,10.052,0,0,1,12,22.041Z","M12,4.5A7.5,7.5,0,1,0,19.5,12,7.508,7.508,0,0,0,12,4.5ZM9.5,9.75a1,1,0,1,1-1,1A1,1,0,0,1,9.5,9.75Zm-.094,4.886a.75.75,0,0,1,1.02-.292,3.312,3.312,0,0,0,3.148,0,.75.75,0,1,1,.727,1.311,4.758,4.758,0,0,1-4.6,0A.75.75,0,0,1,9.406,14.636ZM14.5,11.75a1,1,0,1,1,1-1A1,1,0,0,1,14.5,11.75Z"]];
6
+ export const RetouchSelect = ["retouch-select",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M1,5A1,1,0,0,0,2,4V2.5A.5.5,0,0,1,2.5,2H4A1,1,0,0,0,4,0H2A2,2,0,0,0,0,2V4A1,1,0,0,0,1,5Z","M19,1a1,1,0,0,0,1,1h1.5a.5.5,0,0,1,.5.5V4a1,1,0,0,0,2,0V2a2,2,0,0,0-2-2H20A1,1,0,0,0,19,1Z","M4,22H2.5a.5.5,0,0,1-.5-.5V20a1,1,0,0,0-2,0v2a2,2,0,0,0,2,2H4a1,1,0,0,0,0-2Z","M23,19a1,1,0,0,0-1,1v1.5a.5.5,0,0,1-.5.5H20a1,1,0,0,0,0,2h2a2,2,0,0,0,2-2V20A1,1,0,0,0,23,19Z","M16.141,10.329A.074.074,0,0,0,16,10.35a2,2,0,0,1-2,1.9h-.042A2,2,0,0,1,12,10.268c-.017-1.929-.6-2.518-2.488-2.518H9.5a1.993,1.993,0,0,1-1.444-.617A.249.249,0,0,0,7.741,7.1,7,7,0,1,0,18.5,13a7.193,7.193,0,0,0-.045-.795.25.25,0,0,0-.222-.22A2.5,2.5,0,0,1,16.141,10.329Z","M23.266,8.75C21.993,8.723,21.5,8.235,21.5,7.01V7a.749.749,0,0,0-.747-.752h0A.75.75,0,0,0,20,7h0c0,1.243-.5,1.734-1.761,1.752a.75.75,0,0,0,.011,1.5h.006c1.244,0,1.733.493,1.744,1.757a.75.75,0,0,0,.734.743h.016a.75.75,0,0,0,.749-.712c.064-1.274.594-1.8,1.748-1.788A.758.758,0,0,0,24,9.509.75.75,0,0,0,23.266,8.75Z","M18.469,6.5c.01,0,.022,0,.031,0A.75.75,0,0,0,18.516,5c-2.611-.056-3.773-1.208-3.766-3.737V1.252A.749.749,0,0,0,14,.5h0a.75.75,0,0,0-.75.747h0C13.241,3.806,12.081,4.964,9.489,5A.75.75,0,0,0,9.5,6.5h.01c2.563,0,3.717,1.159,3.74,3.756a.75.75,0,0,0,.734.744H14a.75.75,0,0,0,.749-.712C14.88,7.669,16.027,6.5,18.469,6.5ZM12.93,5.939a.25.25,0,0,1,0-.4,3.934,3.934,0,0,0,.866-.862.251.251,0,0,1,.4,0,3.956,3.956,0,0,0,.917.89.25.25,0,0,1,.007.4,4.085,4.085,0,0,0-.873.906.246.246,0,0,1-.205.106.25.25,0,0,1-.205-.107A3.929,3.929,0,0,0,12.93,5.939Z"]];
7
+ export const RetouchFace = ["retouch-face",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M17.606,12.231a7.594,7.594,0,0,0-15.187,0c0,.048-.024,4.764-2.172,7.791A1.332,1.332,0,0,0,.46,21.8C2.4,23.488,6.692,24.044,10.006,24c3.856.047,7.778-.649,9.559-2.2a1.33,1.33,0,0,0,.213-1.778C17.635,17,17.606,12.279,17.606,12.231ZM4.588,16.1V13.6a.251.251,0,0,1,.262-.25c.081,0,.163.006.245.006A5.737,5.737,0,0,0,9.8,10.883a.25.25,0,0,1,.423,0,5.738,5.738,0,0,0,4.706,2.476c.082,0,.164,0,.245-.006a.255.255,0,0,1,.185.069.252.252,0,0,1,.077.181v2.5a5.591,5.591,0,0,1-5.424,5.308A5.591,5.591,0,0,1,4.588,16.1Z","M12.047,18.368a.75.75,0,1,0-.918-1.187,1.879,1.879,0,0,1-2.124,0,.75.75,0,1,0-.918,1.187,3.288,3.288,0,0,0,3.96,0Z","M23.266,3.643A3.185,3.185,0,0,1,20.356.776V.75A.75.75,0,0,0,19.607,0h0a.75.75,0,0,0-.75.748,3.184,3.184,0,0,1-2.9,2.895.746.746,0,0,0-.735.755.754.754,0,0,0,.754.745,3.111,3.111,0,0,1,2.884,2.9.752.752,0,0,0,.735.744h.015a.75.75,0,0,0,.749-.713,3.326,3.326,0,0,1,2.895-2.93.75.75,0,0,0,.016-1.5Z"]];
8
+ export const RetouchSticker = ["retouch-sticker",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M10.631,22.139a.25.25,0,0,0-.207-.246A9.984,9.984,0,1,1,21.791,9.445a.25.25,0,0,0,.263.184c.357-.031.717-.046,1.082-.046a1.965,1.965,0,0,1,.394.039.25.25,0,0,0,.293-.3,11.985,11.985,0,1,0-13.387,14.6.249.249,0,0,0,.275-.318,1.993,1.993,0,0,1-.08-.559Z","M8.094,7.763A1.672,1.672,0,1,0,9.766,9.434,1.671,1.671,0,0,0,8.094,7.763Z","M6.483,15.052a.75.75,0,1,0-1.326.7,7.9,7.9,0,0,0,5.424,4.063.25.25,0,0,0,.188-.037.256.256,0,0,0,.107-.159q.1-.488.233-.96a.25.25,0,0,0-.192-.314A6.461,6.461,0,0,1,6.483,15.052Z","M12.131,23.043a.5.5,0,0,0,.5.493.518.518,0,0,0,.379-.167L23.494,11.932l.014-.016a.493.493,0,0,0,.128-.333.5.5,0,0,0-.5-.5,11.017,11.017,0,0,0-11,11.005Z","M19.017,9.411A2.908,2.908,0,0,0,16.45,7.968h0a2.9,2.9,0,0,0-2.563,1.443.75.75,0,0,0,1.312.728,1.388,1.388,0,0,1,1.252-.671h0a1.393,1.393,0,0,1,1.256.671.75.75,0,1,0,1.311-.728Z"]];
9
+ export const RetouchMagicWand = ["retouch-magic-wand",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M15,16.583h.006c.91,0,1.236.33,1.244,1.257a.749.749,0,0,0,.734.743H17a.749.749,0,0,0,.749-.712c.054-1.069.512-1.288,1.234-1.288a.1.1,0,0,0,.017,0,.75.75,0,0,0,.016-1.5c-.936-.02-1.268-.344-1.266-1.24v-.007A.75.75,0,0,0,17,13.083h0a.75.75,0,0,0-.75.748c0,.912-.333,1.239-1.261,1.252a.75.75,0,0,0,.011,1.5Z","M.763,7C4.01,7,5.471,8.468,5.5,11.757a.75.75,0,0,0,.734.743H6.25A.749.749,0,0,0,7,11.788C7.163,8.522,8.66,7,11.713,7h.037a.75.75,0,0,0,.016-1.5C8.507,5.431,6.992,3.926,7,.764V.752A.749.749,0,0,0,6.253,0h0A.75.75,0,0,0,5.5.747h0C5.489,3.945,3.977,5.455.739,5.5A.75.75,0,0,0,.75,7Z","M12,0a11.943,11.943,0,0,0-1.2.06A1,1,0,1,0,11,2.05c.329-.033.664-.05,1-.05A10,10,0,1,1,7.177,20.757a.25.25,0,0,1-.056-.4L11.5,15.983a.25.25,0,0,0,0-.354L9.123,13.253a.25.25,0,0,0-.354,0L4.193,17.83a.223.223,0,0,1-.173.063.219.219,0,0,1-.16-.091A9.946,9.946,0,0,1,2,12q0-.457.041-.9a1,1,0,0,0-1.992-.184C.016,11.271,0,11.633,0,12A12,12,0,1,0,12,0Z","M15.081,12.4a1.288,1.288,0,0,0,0-1.82l-.91-.91a1.286,1.286,0,0,0-1.82,0L9.83,12.192a.25.25,0,0,0,0,.354l2.376,2.376a.25.25,0,0,0,.354,0Z"]];
@@ -0,0 +1,8 @@
1
+ export const TakingPicturesCameras = ["taking-pictures-cameras",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M17.423,7.5H16.49a.251.251,0,0,1-.2-.107,1.979,1.979,0,0,0-1.76-.893h-2.5a1.975,1.975,0,0,0-1.759.893.252.252,0,0,1-.206.107h-3.7A2.191,2.191,0,0,0,4.25,9.713v1.318a1,1,0,0,0,2,0V9.713A.322.322,0,0,1,6.356,9.5h4.427a1,1,0,0,0,.9-.554l.148-.3a.252.252,0,0,1,.224-.139L14.486,8.5a.252.252,0,0,1,.219.128c.053.095.114.216.164.317a1,1,0,0,0,.895.553l1.642,0a.276.276,0,0,1,.124.215v6.681a.107.107,0,0,1-.107.106,1,1,0,0,0,0,2,2.109,2.109,0,0,0,2.107-2.106V9.713A2.191,2.191,0,0,0,17.423,7.5Z","M21.893,1H20.96a.25.25,0,0,1-.205-.107A1.979,1.979,0,0,0,19,0H16.49a1.977,1.977,0,0,0-1.759.893A.249.249,0,0,1,14.526,1h-3.7A2.191,2.191,0,0,0,8.72,3.213V4.5a1,1,0,0,0,2,0V3.213A.322.322,0,0,1,10.826,3h4.427a1,1,0,0,0,.894-.554l.149-.3a.252.252,0,0,1,.223-.139L18.955,2a.252.252,0,0,1,.22.128c.053.1.113.216.164.317A1,1,0,0,0,20.233,3l1.643,0A.276.276,0,0,1,22,3.213V9.894a.107.107,0,0,1-.107.106,1,1,0,0,0,0,2A2.109,2.109,0,0,0,24,9.894V3.213A2.191,2.191,0,0,0,21.893,1Z","M6.000 19.000 A2.500 2.500 0 1 0 11.000 19.000 A2.500 2.500 0 1 0 6.000 19.000 Z","M13.394,13.606H11.475a.249.249,0,0,1-.22-.131,1.559,1.559,0,0,0-1.48-.975h-2.5a1.556,1.556,0,0,0-1.479.975.249.249,0,0,1-.22.131H1.606A1.609,1.609,0,0,0,0,15.213v7.181A1.609,1.609,0,0,0,1.606,24H13.394A1.609,1.609,0,0,0,15,22.394V15.213A1.609,1.609,0,0,0,13.394,13.606ZM12,19a3.5,3.5,0,1,1-3.5-3.5A3.5,3.5,0,0,1,12,19Z"]];
2
+ export const TakingPicturesSquareAlternate = ["taking-pictures-square-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,3a3,3,0,0,0-3-3H3A3,3,0,0,0,0,3V21a3,3,0,0,0,3,3H21a3,3,0,0,0,3-3ZM22,21a1,1,0,0,1-1,1H3a1,1,0,0,1-1-1V3A1,1,0,0,1,3,2H21a1,1,0,0,1,1,1Z","M19.5,10a2,2,0,0,0-2-2H16a.913.913,0,0,1-.5-.207L14.207,6.5A1.872,1.872,0,0,0,13,6H11a1.872,1.872,0,0,0-1.207.5L8.5,7.793A.913.913,0,0,1,8,8H6.5a2,2,0,0,0-2,2v5a2,2,0,0,0,2,2h11a2,2,0,0,0,2-2Zm-5.25,2.5A2.25,2.25,0,1,1,12,10.25,2.25,2.25,0,0,1,14.25,12.5Z"]];
3
+ export const TakingPicturesCircle = ["taking-pictures-circle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm5.5,16.5H6.5a2,2,0,0,1-2-2v-5a2,2,0,0,1,2-2H8a.913.913,0,0,0,.5-.207L9.793,6A1.872,1.872,0,0,1,11,5.5h2a1.872,1.872,0,0,1,1.207.5L15.5,7.293A.913.913,0,0,0,16,7.5h1.5a2,2,0,0,1,2,2v5A2,2,0,0,1,17.5,16.5Z","M9.000 12.000 A3.000 3.000 0 1 0 15.000 12.000 A3.000 3.000 0 1 0 9.000 12.000 Z"]];
4
+ export const TakingPicturesWoman = ["taking-pictures-woman",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M14.5,13.5c-.089,0-.179,0-.267,0a.25.25,0,0,0-.242.23A3,3,0,0,1,11,16.5H7.688a.251.251,0,0,0-.185.081A9.465,9.465,0,0,0,5,23a.5.5,0,0,0,.5.5h18A.5.5,0,0,0,24,23,9.511,9.511,0,0,0,14.5,13.5Z","M10.537,4.919A.251.251,0,0,0,10.721,5H11a2.987,2.987,0,0,1,1.73.551.25.25,0,0,0,.281,0,7.36,7.36,0,0,0,1.33-1.116.246.246,0,0,1,.182-.078.25.25,0,0,1,.182.078,7.277,7.277,0,0,0,3.593,2.1.248.248,0,0,1,.191.261A4,4,0,0,1,14.5,10.5c-.079,0-.157,0-.235-.007a.254.254,0,0,0-.187.068.25.25,0,0,0-.078.182v1.5a.25.25,0,0,0,.238.25c.087,0,.174.006.262.006a5.979,5.979,0,0,0,4.051-1.578.251.251,0,0,1,.406.1,6.851,6.851,0,0,0,.727,1.5,1,1,0,1,0,1.679-1.085,6.079,6.079,0,0,1-.863-3.35V6.5A6,6,0,0,0,9.154,3.778a.25.25,0,0,0-.007.212.245.245,0,0,0,.157.141A2.738,2.738,0,0,1,10.537,4.919Z","M11,15a1.5,1.5,0,0,0,1.5-1.5V8A1.5,1.5,0,0,0,11,6.5H9.96a.249.249,0,0,1-.219-.129A1.45,1.45,0,0,0,8.382,5.5H6.118a1.45,1.45,0,0,0-1.359.871A.249.249,0,0,1,4.54,6.5H1.5A1.5,1.5,0,0,0,0,8v5.5A1.5,1.5,0,0,0,1.5,15ZM7.25,8.25A2.25,2.25,0,1,1,5,10.5,2.25,2.25,0,0,1,7.25,8.25Z"]];
5
+ export const TakingPicturesMan = ["taking-pictures-man",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M14.5,13.5c-.089,0-.179,0-.267,0a.25.25,0,0,0-.242.23A3,3,0,0,1,11,16.5H7.688a.251.251,0,0,0-.185.081A9.465,9.465,0,0,0,5,23a.5.5,0,0,0,.5.5h18A.5.5,0,0,0,24,23,9.511,9.511,0,0,0,14.5,13.5Z","M11,15a1.5,1.5,0,0,0,1.5-1.5V8A1.5,1.5,0,0,0,11,6.5H9.96a.249.249,0,0,1-.219-.129A1.45,1.45,0,0,0,8.382,5.5H6.118a1.45,1.45,0,0,0-1.359.871A.249.249,0,0,1,4.54,6.5H1.5A1.5,1.5,0,0,0,0,8v5.5A1.5,1.5,0,0,0,1.5,15ZM7.25,8.25A2.25,2.25,0,1,1,5,10.5,2.25,2.25,0,0,1,7.25,8.25Z","M18.188,6.036a.251.251,0,0,1,.3.229c.005.078.007.156.007.235a4,4,0,0,1-4,4c-.079,0-.157,0-.235-.007a.254.254,0,0,0-.187.068.25.25,0,0,0-.078.182v1.5a.25.25,0,0,0,.238.25c.087,0,.174.006.262.006A6,6,0,1,0,9.857,2.7,1,1,0,0,0,10,4.114,9.636,9.636,0,0,0,18.188,6.036Z"]];
6
+ export const TakingPicturesSquare = ["taking-pictures-square",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21,0H3A3,3,0,0,0,0,3V21a3,3,0,0,0,3,3H21a3,3,0,0,0,3-3V3A3,3,0,0,0,21,0ZM19.5,10v5a2,2,0,0,1-2,2H6.5a2,2,0,0,1-2-2V10a2,2,0,0,1,2-2H8a.913.913,0,0,0,.5-.207L9.793,6.5A1.872,1.872,0,0,1,11,6h2a1.872,1.872,0,0,1,1.207.5L15.5,7.793A.913.913,0,0,0,16,8h1.5A2,2,0,0,1,19.5,10Z","M9.000 12.500 A3.000 3.000 0 1 0 15.000 12.500 A3.000 3.000 0 1 0 9.000 12.500 Z"]];
7
+ export const TakingPicturesCircleAlternate = ["taking-pictures-circle-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm0,22A10,10,0,1,1,22,12,10.011,10.011,0,0,1,12,22Z","M17.5,7.5H16a.913.913,0,0,1-.5-.207L14.207,6A1.872,1.872,0,0,0,13,5.5H11A1.872,1.872,0,0,0,9.793,6L8.5,7.293A.913.913,0,0,1,8,7.5H6.5a2,2,0,0,0-2,2v5a2,2,0,0,0,2,2h11a2,2,0,0,0,2-2v-5A2,2,0,0,0,17.5,7.5ZM14.25,12A2.25,2.25,0,1,1,12,9.75,2.25,2.25,0,0,1,14.25,12Z"]];
8
+ export const TakingPicturesHuman = ["taking-pictures-human",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22.947,18.72c-.734-1.47-3.241-2.391-6.71-3.667l-.91-.335c-.114-.042-.228-.228-.3-.5a3.7,3.7,0,0,1,.108-2.166C16.167,10.914,17.18,9.506,17.18,6c0-3.8-2.6-5.5-5.18-5.5A4.942,4.942,0,0,0,7.219,3.661a.25.25,0,0,0,.028.231A.247.247,0,0,0,7.453,4h.929a2.789,2.789,0,0,1,2.155.919A.251.251,0,0,0,10.721,5H11a3,3,0,0,1,3,3v5.5a3,3,0,0,1-3,3H4.1a.24.24,0,0,0-.1.022,5.774,5.774,0,0,0-2.948,2.2A10.567,10.567,0,0,0,0,23a.5.5,0,0,0,.5.5h23A.5.5,0,0,0,24,23,10.567,10.567,0,0,0,22.947,18.72Z","M11,15a1.5,1.5,0,0,0,1.5-1.5V8A1.5,1.5,0,0,0,11,6.5H9.96a.249.249,0,0,1-.219-.129A1.45,1.45,0,0,0,8.382,5.5H6.118a1.45,1.45,0,0,0-1.359.871A.249.249,0,0,1,4.54,6.5H1.5A1.5,1.5,0,0,0,0,8v5.5A1.5,1.5,0,0,0,1.5,15ZM7.25,8.25A2.25,2.25,0,1,1,5,10.5,2.25,2.25,0,0,1,7.25,8.25Z"]];
@@ -0,0 +1,4 @@
1
+ export const Timer3 = ["timer-3",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.25,1.25A10.769,10.769,0,0,0,2.727,9.8a.249.249,0,0,1-.244.2H.5a.5.5,0,0,0-.353.854L3.3,14.005a.5.5,0,0,0,.707,0l3.152-3.151A.5.5,0,0,0,6.8,10H5.053a.249.249,0,0,1-.241-.316A8.75,8.75,0,1,1,13.25,20.75a1,1,0,0,0,0,2,10.75,10.75,0,0,0,0-21.5Z","M16.75,13.968A2.986,2.986,0,0,0,16.1,12.1a.219.219,0,0,1,0-.272A3,3,0,0,0,13.75,6.968h-3a1,1,0,0,0,0,2h3a1,1,0,0,1,0,2h-1.5a1,1,0,0,0,0,2h1.5a1,1,0,0,1,0,2h-3a1,1,0,0,0,0,2h3A3,3,0,0,0,16.75,13.968Z"]];
2
+ export const Timer = ["timer",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M19.169,3.484A1.225,1.225,0,1,0,17.642,5.4,9.056,9.056,0,1,1,3.359,9.753a1.224,1.224,0,1,0-2.334-.738A11.511,11.511,0,1,0,19.169,3.484Z","M10.041 2.204 A1.959 1.959 0 1 0 13.959 2.204 A1.959 1.959 0 1 0 10.041 2.204 Z","M11.076,13.293a1.224,1.224,0,1,0,1.848-1.607L3.128.421A1.224,1.224,0,0,0,1.28,2.028Z"]];
3
+ export const Timer0 = ["timer-0",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.25,1.25A10.769,10.769,0,0,0,2.727,9.8a.249.249,0,0,1-.244.2H.5a.5.5,0,0,0-.353.854L3.3,14.005a.5.5,0,0,0,.707,0l3.152-3.151A.5.5,0,0,0,6.8,10H5.053a.249.249,0,0,1-.241-.316A8.75,8.75,0,1,1,13.25,20.75a1,1,0,0,0,0,2,10.75,10.75,0,0,0,0-21.5Z","M16.75,13.5v-3a3.5,3.5,0,0,0-7,0v3a3.5,3.5,0,0,0,7,0Zm-5,0v-3a1.5,1.5,0,0,1,3,0v3a1.5,1.5,0,0,1-3,0Z"]];
4
+ export const Timer10 = ["timer-10",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.083,1.25A10.761,10.761,0,0,0,2.6,14.411a.254.254,0,0,1-.035.19.249.249,0,0,1-.16.109l-1.835.369a.5.5,0,0,0-.178.906L4.1,18.454a.5.5,0,0,0,.694-.14L7.263,14.6a.5.5,0,0,0-.515-.767l-1.894.381a.25.25,0,0,1-.294-.191,8.756,8.756,0,1,1,8.523,6.724,1,1,0,1,0,0,2,10.75,10.75,0,0,0,0-21.5Z","M10.482,7.116A1.507,1.507,0,0,0,8.9,7.3L7.208,8.647a1,1,0,1,0,1.25,1.561l.468-.375a.251.251,0,0,1,.407.2v5.939a1,1,0,0,0,2,0v-7.5A1.508,1.508,0,0,0,10.482,7.116Z","M15.833,16.968a3.505,3.505,0,0,0,3.5-3.5v-3a3.5,3.5,0,1,0-7,0v3A3.5,3.5,0,0,0,15.833,16.968Zm-1.5-6.5a1.5,1.5,0,1,1,3,0v3a1.5,1.5,0,1,1-3,0Z"]];
@@ -0,0 +1,2 @@
1
+ export const TransferPicturesLaptop = ["transfer-pictures-laptop",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.5,16V12.5a1,1,0,0,0-1-1h0a1,1,0,0,0-1,1V16a1,1,0,0,0,2,0Z","M3.5,17a1,1,0,0,0,1-1V8a1,1,0,0,1,1-1h3a1,1,0,0,0,1-1h0a1,1,0,0,0-1-1h-3a3,3,0,0,0-3,3v8A1,1,0,0,0,3.5,17Z","M23.5,18.5H16a.5.5,0,0,0-.5.5c0,.708-1.5,1.5-3.5,1.5S8.5,19.708,8.5,19a.5.5,0,0,0-.5-.5H.5a.5.5,0,0,0-.474.658A7.075,7.075,0,0,0,6.74,24H17.26a7.075,7.075,0,0,0,6.714-4.842A.5.5,0,0,0,23.5,18.5Z","M22.5,2h-.536a.251.251,0,0,1-.224-.138L20.947.276A.5.5,0,0,0,20.5,0H16a.5.5,0,0,0-.447.276L14.76,1.862A.251.251,0,0,1,14.536,2H12.5A1.5,1.5,0,0,0,11,3.5v5A1.5,1.5,0,0,0,12.5,10h10A1.5,1.5,0,0,0,24,8.5v-5A1.5,1.5,0,0,0,22.5,2ZM18,7.5a2,2,0,1,1,2-2A2,2,0,0,1,18,7.5Z"]];
2
+ export const TransferPicturesSmartphone = ["transfer-pictures-smartphone",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M10.01,2.01a6.018,6.018,0,0,0-5.851,4.8.249.249,0,0,1-.244.2H3.01a.5.5,0,0,0-.353.854l2,2a.5.5,0,0,0,.707,0l2-2A.5.5,0,0,0,7.01,7.01H6.483a.249.249,0,0,1-.235-.334A4.021,4.021,0,0,1,10.01,4.01a1,1,0,0,0,0-2Z","M23.51,3.01a1,1,0,0,0-1-1h-.191a.5.5,0,0,1-.447-.276L21.148.287A.5.5,0,0,0,20.7.01H17.319a.5.5,0,0,0-.447.277l-.723,1.447a.5.5,0,0,1-.447.276H13.51a1,1,0,0,0-1,1v5a1,1,0,0,0,1,1h9a1,1,0,0,0,1-1Zm-4.5,4a2,2,0,1,1,2-2A2,2,0,0,1,19.01,7.01Z","M7.01,11.01H2.49a2,2,0,0,0-2,2v8.98a2,2,0,0,0,2,2H7.01a2,2,0,0,0,2-2V13.01A2,2,0,0,0,7.01,11.01Zm-.5,2a.5.5,0,0,1,.5.5v6a.5.5,0,0,1-.5.5H2.99a.5.5,0,0,1-.5-.5v-6a.5.5,0,0,1,.5-.5Z"]];
@@ -0,0 +1,5 @@
1
+ export const VintageCameraFlash = ["vintage-camera-flash",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M3,19.5a.5.5,0,0,0,.5.5h6a.5.5,0,0,0,.5-.5V13.824a.25.25,0,0,0-.068-.171,9.037,9.037,0,0,1-1.254-1.7A.1.1,0,0,0,8.5,12a2,2,0,1,1-1.019-1.744.25.25,0,0,0,.363-.286A8.93,8.93,0,0,1,7.53,8.23.251.251,0,0,0,7.28,8H3.25A.25.25,0,0,0,3,8.25Zm3.5-4A1.5,1.5,0,1,1,5,17,1.5,1.5,0,0,1,6.5,15.5Z","M24,7.5a7.5,7.5,0,1,0-9.194,7.307.251.251,0,0,1,.194.244v2.195a.249.249,0,0,1-.251.25l-1.5,0a.251.251,0,0,1-.249-.25V15.958a.248.248,0,0,0-.149-.228,8.984,8.984,0,0,1-1.459-.82.252.252,0,0,0-.258-.015.248.248,0,0,0-.134.221V19.5A1.5,1.5,0,0,1,9.5,21h-6A1.5,1.5,0,0,1,2,19.5V8.25A.25.25,0,0,0,1.75,8H1.5A1.5,1.5,0,0,0,0,9.5v12A2.5,2.5,0,0,0,2.5,24h8A2.5,2.5,0,0,0,13,21.5V19.743a.249.249,0,0,1,.251-.25l1.5,0a.251.251,0,0,1,.249.25V21.5a1.5,1.5,0,0,0,3,0V15.051a.25.25,0,0,1,.194-.244A7.514,7.514,0,0,0,24,7.5Zm-13,0A5.5,5.5,0,1,1,16.5,13,5.506,5.506,0,0,1,11,7.5Z","M14.500 7.500 A2.000 2.000 0 1 0 18.500 7.500 A2.000 2.000 0 1 0 14.500 7.500 Z"]];
2
+ export const VintageCameraFoldable = ["vintage-camera-foldable",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M11.444,18.427a.252.252,0,0,1,0-.354l2.94-2.939a1.25,1.25,0,0,0-1.768-1.768l-2.939,2.94a.252.252,0,0,1-.354,0L7.444,14.427A.25.25,0,0,1,7.621,14H8.5a.5.5,0,0,0,.5-.5V1.5A1.5,1.5,0,0,0,7.5,0h-6A1.5,1.5,0,0,0,0,1.5v11A1.5,1.5,0,0,0,1.5,14H3.379a.251.251,0,0,1,.177.073l4,4a.252.252,0,0,1,0,.354l-3.44,3.439a1.25,1.25,0,0,0,1.768,1.768l3.439-3.44a.252.252,0,0,1,.354,0l3.439,3.44a1.25,1.25,0,0,0,1.768-1.768Z","M12,11.5a2,2,0,0,0,2-2v-6a2,2,0,0,0-4,0v6A2,2,0,0,0,12,11.5Z","M16.5,2.5A1.5,1.5,0,0,0,15,4V9a1.5,1.5,0,0,0,3,0V4A1.5,1.5,0,0,0,16.5,2.5Z","M22.382,3.5,19.276,5.053A.5.5,0,0,0,19,5.5v2a.5.5,0,0,0,.276.447L22.382,9.5A1.064,1.064,0,0,0,24,8.5v-4A1.062,1.062,0,0,0,22.382,3.5Z"]];
3
+ export const VintageCameraFlash1 = ["vintage-camera-flash-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,5.938a5.938,5.938,0,1,0-7.126,5.818.248.248,0,0,1,.2.242v7.8a.248.248,0,0,1-.247.247h-.743a.248.248,0,0,1-.247-.247V13.2a.247.247,0,0,0-.167-.234A7.471,7.471,0,0,1,11.44,9.29a.248.248,0,0,0-.221-.135H1.485A1.486,1.486,0,0,0,0,10.639V22.515A1.486,1.486,0,0,0,1.485,24H14.351a1.486,1.486,0,0,0,1.484-1.485v-.247a.247.247,0,0,1,.247-.247h.99a1.983,1.983,0,0,0,1.98-1.98V12a.247.247,0,0,1,.2-.242A5.946,5.946,0,0,0,24,5.938ZM5.2,12.124a.742.742,0,0,1-.742.742h-.99a.743.743,0,0,1,0-1.485h.99A.743.743,0,0,1,5.2,12.124Zm2.722,2.969a2.969,2.969,0,1,1-2.97,2.969A2.969,2.969,0,0,1,7.918,15.093ZM14.1,5.938a3.931,3.931,0,0,1,.515-1.951.249.249,0,0,1,.391-.053l1.828,1.829a.247.247,0,0,1,0,.35L15.009,7.942a.248.248,0,0,1-.391-.053A3.941,3.941,0,0,1,14.1,5.938Zm7.918,0a3.931,3.931,0,0,1-.516,1.951.248.248,0,0,1-.39.053L19.286,6.113a.249.249,0,0,1,0-.35l1.829-1.829a.251.251,0,0,1,.208-.07.246.246,0,0,1,.182.123A3.931,3.931,0,0,1,22.021,5.938ZM17.887,7.163a.244.244,0,0,1,.175-.073.248.248,0,0,1,.175.073l1.829,1.829a.248.248,0,0,1-.053.39,3.953,3.953,0,0,1-3.9,0,.248.248,0,0,1-.053-.39Zm.35-2.449a.251.251,0,0,1-.175.072.247.247,0,0,1-.175-.072L16.058,2.885a.251.251,0,0,1-.07-.208.246.246,0,0,1,.123-.182,3.946,3.946,0,0,1,3.9,0,.247.247,0,0,1,.052.39Z"]];
4
+ export const VintageCameraPolaroid = ["vintage-camera-polaroid",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.4,14a.25.25,0,0,0,.224-.361l-1.239-2.5A.251.251,0,0,0,22.156,11H1.844a.251.251,0,0,0-.224.139l-1.239,2.5A.25.25,0,0,0,.605,14Z","M.25,15a.25.25,0,0,0-.25.25V18a2,2,0,0,0,2,2H3.06a.25.25,0,0,1,.218.128.247.247,0,0,1,0,.252,11.525,11.525,0,0,1-.833,1.187A1.5,1.5,0,0,0,3.615,24H20.289a1.5,1.5,0,0,0,1.144-2.471h0a8.489,8.489,0,0,1-.826-1.15A.249.249,0,0,1,20.821,20H22a2,2,0,0,0,2-2V15.25a.25.25,0,0,0-.25-.25ZM18.8,21.251a.5.5,0,0,1-.434.749H5.517a.5.5,0,0,1-.431-.753,10.748,10.748,0,0,0,1.247-3.053A.249.249,0,0,1,6.577,18H17.4a.25.25,0,0,1,.245.2A10.025,10.025,0,0,0,18.8,21.251Z","M21.75,10a.25.25,0,0,0,.25-.25V3.5A3.5,3.5,0,0,0,18.5,0H5.5A3.5,3.5,0,0,0,2,3.5V9.754a.25.25,0,0,0,.25.25ZM12,8a3,3,0,1,1,3-3A3,3,0,0,1,12,8Zm7-4H17.5a1,1,0,0,1,0-2H19a1,1,0,0,1,0,2Z"]];
5
+ export const VintageCamera = ["vintage-camera",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M14.905,3a.25.25,0,0,0,.223-.362L14.224.83A1.491,1.491,0,0,0,12.882,0H9.118A1.492,1.492,0,0,0,7.776.829l-.9,1.809A.25.25,0,0,0,7.1,3Z","M7.500 17.000 A3.500 3.500 0 1 0 14.500 17.000 A3.500 3.500 0 1 0 7.500 17.000 Z","M19,6.5A2.5,2.5,0,0,0,16.5,4H5.5A2.5,2.5,0,0,0,3,6.5v15A2.5,2.5,0,0,0,5.5,24h11A2.5,2.5,0,0,0,19,21.5ZM13,8a2,2,0,1,1-2-2A2,2,0,0,1,13,8ZM5.5,17A5.5,5.5,0,1,1,11,22.5,5.506,5.506,0,0,1,5.5,17Z","M.75,6A.75.75,0,0,0,0,6.75v2a.75.75,0,0,0,1.5,0v-2A.75.75,0,0,0,.75,6Z","M24,12.5A1.5,1.5,0,0,0,22.5,11h-1a.5.5,0,0,0-.5.5v7a.25.25,0,0,1-.25.25h-.5A.25.25,0,0,0,20,19v1.5a.25.25,0,0,0,.25.25H21a2,2,0,0,0,2-2V14.081a.25.25,0,0,1,.143-.226A1.5,1.5,0,0,0,24,12.5Z"]];
File without changes
@@ -0,0 +1,16 @@
1
+ export const AlarmBellRing = ["alarm-bell-ring",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M4.5,7.5a1.014,1.014,0,0,0,.874-.507A5.343,5.343,0,0,1,7.457,4.9a1,1,0,1,0-.974-1.747A7.351,7.351,0,0,0,3.627,6.013a1,1,0,0,0,.384,1.362A.989.989,0,0,0,4.5,7.5Z","M6.432.712A1,1,0,0,0,5.186.044,7.5,7.5,0,0,0,.043,5.187a1,1,0,1,0,1.914.578,5.659,5.659,0,0,1,1.405-2.4,5.685,5.685,0,0,1,2.4-1.406A1,1,0,0,0,6.432.712Z","M19.146,4.386a7.425,7.425,0,0,0-1.629-1.229A1,1,0,1,0,16.543,4.9a5.361,5.361,0,0,1,2.084,2.087,1.018,1.018,0,0,0,1.362.384,1,1,0,0,0,.384-1.362A7.434,7.434,0,0,0,19.146,4.386Z","M23.957,5.187A7.5,7.5,0,0,0,18.814.044a1,1,0,1,0-.578,1.914,5.5,5.5,0,0,1,3.807,3.807,1.012,1.012,0,0,0,1.246.668A1,1,0,0,0,23.957,5.187Z","M13.5,21.5h-3a.5.5,0,0,0-.5.5,2,2,0,1,0,4,0A.5.5,0,0,0,13.5,21.5Z","M19,18.5a1,1,0,0,1-1-1V13c0-3.451-2.167-6.317-5-6.874V4.5a1,1,0,1,0-2,0V6.127C8.167,6.684,6,9.55,6,13v4.5a1,1,0,0,1-1,1,1,1,0,0,0,0,2H19a1,1,0,0,0,0-2Z"]];
2
+ export const AlarmBellCheck1 = ["alarm-bell-check-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.5,21.5h-3A.5.5,0,0,0,6,22a2,2,0,0,0,4,0A.5.5,0,0,0,9.5,21.5Z","M11.838,7.646A5.662,5.662,0,0,0,9,6.127V4.5a1,1,0,1,0-2,0V6.127C4.168,6.684,2,9.55,2,13v4.5a1,1,0,0,1-1,1,1,1,0,0,0,0,2H15a1,1,0,1,0,0-2,1,1,0,0,1-1-1V13a7.912,7.912,0,0,0-.4-2.508A7,7,0,0,1,11.838,7.646Z","M18.5,0A5.5,5.5,0,1,0,24,5.5,5.5,5.5,0,0,0,18.5,0ZM17.376,8.118a.746.746,0,0,1-.53-.212l-1.5-1.5a.75.75,0,1,1,1.06-1.06l.97.969L20.6,3.1a.75.75,0,0,1,1.06,1.06l-3.75,3.75A.751.751,0,0,1,17.376,8.118Z"]];
3
+ export const AlarmBellCheck = ["alarm-bell-check",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.5,21.5h-3A.5.5,0,0,0,6,22a2,2,0,0,0,4,0A.5.5,0,0,0,9.5,21.5Z","M11.619,6.789A6.091,6.091,0,0,0,9.5,5.731V4.5a1.5,1.5,0,1,0-3,0v1.23c-2.921.791-5,3.777-5,7.27v.646a13.771,13.771,0,0,1-1.447,6.13A.5.5,0,0,0,.5,20.5h15a.5.5,0,0,0,.447-.724,13.785,13.785,0,0,1-1.447-6.13V13a8.541,8.541,0,0,0-.215-1.915A7.009,7.009,0,0,1,11.619,6.789Z","M18.5,0A5.5,5.5,0,1,0,24,5.5,5.5,5.5,0,0,0,18.5,0ZM17.375,8.126a.744.744,0,0,1-.53-.22l-1.5-1.5a.75.75,0,1,1,1.06-1.06l.97.969L20.6,3.1a.75.75,0,0,1,1.06,1.06l-3.75,3.75A.744.744,0,0,1,17.375,8.126Z"]];
4
+ export const AlarmBell1 = ["alarm-bell-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M14.236,21H9.764a.25.25,0,0,0-.248.222A2.319,2.319,0,0,0,9.5,21.5a2.5,2.5,0,1,0,5,0,2.319,2.319,0,0,0-.016-.278A.248.248,0,0,0,14.236,21Z","M21.446,19.276A16.366,16.366,0,0,1,19.7,11.944v-.768a9.114,9.114,0,0,0-3.866-7.622A6.379,6.379,0,0,0,13.5,2.636V1.5a1.5,1.5,0,1,0-3,0V2.649A6.738,6.738,0,0,0,7.649,3.926,9.2,9.2,0,0,0,4.3,11.176v.768a16.366,16.366,0,0,1-1.746,7.332A.5.5,0,0,0,3,20H21a.5.5,0,0,0,.446-.725Z"]];
5
+ export const AlarmBell = ["alarm-bell",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21,17.5A1.5,1.5,0,0,1,19.5,16V11.138A7.957,7.957,0,0,0,13,3.073V1a1,1,0,0,0-2,0V3.073a7.957,7.957,0,0,0-6.5,8.065V16A1.5,1.5,0,0,1,3,17.5a1,1,0,0,0,0,2H21a1,1,0,0,0,0-2Z","M14.236,21H9.764a.25.25,0,0,0-.248.222A2.319,2.319,0,0,0,9.5,21.5a2.5,2.5,0,1,0,5,0,2.319,2.319,0,0,0-.016-.278A.248.248,0,0,0,14.236,21Z"]];
6
+ export const AlarmBellOff1 = ["alarm-bell-off-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21,19.5a1,1,0,0,0,0-2A1.5,1.5,0,0,1,19.5,16V11.137a8.725,8.725,0,0,0-.4-2.617L8.121,19.5Z","M14.236,21H9.764a.251.251,0,0,0-.249.222A2.548,2.548,0,0,0,9.5,21.5a2.5,2.5,0,0,0,5,0,2.547,2.547,0,0,0-.016-.278A.249.249,0,0,0,14.236,21Z","M1,23.993a1,1,0,0,0,.707-.286l22-22a1.014,1.014,0,0,0,0-1.414,1,1,0,0,0-1.414,0L17.252,5.334A7.285,7.285,0,0,0,13,3.072V1a1,1,0,0,0-2,0V3.072a7.957,7.957,0,0,0-6.5,8.065V16A1.5,1.5,0,0,1,3,17.5a1,1,0,0,0,0,2h.086L.293,22.293a1.015,1.015,0,0,0,0,1.414A1,1,0,0,0,1,23.993Z"]];
7
+ export const AlarmBellRing1 = ["alarm-bell-ring-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M4.5,7.5a1.015,1.015,0,0,0,.873-.505A5.372,5.372,0,0,1,7.457,4.9a1,1,0,1,0-.975-1.746A7.335,7.335,0,0,0,3.628,6.013a1,1,0,0,0,.384,1.361A.968.968,0,0,0,4.5,7.5Z","M6.432.711A1,1,0,0,0,5.186.044,7.492,7.492,0,0,0,.043,5.187,1,1,0,0,0,.711,6.434,1.038,1.038,0,0,0,1,6.477a1,1,0,0,0,.957-.712A5.5,5.5,0,0,1,5.764,1.958,1,1,0,0,0,6.432.711Z","M19.146,4.386a7.391,7.391,0,0,0-1.628-1.228A1,1,0,1,0,16.543,4.9a5.372,5.372,0,0,1,2.085,2.087,1.015,1.015,0,0,0,1.36.383,1,1,0,0,0,.384-1.361A7.438,7.438,0,0,0,19.146,4.386Z","M23.957,5.187A7.492,7.492,0,0,0,18.814.044a1,1,0,1,0-.578,1.914,5.5,5.5,0,0,1,3.807,3.807,1.018,1.018,0,0,0,1.246.669A1,1,0,0,0,23.957,5.187Z","M13.5,21.5h-3a.5.5,0,0,0-.5.5,2,2,0,1,0,4,0A.5.5,0,0,0,13.5,21.5Z","M18.5,13.647V13c0-3.493-2.079-6.479-5-7.27V4.5a1.5,1.5,0,0,0-3,0v1.23c-2.921.791-5,3.777-5,7.27v.646a13.771,13.771,0,0,1-1.447,6.13A.5.5,0,0,0,4.5,20.5h15a.5.5,0,0,0,.447-.724A13.771,13.771,0,0,1,18.5,13.647Z"]];
8
+ export const AlarmBellOff = ["alarm-bell-off",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M14.241,21H9.768a.25.25,0,0,0-.248.222A2.547,2.547,0,0,0,9.5,21.5a2.5,2.5,0,0,0,5,0,2.548,2.548,0,0,0-.015-.278A.249.249,0,0,0,14.241,21Z","M9.126,18.5H21a.5.5,0,0,0,.447-.725A16.366,16.366,0,0,1,19.7,10.444V9.676a8.064,8.064,0,0,0-.149-1.605Z","M1,23.993a.981.981,0,0,0,.707-.285l22-22a1.022,1.022,0,0,0,0-1.414,1,1,0,0,0-1.415,0L17.68,4.911a16.182,16.182,0,0,0-1.841-1.357A6.377,6.377,0,0,0,13.5,2.636V1.5a1.5,1.5,0,1,0-3,0V2.649a6.752,6.752,0,0,0-2.85,1.277C5.782,5.392,4.3,6.551,4.3,9.676v2.268c0,2.38-.528,3.424-1.581,5.506l-.165.326A.5.5,0,0,0,3,18.5H4.09L.3,22.294A.994.994,0,0,0,1,23.993Z"]];
9
+ export const AlarmBellDisable1 = ["alarm-bell-disable-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.5,21.5h-3A.5.5,0,0,0,6,22a2,2,0,0,0,4,0A.5.5,0,0,0,9.5,21.5Z","M11.838,7.646A5.662,5.662,0,0,0,9,6.127V4.5a1,1,0,1,0-2,0V6.127C4.168,6.684,2,9.55,2,13v4.5a1,1,0,0,1-1,1,1,1,0,0,0,0,2H15a1,1,0,1,0,0-2,1,1,0,0,1-1-1V13a7.912,7.912,0,0,0-.4-2.508A7.015,7.015,0,0,1,11.838,7.646Z","M18.5,0A5.5,5.5,0,1,0,24,5.5,5.5,5.5,0,0,0,18.5,0Zm2.25,8.5a.744.744,0,0,1-.53-.217L18.678,6.738a.252.252,0,0,0-.354,0L16.781,8.281a.75.75,0,1,1-1.06-1.06l1.543-1.543a.252.252,0,0,0,0-.354L15.721,3.781a.75.75,0,1,1,1.06-1.06l1.543,1.543a.252.252,0,0,0,.354,0l1.543-1.543a.75.75,0,0,1,1.06,1.06L19.738,5.324a.252.252,0,0,0,0,.354l1.543,1.543a.747.747,0,0,1-.53,1.277Z"]];
10
+ export const AlarmBellSleep1 = ["alarm-bell-sleep-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23,15H21.546l2.245-2.886A1,1,0,0,0,23,10.5H19.5a1,1,0,0,0,0,2h1.456l-2.245,2.886A1,1,0,0,0,19.5,17H23a1,1,0,0,0,0-2Z","M15.5,2h2.39L14.727,5.868A1,1,0,0,0,15.5,7.5H20a1,1,0,0,0,0-2h-2.39l3.164-3.867A1,1,0,0,0,20,0H15.5a1,1,0,0,0,0,2Z","M9.5,21.5h-3A.5.5,0,0,0,6,22a2,2,0,0,0,4,0A.5.5,0,0,0,9.5,21.5Z","M15,18.5a1,1,0,0,1-1-1V13c0-3.451-2.167-6.317-5-6.874V4.5a1,1,0,1,0-2,0V6.127C4.168,6.684,2,9.55,2,13v4.5a1,1,0,0,1-1,1,1,1,0,0,0,0,2H15a1,1,0,1,0,0-2Z"]];
11
+ export const AlarmBellTimer1 = ["alarm-bell-timer-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.5,21.5h-3A.5.5,0,0,0,6,22a2,2,0,0,0,4,0A.5.5,0,0,0,9.5,21.5Z","M11.419,7.275A5.566,5.566,0,0,0,9,6.127V4.5a1,1,0,1,0-2,0V6.127C4.168,6.684,2,9.55,2,13v4.5a1,1,0,0,1-1,1,1,1,0,0,0,0,2H15a1,1,0,1,0,0-2,1,1,0,0,1-1-1V13a8.019,8.019,0,0,0-.218-1.866A7.006,7.006,0,0,1,11.419,7.275Z","M18.251,0A5.75,5.75,0,1,0,24,5.751,5.756,5.756,0,0,0,18.251,0Zm0,9.5A3.75,3.75,0,1,1,22,5.751,3.755,3.755,0,0,1,18.251,9.5Z","M19.751,5H19V3.751a.75.75,0,0,0-1.5,0v2a.75.75,0,0,0,.75.75h1.5a.75.75,0,0,0,0-1.5Z"]];
12
+ export const AlarmBellSleep = ["alarm-bell-sleep",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23,15H21.545l2.245-2.886A1,1,0,0,0,23,10.5H19.5a1,1,0,0,0,0,2h1.456l-2.245,2.886A1,1,0,0,0,19.5,17H23a1,1,0,0,0,0-2Z","M15.5,2h2.39L14.726,5.868A1,1,0,0,0,15.5,7.5H20a1,1,0,0,0,0-2H17.61l3.164-3.867A1,1,0,0,0,20,0H15.5a1,1,0,0,0,0,2Z","M9.5,21.5h-3A.5.5,0,0,0,6,22a2,2,0,0,0,4,0A.5.5,0,0,0,9.5,21.5Z","M14.5,13.647V13c0-3.493-2.079-6.479-5-7.27V4.5a1.5,1.5,0,1,0-3,0v1.23c-2.921.791-5,3.777-5,7.27v.646a13.771,13.771,0,0,1-1.447,6.13A.5.5,0,0,0,.5,20.5h15a.5.5,0,0,0,.447-.724A13.785,13.785,0,0,1,14.5,13.647Z"]];
13
+ export const AlarmClock1 = ["alarm-clock-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.5,12.254a9.5,9.5,0,1,0-15.375,7.46L3.793,22.047a1,1,0,0,0,0,1.414,1.014,1.014,0,0,0,1.414,0L7.863,20.8a9.483,9.483,0,0,0,8.274,0l2.656,2.657a1.014,1.014,0,0,0,1.414,0,1,1,0,0,0,0-1.414l-2.332-2.333A9.488,9.488,0,0,0,21.5,12.254Zm-10.25-6.5a.75.75,0,1,1,1.5,0V11.5H15.5a.75.75,0,0,1,0,1.5H12a.75.75,0,0,1-.75-.75Z","M7.4,2.27a.5.5,0,0,0,.129-.823,4.486,4.486,0,0,0-6.339,6.34.5.5,0,0,0,.368.161.505.505,0,0,0,.454-.29A11.019,11.019,0,0,1,7.4,2.27Z","M19.5.254a4.484,4.484,0,0,0-3.033,1.193.5.5,0,0,0,.129.823,11.019,11.019,0,0,1,5.388,5.388.519.519,0,0,0,.454.29.5.5,0,0,0,.368-.161A4.486,4.486,0,0,0,19.5.254Z"]];
14
+ export const AlarmClock1Alternate = ["alarm-clock-1-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.5,12.252A9.5,9.5,0,1,0,6.125,19.713L3.793,22.045a1,1,0,0,0,0,1.414,1.015,1.015,0,0,0,1.414,0L7.863,20.8a9.492,9.492,0,0,0,8.274,0l2.656,2.656a1.011,1.011,0,0,0,1.414,0,1,1,0,0,0,0-1.414l-2.332-2.332A9.489,9.489,0,0,0,21.5,12.252Zm-17,0a7.5,7.5,0,1,1,7.5,7.5A7.509,7.509,0,0,1,4.5,12.252Z","M7.4,2.269a.5.5,0,0,0,.129-.823,4.486,4.486,0,0,0-6.339,6.34.507.507,0,0,0,.445.155.5.5,0,0,0,.377-.284A11.019,11.019,0,0,1,7.4,2.269Z","M19.5.252a4.485,4.485,0,0,0-3.033,1.194.5.5,0,0,0,.129.823,11.019,11.019,0,0,1,5.388,5.388.5.5,0,0,0,.376.284.51.51,0,0,0,.446-.155A4.486,4.486,0,0,0,19.5.252Z","M15,11.252H13v-3.5a1,1,0,1,0-2,0v4.5a1,1,0,0,0,1,1h3a1,1,0,0,0,0-2Z"]];
15
+ export const AlarmBellTimer = ["alarm-bell-timer",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.625,21.376h-3a.5.5,0,0,0-.5.5,2,2,0,0,0,4,0A.5.5,0,0,0,9.625,21.376Z","M11.135,6.25a5.972,5.972,0,0,0-1.51-.644V4.376a1.5,1.5,0,1,0-3,0v1.23c-2.921.791-5,3.777-5,7.27v.646a13.771,13.771,0,0,1-1.447,6.13.5.5,0,0,0,.447.724h15a.5.5,0,0,0,.447-.724,13.785,13.785,0,0,1-1.447-6.13v-.646a8.661,8.661,0,0,0-.054-.972A7.007,7.007,0,0,1,11.135,6.25Z","M18.125.126a5.75,5.75,0,1,0,5.75,5.75A5.757,5.757,0,0,0,18.125.126Zm0,9.5a3.75,3.75,0,1,1,3.75-3.75A3.754,3.754,0,0,1,18.125,9.626Z","M19.625,5.126h-.75V3.876a.75.75,0,0,0-1.5,0v2a.75.75,0,0,0,.75.75h1.5a.75.75,0,0,0,0-1.5Z"]];
16
+ export const AlarmBellDisable = ["alarm-bell-disable",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M9.625,21.376h-3a.5.5,0,0,0-.5.5,2,2,0,0,0,4,0A.5.5,0,0,0,9.625,21.376Z","M11.422,6.432a6.053,6.053,0,0,0-1.8-.826V4.376a1.5,1.5,0,1,0-3,0v1.23c-2.921.791-5,3.777-5,7.27v.646a13.771,13.771,0,0,1-1.447,6.13.5.5,0,0,0,.447.724h15a.5.5,0,0,0,.447-.724,13.785,13.785,0,0,1-1.447-6.13v-.646a8.587,8.587,0,0,0-.117-1.418A7.006,7.006,0,0,1,11.422,6.432Z","M18.375.126a5.5,5.5,0,1,0,5.5,5.5A5.5,5.5,0,0,0,18.375.126Zm2.25,8.493a.747.747,0,0,1-.53-.213L18.552,6.863a.252.252,0,0,0-.354,0L16.655,8.406a.75.75,0,1,1-1.06-1.06L17.138,5.8a.252.252,0,0,0,0-.354L15.6,3.906a.75.75,0,1,1,1.06-1.06L18.2,4.389a.252.252,0,0,0,.354,0L20.1,2.846a.75.75,0,0,1,1.06,1.06L19.612,5.449a.252.252,0,0,0,0,.354l1.543,1.543a.743.743,0,0,1-.53,1.273Z"]];
@@ -0,0 +1,10 @@
1
+ export const AlertDiamond = ["alert-diamond",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23,10.586,13.414,1a2,2,0,0,0-2.828,0L1,10.587a2,2,0,0,0,0,2.828H1L10.586,23a2,2,0,0,0,2.828,0L23,13.415A2,2,0,0,0,23,10.586ZM11.068,6.417a1,1,0,0,1,2,0v6a1,1,0,0,1-2,0Zm1.051,11.51h-.028a1.529,1.529,0,0,1-1.522-1.47,1.475,1.475,0,0,1,1.448-1.53h.028a1.527,1.527,0,0,1,1.522,1.47A1.475,1.475,0,0,1,12.119,17.927Z"]];
2
+ export const AlertTriangle = ["alert-triangle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M23.119,20,13.772,2.15h0a2,2,0,0,0-3.543,0L.881,20a2,2,0,0,0,1.772,2.928H21.347A2,2,0,0,0,23.119,20ZM11,8.423a1,1,0,0,1,2,0v6a1,1,0,1,1-2,0Zm1.05,11.51h-.028a1.528,1.528,0,0,1-1.522-1.47,1.476,1.476,0,0,1,1.448-1.53h.028A1.527,1.527,0,0,1,13.5,18.4,1.475,1.475,0,0,1,12.05,19.933Z"]];
3
+ export const StopSign = ["stop-sign",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M.008,16.164A1.988,1.988,0,0,0,.6,17.581l5.849,5.825a1.989,1.989,0,0,0,1.409.583h0L16.065,24a1.987,1.987,0,0,0,1.4-.575l5.93-5.84a2.01,2.01,0,0,0,.6-1.424v-8.2a1.984,1.984,0,0,0-.583-1.41L17.489.6a1.989,1.989,0,0,0-1.418-.59h-8.2A2.013,2.013,0,0,0,6.446.6L.579,6.56A1.989,1.989,0,0,0,0,7.964Zm8-9.29v0a.931.931,0,0,1,1.82-.39l.946,4.393a.049.049,0,0,0,.054.039.05.05,0,0,0,.045-.05V5.435a.93.93,0,0,1,1.86,0v5.446a.051.051,0,0,0,.045.05.049.049,0,0,0,.054-.039l.946-4.186h0A.931.931,0,0,1,15.6,7.1v0l-.957,5.219a.051.051,0,0,0,.031.056.052.052,0,0,0,.061-.02l1.55-2.441h0a.931.931,0,0,1,1.587.972l0,0-1.328,2.494a3.347,3.347,0,0,0-.394,1.579c0,2.093-.586,3.814-2.79,3.815H11.182a2.8,2.8,0,0,1-2.019-.862l0,0L5.9,13.571,5.9,13.565a.931.931,0,0,1,1.26-1.371h0l1.751,1.529a.05.05,0,0,0,.082-.045Z"]];
4
+ export const InformationCircle = ["information-circle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm.25,5a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,12.25,5ZM14.5,18.5h-4a1,1,0,0,1,0-2h.75a.25.25,0,0,0,.25-.25v-4.5a.25.25,0,0,0-.25-.25H10.5a1,1,0,0,1,0-2h1a2,2,0,0,1,2,2v4.75a.25.25,0,0,0,.25.25h.75a1,1,0,1,1,0,2Z"]];
5
+ export const RadioactiveCircle = ["radioactive-circle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm0,10.005A1.995,1.995,0,1,1,10.005,12,2,2,0,0,1,12,10.006ZM7.533,12,4.021,12a.486.486,0,0,1-.363-.152.529.529,0,0,1-.138-.379A8.472,8.472,0,0,1,7.3,4.922a.564.564,0,0,1,.4-.07.533.533,0,0,1,.313.238L9.768,8.132a.487.487,0,0,1-.121.638,3.963,3.963,0,0,0-1.621,2.809A.489.489,0,0,1,7.533,12Zm8.507,7.3a.533.533,0,0,1-.26.31,8.472,8.472,0,0,1-7.56,0,.565.565,0,0,1-.26-.31.532.532,0,0,1,.05-.39l1.755-3.042a.487.487,0,0,1,.613-.215,3.964,3.964,0,0,0,3.244,0,.487.487,0,0,1,.613.215l1.755,3.042A.488.488,0,0,1,16.04,19.3Zm4.3-7.452a.527.527,0,0,1-.363.152l-3.512,0a.489.489,0,0,1-.493-.424A3.963,3.963,0,0,0,14.353,8.77a.487.487,0,0,1-.121-.638L15.989,5.09a.491.491,0,0,1,.313-.238.533.533,0,0,1,.4.07,8.472,8.472,0,0,1,3.78,6.548A.557.557,0,0,1,20.342,11.849Z"]];
6
+ export const QuestionCircle = ["question-circle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,0A12,12,0,1,0,24,12,12.013,12.013,0,0,0,12,0Zm0,19a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,12,19Zm1.6-6.08a1,1,0,0,0-.6.917,1,1,0,1,1-2,0,3,3,0,0,1,1.8-2.75A2,2,0,1,0,10,9.255a1,1,0,1,1-2,0,4,4,0,1,1,5.6,3.666Z"]];
7
+ export const Radioactive = ["radioactive",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M17.514,21.79a1,1,0,0,0,.5-.6l0-.01a.966.966,0,0,0-.1-.777l-3.01-5.22A.5.5,0,0,0,14.228,15a4.415,4.415,0,0,1-4.452-.006.5.5,0,0,0-.689.179l-3,5.212a.983.983,0,0,0-.106.8,1,1,0,0,0,.5.6,11.993,11.993,0,0,0,11.035,0Z","M18.477,1.036A1,1,0,0,0,17.7.9a1.011,1.011,0,0,0-.64.477l-3.01,5.22a.5.5,0,0,0,.182.682,4.539,4.539,0,0,1,2.241,3.858c0,.151-.009.294-.019.471a.5.5,0,0,0,.5.529h6.04a1.033,1.033,0,0,0,.732-.316,1.062,1.062,0,0,0,.268-.7v-.022A12.94,12.94,0,0,0,18.477,1.036Z","M6.942,1.371A1.01,1.01,0,0,0,6.3.9a.987.987,0,0,0-.777.138A12.949,12.949,0,0,0,.01,11.113a1.076,1.076,0,0,0,.287.724,1.02,1.02,0,0,0,.713.3H7.05a.513.513,0,0,0,.363-.17.531.531,0,0,0,.134-.385c-.008-.151-.017-.294-.017-.445A4.539,4.539,0,0,1,9.771,7.275a.5.5,0,0,0,.182-.682Z","M9.500 11.133 A2.500 2.500 0 1 0 14.500 11.133 A2.500 2.500 0 1 0 9.500 11.133 Z"]];
8
+ export const AlertMessageLaptop = ["alert-message-laptop",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M24,20.5a.5.5,0,0,0-.5-.5H21.75a.25.25,0,0,1-.25-.25V15.5a1,1,0,1,0-2,0v4.25a.25.25,0,0,1-.25.25H4.75a.25.25,0,0,1-.25-.25V9.167A.667.667,0,0,1,5.167,8.5H7.5a1,1,0,1,0,0-2H5.167A2.669,2.669,0,0,0,2.5,9.167V19.751a.25.25,0,0,1-.25.25H.5a.5.5,0,0,0-.5.5A3.5,3.5,0,0,0,3.5,24h17A3.5,3.5,0,0,0,24,20.5Z","M10.5,14a.51.51,0,0,0,.215-.048L14.1,12.34a.25.25,0,0,1,.226.006A6.564,6.564,0,1,0,17.434,0,6.432,6.432,0,0,0,11,6.568a6.665,6.665,0,0,0,.659,3.106.253.253,0,0,1,0,.223l-1.614,3.389A.5.5,0,0,0,10.5,14ZM18.25,4V7a.75.75,0,1,1-1.5,0V4a.75.75,0,0,1,1.5,0ZM17.5,8.5a.75.75,0,1,1-.75.75A.75.75,0,0,1,17.5,8.5Z"]];
9
+ export const AlertUser = ["alert-user",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M8.929,4.079a.251.251,0,0,0-.035-.225.249.249,0,0,0-.2-.1H3.5A3,3,0,0,0,.5,6.7c0,.017,0,16.052,0,16.052a1,1,0,0,0,2,0V8.251a.5.5,0,0,1,.5-.5H8.282a.25.25,0,0,0,.249-.272C8.511,7.239,8.5,7,8.5,6.751A8.493,8.493,0,0,1,8.929,4.079Z","M15,22.751a1,1,0,1,0,2,0V15.5a.251.251,0,0,0-.243-.25A8.518,8.518,0,0,1,15.3,15.08a.251.251,0,0,0-.3.245Z","M16.934,13.384a6.567,6.567,0,0,0,0-13.133A6.432,6.432,0,0,0,10.5,6.818a6.665,6.665,0,0,0,.659,3.106.253.253,0,0,1,0,.223l-.87,1.826-.744,1.563a.5.5,0,0,0,.451.715.51.51,0,0,0,.215-.048l1.563-.745L13.6,12.59a.25.25,0,0,1,.226.006A6.534,6.534,0,0,0,16.934,13.384Zm.816-9.133v3a.75.75,0,1,1-1.5,0v-3a.75.75,0,0,1,1.5,0Zm0,5.25a.75.75,0,1,1-.75-.75A.75.75,0,0,1,17.75,9.5Z","M6.670 17.251 A2.000 2.000 0 1 0 10.670 17.251 A2.000 2.000 0 1 0 6.670 17.251 Z","M11.964,22.568A3.594,3.594,0,0,0,8.67,20.251a3.594,3.594,0,0,0-3.294,2.317.5.5,0,0,0,.47.683h5.647A.5.5,0,0,0,11.964,22.568Z"]];
10
+ export const AlertCircle = ["alert-circle",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M11.983,0a12.206,12.206,0,0,0-8.51,3.653A11.8,11.8,0,0,0,0,12.207,11.779,11.779,0,0,0,11.8,24h.214A12.111,12.111,0,0,0,24,11.791h0A11.766,11.766,0,0,0,11.983,0ZM10.5,16.542a1.476,1.476,0,0,1,1.449-1.53h.027a1.527,1.527,0,0,1,1.523,1.47,1.475,1.475,0,0,1-1.449,1.53h-.027A1.529,1.529,0,0,1,10.5,16.542ZM11,12.5v-6a1,1,0,0,1,2,0v6a1,1,0,1,1-2,0Z"]];