@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,64 @@
1
+ export const MessagesBubbleSquareHeart1Alternate = ["messages-bubble-square-heart-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}],["M8.5,14a1,1,0,0,0-.664.252L5,16.773V15a1,1,0,0,0-1-1L2.249,14A.251.251,0,0,1,2,13.747V2.25A.25.25,0,0,1,2.25,2h18a.249.249,0,0,1,.25.25v8.521a.252.252,0,0,0,.244.25,4.261,4.261,0,0,1,1.42.275.254.254,0,0,0,.23-.029.251.251,0,0,0,.106-.206V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V14.053A1.953,1.953,0,0,0,2,16H3v3a1,1,0,0,0,1.664.748L8.88,16h.38a.249.249,0,0,0,.249-.236,5,5,0,0,1,.3-1.429A.25.25,0,0,0,9.571,14Z","M21.039,12.546a3.483,3.483,0,0,0-3.058.987l-.481.482-.482-.482a3.526,3.526,0,0,0-5.646.916,3.521,3.521,0,0,0,.653,4.063l5.113,5.334a.5.5,0,0,0,.723,0l5.106-5.327a3.524,3.524,0,0,0,.66-4.07A3.487,3.487,0,0,0,21.039,12.546Z"]];
2
+ export const MessagesBubbleSquareInformationAlternate = ["messages-bubble-square-information-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}],["M10.5,13a1,1,0,0,0,0,2h4a1,1,0,0,0,0-2h-1V9a2,2,0,0,0-2-2h-1a1,1,0,1,0,0,2h1v4Z","M11.000 5.249 A1.250 1.250 0 1 0 13.500 5.249 A1.250 1.250 0 1 0 11.000 5.249 Z","M22,1H2A2,2,0,0,0,0,3V16.552A1.953,1.953,0,0,0,2,18.5H4.5V22a1,1,0,0,0,1.569.822L12.312,18.5H22a2,2,0,0,0,2-2V3A2,2,0,0,0,22,1Zm0,15.25a.25.25,0,0,1-.25.25H12a1,1,0,0,0-.569.178L6.5,20.09V17.5a1,1,0,0,0-1-1l-3.25,0a.25.25,0,0,1-.25-.25v-13A.25.25,0,0,1,2.25,3h19.5a.25.25,0,0,1,.25.25Z"]];
3
+ export const MessagesBubbleSquareLockAlternate = ["messages-bubble-square-lock-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M13.187,14.383A.219.219,0,0,0,13.042,14H8.5a1,1,0,0,0-.664.252L5,16.773V15a1,1,0,0,0-1-1L2.25,14a.251.251,0,0,1-.25-.25V2.25A.25.25,0,0,1,2.25,2h18a.25.25,0,0,1,.25.25V9.322a.252.252,0,0,0,.166.236,4.982,4.982,0,0,1,1.429.785.251.251,0,0,0,.405-.2V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V14.053A1.953,1.953,0,0,0,2,16H3v3a1,1,0,0,0,1.664.748L8.88,16h3.085a.249.249,0,0,0,.235-.166A3.491,3.491,0,0,1,13.187,14.383Z","M22.5,15.5V14.25a3.5,3.5,0,0,0-7,0V15.5A1.5,1.5,0,0,0,14,17v5.5A1.5,1.5,0,0,0,15.5,24h7A1.5,1.5,0,0,0,24,22.5V17A1.5,1.5,0,0,0,22.5,15.5ZM20,20.25a1,1,0,1,1-1-1A1,1,0,0,1,20,20.25Zm-1-7.5a1.5,1.5,0,0,1,1.5,1.5V15.5h-3V14.25A1.5,1.5,0,0,1,19,12.75Z"]];
4
+ export const MessagesBubbleSquareImageAlternate = ["messages-bubble-square-image-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}],["M9.056,10.541,6.605,13.692A.5.5,0,0,0,7,14.5H18.5a.5.5,0,0,0,.415-.779L16.16,9.64a1.5,1.5,0,0,0-2.392-.087L12.409,11.3l-1.428-1.089A1.5,1.5,0,0,0,9.056,10.541Z","M6.500 6.499 A2.000 2.000 0 1 0 10.500 6.499 A2.000 2.000 0 1 0 6.500 6.499 Z","M22,1H2A2,2,0,0,0,0,3V16.552A1.953,1.953,0,0,0,2,18.5H4.5V22a1,1,0,0,0,1.569.823L12.312,18.5H22a2,2,0,0,0,2-2V3A2,2,0,0,0,22,1Zm0,15.25a.25.25,0,0,1-.25.25H12a1,1,0,0,0-.569.178L6.5,20.091V17.5a1,1,0,0,0-1-1l-3.25,0a.25.25,0,0,1-.25-.25v-13A.25.25,0,0,1,2.25,3h19.5a.25.25,0,0,1,.25.25Z"]];
5
+ export const MessagesBubbleSquareHeartAlternate = ["messages-bubble-square-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,3a2,2,0,0,0-2-2H2A2,2,0,0,0,0,3V16.552A1.953,1.953,0,0,0,2,18.5H4.5V22a1,1,0,0,0,1.569.823L12.312,18.5H22a2,2,0,0,0,2-2Zm-2,13.25a.25.25,0,0,1-.25.25H12a1,1,0,0,0-.569.178L6.5,20.091V17.5a1,1,0,0,0-1-1l-3.25,0a.25.25,0,0,1-.25-.25V3H21.75a.25.25,0,0,1,.25.25Z","M11.639,13.346a.5.5,0,0,0,.722,0l3.4-3.55A2.517,2.517,0,1,0,12.2,6.237l-.2.2-.2-.2A2.517,2.517,0,0,0,8.23,9.789Z"]];
6
+ export const MessagesBubbleSquareQuestionAlternate = ["messages-bubble-square-question-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}],["M11.500 13.499 A1.000 1.000 0 1 0 13.500 13.499 A1.000 1.000 0 1 0 11.500 13.499 Z","M10.5,8.5a1,1,0,0,0,1-1,1,1,0,1,1,1.4.918,2.333,2.333,0,0,0-1.4,2.139V11a1,1,0,1,0,2,0v-.443a.336.336,0,0,1,.2-.307A3,3,0,1,0,9.5,7.5,1,1,0,0,0,10.5,8.5Z","M22,1H2A2,2,0,0,0,0,3V16.552A1.953,1.953,0,0,0,2,18.5H4.5V22a1,1,0,0,0,1.569.823L12.312,18.5H22a2,2,0,0,0,2-2V3A2,2,0,0,0,22,1Zm0,15.25a.25.25,0,0,1-.25.25H12a1,1,0,0,0-.569.178L6.5,20.091V17.5a1,1,0,0,0-1-1l-3.25,0a.25.25,0,0,1-.25-.25v-13A.25.25,0,0,1,2.25,3h19.5a.25.25,0,0,1,.25.25Z"]];
7
+ export const MessagesBubbleSquareQuoteAlternate = ["messages-bubble-square-quote-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M10.5,8.5a1,1,0,0,0,1-1V5a1,1,0,0,0-2,0V7.5A1,1,0,0,0,10.5,8.5Z","M9.5,12.724V13a1,1,0,0,0,0,2,2,2,0,0,0,2-2V11a1.75,1.75,0,1,0-2,1.725Z","M14,12a1,1,0,0,0,0,2c1.963,0,3.5-1.976,3.5-4.5S15.963,5,14,5a1,1,0,0,0,0,2c.71,0,1.5,1.027,1.5,2.5S14.71,12,14,12Z","M22,1H2A2,2,0,0,0,0,3V16.552A1.953,1.953,0,0,0,2,18.5H4.5V22a1,1,0,0,0,1.569.822L12.312,18.5H22a2,2,0,0,0,2-2V3A2,2,0,0,0,22,1Zm0,15.25a.25.25,0,0,1-.25.25H12a1,1,0,0,0-.569.178L6.5,20.09V17.5a1,1,0,0,0-1-1l-3.25,0a.25.25,0,0,1-.25-.25v-13A.25.25,0,0,1,2.25,3h19.5a.25.25,0,0,1,.25.25Z"]];
8
+ export const MessagesBubbleSquareSmileAlternate = ["messages-bubble-square-smile-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}],["M6.254,9a1,1,0,0,0,1-1,1,1,0,0,1,2,0,1,1,0,0,0,2,0,3,3,0,0,0-6,0A1,1,0,0,0,6.254,9Z","M13.754,9a1,1,0,0,0,1-1,1,1,0,0,1,2,0,1,1,0,0,0,2,0,3,3,0,0,0-6,0A1,1,0,0,0,13.754,9Z","M8.293,11.805a1,1,0,0,0,0,1.414,5.244,5.244,0,0,0,7.414,0,1,1,0,0,0-1.414-1.414,3.323,3.323,0,0,1-4.586,0A1,1,0,0,0,8.293,11.805Z","M22,1H2A2,2,0,0,0,0,3V16.552A1.953,1.953,0,0,0,2,18.5H4.5V22a1,1,0,0,0,1.569.822L12.312,18.5H22a2,2,0,0,0,2-2V3A2,2,0,0,0,22,1Zm0,15.25a.25.25,0,0,1-.25.25H12a1,1,0,0,0-.569.178L6.5,20.09V17.5a1,1,0,0,0-1-1l-3.25,0a.25.25,0,0,1-.25-.25v-13A.25.25,0,0,1,2.25,3h19.5a.25.25,0,0,1,.25.25Z"]];
9
+ export const MessagesBubbleForwardAllAlternate = ["messages-bubble-forward-all-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}],["M7.94,17.374l-3.648,1.52a.25.25,0,0,1-.331-.316l.851-2.339a1,1,0,0,0-.276-1.089A7.043,7.043,0,0,1,2,9.912c0-4.358,4.486-7.9,10-7.9s10,3.546,10,7.9a6.222,6.222,0,0,1-.226,1.639.25.25,0,0,0,.1.271l1.3.9a.25.25,0,0,0,.379-.124A8.264,8.264,0,0,0,24,9.912c0-5.461-5.383-9.9-12-9.9S0,4.451,0,9.912a8.877,8.877,0,0,0,2.708,6.26l-1.6,4.4a1,1,0,0,0,1.325,1.264L7.509,19.72a.249.249,0,0,0,.149-.181,7.929,7.929,0,0,1,.61-1.829.25.25,0,0,0-.319-.339Z","M11,21.086h0a4.8,4.8,0,0,1,4-4.62v1.321a.5.5,0,0,0,.785.412l3.5-2.421a.5.5,0,0,0,0-.823l-3.5-2.42a.5.5,0,0,0-.784.411v1.5a6.821,6.821,0,0,0-6,6.643H9v1.906a1,1,0,1,0,2,0Z","M20.177,12.328a.75.75,0,1,0-.854,1.234l2.609,1.8L19.323,17.17a.75.75,0,1,0,.854,1.233l3.5-2.421a.75.75,0,0,0,0-1.233Z"]];
10
+ export const MessagesBubbleSquareQuotationAlternate = ["messages-bubble-square-quotation-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}],["M9.25,10.249a2.275,2.275,0,0,0,.25-.025v.293a1,1,0,0,1-1,1,1,1,0,0,0,0,2,3,3,0,0,0,3-3V8a2.25,2.25,0,1,0-2.25,2.25Z","M15.25,10.249a2.275,2.275,0,0,0,.25-.025v.293a1,1,0,0,1-1,1,1,1,0,0,0,0,2,3,3,0,0,0,3-3V8a2.25,2.25,0,1,0-2.25,2.25Z","M24,3a2,2,0,0,0-2-2H2A2,2,0,0,0,0,3V16.552A1.953,1.953,0,0,0,2,18.5H4.5V22a1,1,0,0,0,1.569.822L12.312,18.5H22a2,2,0,0,0,2-2Zm-2,13.25a.25.25,0,0,1-.25.25H12a1,1,0,0,0-.569.178L6.5,20.09V17.5a1,1,0,0,0-1-1l-3.25,0a.25.25,0,0,1-.25-.25v-13A.25.25,0,0,1,2.25,3h19.5a.25.25,0,0,1,.25.25Z"]];
11
+ export const MessagesBubbleRemoveAlternate = ["messages-bubble-remove-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}],["M8.6,17.328a1,1,0,0,0-.662.038l-3.648,1.52a.25.25,0,0,1-.331-.316l.851-2.339a1,1,0,0,0-.275-1.089A7.038,7.038,0,0,1,2,9.9C2,5.546,6.486,2,12,2S22,5.546,22,9.9a6.1,6.1,0,0,1-.048.743.249.249,0,0,0,.1.236,8.031,8.031,0,0,1,1.268,1.1.25.25,0,0,0,.425-.11A8.063,8.063,0,0,0,24,9.9C24,4.443,18.617,0,12,0S0,4.443,0,9.9a8.876,8.876,0,0,0,2.707,6.26l-1.6,4.4a1,1,0,0,0,1.325,1.265l5.959-2.483c.342.09.688.163,1.036.224a.25.25,0,0,0,.287-.3,7.859,7.859,0,0,1-.205-1.521.249.249,0,0,0-.2-.235Q8.955,17.429,8.6,17.328Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm-1.591,9.151a.75.75,0,1,1-1.06-1.06l1.414-1.414a.252.252,0,0,0,0-.354l-1.414-1.414a.75.75,0,0,1,1.06-1.06l1.414,1.414a.252.252,0,0,0,.354,0l1.414-1.414a.75.75,0,1,1,1.06,1.06l-1.414,1.414a.252.252,0,0,0,0,.354l1.414,1.414a.75.75,0,1,1-1.06,1.06l-1.414-1.414a.252.252,0,0,0-.354,0Z"]];
12
+ export const MessagesBubbleShareAlternate = ["messages-bubble-share-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}],["M9.531,17.789a.25.25,0,0,0-.194-.277c-.247-.054-.492-.114-.736-.184a1,1,0,0,0-.661.038L3.766,19.105l1.046-2.874a1,1,0,0,0-.276-1.089A7.043,7.043,0,0,1,2,9.9C2,5.546,6.486,2,12,2c5.273,0,9.593,3.245,9.962,7.339a.248.248,0,0,0,.2.222,4.183,4.183,0,0,1,1.451.629.251.251,0,0,0,.391-.2c0-.029,0-.058,0-.088C24,4.443,18.617,0,12,0S0,4.443,0,9.9a8.877,8.877,0,0,0,2.708,6.26l-1.6,4.4a1,1,0,0,0,1.325,1.265l5.959-2.483c.32.084.642.152.965.211a.249.249,0,0,0,.286-.311A3.977,3.977,0,0,1,9.5,18.2,3.137,3.137,0,0,1,9.531,17.789Z","M21.25,18.5a2.733,2.733,0,0,0-2,.874l-2.753-1.1,0-.022a2.742,2.742,0,0,0-.046-.456l3.125-1.875a2.724,2.724,0,0,0,1.671.581,2.8,2.8,0,1,0-2.7-2.294l-3.125,1.875A2.724,2.724,0,0,0,13.75,15.5a2.75,2.75,0,1,0,2,4.626l2.753,1.1,0,.022a2.75,2.75,0,1,0,2.75-2.75Z"]];
13
+ export const MessagesBubbleSquareCheckAlternate = ["messages-bubble-square-check-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}],["M8.5,14a1,1,0,0,0-.664.252L5,16.773V15a1,1,0,0,0-1-1L2.25,14a.251.251,0,0,1-.25-.25V2.25A.25.25,0,0,1,2.25,2h18a.25.25,0,0,1,.25.25V9.922a.251.251,0,0,0,.151.23,8.032,8.032,0,0,1,1.455.816.25.25,0,0,0,.394-.205V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V14.053A1.953,1.953,0,0,0,2,16H3v3a1,1,0,0,0,1.664.748L8.88,16h.562a.249.249,0,0,0,.244-.2,7.889,7.889,0,0,1,.47-1.454A.25.25,0,0,0,9.927,14Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm-3.394,6.677a.75.75,0,0,1,1.061,0l1.5,1.5,2.905-3.874a.75.75,0,1,1,1.2.9l-2.905,3.874a1.5,1.5,0,0,1-2.262.159l-1.5-1.5A.749.749,0,0,1,14.106,17.677Z"]];
14
+ export const MessagesBubbleSmileAlternate = ["messages-bubble-smile-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,.875C5.406.875.041,5.334.041,10.816A8.984,8.984,0,0,0,3.086,17.45L.969,21.675a1,1,0,0,0,1.316,1.354l5.957-2.772a14.2,14.2,0,0,0,3.758.5c6.594,0,11.959-4.459,11.959-9.94S18.594.875,12,.875Zm0,17.881a12.107,12.107,0,0,1-3.548-.521,1.012,1.012,0,0,0-.714.05L4.693,19.7a.252.252,0,0,1-.285-.053.249.249,0,0,1-.044-.286l.86-1.716a1,1,0,0,0-.27-1.228,7.185,7.185,0,0,1-2.913-5.6c0-4.379,4.468-7.941,9.959-7.941s9.959,3.562,9.959,7.941S17.491,18.756,12,18.756Z","M9.254,9.375a1,1,0,0,0,2,0,3,3,0,0,0-6,0,1,1,0,0,0,2,0,1,1,0,0,1,2,0Z","M15.754,6.375a3,3,0,0,0-3,3,1,1,0,0,0,2,0,1,1,0,1,1,2,0,1,1,0,0,0,2,0A3,3,0,0,0,15.754,6.375Z","M14.293,13.18a3.321,3.321,0,0,1-4.586,0,1,1,0,0,0-1.414,1.414,5.241,5.241,0,0,0,7.414,0,1,1,0,0,0-1.414-1.414Z"]];
15
+ export const MessagesBubbleAddAlternate = ["messages-bubble-add-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}],["M9.314,17.509q-.359-.08-.713-.181a1,1,0,0,0-.661.038l-3.648,1.52a.25.25,0,0,1-.331-.316l.851-2.339a1,1,0,0,0-.276-1.089A7.043,7.043,0,0,1,2,9.9C2,5.546,6.486,2,12,2S22,5.546,22,9.9a6.1,6.1,0,0,1-.048.743.249.249,0,0,0,.1.236,7.985,7.985,0,0,1,1.268,1.1.251.251,0,0,0,.245.07.249.249,0,0,0,.18-.181A8.063,8.063,0,0,0,24,9.9C24,4.443,18.617,0,12,0S0,4.443,0,9.9a8.877,8.877,0,0,0,2.708,6.26l-1.6,4.4a1,1,0,0,0,1.325,1.265l5.959-2.483c.343.09.688.163,1.035.224a.25.25,0,0,0,.288-.3,7.869,7.869,0,0,1-.205-1.522A.25.25,0,0,0,9.314,17.509Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11ZM20,18.25H18.5a.25.25,0,0,0-.25.25V20a.75.75,0,0,1-1.5,0V18.5a.25.25,0,0,0-.25-.25H15a.75.75,0,0,1,0-1.5h1.5a.25.25,0,0,0,.25-.25V15a.75.75,0,0,1,1.5,0v1.5a.25.25,0,0,0,.25.25H20a.75.75,0,0,1,0,1.5Z"]];
16
+ export const MessagesBubbleAdd1Alternate = ["messages-bubble-add-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}],["M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11ZM20,18.25H18.5a.25.25,0,0,0-.25.25V20a.75.75,0,0,1-1.5,0V18.5a.25.25,0,0,0-.25-.25H15a.75.75,0,0,1,0-1.5h1.5a.25.25,0,0,0,.25-.25V15a.75.75,0,0,1,1.5,0v1.5a.25.25,0,0,0,.25.25H20a.75.75,0,0,1,0,1.5Z","M9.293,15.293,7,17.586V15.56a1,1,0,0,0-.664-.942A6.493,6.493,0,0,1,8.5,2h7A6.508,6.508,0,0,1,22,8.5a6.419,6.419,0,0,1-.314,1.974.249.249,0,0,0,.1.287A8.119,8.119,0,0,1,23,11.7a.248.248,0,0,0,.225.062.252.252,0,0,0,.179-.152A8.417,8.417,0,0,0,24,8.5,8.51,8.51,0,0,0,15.5,0h-7A8.492,8.492,0,0,0,5,16.232V20a1,1,0,0,0,1.707.707L9.44,17.974a.251.251,0,0,0,.073-.194c-.006-.093-.013-.186-.013-.28a7.927,7.927,0,0,1,.26-2.01.25.25,0,0,0-.4-.258A.78.78,0,0,0,9.293,15.293Z"]];
17
+ export const MessagesBubbleCheck1Alternate = ["messages-bubble-check-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}],["M9.76,15.49a.25.25,0,0,0-.4-.258c-.023.019-.046.039-.068.061L7,17.586V15.56a1,1,0,0,0-.664-.942A6.493,6.493,0,0,1,8.5,2h7A6.508,6.508,0,0,1,22,8.5a6.419,6.419,0,0,1-.314,1.974.249.249,0,0,0,.1.287A8.119,8.119,0,0,1,23,11.7a.248.248,0,0,0,.225.062.252.252,0,0,0,.179-.152A8.417,8.417,0,0,0,24,8.5,8.51,8.51,0,0,0,15.5,0h-7A8.492,8.492,0,0,0,5,16.232V20a1,1,0,0,0,1.707.707L9.44,17.974a.251.251,0,0,0,.073-.194c-.006-.093-.013-.186-.013-.28A7.927,7.927,0,0,1,9.76,15.49Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm-3.394,6.677a.75.75,0,0,1,1.061,0l1.5,1.5,2.905-3.874a.75.75,0,1,1,1.2.9l-2.905,3.874a1.5,1.5,0,0,1-2.262.159l-1.5-1.5A.749.749,0,0,1,14.106,17.677Z"]];
18
+ export const MessagesBubbleCheckAlternate = ["messages-bubble-check-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}],["M8.6,17.328a1,1,0,0,0-.662.038l-3.648,1.52a.25.25,0,0,1-.331-.316l.851-2.339a1,1,0,0,0-.275-1.089A7.038,7.038,0,0,1,2,9.9C2,5.546,6.486,2,12,2S22,5.546,22,9.9a6.1,6.1,0,0,1-.048.743.249.249,0,0,0,.1.236,8.031,8.031,0,0,1,1.268,1.1.25.25,0,0,0,.425-.11A8.063,8.063,0,0,0,24,9.9C24,4.443,18.617,0,12,0S0,4.443,0,9.9a8.876,8.876,0,0,0,2.707,6.26l-1.6,4.4a1,1,0,0,0,1.325,1.265l5.959-2.483c.342.09.688.163,1.036.224a.25.25,0,0,0,.287-.3,7.859,7.859,0,0,1-.205-1.521.249.249,0,0,0-.2-.235Q8.955,17.429,8.6,17.328Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm-3.394,6.677a.75.75,0,0,1,1.061,0l1.5,1.5,2.905-3.874a.75.75,0,1,1,1.2.9l-2.905,3.874a1.5,1.5,0,0,1-2.262.159l-1.5-1.5A.749.749,0,0,1,14.106,17.677Z"]];
19
+ export const MessagesBubbleDisableAlternate = ["messages-bubble-disable-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}],["M9.52,17.747a.249.249,0,0,0-.2-.236c-.243-.054-.485-.114-.724-.183a1,1,0,0,0-.662.038l-3.648,1.52a.25.25,0,0,1-.331-.316l.851-2.339a1,1,0,0,0-.275-1.089A7.038,7.038,0,0,1,2,9.9C2,5.546,6.486,2,12,2S22,5.546,22,9.9a6.171,6.171,0,0,1-.047.735.25.25,0,0,0,.106.236,7.925,7.925,0,0,1,1.27,1.091.25.25,0,0,0,.424-.111A8.06,8.06,0,0,0,24,9.9C24,4.443,18.617,0,12,0S0,4.443,0,9.9a8.876,8.876,0,0,0,2.707,6.26l-1.6,4.4a1,1,0,0,0,1.325,1.265l5.959-2.483c.343.09.689.163,1.037.225a.239.239,0,0,0,.215-.071.236.236,0,0,0,.061-.218A8.114,8.114,0,0,1,9.52,17.747Z","M12.9,12.905A6.5,6.5,0,1,0,23.831,16,6.535,6.535,0,0,0,12.9,12.905Zm2.483,8.578a.252.252,0,0,1-.057-.4l5.754-5.753a.25.25,0,0,1,.4.058,4.508,4.508,0,0,1-6.093,6.092Zm4.222-7.96a.25.25,0,0,1,.059.4l-5.745,5.745a.25.25,0,0,1-.4-.066,4.442,4.442,0,0,1,.8-5.281A4.524,4.524,0,0,1,19.609,13.523Z"]];
20
+ export const MessagesBubbleDownload1Alternate = ["messages-bubble-download-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}],["M9.76,15.49a.25.25,0,0,0-.4-.258c-.023.019-.046.039-.068.061L7,17.586V15.56a1,1,0,0,0-.664-.942A6.493,6.493,0,0,1,8.5,2h7A6.508,6.508,0,0,1,22,8.5a6.419,6.419,0,0,1-.314,1.974.249.249,0,0,0,.1.287A8.111,8.111,0,0,1,23,11.7a.251.251,0,0,0,.4-.09A8.486,8.486,0,0,0,15.5,0h-7A8.492,8.492,0,0,0,5,16.232V20a1,1,0,0,0,1.707.707L9.44,17.974a.251.251,0,0,0,.073-.194c-.006-.093-.013-.186-.013-.28A7.927,7.927,0,0,1,9.76,15.49Z","M17.5,24A6.5,6.5,0,1,0,11,17.5,6.508,6.508,0,0,0,17.5,24Zm-2.391-5.688A.5.5,0,0,1,15.5,17.5h1a.25.25,0,0,0,.25-.25V14.5a.75.75,0,0,1,1.5,0v2.75a.25.25,0,0,0,.25.25h1a.5.5,0,0,1,.391.812l-2,2.5a.519.519,0,0,1-.782,0Z"]];
21
+ export const MessagesBubbleDownloadAlternate = ["messages-bubble-download-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}],["M8.6,17.352a1,1,0,0,0-.662.038L4.291,18.91a.25.25,0,0,1-.331-.316l.851-2.339a1,1,0,0,0-.275-1.089A7.04,7.04,0,0,1,2,9.928c0-4.358,4.486-7.9,10-7.9s10,3.546,10,7.9a6.1,6.1,0,0,1-.048.743.249.249,0,0,0,.1.236A8.031,8.031,0,0,1,23.325,12a.25.25,0,0,0,.425-.11A8.063,8.063,0,0,0,24,9.928c0-5.461-5.383-9.9-12-9.9S0,4.467,0,9.928a8.876,8.876,0,0,0,2.707,6.26l-1.6,4.4a1,1,0,0,0,1.325,1.265l5.959-2.483c.342.09.688.163,1.036.224a.25.25,0,0,0,.287-.3,7.859,7.859,0,0,1-.205-1.522.249.249,0,0,0-.2-.234C9.075,17.479,8.837,17.42,8.6,17.352Z","M17.5,23.976a6.5,6.5,0,1,0-6.5-6.5A6.508,6.508,0,0,0,17.5,23.976Zm-2.45-6.217a.5.5,0,0,1,.45-.283h1a.25.25,0,0,0,.25-.25v-2.75a.75.75,0,1,1,1.5,0v2.75a.25.25,0,0,0,.25.25h1a.5.5,0,0,1,.391.813l-2,2.5a.519.519,0,0,1-.782,0l-2-2.5A.5.5,0,0,1,15.05,17.759Z"]];
22
+ export const MessagesBubbleSquareGraphAlternate = ["messages-bubble-square-graph-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}],["M6.506,14.5h12a1,1,0,0,0,0-2h-2v-6a1,1,0,1,0-2,0v6h-1v-4a1,1,0,1,0-2,0v4h-1V10a1,1,0,0,0-2,0v2.5h-1V6a1,1,0,1,0-2,0v7.5A1,1,0,0,0,6.506,14.5Z","M22,1H2A2,2,0,0,0,0,3V16.552A1.953,1.953,0,0,0,2,18.5H4.5V22a1,1,0,0,0,1.569.823L12.312,18.5H22a2,2,0,0,0,2-2V3A2,2,0,0,0,22,1Zm0,15.25a.25.25,0,0,1-.25.25H12a1,1,0,0,0-.569.178L6.5,20.091V17.5a1,1,0,0,0-1-1l-3.25,0a.25.25,0,0,1-.25-.25v-13A.25.25,0,0,1,2.25,3h19.5a.25.25,0,0,1,.25.25Z"]];
23
+ export const MessagesBubbleDisable1Alternate = ["messages-bubble-disable-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}],["M9.774,15.478a.25.25,0,0,0-.393-.262.915.915,0,0,0-.088.077L7,17.586V15.56a1,1,0,0,0-.664-.942A6.493,6.493,0,0,1,8.5,2h7A6.508,6.508,0,0,1,22,8.5a6.426,6.426,0,0,1-.308,1.956.251.251,0,0,0,.105.287,8,8,0,0,1,1.212.937.247.247,0,0,0,.226.062.251.251,0,0,0,.178-.152A8.424,8.424,0,0,0,24,8.5,8.51,8.51,0,0,0,15.5,0h-7A8.492,8.492,0,0,0,5,16.232V20a1,1,0,0,0,1.707.707l2.742-2.742a.251.251,0,0,0,.073-.185A8.092,8.092,0,0,1,9.774,15.478Z","M19,11.171A6.512,6.512,0,0,0,11.168,19,6.417,6.417,0,0,0,16,23.833,6.757,6.757,0,0,0,17.489,24a6.5,6.5,0,0,0,6.342-8A6.422,6.422,0,0,0,19,11.171Zm-3.61,10.312a.252.252,0,0,1-.057-.4l5.754-5.753a.251.251,0,0,1,.4.057,4.509,4.509,0,0,1-6.093,6.093Zm4.225-7.96a.249.249,0,0,1,.057.4l-5.746,5.747a.25.25,0,0,1-.4-.066,4.442,4.442,0,0,1,.8-5.281A4.613,4.613,0,0,1,19.612,13.523Z"]];
24
+ export const MessagesBubbleEmptyAlternate = ["messages-bubble-empty-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M15.826,1.75H8.174a8.174,8.174,0,0,0,0,16.348H8.5V21.25a1,1,0,0,0,1.726.687L13.863,18.1h1.963a8.174,8.174,0,0,0,0-16.348Zm0,14.348H13.433a1,1,0,0,0-.726.312L10.5,18.74V17.1a1,1,0,0,0-1-1H8.174a6.174,6.174,0,0,1,0-12.348h7.652a6.174,6.174,0,0,1,0,12.348Z"]];
25
+ export const MessagesBubbleGraphAlternate = ["messages-bubble-graph-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,.836C5.383.836,0,5.31,0,10.811a9.011,9.011,0,0,0,3.056,6.658L.93,21.713a1,1,0,0,0,1.316,1.355l5.982-2.784a14.267,14.267,0,0,0,3.772.5c6.617,0,12-4.475,12-9.974S18.617.836,12,.836Zm0,17.949a12.169,12.169,0,0,1-3.562-.523,1,1,0,0,0-.714.05L4.653,19.741a.25.25,0,0,1-.329-.338l.869-1.736a1,1,0,0,0-.269-1.228A7.215,7.215,0,0,1,2,10.811c0-4.4,4.486-7.975,10-7.975s10,3.578,10,7.975S17.514,18.785,12,18.785Z","M18,13.374H16.5v-6a1,1,0,1,0-2,0v6h-1v-4a1,1,0,0,0-2,0v4h-1v-2.5a1,1,0,0,0-2,0v2.5h-1v-6a1,1,0,0,0-2,0v7a1,1,0,0,0,1,1H18a1,1,0,0,0,0-2Z"]];
26
+ export const MessagesBubbleEditAlternate = ["messages-bubble-edit-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}],["M8.6,17.328a1,1,0,0,0-.662.038l-3.648,1.52a.25.25,0,0,1-.331-.316l.851-2.339a1,1,0,0,0-.275-1.089A7.038,7.038,0,0,1,2,9.9C2,5.546,6.486,2,12,2c4.934,0,9.034,2.843,9.843,6.564a.255.255,0,0,0,.1.151l1.851,1.3A.13.13,0,0,0,24,9.9C24,4.443,18.617,0,12,0S0,4.443,0,9.9a8.876,8.876,0,0,0,2.707,6.26l-1.6,4.4a1,1,0,0,0,1.325,1.265l5.959-2.483c.106.028.214.051.321.074a.25.25,0,0,0,.23-.067l1.275-1.276a.25.25,0,0,0-.138-.424A11.968,11.968,0,0,1,8.6,17.328Z","M23.226,11.766a2.618,2.618,0,0,0-3.7,0l-6.679,6.679a.252.252,0,0,0,0,.354L16.2,22.152a.249.249,0,0,0,.353,0l6.679-6.679A2.621,2.621,0,0,0,23.226,11.766Z","M11.6,23.991l3.143-.629a.251.251,0,0,0,.128-.422L12.06,20.132a.25.25,0,0,0-.422.128L11.01,23.4a.5.5,0,0,0,.588.588Z"]];
27
+ export const MessagesBubbleHeart2Alternate = ["messages-bubble-heart-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}],["M9.547,15.417a.151.151,0,0,0-.083-.153.149.149,0,0,0-.171.029L7,17.586V15.56a1,1,0,0,0-.664-.942A6.493,6.493,0,0,1,8.5,2h7a6.494,6.494,0,0,1,6.062,8.836.25.25,0,0,0,.17.333,5.021,5.021,0,0,1,1.318.552.248.248,0,0,0,.361-.123A8.493,8.493,0,0,0,15.5,0h-7A8.492,8.492,0,0,0,5,16.232V20a1,1,0,0,0,1.707.707l2.952-2.953a.249.249,0,0,0,.063-.25A5,5,0,0,1,9.547,15.417Z","M21.038,12.546a3.5,3.5,0,0,0-3.057.987l-.482.482-.481-.482a3.525,3.525,0,0,0-4.993,4.978l5.114,5.335a.5.5,0,0,0,.721,0l5.107-5.327a3.526,3.526,0,0,0-1.929-5.973Z"]];
28
+ export const MessagesBubbleHeart1Alternate = ["messages-bubble-heart-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}],["M9.813,17.759a.251.251,0,0,0-.189-.166c-.344-.067-.686-.144-1.024-.241a1,1,0,0,0-.661.038L4.291,18.91a.25.25,0,0,1-.331-.316l.85-2.339a1,1,0,0,0-.274-1.089A7.04,7.04,0,0,1,2,9.928c0-4.358,4.486-7.9,10-7.9s10,3.546,10,7.9a5.961,5.961,0,0,1-.1,1.03.25.25,0,0,0,.167.279,5.039,5.039,0,0,1,1.321.684.25.25,0,0,0,.389-.146A8.1,8.1,0,0,0,24,9.928c0-5.461-5.382-9.9-12-9.9S0,4.467,0,9.928a8.876,8.876,0,0,0,2.707,6.26l-1.6,4.4a1,1,0,0,0,1.325,1.265l5.958-2.483a14.215,14.215,0,0,0,2.188.391.25.25,0,0,0,.214-.412A4.49,4.49,0,0,1,9.813,17.759Z","M21.039,12.522a3.487,3.487,0,0,0-3.058.987l-.481.482-.482-.482a3.526,3.526,0,0,0-4.993,4.979l5.113,5.334a.5.5,0,0,0,.723,0L22.967,18.5a3.526,3.526,0,0,0-1.928-5.973Z"]];
29
+ export const MessagesBubbleImageAlternate = ["messages-bubble-image-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}],["M12,.874C5.406.874.041,5.333.041,10.815a8.981,8.981,0,0,0,3.045,6.634L.969,21.675A1,1,0,0,0,2.285,23.03l5.957-2.774a14.2,14.2,0,0,0,3.758.5c6.594,0,11.959-4.459,11.959-9.94S18.594.874,12,.874Zm0,17.881a12.123,12.123,0,0,1-3.547-.52,1.009,1.009,0,0,0-.715.05L4.692,19.7a.25.25,0,0,1-.329-.338l.86-1.716a1,1,0,0,0-.269-1.229,7.186,7.186,0,0,1-2.913-5.6c0-4.379,4.468-7.941,9.959-7.941s9.959,3.562,9.959,7.941S17.491,18.755,12,18.755Z","M16.66,10.014a1.5,1.5,0,0,0-2.392-.087l-1.359,1.749-1.428-1.088a1.5,1.5,0,0,0-1.925.328L7.105,14.067a.5.5,0,0,0,.395.807H19a.5.5,0,0,0,.415-.78Z","M7.000 6.874 A2.000 2.000 0 1 0 11.000 6.874 A2.000 2.000 0 1 0 7.000 6.874 Z"]];
30
+ export const MessagesBubbleInformationAlternate = ["messages-bubble-information-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}],["M12,.875C5.406.875.041,5.334.041,10.816A8.984,8.984,0,0,0,3.086,17.45L.969,21.675a1,1,0,0,0,1.316,1.354l5.957-2.772a14.2,14.2,0,0,0,3.758.5c6.594,0,11.959-4.459,11.959-9.94S18.594.875,12,.875Zm0,17.881a12.107,12.107,0,0,1-3.548-.521,1.012,1.012,0,0,0-.714.05l-3.7,1.72,1.182-2.357a1,1,0,0,0-.27-1.228,7.185,7.185,0,0,1-2.913-5.6c0-4.379,4.468-7.941,9.959-7.941s9.959,3.562,9.959,7.941S17.491,18.756,12,18.756Z","M14.5,14.125h-.75v-4a2.253,2.253,0,0,0-2.25-2.25h-1a1.25,1.25,0,0,0,0,2.5h.75v3.75H10.5a1.25,1.25,0,0,0,0,2.5h4a1.25,1.25,0,0,0,0-2.5Z","M10.625 5.625 A1.500 1.500 0 1 0 13.625 5.625 A1.500 1.500 0 1 0 10.625 5.625 Z"]];
31
+ export const MessagesBubbleHeartAlternate = ["messages-bubble-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}],["M12,.836C5.383.836,0,5.31,0,10.811a9.007,9.007,0,0,0,3.057,6.658L.931,21.713a1,1,0,0,0,1.316,1.355l5.981-2.784a14.267,14.267,0,0,0,3.772.5c6.617,0,12-4.475,12-9.974S18.617.836,12,.836Zm0,17.949a12.169,12.169,0,0,1-3.562-.523,1,1,0,0,0-.714.05l-3.07,1.429a.25.25,0,0,1-.329-.339l.869-1.735a1,1,0,0,0-.269-1.229A7.21,7.21,0,0,1,2,10.811c0-4.4,4.486-7.975,10-7.975s10,3.577,10,7.975S17.514,18.785,12,18.785Z","M15.021,6.412a2.92,2.92,0,0,0-2.558.826l-.322.322-.323-.322A2.949,2.949,0,0,0,7.64,11.4l4.14,4.319a.5.5,0,0,0,.721,0l4.132-4.311A2.948,2.948,0,0,0,17.186,8,2.918,2.918,0,0,0,15.021,6.412Z"]];
32
+ export const MessagesBubbleRemove1Alternate = ["messages-bubble-remove-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}],["M9.76,15.49a.25.25,0,0,0-.4-.258.78.78,0,0,0-.068.061L7,17.586V15.56a1,1,0,0,0-.664-.942A6.493,6.493,0,0,1,8.5,2h7A6.508,6.508,0,0,1,22,8.5a6.419,6.419,0,0,1-.314,1.974.249.249,0,0,0,.1.287A8.171,8.171,0,0,1,23,11.7a.248.248,0,0,0,.225.062.252.252,0,0,0,.179-.152A8.417,8.417,0,0,0,24,8.5,8.51,8.51,0,0,0,15.5,0h-7A8.492,8.492,0,0,0,5,16.232V20a1,1,0,0,0,1.707.707L9.44,17.974a.251.251,0,0,0,.073-.194c-.006-.093-.013-.186-.013-.28A7.927,7.927,0,0,1,9.76,15.49Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm-2.651,9.151a.749.749,0,0,1,0-1.06l1.414-1.414a.252.252,0,0,0,0-.354l-1.414-1.414a.75.75,0,0,1,1.06-1.06l1.414,1.414a.252.252,0,0,0,.354,0l1.414-1.414a.75.75,0,1,1,1.06,1.06l-1.414,1.414a.252.252,0,0,0,0,.354l1.414,1.414a.75.75,0,1,1-1.06,1.06l-1.414-1.414a.252.252,0,0,0-.354,0l-1.414,1.414A.748.748,0,0,1,14.849,20.151Z"]];
33
+ export const MessagesBubbleLockAlternate = ["messages-bubble-lock-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,17.833a12.3,12.3,0,0,1-3.4-.481,1,1,0,0,0-.662.038L4.291,18.91a.25.25,0,0,1-.331-.316l.851-2.339a1,1,0,0,0-.275-1.089A7.04,7.04,0,0,1,2,9.928c0-4.358,4.486-7.9,10-7.9s10,3.546,10,7.9c0,.045,0,.089-.007.133a.249.249,0,0,0,.1.223,4.978,4.978,0,0,1,1.277,1.353.25.25,0,0,0,.456-.082A7.909,7.909,0,0,0,24,9.928c0-5.461-5.383-9.9-12-9.9S0,4.467,0,9.928a8.876,8.876,0,0,0,2.707,6.26l-1.6,4.4a1,1,0,0,0,1.325,1.265l5.959-2.483A14.251,14.251,0,0,0,12,19.833c.089,0,.177,0,.264-.009a.249.249,0,0,0,.236-.25v-1.5a.251.251,0,0,0-.262-.25C12.159,17.83,12.08,17.833,12,17.833Z","M22.5,15.476v-1.25a3.5,3.5,0,1,0-7,0v1.25a1.5,1.5,0,0,0-1.5,1.5v5.5a1.5,1.5,0,0,0,1.5,1.5h7a1.5,1.5,0,0,0,1.5-1.5v-5.5A1.5,1.5,0,0,0,22.5,15.476ZM19,12.726a1.5,1.5,0,0,1,1.5,1.5v1.25h-3v-1.25A1.5,1.5,0,0,1,19,12.726Zm1,7.5a1,1,0,1,1-1-1A1,1,0,0,1,20,20.226Z"]];
34
+ export const MessagesBubbleSearch1Alternate = ["messages-bubble-search-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}],["M9.581,15.439a.17.17,0,0,0-.288-.146L7,17.586V15.56a1,1,0,0,0-.664-.942A6.493,6.493,0,0,1,8.5,2h7A6.508,6.508,0,0,1,22,8.5a6.435,6.435,0,0,1-.622,2.758.252.252,0,0,0,.05.285,6.982,6.982,0,0,1,.99,1.228.254.254,0,0,0,.216.116.25.25,0,0,0,.211-.125A8.487,8.487,0,0,0,15.5,0h-7A8.492,8.492,0,0,0,5,16.232V20a1,1,0,0,0,1.707.707l2.825-2.825a.253.253,0,0,0,.07-.219A6.853,6.853,0,0,1,9.5,16.5,7,7,0,0,1,9.581,15.439Z","M21.173,19.758a.25.25,0,0,1-.034-.311,5.507,5.507,0,1,0-1.691,1.692.25.25,0,0,1,.311.034l2.534,2.534a1,1,0,0,0,1.414-1.414ZM13,16.5A3.5,3.5,0,1,1,16.5,20,3.5,3.5,0,0,1,13,16.5Z"]];
35
+ export const MessagesBubbleSearchAlternate = ["messages-bubble-search-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}],["M8.6,17.328a1,1,0,0,0-.661.038l-3.648,1.52a.25.25,0,0,1-.331-.316l.851-2.339a1,1,0,0,0-.276-1.089A7.043,7.043,0,0,1,2,9.9C2,5.546,6.486,2,12,2S22,5.546,22,9.9a6.243,6.243,0,0,1-.259,1.75.25.25,0,0,0,.052.233,7.042,7.042,0,0,1,.99,1.493.25.25,0,0,0,.452-.007A8.33,8.33,0,0,0,24,9.9C24,4.443,18.617,0,12,0S0,4.443,0,9.9a8.877,8.877,0,0,0,2.708,6.26l-1.6,4.4a1,1,0,0,0,1.325,1.265l5.959-2.483a14.152,14.152,0,0,0,1.449.3.249.249,0,0,0,.266-.348,6.992,6.992,0,0,1-.481-1.562.251.251,0,0,0-.2-.2C9.153,17.473,8.876,17.407,8.6,17.328Z","M21.173,19.759a.25.25,0,0,1-.034-.311,5.509,5.509,0,1,0-1.691,1.691.25.25,0,0,1,.311.034l2.534,2.534a1,1,0,0,0,1.414-1.414ZM13,16.5A3.5,3.5,0,1,1,16.5,20,3.5,3.5,0,0,1,13,16.5Z"]];
36
+ export const MessagesBubbleShare1Alternate = ["messages-bubble-share-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}],["M10.861,15.162A.094.094,0,0,0,10.8,15H10a1,1,0,0,0-.707.293L7,17.586V15.56a1,1,0,0,0-.664-.942A6.493,6.493,0,0,1,8.5,2h7A6.508,6.508,0,0,1,22,8.5a6.157,6.157,0,0,1-.06.831.25.25,0,0,0,.2.278,4.207,4.207,0,0,1,1.35.545.249.249,0,0,0,.378-.167A8.375,8.375,0,0,0,24,8.5,8.51,8.51,0,0,0,15.5,0h-7A8.492,8.492,0,0,0,5,16.232V20a1,1,0,0,0,1.707.707l2.768-2.768a.249.249,0,0,0,.071-.149A4.216,4.216,0,0,1,10.861,15.162Z","M21.25,18.5a2.736,2.736,0,0,0-2,.873l-2.753-1.1,0-.021a2.765,2.765,0,0,0-.046-.457l3.125-1.874a2.724,2.724,0,0,0,1.671.581,2.8,2.8,0,1,0-2.7-2.294l-3.125,1.875A2.724,2.724,0,0,0,13.75,15.5a2.75,2.75,0,1,0,2,4.627l2.753,1.1,0,.021a2.75,2.75,0,1,0,2.75-2.75Z"]];
37
+ export const MessagesBubbleSquareAddAlternate = ["messages-bubble-square-add-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}],["M8.5,14a1.006,1.006,0,0,0-.665.252L5,16.773V15a1,1,0,0,0-1-1L2.25,14a.251.251,0,0,1-.25-.25V2.25A.25.25,0,0,1,2.25,2h18a.25.25,0,0,1,.25.25V9.922a.251.251,0,0,0,.151.23,8.032,8.032,0,0,1,1.455.816.25.25,0,0,0,.394-.205V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V14.053A1.953,1.953,0,0,0,2,16H3v3a1,1,0,0,0,1.665.748L8.88,16h.562a.249.249,0,0,0,.244-.2,7.889,7.889,0,0,1,.47-1.454A.25.25,0,0,0,9.927,14Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm.75,9a.75.75,0,0,1-1.5,0V18.5a.25.25,0,0,0-.25-.25H15a.75.75,0,0,1,0-1.5h1.5a.25.25,0,0,0,.25-.25V15a.75.75,0,0,1,1.5,0v1.5a.25.25,0,0,0,.25.25H20a.75.75,0,0,1,0,1.5H18.5a.25.25,0,0,0-.25.25Z"]];
38
+ export const MessagesBubbleSquareDisableAlternate = ["messages-bubble-square-disable-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}],["M8.5,14a1,1,0,0,0-.664.252L5,16.773V15a1,1,0,0,0-1-1L2.25,14a.251.251,0,0,1-.25-.25V2.25A.25.25,0,0,1,2.25,2h18a.25.25,0,0,1,.25.25v7.941a.25.25,0,0,0,.148.228,7.679,7.679,0,0,1,1.453.853.25.25,0,0,0,.4-.2V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V14.053A1.953,1.953,0,0,0,2,16H3v3a1,1,0,0,0,1.664.748L8.88,16H9.7a.25.25,0,0,0,.244-.2,7.585,7.585,0,0,1,.486-1.453A.25.25,0,0,0,10.2,14Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm0,11a4.438,4.438,0,0,1-2.1-.532.253.253,0,0,1-.129-.184.249.249,0,0,1,.071-.213l5.727-5.727a.249.249,0,0,1,.4.059A4.419,4.419,0,0,1,22,17.5,4.505,4.505,0,0,1,17.5,22Zm0-9a4.435,4.435,0,0,1,2.1.532.25.25,0,0,1,.129.184.247.247,0,0,1-.07.213l-5.728,5.728a.251.251,0,0,1-.4-.059A4.426,4.426,0,0,1,13,17.5,4.505,4.505,0,0,1,17.5,13Z"]];
39
+ export const MessagesBubbleSquareDownloadAlternate = ["messages-bubble-square-download-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}],["M8.5,14a1,1,0,0,0-.664.252L5,16.773V15a1,1,0,0,0-1-1L2.25,14a.251.251,0,0,1-.25-.25V2.25A.25.25,0,0,1,2.25,2h18a.25.25,0,0,1,.25.25V9.922a.251.251,0,0,0,.151.23,8.032,8.032,0,0,1,1.455.816.25.25,0,0,0,.394-.205V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V14.053A1.953,1.953,0,0,0,2,16H3v3a1,1,0,0,0,1.664.748L8.88,16h.562a.249.249,0,0,0,.244-.2,7.889,7.889,0,0,1,.47-1.454A.25.25,0,0,0,9.927,14Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm2,6.5a.5.5,0,0,1,.391.813l-2,2.5a.5.5,0,0,1-.782,0l-2-2.5A.5.5,0,0,1,15.5,17.5h1a.25.25,0,0,0,.25-.25V14.5a.75.75,0,0,1,1.5,0v2.75a.25.25,0,0,0,.25.25Z"]];
40
+ export const MessagesBubbleSquareEditAlternate = ["messages-bubble-square-edit-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}],["M8.5,14a1,1,0,0,0-.664.252L5,16.773V15a1,1,0,0,0-1-1L2.249,14A.251.251,0,0,1,2,13.747V2.25A.25.25,0,0,1,2.25,2h18a.25.25,0,0,1,.25.25V8.4a.25.25,0,0,0,.427.177l1.5-1.5A.253.253,0,0,0,22.5,6.9V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V14.053A1.953,1.953,0,0,0,2,16H3v3a1,1,0,0,0,1.664.748L8.88,16H12.3a.251.251,0,0,0,.177-.073l1.5-1.5A.25.25,0,0,0,13.8,14Z","M11.5,24a.492.492,0,0,0,.137-.019l3.1-.886a.5.5,0,0,0,.216-.834l-2.215-2.215a.5.5,0,0,0-.834.216l-.886,3.1A.5.5,0,0,0,11.5,24Z","M21.773,16.229l-3-3a.5.5,0,0,0-.707,0l-5.011,5.01a.5.5,0,0,0,0,.707l3,3a.5.5,0,0,0,.707,0l5.011-5.01A.5.5,0,0,0,21.773,16.229Z","M23.234,11.768a2.639,2.639,0,0,0-3.754.046.5.5,0,0,0,0,.707l3,3a.456.456,0,0,0,.327.125.615.615,0,0,0,.427-.171A2.624,2.624,0,0,0,23.234,11.768Z"]];
41
+ export const MessagesBubbleSquareForwardAllAlternate = ["messages-bubble-square-forward-all-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M10.576,14.472A.251.251,0,0,0,10.459,14H7.5a1,1,0,0,0-.752.342L5,16.339V15a1,1,0,0,0-1-1L2.25,14a.25.25,0,0,1-.25-.25V2.25A.25.25,0,0,1,2.25,2h18a.25.25,0,0,1,.25.25v9.732a.249.249,0,0,0,.106.205l1.5,1.06a.25.25,0,0,0,.394-.2V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V14.053A1.953,1.953,0,0,0,2,16H3v3a1,1,0,0,0,1.753.659L7.954,16H8.4a.248.248,0,0,0,.175-.071A8.626,8.626,0,0,1,10.576,14.472Z","M19.289,13.092a.5.5,0,0,0-.789.408v1.748l-2.689-2.139A.5.5,0,0,0,15,13.5v1.329c-7.906.335-8,8.587-8,8.671a.5.5,0,0,0,.993.083c.034-.2.884-4.79,7.007-5.027v1.763a.5.5,0,0,0,.837.37L18.5,18.267v2.052a.5.5,0,0,0,.815.389l4.5-3.637a.5.5,0,0,0-.026-.8Z"]];
42
+ export const MessagesBubbleSquareForwardAlternate = ["messages-bubble-square-forward-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}],["M14.576,14.471A.25.25,0,0,0,14.459,14H8.5a1,1,0,0,0-.664.252L5,16.773V15a1,1,0,0,0-1-1L2.249,14A.251.251,0,0,1,2,13.747V2.25A.25.25,0,0,1,2.25,2h18a.25.25,0,0,1,.25.25v9.391a.249.249,0,0,0,.134.221c.086.045.177.124,1.46,1.146a.25.25,0,0,0,.406-.2V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V14.053A1.953,1.953,0,0,0,2,16H3v3a1,1,0,0,0,1.664.748L8.88,16H12.4a.254.254,0,0,0,.175-.071A8.609,8.609,0,0,1,14.576,14.471Z","M19.811,13.109A.5.5,0,0,0,19,13.5v1.329c-7.906.334-8,8.586-8,8.671a.5.5,0,0,0,.993.081c.009-.05.852-4.782,7.007-5.026v1.763a.5.5,0,0,0,.836.37l4-3.636a.5.5,0,0,0-.025-.762Z"]];
43
+ export const MessagesBubbleSquareSearchAlternate = ["messages-bubble-square-search-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}],["M8.5,14a1.006,1.006,0,0,0-.665.252L5,16.773V15a1,1,0,0,0-1-1L2.25,14a.251.251,0,0,1-.25-.25V2.25A.25.25,0,0,1,2.25,2h18a.25.25,0,0,1,.25.25v8.385a.249.249,0,0,0,.1.2,7.017,7.017,0,0,1,1.448,1.416A.251.251,0,0,0,22.5,12.1V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V14.053A1.953,1.953,0,0,0,2,16H3v3a1,1,0,0,0,1.665.748L8.88,16H9.3a.249.249,0,0,0,.248-.224,6.943,6.943,0,0,1,.308-1.448A.25.25,0,0,0,9.615,14Z","M23.707,22.293l-2.534-2.534a.25.25,0,0,1-.034-.311,5.509,5.509,0,1,0-1.691,1.691.25.25,0,0,1,.311.034l2.534,2.534a1,1,0,0,0,1.414-1.414ZM16.5,20A3.5,3.5,0,1,1,20,16.5,3.5,3.5,0,0,1,16.5,20Z"]];
44
+ export const MessagesBubbleSquareRemoveAlternate = ["messages-bubble-square-remove-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}],["M8.5,14a1.006,1.006,0,0,0-.665.252L5,16.773V15a1,1,0,0,0-1-1L2.25,14a.251.251,0,0,1-.25-.25V2.25A.25.25,0,0,1,2.25,2h18a.25.25,0,0,1,.25.25V9.922a.251.251,0,0,0,.151.23,8.032,8.032,0,0,1,1.455.816.25.25,0,0,0,.394-.205V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V14.053A1.953,1.953,0,0,0,2,16H3v3a1,1,0,0,0,1.665.748L8.88,16h.562a.249.249,0,0,0,.244-.2,7.889,7.889,0,0,1,.47-1.454A.25.25,0,0,0,9.927,14Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm2.651,9.151a.748.748,0,0,1-1.06,0l-1.414-1.414a.252.252,0,0,0-.354,0l-1.414,1.414a.75.75,0,1,1-1.06-1.06l1.414-1.414a.252.252,0,0,0,0-.354l-1.414-1.414a.75.75,0,0,1,1.06-1.06l1.414,1.414a.252.252,0,0,0,.354,0l1.414-1.414a.75.75,0,1,1,1.06,1.06l-1.414,1.414a.252.252,0,0,0,0,.354l1.414,1.414A.749.749,0,0,1,20.151,20.151Z"]];
45
+ export const MessagesBubbleSquareShareAlternate = ["messages-bubble-square-share-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.3,14.478a.25.25,0,0,0-.1-.478H8.5a1.006,1.006,0,0,0-.665.252L5,16.773V15a1,1,0,0,0-1-1H2.25A.25.25,0,0,1,2,13.75V2.25A.25.25,0,0,1,2.25,2h18a.25.25,0,0,1,.25.25V9.279a.251.251,0,0,0,.279.248A4.3,4.3,0,0,1,21.25,9.5a3.887,3.887,0,0,1,.94.122.25.25,0,0,0,.31-.243V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V14.053A1.953,1.953,0,0,0,2,16H3v3a1,1,0,0,0,1.665.748L8.88,16h1.147a.251.251,0,0,0,.2-.1A5.568,5.568,0,0,1,12.3,14.478Z","M21.25,18.5a2.734,2.734,0,0,0-2.166,1.076l-2.612-1.045c.009-.094.028-.185.028-.281a2.741,2.741,0,0,0-.105-.712l2.979-1.788a2.858,2.858,0,1,0-.769-1.288L15.626,16.25a2.752,2.752,0,1,0,.29,3.674l2.612,1.045c-.009.094-.028.185-.028.281a2.75,2.75,0,1,0,2.75-2.75Z"]];
46
+ export const MessagesBubbleSquareSettingsAlternate = ["messages-bubble-square-settings-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}],["M10.015,14.264A.25.25,0,0,0,9.766,14H8.5a1,1,0,0,0-.664.252L5,16.773V15a1,1,0,0,0-1-1L2.249,14A.251.251,0,0,1,2,13.747V2.25A.25.25,0,0,1,2.25,2h18a.25.25,0,0,1,.25.25V10a.252.252,0,0,0,.037.131,3.259,3.259,0,0,1,.347.757l.072.234a.25.25,0,0,0,.295.171l.228-.053a3.213,3.213,0,0,1,.769-.084.251.251,0,0,0,.252-.25V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V14.053A1.953,1.953,0,0,0,2,16H3v3a1,1,0,0,0,1.664.748L8.88,16h1.134a.25.25,0,0,0,.232-.343A3.245,3.245,0,0,1,10.015,14.264Z","M16.248 17.031 A1.500 1.500 0 1 0 19.248 17.031 A1.500 1.500 0 1 0 16.248 17.031 Z","M23.516,15.654a1.783,1.783,0,0,0-1.7-2.953l-1.411.327a.452.452,0,0,1-.533-.311l-.424-1.392a1.775,1.775,0,0,0-3.4,0l-.424,1.392a.453.453,0,0,1-.533.311L13.681,12.7a1.783,1.783,0,0,0-1.7,2.953l.988,1.064a.464.464,0,0,1,0,.626l-.988,1.065a1.783,1.783,0,0,0,1.7,2.953l1.411-.327a.451.451,0,0,1,.533.311l.424,1.392a1.775,1.775,0,0,0,3.4,0l.424-1.392a.45.45,0,0,1,.533-.311l1.411.327a1.783,1.783,0,0,0,1.7-2.953l-.987-1.065a.464.464,0,0,1,0-.626Zm-2.768,1.377a3,3,0,1,1-3-3A3,3,0,0,1,20.748,17.031Z"]];
47
+ export const MessagesBubbleSquareTyping1Alternate = ["messages-bubble-square-typing-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}],["M4.500 9.499 A1.500 1.500 0 1 0 7.500 9.499 A1.500 1.500 0 1 0 4.500 9.499 Z","M10.500 9.499 A1.500 1.500 0 1 0 13.500 9.499 A1.500 1.500 0 1 0 10.500 9.499 Z","M16.500 9.499 A1.500 1.500 0 1 0 19.500 9.499 A1.500 1.500 0 1 0 16.500 9.499 Z","M22,1H2A2,2,0,0,0,0,3V16.552A1.953,1.953,0,0,0,2,18.5H4.5V22a1,1,0,0,0,1.569.823L12.312,18.5H22a2,2,0,0,0,2-2V3A2,2,0,0,0,22,1Zm0,15.25a.25.25,0,0,1-.25.25H12a1,1,0,0,0-.569.178L6.5,20.091V17.5a1,1,0,0,0-1-1l-3.25,0a.25.25,0,0,1-.25-.25v-13A.25.25,0,0,1,2.25,3h19.5a.25.25,0,0,1,.25.25Z"]];
48
+ export const MessagesBubbleSquareTextAlternate = ["messages-bubble-square-text-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}],["M22,1H2A2,2,0,0,0,0,3V16.552A1.953,1.953,0,0,0,2,18.5H4.5V22a1,1,0,0,0,1.569.823L12.312,18.5H22a2,2,0,0,0,2-2V3A2,2,0,0,0,22,1Zm0,15.25a.25.25,0,0,1-.25.25H12a1,1,0,0,0-.569.178L6.5,20.091V17.5a1,1,0,0,0-1-1l-3.25,0a.25.25,0,0,1-.25-.25v-13A.25.25,0,0,1,2.25,3h19.5a.25.25,0,0,1,.25.25Z","M6,8.5H18a1,1,0,1,0,0-2H6a1,1,0,1,0,0,2Z","M6,13H18a1,1,0,0,0,0-2H6a1,1,0,0,0,0,2Z"]];
49
+ export const MessagesBubbleSquareSubtractAlternate = ["messages-bubble-square-subtract-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}],["M8.5,14a1,1,0,0,0-.665.253L5.416,16.4A.25.25,0,0,1,5,16.216V15a1,1,0,0,0-1-1L2.25,14a.251.251,0,0,1-.25-.25V2.25A.25.25,0,0,1,2.25,2h18a.25.25,0,0,1,.25.25V9.922a.251.251,0,0,0,.154.231,8,8,0,0,1,1.452.815.25.25,0,0,0,.394-.205V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V14.053A1.953,1.953,0,0,0,2,16H3v3a1,1,0,0,0,1.665.748L8.88,16h.562a.249.249,0,0,0,.244-.2,7.889,7.889,0,0,1,.47-1.454A.25.25,0,0,0,9.927,14Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11ZM15,16.75h5a.75.75,0,0,1,0,1.5H15a.75.75,0,0,1,0-1.5Z"]];
50
+ export const MessagesBubbleSquareSyncAlternate = ["messages-bubble-square-sync-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}],["M8.5,14a1.006,1.006,0,0,0-.665.252L5,16.773V15a1,1,0,0,0-1-1L2.25,14a.251.251,0,0,1-.25-.25V2.25A.25.25,0,0,1,2.25,2h18a.25.25,0,0,1,.25.25V9.865a.249.249,0,0,0,.16.233,8.592,8.592,0,0,1,1.457.731.25.25,0,0,0,.383-.212V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V14.053A1.953,1.953,0,0,0,2,16H3v3a1,1,0,0,0,1.665.748L8.88,16H9.3a.25.25,0,0,0,.243-.189,7.943,7.943,0,0,1,.52-1.455.247.247,0,0,0-.015-.24A.25.25,0,0,0,9.839,14Z","M23.392,19.871a1,1,0,0,0-1.893-.648,4.093,4.093,0,0,1-7.074,1.238l1.886-1.885a.5.5,0,0,0-.354-.853H11.5a.5.5,0,0,0-.5.5V22.68a.5.5,0,0,0,.854.353l1.155-1.155a6.088,6.088,0,0,0,10.383-2.007Z","M21.936,13.091a6.1,6.1,0,0,0-10.369,2.038,1,1,0,0,0,1.893.648,4.094,4.094,0,0,1,7.054-1.264l-1.825,1.825a.5.5,0,0,0,.354.853H23.5a.5.5,0,0,0,.5-.5V12.234a.5.5,0,0,0-.309-.462.483.483,0,0,0-.337,0,.5.5,0,0,0-.208.111Z"]];
51
+ export const MessagesBubbleSquareTypingAlternate = ["messages-bubble-square-typing-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,3a2,2,0,0,0-2-2H2A2,2,0,0,0,0,3V16.552A1.953,1.953,0,0,0,2,18.5H4.5V22a1,1,0,0,0,1.569.823L12.312,18.5H22a2,2,0,0,0,2-2Zm-2,13.25a.25.25,0,0,1-.25.25H12a1,1,0,0,0-.569.178L6.892,19.819a.25.25,0,0,1-.392-.2V17.5a1,1,0,0,0-1-1l-3.25,0a.25.25,0,0,1-.25-.25v-13A.25.25,0,0,1,2.25,3h19.5a.25.25,0,0,1,.25.25Z","M5.000 9.999 A1.500 1.500 0 1 0 8.000 9.999 A1.500 1.500 0 1 0 5.000 9.999 Z","M10.500 9.999 A1.500 1.500 0 1 0 13.500 9.999 A1.500 1.500 0 1 0 10.500 9.999 Z","M16.000 9.999 A1.500 1.500 0 1 0 19.000 9.999 A1.500 1.500 0 1 0 16.000 9.999 Z"]];
52
+ export const MessagesBubbleSquareMenuAlternate = ["messages-bubble-square-menu-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M22,1H2A2,2,0,0,0,0,3V16.552A1.953,1.953,0,0,0,2,18.5H4.5V22a1,1,0,0,0,1.569.823L12.312,18.5H22a2,2,0,0,0,2-2V3A2,2,0,0,0,22,1Zm0,15.25a.25.25,0,0,1-.25.25H12a1,1,0,0,0-.569.178L6.5,20.091V17.5a1,1,0,0,0-1-1l-3.25,0a.25.25,0,0,1-.25-.25v-13A.25.25,0,0,1,2.25,3h19.5a.25.25,0,0,1,.25.25Z","M10.5,8.5h8a1,1,0,1,0,0-2h-8a1,1,0,1,0,0,2Z","M10.5,13h8a1,1,0,0,0,0-2h-8a1,1,0,0,0,0,2Z","M5.000 7.499 A1.500 1.500 0 1 0 8.000 7.499 A1.500 1.500 0 1 0 5.000 7.499 Z","M5.000 11.999 A1.500 1.500 0 1 0 8.000 11.999 A1.500 1.500 0 1 0 5.000 11.999 Z"]];
53
+ export const MessagesBubbleQuestionAlternate = ["messages-bubble-question-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}],["M12,.836C5.383.836,0,5.311,0,10.811a9.009,9.009,0,0,0,3.057,6.658L.931,21.713a1,1,0,0,0,1.316,1.355l5.981-2.784a14.273,14.273,0,0,0,3.772.5c6.617,0,12-4.474,12-9.974S18.617.836,12,.836Zm0,17.949a12.186,12.186,0,0,1-3.563-.523.992.992,0,0,0-.713.05l-3.07,1.429a.25.25,0,0,1-.329-.338l.869-1.736a1,1,0,0,0-.269-1.229A7.207,7.207,0,0,1,2,10.811c0-4.4,4.486-7.975,10-7.975s10,3.578,10,7.975S17.514,18.785,12,18.785Z","M11.000 15.874 A1.500 1.500 0 1 0 14.000 15.874 A1.500 1.500 0 1 0 11.000 15.874 Z","M12.5,4.43a4,4,0,0,0-4,4,1.25,1.25,0,0,0,2.5,0,1.5,1.5,0,1,1,2.1,1.376,2.727,2.727,0,0,0-1.849,2.6,1.25,1.25,0,1,0,2.5,0c0-.075,0-.152.35-.306A4,4,0,0,0,12.5,4.43Z"]];
54
+ export const MessagesBubbleDoubleAlternate = ["messages-bubble-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}],["M7.189,13.121q-.322-.069-.638-.164a1,1,0,0,0-.662.028l-2.12.849.49-.859A1,1,0,0,0,4.016,11.7,5.217,5.217,0,0,1,2,7.633C2,4.527,5.2,2,9.13,2s7.131,2.526,7.131,5.632a1,1,0,0,0,2,0C18.261,3.424,14.165,0,9.13,0S0,3.424,0,7.633a7.144,7.144,0,0,0,2.123,5.05L.61,15.331a1,1,0,0,0,1.24,1.424l4.466-1.787c.151.04.3.076.457.109a1,1,0,1,0,.416-1.956Z","M22.687,19.9A5.642,5.642,0,0,0,24,16.251c0-3.653-3.524-6.74-7.7-6.74s-7.7,3.087-7.7,6.74a6.738,6.738,0,0,0,3.186,5.6,7.651,7.651,0,0,0,6.919.734l3.373,1.336a.961.961,0,0,0,1.019-.163.879.879,0,0,0,.311-1.259Zm-1.817-.971a1,1,0,0,0-.257.97L21,21.307l-1.952-.732a.993.993,0,0,0-.757.023,5.669,5.669,0,0,1-5.406-.424,4.749,4.749,0,0,1-2.276-3.923c0-2.525,2.662-4.74,5.7-4.74s5.7,2.215,5.7,4.74A3.679,3.679,0,0,1,20.87,18.926Z"]];
55
+ export const MessagesBubbleLock1Alternate = ["messages-bubble-lock-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}],["M10,15a1,1,0,0,0-.707.293L7,17.586V15.56a1,1,0,0,0-.664-.942A6.493,6.493,0,0,1,8.5,2h7A6.508,6.508,0,0,1,22,8.5a6.421,6.421,0,0,1-.168,1.437.251.251,0,0,0,.1.263,5.162,5.162,0,0,1,1.179,1.094.25.25,0,0,0,.434-.073A8.488,8.488,0,0,0,15.5,0h-7A8.492,8.492,0,0,0,5,16.232V20a1,1,0,0,0,1.707.707L10.414,17H12.26a.249.249,0,0,0,.249-.23,2.941,2.941,0,0,1,.479-1.383A.25.25,0,0,0,12.779,15Z","M22.5,15.5V14.25a3.5,3.5,0,0,0-7,0V15.5A1.5,1.5,0,0,0,14,17v5.5A1.5,1.5,0,0,0,15.5,24h7A1.5,1.5,0,0,0,24,22.5V17A1.5,1.5,0,0,0,22.5,15.5ZM19,12.75a1.5,1.5,0,0,1,1.5,1.5V15.5h-3V14.25A1.5,1.5,0,0,1,19,12.75Zm0,6.5a1,1,0,1,1-1,1A1,1,0,0,1,19,19.25Z"]];
56
+ export const MessagesBubbleEdit1Alternate = ["messages-bubble-edit-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}],["M10,15a1,1,0,0,0-.707.293L7,17.586V15.56a1,1,0,0,0-.664-.942A6.493,6.493,0,0,1,8.5,2h7A6.508,6.508,0,0,1,22,8.5c0,.079,0,.157-.008.234a.25.25,0,0,0,.207.261,4,4,0,0,1,1.378.507.25.25,0,0,0,.377-.188A7.821,7.821,0,0,0,24,8.5,8.51,8.51,0,0,0,15.5,0h-7A8.492,8.492,0,0,0,5,16.232V20a1,1,0,0,0,1.707.707L10.414,17h1.222a.249.249,0,0,0,.177-.073l1.5-1.5A.25.25,0,0,0,13.135,15Z","M23.226,11.766a2.618,2.618,0,0,0-3.7,0l-6.679,6.679a.252.252,0,0,0,0,.354L16.2,22.152a.249.249,0,0,0,.353,0l6.679-6.679A2.621,2.621,0,0,0,23.226,11.766Z","M11.6,23.991l3.143-.629a.251.251,0,0,0,.128-.422L12.06,20.132a.25.25,0,0,0-.422.128L11.01,23.4a.5.5,0,0,0,.588.588Z"]];
57
+ export const MessagesBubbleQuotationAlternate = ["messages-bubble-quotation-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}],["M12,.874C5.406.874.041,5.334.041,10.816a8.981,8.981,0,0,0,3.045,6.633L.969,21.675a1,1,0,0,0,1.316,1.354l5.957-2.772a14.2,14.2,0,0,0,3.758.5c6.594,0,11.959-4.459,11.959-9.94S18.594.874,12,.874Zm0,17.882a12.091,12.091,0,0,1-3.547-.521,1.014,1.014,0,0,0-.715.05L4.692,19.7a.25.25,0,0,1-.329-.339l.86-1.717a1,1,0,0,0-.269-1.228,7.186,7.186,0,0,1-2.913-5.6c0-4.379,4.468-7.942,9.959-7.942s9.959,3.563,9.959,7.942S17.491,18.756,12,18.756Z","M9,7.107a2.25,2.25,0,0,0,0,4.5,2.055,2.055,0,0,0,.25-.026v.293a1,1,0,0,1-1,1,1,1,0,0,0,0,2,3,3,0,0,0,3-3V9.357A2.252,2.252,0,0,0,9,7.107Z","M15,7.107a2.25,2.25,0,0,0,0,4.5,2.055,2.055,0,0,0,.25-.026v.293a1,1,0,0,1-1,1,1,1,0,0,0,0,2,3,3,0,0,0,3-3V9.357A2.252,2.252,0,0,0,15,7.107Z"]];
58
+ export const MessagesBubbleQuoteAlternate = ["messages-bubble-quote-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,.841h0a13.291,13.291,0,0,0-8.406,2.85A9.152,9.152,0,0,0,0,10.809a9.008,9.008,0,0,0,3.054,6.657L.93,21.708a1,1,0,0,0,1.316,1.355l5.98-2.782a14.157,14.157,0,0,0,3.771.5H12a13.285,13.285,0,0,0,8.4-2.85A9.153,9.153,0,0,0,24,10.817h0C24,5.317,18.618.842,12,.841Zm7.141,15.542A11.286,11.286,0,0,1,12,18.783h0a12.093,12.093,0,0,1-3.56-.523,1,1,0,0,0-.715.05L4.654,19.737a.25.25,0,0,1-.329-.339l.869-1.733a1,1,0,0,0-.269-1.229A7.21,7.21,0,0,1,2,10.81,7.194,7.194,0,0,1,4.857,5.241,11.287,11.287,0,0,1,12,2.841h0c5.512,0,10,3.579,9.995,7.975A7.191,7.191,0,0,1,19.143,16.383Z","M10.5,5.124a1,1,0,0,0-1,1v2.5a1,1,0,1,0,2,0v-2.5A1,1,0,0,0,10.5,5.124Z","M9.75,10.374a1.746,1.746,0,0,0-.25,3.474v.276a1,1,0,0,0,0,2,2,2,0,0,0,2-2v-2A1.753,1.753,0,0,0,9.75,10.374Z","M14,6.124a1,1,0,1,0,0,2c.709,0,1.5,1.027,1.5,2.5s-.791,2.5-1.5,2.5a1,1,0,0,0,0,2c1.962,0,3.5-1.977,3.5-4.5S15.961,6.124,14,6.124Z"]];
59
+ export const MessagesBubbleSettingsAlternate = ["messages-bubble-settings-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}],["M10.358,18.082a.248.248,0,0,0,0-.228.252.252,0,0,0-.186-.133A12.029,12.029,0,0,1,8.6,17.383a1,1,0,0,0-.661.038l-3.648,1.52a.25.25,0,0,1-.331-.316l.85-2.339A1,1,0,0,0,4.535,15.2,7.043,7.043,0,0,1,2,9.959c0-4.358,4.486-7.9,10-7.9S22,5.6,22,9.959a5.823,5.823,0,0,1-.069.86.249.249,0,0,0,.251.287,3.226,3.226,0,0,1,1.363.28.252.252,0,0,0,.349-.189A7.794,7.794,0,0,0,24,9.959c0-5.461-5.383-9.9-12-9.9S0,4.5,0,9.959a8.876,8.876,0,0,0,2.707,6.26l-1.6,4.4a1,1,0,0,0,1.325,1.264L8.391,19.4c.437.114.878.2,1.322.276A.25.25,0,0,0,10,19.438,3.27,3.27,0,0,1,10.358,18.082Z","M16.249 16.976 A1.500 1.500 0 1 0 19.249 16.976 A1.500 1.500 0 1 0 16.249 16.976 Z","M23.517,15.6a1.783,1.783,0,0,0-1.7-2.953l-1.411.327a.454.454,0,0,1-.534-.311l-.423-1.392a1.776,1.776,0,0,0-3.4,0l-.424,1.392a.456.456,0,0,1-.533.311l-1.411-.327a1.783,1.783,0,0,0-1.7,2.953l.988,1.064a.464.464,0,0,1,0,.626l-.988,1.065a1.783,1.783,0,0,0,1.7,2.953l1.411-.328a.452.452,0,0,1,.533.312l.424,1.392a1.776,1.776,0,0,0,3.4,0l.423-1.392a.45.45,0,0,1,.534-.312l1.411.328a1.783,1.783,0,0,0,1.7-2.953l-.987-1.065a.464.464,0,0,1,0-.626Zm-2.768,1.377a3,3,0,1,1-3-3A3,3,0,0,1,20.749,16.976Z"]];
60
+ export const MessagesBubbleSquareStarAlternate = ["messages-bubble-square-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}],["M9.577,14.394a.25.25,0,0,0-.2-.394H8.5a1,1,0,0,0-.664.252L5,16.773V15a1,1,0,0,0-1-1L2.25,14a.251.251,0,0,1-.25-.25V2.25A.25.25,0,0,1,2.25,2h18a.25.25,0,0,1,.25.25v8.636a.257.257,0,0,0,.02.1l.8,1.864a.25.25,0,0,0,.23.151h.7a.25.25,0,0,0,.25-.25V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V14.053A1.953,1.953,0,0,0,2,16H3v3a1,1,0,0,0,1.664.748L8.88,16a.147.147,0,0,0,.146-.132A3.139,3.139,0,0,1,9.243,15,3.035,3.035,0,0,1,9.577,14.394Z","M20.737,23.827a1.273,1.273,0,0,0,1.505-.166,1.256,1.256,0,0,0,.316-1.45l-1.3-2.981,2.348-2.092a1.262,1.262,0,0,0,.3-1.378A1.232,1.232,0,0,0,22.74,15H20.075l-1.409-3.267-.013-.028a1.293,1.293,0,0,0-2.317.028L14.925,15H12.259a1.229,1.229,0,0,0-1.166.76,1.271,1.271,0,0,0,.319,1.4l2.329,2.076-1.295,2.98a1.255,1.255,0,0,0,.315,1.451,1.286,1.286,0,0,0,1.506.166L17.5,22.006Z"]];
61
+ export const MessagesBubbleForwardAlternate = ["messages-bubble-forward-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,17.833a12.3,12.3,0,0,1-3.4-.481,1,1,0,0,0-.661.038L4.292,18.91a.25.25,0,0,1-.331-.316l.851-2.339a1,1,0,0,0-.276-1.089A7.043,7.043,0,0,1,2,9.928c0-4.358,4.486-7.9,10-7.9s10,3.546,10,7.9a6.294,6.294,0,0,1-.15,1.349.25.25,0,0,0,.1.258l1.3.928a.251.251,0,0,0,.385-.131A8.212,8.212,0,0,0,24,9.928c0-5.461-5.383-9.9-12-9.9S0,4.467,0,9.928a8.877,8.877,0,0,0,2.708,6.26l-1.6,4.4a1,1,0,0,0,1.325,1.265l5.959-2.483a14.079,14.079,0,0,0,3.48.462.251.251,0,0,0,.248-.208,8.271,8.271,0,0,1,.388-1.459.25.25,0,0,0-.244-.336Q12.132,17.833,12,17.833Z","M20.291,12.193a.5.5,0,0,0-.791.407v1.579a6.942,6.942,0,0,0-6,6.828v1.969a1,1,0,0,0,2,0V21.007a4.936,4.936,0,0,1,4-4.8h0v1.4a.5.5,0,0,0,.5.5.5.5,0,0,0,.291-.093l3.5-2.5a.5.5,0,0,0,0-.814Z"]];
62
+ export const MessagesBubbleSettings1Alternate = ["messages-bubble-settings-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}],["M10.1,15.208a.25.25,0,0,0-.287-.188.95.95,0,0,0-.522.273L7,17.586V15.56a1,1,0,0,0-.664-.942A6.494,6.494,0,0,1,8.5,2h7A6.507,6.507,0,0,1,22,8.5a6.408,6.408,0,0,1-.445,2.344.251.251,0,0,0,.264.34,3.162,3.162,0,0,1,1.427.136.248.248,0,0,0,.316-.158A8.379,8.379,0,0,0,24,8.5,8.509,8.509,0,0,0,15.5,0h-7A8.492,8.492,0,0,0,5,16.232V20a1,1,0,0,0,1.706.707L10.413,17h.324a.195.195,0,0,0,.143-.327A3.262,3.262,0,0,1,10.1,15.208Z","M16.248 17.031 A1.500 1.500 0 1 0 19.248 17.031 A1.500 1.500 0 1 0 16.248 17.031 Z","M23.516,15.653a1.783,1.783,0,0,0-1.7-2.953l-1.412.327a.449.449,0,0,1-.532-.31l-.424-1.392a1.775,1.775,0,0,0-3.4,0l-.424,1.392a.456.456,0,0,1-.533.31L13.681,12.7a1.783,1.783,0,0,0-1.7,2.953l.988,1.066a.463.463,0,0,1,0,.625l-.988,1.065a1.783,1.783,0,0,0,1.7,2.953l1.411-.327a.453.453,0,0,1,.533.311l.424,1.391a1.775,1.775,0,0,0,3.4,0l.424-1.391a.449.449,0,0,1,.533-.311l1.411.327a1.783,1.783,0,0,0,1.7-2.953l-.987-1.065a.463.463,0,0,1,0-.625Zm-2.768,1.378a3,3,0,1,1-3-3A3,3,0,0,1,20.748,17.031Z"]];
63
+ export const MessagesBubbleSquareAlternate = ["messages-bubble-square-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M21.5,1.5H2.5a2,2,0,0,0-2,2v13a2,2,0,0,0,2,2h4v3a1,1,0,0,0,1.707.707L11.916,18.5H21.5a2,2,0,0,0,2-2V3.5A2,2,0,0,0,21.5,1.5Zm0,14.748a.25.25,0,0,1-.25.25H11.5a1,1,0,0,0-.707.293L8.5,19.084V17.5a1,1,0,0,0-1-1H2.75a.25.25,0,0,1-.25-.25V3.75a.25.25,0,0,1,.25-.25h18.5a.25.25,0,0,1,.25.25Z"]];
64
+ export const MessagesBubbleAlternate = ["messages-bubble-alternate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M12,.836C5.383.836,0,5.31,0,10.811a9.01,9.01,0,0,0,3.057,6.658L.931,21.713a1,1,0,0,0,1.316,1.355l5.981-2.784a14.243,14.243,0,0,0,3.772.5c6.617,0,12-4.475,12-9.975S18.617.836,12,.836Zm0,17.95a12.189,12.189,0,0,1-3.562-.524,1,1,0,0,0-.714.05l-3.07,1.429a.25.25,0,0,1-.329-.339l.869-1.735a1,1,0,0,0-.269-1.228A7.214,7.214,0,0,1,2,10.811c0-4.4,4.486-7.975,10-7.975s10,3.577,10,7.975S17.514,18.786,12,18.786Z"]];
@@ -0,0 +1,3 @@
1
+ export const SignalFlags = ["signal-flags",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}],["M8.500 5.625 A2.500 2.500 0 1 0 13.500 5.625 A2.500 2.500 0 1 0 8.500 5.625 Z","M2.575,5.809,2.588,5.8a.727.727,0,0,0,.3-.937L1.936,2.724a.75.75,0,1,0-1.371.609l.953,2.144A.748.748,0,0,0,2.575,5.809Z","M3.819,5.07a.5.5,0,0,0,.457.3.5.5,0,0,0,.2-.043L8.133,3.7a.5.5,0,0,0,.254-.66L7.167.3a.5.5,0,0,0-.66-.254L2.853,1.669a.5.5,0,0,0-.264.277.5.5,0,0,0,.01.383Z","M19.733,10.628a.732.732,0,0,0,.731.633H22.75a.75.75,0,0,0,0-1.5H20.461a.742.742,0,0,0-.73.848Z","M19.500 12.261 L23.500 12.261 L23.500 17.261 L19.500 17.261 Z","M2.631,8.423l.635,1.254a5.218,5.218,0,0,0,4.451,2.468H7.75A.249.249,0,0,1,8,12.4v3.71a1.01,1.01,0,0,1-.027.233L6.5,22.458a1.251,1.251,0,0,0,.924,1.508A1.286,1.286,0,0,0,7.718,24a1.252,1.252,0,0,0,1.215-.958L10.171,17.9a.5.5,0,0,1,.486-.384h.62a.5.5,0,0,1,.486.384L13,23.042A1.252,1.252,0,0,0,14.216,24a1.286,1.286,0,0,0,.293-.034,1.251,1.251,0,0,0,.924-1.508l-1.4-5.843A.965.965,0,0,1,14,16.382V12.4a.249.249,0,0,1,.25-.25H17.5a1.25,1.25,0,0,0,0-2.5H7.717A2.738,2.738,0,0,1,5.385,8.353L4.75,7.1A1.249,1.249,0,1,0,2.631,8.423Z"]];
2
+ export const SignalFlag = ["signal-flag",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.848,6.062a2.479,2.479,0,1,0-2.48-2.479A2.482,2.482,0,0,0,14.848,6.062Z","M.75,9.052H4a.73.73,0,0,0,.728-.614l0-.017A.743.743,0,0,0,4,7.552H.75a.75.75,0,0,0,0,1.5Z","M0.003 9.780 L4.961 9.780 L4.961 16.723 L0.003 16.723 Z","M5.7,8.8a1.236,1.236,0,0,0,1.237,1.237h4.7a.25.25,0,0,1,.25.25V21.5a1.237,1.237,0,1,0,2.474,0V15.827a.495.495,0,0,1,.989,0V21.5a1.237,1.237,0,1,0,2.474,0V10.283a.25.25,0,0,1,.25-.25h.03a5.162,5.162,0,0,0,4.4-2.441l1.312-2.1a1.237,1.237,0,0,0-2.1-1.311L20.4,6.281A2.707,2.707,0,0,1,18.1,7.56H6.932A1.236,1.236,0,0,0,5.7,8.8Z"]];
3
+ export const SignalFlags1 = ["signal-flags-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}],["M9.013 5.614 A2.500 2.500 0 1 0 14.013 5.614 A2.500 2.500 0 1 0 9.013 5.614 Z","M20.243,10.583a.732.732,0,0,0,.735.667H23.25a.75.75,0,0,0,0-1.5H20.976a.743.743,0,0,0-.735.817Z","M20.000 12.250 L24.000 12.250 L24.000 17.250 L20.000 17.250 Z","M5.521,3a.727.727,0,0,0,.716-.738V.75a.75.75,0,0,0-1.5,0V2.263A.747.747,0,0,0,5.5,3Z","M.5,5l1.719-.006a1.589,1.589,0,0,0,1.36-.853l.006-.01a1.43,1.43,0,0,0,.165-.714V.5a.5.5,0,0,0-.5-.5H.5A.5.5,0,0,0,0,.5v4A.5.5,0,0,0,.5,5Z","M8.294,11.921a.261.261,0,0,1,.219.248v3.925a1.017,1.017,0,0,1-.028.233L7.014,22.458a1.251,1.251,0,0,0,.924,1.508A1.278,1.278,0,0,0,8.23,24a1.25,1.25,0,0,0,1.215-.958l1.238-5.159a.5.5,0,0,1,.487-.383h.619a.5.5,0,0,1,.487.383l1.238,5.159A1.25,1.25,0,0,0,14.729,24a1.278,1.278,0,0,0,.292-.034,1.251,1.251,0,0,0,.924-1.508L14.54,16.6a1.025,1.025,0,0,1-.027-.234V12.25a.25.25,0,0,1,.25-.25h3.25a1.25,1.25,0,0,0,0-2.5h-9a2.25,2.25,0,0,1-2.25-2.25v-2a1.25,1.25,0,0,0-2.5,0v2A4.737,4.737,0,0,0,8.294,11.921Z"]];