@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,48 @@
1
+ export const MultipleActionsShare1 = ["multiple-actions-share-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0}],["M6.500 3.500 A3.000 3.000 0 1 0 12.500 3.500 A3.000 3.000 0 1 0 6.500 3.500 Z","M11.25,15a.25.25,0,0,0,.25-.25V14a6.954,6.954,0,0,1,1.591-4.429.249.249,0,0,0,.005-.31A4.528,4.528,0,0,0,9.5,7.5,4.456,4.456,0,0,0,5,11.9v2.6a.5.5,0,0,0,.5.5Z","M13,15.261a.251.251,0,0,0,.123.216,1.987,1.987,0,0,1,.99,1.716v.557a.25.25,0,0,0,.25.25h.947a.25.25,0,0,1,.249.229L16,23.542a.5.5,0,0,0,.5.458h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,21.69,18H23.5a.5.5,0,0,0,.5-.5V14a5.5,5.5,0,0,0-11,0h0Z","M15.000 3.500 A3.500 3.500 0 1 0 22.000 3.500 A3.500 3.500 0 1 0 15.000 3.500 Z","M1,24a1,1,0,0,0,1-1V17.387a1,1,0,0,0-2,0V23A1,1,0,0,0,1,24Z","M3.148,17.306A.5.5,0,0,0,3,17.661v5.032a.5.5,0,0,0,.5.5h8a2.04,2.04,0,0,0,2-1.924v-.2a.971.971,0,0,0-1-.871h-7a.354.354,0,0,1-.323-.386.372.372,0,0,1,.371-.371H7.5A.888.888,0,0,0,8.319,18.2a1.907,1.907,0,0,0-1.814-1.006l-3-.032A.586.586,0,0,0,3.148,17.306Z","M6.500 3.500 A3.000 3.000 0 1 0 12.500 3.500 A3.000 3.000 0 1 0 6.500 3.500 Z","M11.25,15a.25.25,0,0,0,.25-.25V14a6.954,6.954,0,0,1,1.591-4.429.249.249,0,0,0,.005-.31A4.528,4.528,0,0,0,9.5,7.5,4.456,4.456,0,0,0,5,11.9v2.6a.5.5,0,0,0,.5.5Z","M13,15.261a.251.251,0,0,0,.123.216,1.987,1.987,0,0,1,.99,1.716v.557a.25.25,0,0,0,.25.25h.947a.25.25,0,0,1,.249.229L16,23.542a.5.5,0,0,0,.5.458h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,21.69,18H23.5a.5.5,0,0,0,.5-.5V14a5.5,5.5,0,0,0-11,0h0Z","M15.000 3.500 A3.500 3.500 0 1 0 22.000 3.500 A3.500 3.500 0 1 0 15.000 3.500 Z","M1,24a1,1,0,0,0,1-1V17.387a1,1,0,0,0-2,0V23A1,1,0,0,0,1,24Z","M3.148,17.306A.5.5,0,0,0,3,17.661v5.032a.5.5,0,0,0,.5.5h8a2.04,2.04,0,0,0,2-1.924v-.2a.971.971,0,0,0-1-.871h-7a.354.354,0,0,1-.323-.386.372.372,0,0,1,.371-.371H7.5A.888.888,0,0,0,8.319,18.2a1.907,1.907,0,0,0-1.814-1.006l-3-.032A.586.586,0,0,0,3.148,17.306Z"]];
2
+ export const MultipleActionsCart = ["multiple-actions-cart",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.289,12.3a.249.249,0,0,0,.3.182A1.753,1.753,0,0,1,13,12.427H18.75a.25.25,0,0,0,.25-.25V11.9a4.456,4.456,0,0,0-4.5-4.4,4.527,4.527,0,0,0-3.6,1.76.25.25,0,0,0,0,.311A6.978,6.978,0,0,1,12.289,12.3Z","M11,14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5a.5.5,0,0,0,.5-.5Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M15.615,21.154a1.423,1.423,0,1,0,1.423,1.423A1.435,1.435,0,0,0,15.615,21.154Z","M19.308,21.154a1.423,1.423,0,1,0,1.423,1.423A1.429,1.429,0,0,0,19.308,21.154Z","M12.846,14a.5.5,0,0,0-.474.659l1.846,5.5a.5.5,0,0,0,.473.341h6.232a.5.5,0,0,0,.481-.365c1.69-6.042.852-3.242,2.544-8.319a1,1,0,1,0-1.9-.632l-.882,2.645a.25.25,0,0,1-.237.171Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.289,12.3a.249.249,0,0,0,.3.182A1.753,1.753,0,0,1,13,12.427H18.75a.25.25,0,0,0,.25-.25V11.9a4.456,4.456,0,0,0-4.5-4.4,4.527,4.527,0,0,0-3.6,1.76.25.25,0,0,0,0,.311A6.978,6.978,0,0,1,12.289,12.3Z","M11,14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5a.5.5,0,0,0,.5-.5Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M15.615,21.154a1.423,1.423,0,1,0,1.423,1.423A1.435,1.435,0,0,0,15.615,21.154Z","M19.308,21.154a1.423,1.423,0,1,0,1.423,1.423A1.429,1.429,0,0,0,19.308,21.154Z","M12.846,14a.5.5,0,0,0-.474.659l1.846,5.5a.5.5,0,0,0,.473.341h6.232a.5.5,0,0,0,.481-.365c1.69-6.042.852-3.242,2.544-8.319a1,1,0,1,0-1.9-.632l-.882,2.645a.25.25,0,0,1-.237.171Z"]];
3
+ export const MultipleActionsKey = ["multiple-actions-key",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.5,14a.189.189,0,0,0,.089.16.191.191,0,0,0,.184.008,5.9,5.9,0,0,1,3.556-.578.251.251,0,0,0,.209-.065l2.3-2.172a.25.25,0,0,0,.074-.227A4.464,4.464,0,0,0,14.5,7.5a4.528,4.528,0,0,0-3.6,1.761.248.248,0,0,0,.005.31A6.96,6.96,0,0,1,12.5,14Z","M10.94,15.639a.248.248,0,0,0,.06-.162V14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.833a.251.251,0,0,0,.24-.18A5.886,5.886,0,0,1,10.94,15.639Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M23.5,11.132H21.522a.5.5,0,0,0-.343.137L16.99,15.226a.253.253,0,0,1-.245.057,4.456,4.456,0,1,0,2.979,2.988.249.249,0,0,1,.062-.249l4.067-4.058A.494.494,0,0,0,24,13.61V11.632A.5.5,0,0,0,23.5,11.132Zm-7.891,10a1.736,1.736,0,1,1,1.227-.508A1.732,1.732,0,0,1,15.609,21.13Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.5,14a.189.189,0,0,0,.089.16.191.191,0,0,0,.184.008,5.9,5.9,0,0,1,3.556-.578.251.251,0,0,0,.209-.065l2.3-2.172a.25.25,0,0,0,.074-.227A4.464,4.464,0,0,0,14.5,7.5a4.528,4.528,0,0,0-3.6,1.761.248.248,0,0,0,.005.31A6.96,6.96,0,0,1,12.5,14Z","M10.94,15.639a.248.248,0,0,0,.06-.162V14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.833a.251.251,0,0,0,.24-.18A5.886,5.886,0,0,1,10.94,15.639Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M23.5,11.132H21.522a.5.5,0,0,0-.343.137L16.99,15.226a.253.253,0,0,1-.245.057,4.456,4.456,0,1,0,2.979,2.988.249.249,0,0,1,.062-.249l4.067-4.058A.494.494,0,0,0,24,13.61V11.632A.5.5,0,0,0,23.5,11.132Zm-7.891,10a1.736,1.736,0,1,1,1.227-.508A1.732,1.732,0,0,1,15.609,21.13Z"]];
4
+ export const MultipleActionsLocation = ["multiple-actions-location",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11,14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5a.5.5,0,0,0,.5-.5Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M19,11a5.006,5.006,0,0,0-5,5c0,3.17,4.457,7.664,4.647,7.854a.5.5,0,0,0,.707,0C19.544,23.664,24,19.17,24,16A5.006,5.006,0,0,0,19,11Zm0,3.25A1.75,1.75,0,1,1,17.25,16,1.752,1.752,0,0,1,19,14.25Z","M17.847,9.544a.25.25,0,0,0,.19-.16A.247.247,0,0,0,18,9.139,4.55,4.55,0,0,0,10.9,9.26a.25.25,0,0,0,.005.311,6.69,6.69,0,0,1,1.562,3.992.219.219,0,0,0,.218.2.277.277,0,0,0,.259-.178A6.515,6.515,0,0,1,17.847,9.544Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11,14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5a.5.5,0,0,0,.5-.5Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M19,11a5.006,5.006,0,0,0-5,5c0,3.17,4.457,7.664,4.647,7.854a.5.5,0,0,0,.707,0C19.544,23.664,24,19.17,24,16A5.006,5.006,0,0,0,19,11Zm0,3.25A1.75,1.75,0,1,1,17.25,16,1.752,1.752,0,0,1,19,14.25Z","M17.847,9.544a.25.25,0,0,0,.19-.16A.247.247,0,0,0,18,9.139,4.55,4.55,0,0,0,10.9,9.26a.25.25,0,0,0,.005.311,6.69,6.69,0,0,1,1.562,3.992.219.219,0,0,0,.218.2.277.277,0,0,0,.259-.178A6.515,6.515,0,0,1,17.847,9.544Z"]];
5
+ export const MultipleActionsMobilephone = ["multiple-actions-mobilephone",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.499 A2.999 2.999 0 1 0 17.498 3.499 A2.999 2.999 0 1 0 11.500 3.499 Z","M11,14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.309a.25.25,0,0,1,.249.23L3,23.533a.5.5,0,0,0,.5.458h4a.5.5,0,0,0,.5-.458l.443-5.31a.25.25,0,0,1,.249-.23H10.5a.5.5,0,0,0,.5-.5Z","M1.999 3.499 A3.499 3.499 0 1 0 8.997 3.499 A3.499 3.499 0 1 0 1.999 3.499 Z","M22.527,11.005H16.476A1.492,1.492,0,0,0,15,12.513v9.979h0A1.493,1.493,0,0,0,16.476,24h6.051A1.493,1.493,0,0,0,24,22.492h0V12.513A1.492,1.492,0,0,0,22.527,11.005ZM17,13.5a.5.5,0,0,1,.5-.5h4a.5.5,0,0,1,.5.5v8a.5.5,0,0,1-.5.5h-4a.5.5,0,0,1-.5-.5Z","M14.5,7.5a4.527,4.527,0,0,0-3.594,1.76.25.25,0,0,0,.005.311,6.99,6.99,0,0,1,1.424,2.919.249.249,0,0,0,.243.2h.679a.249.249,0,0,0,.249-.237A2.985,2.985,0,0,1,16.472,9.5h1.287a.25.25,0,0,0,.19-.412A4.519,4.519,0,0,0,14.5,7.5Z","M11.500 3.499 A2.999 2.999 0 1 0 17.498 3.499 A2.999 2.999 0 1 0 11.500 3.499 Z","M11,14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.309a.25.25,0,0,1,.249.23L3,23.533a.5.5,0,0,0,.5.458h4a.5.5,0,0,0,.5-.458l.443-5.31a.25.25,0,0,1,.249-.23H10.5a.5.5,0,0,0,.5-.5Z","M1.999 3.499 A3.499 3.499 0 1 0 8.997 3.499 A3.499 3.499 0 1 0 1.999 3.499 Z","M22.527,11.005H16.476A1.492,1.492,0,0,0,15,12.513v9.979h0A1.493,1.493,0,0,0,16.476,24h6.051A1.493,1.493,0,0,0,24,22.492h0V12.513A1.492,1.492,0,0,0,22.527,11.005ZM17,13.5a.5.5,0,0,1,.5-.5h4a.5.5,0,0,1,.5.5v8a.5.5,0,0,1-.5.5h-4a.5.5,0,0,1-.5-.5Z","M14.5,7.5a4.527,4.527,0,0,0-3.594,1.76.25.25,0,0,0,.005.311,6.99,6.99,0,0,1,1.424,2.919.249.249,0,0,0,.243.2h.679a.249.249,0,0,0,.249-.237A2.985,2.985,0,0,1,16.472,9.5h1.287a.25.25,0,0,0,.19-.412A4.519,4.519,0,0,0,14.5,7.5Z"]];
6
+ export const MultipleActionsSetting = ["multiple-actions-setting",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.498 3.501 A3.000 3.000 0 1 0 17.498 3.501 A3.000 3.000 0 1 0 11.498 3.501 Z","M11.884,11.141a.249.249,0,0,0,.31.133,3.273,3.273,0,0,1,1.826-.1l.228.053a.249.249,0,0,0,.295-.171l.072-.234a3.246,3.246,0,0,1,2.2-2.183A.251.251,0,0,0,17,8.436a.247.247,0,0,0-.115-.246A4.471,4.471,0,0,0,14.5,7.5,4.53,4.53,0,0,0,10.9,9.26a.25.25,0,0,0,0,.311A7.046,7.046,0,0,1,11.884,11.141Z","M10.932,17.272A.249.249,0,0,0,11,17.1v-.265a.249.249,0,0,0-.067-.17l-.05-.055a3.268,3.268,0,0,1-.229-4.192.25.25,0,0,0,.036-.233A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.249.249,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458L8.44,18.23A.249.249,0,0,1,8.689,18h1.574a.249.249,0,0,0,.215-.124,3.166,3.166,0,0,1,.4-.55Z","M1.999 3.500 A3.500 3.500 0 1 0 8.999 3.500 A3.500 3.500 0 1 0 1.999 3.500 Z","M16.249 17.032 A1.500 1.500 0 1 0 19.249 17.032 A1.500 1.500 0 1 0 16.249 17.032 Z","M23.516,15.655a1.783,1.783,0,0,0-1.7-2.953l-1.41.327h0a.454.454,0,0,1-.532-.311l-.424-1.392a1.775,1.775,0,0,0-3.4,0l-.424,1.392a.455.455,0,0,1-.533.311l-1.41-.327h0a1.783,1.783,0,0,0-1.7,2.953l.987,1.064a.462.462,0,0,1,0,.626l-.987,1.064a1.783,1.783,0,0,0,1.7,2.953l1.41-.327h0a.452.452,0,0,1,.532.311l.424,1.392a1.775,1.775,0,0,0,3.4,0l.423-1.392a.451.451,0,0,1,.534-.311l1.41.327h0a1.783,1.783,0,0,0,1.7-2.953l-.987-1.064a.464.464,0,0,1,0-.626Zm-8.767,1.377a3,3,0,1,1,3,3A3,3,0,0,1,14.749,17.032Z","M11.498 3.501 A3.000 3.000 0 1 0 17.498 3.501 A3.000 3.000 0 1 0 11.498 3.501 Z","M11.884,11.141a.249.249,0,0,0,.31.133,3.273,3.273,0,0,1,1.826-.1l.228.053a.249.249,0,0,0,.295-.171l.072-.234a3.246,3.246,0,0,1,2.2-2.183A.251.251,0,0,0,17,8.436a.247.247,0,0,0-.115-.246A4.471,4.471,0,0,0,14.5,7.5,4.53,4.53,0,0,0,10.9,9.26a.25.25,0,0,0,0,.311A7.046,7.046,0,0,1,11.884,11.141Z","M10.932,17.272A.249.249,0,0,0,11,17.1v-.265a.249.249,0,0,0-.067-.17l-.05-.055a3.268,3.268,0,0,1-.229-4.192.25.25,0,0,0,.036-.233A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.249.249,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458L8.44,18.23A.249.249,0,0,1,8.689,18h1.574a.249.249,0,0,0,.215-.124,3.166,3.166,0,0,1,.4-.55Z","M1.999 3.500 A3.500 3.500 0 1 0 8.999 3.500 A3.500 3.500 0 1 0 1.999 3.500 Z","M16.249 17.032 A1.500 1.500 0 1 0 19.249 17.032 A1.500 1.500 0 1 0 16.249 17.032 Z","M23.516,15.655a1.783,1.783,0,0,0-1.7-2.953l-1.41.327h0a.454.454,0,0,1-.532-.311l-.424-1.392a1.775,1.775,0,0,0-3.4,0l-.424,1.392a.455.455,0,0,1-.533.311l-1.41-.327h0a1.783,1.783,0,0,0-1.7,2.953l.987,1.064a.462.462,0,0,1,0,.626l-.987,1.064a1.783,1.783,0,0,0,1.7,2.953l1.41-.327h0a.452.452,0,0,1,.532.311l.424,1.392a1.775,1.775,0,0,0,3.4,0l.423-1.392a.451.451,0,0,1,.534-.311l1.41.327h0a1.783,1.783,0,0,0,1.7-2.953l-.987-1.064a.464.464,0,0,1,0-.626Zm-8.767,1.377a3,3,0,1,1,3,3A3,3,0,0,1,14.749,17.032Z"]];
7
+ export const MultipleActionsSubtract = ["multiple-actions-subtract",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M.5,18H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.248.248,0,0,0,.182-.079.246.246,0,0,0,.067-.186c0-.1-.01-.2-.01-.3a7.946,7.946,0,0,1,1.336-4.418.251.251,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5A.5.5,0,0,0,.5,18Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm3-1h7a1,1,0,0,1,0,2H14a1,1,0,0,1,0-2Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M.5,18H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.248.248,0,0,0,.182-.079.246.246,0,0,0,.067-.186c0-.1-.01-.2-.01-.3a7.946,7.946,0,0,1,1.336-4.418.251.251,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5A.5.5,0,0,0,.5,18Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm3-1h7a1,1,0,0,1,0,2H14a1,1,0,0,1,0-2Z"]];
8
+ export const MultipleActionsTime = ["multiple-actions-time",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M9.5,17.438a7.948,7.948,0,0,1,1.336-4.418.247.247,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.248.248,0,0,0,.182-.079.246.246,0,0,0,.067-.186C9.505,17.636,9.5,17.537,9.5,17.438Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11ZM13,17.5A4.5,4.5,0,1,1,17.5,22,4.505,4.505,0,0,1,13,17.5Z","M16.5,15.25V17.5a1,1,0,0,0,1,1h2a1,1,0,0,0,0-2h-.75a.25.25,0,0,1-.25-.25v-1a1,1,0,0,0-2,0Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M9.5,17.438a7.948,7.948,0,0,1,1.336-4.418.247.247,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.248.248,0,0,0,.182-.079.246.246,0,0,0,.067-.186C9.505,17.636,9.5,17.537,9.5,17.438Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11ZM13,17.5A4.5,4.5,0,1,1,17.5,22,4.505,4.505,0,0,1,13,17.5Z","M16.5,15.25V17.5a1,1,0,0,0,1,1h2a1,1,0,0,0,0-2h-.75a.25.25,0,0,1-.25-.25v-1a1,1,0,0,0-2,0Z"]];
9
+ export const MultipleActionsWifi = ["multiple-actions-wifi",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.39,12.8a.252.252,0,0,0,.131.179.249.249,0,0,0,.221.005A11.28,11.28,0,0,1,18.719,12,.25.25,0,0,0,19,11.739,4.46,4.46,0,0,0,14.5,7.5a4.53,4.53,0,0,0-3.6,1.76.25.25,0,0,0,.005.311A6.96,6.96,0,0,1,12.39,12.8Z","M0,17.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.541A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.459l.443-5.312A.25.25,0,0,1,8.69,18h.945a.25.25,0,0,0,.214-.379,2.5,2.5,0,0,1,.6-3.232c.144-.115.293-.22.443-.325A.247.247,0,0,0,11,13.853,5.5,5.5,0,0,0,0,14Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M15.750 22.250 A1.750 1.750 0 1 0 19.250 22.250 A1.750 1.750 0 1 0 15.750 22.250 Z","M11.379,15.627a1,1,0,0,0,1.242,1.567,7.826,7.826,0,0,1,9.758,0,1,1,0,1,0,1.242-1.567A9.819,9.819,0,0,0,11.379,15.627Z","M13.854,18.452a1,1,0,1,0,1.293,1.525,3.586,3.586,0,0,1,4.707,0,1,1,0,1,0,1.293-1.525A5.621,5.621,0,0,0,13.854,18.452Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.39,12.8a.252.252,0,0,0,.131.179.249.249,0,0,0,.221.005A11.28,11.28,0,0,1,18.719,12,.25.25,0,0,0,19,11.739,4.46,4.46,0,0,0,14.5,7.5a4.53,4.53,0,0,0-3.6,1.76.25.25,0,0,0,.005.311A6.96,6.96,0,0,1,12.39,12.8Z","M0,17.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.541A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.459l.443-5.312A.25.25,0,0,1,8.69,18h.945a.25.25,0,0,0,.214-.379,2.5,2.5,0,0,1,.6-3.232c.144-.115.293-.22.443-.325A.247.247,0,0,0,11,13.853,5.5,5.5,0,0,0,0,14Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M15.750 22.250 A1.750 1.750 0 1 0 19.250 22.250 A1.750 1.750 0 1 0 15.750 22.250 Z","M11.379,15.627a1,1,0,0,0,1.242,1.567,7.826,7.826,0,0,1,9.758,0,1,1,0,1,0,1.242-1.567A9.819,9.819,0,0,0,11.379,15.627Z","M13.854,18.452a1,1,0,1,0,1.293,1.525,3.586,3.586,0,0,1,4.707,0,1,1,0,1,0,1.293-1.525A5.621,5.621,0,0,0,13.854,18.452Z"]];
10
+ export const MultipleActionsWarning = ["multiple-actions-warning",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.5,14v1.054a.251.251,0,0,0,.472.117l1.92-3.659A2.936,2.936,0,0,1,17.5,9.938a2.516,2.516,0,0,1,.584.07.25.25,0,0,0,.27-.374,4.549,4.549,0,0,0-7.45-.373.248.248,0,0,0,.005.31A6.959,6.959,0,0,1,12.5,14Z","M.5,18H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5a.5.5,0,0,0,.5-.5V14h0A5.5,5.5,0,0,0,0,14v3.5A.5.5,0,0,0,.5,18Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M11.164,21.905a1.429,1.429,0,0,0,.048,1.408A1.454,1.454,0,0,0,12.445,24H22.557a1.455,1.455,0,0,0,1.232-.686,1.433,1.433,0,0,0,.049-1.409l-5.056-9.634h0a1.449,1.449,0,0,0-2.561,0ZM16.5,21.25a1,1,0,1,1,1,1A1,1,0,0,1,16.5,21.25Zm1.75-2.75a.75.75,0,0,1-1.5,0V16a.75.75,0,0,1,1.5,0Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.5,14v1.054a.251.251,0,0,0,.472.117l1.92-3.659A2.936,2.936,0,0,1,17.5,9.938a2.516,2.516,0,0,1,.584.07.25.25,0,0,0,.27-.374,4.549,4.549,0,0,0-7.45-.373.248.248,0,0,0,.005.31A6.959,6.959,0,0,1,12.5,14Z","M.5,18H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5a.5.5,0,0,0,.5-.5V14h0A5.5,5.5,0,0,0,0,14v3.5A.5.5,0,0,0,.5,18Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M11.164,21.905a1.429,1.429,0,0,0,.048,1.408A1.454,1.454,0,0,0,12.445,24H22.557a1.455,1.455,0,0,0,1.232-.686,1.433,1.433,0,0,0,.049-1.409l-5.056-9.634h0a1.449,1.449,0,0,0-2.561,0ZM16.5,21.25a1,1,0,1,1,1,1A1,1,0,0,1,16.5,21.25Zm1.75-2.75a.75.75,0,0,1-1.5,0V16a.75.75,0,0,1,1.5,0Z"]];
11
+ export const MultipleActionsAdd = ["multiple-actions-add",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M.5,18H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.25.25,0,0,0,.249-.265c0-.1-.01-.2-.01-.3a7.946,7.946,0,0,1,1.336-4.418.251.251,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5A.5.5,0,0,0,.5,18Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm3-1h2.25a.25.25,0,0,0,.25-.25V14a1,1,0,0,1,2,0v2.25a.25.25,0,0,0,.25.25H21a1,1,0,0,1,0,2H18.75a.25.25,0,0,0-.25.25V21a1,1,0,0,1-2,0V18.75a.25.25,0,0,0-.25-.25H14a1,1,0,0,1,0-2Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M.5,18H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.25.25,0,0,0,.249-.265c0-.1-.01-.2-.01-.3a7.946,7.946,0,0,1,1.336-4.418.251.251,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5A.5.5,0,0,0,.5,18Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm3-1h2.25a.25.25,0,0,0,.25-.25V14a1,1,0,0,1,2,0v2.25a.25.25,0,0,0,.25.25H21a1,1,0,0,1,0,2H18.75a.25.25,0,0,0-.25.25V21a1,1,0,0,1-2,0V18.75a.25.25,0,0,0-.25-.25H14a1,1,0,0,1,0-2Z"]];
12
+ export const MultipleActionsLaptop = ["multiple-actions-laptop",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.9,11.17a.251.251,0,0,0,.337.124A2.913,2.913,0,0,1,13.5,11h5.082a.249.249,0,0,0,.24-.321A4.538,4.538,0,0,0,10.9,9.26a.251.251,0,0,0,.005.311A7.016,7.016,0,0,1,11.9,11.17Z","M10.25,18a.249.249,0,0,0,.25-.25V14a2.948,2.948,0,0,1,.29-1.257.252.252,0,0,0,.015-.171A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M23.9,22.634l-.019-.031c-1.535-2.467-1.751-2.827-1.816-2.9a.251.251,0,0,1-.06-.162V14a1.5,1.5,0,0,0-1.5-1.5h-7A1.5,1.5,0,0,0,12,14v5.538a.252.252,0,0,1-.059.162c-.065.077-.284.441-1.829,2.926l-.011.019a.924.924,0,0,0,.049.919.957.957,0,0,0,.809.436H23.042a.959.959,0,0,0,.81-.436A.924.924,0,0,0,23.9,22.634Zm-8.379-.254a.243.243,0,0,1,0-.238l.272-.476a.235.235,0,0,1,.2-.119h1.854a.235.235,0,0,1,.2.119l.272.476a.241.241,0,0,1,0,.238.233.233,0,0,1-.2.12h-2.4A.234.234,0,0,1,15.516,22.38ZM20,18.75a.249.249,0,0,1-.25.25h-5.5a.25.25,0,0,1-.25-.25v-4a.25.25,0,0,1,.25-.25h5.5a.249.249,0,0,1,.25.25Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.9,11.17a.251.251,0,0,0,.337.124A2.913,2.913,0,0,1,13.5,11h5.082a.249.249,0,0,0,.24-.321A4.538,4.538,0,0,0,10.9,9.26a.251.251,0,0,0,.005.311A7.016,7.016,0,0,1,11.9,11.17Z","M10.25,18a.249.249,0,0,0,.25-.25V14a2.948,2.948,0,0,1,.29-1.257.252.252,0,0,0,.015-.171A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M23.9,22.634l-.019-.031c-1.535-2.467-1.751-2.827-1.816-2.9a.251.251,0,0,1-.06-.162V14a1.5,1.5,0,0,0-1.5-1.5h-7A1.5,1.5,0,0,0,12,14v5.538a.252.252,0,0,1-.059.162c-.065.077-.284.441-1.829,2.926l-.011.019a.924.924,0,0,0,.049.919.957.957,0,0,0,.809.436H23.042a.959.959,0,0,0,.81-.436A.924.924,0,0,0,23.9,22.634Zm-8.379-.254a.243.243,0,0,1,0-.238l.272-.476a.235.235,0,0,1,.2-.119h1.854a.235.235,0,0,1,.2.119l.272.476a.241.241,0,0,1,0,.238.233.233,0,0,1-.2.12h-2.4A.234.234,0,0,1,15.516,22.38ZM20,18.75a.249.249,0,0,1-.25.25h-5.5a.25.25,0,0,1-.25-.25v-4a.25.25,0,0,1,.25-.25h5.5a.249.249,0,0,1,.25.25Z"]];
13
+ export const MultipleActionsCoding = ["multiple-actions-coding",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M9.5,17.438a7.948,7.948,0,0,1,1.336-4.418.247.247,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.248.248,0,0,0,.182-.079.246.246,0,0,0,.067-.186C9.505,17.636,9.5,17.537,9.5,17.438Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm-2.28,3.97a.75.75,0,0,1,1.06,1.06l-1.293,1.293a.252.252,0,0,0,0,.354L16.28,18.97a.75.75,0,1,1-1.06,1.06l-2-2a.749.749,0,0,1,0-1.06Zm4.56,5.06a.75.75,0,0,1-1.06-1.06l1.293-1.293a.252.252,0,0,0,0-.354L18.72,16.03a.75.75,0,1,1,1.06-1.06l2,2a.749.749,0,0,1,0,1.06Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M9.5,17.438a7.948,7.948,0,0,1,1.336-4.418.247.247,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.248.248,0,0,0,.182-.079.246.246,0,0,0,.067-.186C9.505,17.636,9.5,17.537,9.5,17.438Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm-2.28,3.97a.75.75,0,0,1,1.06,1.06l-1.293,1.293a.252.252,0,0,0,0,.354L16.28,18.97a.75.75,0,1,1-1.06,1.06l-2-2a.749.749,0,0,1,0-1.06Zm4.56,5.06a.75.75,0,0,1-1.06-1.06l1.293-1.293a.252.252,0,0,0,0-.354L18.72,16.03a.75.75,0,1,1,1.06-1.06l2,2a.749.749,0,0,1,0,1.06Z"]];
14
+ export const MultipleActionsFlash = ["multiple-actions-flash",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.5,14c0,1.763-.011,5.3.169,7.051a.5.5,0,0,0,.5.449h2.667a.428.428,0,0,0,.081-.008.248.248,0,0,0,.2-.248l-.006-.571a.25.25,0,0,0-.226-.246,2.321,2.321,0,0,1-1.55-3.81l0,0,4.493-5.506a.247.247,0,0,0,.049-.217A4.535,4.535,0,0,0,10.9,9.261a.248.248,0,0,0,.005.31A6.96,6.96,0,0,1,12.5,14Z","M.5,18H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5a.5.5,0,0,0,.5-.5V14h0A5.5,5.5,0,0,0,0,14v3.5A.5.5,0,0,0,.5,18Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M15.483,17.645l0,0A.822.822,0,0,0,16.108,19h1.285a.25.25,0,0,1,.25.25V23.5a.5.5,0,0,0,.332.471.5.5,0,0,0,.556-.155L23.8,17.355l0,0A.822.822,0,0,0,23.179,16H21.893a.25.25,0,0,1-.25-.25V11.5a.5.5,0,0,0-.887-.316Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.5,14c0,1.763-.011,5.3.169,7.051a.5.5,0,0,0,.5.449h2.667a.428.428,0,0,0,.081-.008.248.248,0,0,0,.2-.248l-.006-.571a.25.25,0,0,0-.226-.246,2.321,2.321,0,0,1-1.55-3.81l0,0,4.493-5.506a.247.247,0,0,0,.049-.217A4.535,4.535,0,0,0,10.9,9.261a.248.248,0,0,0,.005.31A6.96,6.96,0,0,1,12.5,14Z","M.5,18H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5a.5.5,0,0,0,.5-.5V14h0A5.5,5.5,0,0,0,0,14v3.5A.5.5,0,0,0,.5,18Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M15.483,17.645l0,0A.822.822,0,0,0,16.108,19h1.285a.25.25,0,0,1,.25.25V23.5a.5.5,0,0,0,.332.471.5.5,0,0,0,.556-.155L23.8,17.355l0,0A.822.822,0,0,0,23.179,16H21.893a.25.25,0,0,1-.25-.25V11.5a.5.5,0,0,0-.887-.316Z"]];
15
+ export const MultipleActionsCreditCard = ["multiple-actions-credit-card",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.134,11.768a.251.251,0,0,0,.237.17h6.374a.25.25,0,0,0,.249-.264A4.462,4.462,0,0,0,14.5,7.5a4.527,4.527,0,0,0-3.6,1.76.251.251,0,0,0,0,.311A6.99,6.99,0,0,1,12.134,11.768Z","M9,14.938a2.989,2.989,0,0,1,1.522-2.6.249.249,0,0,0,.109-.307A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.06A.249.249,0,0,0,9,17.75Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M24,15.25a1.752,1.752,0,0,0-1.75-1.75h-10a1.752,1.752,0,0,0-1.75,1.75v7A1.752,1.752,0,0,0,12.25,24h10A1.752,1.752,0,0,0,24,22.25ZM22.25,22.5h-10a.25.25,0,0,1-.25-.25v-3a.25.25,0,0,1,.25-.25h10a.25.25,0,0,1,.25.25v3A.25.25,0,0,1,22.25,22.5Zm0-7.5a.25.25,0,0,1,.25.25v1a.25.25,0,0,1-.25.25h-10a.25.25,0,0,1-.25-.25v-1a.25.25,0,0,1,.25-.25Z","M21,20.75a.75.75,0,0,0-.75-.75H19a.75.75,0,0,0,0,1.5h1.25A.75.75,0,0,0,21,20.75Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.134,11.768a.251.251,0,0,0,.237.17h6.374a.25.25,0,0,0,.249-.264A4.462,4.462,0,0,0,14.5,7.5a4.527,4.527,0,0,0-3.6,1.76.251.251,0,0,0,0,.311A6.99,6.99,0,0,1,12.134,11.768Z","M9,14.938a2.989,2.989,0,0,1,1.522-2.6.249.249,0,0,0,.109-.307A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.06A.249.249,0,0,0,9,17.75Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M24,15.25a1.752,1.752,0,0,0-1.75-1.75h-10a1.752,1.752,0,0,0-1.75,1.75v7A1.752,1.752,0,0,0,12.25,24h10A1.752,1.752,0,0,0,24,22.25ZM22.25,22.5h-10a.25.25,0,0,1-.25-.25v-3a.25.25,0,0,1,.25-.25h10a.25.25,0,0,1,.25.25v3A.25.25,0,0,1,22.25,22.5Zm0-7.5a.25.25,0,0,1,.25.25v1a.25.25,0,0,1-.25.25h-10a.25.25,0,0,1-.25-.25v-1a.25.25,0,0,1,.25-.25Z","M21,20.75a.75.75,0,0,0-.75-.75H19a.75.75,0,0,0,0,1.5h1.25A.75.75,0,0,0,21,20.75Z"]];
16
+ export const MultipleActionsDownload = ["multiple-actions-download",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M0,17.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.25.25,0,0,0,.249-.265c0-.1-.01-.2-.01-.3a7.948,7.948,0,0,1,1.336-4.418.247.247,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm6.5-4a1,1,0,0,1,1,1V17a.25.25,0,0,0,.25.25H19.9a.5.5,0,0,1,.391.813l-2.4,3a.5.5,0,0,1-.781,0l-2.4-3a.5.5,0,0,1,.39-.813h1.15A.25.25,0,0,0,16.5,17V14.5A1,1,0,0,1,17.5,13.5Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M0,17.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.25.25,0,0,0,.249-.265c0-.1-.01-.2-.01-.3a7.948,7.948,0,0,1,1.336-4.418.247.247,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm6.5-4a1,1,0,0,1,1,1V17a.25.25,0,0,0,.25.25H19.9a.5.5,0,0,1,.391.813l-2.4,3a.5.5,0,0,1-.781,0l-2.4-3a.5.5,0,0,1,.39-.813h1.15A.25.25,0,0,0,16.5,17V14.5A1,1,0,0,1,17.5,13.5Z"]];
17
+ export const MultipleActionsEdit1 = ["multiple-actions-edit-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.5,14v2.006a.25.25,0,0,0,.427.177l5.492-5.492a1.576,1.576,0,0,1,.16-.136.251.251,0,0,0,.078-.294,4.528,4.528,0,0,0-7.752-1,.25.25,0,0,0,.005.311A6.959,6.959,0,0,1,12.5,14Z","M.5,18H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5a.5.5,0,0,0,.5-.5V14h0A5.5,5.5,0,0,0,0,14v3.5A.5.5,0,0,0,.5,18Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M15.086,22.74a.5.5,0,0,0-.131-.479L12.74,20.046a.5.5,0,0,0-.834.216l-.886,3.1A.5.5,0,0,0,11.5,24a.492.492,0,0,0,.137-.019l3.1-.886A.5.5,0,0,0,15.086,22.74Z","M13.055,18.946l3,3a.5.5,0,0,0,.707,0l5.011-5.01a.5.5,0,0,0,0-.707l-3-3a.5.5,0,0,0-.707,0l-5.011,5.01A.5.5,0,0,0,13.055,18.946Z","M19.48,12.521l3,3a.454.454,0,0,0,.327.125.618.618,0,0,0,.427-.171,2.622,2.622,0,1,0-3.754-3.661A.5.5,0,0,0,19.48,12.521Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.5,14v2.006a.25.25,0,0,0,.427.177l5.492-5.492a1.576,1.576,0,0,1,.16-.136.251.251,0,0,0,.078-.294,4.528,4.528,0,0,0-7.752-1,.25.25,0,0,0,.005.311A6.959,6.959,0,0,1,12.5,14Z","M.5,18H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5a.5.5,0,0,0,.5-.5V14h0A5.5,5.5,0,0,0,0,14v3.5A.5.5,0,0,0,.5,18Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M15.086,22.74a.5.5,0,0,0-.131-.479L12.74,20.046a.5.5,0,0,0-.834.216l-.886,3.1A.5.5,0,0,0,11.5,24a.492.492,0,0,0,.137-.019l3.1-.886A.5.5,0,0,0,15.086,22.74Z","M13.055,18.946l3,3a.5.5,0,0,0,.707,0l5.011-5.01a.5.5,0,0,0,0-.707l-3-3a.5.5,0,0,0-.707,0l-5.011,5.01A.5.5,0,0,0,13.055,18.946Z","M19.48,12.521l3,3a.454.454,0,0,0,.327.125.618.618,0,0,0,.427-.171,2.622,2.622,0,1,0-3.754-3.661A.5.5,0,0,0,19.48,12.521Z"]];
18
+ export const MultipleActionsEdit2 = ["multiple-actions-edit-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.501 3.500 A3.000 3.000 0 1 0 17.501 3.500 A3.000 3.000 0 1 0 11.501 3.500 Z","M12.5,14v2a.25.25,0,0,0,.426.177l5.541-5.54a.966.966,0,0,1,.109-.094.252.252,0,0,0,.078-.294,4.528,4.528,0,0,0-7.75-.994.25.25,0,0,0,.005.311A6.96,6.96,0,0,1,12.5,14Z","M.5,18h1.81a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.691,18H10.5a.5.5,0,0,0,.5-.5V14h0A5.5,5.5,0,1,0,0,14v3.5A.5.5,0,0,0,.5,18Z","M2.001 3.500 A3.500 3.500 0 1 0 9.001 3.500 A3.500 3.500 0 1 0 2.001 3.500 Z","M12.393,20.462a.5.5,0,0,0-.844.255L11.012,23.4a.5.5,0,0,0,.49.6.466.466,0,0,0,.1-.01l2.685-.537a.5.5,0,0,0,.255-.844Z","M16.027,21.975a.5.5,0,0,0,.707,0l6.5-6.5a2.623,2.623,0,0,0-.2-3.882,2.71,2.71,0,0,0-3.606.274l-6.4,6.4a.5.5,0,0,0,0,.707Z","M11.501 3.500 A3.000 3.000 0 1 0 17.501 3.500 A3.000 3.000 0 1 0 11.501 3.500 Z","M12.5,14v2a.25.25,0,0,0,.426.177l5.541-5.54a.966.966,0,0,1,.109-.094.252.252,0,0,0,.078-.294,4.528,4.528,0,0,0-7.75-.994.25.25,0,0,0,.005.311A6.96,6.96,0,0,1,12.5,14Z","M.5,18h1.81a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.691,18H10.5a.5.5,0,0,0,.5-.5V14h0A5.5,5.5,0,1,0,0,14v3.5A.5.5,0,0,0,.5,18Z","M2.001 3.500 A3.500 3.500 0 1 0 9.001 3.500 A3.500 3.500 0 1 0 2.001 3.500 Z","M12.393,20.462a.5.5,0,0,0-.844.255L11.012,23.4a.5.5,0,0,0,.49.6.466.466,0,0,0,.1-.01l2.685-.537a.5.5,0,0,0,.255-.844Z","M16.027,21.975a.5.5,0,0,0,.707,0l6.5-6.5a2.623,2.623,0,0,0-.2-3.882,2.71,2.71,0,0,0-3.606.274l-6.4,6.4a.5.5,0,0,0,0,.707Z"]];
19
+ export const MultipleActionsCheck2 = ["multiple-actions-check-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.248.248,0,0,0,.172.146.254.254,0,0,0,.22-.053A7.987,7.987,0,0,1,17.71,9.445.25.25,0,0,0,17.9,9.03a4.552,4.552,0,0,0-7,.23.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M10.839,13.035a.252.252,0,0,0,.036-.191A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.579a.253.253,0,0,0,.18-.076.249.249,0,0,0,.07-.183A8,8,0,0,1,10.839,13.035Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M23.049,18.19a1,1,0,0,0-1.254.656A4.5,4.5,0,1,1,17.5,13a1,1,0,0,0,0-2,6.5,6.5,0,1,0,6.2,8.443A1,1,0,0,0,23.049,18.19Z","M23.707,12.667a1,1,0,0,0-1.414,0l-4.616,4.617a.252.252,0,0,1-.354,0l-1.178-1.179a1,1,0,1,0-1.415,1.414L16.307,19.1a1.69,1.69,0,0,0,2.386,0l5.014-5.014A1,1,0,0,0,23.707,12.667Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.248.248,0,0,0,.172.146.254.254,0,0,0,.22-.053A7.987,7.987,0,0,1,17.71,9.445.25.25,0,0,0,17.9,9.03a4.552,4.552,0,0,0-7,.23.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M10.839,13.035a.252.252,0,0,0,.036-.191A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.579a.253.253,0,0,0,.18-.076.249.249,0,0,0,.07-.183A8,8,0,0,1,10.839,13.035Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M23.049,18.19a1,1,0,0,0-1.254.656A4.5,4.5,0,1,1,17.5,13a1,1,0,0,0,0-2,6.5,6.5,0,1,0,6.2,8.443A1,1,0,0,0,23.049,18.19Z","M23.707,12.667a1,1,0,0,0-1.414,0l-4.616,4.617a.252.252,0,0,1-.354,0l-1.178-1.179a1,1,0,1,0-1.415,1.414L16.307,19.1a1.69,1.69,0,0,0,2.386,0l5.014-5.014A1,1,0,0,0,23.707,12.667Z"]];
20
+ export const MultipleActionsGraduate = ["multiple-actions-graduate",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.5,14v.454a.249.249,0,0,0,.348.23l3.864-1.656a2,2,0,0,1,1.576,0l.363.156a.251.251,0,0,0,.349-.23V11.9a4.456,4.456,0,0,0-4.5-4.4,4.528,4.528,0,0,0-3.6,1.761.248.248,0,0,0,.005.31A6.96,6.96,0,0,1,12.5,14Z","M2.31,18a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.56a.25.25,0,0,0,.25-.25v-.312A2,2,0,0,1,10.713,15.6l.135-.058a.25.25,0,0,0,.152-.23V14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M11.316,17.111a.5.5,0,0,0-.316.474v3.38a.75.75,0,1,0,1.5,0V18.812a.251.251,0,0,1,.106-.2.249.249,0,0,1,.227-.032l4.5,1.589a.5.5,0,0,0,.166.028.5.5,0,0,0,.167-.028l6-2.118a.5.5,0,0,0,.018-.936l-6-2.383a.5.5,0,0,0-.369,0Z","M21.1,22.918a.5.5,0,0,0,.334-.472V20.3a.5.5,0,0,0-.667-.472l-3.179,1.122a.249.249,0,0,1-.166,0l-3.179-1.122a.5.5,0,0,0-.666.472v2.145a.5.5,0,0,0,.333.472l2.573.908a3.091,3.091,0,0,0,2.045,0Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.5,14v.454a.249.249,0,0,0,.348.23l3.864-1.656a2,2,0,0,1,1.576,0l.363.156a.251.251,0,0,0,.349-.23V11.9a4.456,4.456,0,0,0-4.5-4.4,4.528,4.528,0,0,0-3.6,1.761.248.248,0,0,0,.005.31A6.96,6.96,0,0,1,12.5,14Z","M2.31,18a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.56a.25.25,0,0,0,.25-.25v-.312A2,2,0,0,1,10.713,15.6l.135-.058a.25.25,0,0,0,.152-.23V14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M11.316,17.111a.5.5,0,0,0-.316.474v3.38a.75.75,0,1,0,1.5,0V18.812a.251.251,0,0,1,.106-.2.249.249,0,0,1,.227-.032l4.5,1.589a.5.5,0,0,0,.166.028.5.5,0,0,0,.167-.028l6-2.118a.5.5,0,0,0,.018-.936l-6-2.383a.5.5,0,0,0-.369,0Z","M21.1,22.918a.5.5,0,0,0,.334-.472V20.3a.5.5,0,0,0-.667-.472l-3.179,1.122a.249.249,0,0,1-.166,0l-3.179-1.122a.5.5,0,0,0-.666.472v2.145a.5.5,0,0,0,.333.472l2.573.908a3.091,3.091,0,0,0,2.045,0Z"]];
21
+ export const MultipleActionsHeart = ["multiple-actions-heart",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.499 3.501 A3.000 3.000 0 1 0 17.499 3.501 A3.000 3.000 0 1 0 11.499 3.501 Z","M11.961,11.33a.25.25,0,0,0,.342.128A4.984,4.984,0,0,1,13.721,11a5.037,5.037,0,0,1,3.638.811.251.251,0,0,0,.28,0,5,5,0,0,1,1.087-.537.251.251,0,0,0,.16-.288A4.471,4.471,0,0,0,14.5,7.5a4.527,4.527,0,0,0-3.6,1.76.251.251,0,0,0,0,.311A6.984,6.984,0,0,1,11.961,11.33Z","M.5,18H2.31a.25.25,0,0,1,.249.23L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458L8.44,18.23A.25.25,0,0,1,8.689,18h.879a.25.25,0,0,0,.236-.334,5.018,5.018,0,0,1,.226-3.949,4.934,4.934,0,0,1,.691-1.024.251.251,0,0,0,.051-.235A5.5,5.5,0,0,0,0,14v3.5A.5.5,0,0,0,.5,18Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M11.372,14.45a3.517,3.517,0,0,0,.651,4.06l0,0,5.112,5.332a.5.5,0,0,0,.721,0l5.1-5.325,0,0a3.523,3.523,0,0,0,.659-4.068,3.526,3.526,0,0,0-5.646-.916l-.305.3a.25.25,0,0,1-.353,0l-.3-.3a3.526,3.526,0,0,0-5.646.916Z","M11.499 3.501 A3.000 3.000 0 1 0 17.499 3.501 A3.000 3.000 0 1 0 11.499 3.501 Z","M11.961,11.33a.25.25,0,0,0,.342.128A4.984,4.984,0,0,1,13.721,11a5.037,5.037,0,0,1,3.638.811.251.251,0,0,0,.28,0,5,5,0,0,1,1.087-.537.251.251,0,0,0,.16-.288A4.471,4.471,0,0,0,14.5,7.5a4.527,4.527,0,0,0-3.6,1.76.251.251,0,0,0,0,.311A6.984,6.984,0,0,1,11.961,11.33Z","M.5,18H2.31a.25.25,0,0,1,.249.23L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458L8.44,18.23A.25.25,0,0,1,8.689,18h.879a.25.25,0,0,0,.236-.334,5.018,5.018,0,0,1,.226-3.949,4.934,4.934,0,0,1,.691-1.024.251.251,0,0,0,.051-.235A5.5,5.5,0,0,0,0,14v3.5A.5.5,0,0,0,.5,18Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M11.372,14.45a3.517,3.517,0,0,0,.651,4.06l0,0,5.112,5.332a.5.5,0,0,0,.721,0l5.1-5.325,0,0a3.523,3.523,0,0,0,.659-4.068,3.526,3.526,0,0,0-5.646-.916l-.305.3a.25.25,0,0,1-.353,0l-.3-.3a3.526,3.526,0,0,0-5.646.916Z"]];
22
+ export const MultipleActionsHome = ["multiple-actions-home",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.353,12.609a.25.25,0,0,0,.406.142l2.626-2.222h0a2.31,2.31,0,0,1,2.765-.283.25.25,0,0,0,.341-.335A4.529,4.529,0,0,0,10.9,9.26a.25.25,0,0,0,.005.311A6.973,6.973,0,0,1,12.353,12.609Z","M0,17.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.356-4.268a.249.249,0,0,0-.035-.148,1.988,1.988,0,0,1-.166-.329,2.508,2.508,0,0,1,.731-2.767l2.027-1.715A.253.253,0,0,0,11,14.124V14h0A5.5,5.5,0,0,0,0,14Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M10.177,17.618a.5.5,0,0,0,.323.882h1.25a.25.25,0,0,1,.25.25V23.5a.5.5,0,0,0,.5.5H15a.5.5,0,0,0,.5-.5V21.25a1.5,1.5,0,0,1,3,0V23.5a.5.5,0,0,0,.5.5h2.5a.5.5,0,0,0,.5-.5V18.75a.25.25,0,0,1,.25-.25H23.5a.5.5,0,0,0,.323-.882l-6.5-5.5a.5.5,0,0,0-.646,0Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.353,12.609a.25.25,0,0,0,.406.142l2.626-2.222h0a2.31,2.31,0,0,1,2.765-.283.25.25,0,0,0,.341-.335A4.529,4.529,0,0,0,10.9,9.26a.25.25,0,0,0,.005.311A6.973,6.973,0,0,1,12.353,12.609Z","M0,17.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.356-4.268a.249.249,0,0,0-.035-.148,1.988,1.988,0,0,1-.166-.329,2.508,2.508,0,0,1,.731-2.767l2.027-1.715A.253.253,0,0,0,11,14.124V14h0A5.5,5.5,0,0,0,0,14Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M10.177,17.618a.5.5,0,0,0,.323.882h1.25a.25.25,0,0,1,.25.25V23.5a.5.5,0,0,0,.5.5H15a.5.5,0,0,0,.5-.5V21.25a1.5,1.5,0,0,1,3,0V23.5a.5.5,0,0,0,.5.5h2.5a.5.5,0,0,0,.5-.5V18.75a.25.25,0,0,1,.25-.25H23.5a.5.5,0,0,0,.323-.882l-6.5-5.5a.5.5,0,0,0-.646,0Z"]];
23
+ export const MultipleActionsImage = ["multiple-actions-image",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M17.167,8.938a.25.25,0,0,0,.156-.446,4.514,4.514,0,0,0-5.647,0,.251.251,0,0,0,.157.446Z","M9,10.938a1.951,1.951,0,0,1,.171-.79.247.247,0,0,0-.064-.289A5.491,5.491,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.06A.25.25,0,0,0,9,17.75Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M24,22V12.5a2,2,0,0,0-2-2H12.5a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2H22A2,2,0,0,0,24,22Zm-2.725-5.113a1.245,1.245,0,0,0-1.02-.557h-.011a1.254,1.254,0,0,0-1.033.533l-1.537,2.2a.254.254,0,0,1-.169.1.25.25,0,0,1-.192-.053l-.612-.489a1.249,1.249,0,0,0-1.821.282l-2,3.005a.2.2,0,0,1-.171.092.206.206,0,0,1-.206-.206V12.75a.25.25,0,0,1,.25-.25h9a.25.25,0,0,1,.25.25v4.4a.25.25,0,0,1-.458.139Z","M13.750 15.000 A1.750 1.750 0 1 0 17.250 15.000 A1.750 1.750 0 1 0 13.750 15.000 Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M17.167,8.938a.25.25,0,0,0,.156-.446,4.514,4.514,0,0,0-5.647,0,.251.251,0,0,0,.157.446Z","M9,10.938a1.951,1.951,0,0,1,.171-.79.247.247,0,0,0-.064-.289A5.491,5.491,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.06A.25.25,0,0,0,9,17.75Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M24,22V12.5a2,2,0,0,0-2-2H12.5a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2H22A2,2,0,0,0,24,22Zm-2.725-5.113a1.245,1.245,0,0,0-1.02-.557h-.011a1.254,1.254,0,0,0-1.033.533l-1.537,2.2a.254.254,0,0,1-.169.1.25.25,0,0,1-.192-.053l-.612-.489a1.249,1.249,0,0,0-1.821.282l-2,3.005a.2.2,0,0,1-.171.092.206.206,0,0,1-.206-.206V12.75a.25.25,0,0,1,.25-.25h9a.25.25,0,0,1,.25.25v4.4a.25.25,0,0,1-.458.139Z","M13.750 15.000 A1.750 1.750 0 1 0 17.250 15.000 A1.750 1.750 0 1 0 13.750 15.000 Z"]];
24
+ export const MultipleActionsInformation = ["multiple-actions-information",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M9.5,17.438a7.948,7.948,0,0,1,1.336-4.418.247.247,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.248.248,0,0,0,.182-.079.246.246,0,0,0,.067-.186C9.505,17.636,9.5,17.537,9.5,17.438Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm2.25,10a.75.75,0,0,1-.75.75H16a.75.75,0,0,1,0-1.5h.5a.25.25,0,0,0,.25-.25V18a.249.249,0,0,0-.25-.25H16a.75.75,0,0,1,0-1.5h1a1.25,1.25,0,0,1,1.25,1.25V20a.25.25,0,0,0,.25.25H19A.75.75,0,0,1,19.75,21ZM18,14.25a1,1,0,1,1-1-1A1,1,0,0,1,18,14.25Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M9.5,17.438a7.948,7.948,0,0,1,1.336-4.418.247.247,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.248.248,0,0,0,.182-.079.246.246,0,0,0,.067-.186C9.505,17.636,9.5,17.537,9.5,17.438Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm2.25,10a.75.75,0,0,1-.75.75H16a.75.75,0,0,1,0-1.5h.5a.25.25,0,0,0,.25-.25V18a.249.249,0,0,0-.25-.25H16a.75.75,0,0,1,0-1.5h1a1.25,1.25,0,0,1,1.25,1.25V20a.25.25,0,0,0,.25.25H19A.75.75,0,0,1,19.75,21ZM18,14.25a1,1,0,1,1-1-1A1,1,0,0,1,18,14.25Z"]];
25
+ export const MultipleActionsFlight = ["multiple-actions-flight",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.499 3.500 A3.000 3.000 0 1 0 17.499 3.500 A3.000 3.000 0 1 0 11.499 3.500 Z","M12.493,13.939a.251.251,0,0,0,.37.21,2.328,2.328,0,0,1,1.908-.137h0l2.61.972a.258.258,0,0,0,.087.016H18.5a.5.5,0,0,0,.5-.5V11.9a4.456,4.456,0,0,0-4.5-4.4,4.528,4.528,0,0,0-3.6,1.761.25.25,0,0,0,.005.311A6.813,6.813,0,0,1,12.493,13.939Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M22.553,15.556l-.008,0-.01,0a1.8,1.8,0,0,0-1.4.271l-2,1.365a.252.252,0,0,1-.229.027l-4.652-1.732a.835.835,0,0,0-.782.112,8.271,8.271,0,0,0-1.026.787.842.842,0,0,0,.139,1.2.243.243,0,0,0,.032.024l2.683,1.66a.251.251,0,0,1,.119.2.255.255,0,0,1-.1.212l-.958.709a.25.25,0,0,1-.276.015l-1.148-.677a.283.283,0,0,0-.053-.023.778.778,0,0,0-.713.139l-.005.005a10.072,10.072,0,0,0-.995.853.758.758,0,0,0-.165.563.772.772,0,0,0,.3.528l.013.01,2.87,2.015a.979.979,0,0,0,1.085.033l7.854-4.877h0a1.882,1.882,0,0,0-.576-3.418Z","M11,14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5a.5.5,0,0,0,.5-.5Z","M11.499 3.500 A3.000 3.000 0 1 0 17.499 3.500 A3.000 3.000 0 1 0 11.499 3.500 Z","M12.493,13.939a.251.251,0,0,0,.37.21,2.328,2.328,0,0,1,1.908-.137h0l2.61.972a.258.258,0,0,0,.087.016H18.5a.5.5,0,0,0,.5-.5V11.9a4.456,4.456,0,0,0-4.5-4.4,4.528,4.528,0,0,0-3.6,1.761.25.25,0,0,0,.005.311A6.813,6.813,0,0,1,12.493,13.939Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M22.553,15.556l-.008,0-.01,0a1.8,1.8,0,0,0-1.4.271l-2,1.365a.252.252,0,0,1-.229.027l-4.652-1.732a.835.835,0,0,0-.782.112,8.271,8.271,0,0,0-1.026.787.842.842,0,0,0,.139,1.2.243.243,0,0,0,.032.024l2.683,1.66a.251.251,0,0,1,.119.2.255.255,0,0,1-.1.212l-.958.709a.25.25,0,0,1-.276.015l-1.148-.677a.283.283,0,0,0-.053-.023.778.778,0,0,0-.713.139l-.005.005a10.072,10.072,0,0,0-.995.853.758.758,0,0,0-.165.563.772.772,0,0,0,.3.528l.013.01,2.87,2.015a.979.979,0,0,0,1.085.033l7.854-4.877h0a1.882,1.882,0,0,0-.576-3.418Z","M11,14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5a.5.5,0,0,0,.5-.5Z"]];
26
+ export const MultipleActionsAlarm = ["multiple-actions-alarm",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.316,12.426a.25.25,0,0,0,.461.067,6,6,0,0,1,4.952-3.049.251.251,0,0,0,.177-.416,4.557,4.557,0,0,0-7,.232.25.25,0,0,0,.005.311A6.977,6.977,0,0,1,12.316,12.426Z","M11,17.5V14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5A.5.5,0,0,0,11,17.5Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M23.659,19.883h0A4.085,4.085,0,0,1,22.5,17.167V15.5a4.5,4.5,0,0,0-9,0v1.667a4.079,4.079,0,0,1-1.159,2.716h0L12.1,20.2a.5.5,0,0,0,.4.8h11a.5.5,0,0,0,.4-.8Z","M19.682,22.194a.5.5,0,0,0-.4-.194H16.714a.5.5,0,0,0-.484.625,1.827,1.827,0,0,0,3.54,0A.5.5,0,0,0,19.682,22.194Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.316,12.426a.25.25,0,0,0,.461.067,6,6,0,0,1,4.952-3.049.251.251,0,0,0,.177-.416,4.557,4.557,0,0,0-7,.232.25.25,0,0,0,.005.311A6.977,6.977,0,0,1,12.316,12.426Z","M11,17.5V14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5A.5.5,0,0,0,11,17.5Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M23.659,19.883h0A4.085,4.085,0,0,1,22.5,17.167V15.5a4.5,4.5,0,0,0-9,0v1.667a4.079,4.079,0,0,1-1.159,2.716h0L12.1,20.2a.5.5,0,0,0,.4.8h11a.5.5,0,0,0,.4-.8Z","M19.682,22.194a.5.5,0,0,0-.4-.194H16.714a.5.5,0,0,0-.484.625,1.827,1.827,0,0,0,3.54,0A.5.5,0,0,0,19.682,22.194Z"]];
27
+ export const MultipleActionsRemove = ["multiple-actions-remove",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M9.261,18a.25.25,0,0,0,.249-.265c0-.1-.01-.2-.01-.3a7.946,7.946,0,0,1,1.336-4.418.251.251,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm3.182,9.682a1,1,0,0,1-1.414,0l-1.591-1.591a.251.251,0,0,0-.354,0l-1.591,1.591a1,1,0,1,1-1.414-1.414l1.591-1.591a.25.25,0,0,0,0-.354l-1.591-1.591a1,1,0,1,1,1.414-1.414l1.591,1.591a.251.251,0,0,0,.354,0l1.591-1.591a1,1,0,1,1,1.414,1.414l-1.591,1.591a.25.25,0,0,0,0,.354l1.591,1.591A1,1,0,0,1,20.682,20.682Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M9.261,18a.25.25,0,0,0,.249-.265c0-.1-.01-.2-.01-.3a7.946,7.946,0,0,1,1.336-4.418.251.251,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm3.182,9.682a1,1,0,0,1-1.414,0l-1.591-1.591a.251.251,0,0,0-.354,0l-1.591,1.591a1,1,0,1,1-1.414-1.414l1.591-1.591a.25.25,0,0,0,0-.354l-1.591-1.591a1,1,0,1,1,1.414-1.414l1.591,1.591a.251.251,0,0,0,.354,0l1.591-1.591a1,1,0,1,1,1.414,1.414l-1.591,1.591a.25.25,0,0,0,0,.354l1.591,1.591A1,1,0,0,1,20.682,20.682Z"]];
28
+ export const MultipleActionsText = ["multiple-actions-text",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11,9.689a.251.251,0,0,0,.3.075A2.911,2.911,0,0,1,12.5,9.5h5.261a.25.25,0,0,0,.19-.412,4.548,4.548,0,0,0-7.047.173.251.251,0,0,0,0,.31C10.94,9.61,10.971,9.649,11,9.689Z","M9.5,12.5a2.976,2.976,0,0,1,.414-1.515.252.252,0,0,0-.015-.277A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.56a.25.25,0,0,0,.25-.25Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M22,11H13a2,2,0,0,0-2,2v9a2,2,0,0,0,2,2h9a2,2,0,0,0,2-2V13A2,2,0,0,0,22,11Zm-9,2.25a.25.25,0,0,1,.25-.25h8.5a.25.25,0,0,1,.25.25v8.5a.249.249,0,0,1-.25.25h-8.5a.25.25,0,0,1-.25-.25Z","M20,15H15.25a.75.75,0,0,0,0,1.5H20A.75.75,0,0,0,20,15Z","M17.5,19.5a.75.75,0,0,0,0-1.5H15.25a.75.75,0,0,0,0,1.5Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11,9.689a.251.251,0,0,0,.3.075A2.911,2.911,0,0,1,12.5,9.5h5.261a.25.25,0,0,0,.19-.412,4.548,4.548,0,0,0-7.047.173.251.251,0,0,0,0,.31C10.94,9.61,10.971,9.649,11,9.689Z","M9.5,12.5a2.976,2.976,0,0,1,.414-1.515.252.252,0,0,0-.015-.277A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.56a.25.25,0,0,0,.25-.25Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M22,11H13a2,2,0,0,0-2,2v9a2,2,0,0,0,2,2h9a2,2,0,0,0,2-2V13A2,2,0,0,0,22,11Zm-9,2.25a.25.25,0,0,1,.25-.25h8.5a.25.25,0,0,1,.25.25v8.5a.249.249,0,0,1-.25.25h-8.5a.25.25,0,0,1-.25-.25Z","M20,15H15.25a.75.75,0,0,0,0,1.5H20A.75.75,0,0,0,20,15Z","M17.5,19.5a.75.75,0,0,0,0-1.5H15.25a.75.75,0,0,0,0,1.5Z"]];
29
+ export const MultipleActionsAddress = ["multiple-actions-address",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.721,10.809a.25.25,0,0,0,.173.13.247.247,0,0,0,.209-.052,8.45,8.45,0,0,1,5.079-1.944A.25.25,0,0,0,17.33,8.5,4.535,4.535,0,0,0,10.9,9.26a.25.25,0,0,0,.005.311A6.954,6.954,0,0,1,11.721,10.809Z","M0,17.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.071a.251.251,0,0,0,.25-.265c-.006-.1-.011-.2-.011-.3a8.439,8.439,0,0,1,1.656-5.019.249.249,0,0,0,.034-.231A5.5,5.5,0,0,0,0,14Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M10.678,18.815a6.669,6.669,0,0,0,4.986,5A7.09,7.09,0,0,0,17.252,24a6.746,6.746,0,0,0,1.735-.227,1,1,0,1,0-.514-1.933,4.881,4.881,0,0,1-2.361.028,4.723,4.723,0,0,1-3.484-3.495A4.76,4.76,0,0,1,17.374,12.5,4.923,4.923,0,0,1,22,17.516v.811a.8.8,0,0,1-1.594,0V17.249a3.156,3.156,0,1,0-3.156,3.156,3.1,3.1,0,0,0,1.477-.377.25.25,0,0,1,.312.063A2.793,2.793,0,0,0,24,18.327v-.811A6.933,6.933,0,0,0,17.425,10.5a6.758,6.758,0,0,0-6.747,8.314Zm6.572-.41a1.156,1.156,0,1,1,1.156-1.156A1.157,1.157,0,0,1,17.25,18.405Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.721,10.809a.25.25,0,0,0,.173.13.247.247,0,0,0,.209-.052,8.45,8.45,0,0,1,5.079-1.944A.25.25,0,0,0,17.33,8.5,4.535,4.535,0,0,0,10.9,9.26a.25.25,0,0,0,.005.311A6.954,6.954,0,0,1,11.721,10.809Z","M0,17.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.071a.251.251,0,0,0,.25-.265c-.006-.1-.011-.2-.011-.3a8.439,8.439,0,0,1,1.656-5.019.249.249,0,0,0,.034-.231A5.5,5.5,0,0,0,0,14Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M10.678,18.815a6.669,6.669,0,0,0,4.986,5A7.09,7.09,0,0,0,17.252,24a6.746,6.746,0,0,0,1.735-.227,1,1,0,1,0-.514-1.933,4.881,4.881,0,0,1-2.361.028,4.723,4.723,0,0,1-3.484-3.495A4.76,4.76,0,0,1,17.374,12.5,4.923,4.923,0,0,1,22,17.516v.811a.8.8,0,0,1-1.594,0V17.249a3.156,3.156,0,1,0-3.156,3.156,3.1,3.1,0,0,0,1.477-.377.25.25,0,0,1,.312.063A2.793,2.793,0,0,0,24,18.327v-.811A6.933,6.933,0,0,0,17.425,10.5a6.758,6.758,0,0,0-6.747,8.314Zm6.572-.41a1.156,1.156,0,1,1,1.156-1.156A1.157,1.157,0,0,1,17.25,18.405Z"]];
30
+ export const MultipleActionsChat = ["multiple-actions-chat",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M13,8.5h3.487a.25.25,0,0,0,.118-.471,4.474,4.474,0,0,0-4.308.048.25.25,0,0,0,.162.465A3.445,3.445,0,0,1,13,8.5Z","M9.5,12a3.453,3.453,0,0,1,.248-1.28.25.25,0,0,0-.041-.253A5.494,5.494,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.56a.25.25,0,0,0,.25-.25Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M22,10H13a2,2,0,0,0-2,2v7a2,2,0,0,0,2,2h.75a.25.25,0,0,1,.25.25V23a1,1,0,0,0,1.625.781l3.407-2.726A.247.247,0,0,1,19.188,21H22a2,2,0,0,0,2-2V12A2,2,0,0,0,22,10Zm-3.875,9.219L16.406,20.6A.25.25,0,0,1,16,20.4V20a1,1,0,0,0-1-1H13.25a.25.25,0,0,1-.25-.25v-6.5a.25.25,0,0,1,.25-.25h8.5a.25.25,0,0,1,.25.25v6.5a.249.249,0,0,1-.25.25h-3A1,1,0,0,0,18.125,19.219Z","M15,15h5a.75.75,0,0,0,0-1.5H15A.75.75,0,0,0,15,15Z","M18,17.5A.75.75,0,0,0,18,16H15a.75.75,0,0,0,0,1.5Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M13,8.5h3.487a.25.25,0,0,0,.118-.471,4.474,4.474,0,0,0-4.308.048.25.25,0,0,0,.162.465A3.445,3.445,0,0,1,13,8.5Z","M9.5,12a3.453,3.453,0,0,1,.248-1.28.25.25,0,0,0-.041-.253A5.494,5.494,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.56a.25.25,0,0,0,.25-.25Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M22,10H13a2,2,0,0,0-2,2v7a2,2,0,0,0,2,2h.75a.25.25,0,0,1,.25.25V23a1,1,0,0,0,1.625.781l3.407-2.726A.247.247,0,0,1,19.188,21H22a2,2,0,0,0,2-2V12A2,2,0,0,0,22,10Zm-3.875,9.219L16.406,20.6A.25.25,0,0,1,16,20.4V20a1,1,0,0,0-1-1H13.25a.25.25,0,0,1-.25-.25v-6.5a.25.25,0,0,1,.25-.25h8.5a.25.25,0,0,1,.25.25v6.5a.249.249,0,0,1-.25.25h-3A1,1,0,0,0,18.125,19.219Z","M15,15h5a.75.75,0,0,0,0-1.5H15A.75.75,0,0,0,15,15Z","M18,17.5A.75.75,0,0,0,18,16H15a.75.75,0,0,0,0,1.5Z"]];
31
+ export const MultipleActionsMoney = ["multiple-actions-money",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M0,17.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.248.248,0,0,0,.182-.079.246.246,0,0,0,.067-.186c0-.1-.01-.2-.01-.3a7.948,7.948,0,0,1,1.336-4.418.247.247,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm7.25-4.25v.25a.25.25,0,0,0,.25.25H19a.75.75,0,0,1,0,1.5H16.967a.592.592,0,0,0-.22,1.141l2.063.825a2.084,2.084,0,0,1-.36,3.981.25.25,0,0,0-.2.245v.308a.75.75,0,0,1-1.5,0V21.5a.25.25,0,0,0-.25-.25H16a.75.75,0,0,1,0-1.5h2.034a.592.592,0,0,0,.22-1.141l-2.064-.825a2.084,2.084,0,0,1,.36-3.981.249.249,0,0,0,.2-.245V13.25a.75.75,0,0,1,1.5,0Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M0,17.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.248.248,0,0,0,.182-.079.246.246,0,0,0,.067-.186c0-.1-.01-.2-.01-.3a7.948,7.948,0,0,1,1.336-4.418.247.247,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M11,17.5A6.5,6.5,0,1,0,17.5,11,6.508,6.508,0,0,0,11,17.5Zm7.25-4.25v.25a.25.25,0,0,0,.25.25H19a.75.75,0,0,1,0,1.5H16.967a.592.592,0,0,0-.22,1.141l2.063.825a2.084,2.084,0,0,1-.36,3.981.25.25,0,0,0-.2.245v.308a.75.75,0,0,1-1.5,0V21.5a.25.25,0,0,0-.25-.25H16a.75.75,0,0,1,0-1.5h2.034a.592.592,0,0,0,.22-1.141l-2.064-.825a2.084,2.084,0,0,1,.36-3.981.249.249,0,0,0,.2-.245V13.25a.75.75,0,0,1,1.5,0Z"]];
32
+ export const MultipleActionsLock = ["multiple-actions-lock",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M14.353,14.165a.25.25,0,0,0,.153-.217,4.493,4.493,0,0,1,3.535-4.137.25.25,0,0,0,.152-.388A4.529,4.529,0,0,0,10.9,9.261a.248.248,0,0,0,.005.31A6.96,6.96,0,0,1,12.5,14v1.214a.25.25,0,0,0,.461.134A2.946,2.946,0,0,1,14.353,14.165Z","M11,14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5a.5.5,0,0,0,.5-.5Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M22.5,24A1.5,1.5,0,0,0,24,22.5V17a1.5,1.5,0,0,0-1.286-1.485.249.249,0,0,1-.214-.247V14.25a3.5,3.5,0,0,0-7,0v1.018a.249.249,0,0,1-.214.247A1.5,1.5,0,0,0,14,17v5.5A1.5,1.5,0,0,0,15.5,24h7ZM19,12.75a1.5,1.5,0,0,1,1.5,1.5v1a.25.25,0,0,1-.25.25h-2.5a.25.25,0,0,1-.25-.25v-1A1.5,1.5,0,0,1,19,12.75Zm1,7.5a1,1,0,1,1-1-1A1,1,0,0,1,20,20.25Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M14.353,14.165a.25.25,0,0,0,.153-.217,4.493,4.493,0,0,1,3.535-4.137.25.25,0,0,0,.152-.388A4.529,4.529,0,0,0,10.9,9.261a.248.248,0,0,0,.005.31A6.96,6.96,0,0,1,12.5,14v1.214a.25.25,0,0,0,.461.134A2.946,2.946,0,0,1,14.353,14.165Z","M11,14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5a.5.5,0,0,0,.5-.5Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M22.5,24A1.5,1.5,0,0,0,24,22.5V17a1.5,1.5,0,0,0-1.286-1.485.249.249,0,0,1-.214-.247V14.25a3.5,3.5,0,0,0-7,0v1.018a.249.249,0,0,1-.214.247A1.5,1.5,0,0,0,14,17v5.5A1.5,1.5,0,0,0,15.5,24h7ZM19,12.75a1.5,1.5,0,0,1,1.5,1.5v1a.25.25,0,0,1-.25.25h-2.5a.25.25,0,0,1-.25-.25v-1A1.5,1.5,0,0,1,19,12.75Zm1,7.5a1,1,0,1,1-1-1A1,1,0,0,1,20,20.25Z"]];
33
+ export const MultipleActionsMail = ["multiple-actions-mail",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.381,12.761a.251.251,0,0,0,.284.2A2.174,2.174,0,0,1,13,12.938h5.75a.25.25,0,0,0,.25-.25V11.9a4.456,4.456,0,0,0-4.5-4.4,4.53,4.53,0,0,0-3.6,1.76.25.25,0,0,0,.005.311A6.955,6.955,0,0,1,12.381,12.761Z","M10.952,14.02A.25.25,0,0,0,11,13.872,5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5V15.438A2.474,2.474,0,0,1,10.952,14.02Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M23.872,18.042a.252.252,0,0,0-.234-.005l-.027.016L19.2,21.123l-.011.008a2.263,2.263,0,0,1-2.373,0l-.011-.008-4.411-3.067a.248.248,0,0,0-.263-.014.251.251,0,0,0-.129.219V22.5A1.5,1.5,0,0,0,13.5,24h9A1.5,1.5,0,0,0,24,22.5V18.261A.251.251,0,0,0,23.872,18.042Z","M22.5,14.5h-9A1.5,1.5,0,0,0,12,16a.077.077,0,0,0,.034.063l0,0,5.56,3.787.011.007a.753.753,0,0,0,.782,0l.012-.007,5.56-3.787,0,0A.074.074,0,0,0,24,16,1.5,1.5,0,0,0,22.5,14.5Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.381,12.761a.251.251,0,0,0,.284.2A2.174,2.174,0,0,1,13,12.938h5.75a.25.25,0,0,0,.25-.25V11.9a4.456,4.456,0,0,0-4.5-4.4,4.53,4.53,0,0,0-3.6,1.76.25.25,0,0,0,.005.311A6.955,6.955,0,0,1,12.381,12.761Z","M10.952,14.02A.25.25,0,0,0,11,13.872,5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5V15.438A2.474,2.474,0,0,1,10.952,14.02Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M23.872,18.042a.252.252,0,0,0-.234-.005l-.027.016L19.2,21.123l-.011.008a2.263,2.263,0,0,1-2.373,0l-.011-.008-4.411-3.067a.248.248,0,0,0-.263-.014.251.251,0,0,0-.129.219V22.5A1.5,1.5,0,0,0,13.5,24h9A1.5,1.5,0,0,0,24,22.5V18.261A.251.251,0,0,0,23.872,18.042Z","M22.5,14.5h-9A1.5,1.5,0,0,0,12,16a.077.077,0,0,0,.034.063l0,0,5.56,3.787.011.007a.753.753,0,0,0,.782,0l.012-.007,5.56-3.787,0,0A.074.074,0,0,0,24,16,1.5,1.5,0,0,0,22.5,14.5Z"]];
34
+ export const MultipleActionsMonitor = ["multiple-actions-monitor",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.153,9.883a.154.154,0,0,0,.2.045A3.439,3.439,0,0,1,13,9.5h4.761a.25.25,0,0,0,.19-.412,4.548,4.548,0,0,0-7.046.172.25.25,0,0,0,.005.311Q11.036,9.724,11.153,9.883Z","M9.5,13a3.475,3.475,0,0,1,.529-1.844.25.25,0,0,0-.006-.275A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.56a.25.25,0,0,0,.25-.25Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M20,22H18.75a.25.25,0,0,1-.25-.25v-.5a.25.25,0,0,1,.25-.25H22a2,2,0,0,0,2-2V13a2,2,0,0,0-2-2H13a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h3.25a.25.25,0,0,1,.25.25v.5a.25.25,0,0,1-.25.25H15a1.041,1.041,0,0,0-1,1,1,1,0,0,0,1,1h5a1,1,0,0,0,1-1,.977.977,0,0,0-.153-.5A.988.988,0,0,0,20,22Zm1.75-9a.25.25,0,0,1,.25.25v5.5a.249.249,0,0,1-.25.25h-8.5a.25.25,0,0,1-.25-.25v-5.5a.25.25,0,0,1,.25-.25Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.153,9.883a.154.154,0,0,0,.2.045A3.439,3.439,0,0,1,13,9.5h4.761a.25.25,0,0,0,.19-.412,4.548,4.548,0,0,0-7.046.172.25.25,0,0,0,.005.311Q11.036,9.724,11.153,9.883Z","M9.5,13a3.475,3.475,0,0,1,.529-1.844.25.25,0,0,0-.006-.275A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.56a.25.25,0,0,0,.25-.25Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M20,22H18.75a.25.25,0,0,1-.25-.25v-.5a.25.25,0,0,1,.25-.25H22a2,2,0,0,0,2-2V13a2,2,0,0,0-2-2H13a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h3.25a.25.25,0,0,1,.25.25v.5a.25.25,0,0,1-.25.25H15a1.041,1.041,0,0,0-1,1,1,1,0,0,0,1,1h5a1,1,0,0,0,1-1,.977.977,0,0,0-.153-.5A.988.988,0,0,0,20,22Zm1.75-9a.25.25,0,0,1,.25.25v5.5a.249.249,0,0,1-.25.25h-8.5a.25.25,0,0,1-.25-.25v-5.5a.25.25,0,0,1,.25-.25Z"]];
35
+ export const MultipleActionsMusic = ["multiple-actions-music",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.3,12.378a.25.25,0,0,0,.473.035,3.5,3.5,0,0,1,2.581-2.086l2.688-.5a.249.249,0,0,0,.159-.388,4.529,4.529,0,0,0-7.3-.174.249.249,0,0,0,.005.31A7.183,7.183,0,0,1,12.3,12.378Z","M0,17.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5a.5.5,0,0,0,.5-.5V14h0A5.5,5.5,0,0,0,0,14Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M14,18.761a.255.255,0,0,1-.081.185.251.251,0,0,1-.192.064C13.652,19,13.577,19,13.5,19A2.5,2.5,0,1,0,16,21.5V14.038a.25.25,0,0,1,.2-.246l5.5-1.031a.249.249,0,0,1,.3.245v3.755a.255.255,0,0,1-.081.185.251.251,0,0,1-.192.064C21.652,17,21.577,17,21.5,17A2.5,2.5,0,1,0,24,19.5V12.705a2,2,0,0,0-2.368-1.966l-6,1.125A2,2,0,0,0,14,13.83Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.3,12.378a.25.25,0,0,0,.473.035,3.5,3.5,0,0,1,2.581-2.086l2.688-.5a.249.249,0,0,0,.159-.388,4.529,4.529,0,0,0-7.3-.174.249.249,0,0,0,.005.31A7.183,7.183,0,0,1,12.3,12.378Z","M0,17.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H10.5a.5.5,0,0,0,.5-.5V14h0A5.5,5.5,0,0,0,0,14Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M14,18.761a.255.255,0,0,1-.081.185.251.251,0,0,1-.192.064C13.652,19,13.577,19,13.5,19A2.5,2.5,0,1,0,16,21.5V14.038a.25.25,0,0,1,.2-.246l5.5-1.031a.249.249,0,0,1,.3.245v3.755a.255.255,0,0,1-.081.185.251.251,0,0,1-.192.064C21.652,17,21.577,17,21.5,17A2.5,2.5,0,1,0,24,19.5V12.705a2,2,0,0,0-2.368-1.966l-6,1.125A2,2,0,0,0,14,13.83Z"]];
36
+ export const MultipleActionsPlayer = ["multiple-actions-player",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.481 3.514 A2.995 2.995 0 1 0 17.471 3.514 A2.995 2.995 0 1 0 11.481 3.514 Z","M11.447,10.355a.248.248,0,0,0,.263.114,1.347,1.347,0,0,1,.271-.029h6.34a.249.249,0,0,0,.226-.355,4.52,4.52,0,0,0-7.66-.82.249.249,0,0,0,0,.31A7.024,7.024,0,0,1,11.447,10.355Z","M10.483,11.957a.745.745,0,0,1,.009-.106.247.247,0,0,0-.021-.137A5.488,5.488,0,0,0,0,14.016v3.495a.5.5,0,0,0,.5.5H2.306a.249.249,0,0,1,.249.229L3,23.542a.5.5,0,0,0,.5.458H7.488a.5.5,0,0,0,.5-.458l.442-5.3a.249.249,0,0,1,.249-.229h1.557a.25.25,0,0,0,.25-.25Z","M1.997 3.494 A3.494 3.494 0 1 0 8.985 3.494 A3.494 3.494 0 1 0 1.997 3.494 Z","M24,13.824a1.884,1.884,0,0,0-1.882-1.882H13.824a1.885,1.885,0,0,0-1.882,1.882v8.294A1.884,1.884,0,0,0,13.824,24h8.294A1.884,1.884,0,0,0,24,22.118ZM15.947,20.6a.929.929,0,0,1-.471-.807V16.154a.928.928,0,0,1,1.4-.8l3.029,1.817a.928.928,0,0,1,0,1.592l-3.028,1.818a.938.938,0,0,1-.478.132A.922.922,0,0,1,15.947,20.6Z","M11.481 3.514 A2.995 2.995 0 1 0 17.471 3.514 A2.995 2.995 0 1 0 11.481 3.514 Z","M11.447,10.355a.248.248,0,0,0,.263.114,1.347,1.347,0,0,1,.271-.029h6.34a.249.249,0,0,0,.226-.355,4.52,4.52,0,0,0-7.66-.82.249.249,0,0,0,0,.31A7.024,7.024,0,0,1,11.447,10.355Z","M10.483,11.957a.745.745,0,0,1,.009-.106.247.247,0,0,0-.021-.137A5.488,5.488,0,0,0,0,14.016v3.495a.5.5,0,0,0,.5.5H2.306a.249.249,0,0,1,.249.229L3,23.542a.5.5,0,0,0,.5.458H7.488a.5.5,0,0,0,.5-.458l.442-5.3a.249.249,0,0,1,.249-.229h1.557a.25.25,0,0,0,.25-.25Z","M1.997 3.494 A3.494 3.494 0 1 0 8.985 3.494 A3.494 3.494 0 1 0 1.997 3.494 Z","M24,13.824a1.884,1.884,0,0,0-1.882-1.882H13.824a1.885,1.885,0,0,0-1.882,1.882v8.294A1.884,1.884,0,0,0,13.824,24h8.294A1.884,1.884,0,0,0,24,22.118ZM15.947,20.6a.929.929,0,0,1-.471-.807V16.154a.928.928,0,0,1,1.4-.8l3.029,1.817a.928.928,0,0,1,0,1.592l-3.028,1.818a.938.938,0,0,1-.478.132A.922.922,0,0,1,15.947,20.6Z"]];
37
+ export const MultipleActionsQuestion = ["multiple-actions-question",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M9.5,17.438a7.948,7.948,0,0,1,1.336-4.418.247.247,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.25.25,0,0,0,.249-.265C9.505,17.636,9.5,17.537,9.5,17.438Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm1,10.5a1,1,0,1,1-1-1A1,1,0,0,1,18.5,21.5Zm1.625-5.625a2.64,2.64,0,0,1-1.731,2.468.22.22,0,0,0-.144.206v.2a.75.75,0,0,1-1.5,0V18.2a1.256,1.256,0,0,1,.989-1.222,1.125,1.125,0,1,0-1.364-1.1.75.75,0,0,1-1.5,0,2.625,2.625,0,0,1,5.25,0Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M9.5,17.438a7.948,7.948,0,0,1,1.336-4.418.247.247,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.25.25,0,0,0,.249-.265C9.505,17.636,9.5,17.537,9.5,17.438Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm1,10.5a1,1,0,1,1-1-1A1,1,0,0,1,18.5,21.5Zm1.625-5.625a2.64,2.64,0,0,1-1.731,2.468.22.22,0,0,0-.144.206v.2a.75.75,0,0,1-1.5,0V18.2a1.256,1.256,0,0,1,.989-1.222,1.125,1.125,0,1,0-1.364-1.1.75.75,0,0,1-1.5,0,2.625,2.625,0,0,1,5.25,0Z"]];
38
+ export const MultipleActionsRefresh = ["multiple-actions-refresh",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M9.522,17.94a.217.217,0,0,0,0-.044c-.009-.153-.023-.3-.023-.458a7.948,7.948,0,0,1,1.336-4.418.247.247,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.765A.068.068,0,0,0,9.522,17.94Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M23.392,19.871a1,1,0,0,0-1.893-.648,4.091,4.091,0,0,1-6.918,1.42.251.251,0,0,1,.008-.345l1.722-1.722a.5.5,0,0,0-.354-.853H11.5a.5.5,0,0,0-.5.5V22.68a.5.5,0,0,0,.854.353l.97-.97a.249.249,0,0,1,.358.006,6.086,6.086,0,0,0,10.21-2.2Z","M24,12.234a.5.5,0,0,0-.853-.353l-1.026,1.026a.252.252,0,0,1-.18.073.255.255,0,0,1-.178-.077,6.1,6.1,0,0,0-10.2,2.226,1,1,0,0,0,1.893.648,4.091,4.091,0,0,1,6.9-1.445.249.249,0,0,1-.007.346l-1.659,1.66a.5.5,0,0,0,.353.853H23.5a.5.5,0,0,0,.5-.5Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M9.522,17.94a.217.217,0,0,0,0-.044c-.009-.153-.023-.3-.023-.458a7.948,7.948,0,0,1,1.336-4.418.247.247,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.765A.068.068,0,0,0,9.522,17.94Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M23.392,19.871a1,1,0,0,0-1.893-.648,4.091,4.091,0,0,1-6.918,1.42.251.251,0,0,1,.008-.345l1.722-1.722a.5.5,0,0,0-.354-.853H11.5a.5.5,0,0,0-.5.5V22.68a.5.5,0,0,0,.854.353l.97-.97a.249.249,0,0,1,.358.006,6.086,6.086,0,0,0,10.21-2.2Z","M24,12.234a.5.5,0,0,0-.853-.353l-1.026,1.026a.252.252,0,0,1-.18.073.255.255,0,0,1-.178-.077,6.1,6.1,0,0,0-10.2,2.226,1,1,0,0,0,1.893.648,4.091,4.091,0,0,1,6.9-1.445.249.249,0,0,1-.007.346l-1.659,1.66a.5.5,0,0,0,.353.853H23.5a.5.5,0,0,0,.5-.5Z"]];
39
+ export const MultipleActionsShare2 = ["multiple-actions-share-2",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.5,14a.109.109,0,0,0,.043.087.107.107,0,0,0,.1.018,4.04,4.04,0,0,1,1.111-.167A4.182,4.182,0,0,1,15,14.131a.256.256,0,0,0,.2-.024l1.752-1.051a.254.254,0,0,0,.117-.168,4.235,4.235,0,0,1,1.466-2.456.248.248,0,0,0,.068-.294A4.534,4.534,0,0,0,10.9,9.261a.248.248,0,0,0,.005.31A6.96,6.96,0,0,1,12.5,14Z","M10.917,15.047A.248.248,0,0,0,11,14.862V14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.6a.249.249,0,0,0,.249-.225A4.222,4.222,0,0,1,10.917,15.047Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M21.25,11a2.753,2.753,0,0,0-2.75,2.75,2.214,2.214,0,0,0,.022.295.251.251,0,0,1-.12.248L15.564,16a.251.251,0,0,1-.271-.009A2.711,2.711,0,0,0,13.75,15.5a2.75,2.75,0,1,0,1.888,4.739.251.251,0,0,1,.265-.051l2.444.977a.254.254,0,0,1,.157.221,2.767,2.767,0,1,0,.845-2.112.218.218,0,0,1-.233.046l-2.464-.986a.252.252,0,0,1-.156-.217c0-.039-.008-.089-.017-.162a.25.25,0,0,1,.119-.247L19.437,16a.251.251,0,0,1,.271.009,2.708,2.708,0,0,0,1.542.487,2.75,2.75,0,0,0,0-5.5Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.5,14a.109.109,0,0,0,.043.087.107.107,0,0,0,.1.018,4.04,4.04,0,0,1,1.111-.167A4.182,4.182,0,0,1,15,14.131a.256.256,0,0,0,.2-.024l1.752-1.051a.254.254,0,0,0,.117-.168,4.235,4.235,0,0,1,1.466-2.456.248.248,0,0,0,.068-.294A4.534,4.534,0,0,0,10.9,9.261a.248.248,0,0,0,.005.31A6.96,6.96,0,0,1,12.5,14Z","M10.917,15.047A.248.248,0,0,0,11,14.862V14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.6a.249.249,0,0,0,.249-.225A4.222,4.222,0,0,1,10.917,15.047Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M21.25,11a2.753,2.753,0,0,0-2.75,2.75,2.214,2.214,0,0,0,.022.295.251.251,0,0,1-.12.248L15.564,16a.251.251,0,0,1-.271-.009A2.711,2.711,0,0,0,13.75,15.5a2.75,2.75,0,1,0,1.888,4.739.251.251,0,0,1,.265-.051l2.444.977a.254.254,0,0,1,.157.221,2.767,2.767,0,1,0,.845-2.112.218.218,0,0,1-.233.046l-2.464-.986a.252.252,0,0,1-.156-.217c0-.039-.008-.089-.017-.162a.25.25,0,0,1,.119-.247L19.437,16a.251.251,0,0,1,.271.009,2.708,2.708,0,0,0,1.542.487,2.75,2.75,0,0,0,0-5.5Z"]];
40
+ export const MultipleActionsShield = ["multiple-actions-shield",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.454,10.335a.25.25,0,0,0,.3.1,17.874,17.874,0,0,1,5.726-1l.229,0a.25.25,0,0,0,.193-.415,4.554,4.554,0,0,0-7,.235.25.25,0,0,0,.005.311A7.1,7.1,0,0,1,11.454,10.335Z","M9.5,16.786V13.394a3.035,3.035,0,0,1,.7-1.93.25.25,0,0,0,.021-.287A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.626a.249.249,0,0,0,.247-.283A7.256,7.256,0,0,1,9.5,16.786Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M23.073,12.04A16.4,16.4,0,0,0,17.479,11a15.993,15.993,0,0,0-5.551,1.04A1.547,1.547,0,0,0,11,13.456v3.393a7.717,7.717,0,0,0,5.191,6.805l.552.211a2.071,2.071,0,0,0,1.471,0l.553-.211C21.848,22.48,24,19.682,24,16.849V13.456A1.546,1.546,0,0,0,23.073,12.04ZM18.25,15.5a.25.25,0,0,0,.25.25h2a.75.75,0,0,1,0,1.5h-2a.25.25,0,0,0-.25.25v2a.75.75,0,0,1-1.5,0v-2a.25.25,0,0,0-.25-.25h-2a.75.75,0,0,1,0-1.5h2a.25.25,0,0,0,.25-.25v-2a.75.75,0,0,1,1.5,0Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.454,10.335a.25.25,0,0,0,.3.1,17.874,17.874,0,0,1,5.726-1l.229,0a.25.25,0,0,0,.193-.415,4.554,4.554,0,0,0-7,.235.25.25,0,0,0,.005.311A7.1,7.1,0,0,1,11.454,10.335Z","M9.5,16.786V13.394a3.035,3.035,0,0,1,.7-1.93.25.25,0,0,0,.021-.287A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.626a.249.249,0,0,0,.247-.283A7.256,7.256,0,0,1,9.5,16.786Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M23.073,12.04A16.4,16.4,0,0,0,17.479,11a15.993,15.993,0,0,0-5.551,1.04A1.547,1.547,0,0,0,11,13.456v3.393a7.717,7.717,0,0,0,5.191,6.805l.552.211a2.071,2.071,0,0,0,1.471,0l.553-.211C21.848,22.48,24,19.682,24,16.849V13.456A1.546,1.546,0,0,0,23.073,12.04ZM18.25,15.5a.25.25,0,0,0,.25.25h2a.75.75,0,0,1,0,1.5h-2a.25.25,0,0,0-.25.25v2a.75.75,0,0,1-1.5,0v-2a.25.25,0,0,0-.25-.25h-2a.75.75,0,0,1,0-1.5h2a.25.25,0,0,0,.25-.25v-2a.75.75,0,0,1,1.5,0Z"]];
41
+ export const MultipleActionsStar = ["multiple-actions-star",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.501 3.500 A3.000 3.000 0 1 0 17.501 3.500 A3.000 3.000 0 1 0 11.501 3.500 Z","M12.377,12.731a.25.25,0,0,0,.245.205h.823a.25.25,0,0,0,.23-.151c.88-2.037.832-1.935.875-2.017A3.3,3.3,0,0,1,17.2,8.949a.25.25,0,0,0,.135-.443,4.534,4.534,0,0,0-6.434.754.251.251,0,0,0,.005.311A6.965,6.965,0,0,1,12.377,12.731Z","M9.243,14.935a3.2,3.2,0,0,1,1.531-1.644.248.248,0,0,0,.133-.267A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5h1.81a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.691,18h.471a.25.25,0,0,0,.222-.365A3.181,3.181,0,0,1,9.243,14.935Z","M2.001 3.500 A3.500 3.500 0 1 0 9.001 3.500 A3.500 3.500 0 1 0 2.001 3.500 Z","M17.379,22.075a.254.254,0,0,1,.245,0l3.112,1.752h0a1.276,1.276,0,0,0,1.505-.166,1.257,1.257,0,0,0,.316-1.451L21.334,19.4a.249.249,0,0,1,.063-.286L23.6,17.143l.011-.01a1.262,1.262,0,0,0,.294-1.373A1.232,1.232,0,0,0,22.74,15h-2.5a.252.252,0,0,1-.23-.151l-1.344-3.117-.011-.023,0-.01a1.294,1.294,0,0,0-2.311.026l-.007.014-1.343,3.11a.251.251,0,0,1-.229.151h-2.5a1.23,1.23,0,0,0-1.166.759,1.271,1.271,0,0,0,.314,1.392l.01.009,2.189,1.951a.249.249,0,0,1,.063.286L12.446,22.21a1.256,1.256,0,0,0,.315,1.452,1.278,1.278,0,0,0,1.506.166Z","M11.501 3.500 A3.000 3.000 0 1 0 17.501 3.500 A3.000 3.000 0 1 0 11.501 3.500 Z","M12.377,12.731a.25.25,0,0,0,.245.205h.823a.25.25,0,0,0,.23-.151c.88-2.037.832-1.935.875-2.017A3.3,3.3,0,0,1,17.2,8.949a.25.25,0,0,0,.135-.443,4.534,4.534,0,0,0-6.434.754.251.251,0,0,0,.005.311A6.965,6.965,0,0,1,12.377,12.731Z","M9.243,14.935a3.2,3.2,0,0,1,1.531-1.644.248.248,0,0,0,.133-.267A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5h1.81a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.691,18h.471a.25.25,0,0,0,.222-.365A3.181,3.181,0,0,1,9.243,14.935Z","M2.001 3.500 A3.500 3.500 0 1 0 9.001 3.500 A3.500 3.500 0 1 0 2.001 3.500 Z","M17.379,22.075a.254.254,0,0,1,.245,0l3.112,1.752h0a1.276,1.276,0,0,0,1.505-.166,1.257,1.257,0,0,0,.316-1.451L21.334,19.4a.249.249,0,0,1,.063-.286L23.6,17.143l.011-.01a1.262,1.262,0,0,0,.294-1.373A1.232,1.232,0,0,0,22.74,15h-2.5a.252.252,0,0,1-.23-.151l-1.344-3.117-.011-.023,0-.01a1.294,1.294,0,0,0-2.311.026l-.007.014-1.343,3.11a.251.251,0,0,1-.229.151h-2.5a1.23,1.23,0,0,0-1.166.759,1.271,1.271,0,0,0,.314,1.392l.01.009,2.189,1.951a.249.249,0,0,1,.063.286L12.446,22.21a1.256,1.256,0,0,0,.315,1.452,1.278,1.278,0,0,0,1.506.166Z"]];
42
+ export const MultipleActionsUpDown = ["multiple-actions-up-down",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.183,11.943a.249.249,0,0,0,.408.11A7.961,7.961,0,0,1,18,9.938h.069a.25.25,0,0,0,.215-.386A4.533,4.533,0,0,0,10.9,9.26a.25.25,0,0,0,.005.311A6.987,6.987,0,0,1,12.183,11.943Z","M10.97,14.129A.247.247,0,0,0,11,14.01V14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H9.755A.249.249,0,0,0,10,17.755,7.9,7.9,0,0,1,10.97,14.129Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M14.594,23.791a.5.5,0,0,0,.813,0l2.5-3.5A.5.5,0,0,0,17.5,19.5h-1a.25.25,0,0,1-.25-.25V14a1.25,1.25,0,0,0-2.5,0v5.25a.25.25,0,0,1-.25.25h-1a.5.5,0,0,0-.406.791Z","M21.407,12.959a.519.519,0,0,0-.813,0l-2.5,3.5a.5.5,0,0,0,.406.791h1a.25.25,0,0,1,.25.25v5.25a1.25,1.25,0,0,0,2.5,0V17.5a.25.25,0,0,1,.25-.25h1a.5.5,0,0,0,.407-.791Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.183,11.943a.249.249,0,0,0,.408.11A7.961,7.961,0,0,1,18,9.938h.069a.25.25,0,0,0,.215-.386A4.533,4.533,0,0,0,10.9,9.26a.25.25,0,0,0,.005.311A6.987,6.987,0,0,1,12.183,11.943Z","M10.97,14.129A.247.247,0,0,0,11,14.01V14h0A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18H9.755A.249.249,0,0,0,10,17.755,7.9,7.9,0,0,1,10.97,14.129Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M14.594,23.791a.5.5,0,0,0,.813,0l2.5-3.5A.5.5,0,0,0,17.5,19.5h-1a.25.25,0,0,1-.25-.25V14a1.25,1.25,0,0,0-2.5,0v5.25a.25.25,0,0,1-.25.25h-1a.5.5,0,0,0-.406.791Z","M21.407,12.959a.519.519,0,0,0-.813,0l-2.5,3.5a.5.5,0,0,0,.406.791h1a.25.25,0,0,1,.25.25v5.25a1.25,1.25,0,0,0,2.5,0V17.5a.25.25,0,0,1,.25-.25h1a.5.5,0,0,0,.407-.791Z"]];
43
+ export const MultipleActionsUpload = ["multiple-actions-upload",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M9.5,17.438a7.948,7.948,0,0,1,1.336-4.418.247.247,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.248.248,0,0,0,.182-.079.246.246,0,0,0,.067-.186C9.505,17.636,9.5,17.537,9.5,17.438Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm-1,9.5V18a.25.25,0,0,0-.25-.25H15.1a.5.5,0,0,1-.391-.812l2.4-3a.517.517,0,0,1,.782,0l2.4,3a.5.5,0,0,1-.391.812H18.75a.25.25,0,0,0-.25.25v2.5a1,1,0,0,1-2,0Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M9.5,17.438a7.948,7.948,0,0,1,1.336-4.418.247.247,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.248.248,0,0,0,.182-.079.246.246,0,0,0,.067-.186C9.505,17.636,9.5,17.537,9.5,17.438Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm-1,9.5V18a.25.25,0,0,0-.25-.25H15.1a.5.5,0,0,1-.391-.812l2.4-3a.517.517,0,0,1,.782,0l2.4,3a.5.5,0,0,1-.391.812H18.75a.25.25,0,0,0-.25.25v2.5a1,1,0,0,1-2,0Z"]];
44
+ export const MultipleActionsVideo = ["multiple-actions-video",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.273,12.25a.248.248,0,0,0,.242.187H18.75a.25.25,0,0,0,.25-.25V11.9a4.456,4.456,0,0,0-4.5-4.4,4.53,4.53,0,0,0-3.6,1.76.25.25,0,0,0,.005.311A6.987,6.987,0,0,1,12.273,12.25Z","M9.5,15.438a2.991,2.991,0,0,1,1.257-2.433.25.25,0,0,0,.1-.26A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.56a.25.25,0,0,0,.25-.25Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M23.371,15.517l-2.807.748a.25.25,0,0,1-.314-.241V15.5a1.5,1.5,0,0,0-1.5-1.5H12.5A1.5,1.5,0,0,0,11,15.5v7A1.5,1.5,0,0,0,12.5,24h6.25a1.5,1.5,0,0,0,1.5-1.5v-.524a.25.25,0,0,1,.314-.241l2.806.748h0a.492.492,0,0,0,.433-.087A.5.5,0,0,0,24,22V16a.5.5,0,0,0-.629-.483Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.273,12.25a.248.248,0,0,0,.242.187H18.75a.25.25,0,0,0,.25-.25V11.9a4.456,4.456,0,0,0-4.5-4.4,4.53,4.53,0,0,0-3.6,1.76.25.25,0,0,0,.005.311A6.987,6.987,0,0,1,12.273,12.25Z","M9.5,15.438a2.991,2.991,0,0,1,1.257-2.433.25.25,0,0,0,.1-.26A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.56a.25.25,0,0,0,.25-.25Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M23.371,15.517l-2.807.748a.25.25,0,0,1-.314-.241V15.5a1.5,1.5,0,0,0-1.5-1.5H12.5A1.5,1.5,0,0,0,11,15.5v7A1.5,1.5,0,0,0,12.5,24h6.25a1.5,1.5,0,0,0,1.5-1.5v-.524a.25.25,0,0,1,.314-.241l2.806.748h0a.492.492,0,0,0,.433-.087A.5.5,0,0,0,24,22V16a.5.5,0,0,0-.629-.483Z"]];
45
+ export const MultipleActionsView = ["multiple-actions-view",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.764,10.887a.25.25,0,0,0,.17.133.252.252,0,0,0,.21-.049A6.949,6.949,0,0,1,16.5,9.438a6.84,6.84,0,0,1,1.248.116.25.25,0,0,0,.239-.4,4.532,4.532,0,0,0-7.083.11.25.25,0,0,0,.005.311A7.089,7.089,0,0,1,11.764,10.887Z","M0,17.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.685a.249.249,0,0,0,.192-.09.252.252,0,0,0,.054-.206A6.784,6.784,0,0,1,9.5,16.438a6.953,6.953,0,0,1,1.2-3.909.25.25,0,0,0,.031-.217A5.5,5.5,0,0,0,0,14Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M11,16.5a5.495,5.495,0,0,0,8.448,4.639.25.25,0,0,1,.311.034l2.534,2.534a1,1,0,0,0,1.414-1.414l-2.534-2.534a.25.25,0,0,1-.034-.311A5.5,5.5,0,1,0,11,16.5ZM16.5,13A3.5,3.5,0,1,1,13,16.5,3.5,3.5,0,0,1,16.5,13Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.764,10.887a.25.25,0,0,0,.17.133.252.252,0,0,0,.21-.049A6.949,6.949,0,0,1,16.5,9.438a6.84,6.84,0,0,1,1.248.116.25.25,0,0,0,.239-.4,4.532,4.532,0,0,0-7.083.11.25.25,0,0,0,.005.311A7.089,7.089,0,0,1,11.764,10.887Z","M0,17.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.685a.249.249,0,0,0,.192-.09.252.252,0,0,0,.054-.206A6.784,6.784,0,0,1,9.5,16.438a6.953,6.953,0,0,1,1.2-3.909.25.25,0,0,0,.031-.217A5.5,5.5,0,0,0,0,14Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M11,16.5a5.495,5.495,0,0,0,8.448,4.639.25.25,0,0,1,.311.034l2.534,2.534a1,1,0,0,0,1.414-1.414l-2.534-2.534a.25.25,0,0,1-.034-.311A5.5,5.5,0,1,0,11,16.5ZM16.5,13A3.5,3.5,0,1,1,13,16.5,3.5,3.5,0,0,1,16.5,13Z"]];
46
+ export const MultipleActionsFlag = ["multiple-actions-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},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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.411 3.473 A2.977 2.977 0 1 0 17.365 3.473 A2.977 2.977 0 1 0 11.411 3.473 Z","M14.388,7.442a4.5,4.5,0,0,0-3.566,1.743.249.249,0,0,0,.011.316,5.612,5.612,0,0,1,1.587,2.757.249.249,0,0,0,.24.187h.4a.252.252,0,0,0,.2-.1c.658-.884,3.072-1.778,5.136-1.37a.248.248,0,0,0,.287-.31A4.444,4.444,0,0,0,14.388,7.442Z","M10.915,14.078h0A5.458,5.458,0,1,0,0,14.078V17.55a.5.5,0,0,0,.5.5h1.8a.247.247,0,0,1,.247.227l.44,5.271A.5.5,0,0,0,3.473,24H7.442a.5.5,0,0,0,.494-.455l.439-5.271a.248.248,0,0,1,.248-.227h1.8a.5.5,0,0,0,.5-.5Z","M1.984 3.473 A3.473 3.473 0 1 0 8.930 3.473 A3.473 3.473 0 1 0 1.984 3.473 Z","M23.771,13.034A.493.493,0,0,0,23.3,13l-.865.4-.025.011a3.034,3.034,0,0,1-2.682-.372,4.074,4.074,0,0,0-3.571-.486l-1.259.427a.5.5,0,0,0-.337.47l.008,9.556a.993.993,0,0,0,1.985,0V19.124a.247.247,0,0,1,.189-.241,3.019,3.019,0,0,1,2.428.437,4.041,4.041,0,0,0,2.268.692,4.171,4.171,0,0,0,1.338-.222l.025-.01.914-.421a.5.5,0,0,0,.288-.45V13.452A.494.494,0,0,0,23.771,13.034Z","M11.411 3.473 A2.977 2.977 0 1 0 17.365 3.473 A2.977 2.977 0 1 0 11.411 3.473 Z","M14.388,7.442a4.5,4.5,0,0,0-3.566,1.743.249.249,0,0,0,.011.316,5.612,5.612,0,0,1,1.587,2.757.249.249,0,0,0,.24.187h.4a.252.252,0,0,0,.2-.1c.658-.884,3.072-1.778,5.136-1.37a.248.248,0,0,0,.287-.31A4.444,4.444,0,0,0,14.388,7.442Z","M10.915,14.078h0A5.458,5.458,0,1,0,0,14.078V17.55a.5.5,0,0,0,.5.5h1.8a.247.247,0,0,1,.247.227l.44,5.271A.5.5,0,0,0,3.473,24H7.442a.5.5,0,0,0,.494-.455l.439-5.271a.248.248,0,0,1,.248-.227h1.8a.5.5,0,0,0,.5-.5Z","M1.984 3.473 A3.473 3.473 0 1 0 8.930 3.473 A3.473 3.473 0 1 0 1.984 3.473 Z","M23.771,13.034A.493.493,0,0,0,23.3,13l-.865.4-.025.011a3.034,3.034,0,0,1-2.682-.372,4.074,4.074,0,0,0-3.571-.486l-1.259.427a.5.5,0,0,0-.337.47l.008,9.556a.993.993,0,0,0,1.985,0V19.124a.247.247,0,0,1,.189-.241,3.019,3.019,0,0,1,2.428.437,4.041,4.041,0,0,0,2.268.692,4.171,4.171,0,0,0,1.338-.222l.025-.01.914-.421a.5.5,0,0,0,.288-.45V13.452A.494.494,0,0,0,23.771,13.034Z"]];
47
+ export const MultipleActionsCheck1 = ["multiple-actions-check-1",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M9.5,17.438a7.946,7.946,0,0,1,1.336-4.418.251.251,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.248.248,0,0,0,.182-.079.246.246,0,0,0,.067-.186C9.505,17.636,9.5,17.537,9.5,17.438Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm3.706,5.181-3.148,4.2a1.809,1.809,0,0,1-1.323.721c-.043,0-.087,0-.131,0a1.808,1.808,0,0,1-1.281-.534h0L13.7,18.945a1,1,0,1,1,1.414-1.414L16.384,18.8a.25.25,0,0,0,.376-.027l2.846-3.795a1,1,0,0,1,1.6,1.2Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M11.933,11.261a.25.25,0,0,0,.392.092A7.948,7.948,0,0,1,17.5,9.438q.1,0,.2,0a.25.25,0,0,0,.2-.416,4.552,4.552,0,0,0-7,.235.25.25,0,0,0,.005.311A7.015,7.015,0,0,1,11.933,11.261Z","M9.5,17.438a7.946,7.946,0,0,1,1.336-4.418.251.251,0,0,0,.036-.192A5.5,5.5,0,0,0,0,14v3.5a.5.5,0,0,0,.5.5H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.571a.248.248,0,0,0,.182-.079.246.246,0,0,0,.067-.186C9.505,17.636,9.5,17.537,9.5,17.438Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M17.5,11A6.5,6.5,0,1,0,24,17.5,6.508,6.508,0,0,0,17.5,11Zm3.706,5.181-3.148,4.2a1.809,1.809,0,0,1-1.323.721c-.043,0-.087,0-.131,0a1.808,1.808,0,0,1-1.281-.534h0L13.7,18.945a1,1,0,1,1,1.414-1.414L16.384,18.8a.25.25,0,0,0,.376-.027l2.846-3.795a1,1,0,0,1,1.6,1.2Z"]];
48
+ export const MultipleActionsSync = ["multiple-actions-sync",24,24,[{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","stroke":"none","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":0},{"fill":"#000000","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 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.028,11.485a.25.25,0,0,0,.385.108,7.878,7.878,0,0,1,4.816-1.632,7.418,7.418,0,0,1,.874.053.25.25,0,0,0,.24-.114.252.252,0,0,0,0-.266,4.541,4.541,0,0,0-7.44-.374.25.25,0,0,0,0,.311A7.011,7.011,0,0,1,12.028,11.485Z","M.5,18H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.549a.254.254,0,0,0,.183-.079.251.251,0,0,0,.067-.186c-.006-.1-.01-.2-.01-.3a7.246,7.246,0,0,1,1.381-4.244A.249.249,0,0,0,10.9,13,5.5,5.5,0,0,0,0,14v3.5A.5.5,0,0,0,.5,18Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M10.771,17.625A6.375,6.375,0,0,0,22.129,21.6a1,1,0,1,0-1.562-1.249,4.376,4.376,0,1,1-.5-5.981.25.25,0,0,1,.009.362l-1.391,1.391a.5.5,0,0,0,.354.854H23.5a.5.5,0,0,0,.5-.5V12.021a.5.5,0,0,0-.854-.353l-1.3,1.3a.251.251,0,0,1-.348.005,6.374,6.374,0,0,0-10.73,4.654Z","M11.500 3.500 A3.000 3.000 0 1 0 17.500 3.500 A3.000 3.000 0 1 0 11.500 3.500 Z","M12.028,11.485a.25.25,0,0,0,.385.108,7.878,7.878,0,0,1,4.816-1.632,7.418,7.418,0,0,1,.874.053.25.25,0,0,0,.24-.114.252.252,0,0,0,0-.266,4.541,4.541,0,0,0-7.44-.374.25.25,0,0,0,0,.311A7.011,7.011,0,0,1,12.028,11.485Z","M.5,18H2.31a.25.25,0,0,1,.249.229L3,23.542A.5.5,0,0,0,3.5,24h4a.5.5,0,0,0,.5-.458l.443-5.313A.25.25,0,0,1,8.69,18h.549a.254.254,0,0,0,.183-.079.251.251,0,0,0,.067-.186c-.006-.1-.01-.2-.01-.3a7.246,7.246,0,0,1,1.381-4.244A.249.249,0,0,0,10.9,13,5.5,5.5,0,0,0,0,14v3.5A.5.5,0,0,0,.5,18Z","M2.000 3.500 A3.500 3.500 0 1 0 9.000 3.500 A3.500 3.500 0 1 0 2.000 3.500 Z","M10.771,17.625A6.375,6.375,0,0,0,22.129,21.6a1,1,0,1,0-1.562-1.249,4.376,4.376,0,1,1-.5-5.981.25.25,0,0,1,.009.362l-1.391,1.391a.5.5,0,0,0,.354.854H23.5a.5.5,0,0,0,.5-.5V12.021a.5.5,0,0,0-.854-.353l-1.3,1.3a.251.251,0,0,1-.348.005,6.374,6.374,0,0,0-10.73,4.654Z"]];