@telus-uds/palette-allium 0.1.0-prerelease.5 → 1.0.0-prerelease.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1081) hide show
  1. package/CHANGELOG.md +102 -0
  2. package/README.md +3 -27
  3. package/build/android/border.xml +1 -1
  4. package/build/android/color.xml +2 -2
  5. package/build/android/font_size.xml +1 -1
  6. package/build/android/radius.xml +2 -1
  7. package/build/android/size.xml +9 -1
  8. package/build/ios/Border.swift +1 -1
  9. package/build/ios/Color.swift +2 -2
  10. package/build/ios/FontSize.swift +1 -1
  11. package/build/ios/Radius.swift +2 -1
  12. package/build/ios/Size.swift +9 -1
  13. package/build/rn/fonts/index.js +4 -4
  14. package/build/rn/icons/Accessible.js +26 -0
  15. package/build/rn/icons/Accessible.native.js +26 -0
  16. package/build/rn/icons/Add.js +27 -0
  17. package/build/rn/icons/Add.native.js +27 -0
  18. package/build/rn/icons/AddUser.js +26 -0
  19. package/build/rn/icons/AddUser.native.js +26 -0
  20. package/build/rn/icons/AlarmClock.js +26 -0
  21. package/build/rn/icons/AlarmClock.native.js +26 -0
  22. package/build/rn/icons/Ambulance.js +27 -0
  23. package/build/rn/icons/Ambulance.native.js +27 -0
  24. package/build/rn/icons/ArrowDown.js +26 -0
  25. package/build/rn/icons/ArrowDown.native.js +26 -0
  26. package/build/rn/icons/ArrowLeft.js +27 -0
  27. package/build/rn/icons/ArrowLeft.native.js +27 -0
  28. package/build/rn/icons/ArrowRight.js +27 -0
  29. package/build/rn/icons/ArrowRight.native.js +27 -0
  30. package/build/rn/icons/ArrowUp.js +26 -0
  31. package/build/rn/icons/ArrowUp.native.js +26 -0
  32. package/build/rn/icons/ArtificialIntelligence.js +25 -0
  33. package/build/rn/icons/ArtificialIntelligence.native.js +25 -0
  34. package/build/rn/icons/Attention.js +26 -0
  35. package/build/rn/icons/Attention.native.js +26 -0
  36. package/build/rn/icons/Award.js +26 -0
  37. package/build/rn/icons/Award.native.js +26 -0
  38. package/build/rn/icons/Baby.js +26 -0
  39. package/build/rn/icons/Baby.native.js +26 -0
  40. package/build/rn/icons/BabyBoy.js +26 -0
  41. package/build/rn/icons/BabyBoy.native.js +26 -0
  42. package/build/rn/icons/BabyGirl.js +26 -0
  43. package/build/rn/icons/BabyGirl.native.js +26 -0
  44. package/build/rn/icons/BackToSchool.js +26 -0
  45. package/build/rn/icons/BackToSchool.native.js +26 -0
  46. package/build/rn/icons/Bank.js +26 -0
  47. package/build/rn/icons/Bank.native.js +26 -0
  48. package/build/rn/icons/BatteryCar.js +25 -0
  49. package/build/rn/icons/BatteryCar.native.js +25 -0
  50. package/build/rn/icons/BatteryCharging.js +26 -0
  51. package/build/rn/icons/BatteryCharging.native.js +26 -0
  52. package/build/rn/icons/Bell.js +26 -0
  53. package/build/rn/icons/Bell.native.js +26 -0
  54. package/build/rn/icons/Bill.js +26 -0
  55. package/build/rn/icons/Bill.native.js +26 -0
  56. package/build/rn/icons/Bookmark.js +26 -0
  57. package/build/rn/icons/Bookmark.native.js +26 -0
  58. package/build/rn/icons/Briefcase.js +26 -0
  59. package/build/rn/icons/Briefcase.native.js +26 -0
  60. package/build/rn/icons/BulletFill.js +27 -0
  61. package/build/rn/icons/BulletFill.native.js +27 -0
  62. package/build/rn/icons/Calendar.js +26 -0
  63. package/build/rn/icons/Calendar.native.js +26 -0
  64. package/build/rn/icons/Call.js +26 -0
  65. package/build/rn/icons/Call.native.js +26 -0
  66. package/build/rn/icons/CallForward.js +26 -0
  67. package/build/rn/icons/CallForward.native.js +26 -0
  68. package/build/rn/icons/CallOut.js +26 -0
  69. package/build/rn/icons/CallOut.native.js +26 -0
  70. package/build/rn/icons/CallReceive.js +26 -0
  71. package/build/rn/icons/CallReceive.native.js +26 -0
  72. package/build/rn/icons/CallTalking.js +26 -0
  73. package/build/rn/icons/CallTalking.native.js +26 -0
  74. package/build/rn/icons/Camera.js +26 -0
  75. package/build/rn/icons/Camera.native.js +26 -0
  76. package/build/rn/icons/Car.js +25 -0
  77. package/build/rn/icons/Car.native.js +25 -0
  78. package/build/rn/icons/CaretDown.js +27 -0
  79. package/build/rn/icons/CaretDown.native.js +27 -0
  80. package/build/rn/icons/CaretUp.js +27 -0
  81. package/build/rn/icons/CaretUp.native.js +27 -0
  82. package/build/rn/icons/CartEmptyBold.js +26 -0
  83. package/build/rn/icons/CartEmptyBold.native.js +26 -0
  84. package/build/rn/icons/CartFilledBold.js +31 -0
  85. package/build/rn/icons/CartFilledBold.native.js +31 -0
  86. package/build/rn/icons/Channels.js +26 -0
  87. package/build/rn/icons/Channels.native.js +26 -0
  88. package/build/rn/icons/ChartsBar1.js +26 -0
  89. package/build/rn/icons/ChartsBar1.native.js +26 -0
  90. package/build/rn/icons/ChartsBar2.js +25 -0
  91. package/build/rn/icons/ChartsBar2.native.js +25 -0
  92. package/build/rn/icons/ChartsLine.js +26 -0
  93. package/build/rn/icons/ChartsLine.native.js +26 -0
  94. package/build/rn/icons/Chat1.js +26 -0
  95. package/build/rn/icons/Chat1.native.js +26 -0
  96. package/build/rn/icons/Chat2.js +26 -0
  97. package/build/rn/icons/Chat2.native.js +26 -0
  98. package/build/rn/icons/ChatSupport.js +26 -0
  99. package/build/rn/icons/ChatSupport.native.js +26 -0
  100. package/build/rn/icons/Check.js +25 -0
  101. package/build/rn/icons/Check.native.js +25 -0
  102. package/build/rn/icons/Checkmark.js +26 -0
  103. package/build/rn/icons/Checkmark.native.js +26 -0
  104. package/build/rn/icons/ChevronLeft.js +27 -0
  105. package/build/rn/icons/ChevronLeft.native.js +27 -0
  106. package/build/rn/icons/ChevronRight.js +27 -0
  107. package/build/rn/icons/ChevronRight.native.js +27 -0
  108. package/build/rn/icons/Clipboard.js +26 -0
  109. package/build/rn/icons/Clipboard.native.js +26 -0
  110. package/build/rn/icons/Close.js +27 -0
  111. package/build/rn/icons/Close.native.js +27 -0
  112. package/build/rn/icons/ClosedCaptions.js +25 -0
  113. package/build/rn/icons/ClosedCaptions.native.js +25 -0
  114. package/build/rn/icons/CloudDownload.js +26 -0
  115. package/build/rn/icons/CloudDownload.native.js +26 -0
  116. package/build/rn/icons/CloudSync.js +26 -0
  117. package/build/rn/icons/CloudSync.native.js +26 -0
  118. package/build/rn/icons/CloudUpload.js +26 -0
  119. package/build/rn/icons/CloudUpload.native.js +26 -0
  120. package/build/rn/icons/Collaboration.js +25 -0
  121. package/build/rn/icons/Collaboration.native.js +25 -0
  122. package/build/rn/icons/Compass.js +26 -0
  123. package/build/rn/icons/Compass.native.js +26 -0
  124. package/build/rn/icons/ComputerNetwork.js +26 -0
  125. package/build/rn/icons/ComputerNetwork.native.js +26 -0
  126. package/build/rn/icons/Contract.js +26 -0
  127. package/build/rn/icons/Contract.native.js +26 -0
  128. package/build/rn/icons/CreditCard.js +26 -0
  129. package/build/rn/icons/CreditCard.native.js +26 -0
  130. package/build/rn/icons/Cronometer.js +26 -0
  131. package/build/rn/icons/Cronometer.native.js +26 -0
  132. package/build/rn/icons/CssActivations.js +25 -0
  133. package/build/rn/icons/CssActivations.native.js +25 -0
  134. package/build/rn/icons/DataLimit.js +26 -0
  135. package/build/rn/icons/DataLimit.native.js +26 -0
  136. package/build/rn/icons/Deals.js +26 -0
  137. package/build/rn/icons/Deals.native.js +26 -0
  138. package/build/rn/icons/Delete.js +26 -0
  139. package/build/rn/icons/Delete.native.js +26 -0
  140. package/build/rn/icons/Delivery.js +26 -0
  141. package/build/rn/icons/Delivery.native.js +26 -0
  142. package/build/rn/icons/Devices.js +26 -0
  143. package/build/rn/icons/Devices.native.js +26 -0
  144. package/build/rn/icons/Diagram.js +26 -0
  145. package/build/rn/icons/Diagram.native.js +26 -0
  146. package/build/rn/icons/Diamond.js +25 -0
  147. package/build/rn/icons/Diamond.native.js +25 -0
  148. package/build/rn/icons/Direction.js +26 -0
  149. package/build/rn/icons/Direction.native.js +26 -0
  150. package/build/rn/icons/Document.js +26 -0
  151. package/build/rn/icons/Document.native.js +26 -0
  152. package/build/rn/icons/Donate.js +25 -0
  153. package/build/rn/icons/Donate.native.js +25 -0
  154. package/build/rn/icons/Download.js +26 -0
  155. package/build/rn/icons/Download.native.js +26 -0
  156. package/build/rn/icons/DownloadPdf.js +26 -0
  157. package/build/rn/icons/DownloadPdf.native.js +26 -0
  158. package/build/rn/icons/DownloadPdfs.js +26 -0
  159. package/build/rn/icons/DownloadPdfs.native.js +26 -0
  160. package/build/rn/icons/Email.js +26 -0
  161. package/build/rn/icons/Email.native.js +26 -0
  162. package/build/rn/icons/Escalations.js +25 -0
  163. package/build/rn/icons/Escalations.native.js +25 -0
  164. package/build/rn/icons/FavouriteNetwork.js +26 -0
  165. package/build/rn/icons/FavouriteNetwork.native.js +26 -0
  166. package/build/rn/icons/Files.js +26 -0
  167. package/build/rn/icons/Files.native.js +26 -0
  168. package/build/rn/icons/Fingerprint.js +26 -0
  169. package/build/rn/icons/Fingerprint.native.js +26 -0
  170. package/build/rn/icons/Firewall.js +26 -0
  171. package/build/rn/icons/Firewall.native.js +26 -0
  172. package/build/rn/icons/Flag.js +25 -0
  173. package/build/rn/icons/Flag.native.js +25 -0
  174. package/build/rn/icons/FullscreenExpand.js +25 -0
  175. package/build/rn/icons/FullscreenExpand.native.js +25 -0
  176. package/build/rn/icons/FullscreenMinimize.js +25 -0
  177. package/build/rn/icons/FullscreenMinimize.native.js +25 -0
  178. package/build/rn/icons/Gift.js +26 -0
  179. package/build/rn/icons/Gift.native.js +26 -0
  180. package/build/rn/icons/Globe1.js +25 -0
  181. package/build/rn/icons/Globe1.native.js +25 -0
  182. package/build/rn/icons/Globe2.js +25 -0
  183. package/build/rn/icons/Globe2.native.js +25 -0
  184. package/build/rn/icons/HeadBoth.js +26 -0
  185. package/build/rn/icons/HeadBoth.native.js +26 -0
  186. package/build/rn/icons/HeadFemale.js +26 -0
  187. package/build/rn/icons/HeadFemale.native.js +26 -0
  188. package/build/rn/icons/HeadMale.js +26 -0
  189. package/build/rn/icons/HeadMale.native.js +26 -0
  190. package/build/rn/icons/Headset.js +26 -0
  191. package/build/rn/icons/Headset.native.js +26 -0
  192. package/build/rn/icons/Heart.js +26 -0
  193. package/build/rn/icons/Heart.native.js +26 -0
  194. package/build/rn/icons/Heartbeat.js +26 -0
  195. package/build/rn/icons/Heartbeat.native.js +26 -0
  196. package/build/rn/icons/Helpdesk.js +25 -0
  197. package/build/rn/icons/Helpdesk.native.js +25 -0
  198. package/build/rn/icons/Home.js +26 -0
  199. package/build/rn/icons/Home.native.js +26 -0
  200. package/build/rn/icons/HomeSecurity.js +26 -0
  201. package/build/rn/icons/HomeSecurity.native.js +26 -0
  202. package/build/rn/icons/IDTag.js +26 -0
  203. package/build/rn/icons/IDTag.native.js +26 -0
  204. package/build/rn/icons/Infinite.js +26 -0
  205. package/build/rn/icons/Infinite.native.js +26 -0
  206. package/build/rn/icons/Information.js +26 -0
  207. package/build/rn/icons/Information.native.js +26 -0
  208. package/build/rn/icons/Internet.js +26 -0
  209. package/build/rn/icons/Internet.native.js +26 -0
  210. package/build/rn/icons/Invisible.js +25 -0
  211. package/build/rn/icons/Invisible.native.js +25 -0
  212. package/build/rn/icons/Key.js +26 -0
  213. package/build/rn/icons/Key.native.js +26 -0
  214. package/build/rn/icons/Laptop.js +26 -0
  215. package/build/rn/icons/Laptop.native.js +26 -0
  216. package/build/rn/icons/Layers.js +26 -0
  217. package/build/rn/icons/Layers.native.js +26 -0
  218. package/build/rn/icons/Lifesaver.js +25 -0
  219. package/build/rn/icons/Lifesaver.native.js +25 -0
  220. package/build/rn/icons/Lightbulb.js +26 -0
  221. package/build/rn/icons/Lightbulb.native.js +26 -0
  222. package/build/rn/icons/LinkExternal.js +26 -0
  223. package/build/rn/icons/LinkExternal.native.js +26 -0
  224. package/build/rn/icons/LocationAdd.js +26 -0
  225. package/build/rn/icons/LocationAdd.native.js +26 -0
  226. package/build/rn/icons/LocationHome.js +26 -0
  227. package/build/rn/icons/LocationHome.native.js +26 -0
  228. package/build/rn/icons/LocationIneligible.js +26 -0
  229. package/build/rn/icons/LocationIneligible.native.js +26 -0
  230. package/build/rn/icons/LocationMap.js +25 -0
  231. package/build/rn/icons/LocationMap.native.js +25 -0
  232. package/build/rn/icons/LocationRegular.js +25 -0
  233. package/build/rn/icons/LocationRegular.native.js +25 -0
  234. package/build/rn/icons/LocationRemove.js +26 -0
  235. package/build/rn/icons/LocationRemove.native.js +26 -0
  236. package/build/rn/icons/LocationSuccess.js +26 -0
  237. package/build/rn/icons/LocationSuccess.native.js +26 -0
  238. package/build/rn/icons/LocationVerified.js +26 -0
  239. package/build/rn/icons/LocationVerified.native.js +26 -0
  240. package/build/rn/icons/LockClosed.js +26 -0
  241. package/build/rn/icons/LockClosed.native.js +26 -0
  242. package/build/rn/icons/LockOpened.js +26 -0
  243. package/build/rn/icons/LockOpened.native.js +26 -0
  244. package/build/rn/icons/LoginForm.js +26 -0
  245. package/build/rn/icons/LoginForm.native.js +26 -0
  246. package/build/rn/icons/Map.js +26 -0
  247. package/build/rn/icons/Map.native.js +26 -0
  248. package/build/rn/icons/Medical.js +26 -0
  249. package/build/rn/icons/Medical.native.js +26 -0
  250. package/build/rn/icons/Messaging.js +26 -0
  251. package/build/rn/icons/Messaging.native.js +26 -0
  252. package/build/rn/icons/Mobility.js +26 -0
  253. package/build/rn/icons/Mobility.native.js +26 -0
  254. package/build/rn/icons/Movie.js +25 -0
  255. package/build/rn/icons/Movie.native.js +25 -0
  256. package/build/rn/icons/Music.js +26 -0
  257. package/build/rn/icons/Music.native.js +26 -0
  258. package/build/rn/icons/Muted.js +25 -0
  259. package/build/rn/icons/Muted.native.js +25 -0
  260. package/build/rn/icons/Networking.js +26 -0
  261. package/build/rn/icons/Networking.native.js +26 -0
  262. package/build/rn/icons/News.js +26 -0
  263. package/build/rn/icons/News.native.js +26 -0
  264. package/build/rn/icons/NextGenFirewall.js +26 -0
  265. package/build/rn/icons/NextGenFirewall.native.js +26 -0
  266. package/build/rn/icons/NoContract.js +27 -0
  267. package/build/rn/icons/NoContract.native.js +27 -0
  268. package/build/rn/icons/NotifyBold.js +26 -0
  269. package/build/rn/icons/NotifyBold.native.js +26 -0
  270. package/build/rn/icons/Office.js +26 -0
  271. package/build/rn/icons/Office.native.js +26 -0
  272. package/build/rn/icons/Offices.js +26 -0
  273. package/build/rn/icons/Offices.native.js +26 -0
  274. package/build/rn/icons/OnDemand.js +26 -0
  275. package/build/rn/icons/OnDemand.native.js +26 -0
  276. package/build/rn/icons/OnTheGo.js +26 -0
  277. package/build/rn/icons/OnTheGo.native.js +26 -0
  278. package/build/rn/icons/OnlineSecurity.js +27 -0
  279. package/build/rn/icons/OnlineSecurity.native.js +27 -0
  280. package/build/rn/icons/Paperless.js +27 -0
  281. package/build/rn/icons/Paperless.native.js +27 -0
  282. package/build/rn/icons/Passport.js +26 -0
  283. package/build/rn/icons/Passport.native.js +26 -0
  284. package/build/rn/icons/Pause.js +25 -0
  285. package/build/rn/icons/Pause.native.js +25 -0
  286. package/build/rn/icons/Phone.js +27 -0
  287. package/build/rn/icons/Phone.native.js +27 -0
  288. package/build/rn/icons/PhoneBusiness.js +26 -0
  289. package/build/rn/icons/PhoneBusiness.native.js +26 -0
  290. package/build/rn/icons/PhoneHome.js +26 -0
  291. package/build/rn/icons/PhoneHome.native.js +26 -0
  292. package/build/rn/icons/PhoneReception.js +26 -0
  293. package/build/rn/icons/PhoneReception.native.js +26 -0
  294. package/build/rn/icons/Photo.js +26 -0
  295. package/build/rn/icons/Photo.native.js +26 -0
  296. package/build/rn/icons/Photos.js +26 -0
  297. package/build/rn/icons/Photos.native.js +26 -0
  298. package/build/rn/icons/PiggyBank.js +26 -0
  299. package/build/rn/icons/PiggyBank.native.js +26 -0
  300. package/build/rn/icons/PikTV.js +26 -0
  301. package/build/rn/icons/PikTV.native.js +26 -0
  302. package/build/rn/icons/Play.js +26 -0
  303. package/build/rn/icons/Play.native.js +26 -0
  304. package/build/rn/icons/PlaySolid.js +27 -0
  305. package/build/rn/icons/PlaySolid.native.js +27 -0
  306. package/build/rn/icons/PlayVideo.js +27 -0
  307. package/build/rn/icons/PlayVideo.native.js +27 -0
  308. package/build/rn/icons/Preference.js +26 -0
  309. package/build/rn/icons/Preference.native.js +26 -0
  310. package/build/rn/icons/Print.js +26 -0
  311. package/build/rn/icons/Print.native.js +26 -0
  312. package/build/rn/icons/PrivateCloud.js +26 -0
  313. package/build/rn/icons/PrivateCloud.native.js +26 -0
  314. package/build/rn/icons/Profile.js +26 -0
  315. package/build/rn/icons/Profile.native.js +26 -0
  316. package/build/rn/icons/ProfileBold.js +26 -0
  317. package/build/rn/icons/ProfileBold.native.js +26 -0
  318. package/build/rn/icons/Question.js +27 -0
  319. package/build/rn/icons/Question.native.js +27 -0
  320. package/build/rn/icons/QuoteLeft.js +28 -0
  321. package/build/rn/icons/QuoteLeft.native.js +28 -0
  322. package/build/rn/icons/Radar.js +26 -0
  323. package/build/rn/icons/Radar.native.js +26 -0
  324. package/build/rn/icons/Receipt.js +26 -0
  325. package/build/rn/icons/Receipt.native.js +26 -0
  326. package/build/rn/icons/Record.js +25 -0
  327. package/build/rn/icons/Record.native.js +25 -0
  328. package/build/rn/icons/Refresh.js +26 -0
  329. package/build/rn/icons/Refresh.native.js +26 -0
  330. package/build/rn/icons/RemoteControl.js +26 -0
  331. package/build/rn/icons/RemoteControl.native.js +26 -0
  332. package/build/rn/icons/Replay.js +25 -0
  333. package/build/rn/icons/Replay.native.js +25 -0
  334. package/build/rn/icons/Router.js +26 -0
  335. package/build/rn/icons/Router.native.js +26 -0
  336. package/build/rn/icons/Search.js +26 -0
  337. package/build/rn/icons/Search.native.js +26 -0
  338. package/build/rn/icons/SearchBold.js +25 -0
  339. package/build/rn/icons/SearchBold.native.js +25 -0
  340. package/build/rn/icons/SecurityCamera.js +26 -0
  341. package/build/rn/icons/SecurityCamera.native.js +26 -0
  342. package/build/rn/icons/SecurityHouse.js +26 -0
  343. package/build/rn/icons/SecurityHouse.native.js +26 -0
  344. package/build/rn/icons/SecurityMobile.js +26 -0
  345. package/build/rn/icons/SecurityMobile.native.js +26 -0
  346. package/build/rn/icons/SecuritySettings.js +26 -0
  347. package/build/rn/icons/SecuritySettings.native.js +26 -0
  348. package/build/rn/icons/Server.js +26 -0
  349. package/build/rn/icons/Server.native.js +26 -0
  350. package/build/rn/icons/ServiceTruck.js +26 -0
  351. package/build/rn/icons/ServiceTruck.native.js +26 -0
  352. package/build/rn/icons/Settings.js +26 -0
  353. package/build/rn/icons/Settings.native.js +26 -0
  354. package/build/rn/icons/SettingsBold.js +26 -0
  355. package/build/rn/icons/SettingsBold.native.js +26 -0
  356. package/build/rn/icons/SettingsSolid.js +25 -0
  357. package/build/rn/icons/SettingsSolid.native.js +25 -0
  358. package/build/rn/icons/SharedAccount.js +26 -0
  359. package/build/rn/icons/SharedAccount.native.js +26 -0
  360. package/build/rn/icons/Shop.js +26 -0
  361. package/build/rn/icons/Shop.native.js +26 -0
  362. package/build/rn/icons/SignPost.js +26 -0
  363. package/build/rn/icons/SignPost.native.js +26 -0
  364. package/build/rn/icons/Signal.js +26 -0
  365. package/build/rn/icons/Signal.native.js +26 -0
  366. package/build/rn/icons/SimCard.js +26 -0
  367. package/build/rn/icons/SimCard.native.js +26 -0
  368. package/build/rn/icons/Soccer.js +26 -0
  369. package/build/rn/icons/Soccer.native.js +26 -0
  370. package/build/rn/icons/Speaker.js +26 -0
  371. package/build/rn/icons/Speaker.native.js +26 -0
  372. package/build/rn/icons/SpeakerPhone.js +26 -0
  373. package/build/rn/icons/SpeakerPhone.native.js +26 -0
  374. package/build/rn/icons/Speed.js +26 -0
  375. package/build/rn/icons/Speed.native.js +26 -0
  376. package/build/rn/icons/SpeedReduced.js +26 -0
  377. package/build/rn/icons/SpeedReduced.native.js +26 -0
  378. package/build/rn/icons/StatusError.js +26 -0
  379. package/build/rn/icons/StatusError.native.js +26 -0
  380. package/build/rn/icons/StatusSuccess.js +26 -0
  381. package/build/rn/icons/StatusSuccess.native.js +26 -0
  382. package/build/rn/icons/StatusWarning.js +26 -0
  383. package/build/rn/icons/StatusWarning.native.js +26 -0
  384. package/build/rn/icons/Subtract.js +27 -0
  385. package/build/rn/icons/Subtract.native.js +27 -0
  386. package/build/rn/icons/Success.js +26 -0
  387. package/build/rn/icons/Success.native.js +26 -0
  388. package/build/rn/icons/Suitcase.js +25 -0
  389. package/build/rn/icons/Suitcase.native.js +25 -0
  390. package/build/rn/icons/Support.js +26 -0
  391. package/build/rn/icons/Support.native.js +26 -0
  392. package/build/rn/icons/TV.js +26 -0
  393. package/build/rn/icons/TV.native.js +26 -0
  394. package/build/rn/icons/TVChoiceAndFlexibility.js +27 -0
  395. package/build/rn/icons/TVChoiceAndFlexibility.native.js +27 -0
  396. package/build/rn/icons/Tablet.js +26 -0
  397. package/build/rn/icons/Tablet.native.js +26 -0
  398. package/build/rn/icons/Target.js +26 -0
  399. package/build/rn/icons/Target.native.js +26 -0
  400. package/build/rn/icons/Tasks.js +26 -0
  401. package/build/rn/icons/Tasks.native.js +26 -0
  402. package/build/rn/icons/ThumbsUp.js +25 -0
  403. package/build/rn/icons/ThumbsUp.native.js +25 -0
  404. package/build/rn/icons/Time.js +26 -0
  405. package/build/rn/icons/Time.native.js +26 -0
  406. package/build/rn/icons/Times.js +26 -0
  407. package/build/rn/icons/Times.native.js +26 -0
  408. package/build/rn/icons/TowTruck.js +25 -0
  409. package/build/rn/icons/TowTruck.native.js +25 -0
  410. package/build/rn/icons/Transmitter.js +26 -0
  411. package/build/rn/icons/Transmitter.native.js +26 -0
  412. package/build/rn/icons/Unmuted.js +27 -0
  413. package/build/rn/icons/Unmuted.native.js +27 -0
  414. package/build/rn/icons/Upload.js +26 -0
  415. package/build/rn/icons/Upload.native.js +26 -0
  416. package/build/rn/icons/UploadToCloud.js +26 -0
  417. package/build/rn/icons/UploadToCloud.native.js +26 -0
  418. package/build/rn/icons/UsbCable.js +26 -0
  419. package/build/rn/icons/UsbCable.native.js +26 -0
  420. package/build/rn/icons/User.js +26 -0
  421. package/build/rn/icons/User.native.js +26 -0
  422. package/build/rn/icons/UserAddBold.js +26 -0
  423. package/build/rn/icons/UserAddBold.native.js +26 -0
  424. package/build/rn/icons/Users.js +26 -0
  425. package/build/rn/icons/Users.native.js +26 -0
  426. package/build/rn/icons/VideoChat.js +26 -0
  427. package/build/rn/icons/VideoChat.native.js +26 -0
  428. package/build/rn/icons/VideoGames.js +26 -0
  429. package/build/rn/icons/VideoGames.native.js +26 -0
  430. package/build/rn/icons/Visible.js +26 -0
  431. package/build/rn/icons/Visible.native.js +26 -0
  432. package/build/rn/icons/Warranty.js +26 -0
  433. package/build/rn/icons/Warranty.native.js +26 -0
  434. package/build/rn/icons/Watch.js +26 -0
  435. package/build/rn/icons/Watch.native.js +26 -0
  436. package/build/rn/icons/WifiBoost.js +26 -0
  437. package/build/rn/icons/WifiBoost.native.js +26 -0
  438. package/build/rn/icons/WifiCloud.js +26 -0
  439. package/build/rn/icons/WifiCloud.native.js +26 -0
  440. package/build/rn/icons/accessible.icon.svg +1 -4
  441. package/build/rn/icons/add-user.icon.svg +1 -4
  442. package/build/rn/icons/add.icon.svg +3 -0
  443. package/build/rn/icons/alarm-clock.icon.svg +1 -4
  444. package/build/rn/icons/ambulance.icon.svg +2 -44
  445. package/build/rn/icons/arrow-down.icon.svg +1 -5
  446. package/build/rn/icons/arrow-left.icon.svg +1 -1
  447. package/build/rn/icons/arrow-right.icon.svg +1 -1
  448. package/build/rn/icons/arrow-up.icon.svg +1 -5
  449. package/build/rn/icons/artificial-intelligence.icon.svg +1 -4
  450. package/build/rn/icons/attention.icon.svg +1 -5
  451. package/build/rn/icons/award.icon.svg +1 -5
  452. package/build/rn/icons/baby-boy.icon.svg +1 -4
  453. package/build/rn/icons/baby-girl.icon.svg +1 -4
  454. package/build/rn/icons/baby.icon.svg +1 -4
  455. package/build/rn/icons/back-to-school.icon.svg +1 -5
  456. package/build/rn/icons/bank.icon.svg +1 -4
  457. package/build/rn/icons/battery-car.icon.svg +1 -4
  458. package/build/rn/icons/battery-charging.icon.svg +1 -5
  459. package/build/rn/icons/bell.icon.svg +1 -5
  460. package/build/rn/icons/bill.icon.svg +1 -5
  461. package/build/rn/icons/bookmark.icon.svg +1 -5
  462. package/build/rn/icons/briefcase.icon.svg +1 -5
  463. package/build/rn/icons/bullet-fill.icon.svg +1 -0
  464. package/build/rn/icons/calendar.icon.svg +1 -4
  465. package/build/rn/icons/call-forward.icon.svg +1 -5
  466. package/build/rn/icons/call-out.icon.svg +1 -5
  467. package/build/rn/icons/call-receive.icon.svg +1 -5
  468. package/build/rn/icons/call-talking.icon.svg +1 -5
  469. package/build/rn/icons/call.icon.svg +1 -5
  470. package/build/rn/icons/camera.icon.svg +1 -5
  471. package/build/rn/icons/car.icon.svg +1 -4
  472. package/build/rn/icons/caret-down.icon.svg +2 -2
  473. package/build/rn/icons/caret-up.icon.svg +2 -2
  474. package/build/rn/icons/cart-empty-bold.icon.svg +3 -0
  475. package/build/rn/icons/cart-filled-bold.icon.svg +10 -0
  476. package/build/rn/icons/channels.icon.svg +1 -5
  477. package/build/rn/icons/charts-bar1.icon.svg +1 -4
  478. package/build/rn/icons/charts-bar2.icon.svg +1 -1
  479. package/build/rn/icons/charts-line.icon.svg +1 -5
  480. package/build/rn/icons/chat-support.icon.svg +1 -4
  481. package/build/rn/icons/chat1.icon.svg +1 -4
  482. package/build/rn/icons/chat2.icon.svg +1 -4
  483. package/build/rn/icons/check.icon.svg +1 -4
  484. package/build/rn/icons/checkmark.icon.svg +1 -4
  485. package/build/rn/icons/chevron-left.icon.svg +1 -1
  486. package/build/rn/icons/chevron-right.icon.svg +1 -1
  487. package/build/rn/icons/clipboard.icon.svg +1 -4
  488. package/build/rn/icons/close.icon.svg +3 -0
  489. package/build/rn/icons/cloud-download.icon.svg +1 -4
  490. package/build/rn/icons/cloud-sync.icon.svg +1 -5
  491. package/build/rn/icons/cloud-upload.icon.svg +1 -4
  492. package/build/rn/icons/collaboration.icon.svg +1 -1
  493. package/build/rn/icons/compass.icon.svg +1 -4
  494. package/build/rn/icons/computer-network.icon.svg +1 -4
  495. package/build/rn/icons/contract.icon.svg +1 -5
  496. package/build/rn/icons/credit-card.icon.svg +1 -5
  497. package/build/rn/icons/cronometer.icon.svg +1 -5
  498. package/build/rn/icons/css-activations.icon.svg +3 -0
  499. package/build/rn/icons/data-limit.icon.svg +1 -4
  500. package/build/rn/icons/deals.icon.svg +1 -4
  501. package/build/rn/icons/delete.icon.svg +3 -0
  502. package/build/rn/icons/delivery.icon.svg +1 -5
  503. package/build/rn/icons/devices.icon.svg +1 -4
  504. package/build/rn/icons/diagram.icon.svg +1 -4
  505. package/build/rn/icons/diamond.icon.svg +1 -4
  506. package/build/rn/icons/direction.icon.svg +1 -5
  507. package/build/rn/icons/document.icon.svg +1 -5
  508. package/build/rn/icons/donate.icon.svg +1 -1
  509. package/build/rn/icons/download-pdf.icon.svg +3 -0
  510. package/build/rn/icons/download-pdfs.icon.svg +3 -0
  511. package/build/rn/icons/download.icon.svg +1 -4
  512. package/build/rn/icons/email.icon.svg +1 -5
  513. package/build/rn/icons/escalations.icon.svg +3 -0
  514. package/build/rn/icons/favourite-network.icon.svg +1 -4
  515. package/build/rn/icons/files.icon.svg +1 -5
  516. package/build/rn/icons/fingerprint.icon.svg +1 -5
  517. package/build/rn/icons/firewall.icon.svg +1 -5
  518. package/build/rn/icons/flag.icon.svg +1 -4
  519. package/build/rn/icons/gift.icon.svg +1 -4
  520. package/build/rn/icons/globe1.icon.svg +1 -1
  521. package/build/rn/icons/globe2.icon.svg +1 -1
  522. package/build/rn/icons/head-both.icon.svg +1 -5
  523. package/build/rn/icons/head-female.icon.svg +1 -4
  524. package/build/rn/icons/head-male.icon.svg +1 -4
  525. package/build/rn/icons/headset.icon.svg +1 -4
  526. package/build/rn/icons/heart.icon.svg +1 -5
  527. package/build/rn/icons/heartbeat.icon.svg +1 -4
  528. package/build/rn/icons/helpdesk.icon.svg +3 -0
  529. package/build/rn/icons/home-security.icon.svg +1 -4
  530. package/build/rn/icons/home.icon.svg +1 -4
  531. package/build/rn/icons/idtag.icon.svg +1 -5
  532. package/build/rn/icons/index.js +641 -190
  533. package/build/rn/icons/infinite.icon.svg +1 -5
  534. package/build/rn/icons/information.icon.svg +1 -4
  535. package/build/rn/icons/internet.icon.svg +1 -5
  536. package/build/rn/icons/invisible.icon.svg +1 -4
  537. package/build/rn/icons/key.icon.svg +1 -5
  538. package/build/rn/icons/laptop.icon.svg +1 -5
  539. package/build/rn/icons/layers.icon.svg +1 -5
  540. package/build/rn/icons/lifesaver.icon.svg +1 -1
  541. package/build/rn/icons/lightbulb.icon.svg +1 -5
  542. package/build/rn/icons/link-external.icon.svg +3 -0
  543. package/build/rn/icons/location-add.icon.svg +1 -5
  544. package/build/rn/icons/location-home.icon.svg +1 -5
  545. package/build/rn/icons/location-ineligible.icon.svg +1 -4
  546. package/build/rn/icons/location-map.icon.svg +1 -1
  547. package/build/rn/icons/location-regular.icon.svg +1 -4
  548. package/build/rn/icons/location-remove.icon.svg +1 -5
  549. package/build/rn/icons/location-success.icon.svg +1 -4
  550. package/build/rn/icons/location-verified.icon.svg +1 -5
  551. package/build/rn/icons/lock-closed.icon.svg +1 -5
  552. package/build/rn/icons/lock-opened.icon.svg +1 -5
  553. package/build/rn/icons/login-form.icon.svg +1 -4
  554. package/build/rn/icons/map.icon.svg +1 -5
  555. package/build/rn/icons/medical.icon.svg +1 -4
  556. package/build/rn/icons/messaging.icon.svg +1 -5
  557. package/build/rn/icons/mobility.icon.svg +1 -5
  558. package/build/rn/icons/movie.icon.svg +1 -1
  559. package/build/rn/icons/music.icon.svg +1 -5
  560. package/build/rn/icons/networking.icon.svg +1 -4
  561. package/build/rn/icons/news.icon.svg +1 -5
  562. package/build/rn/icons/next-gen-firewall.icon.svg +1 -4
  563. package/build/rn/icons/no-contract.icon.svg +2 -15
  564. package/build/rn/icons/notify-bold.icon.svg +3 -0
  565. package/build/rn/icons/office.icon.svg +1 -5
  566. package/build/rn/icons/offices.icon.svg +1 -4
  567. package/build/rn/icons/on-demand.icon.svg +1 -4
  568. package/build/rn/icons/on-the-go.icon.svg +1 -5
  569. package/build/rn/icons/online-security.icon.svg +3 -0
  570. package/build/rn/icons/paperless.icon.svg +3 -0
  571. package/build/rn/icons/passport.icon.svg +1 -5
  572. package/build/rn/icons/phone-business.icon.svg +1 -4
  573. package/build/rn/icons/phone-home.icon.svg +1 -4
  574. package/build/rn/icons/phone-reception.icon.svg +1 -5
  575. package/build/rn/icons/phone.icon.svg +2 -6
  576. package/build/rn/icons/photo.icon.svg +1 -5
  577. package/build/rn/icons/photos.icon.svg +1 -4
  578. package/build/rn/icons/piggy-bank.icon.svg +1 -5
  579. package/build/rn/icons/pik-tv.icon.svg +1 -4
  580. package/build/rn/icons/play-video.icon.svg +3 -0
  581. package/build/rn/icons/play.icon.svg +1 -5
  582. package/build/rn/icons/preference.icon.svg +1 -4
  583. package/build/rn/icons/print.icon.svg +3 -0
  584. package/build/rn/icons/private-cloud.icon.svg +1 -5
  585. package/build/rn/icons/profile-bold.icon.svg +3 -0
  586. package/build/rn/icons/profile.icon.svg +3 -0
  587. package/build/rn/icons/radar.icon.svg +1 -4
  588. package/build/rn/icons/receipt.icon.svg +1 -5
  589. package/build/rn/icons/record.icon.svg +1 -4
  590. package/build/rn/icons/refresh.icon.svg +1 -4
  591. package/build/rn/icons/remote-control.icon.svg +1 -5
  592. package/build/rn/icons/replay.icon.svg +2 -2
  593. package/build/rn/icons/router.icon.svg +1 -5
  594. package/build/rn/icons/search-bold.icon.svg +3 -0
  595. package/build/rn/icons/search.icon.svg +3 -0
  596. package/build/rn/icons/security-camera.icon.svg +1 -5
  597. package/build/rn/icons/security-house.icon.svg +1 -4
  598. package/build/rn/icons/security-mobile.icon.svg +1 -5
  599. package/build/rn/icons/security-settings.icon.svg +1 -5
  600. package/build/rn/icons/server.icon.svg +1 -5
  601. package/build/rn/icons/service-truck.icon.svg +1 -5
  602. package/build/rn/icons/settings-bold.icon.svg +3 -0
  603. package/build/rn/icons/settings.icon.svg +1 -4
  604. package/build/rn/icons/shared-account.icon.svg +1 -5
  605. package/build/rn/icons/shop.icon.svg +1 -5
  606. package/build/rn/icons/sign-post.icon.svg +1 -4
  607. package/build/rn/icons/signal.icon.svg +1 -4
  608. package/build/rn/icons/sim-card.icon.svg +1 -5
  609. package/build/rn/icons/soccer.icon.svg +1 -4
  610. package/build/rn/icons/speaker-phone.icon.svg +1 -5
  611. package/build/rn/icons/speaker.icon.svg +1 -5
  612. package/build/rn/icons/speed-reduced.icon.svg +1 -4
  613. package/build/rn/icons/speed.icon.svg +1 -4
  614. package/build/rn/icons/status-error.icon.svg +3 -0
  615. package/build/rn/icons/status-success.icon.svg +3 -0
  616. package/build/rn/icons/status-warning.icon.svg +3 -0
  617. package/build/rn/icons/subtract.icon.svg +3 -0
  618. package/build/rn/icons/success.icon.svg +1 -5
  619. package/build/rn/icons/suitcase.icon.svg +1 -4
  620. package/build/rn/icons/support.icon.svg +1 -4
  621. package/build/rn/icons/tablet.icon.svg +1 -5
  622. package/build/rn/icons/target.icon.svg +1 -4
  623. package/build/rn/icons/tasks.icon.svg +1 -5
  624. package/build/rn/icons/thumbs-up.icon.svg +1 -4
  625. package/build/rn/icons/time.icon.svg +1 -4
  626. package/build/rn/icons/times.icon.svg +1 -4
  627. package/build/rn/icons/tow-truck.icon.svg +1 -4
  628. package/build/rn/icons/transmitter.icon.svg +1 -4
  629. package/build/rn/icons/tv.icon.svg +1 -5
  630. package/build/rn/icons/tvchoice-and-flexibility.icon.svg +2 -17
  631. package/build/rn/icons/upload-to-cloud.icon.svg +1 -4
  632. package/build/rn/icons/upload.icon.svg +1 -4
  633. package/build/rn/icons/usb-cable.icon.svg +1 -4
  634. package/build/rn/icons/user-add-bold.icon.svg +3 -0
  635. package/build/rn/icons/user.icon.svg +1 -4
  636. package/build/rn/icons/users.icon.svg +1 -5
  637. package/build/rn/icons/video-chat.icon.svg +1 -5
  638. package/build/rn/icons/video-games.icon.svg +1 -5
  639. package/build/rn/icons/visible.icon.svg +1 -5
  640. package/build/rn/icons/warranty.icon.svg +1 -4
  641. package/build/rn/icons/watch.icon.svg +1 -5
  642. package/build/rn/icons/wifi-boost.icon.svg +1 -4
  643. package/build/rn/icons/wifi-cloud.icon.svg +1 -5
  644. package/build/rn/palette.js +46 -8
  645. package/build/web/fonts/fonts-cdn-family.css +4 -4
  646. package/build/web/fonts/fonts-cdn.css +4 -4
  647. package/build/web/fonts/fonts-local-family.css +4 -4
  648. package/build/web/fonts/fonts-local.css +4 -4
  649. package/build/web/fonts/{v0_1_0-prerelease_4-HelveticaNow-300-qh0v1c9kkcsSDIoxorN_4.otf → v1_0_0-prerelease_1-HelveticaNow-300-cYJbOK5Wjb0gWM6k_Jo2e.otf} +0 -0
  650. package/build/web/fonts/{v0_1_0-prerelease_4-HelveticaNow-400-hoAJH3xOwhkgXso3Fk_iZ.otf → v1_0_0-prerelease_1-HelveticaNow-400-gropvn5vwjTQ5_DIAlEg3.otf} +0 -0
  651. package/build/web/fonts/{v0_1_0-prerelease_4-HelveticaNow-500-W_zTir8VUoU2RvpGvBH5O.otf → v1_0_0-prerelease_1-HelveticaNow-500-WmJJ0xZA_Z-ecjdH21pwC.otf} +0 -0
  652. package/build/web/fonts/{v0_1_0-prerelease_4-HelveticaNow-700-GyJGTONkMn6W2X3z0Rqx6.otf → v1_0_0-prerelease_1-HelveticaNow-700-ZVeBMUkNq0wZu_Vgd2Iuj.otf} +0 -0
  653. package/build/web/icons/Accessible.js +26 -0
  654. package/build/web/icons/Add.js +27 -0
  655. package/build/web/icons/AddUser.js +26 -0
  656. package/build/web/icons/AlarmClock.js +26 -0
  657. package/build/web/icons/Ambulance.js +27 -0
  658. package/build/web/icons/ArrowDown.js +26 -0
  659. package/build/web/icons/ArrowLeft.js +27 -0
  660. package/build/web/icons/ArrowRight.js +27 -0
  661. package/build/web/icons/ArrowUp.js +26 -0
  662. package/build/web/icons/ArtificialIntelligence.js +25 -0
  663. package/build/web/icons/Attention.js +26 -0
  664. package/build/web/icons/Award.js +26 -0
  665. package/build/web/icons/Baby.js +26 -0
  666. package/build/web/icons/BabyBoy.js +26 -0
  667. package/build/web/icons/BabyGirl.js +26 -0
  668. package/build/web/icons/BackToSchool.js +26 -0
  669. package/build/web/icons/Bank.js +26 -0
  670. package/build/web/icons/BatteryCar.js +25 -0
  671. package/build/web/icons/BatteryCharging.js +26 -0
  672. package/build/web/icons/Bell.js +26 -0
  673. package/build/web/icons/Bill.js +26 -0
  674. package/build/web/icons/Bookmark.js +26 -0
  675. package/build/web/icons/Briefcase.js +26 -0
  676. package/build/web/icons/BulletFill.js +27 -0
  677. package/build/web/icons/Calendar.js +26 -0
  678. package/build/web/icons/Call.js +26 -0
  679. package/build/web/icons/CallForward.js +26 -0
  680. package/build/web/icons/CallOut.js +26 -0
  681. package/build/web/icons/CallReceive.js +26 -0
  682. package/build/web/icons/CallTalking.js +26 -0
  683. package/build/web/icons/Camera.js +26 -0
  684. package/build/web/icons/Car.js +25 -0
  685. package/build/web/icons/CaretDown.js +27 -0
  686. package/build/web/icons/CaretUp.js +27 -0
  687. package/build/web/icons/CartEmptyBold.js +26 -0
  688. package/build/web/icons/CartFilledBold.js +31 -0
  689. package/build/web/icons/Channels.js +26 -0
  690. package/build/web/icons/ChartsBar1.js +26 -0
  691. package/build/web/icons/ChartsBar2.js +25 -0
  692. package/build/web/icons/ChartsLine.js +26 -0
  693. package/build/web/icons/Chat1.js +26 -0
  694. package/build/web/icons/Chat2.js +26 -0
  695. package/build/web/icons/ChatSupport.js +26 -0
  696. package/build/web/icons/Check.js +25 -0
  697. package/build/web/icons/Checkmark.js +26 -0
  698. package/build/web/icons/ChevronLeft.js +27 -0
  699. package/build/web/icons/ChevronRight.js +27 -0
  700. package/build/web/icons/Clipboard.js +26 -0
  701. package/build/web/icons/Close.js +27 -0
  702. package/build/web/icons/ClosedCaptions.js +25 -0
  703. package/build/web/icons/CloudDownload.js +26 -0
  704. package/build/web/icons/CloudSync.js +26 -0
  705. package/build/web/icons/CloudUpload.js +26 -0
  706. package/build/web/icons/Collaboration.js +25 -0
  707. package/build/web/icons/Compass.js +26 -0
  708. package/build/web/icons/ComputerNetwork.js +26 -0
  709. package/build/web/icons/Contract.js +26 -0
  710. package/build/web/icons/CreditCard.js +26 -0
  711. package/build/web/icons/Cronometer.js +26 -0
  712. package/build/web/icons/CssActivations.js +25 -0
  713. package/build/web/icons/DataLimit.js +26 -0
  714. package/build/web/icons/Deals.js +26 -0
  715. package/build/web/icons/Delete.js +26 -0
  716. package/build/web/icons/Delivery.js +26 -0
  717. package/build/web/icons/Devices.js +26 -0
  718. package/build/web/icons/Diagram.js +26 -0
  719. package/build/web/icons/Diamond.js +25 -0
  720. package/build/web/icons/Direction.js +26 -0
  721. package/build/web/icons/Document.js +26 -0
  722. package/build/web/icons/Donate.js +25 -0
  723. package/build/web/icons/Download.js +26 -0
  724. package/build/web/icons/DownloadPdf.js +26 -0
  725. package/build/web/icons/DownloadPdfs.js +26 -0
  726. package/build/web/icons/Email.js +26 -0
  727. package/build/web/icons/Escalations.js +25 -0
  728. package/build/web/icons/FavouriteNetwork.js +26 -0
  729. package/build/web/icons/Files.js +26 -0
  730. package/build/web/icons/Fingerprint.js +26 -0
  731. package/build/web/icons/Firewall.js +26 -0
  732. package/build/web/icons/Flag.js +25 -0
  733. package/build/web/icons/FullscreenExpand.js +25 -0
  734. package/build/web/icons/FullscreenMinimize.js +25 -0
  735. package/build/web/icons/Gift.js +26 -0
  736. package/build/web/icons/Globe1.js +25 -0
  737. package/build/web/icons/Globe2.js +25 -0
  738. package/build/web/icons/HeadBoth.js +26 -0
  739. package/build/web/icons/HeadFemale.js +26 -0
  740. package/build/web/icons/HeadMale.js +26 -0
  741. package/build/web/icons/Headset.js +26 -0
  742. package/build/web/icons/Heart.js +26 -0
  743. package/build/web/icons/Heartbeat.js +26 -0
  744. package/build/web/icons/Helpdesk.js +25 -0
  745. package/build/web/icons/Home.js +26 -0
  746. package/build/web/icons/HomeSecurity.js +26 -0
  747. package/build/web/icons/IDTag.js +26 -0
  748. package/build/web/icons/Infinite.js +26 -0
  749. package/build/web/icons/Information.js +26 -0
  750. package/build/web/icons/Internet.js +26 -0
  751. package/build/web/icons/Invisible.js +25 -0
  752. package/build/web/icons/Key.js +26 -0
  753. package/build/web/icons/Laptop.js +26 -0
  754. package/build/web/icons/Layers.js +26 -0
  755. package/build/web/icons/Lifesaver.js +25 -0
  756. package/build/web/icons/Lightbulb.js +26 -0
  757. package/build/web/icons/LinkExternal.js +26 -0
  758. package/build/web/icons/LocationAdd.js +26 -0
  759. package/build/web/icons/LocationHome.js +26 -0
  760. package/build/web/icons/LocationIneligible.js +26 -0
  761. package/build/web/icons/LocationMap.js +25 -0
  762. package/build/web/icons/LocationRegular.js +25 -0
  763. package/build/web/icons/LocationRemove.js +26 -0
  764. package/build/web/icons/LocationSuccess.js +26 -0
  765. package/build/web/icons/LocationVerified.js +26 -0
  766. package/build/web/icons/LockClosed.js +26 -0
  767. package/build/web/icons/LockOpened.js +26 -0
  768. package/build/web/icons/LoginForm.js +26 -0
  769. package/build/web/icons/Map.js +26 -0
  770. package/build/web/icons/Medical.js +26 -0
  771. package/build/web/icons/Messaging.js +26 -0
  772. package/build/web/icons/Mobility.js +26 -0
  773. package/build/web/icons/Movie.js +25 -0
  774. package/build/web/icons/Music.js +26 -0
  775. package/build/web/icons/Muted.js +25 -0
  776. package/build/web/icons/Networking.js +26 -0
  777. package/build/web/icons/News.js +26 -0
  778. package/build/web/icons/NextGenFirewall.js +26 -0
  779. package/build/web/icons/NoContract.js +27 -0
  780. package/build/web/icons/NotifyBold.js +26 -0
  781. package/build/web/icons/Office.js +26 -0
  782. package/build/web/icons/Offices.js +26 -0
  783. package/build/web/icons/OnDemand.js +26 -0
  784. package/build/web/icons/OnTheGo.js +26 -0
  785. package/build/web/icons/OnlineSecurity.js +27 -0
  786. package/build/web/icons/Paperless.js +27 -0
  787. package/build/web/icons/Passport.js +26 -0
  788. package/build/web/icons/Pause.js +25 -0
  789. package/build/web/icons/Phone.js +27 -0
  790. package/build/web/icons/PhoneBusiness.js +26 -0
  791. package/build/web/icons/PhoneHome.js +26 -0
  792. package/build/web/icons/PhoneReception.js +26 -0
  793. package/build/web/icons/Photo.js +26 -0
  794. package/build/web/icons/Photos.js +26 -0
  795. package/build/web/icons/PiggyBank.js +26 -0
  796. package/build/web/icons/PikTV.js +26 -0
  797. package/build/web/icons/Play.js +26 -0
  798. package/build/web/icons/PlaySolid.js +27 -0
  799. package/build/web/icons/PlayVideo.js +27 -0
  800. package/build/web/icons/Preference.js +26 -0
  801. package/build/web/icons/Print.js +26 -0
  802. package/build/web/icons/PrivateCloud.js +26 -0
  803. package/build/web/icons/Profile.js +26 -0
  804. package/build/web/icons/ProfileBold.js +26 -0
  805. package/build/web/icons/Question.js +27 -0
  806. package/build/web/icons/QuoteLeft.js +28 -0
  807. package/build/web/icons/Radar.js +26 -0
  808. package/build/web/icons/Receipt.js +26 -0
  809. package/build/web/icons/Record.js +25 -0
  810. package/build/web/icons/Refresh.js +26 -0
  811. package/build/web/icons/RemoteControl.js +26 -0
  812. package/build/web/icons/Replay.js +25 -0
  813. package/build/web/icons/Router.js +26 -0
  814. package/build/web/icons/Search.js +26 -0
  815. package/build/web/icons/SearchBold.js +25 -0
  816. package/build/web/icons/SecurityCamera.js +26 -0
  817. package/build/web/icons/SecurityHouse.js +26 -0
  818. package/build/web/icons/SecurityMobile.js +26 -0
  819. package/build/web/icons/SecuritySettings.js +26 -0
  820. package/build/web/icons/Server.js +26 -0
  821. package/build/web/icons/ServiceTruck.js +26 -0
  822. package/build/web/icons/Settings.js +26 -0
  823. package/build/web/icons/SettingsBold.js +26 -0
  824. package/build/web/icons/SettingsSolid.js +25 -0
  825. package/build/web/icons/SharedAccount.js +26 -0
  826. package/build/web/icons/Shop.js +26 -0
  827. package/build/web/icons/SignPost.js +26 -0
  828. package/build/web/icons/Signal.js +26 -0
  829. package/build/web/icons/SimCard.js +26 -0
  830. package/build/web/icons/Soccer.js +26 -0
  831. package/build/web/icons/Speaker.js +26 -0
  832. package/build/web/icons/SpeakerPhone.js +26 -0
  833. package/build/web/icons/Speed.js +26 -0
  834. package/build/web/icons/SpeedReduced.js +26 -0
  835. package/build/web/icons/StatusError.js +26 -0
  836. package/build/web/icons/StatusSuccess.js +26 -0
  837. package/build/web/icons/StatusWarning.js +26 -0
  838. package/build/web/icons/Subtract.js +27 -0
  839. package/build/web/icons/Success.js +26 -0
  840. package/build/web/icons/Suitcase.js +25 -0
  841. package/build/web/icons/Support.js +26 -0
  842. package/build/web/icons/TV.js +26 -0
  843. package/build/web/icons/TVChoiceAndFlexibility.js +27 -0
  844. package/build/web/icons/Tablet.js +26 -0
  845. package/build/web/icons/Target.js +26 -0
  846. package/build/web/icons/Tasks.js +26 -0
  847. package/build/web/icons/ThumbsUp.js +25 -0
  848. package/build/web/icons/Time.js +26 -0
  849. package/build/web/icons/Times.js +26 -0
  850. package/build/web/icons/TowTruck.js +25 -0
  851. package/build/web/icons/Transmitter.js +26 -0
  852. package/build/web/icons/Unmuted.js +27 -0
  853. package/build/web/icons/Upload.js +26 -0
  854. package/build/web/icons/UploadToCloud.js +26 -0
  855. package/build/web/icons/UsbCable.js +26 -0
  856. package/build/web/icons/User.js +26 -0
  857. package/build/web/icons/UserAddBold.js +26 -0
  858. package/build/web/icons/Users.js +26 -0
  859. package/build/web/icons/VideoChat.js +26 -0
  860. package/build/web/icons/VideoGames.js +26 -0
  861. package/build/web/icons/Visible.js +26 -0
  862. package/build/web/icons/Warranty.js +26 -0
  863. package/build/web/icons/Watch.js +26 -0
  864. package/build/web/icons/WifiBoost.js +26 -0
  865. package/build/web/icons/WifiCloud.js +26 -0
  866. package/build/web/icons/accessible.icon.svg +1 -4
  867. package/build/web/icons/add-user.icon.svg +1 -4
  868. package/build/web/icons/add.icon.svg +3 -0
  869. package/build/web/icons/alarm-clock.icon.svg +1 -4
  870. package/build/web/icons/ambulance.icon.svg +2 -44
  871. package/build/web/icons/arrow-down.icon.svg +1 -5
  872. package/build/web/icons/arrow-left.icon.svg +1 -1
  873. package/build/web/icons/arrow-right.icon.svg +1 -1
  874. package/build/web/icons/arrow-up.icon.svg +1 -5
  875. package/build/web/icons/artificial-intelligence.icon.svg +1 -4
  876. package/build/web/icons/attention.icon.svg +1 -5
  877. package/build/web/icons/award.icon.svg +1 -5
  878. package/build/web/icons/baby-boy.icon.svg +1 -4
  879. package/build/web/icons/baby-girl.icon.svg +1 -4
  880. package/build/web/icons/baby.icon.svg +1 -4
  881. package/build/web/icons/back-to-school.icon.svg +1 -5
  882. package/build/web/icons/bank.icon.svg +1 -4
  883. package/build/web/icons/battery-car.icon.svg +1 -4
  884. package/build/web/icons/battery-charging.icon.svg +1 -5
  885. package/build/web/icons/bell.icon.svg +1 -5
  886. package/build/web/icons/bill.icon.svg +1 -5
  887. package/build/web/icons/bookmark.icon.svg +1 -5
  888. package/build/web/icons/briefcase.icon.svg +1 -5
  889. package/build/web/icons/bullet-fill.icon.svg +1 -0
  890. package/build/web/icons/calendar.icon.svg +1 -4
  891. package/build/web/icons/call-forward.icon.svg +1 -5
  892. package/build/web/icons/call-out.icon.svg +1 -5
  893. package/build/web/icons/call-receive.icon.svg +1 -5
  894. package/build/web/icons/call-talking.icon.svg +1 -5
  895. package/build/web/icons/call.icon.svg +1 -5
  896. package/build/web/icons/camera.icon.svg +1 -5
  897. package/build/web/icons/car.icon.svg +1 -4
  898. package/build/web/icons/caret-down.icon.svg +2 -2
  899. package/build/web/icons/caret-up.icon.svg +2 -2
  900. package/build/web/icons/cart-empty-bold.icon.svg +3 -0
  901. package/build/web/icons/cart-filled-bold.icon.svg +10 -0
  902. package/build/web/icons/channels.icon.svg +1 -5
  903. package/build/web/icons/charts-bar1.icon.svg +1 -4
  904. package/build/web/icons/charts-bar2.icon.svg +1 -1
  905. package/build/web/icons/charts-line.icon.svg +1 -5
  906. package/build/web/icons/chat-support.icon.svg +1 -4
  907. package/build/web/icons/chat1.icon.svg +1 -4
  908. package/build/web/icons/chat2.icon.svg +1 -4
  909. package/build/web/icons/check.icon.svg +1 -4
  910. package/build/web/icons/checkmark.icon.svg +1 -4
  911. package/build/web/icons/chevron-left.icon.svg +1 -1
  912. package/build/web/icons/chevron-right.icon.svg +1 -1
  913. package/build/web/icons/clipboard.icon.svg +1 -4
  914. package/build/web/icons/close.icon.svg +3 -0
  915. package/build/web/icons/cloud-download.icon.svg +1 -4
  916. package/build/web/icons/cloud-sync.icon.svg +1 -5
  917. package/build/web/icons/cloud-upload.icon.svg +1 -4
  918. package/build/web/icons/collaboration.icon.svg +1 -1
  919. package/build/web/icons/compass.icon.svg +1 -4
  920. package/build/web/icons/computer-network.icon.svg +1 -4
  921. package/build/web/icons/contract.icon.svg +1 -5
  922. package/build/web/icons/credit-card.icon.svg +1 -5
  923. package/build/web/icons/cronometer.icon.svg +1 -5
  924. package/build/web/icons/css-activations.icon.svg +3 -0
  925. package/build/web/icons/data-limit.icon.svg +1 -4
  926. package/build/web/icons/deals.icon.svg +1 -4
  927. package/build/web/icons/delete.icon.svg +3 -0
  928. package/build/web/icons/delivery.icon.svg +1 -5
  929. package/build/web/icons/devices.icon.svg +1 -4
  930. package/build/web/icons/diagram.icon.svg +1 -4
  931. package/build/web/icons/diamond.icon.svg +1 -4
  932. package/build/web/icons/direction.icon.svg +1 -5
  933. package/build/web/icons/document.icon.svg +1 -5
  934. package/build/web/icons/donate.icon.svg +1 -1
  935. package/build/web/icons/download-pdf.icon.svg +3 -0
  936. package/build/web/icons/download-pdfs.icon.svg +3 -0
  937. package/build/web/icons/download.icon.svg +1 -4
  938. package/build/web/icons/email.icon.svg +1 -5
  939. package/build/web/icons/escalations.icon.svg +3 -0
  940. package/build/web/icons/favourite-network.icon.svg +1 -4
  941. package/build/web/icons/files.icon.svg +1 -5
  942. package/build/web/icons/fingerprint.icon.svg +1 -5
  943. package/build/web/icons/firewall.icon.svg +1 -5
  944. package/build/web/icons/flag.icon.svg +1 -4
  945. package/build/web/icons/gift.icon.svg +1 -4
  946. package/build/web/icons/globe1.icon.svg +1 -1
  947. package/build/web/icons/globe2.icon.svg +1 -1
  948. package/build/web/icons/head-both.icon.svg +1 -5
  949. package/build/web/icons/head-female.icon.svg +1 -4
  950. package/build/web/icons/head-male.icon.svg +1 -4
  951. package/build/web/icons/headset.icon.svg +1 -4
  952. package/build/web/icons/heart.icon.svg +1 -5
  953. package/build/web/icons/heartbeat.icon.svg +1 -4
  954. package/build/web/icons/helpdesk.icon.svg +3 -0
  955. package/build/web/icons/home-security.icon.svg +1 -4
  956. package/build/web/icons/home.icon.svg +1 -4
  957. package/build/web/icons/idtag.icon.svg +1 -5
  958. package/build/web/icons/index.js +641 -190
  959. package/build/web/icons/infinite.icon.svg +1 -5
  960. package/build/web/icons/information.icon.svg +1 -4
  961. package/build/web/icons/internet.icon.svg +1 -5
  962. package/build/web/icons/invisible.icon.svg +1 -4
  963. package/build/web/icons/key.icon.svg +1 -5
  964. package/build/web/icons/laptop.icon.svg +1 -5
  965. package/build/web/icons/layers.icon.svg +1 -5
  966. package/build/web/icons/lifesaver.icon.svg +1 -1
  967. package/build/web/icons/lightbulb.icon.svg +1 -5
  968. package/build/web/icons/link-external.icon.svg +3 -0
  969. package/build/web/icons/location-add.icon.svg +1 -5
  970. package/build/web/icons/location-home.icon.svg +1 -5
  971. package/build/web/icons/location-ineligible.icon.svg +1 -4
  972. package/build/web/icons/location-map.icon.svg +1 -1
  973. package/build/web/icons/location-regular.icon.svg +1 -4
  974. package/build/web/icons/location-remove.icon.svg +1 -5
  975. package/build/web/icons/location-success.icon.svg +1 -4
  976. package/build/web/icons/location-verified.icon.svg +1 -5
  977. package/build/web/icons/lock-closed.icon.svg +1 -5
  978. package/build/web/icons/lock-opened.icon.svg +1 -5
  979. package/build/web/icons/login-form.icon.svg +1 -4
  980. package/build/web/icons/map.icon.svg +1 -5
  981. package/build/web/icons/medical.icon.svg +1 -4
  982. package/build/web/icons/messaging.icon.svg +1 -5
  983. package/build/web/icons/mobility.icon.svg +1 -5
  984. package/build/web/icons/movie.icon.svg +1 -1
  985. package/build/web/icons/music.icon.svg +1 -5
  986. package/build/web/icons/networking.icon.svg +1 -4
  987. package/build/web/icons/news.icon.svg +1 -5
  988. package/build/web/icons/next-gen-firewall.icon.svg +1 -4
  989. package/build/web/icons/no-contract.icon.svg +2 -15
  990. package/build/web/icons/notify-bold.icon.svg +3 -0
  991. package/build/web/icons/office.icon.svg +1 -5
  992. package/build/web/icons/offices.icon.svg +1 -4
  993. package/build/web/icons/on-demand.icon.svg +1 -4
  994. package/build/web/icons/on-the-go.icon.svg +1 -5
  995. package/build/web/icons/online-security.icon.svg +3 -0
  996. package/build/web/icons/paperless.icon.svg +3 -0
  997. package/build/web/icons/passport.icon.svg +1 -5
  998. package/build/web/icons/phone-business.icon.svg +1 -4
  999. package/build/web/icons/phone-home.icon.svg +1 -4
  1000. package/build/web/icons/phone-reception.icon.svg +1 -5
  1001. package/build/web/icons/phone.icon.svg +2 -6
  1002. package/build/web/icons/photo.icon.svg +1 -5
  1003. package/build/web/icons/photos.icon.svg +1 -4
  1004. package/build/web/icons/piggy-bank.icon.svg +1 -5
  1005. package/build/web/icons/pik-tv.icon.svg +1 -4
  1006. package/build/web/icons/play-video.icon.svg +3 -0
  1007. package/build/web/icons/play.icon.svg +1 -5
  1008. package/build/web/icons/preference.icon.svg +1 -4
  1009. package/build/web/icons/print.icon.svg +3 -0
  1010. package/build/web/icons/private-cloud.icon.svg +1 -5
  1011. package/build/web/icons/profile-bold.icon.svg +3 -0
  1012. package/build/web/icons/profile.icon.svg +3 -0
  1013. package/build/web/icons/radar.icon.svg +1 -4
  1014. package/build/web/icons/receipt.icon.svg +1 -5
  1015. package/build/web/icons/record.icon.svg +1 -4
  1016. package/build/web/icons/refresh.icon.svg +1 -4
  1017. package/build/web/icons/remote-control.icon.svg +1 -5
  1018. package/build/web/icons/replay.icon.svg +2 -2
  1019. package/build/web/icons/router.icon.svg +1 -5
  1020. package/build/web/icons/search-bold.icon.svg +3 -0
  1021. package/build/web/icons/search.icon.svg +3 -0
  1022. package/build/web/icons/security-camera.icon.svg +1 -5
  1023. package/build/web/icons/security-house.icon.svg +1 -4
  1024. package/build/web/icons/security-mobile.icon.svg +1 -5
  1025. package/build/web/icons/security-settings.icon.svg +1 -5
  1026. package/build/web/icons/server.icon.svg +1 -5
  1027. package/build/web/icons/service-truck.icon.svg +1 -5
  1028. package/build/web/icons/settings-bold.icon.svg +3 -0
  1029. package/build/web/icons/settings.icon.svg +1 -4
  1030. package/build/web/icons/shared-account.icon.svg +1 -5
  1031. package/build/web/icons/shop.icon.svg +1 -5
  1032. package/build/web/icons/sign-post.icon.svg +1 -4
  1033. package/build/web/icons/signal.icon.svg +1 -4
  1034. package/build/web/icons/sim-card.icon.svg +1 -5
  1035. package/build/web/icons/soccer.icon.svg +1 -4
  1036. package/build/web/icons/speaker-phone.icon.svg +1 -5
  1037. package/build/web/icons/speaker.icon.svg +1 -5
  1038. package/build/web/icons/speed-reduced.icon.svg +1 -4
  1039. package/build/web/icons/speed.icon.svg +1 -4
  1040. package/build/web/icons/status-error.icon.svg +3 -0
  1041. package/build/web/icons/status-success.icon.svg +3 -0
  1042. package/build/web/icons/status-warning.icon.svg +3 -0
  1043. package/build/web/icons/subtract.icon.svg +3 -0
  1044. package/build/web/icons/success.icon.svg +1 -5
  1045. package/build/web/icons/suitcase.icon.svg +1 -4
  1046. package/build/web/icons/support.icon.svg +1 -4
  1047. package/build/web/icons/tablet.icon.svg +1 -5
  1048. package/build/web/icons/target.icon.svg +1 -4
  1049. package/build/web/icons/tasks.icon.svg +1 -5
  1050. package/build/web/icons/thumbs-up.icon.svg +1 -4
  1051. package/build/web/icons/time.icon.svg +1 -4
  1052. package/build/web/icons/times.icon.svg +1 -4
  1053. package/build/web/icons/tow-truck.icon.svg +1 -4
  1054. package/build/web/icons/transmitter.icon.svg +1 -4
  1055. package/build/web/icons/tv.icon.svg +1 -5
  1056. package/build/web/icons/tvchoice-and-flexibility.icon.svg +2 -17
  1057. package/build/web/icons/upload-to-cloud.icon.svg +1 -4
  1058. package/build/web/icons/upload.icon.svg +1 -4
  1059. package/build/web/icons/usb-cable.icon.svg +1 -4
  1060. package/build/web/icons/user-add-bold.icon.svg +3 -0
  1061. package/build/web/icons/user.icon.svg +1 -4
  1062. package/build/web/icons/users.icon.svg +1 -5
  1063. package/build/web/icons/video-chat.icon.svg +1 -5
  1064. package/build/web/icons/video-games.icon.svg +1 -5
  1065. package/build/web/icons/visible.icon.svg +1 -5
  1066. package/build/web/icons/warranty.icon.svg +1 -4
  1067. package/build/web/icons/watch.icon.svg +1 -5
  1068. package/build/web/icons/wifi-boost.icon.svg +1 -4
  1069. package/build/web/icons/wifi-cloud.icon.svg +1 -5
  1070. package/build/web/palette.js +50 -12
  1071. package/package.json +2 -2
  1072. package/build/rn/icons/location-add0.icon.svg +0 -6
  1073. package/build/rn/icons/notification-error.icon.svg +0 -6
  1074. package/build/rn/icons/notification-success.icon.svg +0 -6
  1075. package/build/rn/icons/notification-warning.icon.svg +0 -6
  1076. package/build/rn/palette.mjs +0 -382
  1077. package/build/web/icons/location-add0.icon.svg +0 -6
  1078. package/build/web/icons/notification-error.icon.svg +0 -6
  1079. package/build/web/icons/notification-success.icon.svg +0 -6
  1080. package/build/web/icons/notification-warning.icon.svg +0 -6
  1081. package/build/web/palette.mjs +0 -321
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 18 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fillRule: "evenodd",
24
+ d: "M2.792 15.562c0 .149.122.271.27.271a.272.272 0 0 0 .272-.271.272.272 0 0 0-.272-.271.272.272 0 0 0-.27.271zm.27 1.312a1.314 1.314 0 0 1-1.312-1.312 1.314 1.314 0 0 1 2.625 0c0 .724-.59 1.312-1.313 1.312zm3.167-4.75a.522.522 0 0 1 0-1.042h9.5a.522.522 0 0 1 0 1.042h-9.5zm0-3.958a.521.521 0 0 1 0-1.042h9.5a.522.522 0 0 1 0 1.042h-9.5zm0 7.916a.521.521 0 0 1 0-1.04h9.5a.521.521 0 0 1 0 1.04h-9.5zm-3.438-4.479a.272.272 0 0 0 .542 0 .272.272 0 0 0-.27-.27.272.272 0 0 0-.272.27zm.272 1.313a1.314 1.314 0 0 1-1.313-1.313 1.314 1.314 0 0 1 2.625 0c0 .725-.59 1.313-1.313 1.313zm3.166 7.125a.522.522 0 0 1 0-1.041h4.75a.521.521 0 0 1 0 1.041h-4.75zm-3.438-.521a.272.272 0 0 0 .542 0 .272.272 0 0 0-.27-.271.272.272 0 0 0-.272.271zm.272 1.312A1.314 1.314 0 0 1 1.75 19.52a1.314 1.314 0 0 1 2.625 0c0 .724-.59 1.312-1.313 1.312zM2.79 7.645a.272.272 0 0 0 .542 0 .272.272 0 0 0-.27-.27.272.272 0 0 0-.272.27zm.272 1.313A1.314 1.314 0 0 1 1.75 7.644a1.314 1.314 0 0 1 2.625 0c0 .725-.59 1.313-1.313 1.313zM1.208 3.875v18.623a.46.46 0 0 0 .457.459h14.668a.46.46 0 0 0 .458-.459V3.876a.46.46 0 0 0-.458-.459h-2.459v.27a.522.522 0 0 1-.521.521H4.646a.521.521 0 0 1-.521-.521v-.27H1.666a.459.459 0 0 0-.457.459zm7.167-2.39a.523.523 0 0 1-.491.347H6.229c-.586 0-1.062.477-1.062 1.063v.27h7.666v-.27c0-.586-.477-1.063-1.063-1.063h-1.655a.522.522 0 0 1-.491-.347A.667.667 0 0 0 9 1.041a.665.665 0 0 0-.624.445zm7.958.89c.827 0 1.499.673 1.499 1.5v18.623c0 .827-.672 1.501-1.499 1.501H1.666a1.502 1.502 0 0 1-1.499-1.501V3.876c0-.827.672-1.5 1.499-1.5h2.523A2.115 2.115 0 0 1 6.229.791h1.334A1.71 1.71 0 0 1 9 0c.579 0 1.123.301 1.436.791h1.334c.962 0 1.804.661 2.04 1.585h2.524z"
25
+ })]
26
+ });
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 23",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ d: "M7.5 21a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 1 0v9a.5.5 0 0 1-.5.5zm-2 2h-3A2.502 2.502 0 0 1 0 20.5v-8C0 11.121 1.121 10 2.5 10h5a.5.5 0 0 1 .5.5v.191l.119-.061L11 4.391V1a.5.5 0 0 1 .188-.391C11.219.585 11.962 0 13 0c1.157 0 3 1.831 3 4 0 1.368-.49 3.071-.796 4h6.177c1.346 0 2.491.996 2.608 2.267a2.483 2.483 0 0 1-.64 1.909c.412.413.651.973.651 1.574a2.24 2.24 0 0 1-1.234 2.001 2.24 2.24 0 0 1-1.001 3c.228.456.295.981.18 1.503C21.721 21.266 20.768 22 19.679 22H10.5c-.695 0-1.815-.225-2.647-.653A2.506 2.506 0 0 1 5.5 23zm-3-12c-.827 0-1.5.673-1.5 1.5v8c0 .827.673 1.5 1.5 1.5h3c.827 0 1.5-.673 1.5-1.5a.5.5 0 0 1 .854-.354c.472.473 1.834.854 2.646.854h9.179c.624 0 1.166-.404 1.289-.962a1.237 1.237 0 0 0-.362-1.193.5.5 0 0 1 .286-.861A1.246 1.246 0 0 0 22 16.75c0-.344-.141-.666-.395-.905a.5.5 0 0 1 .286-.861A1.246 1.246 0 0 0 23 13.75c0-.466-.262-.89-.685-1.105a.502.502 0 0 1-.034-.871c.491-.303.765-.845.712-1.415C22.923 9.597 22.215 9 21.381 9H14.5a.503.503 0 0 1-.412-.216.503.503 0 0 1-.055-.462C14.042 8.297 15 5.76 15 4c0-1.638-1.452-3-2-3-.431 0-.792.156-1 .271V4.5a.51.51 0 0 1-.046.21l-3 6.5a.5.5 0 0 1-.23.237l-1 .5a.51.51 0 0 1-.486-.021A.502.502 0 0 1 7 11.5V11H2.5z"
24
+ })]
25
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fillRule: "evenodd",
24
+ d: "M16.505 11.467a.51.51 0 0 1 .533.533.51.51 0 0 1-.533.533H12a.51.51 0 0 1-.533-.533V3.81A.51.51 0 0 1 12 3.277a.51.51 0 0 1 .533.533v7.657h3.972zM12 22.934c6.029 0 10.934-4.904 10.934-10.934 0-6.028-4.905-10.933-10.934-10.933C5.972 1.067 1.066 5.972 1.066 12c0 6.03 4.906 10.934 10.934 10.934zM12 0c6.616 0 12 5.384 12 12 0 6.617-5.384 12-12 12-6.617 0-12-5.383-12-12C0 5.384 5.383 0 12 0z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 16 16",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fillRule: "evenodd",
24
+ d: "m8 9.17-4.931 4.637a.756.756 0 0 1-1.034-.021l.176.175a.718.718 0 0 1-.003-1.012l4.781-4.782a40.59 40.59 0 0 1-.083-.085l-4.72-5.017a.753.753 0 0 1 .03-1.03l-.176.177a.714.714 0 0 1 1.012-.003L8 7.157l4.948-4.948a.714.714 0 0 1 1.012.003l-.176-.176a.753.753 0 0 1 .03 1.029l-4.72 5.017a40.59 40.59 0 0 1-.083.085l4.781 4.782a.718.718 0 0 1-.003 1.012l.176-.175a.756.756 0 0 1-1.034.021L8 9.17z"
25
+ })]
26
+ });
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ d: "M4.5 20.52a2.503 2.503 0 0 1-2.5-2.5c0-1.378 1.121-2.5 2.5-2.5S7 16.642 7 18.02s-1.121 2.5-2.5 2.5zm0-4c-.827 0-1.5.673-1.5 1.5s.673 1.5 1.5 1.5 1.5-.673 1.5-1.5-.673-1.5-1.5-1.5zm15 4a2.503 2.503 0 0 1-2.5-2.5c0-1.378 1.121-2.5 2.5-2.5s2.5 1.122 2.5 2.5-1.121 2.5-2.5 2.5zm0-4c-.827 0-1.5.673-1.5 1.5s.673 1.5 1.5 1.5 1.5-.673 1.5-1.5-.673-1.5-1.5-1.5zm-2-3h-1a.5.5 0 0 1 0-1h1a.5.5 0 0 1 0 1zm-4.5.473a.5.5 0 0 1-.5.527H1.892l-.75 3H2.5a.5.5 0 0 1 0 1h-2a.503.503 0 0 1-.486-.621l1-4a.502.502 0 0 1 .486-.379h5.327L5.001 7.427V9.02c0 .827-.673 1.5-1.5 1.5S2 9.847 2 9.02a.5.5 0 0 1 1 0 .5.5 0 0 0 1 0v-5a.5.5 0 0 1 .5-.5h1.892a2.49 2.49 0 0 1 2.12 1.174L12 11.852V4.02a.5.5 0 0 1 .5-.5h9c.737 0 1.96.753 2.354 1.146A.504.504 0 0 1 24 5.02v1.5a.5.5 0 0 1-.276.447L23 7.329v3.382l.724.362a.5.5 0 0 1 .276.447v4.5c0 1.378-1.121 2.5-2.5 2.5a.5.5 0 0 1 0-1c.827 0 1.5-.673 1.5-1.5v-4.191l-.724-.362A.503.503 0 0 1 22 11.02v-4a.5.5 0 0 1 .276-.447L23 6.211v-.965c-.407-.319-1.193-.726-1.5-.726H13v9.473zm-5.127-.473h3.83L7.64 5.178c-.252-.394-.728-.658-1.248-.658h-1.22l2.7 9zm9.627 5h-11a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1zm3-7h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 1 0v3.5h3.5a.5.5 0 0 1 0 1z"
24
+ })]
25
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fillRule: "evenodd",
24
+ d: "m14.813 8.645-.82-2.928h7.215l-6.395 2.928zm.964 7.145-5.951-3.761 4.34-1.988 1.61 5.749zm-8.54 7.168 9.069-5.28 1.48 5.28H7.236zM2.746 5.717h7.262l-.843 3.008-6.42-3.008zm8.3 0h1.909l.938 3.349-4.342 1.989 1.495-5.338zM9.079 12.74l6.58 4.158-9.255 5.39 2.675-9.548zm2.92-10.428.675 2.405h-1.347L12 2.312zm11.99 2.797a.496.496 0 0 0-.22-.314.497.497 0 0 0-.28-.078h-9.776L12.482.324c-.121-.432-.842-.432-.963 0l-1.231 4.393H.512a.506.506 0 0 0-.282.079v.001a.492.492 0 0 0-.23.431V8.39a.5.5 0 0 0 1 0V6.004l7.892 3.697-3.753 13.394a.497.497 0 0 0-.07.355.49.49 0 0 0 .089.31.5.5 0 0 0 .399.198h12.888a.498.498 0 0 0 .48-.634L17.099 16.8c-.007-.028-.005-.057-.016-.085-.003-.007-.01-.011-.012-.017L15.086 9.62 23 5.996V8.39a.5.5 0 1 0 1 0V5.228a.534.534 0 0 0-.012-.119z"
25
+ })]
26
+ });
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ d: "M13.709 4.292c-.217-.09-.457-.032-.643.153L8.614 8.897a.273.273 0 0 1-.076.036H5.18a.72.72 0 0 0-.72.719v4.318a.72.72 0 0 0 .72.719l3.349-.001a.266.266 0 0 1 .079.03l4.458 4.459a.618.618 0 0 0 .436.194c.069 0 .14-.014.207-.041.217-.09.346-.301.346-.563V4.854c0-.262-.129-.472-.346-.562zm3.146 4.87a4.292 4.292 0 0 1 1.264 3.054 4.29 4.29 0 0 1-1.264 3.052.48.48 0 1 1-.68-.678 3.333 3.333 0 0 0 .985-2.374c0-.898-.35-1.741-.985-2.375a.481.481 0 0 1 .68-.68z"
24
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
25
+ d: "M18.898 7.12a7.154 7.154 0 0 1 2.107 5.087 7.15 7.15 0 0 1-2.107 5.088.48.48 0 1 1-.68-.677 6.198 6.198 0 0 0 1.828-4.41 6.196 6.196 0 0 0-1.828-4.41.48.48 0 0 1 .68-.679z"
26
+ })]
27
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fillRule: "evenodd",
24
+ d: "M23.505 15.87c.273 0 .495.22.495.493v5.555A2.084 2.084 0 0 1 21.918 24H2.082A2.084 2.084 0 0 1 0 21.918v-5.555a.494.494 0 1 1 .99 0v5.555c0 .602.49 1.093 1.092 1.093h19.836c.603 0 1.093-.49 1.093-1.093v-5.555c0-.273.221-.494.494-.494zM12.335.13l5.158 4.762a.495.495 0 0 1-.672.727l-4.327-3.994v14.739a.495.495 0 1 1-.99 0V1.624L7.177 5.62a.495.495 0 0 1-.67-.727L11.663.13c.023-.021.05-.031.076-.047.025-.015.048-.036.075-.047a.496.496 0 0 1 .37 0c.027.01.05.032.075.047.026.016.053.026.076.047z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fillRule: "evenodd",
24
+ d: "M19.5 10c1.38 0 2.5 1.122 2.5 2.5v7c0 1.378-1.12 2.5-2.5 2.5H13v1h3.5a.5.5 0 0 1 0 1h-8a.5.5 0 0 1 0-1H12v-1H5.5A2.503 2.503 0 0 1 3 19.5v-7C3 11.122 4.121 10 5.5 10h5a.5.5 0 0 1 0 1h-5c-.827 0-1.5.673-1.5 1.5V18h17v-5.5c0-.827-.673-1.5-1.5-1.5h-5a.5.5 0 0 1 0-1h5zm0 11c.827 0 1.5-.673 1.5-1.5V19H4v.5c0 .827.673 1.5 1.5 1.5h14zm-7-5a.5.5 0 0 1-.5-.5V6.707l-1.146 1.146a.5.5 0 0 1-.707-.707l2-2h.002a.492.492 0 0 1 .223-.12c.023-.007.044-.01.067-.014a.49.49 0 0 1 .25.026h.003c.006.003.008.008.014.011a.504.504 0 0 1 .147.098l2.001 2a.502.502 0 0 1 0 .707.502.502 0 0 1-.708 0L13 6.708V15.5a.5.5 0 0 1-.5.5zm6.346-9.831C21.758 6.383 24 8.818 24 11.779c0 .465-.068.938-.216 1.488a.499.499 0 0 1-.615.358.513.513 0 0 1-.349-.629c.123-.46.18-.846.18-1.217 0-2.541-2.018-4.609-4.5-4.609-.258-.004-.538-.176-.573-.432-.453-3.257-3.216-5.714-6.427-5.714-3.584 0-6.5 2.987-6.5 6.658 0 .289.024.594.076.96a.522.522 0 0 1-.12.412.563.563 0 0 1-.383.173.946.946 0 0 1-.107-.011C2.57 9.218 1 10.827 1 12.803c0 .864.303 1.676.876 2.347a.52.52 0 0 1-.047.723.491.491 0 0 1-.705-.048A4.662 4.662 0 0 1 0 12.803c0-2.376 1.765-4.338 4.022-4.583A6.723 6.723 0 0 1 4 7.682C4 3.446 7.365 0 11.5 0c3.565 0 6.652 2.623 7.346 6.169z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fillRule: "evenodd",
24
+ d: "M5.5 2h-2a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5zM5 4H4V3h1v1zm14.5-4A4.505 4.505 0 0 0 15 4.5V19c0 2.206-1.794 4-4 4s-4-1.794-4-4v-.025c3.351-.257 6-3.059 6-6.475v-3c0-.651-.419-1.201-1-1.408V.5a.5.5 0 0 0-.5-.5h-10a.5.5 0 0 0-.5.5v7.592c-.581.207-1 .757-1 1.408v3c0 3.415 2.649 6.218 6 6.475V19c0 2.757 2.243 5 5 5s5-2.243 5-5V4.5C16 2.57 17.57 1 19.5 1S23 2.57 23 4.5v4a.5.5 0 0 0 1 0v-4C24 2.019 21.981 0 19.5 0zM2 1h9v7H2V1zM1 12.5v-3a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v3c0 3.033-2.467 5.5-5.5 5.5A5.506 5.506 0 0 1 1 12.5zM9.5 2h-2a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5zM9 4H8V3h1v1z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fillRule: "evenodd",
24
+ d: "M12 0C5.383 0 0 5.383 0 12s5.383 12 12 12 12-5.383 12-12S18.617 0 12 0zm0 23c-2.384 0-4.587-.771-6.391-2.065l2.584-.862c1.564-.652 2.085-3 2.085-3.573a.5.5 0 0 0-.182-.386c-.559-.461-1.152-1.261-1.152-1.836 0-.673-.275-1.055-.543-1.242-.125-.346-.327-.976-.344-1.373a.5.5 0 0 0 .443-.497V8.499c0-1.427 1.363-3.5 3.5-3.5 2.008 0 2.537.865 2.604 1.207a.493.493 0 0 0-.019.183c.029.271.232.4.341.469.172.109.574.365.574 1.642v2.667c0 .277.134.469.41.469a.25.25 0 0 1 .032.053c-.024.399-.218 1.003-.343 1.347-.267.187-.543.569-.543 1.242 0 .575-.593 1.375-1.152 1.836a.498.498 0 0 0-.182.386c0 .572.522 2.921 2.12 3.585l2.549.85A10.926 10.926 0 0 1 12 23zm7.137-2.646a.49.49 0 0 0-.31-.328l-2.632-.876c-.92-.383-1.347-1.855-1.447-2.444.681-.633 1.31-1.576 1.31-2.428 0-.289.082-.401.066-.404a.5.5 0 0 0 .343-.299c.049-.123.48-1.222.48-1.963a.501.501 0 0 0-.015-.121 1.173 1.173 0 0 0-.43-.662V8.501c0-1.44-.439-2.042-.902-2.391-.104-.715-.87-2.109-3.598-2.109-2.788 0-4.5 2.621-4.5 4.5v2.328c-.22.158-.367.411-.43.662a.49.49 0 0 0-.015.121c0 .741.431 1.84.48 1.963.06.149.139.244.295.283.032.019.114.13.114.42 0 .852.629 1.795 1.31 2.428-.1.589-.523 2.059-1.413 2.431l-2.667.889a.49.49 0 0 0-.311.33C2.504 18.336 1 15.343 1 12 1 5.935 5.935 1 12 1s11 4.935 11 11c0 3.341-1.503 6.334-3.863 8.354z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ d: "M18.205 14C20.849 14 23 16.085 23 18.647c0 2.562-2.15 4.647-4.795 4.647-2.644 0-4.795-2.085-4.795-4.647 0-2.562 2.151-4.647 4.795-4.647zm0 1.72c-1.68 0-3.047 1.313-3.047 2.927s1.366 2.927 3.047 2.927c1.68 0 3.048-1.313 3.048-2.927s-1.368-2.927-3.048-2.927zm0 .782c.42 0 .768.311.82.713l.006.102v.515h.552a.82.82 0 0 1 .825.815.819.819 0 0 1-.722.807l-.103.007h-.552v.516a.821.821 0 0 1-.827.814.823.823 0 0 1-.818-.712l-.007-.102v-.516h-.55a.821.821 0 0 1-.827-.814.82.82 0 0 1 .723-.808l.103-.007h.551v-.515c0-.45.37-.815.825-.815zM10.038 1c1.072 0 1.609.231 2.13.662 1.73.012 2.636 1.561 2.69 4.605l.003.3c0 2.992 1.033 3.9 1.043 3.909.243.184.38.484.356.795a.925.925 0 0 1-.474.738l-.16.069c-.44.178-1.715.64-3.248.899a.965.965 0 0 1-.732-.16.89.89 0 0 1-.371-.594.966.966 0 0 1 .751-1.074c.742-.1 1.331-.237 1.777-.368-.42-.787-.81-2.015-.851-3.879l-.004-.335c0-2.149-.444-2.981-.764-3.042l-.037-.004h-.352a.973.973 0 0 1-.665-.26l-.164-.15c-.242-.215-.374-.251-.928-.251-.255 0-.993.17-1.644.695-.838.678-1.263 1.691-1.263 3.012 0 2.054-.413 3.382-.858 4.216.44.129 1.019.263 1.734.356a.967.967 0 0 1 .658.391.91.91 0 0 1 .164.646l-.021.114-.302 1.132a.938.938 0 0 1-.588.638l-.112.034-2.898.682c-.765.181-1.387.661-1.722 1.296l-.078.162h2.053c.527 0 .957.418.957.931a.924.924 0 0 1-.833.924l-.111.006H1.956a.977.977 0 0 1-.663-.259.925.925 0 0 1-.293-.67c0-1.923 1.325-3.597 3.249-4.141l.208-.054 1.472-.348c-1.092-.296-1.644-.617-1.65-.62a.916.916 0 0 1-.168-1.476l.105-.087c.108-.11.94-1.032.997-3.593l.003-.28C5.216 2.4 8.53 1 10.04 1zm8.45 0c1.45 0 2.514.472 3.16 1.404.67.96.674 1.932.017 2.69l-.122.132-.1.097-.034.635a1.561 1.561 0 0 1 .66 1.32l-.012.15-.175 1.325a1.587 1.587 0 0 1-.832 1.187 5.361 5.361 0 0 1-1.462 2.555.91.91 0 0 1-.711.32c-.204 0-.414-.061-.594-.193a.914.914 0 0 1-.371-.63.941.941 0 0 1 .133-.615l.076-.105.054-.057c.607-.535 1.009-1.31 1.074-2.073a.929.929 0 0 1 .653-.809l.11-.028.113-.852a.93.93 0 0 1-.659-.806l-.002-.127.086-1.657a.898.898 0 0 1 .208-.533l.082-.087.35-.331c.05-.05.117-.119-.127-.47-.268-.387-.798-.584-1.574-.584-.655 0-1.352.06-1.999.493a.982.982 0 0 1-1.315-.218.906.906 0 0 1-.172-.698.933.933 0 0 1 .402-.615C16.632 1 17.933 1 18.489 1z",
24
+ fillRule: "evenodd"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 16",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fillRule: "evenodd",
24
+ d: "M6.711 10.888a6.773 6.773 0 0 1 10.578 0A4.701 4.701 0 0 1 24 15.13a.522.522 0 0 1-1.043 0 3.656 3.656 0 0 0-5.07-3.366c.57.992.896 2.142.896 3.366a.522.522 0 0 1-1.044 0A5.745 5.745 0 0 0 12 9.391a5.745 5.745 0 0 0-5.74 5.74.522.522 0 0 1-1.043 0c0-1.225.327-2.375.897-3.368a3.654 3.654 0 0 0-5.07 3.367.522.522 0 0 1-1.044 0 4.701 4.701 0 0 1 6.711-4.242zM4.77 9.391a2.612 2.612 0 0 1-2.61-2.608 2.612 2.612 0 0 1 2.609-2.61 2.612 2.612 0 0 1 2.608 2.61A2.612 2.612 0 0 1 4.77 9.39zm0-4.174a1.567 1.567 0 0 0 0 3.131 1.567 1.567 0 0 0 0-3.131zM12 7.304a3.656 3.656 0 0 1-3.652-3.652A3.656 3.656 0 0 1 12 0a3.656 3.656 0 0 1 3.652 3.652A3.656 3.656 0 0 1 12 7.304zm0-6.26a2.612 2.612 0 0 0-2.609 2.608A2.612 2.612 0 0 0 12 6.261a2.612 2.612 0 0 0 2.609-2.609A2.612 2.612 0 0 0 12 1.043zm7.304 8.347a2.612 2.612 0 0 1-2.608-2.608 2.612 2.612 0 0 1 2.608-2.61 2.612 2.612 0 0 1 2.609 2.61 2.612 2.612 0 0 1-2.609 2.608zm0-4.174a1.567 1.567 0 1 0 1.566 1.566c0-.863-.703-1.566-1.566-1.566z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 22 22",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fillRule: "evenodd",
24
+ d: "M13.31 7.425a.476.476 0 0 1-.246-.416V5.67c-1.443.003-5.362 0-5.815 0-.124.151-.49 1.07-.49 2.789 0 1.774.386 2.66.518 2.795l5.79-.006c0-.55-.003-1.336-.003-1.336a.475.475 0 0 1 .729-.405l2.174 1.358V6.053l-2.174 1.359a.475.475 0 0 1-.482.013zm-6.103 4.777c-1.361 0-1.4-3.36-1.4-3.742 0-.384.039-3.742 1.4-3.742.235 0 5.726.003 6.33 0l.08.015a.485.485 0 0 1 .26.123c.088.09.14.213.14.338v.955l2.175-1.358a.476.476 0 0 1 .729.403v6.533a.48.48 0 0 1-.246.417.501.501 0 0 1-.233.058.463.463 0 0 1-.25-.072l-2.174-1.358v.961a.48.48 0 0 1-.478.47H7.207zM4.832 16.33c.262 0 .476.213.476.477v3.356l4.608-3.727a.48.48 0 0 1 .3-.105h8.404a2.43 2.43 0 0 0 2.427-2.427V3.744a2.43 2.43 0 0 0-2.427-2.428H3.38c-.647 0-1.256.252-1.714.711a2.407 2.407 0 0 0-.712 1.715v10.162A2.429 2.429 0 0 0 3.38 16.33h1.452zM18.622.363A3.382 3.382 0 0 1 22 3.743v10.16a3.382 3.382 0 0 1-3.379 3.38h-8.235L5.132 21.53a.476.476 0 0 1-.777-.37v-3.879H3.38A3.383 3.383 0 0 1 0 13.904V3.742A3.383 3.383 0 0 1 3.38.363h15.24z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 25 20",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fillRule: "evenodd",
24
+ d: "M8 8.125c0-.394-.153-.764-.432-1.043a1.464 1.464 0 0 0-1.043-.432c-.394 0-.764.153-1.043.432a1.464 1.464 0 0 0-.432 1.043c0 .394.153.764.432 1.043.556.557 1.53.555 2.086 0C7.847 8.889 8 8.519 8 8.125zM6.525 5.623c.679 0 1.33.261 1.785.717.477.476.74 1.11.74 1.785 0 .675-.263 1.309-.74 1.785-.477.477-1.11.74-1.785.74a2.505 2.505 0 0 1-1.785-.74A2.505 2.505 0 0 1 4 8.125c0-.675.263-1.309.74-1.785a2.53 2.53 0 0 1 1.785-.717zM17.849 7.6h1.476a.525.525 0 0 1 0 1.05H17.85v1.475a.525.525 0 0 1-1.05 0V8.65h-1.474a.526.526 0 1 1 0-1.05H16.8V6.125a.526.526 0 0 1 1.05 0V7.6zm5.351 4.404c0-5.323-3.34-10.954-5.136-10.954-1.058 0-2.048.6-2.691 1.101-.778.608-1.779.943-2.818.943h-.861c-1.037 0-2.037-.335-2.817-.942C8.233 1.65 7.244 1.05 6.186 1.05c-1.797 0-5.136 5.631-5.136 10.954 0 3.646 1.243 6.396 2.892 6.396 1.44 0 2.378-1.378 2.912-2.535a4.465 4.465 0 0 1 4.035-2.576h2.471a4.461 4.461 0 0 1 4.035 2.575c.535 1.157 1.474 2.536 2.911 2.536 1.65 0 2.894-2.75 2.894-6.396zm-1.057-8.149c1.339 2.508 2.107 5.478 2.107 8.15 0 4.383-1.621 7.444-3.944 7.444-1.578 0-2.914-1.087-3.863-3.142a3.408 3.408 0 0 0-3.083-1.968h-2.463a3.415 3.415 0 0 0-3.091 1.968c-.948 2.055-2.285 3.142-3.864 3.142C1.621 19.45 0 16.39 0 12.004c0-2.67.767-5.64 2.106-8.149C3.394 1.441 4.92 0 6.186 0c1.357 0 2.563.72 3.337 1.324.596.464 1.367.72 2.171.72h.861c.804 0 1.576-.256 2.171-.72C15.5.72 16.706 0 18.064 0c1.267 0 2.791 1.441 4.079 3.855z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 14",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fillRule: "evenodd",
24
+ d: "M12 14C5.839 14 .349 7.596.118 7.323a.502.502 0 0 1 0-.646C.349 6.404 5.839 0 12 0c7.18 0 11.722 6.441 11.911 6.716a.5.5 0 0 1-.029.607C23.651 7.596 18.161 14 12 14zM1.172 7C2.365 8.29 7.061 13 12 13c4.981 0 9.704-4.778 10.854-6.027C21.858 5.703 17.779 1 12 1 7.054 1 2.363 5.709 1.172 7zM12 11c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4zm0-7c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fillRule: "evenodd",
24
+ d: "m14.521 11.67 8.708 8.471c.492.493.771 1.169.771 1.858A2.002 2.002 0 0 1 22 24a2.6 2.6 0 0 1-1.853-.768l-8.143-8.37a.505.505 0 0 1-.064.078c-.284.283-.44.659-.44 1.06 0 .127-.05.251-.137.344-.1.106-6.292 6.79-6.292 6.79A2.903 2.903 0 0 1 3 24c-.77 0-1.52-.311-2.062-.853l-.093-.097A2.885 2.885 0 0 1 0 21c0-.77.311-1.52.853-2.061l6.898-6.225a.5.5 0 0 1 .335-.129h.002c.399 0 .775-.156 1.059-.439a.498.498 0 0 1 .126-.092l-1.789-1.839a1.496 1.496 0 0 0-1.462-.402C5.548 9.94 5.223 10 5 10a5.023 5.023 0 0 1-3.639-1.57A4.964 4.964 0 0 1 .009 4.699a.5.5 0 0 1 .26-.41.537.537 0 0 1 .517 0L3.521 5.93a2.715 2.715 0 0 0 1.465-2.155L1.931 1.941a.5.5 0 0 1-.057-.817A4.954 4.954 0 0 1 4.894.001c1.234-.022 2.438.485 3.395 1.44C9.516 2.667 10.011 4.277 9.722 6.1c-.078.49.083.983.431 1.321l2.155 2.096a.499.499 0 0 1 .089-.12L18 3.793V2.5a.5.5 0 0 1 .276-.447l4-2a.497.497 0 0 1 .577.094l1 1a.5.5 0 0 1 .094.577l-2 4A.5.5 0 0 1 21.5 6h-1.293l-5.604 5.604a.499.499 0 0 1-.082.066zm-.699-.68a.5.5 0 0 1 .074-.093l5.75-5.75A.5.5 0 0 1 20 5h1.191l1.7-3.401-.49-.49L19 2.809V4c0 .133-.053.26-.146.354l-5.75 5.75a.5.5 0 0 1-.108.082l.826.805zm-2.5 3.171L9.94 12.739a.502.502 0 0 1-.086.115 2.474 2.474 0 0 1-1.566.724l-6.746 6.086c-.338.337-.542.83-.542 1.333 0 .514.199.993.56 1.354l.094.098c.703.703 1.982.707 2.697-.008l6.157-6.646a2.48 2.48 0 0 1 .725-1.563.501.501 0 0 1 .09-.071zM6.41 8.762a2.5 2.5 0 0 1 1.791.756L20.859 22.53c.301.302.708.47 1.141.47.552 0 1-.449 1-1 0-.433-.169-.84-.475-1.146L9.454 8.139a2.513 2.513 0 0 1-.722-2.194c.24-1.515-.146-2.792-1.151-3.795C6.82 1.389 5.918.981 4.915 1.001c-.63.014-1.24.18-1.798.487l2.64 1.583A.5.5 0 0 1 6 3.5a3.716 3.716 0 0 1-2.065 3.342l-.211.105a.504.504 0 0 1-.481-.018L1.045 5.61a3.967 3.967 0 0 0 1.044 2.133A3.963 3.963 0 0 0 5 9c.059 0 .25-.015.763-.153a2.51 2.51 0 0 1 .647-.085z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 15 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fillRule: "evenodd",
24
+ d: "M14 15v.5c0 1.063-.36 1.884-1.013 2.397A.421.421 0 0 1 13 18v1c0 .827-.808 1.5-1.8 1.5h-.6a.723.723 0 0 1-.088-.006l-.52 2.604a.502.502 0 0 1-.492.402h-4a.5.5 0 0 1-.49-.402l-.52-2.604a.723.723 0 0 1-.09.006h-.6c-.992 0-1.8-.673-1.8-1.5v-1c0-.036.004-.07.013-.103C1.36 17.384 1 16.563 1 15.5V10a.5.5 0 0 1-1 0V9a.5.5 0 0 1 1 0V7.5c0-.495.355-1.066 1.001-1.471L2 5.999V5c0-.826.808-1.5 1.8-1.5h.6c.03 0 .06.003.09.006L5.01.902A.5.5 0 0 1 5.5.5h4a.5.5 0 0 1 .49.402l.52 2.603a.723.723 0 0 1 .09-.005h.6c.992 0 1.8.673 1.8 1.5v1l-.001.029c.646.405 1.001.976 1.001 1.47V9a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0v4a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0zM10.71 4.5l.2 1H11c.284 0 .552.025.8.072V5c0-.276-.27-.5-.6-.5h-.49zm-6.42 0H3.8c-.33 0-.6.224-.6.5v.572A4.33 4.33 0 0 1 4 5.5h.09l.2-1zm7.51 13.924c-.248.05-.516.076-.8.076h-.09l-.2 1h.49c.33 0 .6-.224.6-.5v-.576zm-8.6 0V19c0 .276.27.5.6.5h.49l-.2-1H4c-.284 0-.552-.026-.8-.076zm1.91.076.8 4h3.18l.8-4H5.11zm0-13h4.78l-.8-4H5.91l-.8 4zm-.63 1H4c-1.327 0-2 .673-2 2v8c0 .327.673 1 2 1h8c.327 0 1-.673 1-1v-8c0-1.327-.673-2-1-2H4.48zm7.52 10H4c-.776 0-1-.224-1 0v-8c0-.776.224-1 1-1h8c-.224 0 0 .224 0 1v8c0-.224-.224 0 0 0zm-8-1h7v-7H4v7z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fillRule: "evenodd",
24
+ d: "M9.556 1A8.556 8.556 0 0 0 1 9.556v4.888A8.556 8.556 0 0 0 9.556 23h4.888A8.556 8.556 0 0 0 23 14.444V9.556A8.556 8.556 0 0 0 14.444 1H9.556zM9.6 0h4.8A9.6 9.6 0 0 1 24 9.6v4.8a9.6 9.6 0 0 1-9.6 9.6H9.6A9.6 9.6 0 0 1 0 14.4V9.6A9.6 9.6 0 0 1 9.6 0zM12 14a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM7.404 9.904a.5.5 0 0 0 .707.707 5.505 5.505 0 0 1 7.778 0 .502.502 0 0 0 .707 0 .5.5 0 0 0 0-.707 6.508 6.508 0 0 0-9.192 0zm1.414 1.414a.5.5 0 0 0 .707.707 3.505 3.505 0 0 1 4.95 0 .502.502 0 0 0 .707 0 .5.5 0 0 0 0-.707 4.506 4.506 0 0 0-6.364 0zm1.414 1.415a.5.5 0 0 0 .707.707c.566-.566 1.555-.566 2.121 0a.502.502 0 0 0 .707 0 .5.5 0 0 0 0-.707c-.943-.944-2.592-.944-3.535 0z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 17",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fillRule: "evenodd",
24
+ d: "M18.5 17h-14A4.505 4.505 0 0 1 0 12.5a4.507 4.507 0 0 1 4.022-4.475A6.391 6.391 0 0 1 4 7.5C4 3.364 7.364 0 11.5 0c3.564 0 6.651 2.561 7.346 6.023C21.758 6.232 24 8.609 24 11.5c0 3.033-2.468 5.5-5.5 5.5zM4.466 8.999C2.57 9 1 10.57 1 12.5S2.57 16 4.5 16h14c2.481 0 4.5-2.019 4.5-4.5S20.981 7 18.5 7c-.216.016-.538-.172-.573-.422C17.474 3.398 14.711 1 11.5 1A6.508 6.508 0 0 0 5 7.5c0 .282.024.58.076.937a.5.5 0 0 1-.12.402.566.566 0 0 1-.384.169c-.022 0-.084-.006-.106-.009zM11.53 13.5a.504.504 0 0 1-.505-.5c0-.276.219-.5.494-.5h.011a.5.5 0 0 1 0 1zM16 9.693a.499.499 0 0 1-.381-.176C14.516 8.216 13.053 7.5 11.5 7.5s-3.016.716-4.119 2.017a.5.5 0 1 1-.762-.647C7.915 7.342 9.649 6.5 11.5 6.5c1.851 0 3.585.842 4.881 2.37a.5.5 0 0 1-.381.823zm-1.2 1.414a.497.497 0 0 1-.381-.177c-.784-.923-1.82-1.432-2.919-1.432s-2.135.508-2.919 1.432a.5.5 0 0 1-.762-.647c.976-1.151 2.283-1.785 3.681-1.785 1.398 0 2.705.634 3.681 1.785a.5.5 0 0 1-.381.824zm-1.2 1.414a.497.497 0 0 1-.381-.177c-.928-1.092-2.51-1.092-3.438 0a.5.5 0 0 1-.762-.647 3.23 3.23 0 0 1 4.961 0 .5.5 0 0 1-.38.824z"
25
+ })]
26
+ });
@@ -1,6 +1,3 @@
1
1
  <svg viewBox="0 0 24 24">
2
- <path
3
- d="M4.2311 12.2566L4.8931 12.9186C4.2651 13.8746 3.9111 14.9836 3.9111 16.1536C3.9111 17.7386 4.5291 19.2316 5.6511 20.3536C6.7731 21.4746 8.2641 22.0926 9.8501 22.0926C10.9235 22.0926 11.9432 21.7951 12.842 21.2619L13.0841 21.1106L13.7311 21.7556C12.5641 22.5666 11.2141 22.9996 9.8501 22.9996C8.0961 22.9996 6.3411 22.3316 5.0061 20.9966C3.7121 19.7026 2.9991 17.9826 2.9991 16.1536C2.9991 14.8388 3.37676 13.586 4.06644 12.5034L4.2311 12.2566ZM10.0407 2.26661C10.2191 2.26661 10.3994 2.30373 10.5683 2.37899L10.743 2.4718C11.3183 2.80605 16.6402 5.89799 16.6497 5.90461C16.9567 6.09661 17.1567 6.39661 17.2287 6.72661C17.3529 7.16041 17.2827 7.64038 17.0086 8.02655L16.9097 8.15161L14.2287 10.8896C14.3347 10.9776 14.4398 11.0683 14.5423 11.1634L14.7084 11.3251L14.7217 11.3406L19.8577 10.7376L19.9287 10.7356C20.2777 10.7356 20.6147 10.8766 20.8597 11.1286C21.0898 11.364 21.2204 11.6759 21.228 12.0008L21.2237 12.1406L20.8337 18.8506C20.7837 19.6246 20.1427 20.2196 19.3787 20.2196L19.2847 20.2166C18.5271 20.1677 17.9457 19.55 17.9233 18.8064L17.9257 18.6656L18.2627 14.2006C18.2707 14.1446 18.2257 14.0976 18.1737 14.0976L16.4637 14.3986C16.9377 16.196 16.6627 18.145 15.6541 19.7655L15.4887 20.0186L14.8287 19.3596C15.4437 18.4086 15.7897 17.3106 15.7897 16.1526C15.7897 14.5676 15.1717 13.0746 14.0507 11.9536C12.9277 10.8316 11.4367 10.2136 9.8497 10.2136C8.78912 10.2136 7.77727 10.5043 6.88425 11.0257L6.6437 11.1736L5.9957 10.5256C6.89297 9.90834 7.89686 9.51172 8.93523 9.36958L9.2477 9.33461L11.7547 6.55661L10.2547 5.68061L8.3307 7.30961C8.0417 7.59861 7.6647 7.74361 7.2887 7.74361C6.9127 7.74361 6.5377 7.59961 6.2497 7.31161C5.70782 6.76973 5.69593 5.8886 6.17199 5.30432L6.2737 5.19161L9.1757 2.59561C9.4197 2.37861 9.7277 2.26661 10.0407 2.26661ZM20.2817 12.6526C20.3768 11.8055 19.8748 11.6893 19.5319 11.6977L19.4697 11.7006L15.4947 12.1676C15.7179 12.506 15.9053 12.8694 16.0711 13.2408L16.1917 13.5206L17.9407 13.2126L18.0177 13.1906L18.1737 13.1866C18.4617 13.1866 18.7357 13.3116 18.9277 13.5276C19.0777 13.7009 19.1638 13.9187 19.1739 14.1445L19.1707 14.2806L18.8337 18.7346C18.8247 18.8706 18.8727 19.0136 18.9697 19.1236C19.0457 19.2108 19.1454 19.2698 19.257 19.2951L19.3427 19.3076C19.6316 19.3076 19.8517 19.1283 19.9104 18.8861L19.9247 18.7926L20.2817 12.6526ZM10.0407 3.17761C9.9687 3.17761 9.89895 3.1973 9.83862 3.23414L9.7817 3.27661L6.9047 5.84961C6.6897 6.07961 6.6827 6.45661 6.8927 6.66661C7.0007 6.77361 7.1397 6.83261 7.2887 6.83261C7.4071 6.83261 7.52166 6.79485 7.61753 6.72445L7.6857 6.66561L7.7127 6.63861L10.1567 4.56861L13.1807 6.33461L10.5177 9.28661C11.4555 9.38172 12.3648 9.67199 13.2008 10.1371L13.5107 10.3196L16.2377 7.53561C16.3452 7.40644 16.393 7.24116 16.3729 7.07565L16.3527 6.97661L16.3397 6.92261C16.3267 6.86361 16.2887 6.75661 16.1747 6.68161L10.2347 3.23061C10.1757 3.19561 10.1087 3.17761 10.0407 3.17761ZM17.7427 0.999908C18.9037 0.999908 19.8487 1.94491 19.8487 3.10591C19.8487 4.26691 18.9037 5.21291 17.7427 5.21291C16.5817 5.21291 15.6367 4.26691 15.6367 3.10591C15.6367 1.94491 16.5817 0.999908 17.7427 0.999908ZM17.7427 1.91091C17.0837 1.91091 16.5477 2.44691 16.5477 3.10591C16.5477 3.76491 17.0837 4.30191 17.7427 4.30191C18.4017 4.30191 18.9377 3.76491 18.9377 3.10591C18.9377 2.44691 18.4017 1.91091 17.7427 1.91091Z"
4
- fillRule="evenodd"
5
- />
2
+ <path transform="translate(2,1)" d="M1.231 11.257l.662.662a5.87 5.87 0 00-.982 3.235c0 1.585.618 3.078 1.74 4.2a5.903 5.903 0 004.2 1.739 5.838 5.838 0 002.991-.831l.242-.151.647.645C9.564 21.566 8.214 22 6.851 22a6.83 6.83 0 01-4.845-2.003A6.805 6.805 0 010 15.154c0-1.416.438-2.76 1.232-3.897zm5.81-9.99c.223 0 .449.058.652.176 0 0 5.947 3.455 5.957 3.462.307.192.507.492.579.822.124.433.054.913-.22 1.3l-.1.125-2.68 2.738c.159.132.316.27.465.42l.014.015.014.016 5.136-.603.07-.002a1.3 1.3 0 011.3 1.265l-.004.14-.39 6.71a1.46 1.46 0 01-1.55 1.366 1.456 1.456 0 01-1.36-1.41l.002-.141.337-4.465a.09.09 0 00-.09-.103h-.013l-.012.004-1.684.297a6.859 6.859 0 01-.81 5.367l-.165.253-.66-.66a5.882 5.882 0 00.96-3.206 5.903 5.903 0 00-1.738-4.2 5.904 5.904 0 00-4.201-1.74 5.86 5.86 0 00-2.966.813l-.24.148-.648-.648a6.827 6.827 0 012.94-1.156l.312-.035 2.507-2.778-1.5-.876L5.33 6.31a1.47 1.47 0 01-2.081.002c-.542-.542-.554-1.423-.078-2.008l.102-.112 2.902-2.596a1.3 1.3 0 01.865-.33zm9.49 9.43l-.061.004-3.975.467c.223.338.41.701.576 1.073l.12.28 1.75-.308.077-.022.156-.004c.288 0 .562.125.754.34.15.174.236.392.246.617l-.003.137-.337 4.454a.541.541 0 00.136.389.536.536 0 00.287.171l.086.013c.289 0 .509-.18.567-.422l.015-.093.357-6.14c.095-.847-.407-.964-.75-.955zm-9.49-8.52a.387.387 0 00-.202.057l-.057.043L3.905 4.85c-.215.23-.222.607-.012.817a.558.558 0 00.725.057l.068-.058.027-.027.029-.024 1.924-1.63.49-.416.558.325 1.5.876.967.565-.75.832-1.913 2.12a6.959 6.959 0 012.683.85l.31.183 2.727-2.784a.603.603 0 00.135-.46l-.02-.1-.008-.026-.005-.027a.385.385 0 00-.165-.241c-.278-.163-5.044-2.93-5.83-3.388l-.063-.036-.047-.027a.38.38 0 00-.194-.053zM14.743 0a2.11 2.11 0 012.106 2.106 2.11 2.11 0 01-2.106 2.107 2.11 2.11 0 01-2.106-2.107C12.637.945 13.582 0 14.743 0zm0 .91a1.196 1.196 0 000 2.392 1.196 1.196 0 000-2.391z" fill-rule="evenodd"/>
6
3
  </svg>
@@ -1,6 +1,3 @@
1
1
  <svg viewBox="0 0 24 24">
2
- <path
3
- fillRule="evenodd"
4
- d="M19,19 L19,20.5 C19,20.776 18.776,21 18.5,21 C18.224,21 18,20.776 18,20.5 L18,19 L16.5,19 C16.224,19 16,18.776 16,18.5 C16,18.224 16.224,18 16.5,18 L18,18 L18,16.5 C18,16.224 18.224,16 18.5,16 C18.776,16 19,16.224 19,16.5 L19,18 L20.5,18 C20.776,18 21,18.224 21,18.5 C21,18.776 20.776,19 20.5,19 L19,19 Z M13.605,24 L0.5,24 C0.224,24 0,23.776 0,23.5 L0,21.098 C0,21.057 0.005,21.016 0.015,20.977 C0.276,19.933 0.685,18.912 1.904,18.505 L6.342,17.026 C7.385,16.59 7.873,14.864 7.978,14.209 C7.213,13.506 6.5,12.449 6.5,11.5 C6.5,11.146 6.395,11 6.339,10.973 C6.183,10.934 6.095,10.835 6.035,10.686 C5.981,10.549 5.5,9.322 5.5,8.5 C5.5,8.459 5.505,8.418 5.515,8.379 C5.57,8.159 5.723,7.839 6,7.651 L6,5 C6,2.912 7.902,0 11,0 C14.06,0 14.892,1.569 14.99,2.345 C15.508,2.729 16,3.389 16,5 L16,7.651 C16.277,7.839 16.43,8.159 16.485,8.379 C16.495,8.418 16.5,8.459 16.5,8.5 C16.5,9.322 16.019,10.549 15.964,10.686 C15.904,10.835 15.776,10.947 15.621,10.986 C15.605,11 15.5,11.146 15.5,11.5 C15.5,11.935 15.352,12.412 15.061,12.92 C14.923,13.159 14.618,13.241 14.378,13.105 C14.139,12.967 14.056,12.662 14.193,12.422 C14.394,12.072 14.5,11.754 14.5,11.5 C14.5,10.753 14.809,10.339 15.101,10.143 C15.245,9.751 15.474,9.039 15.498,8.576 C15.481,8.537 15.457,8.496 15.441,8.482 C15.165,8.481 15,8.276 15,8 L15,5 C15,3.528 14.527,3.229 14.325,3.1 C14.204,3.022 14,2.894 13.97,2.619 C13.964,2.559 13.972,2.492 13.992,2.424 C13.921,2.027 13.321,1 11,1 C8.558,1 7,3.369 7,5 L7,8 C7,8.276 6.776,8.5 6.5,8.5 C6.524,8.5 6.515,8.534 6.502,8.572 C6.525,9.038 6.755,9.751 6.899,10.142 C7.191,10.338 7.5,10.753 7.5,11.5 C7.5,12.173 8.163,13.073 8.818,13.614 C8.934,13.71 9,13.851 9,14 C9,14.635 8.423,17.24 6.692,17.962 L2.22,19.454 C1.512,19.69 1.231,20.259 1,21.16 L1,23 L13.605,23 C13.881,23 14.105,23.224 14.105,23.5 C14.105,23.776 13.882,24 13.605,24 Z M18.5,24 C15.467,24 13,21.532 13,18.5 C13,15.468 15.467,13 18.5,13 C21.533,13 24,15.468 24,18.5 C24,21.532 21.533,24 18.5,24 Z M18.5,14 C16.019,14 14,16.019 14,18.5 C14,20.981 16.019,23 18.5,23 C20.981,23 23,20.981 23,18.5 C23,16.019 20.981,14 18.5,14 Z"
5
- />
2
+ <path fill-rule="evenodd" d="M19 19v1.5a.5.5 0 01-1 0V19h-1.5a.5.5 0 010-1H18v-1.5a.5.5 0 011 0V18h1.5a.5.5 0 010 1H19zm-5.395 5H.5a.5.5 0 01-.5-.5v-2.402a.49.49 0 01.015-.121c.261-1.044.67-2.065 1.889-2.472l4.438-1.479c1.043-.436 1.531-2.162 1.636-2.817-.765-.703-1.478-1.76-1.478-2.709 0-.354-.105-.5-.161-.527-.156-.039-.244-.138-.304-.287C5.981 10.549 5.5 9.322 5.5 8.5a.49.49 0 01.015-.121c.055-.22.208-.54.485-.728V5c0-2.088 1.902-5 5-5 3.06 0 3.892 1.569 3.99 2.345C15.508 2.729 16 3.389 16 5v2.651c.277.188.43.508.485.728a.49.49 0 01.015.121c0 .822-.481 2.049-.536 2.186a.503.503 0 01-.343.3c-.016.014-.121.16-.121.514 0 .435-.148.912-.439 1.42a.501.501 0 01-.868-.498c.201-.35.307-.668.307-.922 0-.747.309-1.161.601-1.357.144-.392.373-1.104.397-1.567a.328.328 0 00-.057-.094C15.165 8.481 15 8.276 15 8V5c0-1.472-.473-1.771-.675-1.9-.121-.078-.325-.206-.355-.481a.519.519 0 01.022-.195C13.921 2.027 13.321 1 11 1 8.558 1 7 3.369 7 5v3a.5.5 0 01-.5.5c.024 0 .015.034.002.072.023.466.253 1.179.397 1.57.292.196.601.611.601 1.358 0 .673.663 1.573 1.318 2.114A.5.5 0 019 14c0 .635-.577 3.24-2.308 3.962L2.22 19.454c-.708.236-.989.805-1.22 1.706V23h12.605a.5.5 0 010 1zm4.895 0a5.506 5.506 0 01-5.5-5.5c0-3.032 2.467-5.5 5.5-5.5s5.5 2.468 5.5 5.5-2.467 5.5-5.5 5.5zm0-10a4.505 4.505 0 00-4.5 4.5c0 2.481 2.019 4.5 4.5 4.5s4.5-2.019 4.5-4.5-2.019-4.5-4.5-4.5z"/>
6
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 2a.92.92 0 00-.74.348 1.29 1.29 0 00-.257.753l-.243 7.93H3.106c-.253 0-.529.041-.747.196C2.123 11.394 2 11.66 2 12s.122.605.354.776c.216.158.49.208.744.219h.003l7.669.236.236 7.668v.003c.01.273.087.544.253.752A.919.919 0 0012 22a.903.903 0 00.736-.35 1.23 1.23 0 00.233-.756V13.24l7.927-.243h.003c.253-.011.528-.062.744-.22.233-.171.357-.435.357-.777 0-.34-.122-.605-.358-.773-.218-.155-.494-.197-.748-.197H12.97V3.106c0-.274-.07-.546-.232-.757A.903.903 0 0012 2z"/>
3
+ </svg>
@@ -1,6 +1,3 @@
1
1
  <svg viewBox="0 0 24 23">
2
- <path
3
- fillRule="evenodd"
4
- d="M12.51384,13.393472 L17.03544,17.134592 C17.1708,17.269952 17.24376,17.427392 17.24376,17.573312 C17.24376,17.683712 17.20152,17.784512 17.12184,17.863232 C17.03064,17.954432 16.8444,18.055232 16.72248,18.055232 C16.63512,18.055232 16.51608,18.055232 16.40184,17.941952 L11.68728,14.013632 C11.598,13.926272 11.48664,13.813952 11.48664,13.606592 L11.48664,8.097152 C11.48664,7.794752 11.69784,7.583552 12.00024,7.583552 C12.30264,7.583552 12.51384,7.794752 12.51384,8.097152 L12.51384,13.393472 Z M6.484368,3.211328 C6.845328,2.850368 6.831888,2.435648 6.698448,2.168768 C6.525648,1.739648 6.219408,1.526528 5.781648,1.526528 C5.478288,1.526528 5.280528,1.605248 5.079888,1.805888 L1.773648,5.112128 C1.572048,5.313728 1.494288,5.510528 1.494288,5.814848 C1.494288,6.251648 1.706448,6.557888 2.126928,6.725888 C2.403408,6.864128 2.818128,6.878528 3.178128,6.516608 L6.484368,3.211328 Z M7.204368,3.931328 L3.899088,7.237568 C3.515088,7.620608 3.023568,7.824128 2.476368,7.824128 C2.219088,7.824128 1.969488,7.740608 1.729488,7.659968 C0.935568,7.307648 0.467088,6.619328 0.467088,5.814848 C0.467088,5.267648 0.669648,4.775168 1.053648,4.391168 L4.359888,1.085888 C4.742928,0.702848 5.234448,0.500288 5.781648,0.500288 C6.586128,0.500288 7.274448,0.967808 7.623888,1.752128 C7.957968,2.504768 7.796688,3.339968 7.204368,3.931328 Z M17.307312,2.15984 C17.168112,2.43632 17.154672,2.84912 17.515632,3.21104 L20.821872,6.51728 C21.182832,6.87824 21.595632,6.8648 21.864432,6.7304 C22.157232,6.58352 22.505712,6.30608 22.505712,5.81456 C22.505712,5.51024 22.426992,5.31344 22.226352,5.11184 L18.921072,1.8056 C18.720432,1.60496 18.522672,1.52624 18.217392,1.52624 C17.780592,1.52624 17.474352,1.74032 17.307312,2.15984 Z M22.947312,4.39184 C23.319792,4.76336 23.532912,5.28272 23.532912,5.81456 C23.532912,6.61904 23.065392,7.30736 22.282032,7.65584 C22.030512,7.74032 21.780912,7.82384 21.524592,7.82384 C20.976432,7.82384 20.485872,7.62032 20.100912,7.23728 L16.794672,3.93104 C16.203312,3.33968 16.042992,2.50448 16.377072,1.75184 C16.725552,0.96752 17.412912,0.5 18.217392,0.5 C18.766512,0.5 19.257072,0.70256 19.642032,1.0856 L22.947312,4.39184 Z M12.000144,21.751328 C16.491984,21.751328 20.144784,18.097568 20.144784,13.606688 C20.144784,9.115808 16.491984,5.462048 12.000144,5.462048 C7.509264,5.462048 3.855504,9.115808 3.855504,13.606688 C3.855504,18.097568 7.509264,21.751328 12.000144,21.751328 Z M12.000144,4.434848 C17.057424,4.434848 21.171984,8.549408 21.171984,13.606688 C21.171984,18.663968 17.057424,22.778528 12.000144,22.778528 C6.942864,22.778528 2.828304,18.663968 2.828304,13.606688 C2.828304,8.549408 6.942864,4.434848 12.000144,4.434848 Z"
5
- />
2
+ <path fill-rule="evenodd" d="M12.514 13.393l4.521 3.742a.64.64 0 01.209.438.4.4 0 01-.122.29c-.091.091-.278.192-.4.192-.087 0-.206 0-.32-.113l-4.715-3.928c-.089-.088-.2-.2-.2-.407v-5.51c0-.302.21-.513.513-.513.303 0 .514.21.514.513v5.296zM6.484 3.211c.361-.36.348-.775.214-1.042-.172-.43-.479-.642-.916-.642-.304 0-.501.078-.702.279L1.774 5.112c-.202.202-.28.399-.28.703 0 .437.212.743.633.91.276.14.691.154 1.051-.208L6.484 3.21zm.72.72L3.9 7.238a1.974 1.974 0 01-1.423.586c-.257 0-.507-.083-.747-.164C.936 7.308.467 6.62.467 5.815c0-.547.203-1.04.587-1.424L4.36 1.086A1.97 1.97 0 015.782.5c.804 0 1.492.468 1.842 1.252.334.753.173 1.588-.42 2.18zM17.307 2.16c-.139.276-.152.69.209 1.051l3.306 3.306c.36.361.774.348 1.042.213.293-.146.642-.424.642-.915 0-.305-.079-.502-.28-.703l-3.305-3.306c-.2-.201-.398-.28-.704-.28-.436 0-.743.214-.91.634zm5.64 2.232c.373.371.586.89.586 1.423 0 .804-.468 1.492-1.251 1.84-.251.085-.501.169-.757.169a1.976 1.976 0 01-1.424-.587l-3.306-3.306c-.592-.591-.752-1.427-.418-2.18C16.726.969 17.413.5 18.217.5c.55 0 1.04.203 1.425.586l3.305 3.306zM12 21.752c4.492 0 8.145-3.654 8.145-8.145S16.492 5.462 12 5.462c-4.49 0-8.144 3.654-8.144 8.145 0 4.49 3.653 8.144 8.144 8.144zm0-17.317c5.057 0 9.172 4.114 9.172 9.172 0 5.057-4.115 9.172-9.172 9.172s-9.172-4.115-9.172-9.172c0-5.058 4.115-9.172 9.172-9.172z"/>
6
3
  </svg>