@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 _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ viewBox: "0 0 18 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fillRule: "evenodd",
24
+ d: "M10.5 15h-3v2.5a.5.5 0 0 1-1 0V15h-2v4.5a.5.5 0 0 0 .5.5h3.5v-2.5a.5.5 0 0 1 1 0V20H13a.5.5 0 0 0 .5-.5V15h-2v2.5a.5.5 0 0 1-1 0V15zm1-6v2.5a.5.5 0 0 1-1 0V9h-3v2.5a.5.5 0 0 1-1 0V9H5a.5.5 0 0 0-.5.5V14h4v-2.5a.5.5 0 0 1 1 0V14h4V9.5A.5.5 0 0 0 13 9h-1.5zM15 24H3a2.503 2.503 0 0 1-2.5-2.5v-16c0-.133.053-.26.146-.354l5-5A.504.504 0 0 1 6 0h9c1.378 0 2.5 1.122 2.5 2.5v19c0 1.378-1.122 2.5-2.5 2.5zM1.5 5.707V21.5c0 .827.673 1.5 1.5 1.5h12c.827 0 1.5-.673 1.5-1.5v-19c0-.827-.673-1.5-1.5-1.5H6.207L1.5 5.707zM13 21H5c-.827 0-1.5-.673-1.5-1.5v-10C3.5 8.673 4.173 8 5 8h8c.827 0 1.5.673 1.5 1.5v10c0 .827-.673 1.5-1.5 1.5z"
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 2.75V1.416a11.029 11.029 0 0 0-5.596 3.728l1.967.328L9 2.75zm1-.04 3.11 1.777 4.39-.439V2.5l.001-.023A10.93 10.93 0 0 0 12 1c-.683 0-1.351.063-2 .182V2.71zM5.149 6.448l-2.396-.399A10.94 10.94 0 0 0 1.001 12c0 .502.034.996.099 1.481l3.1-.443 2.239-3.582L5.15 6.448zM2.031 5.327a.499.499 0 0 1 .142-.206C4.346 2.027 7.941 0 12.001 0c6.617 0 12 5.383 12 12s-5.383 12-12 12-12-5.383-12-12c0-2.468.749-4.764 2.031-6.673zm5.267 4.64L5.08 13.515l2.199 3.958 4.85-.441 1.314-3.941-2.669-3.559-3.476.434zm6.026-4.496-1.738 3.477 2.646 3.528 4.41-.441 1.304-3.477-2.205-3.528-4.416.442zm6.185 7.097L19.952 17h1.845a10.937 10.937 0 0 0 1.204-5 11 11 0 0 0-.298-2.55l-1.883-.377-1.31 3.494zM19.645 18l-3.69 2.307-.348 2.086A11.057 11.057 0 0 0 21.216 18h-1.571zm-4.686 2.2-2.62-2.183-5.017.456-1.359 2.719A10.937 10.937 0 0 0 12 23.001c.875 0 1.726-.103 2.542-.296l.417-2.504zm7.424-11.833A11.06 11.06 0 0 0 18.5 3.131v1.225l2.31 3.696 1.573.315zM5.143 20.596l1.292-2.584-2.205-3.969-2.952.422a11.012 11.012 0 0 0 3.865 6.13zm.971-14.432 1.197 2.793 3.361-.42 1.669-3.338-2.804-1.602-3.423 2.567zm6.968 11.17 2.46 2.05 3.43-2.144-.419-4.193-4.18.418-1.291 3.869z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fillRule: "evenodd",
24
+ d: "M9 2.75V1.416a11.029 11.029 0 0 0-5.596 3.728l1.967.328L9 2.75zm1-.04 3.11 1.777 4.39-.439V2.5l.001-.023A10.93 10.93 0 0 0 12 1c-.683 0-1.351.063-2 .182V2.71zM5.149 6.448l-2.396-.399A10.94 10.94 0 0 0 1.001 12c0 .502.034.996.099 1.481l3.1-.443 2.239-3.582L5.15 6.448zM2.031 5.327a.499.499 0 0 1 .142-.206C4.346 2.027 7.941 0 12.001 0c6.617 0 12 5.383 12 12s-5.383 12-12 12-12-5.383-12-12c0-2.468.749-4.764 2.031-6.673zm5.267 4.64L5.08 13.515l2.199 3.958 4.85-.441 1.314-3.941-2.669-3.559-3.476.434zm6.026-4.496-1.738 3.477 2.646 3.528 4.41-.441 1.304-3.477-2.205-3.528-4.416.442zm6.185 7.097L19.952 17h1.845a10.937 10.937 0 0 0 1.204-5 11 11 0 0 0-.298-2.55l-1.883-.377-1.31 3.494zM19.645 18l-3.69 2.307-.348 2.086A11.057 11.057 0 0 0 21.216 18h-1.571zm-4.686 2.2-2.62-2.183-5.017.456-1.359 2.719A10.937 10.937 0 0 0 12 23.001c.875 0 1.726-.103 2.542-.296l.417-2.504zm7.424-11.833A11.06 11.06 0 0 0 18.5 3.131v1.225l2.31 3.696 1.573.315zM5.143 20.596l1.292-2.584-2.205-3.969-2.952.422a11.012 11.012 0 0 0 3.865 6.13zm.971-14.432 1.197 2.793 3.361-.42 1.669-3.338-2.804-1.602-3.423 2.567zm6.968 11.17 2.46 2.05 3.43-2.144-.419-4.193-4.18.418-1.291 3.869z"
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 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: "M16.862 21.931V2.069A1.11 1.11 0 0 0 15.753.96H2.246a1.11 1.11 0 0 0-1.108 1.109v19.862a1.11 1.11 0 0 0 1.108 1.109h13.507a1.11 1.11 0 0 0 1.109-1.109zM15.753 0c1.14 0 2.069.929 2.069 2.069v19.862A2.071 2.071 0 0 1 15.753 24H2.246a2.07 2.07 0 0 1-2.068-2.069V2.069C.178.929 1.106 0 2.246 0h13.507zm-3.44 19.285a4.69 4.69 0 0 0 0-6.624 4.671 4.671 0 0 0-3.314-1.37 4.672 4.672 0 0 0-3.312 1.37 4.69 4.69 0 0 0 0 6.624 4.69 4.69 0 0 0 6.625 0zm-3.314-8.957a5.61 5.61 0 0 1 3.992 1.654 5.611 5.611 0 0 1 1.652 3.99 5.611 5.611 0 0 1-1.652 3.992A5.61 5.61 0 0 1 9 21.616a5.606 5.606 0 0 1-3.99-1.652 5.608 5.608 0 0 1-1.653-3.991c0-1.508.587-2.926 1.653-3.992A5.606 5.606 0 0 1 9 10.33zm.504 6.148a.714.714 0 0 0 0-1.007.71.71 0 0 0-1.007 0 .714.714 0 0 0 0 1.007.714.714 0 0 0 1.007 0zM7.817 14.79a1.676 1.676 0 0 1 2.365 0A1.671 1.671 0 0 1 9 17.643c-.428 0-.856-.163-1.183-.488a1.676 1.676 0 0 1 0-2.365zM7.654 3.9a1.906 1.906 0 0 0 0 2.692 1.904 1.904 0 1 0 0-2.692zM9 8.11a2.856 2.856 0 0 1-2.025-.837 2.868 2.868 0 0 1 0-4.05c1.081-1.082 2.968-1.082 4.05 0a2.868 2.868 0 0 1 0 4.05A2.857 2.857 0 0 1 9 8.11z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ viewBox: "0 0 18 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fillRule: "evenodd",
24
+ d: "M16.862 21.931V2.069A1.11 1.11 0 0 0 15.753.96H2.246a1.11 1.11 0 0 0-1.108 1.109v19.862a1.11 1.11 0 0 0 1.108 1.109h13.507a1.11 1.11 0 0 0 1.109-1.109zM15.753 0c1.14 0 2.069.929 2.069 2.069v19.862A2.071 2.071 0 0 1 15.753 24H2.246a2.07 2.07 0 0 1-2.068-2.069V2.069C.178.929 1.106 0 2.246 0h13.507zm-3.44 19.285a4.69 4.69 0 0 0 0-6.624 4.671 4.671 0 0 0-3.314-1.37 4.672 4.672 0 0 0-3.312 1.37 4.69 4.69 0 0 0 0 6.624 4.69 4.69 0 0 0 6.625 0zm-3.314-8.957a5.61 5.61 0 0 1 3.992 1.654 5.611 5.611 0 0 1 1.652 3.99 5.611 5.611 0 0 1-1.652 3.992A5.61 5.61 0 0 1 9 21.616a5.606 5.606 0 0 1-3.99-1.652 5.608 5.608 0 0 1-1.653-3.991c0-1.508.587-2.926 1.653-3.992A5.606 5.606 0 0 1 9 10.33zm.504 6.148a.714.714 0 0 0 0-1.007.71.71 0 0 0-1.007 0 .714.714 0 0 0 0 1.007.714.714 0 0 0 1.007 0zM7.817 14.79a1.676 1.676 0 0 1 2.365 0A1.671 1.671 0 0 1 9 17.643c-.428 0-.856-.163-1.183-.488a1.676 1.676 0 0 1 0-2.365zM7.654 3.9a1.906 1.906 0 0 0 0 2.692 1.904 1.904 0 1 0 0-2.692zM9 8.11a2.856 2.856 0 0 1-2.025-.837 2.868 2.868 0 0 1 0-4.05c1.081-1.082 2.968-1.082 4.05 0a2.868 2.868 0 0 1 0 4.05A2.857 2.857 0 0 1 9 8.11z"
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 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: "M7.673 14.74c.131 0 .247.01.376.01l.432 3.02a.592.592 0 0 0 .104.262l1.84 2.6H7.393a.391.391 0 0 1-.385-.333l-.794-5.558h1.459zm-3.54-8.652h2.946v7.465H4.133a2.949 2.949 0 0 1-2.945-2.946V9.034a2.948 2.948 0 0 1 2.945-2.946zm4.546 7.487c-.038-.008-.075-.021-.116-.021h-.296v-7.48c9.758-.135 13.295-3.484 14.22-4.646.197.098.324.3.324.525v15.732a.584.584 0 0 1-.324.524c-.912-1.145-4.364-4.413-13.808-4.636zM22.226.18a.602.602 0 0 0-.511.29C21.687.514 18.871 4.9 7.673 4.9h-3.54A4.138 4.138 0 0 0 0 9.034v1.575a4.138 4.138 0 0 0 4.133 4.133h.881l.818 5.726a1.586 1.586 0 0 0 1.561 1.354h3.249c.226 0 .444-.07.631-.203a1.09 1.09 0 0 0 .252-1.514L9.636 17.46l-.382-2.68c9.837.393 12.435 4.348 12.46 4.387.105.18.302.294.512.294.978 0 1.774-.796 1.774-1.774V1.954C24 .976 23.204.18 22.226.18z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ viewBox: "0 0 24 22",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fillRule: "evenodd",
24
+ d: "M7.673 14.74c.131 0 .247.01.376.01l.432 3.02a.592.592 0 0 0 .104.262l1.84 2.6H7.393a.391.391 0 0 1-.385-.333l-.794-5.558h1.459zm-3.54-8.652h2.946v7.465H4.133a2.949 2.949 0 0 1-2.945-2.946V9.034a2.948 2.948 0 0 1 2.945-2.946zm4.546 7.487c-.038-.008-.075-.021-.116-.021h-.296v-7.48c9.758-.135 13.295-3.484 14.22-4.646.197.098.324.3.324.525v15.732a.584.584 0 0 1-.324.524c-.912-1.145-4.364-4.413-13.808-4.636zM22.226.18a.602.602 0 0 0-.511.29C21.687.514 18.871 4.9 7.673 4.9h-3.54A4.138 4.138 0 0 0 0 9.034v1.575a4.138 4.138 0 0 0 4.133 4.133h.881l.818 5.726a1.586 1.586 0 0 0 1.561 1.354h3.249c.226 0 .444-.07.631-.203a1.09 1.09 0 0 0 .252-1.514L9.636 17.46l-.382-2.68c9.837.393 12.435 4.348 12.46 4.387.105.18.302.294.512.294.978 0 1.774-.796 1.774-1.774V1.954C24 .976 23.204.18 22.226.18z"
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.744 19.744c-4.27 4.27-11.218 4.27-15.488 0a10.89 10.89 0 0 1-2.044-2.848h5.526c.896 0 1.708-.557 2.025-1.406A2.344 2.344 0 0 1 12 13.896a2.37 2.37 0 0 1 1.437.482 2.349 2.349 0 0 1 .807 1.132 2.16 2.16 0 0 0 2.019 1.386h5.524a10.89 10.89 0 0 1-2.043 2.848m-.046-10.375a.554.554 0 0 0-.777-.095l-5.123 4.01A3.49 3.49 0 0 0 12 12.788c-1.498 0-2.82.946-3.282 2.333a1.06 1.06 0 0 1-.98.667h-6a10.971 10.971 0 0 1-.658-3.234h2.632a.554.554 0 0 0 0-1.108H1.08a10.89 10.89 0 0 1 2.804-6.778L5.766 6.55a.556.556 0 0 0 .784 0 .554.554 0 0 0 0-.783L4.668 3.884a10.891 10.891 0 0 1 6.778-2.804v2.631a.555.555 0 0 0 1.107 0v-2.63a10.885 10.885 0 0 1 6.779 2.804L17.53 5.687a.554.554 0 1 0 .782.784l1.804-1.803a10.89 10.89 0 0 1 2.803 6.778h-2.63a.553.553 0 1 0 0 1.108h2.63c-.055 1.1-.273 2.19-.657 3.234h-6c-.43 0-.833-.274-.973-.648a3.4 3.4 0 0 0-.63-1.122l4.944-3.871a.552.552 0 0 0 .095-.778m4.225 2.897A.542.542 0 0 0 24 12a.545.545 0 0 0-.077-.267 11.889 11.889 0 0 0-3.479-8.174v-.002l-.003-.002A11.89 11.89 0 0 0 12.266.078.536.536 0 0 0 12 0a.533.533 0 0 0-.266.078 11.887 11.887 0 0 0-8.178 3.479 11.887 11.887 0 0 0-3.479 8.177A.531.531 0 0 0 0 12c0 .098.032.186.077.265.03 1.378.294 2.748.797 4.049 0 .01-.006.019-.006.027 0 .166.074.308.187.41a11.87 11.87 0 0 0 2.501 3.693A11.9 11.9 0 0 0 12 23.935a11.9 11.9 0 0 0 8.443-3.491 11.862 11.862 0 0 0 2.5-3.692.545.545 0 0 0 .19-.41c0-.01-.007-.02-.007-.03.502-1.3.765-2.67.797-4.046"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fillRule: "evenodd",
24
+ d: "M19.744 19.744c-4.27 4.27-11.218 4.27-15.488 0a10.89 10.89 0 0 1-2.044-2.848h5.526c.896 0 1.708-.557 2.025-1.406A2.344 2.344 0 0 1 12 13.896a2.37 2.37 0 0 1 1.437.482 2.349 2.349 0 0 1 .807 1.132 2.16 2.16 0 0 0 2.019 1.386h5.524a10.89 10.89 0 0 1-2.043 2.848m-.046-10.375a.554.554 0 0 0-.777-.095l-5.123 4.01A3.49 3.49 0 0 0 12 12.788c-1.498 0-2.82.946-3.282 2.333a1.06 1.06 0 0 1-.98.667h-6a10.971 10.971 0 0 1-.658-3.234h2.632a.554.554 0 0 0 0-1.108H1.08a10.89 10.89 0 0 1 2.804-6.778L5.766 6.55a.556.556 0 0 0 .784 0 .554.554 0 0 0 0-.783L4.668 3.884a10.891 10.891 0 0 1 6.778-2.804v2.631a.555.555 0 0 0 1.107 0v-2.63a10.885 10.885 0 0 1 6.779 2.804L17.53 5.687a.554.554 0 1 0 .782.784l1.804-1.803a10.89 10.89 0 0 1 2.803 6.778h-2.63a.553.553 0 1 0 0 1.108h2.63c-.055 1.1-.273 2.19-.657 3.234h-6c-.43 0-.833-.274-.973-.648a3.4 3.4 0 0 0-.63-1.122l4.944-3.871a.552.552 0 0 0 .095-.778m4.225 2.897A.542.542 0 0 0 24 12a.545.545 0 0 0-.077-.267 11.889 11.889 0 0 0-3.479-8.174v-.002l-.003-.002A11.89 11.89 0 0 0 12.266.078.536.536 0 0 0 12 0a.533.533 0 0 0-.266.078 11.887 11.887 0 0 0-8.178 3.479 11.887 11.887 0 0 0-3.479 8.177A.531.531 0 0 0 0 12c0 .098.032.186.077.265.03 1.378.294 2.748.797 4.049 0 .01-.006.019-.006.027 0 .166.074.308.187.41a11.87 11.87 0 0 0 2.501 3.693A11.9 11.9 0 0 0 12 23.935a11.9 11.9 0 0 0 8.443-3.491 11.862 11.862 0 0 0 2.5-3.692.545.545 0 0 0 .19-.41c0-.01-.007-.02-.007-.03.502-1.3.765-2.67.797-4.046"
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: "M4.257 19.744c4.27 4.27 11.217 4.27 15.488 0a10.89 10.89 0 0 0 2.043-2.848h-5.525a2.164 2.164 0 0 1-2.026-1.406A2.344 2.344 0 0 0 12 13.896c-.533 0-1.034.176-1.437.482a2.349 2.349 0 0 0-.807 1.132 2.16 2.16 0 0 1-2.018 1.386H2.213a10.89 10.89 0 0 0 2.044 2.848zm.045-10.375a.554.554 0 0 1 .777-.095l5.123 4.01A3.49 3.49 0 0 1 12 12.788c1.499 0 2.82.946 3.282 2.333.147.393.55.667.98.667h6.001c.384-1.045.602-2.135.657-3.234h-2.63a.554.554 0 0 1 0-1.108h2.631a10.89 10.89 0 0 0-2.803-6.778L18.234 6.55a.556.556 0 0 1-.784 0 .554.554 0 0 1 0-.783l1.883-1.883a10.891 10.891 0 0 0-6.779-2.804v2.631a.555.555 0 0 1-1.107 0v-2.63a10.885 10.885 0 0 0-6.778 2.804L6.47 5.687a.554.554 0 1 1-.783.784L3.885 4.668a10.89 10.89 0 0 0-2.804 6.778h2.63a.553.553 0 1 1 0 1.108h-2.63c.055 1.1.273 2.19.657 3.234h6c.43 0 .833-.274.973-.648a3.4 3.4 0 0 1 .63-1.122l-4.944-3.871a.552.552 0 0 1-.095-.778zM.077 12.266A.542.542 0 0 1 0 12c0-.098.033-.186.077-.267a11.889 11.889 0 0 1 3.48-8.174v-.002l.002-.002A11.89 11.89 0 0 1 11.734.078.536.536 0 0 1 12 0c.1 0 .186.032.266.078a11.887 11.887 0 0 1 8.178 3.479 11.887 11.887 0 0 1 3.479 8.177c.046.08.077.168.077.266a.529.529 0 0 1-.077.265 11.937 11.937 0 0 1-.797 4.049c0 .01.006.019.006.027a.548.548 0 0 1-.187.41 11.87 11.87 0 0 1-2.5 3.693A11.9 11.9 0 0 1 12 23.935a11.9 11.9 0 0 1-8.443-3.491 11.862 11.862 0 0 1-2.5-3.692.545.545 0 0 1-.189-.41c0-.01.006-.02.006-.03-.502-1.3-.765-2.67-.797-4.046z",
24
+ fillRule: "evenodd"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ d: "M4.257 19.744c4.27 4.27 11.217 4.27 15.488 0a10.89 10.89 0 0 0 2.043-2.848h-5.525a2.164 2.164 0 0 1-2.026-1.406A2.344 2.344 0 0 0 12 13.896c-.533 0-1.034.176-1.437.482a2.349 2.349 0 0 0-.807 1.132 2.16 2.16 0 0 1-2.018 1.386H2.213a10.89 10.89 0 0 0 2.044 2.848zm.045-10.375a.554.554 0 0 1 .777-.095l5.123 4.01A3.49 3.49 0 0 1 12 12.788c1.499 0 2.82.946 3.282 2.333.147.393.55.667.98.667h6.001c.384-1.045.602-2.135.657-3.234h-2.63a.554.554 0 0 1 0-1.108h2.631a10.89 10.89 0 0 0-2.803-6.778L18.234 6.55a.556.556 0 0 1-.784 0 .554.554 0 0 1 0-.783l1.883-1.883a10.891 10.891 0 0 0-6.779-2.804v2.631a.555.555 0 0 1-1.107 0v-2.63a10.885 10.885 0 0 0-6.778 2.804L6.47 5.687a.554.554 0 1 1-.783.784L3.885 4.668a10.89 10.89 0 0 0-2.804 6.778h2.63a.553.553 0 1 1 0 1.108h-2.63c.055 1.1.273 2.19.657 3.234h6c.43 0 .833-.274.973-.648a3.4 3.4 0 0 1 .63-1.122l-4.944-3.871a.552.552 0 0 1-.095-.778zM.077 12.266A.542.542 0 0 1 0 12c0-.098.033-.186.077-.267a11.889 11.889 0 0 1 3.48-8.174v-.002l.002-.002A11.89 11.89 0 0 1 11.734.078.536.536 0 0 1 12 0c.1 0 .186.032.266.078a11.887 11.887 0 0 1 8.178 3.479 11.887 11.887 0 0 1 3.479 8.177c.046.08.077.168.077.266a.529.529 0 0 1-.077.265 11.937 11.937 0 0 1-.797 4.049c0 .01.006.019.006.027a.548.548 0 0 1-.187.41 11.87 11.87 0 0 1-2.5 3.693A11.9 11.9 0 0 1 12 23.935a11.9 11.9 0 0 1-8.443-3.491 11.862 11.862 0 0 1-2.5-3.692.545.545 0 0 1-.189-.41c0-.01.006-.02.006-.03-.502-1.3-.765-2.67-.797-4.046z",
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 20 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: "M0 10C0 4.48 4.48 0 10 0s10 4.48 10 10-4.48 10-10 10S0 15.52 0 10zm10 5.833a.833.833 0 1 0 0-1.666.833.833 0 0 0 0 1.666zm-.003-2.5c.354 0 .644-.306.654-.69l.182-6.912c.01-.4-.285-.731-.654-.731H9.82c-.369 0-.664.33-.654.73l.175 6.912c.01.385.3.691.655.691z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ viewBox: "0 0 20 20",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fillRule: "evenodd",
24
+ d: "M0 10C0 4.48 4.48 0 10 0s10 4.48 10 10-4.48 10-10 10S0 15.52 0 10zm10 5.833a.833.833 0 1 0 0-1.666.833.833 0 0 0 0 1.666zm-.003-2.5c.354 0 .644-.306.654-.69l.182-6.912c.01-.4-.285-.731-.654-.731H9.82c-.369 0-.664.33-.654.73l.175 6.912c.01.385.3.691.655.691z"
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 20 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: "M0 10C0 4.48 4.48 0 10 0s10 4.48 10 10-4.48 10-10 10S0 15.52 0 10zm8.127 4.673a.633.633 0 0 0 .092-.105l7.734-8.572a.693.693 0 0 0-.009-.925.595.595 0 0 0-.882-.001l-7.514 8.055-2.612-2.8a.596.596 0 0 0-.88 0 .706.706 0 0 0-.014.928l3.038 3.51a.623.623 0 0 0 .486.219.587.587 0 0 0 .46-.2l.087-.097.014-.012z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ viewBox: "0 0 20 20",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fillRule: "evenodd",
24
+ d: "M0 10C0 4.48 4.48 0 10 0s10 4.48 10 10-4.48 10-10 10S0 15.52 0 10zm8.127 4.673a.633.633 0 0 0 .092-.105l7.734-8.572a.693.693 0 0 0-.009-.925.595.595 0 0 0-.882-.001l-7.514 8.055-2.612-2.8a.596.596 0 0 0-.88 0 .706.706 0 0 0-.014.928l3.038 3.51a.623.623 0 0 0 .486.219.587.587 0 0 0 .46-.2l.087-.097.014-.012z"
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 20 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: "m10.878 1.61 8.315 15.244a1 1 0 0 1-.878 1.48H1.685a1 1 0 0 1-.878-1.48L9.122 1.61a1 1 0 0 1 1.756 0zM10 16.794c.46 0 .833-.402.833-.898 0-.495-.373-.897-.833-.897-.46 0-.833.402-.833.897 0 .496.373.898.833.898zm-.022-2.885c.347 0 .63-.297.64-.67l.179-6.698c.01-.388-.28-.709-.64-.709h-.35c-.361 0-.65.32-.64.708l.171 6.699c.01.373.294.67.64.67z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ viewBox: "0 0 20 20",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fillRule: "evenodd",
24
+ d: "m10.878 1.61 8.315 15.244a1 1 0 0 1-.878 1.48H1.685a1 1 0 0 1-.878-1.48L9.122 1.61a1 1 0 0 1 1.756 0zM10 16.794c.46 0 .833-.402.833-.898 0-.495-.373-.897-.833-.897-.46 0-.833.402-.833.897 0 .496.373.898.833.898zm-.022-2.885c.347 0 .63-.297.64-.67l.179-6.698c.01-.388-.28-.709-.64-.709h-.35c-.361 0-.65.32-.64.708l.171 6.699c.01.373.294.67.64.67z"
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
+ fillRule: "evenodd",
24
+ clipRule: "evenodd",
25
+ d: "m19.906 10.956-7.78-.206s-7.206.246-7.686.246c-.48 0-1.44.195-1.44.986 0 .791 1.334.791 1.334.791l.233.01a334.359 334.359 0 0 0 2.734.104c1.636.056 3.584.113 4.82.113 1.448 0 3.396-.056 4.98-.112a316.706 316.706 0 0 0 2.59-.103l.216-.01c.226-.01.492-.022.7-.118a.649.649 0 0 0 .29-.255.803.803 0 0 0 .103-.42c0-.545-.513-1.01-1.094-1.026z"
26
+ })]
27
+ });
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fillRule: "evenodd",
24
+ clipRule: "evenodd",
25
+ d: "m19.906 10.956-7.78-.206s-7.206.246-7.686.246c-.48 0-1.44.195-1.44.986 0 .791 1.334.791 1.334.791l.233.01a334.359 334.359 0 0 0 2.734.104c1.636.056 3.584.113 4.82.113 1.448 0 3.396-.056 4.98-.112a316.706 316.706 0 0 0 2.59-.103l.216-.01c.226-.01.492-.022.7-.118a.649.649 0 0 0 .29-.255.803.803 0 0 0 .103-.42c0-.545-.513-1.01-1.094-1.026z"
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 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: "M11 22C4.935 22 0 17.065 0 11S4.935 0 11 0s11 4.935 11 11-4.935 11-11 11zM11 .957C5.462.957.957 5.462.957 11c0 5.538 4.505 10.043 10.043 10.043 5.538 0 10.043-4.505 10.043-10.043C21.043 5.462 16.538.957 11 .957zM9.565 15.783a.48.48 0 0 1-.338-.14L4.444 10.86a.479.479 0 0 1 .676-.676l4.445 4.444 7.314-7.313a.479.479 0 0 1 .676.676l-7.652 7.652a.477.477 0 0 1-.338.14z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ viewBox: "0 0 22 22",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fillRule: "evenodd",
24
+ d: "M11 22C4.935 22 0 17.065 0 11S4.935 0 11 0s11 4.935 11 11-4.935 11-11 11zM11 .957C5.462.957.957 5.462.957 11c0 5.538 4.505 10.043 10.043 10.043 5.538 0 10.043-4.505 10.043-10.043C21.043 5.462 16.538.957 11 .957zM9.565 15.783a.48.48 0 0 1-.338-.14L4.444 10.86a.479.479 0 0 1 .676-.676l4.445 4.444 7.314-7.313a.479.479 0 0 1 .676.676l-7.652 7.652a.477.477 0 0 1-.338.14z"
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 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
+ d: "M20.5 20h-17C1.57 20 0 18.43 0 16.5v-10C0 4.57 1.57 3 3.5 3h17C22.43 3 24 4.57 24 6.5v10c0 1.93-1.57 3.5-3.5 3.5zM3.5 4A2.502 2.502 0 0 0 1 6.5v10C1 17.879 2.121 19 3.5 19h17c1.379 0 2.5-1.121 2.5-2.5v-10C23 5.121 21.879 4 20.5 4h-17zm12 0h-7a.5.5 0 0 1-.5-.5v-2C8 .673 8.673 0 9.5 0h5c.827 0 1.5.673 1.5 1.5v2a.5.5 0 0 1-.5.5zM9 3h6V1.5c0-.275-.225-.5-.5-.5h-5c-.275 0-.5.225-.5.5V3zM6.5 20h-2a.5.5 0 0 1-.5-.5v-16a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v16a.5.5 0 0 1-.5.5zM5 19h1V4H5v15zm14.5 1h-2a.5.5 0 0 1-.5-.5v-16a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v16a.5.5 0 0 1-.5.5zM18 19h1V4h-1v15z"
24
+ })]
25
+ });
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ viewBox: "0 0 24 20",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ d: "M20.5 20h-17C1.57 20 0 18.43 0 16.5v-10C0 4.57 1.57 3 3.5 3h17C22.43 3 24 4.57 24 6.5v10c0 1.93-1.57 3.5-3.5 3.5zM3.5 4A2.502 2.502 0 0 0 1 6.5v10C1 17.879 2.121 19 3.5 19h17c1.379 0 2.5-1.121 2.5-2.5v-10C23 5.121 21.879 4 20.5 4h-17zm12 0h-7a.5.5 0 0 1-.5-.5v-2C8 .673 8.673 0 9.5 0h5c.827 0 1.5.673 1.5 1.5v2a.5.5 0 0 1-.5.5zM9 3h6V1.5c0-.275-.225-.5-.5-.5h-5c-.275 0-.5.225-.5.5V3zM6.5 20h-2a.5.5 0 0 1-.5-.5v-16a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v16a.5.5 0 0 1-.5.5zM5 19h1V4H5v15zm14.5 1h-2a.5.5 0 0 1-.5-.5v-16a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v16a.5.5 0 0 1-.5.5zM18 19h1V4h-1v15z"
24
+ })]
25
+ });