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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1089) hide show
  1. package/CHANGELOG.md +113 -0
  2. package/README.md +3 -27
  3. package/build/android/border.xml +2 -2
  4. package/build/android/color.xml +31 -30
  5. package/build/android/font_size.xml +1 -1
  6. package/build/android/radius.xml +3 -2
  7. package/build/android/size.xml +13 -6
  8. package/build/ios/Border.swift +1 -1
  9. package/build/ios/Color.swift +3 -2
  10. package/build/ios/FontSize.swift +1 -1
  11. package/build/ios/Radius.swift +2 -1
  12. package/build/ios/Size.swift +8 -1
  13. package/build/rn/fonts/HelveticaNow-300.otf +0 -0
  14. package/build/rn/fonts/HelveticaNow-400.otf +0 -0
  15. package/build/rn/fonts/HelveticaNow-500.otf +0 -0
  16. package/build/rn/fonts/HelveticaNow-700.otf +0 -0
  17. package/build/rn/fonts/index.js +4 -4
  18. package/build/rn/icons/Accessible.js +26 -0
  19. package/build/rn/icons/Accessible.native.js +26 -0
  20. package/build/rn/icons/Add.js +27 -0
  21. package/build/rn/icons/Add.native.js +27 -0
  22. package/build/rn/icons/AddUser.js +26 -0
  23. package/build/rn/icons/AddUser.native.js +26 -0
  24. package/build/rn/icons/AlarmClock.js +26 -0
  25. package/build/rn/icons/AlarmClock.native.js +26 -0
  26. package/build/rn/icons/Ambulance.js +27 -0
  27. package/build/rn/icons/Ambulance.native.js +27 -0
  28. package/build/rn/icons/ArrowDown.js +26 -0
  29. package/build/rn/icons/ArrowDown.native.js +26 -0
  30. package/build/rn/icons/ArrowLeft.js +27 -0
  31. package/build/rn/icons/ArrowLeft.native.js +27 -0
  32. package/build/rn/icons/ArrowRight.js +27 -0
  33. package/build/rn/icons/ArrowRight.native.js +27 -0
  34. package/build/rn/icons/ArrowUp.js +26 -0
  35. package/build/rn/icons/ArrowUp.native.js +26 -0
  36. package/build/rn/icons/ArtificialIntelligence.js +25 -0
  37. package/build/rn/icons/ArtificialIntelligence.native.js +25 -0
  38. package/build/rn/icons/Attention.js +26 -0
  39. package/build/rn/icons/Attention.native.js +26 -0
  40. package/build/rn/icons/Award.js +26 -0
  41. package/build/rn/icons/Award.native.js +26 -0
  42. package/build/rn/icons/Baby.js +26 -0
  43. package/build/rn/icons/Baby.native.js +26 -0
  44. package/build/rn/icons/BabyBoy.js +26 -0
  45. package/build/rn/icons/BabyBoy.native.js +26 -0
  46. package/build/rn/icons/BabyGirl.js +26 -0
  47. package/build/rn/icons/BabyGirl.native.js +26 -0
  48. package/build/rn/icons/BackToSchool.js +26 -0
  49. package/build/rn/icons/BackToSchool.native.js +26 -0
  50. package/build/rn/icons/Bank.js +26 -0
  51. package/build/rn/icons/Bank.native.js +26 -0
  52. package/build/rn/icons/BatteryCar.js +25 -0
  53. package/build/rn/icons/BatteryCar.native.js +25 -0
  54. package/build/rn/icons/BatteryCharging.js +26 -0
  55. package/build/rn/icons/BatteryCharging.native.js +26 -0
  56. package/build/rn/icons/Bell.js +26 -0
  57. package/build/rn/icons/Bell.native.js +26 -0
  58. package/build/rn/icons/Bill.js +26 -0
  59. package/build/rn/icons/Bill.native.js +26 -0
  60. package/build/rn/icons/Bookmark.js +26 -0
  61. package/build/rn/icons/Bookmark.native.js +26 -0
  62. package/build/rn/icons/Briefcase.js +26 -0
  63. package/build/rn/icons/Briefcase.native.js +26 -0
  64. package/build/rn/icons/BulletFill.js +27 -0
  65. package/build/rn/icons/BulletFill.native.js +27 -0
  66. package/build/rn/icons/Calendar.js +26 -0
  67. package/build/rn/icons/Calendar.native.js +26 -0
  68. package/build/rn/icons/Call.js +26 -0
  69. package/build/rn/icons/Call.native.js +26 -0
  70. package/build/rn/icons/CallForward.js +26 -0
  71. package/build/rn/icons/CallForward.native.js +26 -0
  72. package/build/rn/icons/CallOut.js +26 -0
  73. package/build/rn/icons/CallOut.native.js +26 -0
  74. package/build/rn/icons/CallReceive.js +26 -0
  75. package/build/rn/icons/CallReceive.native.js +26 -0
  76. package/build/rn/icons/CallTalking.js +26 -0
  77. package/build/rn/icons/CallTalking.native.js +26 -0
  78. package/build/rn/icons/Camera.js +26 -0
  79. package/build/rn/icons/Camera.native.js +26 -0
  80. package/build/rn/icons/Car.js +25 -0
  81. package/build/rn/icons/Car.native.js +25 -0
  82. package/build/rn/icons/CaretDown.js +27 -0
  83. package/build/rn/icons/CaretDown.native.js +27 -0
  84. package/build/rn/icons/CaretUp.js +27 -0
  85. package/build/rn/icons/CaretUp.native.js +27 -0
  86. package/build/rn/icons/CartEmptyBold.js +26 -0
  87. package/build/rn/icons/CartEmptyBold.native.js +26 -0
  88. package/build/rn/icons/CartFilledBold.js +31 -0
  89. package/build/rn/icons/CartFilledBold.native.js +31 -0
  90. package/build/rn/icons/Channels.js +26 -0
  91. package/build/rn/icons/Channels.native.js +26 -0
  92. package/build/rn/icons/ChartsBar1.js +26 -0
  93. package/build/rn/icons/ChartsBar1.native.js +26 -0
  94. package/build/rn/icons/ChartsBar2.js +25 -0
  95. package/build/rn/icons/ChartsBar2.native.js +25 -0
  96. package/build/rn/icons/ChartsLine.js +26 -0
  97. package/build/rn/icons/ChartsLine.native.js +26 -0
  98. package/build/rn/icons/Chat1.js +26 -0
  99. package/build/rn/icons/Chat1.native.js +26 -0
  100. package/build/rn/icons/Chat2.js +26 -0
  101. package/build/rn/icons/Chat2.native.js +26 -0
  102. package/build/rn/icons/ChatSupport.js +26 -0
  103. package/build/rn/icons/ChatSupport.native.js +26 -0
  104. package/build/rn/icons/Check.js +25 -0
  105. package/build/rn/icons/Check.native.js +25 -0
  106. package/build/rn/icons/Checkmark.js +26 -0
  107. package/build/rn/icons/Checkmark.native.js +26 -0
  108. package/build/rn/icons/ChevronLeft.js +27 -0
  109. package/build/rn/icons/ChevronLeft.native.js +27 -0
  110. package/build/rn/icons/ChevronRight.js +27 -0
  111. package/build/rn/icons/ChevronRight.native.js +27 -0
  112. package/build/rn/icons/Clipboard.js +26 -0
  113. package/build/rn/icons/Clipboard.native.js +26 -0
  114. package/build/rn/icons/Close.js +27 -0
  115. package/build/rn/icons/Close.native.js +27 -0
  116. package/build/rn/icons/ClosedCaptions.js +25 -0
  117. package/build/rn/icons/ClosedCaptions.native.js +25 -0
  118. package/build/rn/icons/CloudDownload.js +26 -0
  119. package/build/rn/icons/CloudDownload.native.js +26 -0
  120. package/build/rn/icons/CloudSync.js +26 -0
  121. package/build/rn/icons/CloudSync.native.js +26 -0
  122. package/build/rn/icons/CloudUpload.js +26 -0
  123. package/build/rn/icons/CloudUpload.native.js +26 -0
  124. package/build/rn/icons/Collaboration.js +25 -0
  125. package/build/rn/icons/Collaboration.native.js +25 -0
  126. package/build/rn/icons/Compass.js +26 -0
  127. package/build/rn/icons/Compass.native.js +26 -0
  128. package/build/rn/icons/ComputerNetwork.js +26 -0
  129. package/build/rn/icons/ComputerNetwork.native.js +26 -0
  130. package/build/rn/icons/Contract.js +26 -0
  131. package/build/rn/icons/Contract.native.js +26 -0
  132. package/build/rn/icons/CreditCard.js +26 -0
  133. package/build/rn/icons/CreditCard.native.js +26 -0
  134. package/build/rn/icons/Cronometer.js +26 -0
  135. package/build/rn/icons/Cronometer.native.js +26 -0
  136. package/build/rn/icons/CssActivations.js +25 -0
  137. package/build/rn/icons/CssActivations.native.js +25 -0
  138. package/build/rn/icons/DataLimit.js +26 -0
  139. package/build/rn/icons/DataLimit.native.js +26 -0
  140. package/build/rn/icons/Deals.js +26 -0
  141. package/build/rn/icons/Deals.native.js +26 -0
  142. package/build/rn/icons/Delete.js +26 -0
  143. package/build/rn/icons/Delete.native.js +26 -0
  144. package/build/rn/icons/Delivery.js +26 -0
  145. package/build/rn/icons/Delivery.native.js +26 -0
  146. package/build/rn/icons/Devices.js +26 -0
  147. package/build/rn/icons/Devices.native.js +26 -0
  148. package/build/rn/icons/Diagram.js +26 -0
  149. package/build/rn/icons/Diagram.native.js +26 -0
  150. package/build/rn/icons/Diamond.js +25 -0
  151. package/build/rn/icons/Diamond.native.js +25 -0
  152. package/build/rn/icons/Direction.js +26 -0
  153. package/build/rn/icons/Direction.native.js +26 -0
  154. package/build/rn/icons/Document.js +26 -0
  155. package/build/rn/icons/Document.native.js +26 -0
  156. package/build/rn/icons/Donate.js +25 -0
  157. package/build/rn/icons/Donate.native.js +25 -0
  158. package/build/rn/icons/Download.js +26 -0
  159. package/build/rn/icons/Download.native.js +26 -0
  160. package/build/rn/icons/DownloadPdf.js +26 -0
  161. package/build/rn/icons/DownloadPdf.native.js +26 -0
  162. package/build/rn/icons/DownloadPdfs.js +26 -0
  163. package/build/rn/icons/DownloadPdfs.native.js +26 -0
  164. package/build/rn/icons/Email.js +26 -0
  165. package/build/rn/icons/Email.native.js +26 -0
  166. package/build/rn/icons/Escalations.js +25 -0
  167. package/build/rn/icons/Escalations.native.js +25 -0
  168. package/build/rn/icons/FavouriteNetwork.js +26 -0
  169. package/build/rn/icons/FavouriteNetwork.native.js +26 -0
  170. package/build/rn/icons/Files.js +26 -0
  171. package/build/rn/icons/Files.native.js +26 -0
  172. package/build/rn/icons/Fingerprint.js +26 -0
  173. package/build/rn/icons/Fingerprint.native.js +26 -0
  174. package/build/rn/icons/Firewall.js +26 -0
  175. package/build/rn/icons/Firewall.native.js +26 -0
  176. package/build/rn/icons/Flag.js +25 -0
  177. package/build/rn/icons/Flag.native.js +25 -0
  178. package/build/rn/icons/FullscreenExpand.js +25 -0
  179. package/build/rn/icons/FullscreenExpand.native.js +25 -0
  180. package/build/rn/icons/FullscreenMinimize.js +25 -0
  181. package/build/rn/icons/FullscreenMinimize.native.js +25 -0
  182. package/build/rn/icons/Gift.js +26 -0
  183. package/build/rn/icons/Gift.native.js +26 -0
  184. package/build/rn/icons/Globe1.js +25 -0
  185. package/build/rn/icons/Globe1.native.js +25 -0
  186. package/build/rn/icons/Globe2.js +25 -0
  187. package/build/rn/icons/Globe2.native.js +25 -0
  188. package/build/rn/icons/HeadBoth.js +26 -0
  189. package/build/rn/icons/HeadBoth.native.js +26 -0
  190. package/build/rn/icons/HeadFemale.js +26 -0
  191. package/build/rn/icons/HeadFemale.native.js +26 -0
  192. package/build/rn/icons/HeadMale.js +26 -0
  193. package/build/rn/icons/HeadMale.native.js +26 -0
  194. package/build/rn/icons/Headset.js +26 -0
  195. package/build/rn/icons/Headset.native.js +26 -0
  196. package/build/rn/icons/Heart.js +26 -0
  197. package/build/rn/icons/Heart.native.js +26 -0
  198. package/build/rn/icons/Heartbeat.js +26 -0
  199. package/build/rn/icons/Heartbeat.native.js +26 -0
  200. package/build/rn/icons/Helpdesk.js +25 -0
  201. package/build/rn/icons/Helpdesk.native.js +25 -0
  202. package/build/rn/icons/Home.js +26 -0
  203. package/build/rn/icons/Home.native.js +26 -0
  204. package/build/rn/icons/HomeSecurity.js +26 -0
  205. package/build/rn/icons/HomeSecurity.native.js +26 -0
  206. package/build/rn/icons/IDTag.js +26 -0
  207. package/build/rn/icons/IDTag.native.js +26 -0
  208. package/build/rn/icons/Infinite.js +26 -0
  209. package/build/rn/icons/Infinite.native.js +26 -0
  210. package/build/rn/icons/Information.js +26 -0
  211. package/build/rn/icons/Information.native.js +26 -0
  212. package/build/rn/icons/Internet.js +26 -0
  213. package/build/rn/icons/Internet.native.js +26 -0
  214. package/build/rn/icons/Invisible.js +25 -0
  215. package/build/rn/icons/Invisible.native.js +25 -0
  216. package/build/rn/icons/Key.js +26 -0
  217. package/build/rn/icons/Key.native.js +26 -0
  218. package/build/rn/icons/Laptop.js +26 -0
  219. package/build/rn/icons/Laptop.native.js +26 -0
  220. package/build/rn/icons/Layers.js +26 -0
  221. package/build/rn/icons/Layers.native.js +26 -0
  222. package/build/rn/icons/Lifesaver.js +25 -0
  223. package/build/rn/icons/Lifesaver.native.js +25 -0
  224. package/build/rn/icons/Lightbulb.js +26 -0
  225. package/build/rn/icons/Lightbulb.native.js +26 -0
  226. package/build/rn/icons/LinkExternal.js +26 -0
  227. package/build/rn/icons/LinkExternal.native.js +26 -0
  228. package/build/rn/icons/LocationAdd.js +26 -0
  229. package/build/rn/icons/LocationAdd.native.js +26 -0
  230. package/build/rn/icons/LocationHome.js +26 -0
  231. package/build/rn/icons/LocationHome.native.js +26 -0
  232. package/build/rn/icons/LocationIneligible.js +26 -0
  233. package/build/rn/icons/LocationIneligible.native.js +26 -0
  234. package/build/rn/icons/LocationMap.js +25 -0
  235. package/build/rn/icons/LocationMap.native.js +25 -0
  236. package/build/rn/icons/LocationRegular.js +25 -0
  237. package/build/rn/icons/LocationRegular.native.js +25 -0
  238. package/build/rn/icons/LocationRemove.js +26 -0
  239. package/build/rn/icons/LocationRemove.native.js +26 -0
  240. package/build/rn/icons/LocationSuccess.js +26 -0
  241. package/build/rn/icons/LocationSuccess.native.js +26 -0
  242. package/build/rn/icons/LocationVerified.js +26 -0
  243. package/build/rn/icons/LocationVerified.native.js +26 -0
  244. package/build/rn/icons/LockClosed.js +26 -0
  245. package/build/rn/icons/LockClosed.native.js +26 -0
  246. package/build/rn/icons/LockOpened.js +26 -0
  247. package/build/rn/icons/LockOpened.native.js +26 -0
  248. package/build/rn/icons/LoginForm.js +26 -0
  249. package/build/rn/icons/LoginForm.native.js +26 -0
  250. package/build/rn/icons/Map.js +26 -0
  251. package/build/rn/icons/Map.native.js +26 -0
  252. package/build/rn/icons/Medical.js +26 -0
  253. package/build/rn/icons/Medical.native.js +26 -0
  254. package/build/rn/icons/Messaging.js +26 -0
  255. package/build/rn/icons/Messaging.native.js +26 -0
  256. package/build/rn/icons/Mobility.js +26 -0
  257. package/build/rn/icons/Mobility.native.js +26 -0
  258. package/build/rn/icons/Movie.js +25 -0
  259. package/build/rn/icons/Movie.native.js +25 -0
  260. package/build/rn/icons/Music.js +26 -0
  261. package/build/rn/icons/Music.native.js +26 -0
  262. package/build/rn/icons/Muted.js +25 -0
  263. package/build/rn/icons/Muted.native.js +25 -0
  264. package/build/rn/icons/Networking.js +26 -0
  265. package/build/rn/icons/Networking.native.js +26 -0
  266. package/build/rn/icons/News.js +26 -0
  267. package/build/rn/icons/News.native.js +26 -0
  268. package/build/rn/icons/NextGenFirewall.js +26 -0
  269. package/build/rn/icons/NextGenFirewall.native.js +26 -0
  270. package/build/rn/icons/NoContract.js +27 -0
  271. package/build/rn/icons/NoContract.native.js +27 -0
  272. package/build/rn/icons/NotifyBold.js +26 -0
  273. package/build/rn/icons/NotifyBold.native.js +26 -0
  274. package/build/rn/icons/Office.js +26 -0
  275. package/build/rn/icons/Office.native.js +26 -0
  276. package/build/rn/icons/Offices.js +26 -0
  277. package/build/rn/icons/Offices.native.js +26 -0
  278. package/build/rn/icons/OnDemand.js +26 -0
  279. package/build/rn/icons/OnDemand.native.js +26 -0
  280. package/build/rn/icons/OnTheGo.js +26 -0
  281. package/build/rn/icons/OnTheGo.native.js +26 -0
  282. package/build/rn/icons/OnlineSecurity.js +27 -0
  283. package/build/rn/icons/OnlineSecurity.native.js +27 -0
  284. package/build/rn/icons/Paperless.js +27 -0
  285. package/build/rn/icons/Paperless.native.js +27 -0
  286. package/build/rn/icons/Passport.js +26 -0
  287. package/build/rn/icons/Passport.native.js +26 -0
  288. package/build/rn/icons/Pause.js +25 -0
  289. package/build/rn/icons/Pause.native.js +25 -0
  290. package/build/rn/icons/Phone.js +27 -0
  291. package/build/rn/icons/Phone.native.js +27 -0
  292. package/build/rn/icons/PhoneBusiness.js +26 -0
  293. package/build/rn/icons/PhoneBusiness.native.js +26 -0
  294. package/build/rn/icons/PhoneHome.js +26 -0
  295. package/build/rn/icons/PhoneHome.native.js +26 -0
  296. package/build/rn/icons/PhoneReception.js +26 -0
  297. package/build/rn/icons/PhoneReception.native.js +26 -0
  298. package/build/rn/icons/Photo.js +26 -0
  299. package/build/rn/icons/Photo.native.js +26 -0
  300. package/build/rn/icons/Photos.js +26 -0
  301. package/build/rn/icons/Photos.native.js +26 -0
  302. package/build/rn/icons/PiggyBank.js +26 -0
  303. package/build/rn/icons/PiggyBank.native.js +26 -0
  304. package/build/rn/icons/PikTV.js +26 -0
  305. package/build/rn/icons/PikTV.native.js +26 -0
  306. package/build/rn/icons/Play.js +26 -0
  307. package/build/rn/icons/Play.native.js +26 -0
  308. package/build/rn/icons/PlaySolid.js +27 -0
  309. package/build/rn/icons/PlaySolid.native.js +27 -0
  310. package/build/rn/icons/PlayVideo.js +27 -0
  311. package/build/rn/icons/PlayVideo.native.js +27 -0
  312. package/build/rn/icons/Preference.js +26 -0
  313. package/build/rn/icons/Preference.native.js +26 -0
  314. package/build/rn/icons/Print.js +26 -0
  315. package/build/rn/icons/Print.native.js +26 -0
  316. package/build/rn/icons/PrivateCloud.js +26 -0
  317. package/build/rn/icons/PrivateCloud.native.js +26 -0
  318. package/build/rn/icons/Profile.js +26 -0
  319. package/build/rn/icons/Profile.native.js +26 -0
  320. package/build/rn/icons/ProfileBold.js +26 -0
  321. package/build/rn/icons/ProfileBold.native.js +26 -0
  322. package/build/rn/icons/Question.js +27 -0
  323. package/build/rn/icons/Question.native.js +27 -0
  324. package/build/rn/icons/QuoteLeft.js +28 -0
  325. package/build/rn/icons/QuoteLeft.native.js +28 -0
  326. package/build/rn/icons/Radar.js +26 -0
  327. package/build/rn/icons/Radar.native.js +26 -0
  328. package/build/rn/icons/Receipt.js +26 -0
  329. package/build/rn/icons/Receipt.native.js +26 -0
  330. package/build/rn/icons/Record.js +25 -0
  331. package/build/rn/icons/Record.native.js +25 -0
  332. package/build/rn/icons/Refresh.js +26 -0
  333. package/build/rn/icons/Refresh.native.js +26 -0
  334. package/build/rn/icons/RemoteControl.js +26 -0
  335. package/build/rn/icons/RemoteControl.native.js +26 -0
  336. package/build/rn/icons/Replay.js +25 -0
  337. package/build/rn/icons/Replay.native.js +25 -0
  338. package/build/rn/icons/Router.js +26 -0
  339. package/build/rn/icons/Router.native.js +26 -0
  340. package/build/rn/icons/Search.js +26 -0
  341. package/build/rn/icons/Search.native.js +26 -0
  342. package/build/rn/icons/SearchBold.js +25 -0
  343. package/build/rn/icons/SearchBold.native.js +25 -0
  344. package/build/rn/icons/SecurityCamera.js +26 -0
  345. package/build/rn/icons/SecurityCamera.native.js +26 -0
  346. package/build/rn/icons/SecurityHouse.js +26 -0
  347. package/build/rn/icons/SecurityHouse.native.js +26 -0
  348. package/build/rn/icons/SecurityMobile.js +26 -0
  349. package/build/rn/icons/SecurityMobile.native.js +26 -0
  350. package/build/rn/icons/SecuritySettings.js +26 -0
  351. package/build/rn/icons/SecuritySettings.native.js +26 -0
  352. package/build/rn/icons/Server.js +26 -0
  353. package/build/rn/icons/Server.native.js +26 -0
  354. package/build/rn/icons/ServiceTruck.js +26 -0
  355. package/build/rn/icons/ServiceTruck.native.js +26 -0
  356. package/build/rn/icons/Settings.js +26 -0
  357. package/build/rn/icons/Settings.native.js +26 -0
  358. package/build/rn/icons/SettingsBold.js +26 -0
  359. package/build/rn/icons/SettingsBold.native.js +26 -0
  360. package/build/rn/icons/SettingsSolid.js +25 -0
  361. package/build/rn/icons/SettingsSolid.native.js +25 -0
  362. package/build/rn/icons/SharedAccount.js +26 -0
  363. package/build/rn/icons/SharedAccount.native.js +26 -0
  364. package/build/rn/icons/Shop.js +26 -0
  365. package/build/rn/icons/Shop.native.js +26 -0
  366. package/build/rn/icons/SignPost.js +26 -0
  367. package/build/rn/icons/SignPost.native.js +26 -0
  368. package/build/rn/icons/Signal.js +26 -0
  369. package/build/rn/icons/Signal.native.js +26 -0
  370. package/build/rn/icons/SimCard.js +26 -0
  371. package/build/rn/icons/SimCard.native.js +26 -0
  372. package/build/rn/icons/Soccer.js +26 -0
  373. package/build/rn/icons/Soccer.native.js +26 -0
  374. package/build/rn/icons/Speaker.js +26 -0
  375. package/build/rn/icons/Speaker.native.js +26 -0
  376. package/build/rn/icons/SpeakerPhone.js +26 -0
  377. package/build/rn/icons/SpeakerPhone.native.js +26 -0
  378. package/build/rn/icons/Speed.js +26 -0
  379. package/build/rn/icons/Speed.native.js +26 -0
  380. package/build/rn/icons/SpeedReduced.js +26 -0
  381. package/build/rn/icons/SpeedReduced.native.js +26 -0
  382. package/build/rn/icons/StatusError.js +26 -0
  383. package/build/rn/icons/StatusError.native.js +26 -0
  384. package/build/rn/icons/StatusSuccess.js +26 -0
  385. package/build/rn/icons/StatusSuccess.native.js +26 -0
  386. package/build/rn/icons/StatusWarning.js +26 -0
  387. package/build/rn/icons/StatusWarning.native.js +26 -0
  388. package/build/rn/icons/Subtract.js +27 -0
  389. package/build/rn/icons/Subtract.native.js +27 -0
  390. package/build/rn/icons/Success.js +26 -0
  391. package/build/rn/icons/Success.native.js +26 -0
  392. package/build/rn/icons/Suitcase.js +25 -0
  393. package/build/rn/icons/Suitcase.native.js +25 -0
  394. package/build/rn/icons/Support.js +26 -0
  395. package/build/rn/icons/Support.native.js +26 -0
  396. package/build/rn/icons/TV.js +26 -0
  397. package/build/rn/icons/TV.native.js +26 -0
  398. package/build/rn/icons/TVChoiceAndFlexibility.js +27 -0
  399. package/build/rn/icons/TVChoiceAndFlexibility.native.js +27 -0
  400. package/build/rn/icons/Tablet.js +26 -0
  401. package/build/rn/icons/Tablet.native.js +26 -0
  402. package/build/rn/icons/Target.js +26 -0
  403. package/build/rn/icons/Target.native.js +26 -0
  404. package/build/rn/icons/Tasks.js +26 -0
  405. package/build/rn/icons/Tasks.native.js +26 -0
  406. package/build/rn/icons/ThumbsUp.js +25 -0
  407. package/build/rn/icons/ThumbsUp.native.js +25 -0
  408. package/build/rn/icons/Time.js +26 -0
  409. package/build/rn/icons/Time.native.js +26 -0
  410. package/build/rn/icons/Times.js +26 -0
  411. package/build/rn/icons/Times.native.js +26 -0
  412. package/build/rn/icons/TowTruck.js +25 -0
  413. package/build/rn/icons/TowTruck.native.js +25 -0
  414. package/build/rn/icons/Transmitter.js +26 -0
  415. package/build/rn/icons/Transmitter.native.js +26 -0
  416. package/build/rn/icons/Unmuted.js +27 -0
  417. package/build/rn/icons/Unmuted.native.js +27 -0
  418. package/build/rn/icons/Upload.js +26 -0
  419. package/build/rn/icons/Upload.native.js +26 -0
  420. package/build/rn/icons/UploadToCloud.js +26 -0
  421. package/build/rn/icons/UploadToCloud.native.js +26 -0
  422. package/build/rn/icons/UsbCable.js +26 -0
  423. package/build/rn/icons/UsbCable.native.js +26 -0
  424. package/build/rn/icons/User.js +26 -0
  425. package/build/rn/icons/User.native.js +26 -0
  426. package/build/rn/icons/UserAddBold.js +26 -0
  427. package/build/rn/icons/UserAddBold.native.js +26 -0
  428. package/build/rn/icons/Users.js +26 -0
  429. package/build/rn/icons/Users.native.js +26 -0
  430. package/build/rn/icons/VideoChat.js +26 -0
  431. package/build/rn/icons/VideoChat.native.js +26 -0
  432. package/build/rn/icons/VideoGames.js +26 -0
  433. package/build/rn/icons/VideoGames.native.js +26 -0
  434. package/build/rn/icons/Visible.js +26 -0
  435. package/build/rn/icons/Visible.native.js +26 -0
  436. package/build/rn/icons/Warranty.js +26 -0
  437. package/build/rn/icons/Warranty.native.js +26 -0
  438. package/build/rn/icons/Watch.js +26 -0
  439. package/build/rn/icons/Watch.native.js +26 -0
  440. package/build/rn/icons/WifiBoost.js +26 -0
  441. package/build/rn/icons/WifiBoost.native.js +26 -0
  442. package/build/rn/icons/WifiCloud.js +26 -0
  443. package/build/rn/icons/WifiCloud.native.js +26 -0
  444. package/build/rn/icons/accessible.icon.svg +1 -4
  445. package/build/rn/icons/add-user.icon.svg +1 -4
  446. package/build/rn/icons/add.icon.svg +1 -1
  447. package/build/rn/icons/alarm-clock.icon.svg +1 -4
  448. package/build/rn/icons/ambulance.icon.svg +2 -44
  449. package/build/rn/icons/arrow-down.icon.svg +1 -5
  450. package/build/rn/icons/arrow-left.icon.svg +1 -1
  451. package/build/rn/icons/arrow-right.icon.svg +1 -1
  452. package/build/rn/icons/arrow-up.icon.svg +1 -5
  453. package/build/rn/icons/artificial-intelligence.icon.svg +1 -4
  454. package/build/rn/icons/attention.icon.svg +1 -5
  455. package/build/rn/icons/award.icon.svg +1 -5
  456. package/build/rn/icons/baby-boy.icon.svg +1 -4
  457. package/build/rn/icons/baby-girl.icon.svg +1 -4
  458. package/build/rn/icons/baby.icon.svg +1 -4
  459. package/build/rn/icons/back-to-school.icon.svg +1 -5
  460. package/build/rn/icons/bank.icon.svg +1 -4
  461. package/build/rn/icons/battery-car.icon.svg +1 -4
  462. package/build/rn/icons/battery-charging.icon.svg +1 -5
  463. package/build/rn/icons/bell.icon.svg +1 -5
  464. package/build/rn/icons/bill.icon.svg +1 -5
  465. package/build/rn/icons/bookmark.icon.svg +1 -5
  466. package/build/rn/icons/briefcase.icon.svg +1 -5
  467. package/build/rn/icons/bullet-fill.icon.svg +1 -0
  468. package/build/rn/icons/calendar.icon.svg +1 -4
  469. package/build/rn/icons/call-forward.icon.svg +1 -5
  470. package/build/rn/icons/call-out.icon.svg +1 -5
  471. package/build/rn/icons/call-receive.icon.svg +1 -5
  472. package/build/rn/icons/call-talking.icon.svg +1 -5
  473. package/build/rn/icons/call.icon.svg +1 -5
  474. package/build/rn/icons/camera.icon.svg +1 -5
  475. package/build/rn/icons/car.icon.svg +1 -4
  476. package/build/rn/icons/caret-down.icon.svg +2 -2
  477. package/build/rn/icons/caret-up.icon.svg +2 -2
  478. package/build/rn/icons/cart-empty-bold.icon.svg +3 -0
  479. package/build/rn/icons/cart-filled-bold.icon.svg +10 -0
  480. package/build/rn/icons/channels.icon.svg +1 -5
  481. package/build/rn/icons/charts-bar1.icon.svg +1 -4
  482. package/build/rn/icons/charts-bar2.icon.svg +1 -1
  483. package/build/rn/icons/charts-line.icon.svg +1 -5
  484. package/build/rn/icons/chat-support.icon.svg +1 -4
  485. package/build/rn/icons/chat1.icon.svg +1 -4
  486. package/build/rn/icons/chat2.icon.svg +1 -4
  487. package/build/rn/icons/check.icon.svg +1 -4
  488. package/build/rn/icons/checkmark.icon.svg +1 -4
  489. package/build/rn/icons/chevron-left.icon.svg +1 -1
  490. package/build/rn/icons/chevron-right.icon.svg +1 -1
  491. package/build/rn/icons/clipboard.icon.svg +1 -4
  492. package/build/rn/icons/close.icon.svg +1 -1
  493. package/build/rn/icons/cloud-download.icon.svg +1 -4
  494. package/build/rn/icons/cloud-sync.icon.svg +1 -5
  495. package/build/rn/icons/cloud-upload.icon.svg +1 -4
  496. package/build/rn/icons/collaboration.icon.svg +1 -1
  497. package/build/rn/icons/compass.icon.svg +1 -4
  498. package/build/rn/icons/computer-network.icon.svg +1 -4
  499. package/build/rn/icons/contract.icon.svg +1 -5
  500. package/build/rn/icons/credit-card.icon.svg +1 -5
  501. package/build/rn/icons/cronometer.icon.svg +1 -5
  502. package/build/rn/icons/css-activations.icon.svg +3 -0
  503. package/build/rn/icons/data-limit.icon.svg +1 -4
  504. package/build/rn/icons/deals.icon.svg +1 -4
  505. package/build/rn/icons/delete.icon.svg +3 -0
  506. package/build/rn/icons/delivery.icon.svg +1 -5
  507. package/build/rn/icons/devices.icon.svg +1 -4
  508. package/build/rn/icons/diagram.icon.svg +1 -4
  509. package/build/rn/icons/diamond.icon.svg +1 -4
  510. package/build/rn/icons/direction.icon.svg +1 -5
  511. package/build/rn/icons/document.icon.svg +1 -5
  512. package/build/rn/icons/donate.icon.svg +1 -1
  513. package/build/rn/icons/download-pdf.icon.svg +3 -0
  514. package/build/rn/icons/download-pdfs.icon.svg +3 -0
  515. package/build/rn/icons/download.icon.svg +1 -4
  516. package/build/rn/icons/email.icon.svg +1 -5
  517. package/build/rn/icons/escalations.icon.svg +3 -0
  518. package/build/rn/icons/favourite-network.icon.svg +1 -4
  519. package/build/rn/icons/files.icon.svg +1 -5
  520. package/build/rn/icons/fingerprint.icon.svg +1 -5
  521. package/build/rn/icons/firewall.icon.svg +1 -5
  522. package/build/rn/icons/flag.icon.svg +1 -4
  523. package/build/rn/icons/gift.icon.svg +1 -4
  524. package/build/rn/icons/globe1.icon.svg +1 -1
  525. package/build/rn/icons/globe2.icon.svg +1 -1
  526. package/build/rn/icons/head-both.icon.svg +1 -5
  527. package/build/rn/icons/head-female.icon.svg +1 -4
  528. package/build/rn/icons/head-male.icon.svg +1 -4
  529. package/build/rn/icons/headset.icon.svg +1 -4
  530. package/build/rn/icons/heart.icon.svg +1 -5
  531. package/build/rn/icons/heartbeat.icon.svg +1 -4
  532. package/build/rn/icons/helpdesk.icon.svg +3 -0
  533. package/build/rn/icons/home-security.icon.svg +1 -4
  534. package/build/rn/icons/home.icon.svg +1 -4
  535. package/build/rn/icons/idtag.icon.svg +1 -5
  536. package/build/rn/icons/index.js +215 -192
  537. package/build/rn/icons/infinite.icon.svg +1 -5
  538. package/build/rn/icons/information.icon.svg +1 -4
  539. package/build/rn/icons/internet.icon.svg +1 -5
  540. package/build/rn/icons/invisible.icon.svg +1 -4
  541. package/build/rn/icons/key.icon.svg +1 -5
  542. package/build/rn/icons/laptop.icon.svg +1 -5
  543. package/build/rn/icons/layers.icon.svg +1 -5
  544. package/build/rn/icons/lifesaver.icon.svg +1 -1
  545. package/build/rn/icons/lightbulb.icon.svg +1 -5
  546. package/build/rn/icons/link-external.icon.svg +3 -0
  547. package/build/rn/icons/location-add.icon.svg +1 -5
  548. package/build/rn/icons/location-home.icon.svg +1 -5
  549. package/build/rn/icons/location-ineligible.icon.svg +1 -4
  550. package/build/rn/icons/location-map.icon.svg +1 -1
  551. package/build/rn/icons/location-regular.icon.svg +1 -4
  552. package/build/rn/icons/location-remove.icon.svg +1 -5
  553. package/build/rn/icons/location-success.icon.svg +1 -4
  554. package/build/rn/icons/location-verified.icon.svg +1 -5
  555. package/build/rn/icons/lock-closed.icon.svg +1 -5
  556. package/build/rn/icons/lock-opened.icon.svg +1 -5
  557. package/build/rn/icons/login-form.icon.svg +1 -4
  558. package/build/rn/icons/map.icon.svg +1 -5
  559. package/build/rn/icons/medical.icon.svg +1 -4
  560. package/build/rn/icons/messaging.icon.svg +1 -5
  561. package/build/rn/icons/mobility.icon.svg +1 -5
  562. package/build/rn/icons/movie.icon.svg +1 -1
  563. package/build/rn/icons/music.icon.svg +1 -5
  564. package/build/rn/icons/networking.icon.svg +1 -4
  565. package/build/rn/icons/news.icon.svg +1 -5
  566. package/build/rn/icons/next-gen-firewall.icon.svg +1 -4
  567. package/build/rn/icons/no-contract.icon.svg +2 -15
  568. package/build/rn/icons/notify-bold.icon.svg +3 -0
  569. package/build/rn/icons/office.icon.svg +1 -5
  570. package/build/rn/icons/offices.icon.svg +1 -4
  571. package/build/rn/icons/on-demand.icon.svg +1 -4
  572. package/build/rn/icons/on-the-go.icon.svg +1 -5
  573. package/build/rn/icons/online-security.icon.svg +3 -0
  574. package/build/rn/icons/paperless.icon.svg +3 -0
  575. package/build/rn/icons/passport.icon.svg +1 -5
  576. package/build/rn/icons/phone-business.icon.svg +1 -4
  577. package/build/rn/icons/phone-home.icon.svg +1 -4
  578. package/build/rn/icons/phone-reception.icon.svg +1 -5
  579. package/build/rn/icons/phone.icon.svg +2 -6
  580. package/build/rn/icons/photo.icon.svg +1 -5
  581. package/build/rn/icons/photos.icon.svg +1 -4
  582. package/build/rn/icons/piggy-bank.icon.svg +1 -5
  583. package/build/rn/icons/pik-tv.icon.svg +1 -4
  584. package/build/rn/icons/play-video.icon.svg +3 -0
  585. package/build/rn/icons/play.icon.svg +1 -5
  586. package/build/rn/icons/preference.icon.svg +1 -4
  587. package/build/rn/icons/print.icon.svg +3 -0
  588. package/build/rn/icons/private-cloud.icon.svg +1 -5
  589. package/build/rn/icons/profile-bold.icon.svg +3 -0
  590. package/build/rn/icons/profile.icon.svg +3 -0
  591. package/build/rn/icons/radar.icon.svg +1 -4
  592. package/build/rn/icons/receipt.icon.svg +1 -5
  593. package/build/rn/icons/record.icon.svg +1 -4
  594. package/build/rn/icons/refresh.icon.svg +1 -4
  595. package/build/rn/icons/remote-control.icon.svg +1 -5
  596. package/build/rn/icons/replay.icon.svg +2 -2
  597. package/build/rn/icons/router.icon.svg +1 -5
  598. package/build/rn/icons/search-bold.icon.svg +3 -0
  599. package/build/rn/icons/search.icon.svg +3 -0
  600. package/build/rn/icons/security-camera.icon.svg +1 -5
  601. package/build/rn/icons/security-house.icon.svg +1 -4
  602. package/build/rn/icons/security-mobile.icon.svg +1 -5
  603. package/build/rn/icons/security-settings.icon.svg +1 -5
  604. package/build/rn/icons/server.icon.svg +1 -5
  605. package/build/rn/icons/service-truck.icon.svg +1 -5
  606. package/build/rn/icons/settings-bold.icon.svg +3 -0
  607. package/build/rn/icons/settings.icon.svg +1 -4
  608. package/build/rn/icons/shared-account.icon.svg +1 -5
  609. package/build/rn/icons/shop.icon.svg +1 -5
  610. package/build/rn/icons/sign-post.icon.svg +1 -4
  611. package/build/rn/icons/signal.icon.svg +1 -4
  612. package/build/rn/icons/sim-card.icon.svg +1 -5
  613. package/build/rn/icons/soccer.icon.svg +1 -4
  614. package/build/rn/icons/speaker-phone.icon.svg +1 -5
  615. package/build/rn/icons/speaker.icon.svg +1 -5
  616. package/build/rn/icons/speed-reduced.icon.svg +1 -4
  617. package/build/rn/icons/speed.icon.svg +1 -4
  618. package/build/rn/icons/status-error.icon.svg +3 -0
  619. package/build/rn/icons/status-success.icon.svg +3 -0
  620. package/build/rn/icons/status-warning.icon.svg +3 -0
  621. package/build/rn/icons/subtract.icon.svg +3 -0
  622. package/build/rn/icons/success.icon.svg +1 -5
  623. package/build/rn/icons/suitcase.icon.svg +1 -4
  624. package/build/rn/icons/support.icon.svg +1 -4
  625. package/build/rn/icons/tablet.icon.svg +1 -5
  626. package/build/rn/icons/target.icon.svg +1 -4
  627. package/build/rn/icons/tasks.icon.svg +1 -5
  628. package/build/rn/icons/thumbs-up.icon.svg +1 -4
  629. package/build/rn/icons/time.icon.svg +1 -4
  630. package/build/rn/icons/times.icon.svg +1 -4
  631. package/build/rn/icons/tow-truck.icon.svg +1 -4
  632. package/build/rn/icons/transmitter.icon.svg +1 -4
  633. package/build/rn/icons/tv.icon.svg +1 -5
  634. package/build/rn/icons/tvchoice-and-flexibility.icon.svg +2 -17
  635. package/build/rn/icons/upload-to-cloud.icon.svg +1 -4
  636. package/build/rn/icons/upload.icon.svg +1 -4
  637. package/build/rn/icons/usb-cable.icon.svg +1 -4
  638. package/build/rn/icons/user-add-bold.icon.svg +3 -0
  639. package/build/rn/icons/user.icon.svg +1 -4
  640. package/build/rn/icons/users.icon.svg +1 -5
  641. package/build/rn/icons/video-chat.icon.svg +1 -5
  642. package/build/rn/icons/video-games.icon.svg +1 -5
  643. package/build/rn/icons/visible.icon.svg +1 -5
  644. package/build/rn/icons/warranty.icon.svg +1 -4
  645. package/build/rn/icons/watch.icon.svg +1 -5
  646. package/build/rn/icons/wifi-boost.icon.svg +1 -4
  647. package/build/rn/icons/wifi-cloud.icon.svg +1 -5
  648. package/build/rn/palette.js +218 -151
  649. package/build/web/fonts/fonts-cdn-family.css +4 -4
  650. package/build/web/fonts/fonts-cdn.css +4 -4
  651. package/build/web/fonts/fonts-local-family.css +4 -4
  652. package/build/web/fonts/fonts-local.css +4 -4
  653. package/build/web/fonts/v1_0_0-prerelease_2-HelveticaNow-300-sEXquV0-DxeUjUK_LEVH2.otf +0 -0
  654. package/build/web/fonts/v1_0_0-prerelease_2-HelveticaNow-400-vOt-crayiiC5ByzyVGdey.otf +0 -0
  655. package/build/web/fonts/v1_0_0-prerelease_2-HelveticaNow-500-Xbph8eEbYo6U-ShDC7ixx.otf +0 -0
  656. package/build/web/fonts/v1_0_0-prerelease_2-HelveticaNow-700-XVlDzqg5sr81ujefoaDWu.otf +0 -0
  657. package/build/web/icons/Accessible.js +26 -0
  658. package/build/web/icons/Add.js +27 -0
  659. package/build/web/icons/AddUser.js +26 -0
  660. package/build/web/icons/AlarmClock.js +26 -0
  661. package/build/web/icons/Ambulance.js +27 -0
  662. package/build/web/icons/ArrowDown.js +26 -0
  663. package/build/web/icons/ArrowLeft.js +27 -0
  664. package/build/web/icons/ArrowRight.js +27 -0
  665. package/build/web/icons/ArrowUp.js +26 -0
  666. package/build/web/icons/ArtificialIntelligence.js +25 -0
  667. package/build/web/icons/Attention.js +26 -0
  668. package/build/web/icons/Award.js +26 -0
  669. package/build/web/icons/Baby.js +26 -0
  670. package/build/web/icons/BabyBoy.js +26 -0
  671. package/build/web/icons/BabyGirl.js +26 -0
  672. package/build/web/icons/BackToSchool.js +26 -0
  673. package/build/web/icons/Bank.js +26 -0
  674. package/build/web/icons/BatteryCar.js +25 -0
  675. package/build/web/icons/BatteryCharging.js +26 -0
  676. package/build/web/icons/Bell.js +26 -0
  677. package/build/web/icons/Bill.js +26 -0
  678. package/build/web/icons/Bookmark.js +26 -0
  679. package/build/web/icons/Briefcase.js +26 -0
  680. package/build/web/icons/BulletFill.js +27 -0
  681. package/build/web/icons/Calendar.js +26 -0
  682. package/build/web/icons/Call.js +26 -0
  683. package/build/web/icons/CallForward.js +26 -0
  684. package/build/web/icons/CallOut.js +26 -0
  685. package/build/web/icons/CallReceive.js +26 -0
  686. package/build/web/icons/CallTalking.js +26 -0
  687. package/build/web/icons/Camera.js +26 -0
  688. package/build/web/icons/Car.js +25 -0
  689. package/build/web/icons/CaretDown.js +27 -0
  690. package/build/web/icons/CaretUp.js +27 -0
  691. package/build/web/icons/CartEmptyBold.js +26 -0
  692. package/build/web/icons/CartFilledBold.js +31 -0
  693. package/build/web/icons/Channels.js +26 -0
  694. package/build/web/icons/ChartsBar1.js +26 -0
  695. package/build/web/icons/ChartsBar2.js +25 -0
  696. package/build/web/icons/ChartsLine.js +26 -0
  697. package/build/web/icons/Chat1.js +26 -0
  698. package/build/web/icons/Chat2.js +26 -0
  699. package/build/web/icons/ChatSupport.js +26 -0
  700. package/build/web/icons/Check.js +25 -0
  701. package/build/web/icons/Checkmark.js +26 -0
  702. package/build/web/icons/ChevronLeft.js +27 -0
  703. package/build/web/icons/ChevronRight.js +27 -0
  704. package/build/web/icons/Clipboard.js +26 -0
  705. package/build/web/icons/Close.js +27 -0
  706. package/build/web/icons/ClosedCaptions.js +25 -0
  707. package/build/web/icons/CloudDownload.js +26 -0
  708. package/build/web/icons/CloudSync.js +26 -0
  709. package/build/web/icons/CloudUpload.js +26 -0
  710. package/build/web/icons/Collaboration.js +25 -0
  711. package/build/web/icons/Compass.js +26 -0
  712. package/build/web/icons/ComputerNetwork.js +26 -0
  713. package/build/web/icons/Contract.js +26 -0
  714. package/build/web/icons/CreditCard.js +26 -0
  715. package/build/web/icons/Cronometer.js +26 -0
  716. package/build/web/icons/CssActivations.js +25 -0
  717. package/build/web/icons/DataLimit.js +26 -0
  718. package/build/web/icons/Deals.js +26 -0
  719. package/build/web/icons/Delete.js +26 -0
  720. package/build/web/icons/Delivery.js +26 -0
  721. package/build/web/icons/Devices.js +26 -0
  722. package/build/web/icons/Diagram.js +26 -0
  723. package/build/web/icons/Diamond.js +25 -0
  724. package/build/web/icons/Direction.js +26 -0
  725. package/build/web/icons/Document.js +26 -0
  726. package/build/web/icons/Donate.js +25 -0
  727. package/build/web/icons/Download.js +26 -0
  728. package/build/web/icons/DownloadPdf.js +26 -0
  729. package/build/web/icons/DownloadPdfs.js +26 -0
  730. package/build/web/icons/Email.js +26 -0
  731. package/build/web/icons/Escalations.js +25 -0
  732. package/build/web/icons/FavouriteNetwork.js +26 -0
  733. package/build/web/icons/Files.js +26 -0
  734. package/build/web/icons/Fingerprint.js +26 -0
  735. package/build/web/icons/Firewall.js +26 -0
  736. package/build/web/icons/Flag.js +25 -0
  737. package/build/web/icons/FullscreenExpand.js +25 -0
  738. package/build/web/icons/FullscreenMinimize.js +25 -0
  739. package/build/web/icons/Gift.js +26 -0
  740. package/build/web/icons/Globe1.js +25 -0
  741. package/build/web/icons/Globe2.js +25 -0
  742. package/build/web/icons/HeadBoth.js +26 -0
  743. package/build/web/icons/HeadFemale.js +26 -0
  744. package/build/web/icons/HeadMale.js +26 -0
  745. package/build/web/icons/Headset.js +26 -0
  746. package/build/web/icons/Heart.js +26 -0
  747. package/build/web/icons/Heartbeat.js +26 -0
  748. package/build/web/icons/Helpdesk.js +25 -0
  749. package/build/web/icons/Home.js +26 -0
  750. package/build/web/icons/HomeSecurity.js +26 -0
  751. package/build/web/icons/IDTag.js +26 -0
  752. package/build/web/icons/Infinite.js +26 -0
  753. package/build/web/icons/Information.js +26 -0
  754. package/build/web/icons/Internet.js +26 -0
  755. package/build/web/icons/Invisible.js +25 -0
  756. package/build/web/icons/Key.js +26 -0
  757. package/build/web/icons/Laptop.js +26 -0
  758. package/build/web/icons/Layers.js +26 -0
  759. package/build/web/icons/Lifesaver.js +25 -0
  760. package/build/web/icons/Lightbulb.js +26 -0
  761. package/build/web/icons/LinkExternal.js +26 -0
  762. package/build/web/icons/LocationAdd.js +26 -0
  763. package/build/web/icons/LocationHome.js +26 -0
  764. package/build/web/icons/LocationIneligible.js +26 -0
  765. package/build/web/icons/LocationMap.js +25 -0
  766. package/build/web/icons/LocationRegular.js +25 -0
  767. package/build/web/icons/LocationRemove.js +26 -0
  768. package/build/web/icons/LocationSuccess.js +26 -0
  769. package/build/web/icons/LocationVerified.js +26 -0
  770. package/build/web/icons/LockClosed.js +26 -0
  771. package/build/web/icons/LockOpened.js +26 -0
  772. package/build/web/icons/LoginForm.js +26 -0
  773. package/build/web/icons/Map.js +26 -0
  774. package/build/web/icons/Medical.js +26 -0
  775. package/build/web/icons/Messaging.js +26 -0
  776. package/build/web/icons/Mobility.js +26 -0
  777. package/build/web/icons/Movie.js +25 -0
  778. package/build/web/icons/Music.js +26 -0
  779. package/build/web/icons/Muted.js +25 -0
  780. package/build/web/icons/Networking.js +26 -0
  781. package/build/web/icons/News.js +26 -0
  782. package/build/web/icons/NextGenFirewall.js +26 -0
  783. package/build/web/icons/NoContract.js +27 -0
  784. package/build/web/icons/NotifyBold.js +26 -0
  785. package/build/web/icons/Office.js +26 -0
  786. package/build/web/icons/Offices.js +26 -0
  787. package/build/web/icons/OnDemand.js +26 -0
  788. package/build/web/icons/OnTheGo.js +26 -0
  789. package/build/web/icons/OnlineSecurity.js +27 -0
  790. package/build/web/icons/Paperless.js +27 -0
  791. package/build/web/icons/Passport.js +26 -0
  792. package/build/web/icons/Pause.js +25 -0
  793. package/build/web/icons/Phone.js +27 -0
  794. package/build/web/icons/PhoneBusiness.js +26 -0
  795. package/build/web/icons/PhoneHome.js +26 -0
  796. package/build/web/icons/PhoneReception.js +26 -0
  797. package/build/web/icons/Photo.js +26 -0
  798. package/build/web/icons/Photos.js +26 -0
  799. package/build/web/icons/PiggyBank.js +26 -0
  800. package/build/web/icons/PikTV.js +26 -0
  801. package/build/web/icons/Play.js +26 -0
  802. package/build/web/icons/PlaySolid.js +27 -0
  803. package/build/web/icons/PlayVideo.js +27 -0
  804. package/build/web/icons/Preference.js +26 -0
  805. package/build/web/icons/Print.js +26 -0
  806. package/build/web/icons/PrivateCloud.js +26 -0
  807. package/build/web/icons/Profile.js +26 -0
  808. package/build/web/icons/ProfileBold.js +26 -0
  809. package/build/web/icons/Question.js +27 -0
  810. package/build/web/icons/QuoteLeft.js +28 -0
  811. package/build/web/icons/Radar.js +26 -0
  812. package/build/web/icons/Receipt.js +26 -0
  813. package/build/web/icons/Record.js +25 -0
  814. package/build/web/icons/Refresh.js +26 -0
  815. package/build/web/icons/RemoteControl.js +26 -0
  816. package/build/web/icons/Replay.js +25 -0
  817. package/build/web/icons/Router.js +26 -0
  818. package/build/web/icons/Search.js +26 -0
  819. package/build/web/icons/SearchBold.js +25 -0
  820. package/build/web/icons/SecurityCamera.js +26 -0
  821. package/build/web/icons/SecurityHouse.js +26 -0
  822. package/build/web/icons/SecurityMobile.js +26 -0
  823. package/build/web/icons/SecuritySettings.js +26 -0
  824. package/build/web/icons/Server.js +26 -0
  825. package/build/web/icons/ServiceTruck.js +26 -0
  826. package/build/web/icons/Settings.js +26 -0
  827. package/build/web/icons/SettingsBold.js +26 -0
  828. package/build/web/icons/SettingsSolid.js +25 -0
  829. package/build/web/icons/SharedAccount.js +26 -0
  830. package/build/web/icons/Shop.js +26 -0
  831. package/build/web/icons/SignPost.js +26 -0
  832. package/build/web/icons/Signal.js +26 -0
  833. package/build/web/icons/SimCard.js +26 -0
  834. package/build/web/icons/Soccer.js +26 -0
  835. package/build/web/icons/Speaker.js +26 -0
  836. package/build/web/icons/SpeakerPhone.js +26 -0
  837. package/build/web/icons/Speed.js +26 -0
  838. package/build/web/icons/SpeedReduced.js +26 -0
  839. package/build/web/icons/StatusError.js +26 -0
  840. package/build/web/icons/StatusSuccess.js +26 -0
  841. package/build/web/icons/StatusWarning.js +26 -0
  842. package/build/web/icons/Subtract.js +27 -0
  843. package/build/web/icons/Success.js +26 -0
  844. package/build/web/icons/Suitcase.js +25 -0
  845. package/build/web/icons/Support.js +26 -0
  846. package/build/web/icons/TV.js +26 -0
  847. package/build/web/icons/TVChoiceAndFlexibility.js +27 -0
  848. package/build/web/icons/Tablet.js +26 -0
  849. package/build/web/icons/Target.js +26 -0
  850. package/build/web/icons/Tasks.js +26 -0
  851. package/build/web/icons/ThumbsUp.js +25 -0
  852. package/build/web/icons/Time.js +26 -0
  853. package/build/web/icons/Times.js +26 -0
  854. package/build/web/icons/TowTruck.js +25 -0
  855. package/build/web/icons/Transmitter.js +26 -0
  856. package/build/web/icons/Unmuted.js +27 -0
  857. package/build/web/icons/Upload.js +26 -0
  858. package/build/web/icons/UploadToCloud.js +26 -0
  859. package/build/web/icons/UsbCable.js +26 -0
  860. package/build/web/icons/User.js +26 -0
  861. package/build/web/icons/UserAddBold.js +26 -0
  862. package/build/web/icons/Users.js +26 -0
  863. package/build/web/icons/VideoChat.js +26 -0
  864. package/build/web/icons/VideoGames.js +26 -0
  865. package/build/web/icons/Visible.js +26 -0
  866. package/build/web/icons/Warranty.js +26 -0
  867. package/build/web/icons/Watch.js +26 -0
  868. package/build/web/icons/WifiBoost.js +26 -0
  869. package/build/web/icons/WifiCloud.js +26 -0
  870. package/build/web/icons/accessible.icon.svg +1 -4
  871. package/build/web/icons/add-user.icon.svg +1 -4
  872. package/build/web/icons/add.icon.svg +1 -1
  873. package/build/web/icons/alarm-clock.icon.svg +1 -4
  874. package/build/web/icons/ambulance.icon.svg +2 -44
  875. package/build/web/icons/arrow-down.icon.svg +1 -5
  876. package/build/web/icons/arrow-left.icon.svg +1 -1
  877. package/build/web/icons/arrow-right.icon.svg +1 -1
  878. package/build/web/icons/arrow-up.icon.svg +1 -5
  879. package/build/web/icons/artificial-intelligence.icon.svg +1 -4
  880. package/build/web/icons/attention.icon.svg +1 -5
  881. package/build/web/icons/award.icon.svg +1 -5
  882. package/build/web/icons/baby-boy.icon.svg +1 -4
  883. package/build/web/icons/baby-girl.icon.svg +1 -4
  884. package/build/web/icons/baby.icon.svg +1 -4
  885. package/build/web/icons/back-to-school.icon.svg +1 -5
  886. package/build/web/icons/bank.icon.svg +1 -4
  887. package/build/web/icons/battery-car.icon.svg +1 -4
  888. package/build/web/icons/battery-charging.icon.svg +1 -5
  889. package/build/web/icons/bell.icon.svg +1 -5
  890. package/build/web/icons/bill.icon.svg +1 -5
  891. package/build/web/icons/bookmark.icon.svg +1 -5
  892. package/build/web/icons/briefcase.icon.svg +1 -5
  893. package/build/web/icons/bullet-fill.icon.svg +1 -0
  894. package/build/web/icons/calendar.icon.svg +1 -4
  895. package/build/web/icons/call-forward.icon.svg +1 -5
  896. package/build/web/icons/call-out.icon.svg +1 -5
  897. package/build/web/icons/call-receive.icon.svg +1 -5
  898. package/build/web/icons/call-talking.icon.svg +1 -5
  899. package/build/web/icons/call.icon.svg +1 -5
  900. package/build/web/icons/camera.icon.svg +1 -5
  901. package/build/web/icons/car.icon.svg +1 -4
  902. package/build/web/icons/caret-down.icon.svg +2 -2
  903. package/build/web/icons/caret-up.icon.svg +2 -2
  904. package/build/web/icons/cart-empty-bold.icon.svg +3 -0
  905. package/build/web/icons/cart-filled-bold.icon.svg +10 -0
  906. package/build/web/icons/channels.icon.svg +1 -5
  907. package/build/web/icons/charts-bar1.icon.svg +1 -4
  908. package/build/web/icons/charts-bar2.icon.svg +1 -1
  909. package/build/web/icons/charts-line.icon.svg +1 -5
  910. package/build/web/icons/chat-support.icon.svg +1 -4
  911. package/build/web/icons/chat1.icon.svg +1 -4
  912. package/build/web/icons/chat2.icon.svg +1 -4
  913. package/build/web/icons/check.icon.svg +1 -4
  914. package/build/web/icons/checkmark.icon.svg +1 -4
  915. package/build/web/icons/chevron-left.icon.svg +1 -1
  916. package/build/web/icons/chevron-right.icon.svg +1 -1
  917. package/build/web/icons/clipboard.icon.svg +1 -4
  918. package/build/web/icons/close.icon.svg +1 -1
  919. package/build/web/icons/cloud-download.icon.svg +1 -4
  920. package/build/web/icons/cloud-sync.icon.svg +1 -5
  921. package/build/web/icons/cloud-upload.icon.svg +1 -4
  922. package/build/web/icons/collaboration.icon.svg +1 -1
  923. package/build/web/icons/compass.icon.svg +1 -4
  924. package/build/web/icons/computer-network.icon.svg +1 -4
  925. package/build/web/icons/contract.icon.svg +1 -5
  926. package/build/web/icons/credit-card.icon.svg +1 -5
  927. package/build/web/icons/cronometer.icon.svg +1 -5
  928. package/build/web/icons/css-activations.icon.svg +3 -0
  929. package/build/web/icons/data-limit.icon.svg +1 -4
  930. package/build/web/icons/deals.icon.svg +1 -4
  931. package/build/web/icons/delete.icon.svg +3 -0
  932. package/build/web/icons/delivery.icon.svg +1 -5
  933. package/build/web/icons/devices.icon.svg +1 -4
  934. package/build/web/icons/diagram.icon.svg +1 -4
  935. package/build/web/icons/diamond.icon.svg +1 -4
  936. package/build/web/icons/direction.icon.svg +1 -5
  937. package/build/web/icons/document.icon.svg +1 -5
  938. package/build/web/icons/donate.icon.svg +1 -1
  939. package/build/web/icons/download-pdf.icon.svg +3 -0
  940. package/build/web/icons/download-pdfs.icon.svg +3 -0
  941. package/build/web/icons/download.icon.svg +1 -4
  942. package/build/web/icons/email.icon.svg +1 -5
  943. package/build/web/icons/escalations.icon.svg +3 -0
  944. package/build/web/icons/favourite-network.icon.svg +1 -4
  945. package/build/web/icons/files.icon.svg +1 -5
  946. package/build/web/icons/fingerprint.icon.svg +1 -5
  947. package/build/web/icons/firewall.icon.svg +1 -5
  948. package/build/web/icons/flag.icon.svg +1 -4
  949. package/build/web/icons/gift.icon.svg +1 -4
  950. package/build/web/icons/globe1.icon.svg +1 -1
  951. package/build/web/icons/globe2.icon.svg +1 -1
  952. package/build/web/icons/head-both.icon.svg +1 -5
  953. package/build/web/icons/head-female.icon.svg +1 -4
  954. package/build/web/icons/head-male.icon.svg +1 -4
  955. package/build/web/icons/headset.icon.svg +1 -4
  956. package/build/web/icons/heart.icon.svg +1 -5
  957. package/build/web/icons/heartbeat.icon.svg +1 -4
  958. package/build/web/icons/helpdesk.icon.svg +3 -0
  959. package/build/web/icons/home-security.icon.svg +1 -4
  960. package/build/web/icons/home.icon.svg +1 -4
  961. package/build/web/icons/idtag.icon.svg +1 -5
  962. package/build/web/icons/index.js +215 -192
  963. package/build/web/icons/infinite.icon.svg +1 -5
  964. package/build/web/icons/information.icon.svg +1 -4
  965. package/build/web/icons/internet.icon.svg +1 -5
  966. package/build/web/icons/invisible.icon.svg +1 -4
  967. package/build/web/icons/key.icon.svg +1 -5
  968. package/build/web/icons/laptop.icon.svg +1 -5
  969. package/build/web/icons/layers.icon.svg +1 -5
  970. package/build/web/icons/lifesaver.icon.svg +1 -1
  971. package/build/web/icons/lightbulb.icon.svg +1 -5
  972. package/build/web/icons/link-external.icon.svg +3 -0
  973. package/build/web/icons/location-add.icon.svg +1 -5
  974. package/build/web/icons/location-home.icon.svg +1 -5
  975. package/build/web/icons/location-ineligible.icon.svg +1 -4
  976. package/build/web/icons/location-map.icon.svg +1 -1
  977. package/build/web/icons/location-regular.icon.svg +1 -4
  978. package/build/web/icons/location-remove.icon.svg +1 -5
  979. package/build/web/icons/location-success.icon.svg +1 -4
  980. package/build/web/icons/location-verified.icon.svg +1 -5
  981. package/build/web/icons/lock-closed.icon.svg +1 -5
  982. package/build/web/icons/lock-opened.icon.svg +1 -5
  983. package/build/web/icons/login-form.icon.svg +1 -4
  984. package/build/web/icons/map.icon.svg +1 -5
  985. package/build/web/icons/medical.icon.svg +1 -4
  986. package/build/web/icons/messaging.icon.svg +1 -5
  987. package/build/web/icons/mobility.icon.svg +1 -5
  988. package/build/web/icons/movie.icon.svg +1 -1
  989. package/build/web/icons/music.icon.svg +1 -5
  990. package/build/web/icons/networking.icon.svg +1 -4
  991. package/build/web/icons/news.icon.svg +1 -5
  992. package/build/web/icons/next-gen-firewall.icon.svg +1 -4
  993. package/build/web/icons/no-contract.icon.svg +2 -15
  994. package/build/web/icons/notify-bold.icon.svg +3 -0
  995. package/build/web/icons/office.icon.svg +1 -5
  996. package/build/web/icons/offices.icon.svg +1 -4
  997. package/build/web/icons/on-demand.icon.svg +1 -4
  998. package/build/web/icons/on-the-go.icon.svg +1 -5
  999. package/build/web/icons/online-security.icon.svg +3 -0
  1000. package/build/web/icons/paperless.icon.svg +3 -0
  1001. package/build/web/icons/passport.icon.svg +1 -5
  1002. package/build/web/icons/phone-business.icon.svg +1 -4
  1003. package/build/web/icons/phone-home.icon.svg +1 -4
  1004. package/build/web/icons/phone-reception.icon.svg +1 -5
  1005. package/build/web/icons/phone.icon.svg +2 -6
  1006. package/build/web/icons/photo.icon.svg +1 -5
  1007. package/build/web/icons/photos.icon.svg +1 -4
  1008. package/build/web/icons/piggy-bank.icon.svg +1 -5
  1009. package/build/web/icons/pik-tv.icon.svg +1 -4
  1010. package/build/web/icons/play-video.icon.svg +3 -0
  1011. package/build/web/icons/play.icon.svg +1 -5
  1012. package/build/web/icons/preference.icon.svg +1 -4
  1013. package/build/web/icons/print.icon.svg +3 -0
  1014. package/build/web/icons/private-cloud.icon.svg +1 -5
  1015. package/build/web/icons/profile-bold.icon.svg +3 -0
  1016. package/build/web/icons/profile.icon.svg +3 -0
  1017. package/build/web/icons/radar.icon.svg +1 -4
  1018. package/build/web/icons/receipt.icon.svg +1 -5
  1019. package/build/web/icons/record.icon.svg +1 -4
  1020. package/build/web/icons/refresh.icon.svg +1 -4
  1021. package/build/web/icons/remote-control.icon.svg +1 -5
  1022. package/build/web/icons/replay.icon.svg +2 -2
  1023. package/build/web/icons/router.icon.svg +1 -5
  1024. package/build/web/icons/search-bold.icon.svg +3 -0
  1025. package/build/web/icons/search.icon.svg +3 -0
  1026. package/build/web/icons/security-camera.icon.svg +1 -5
  1027. package/build/web/icons/security-house.icon.svg +1 -4
  1028. package/build/web/icons/security-mobile.icon.svg +1 -5
  1029. package/build/web/icons/security-settings.icon.svg +1 -5
  1030. package/build/web/icons/server.icon.svg +1 -5
  1031. package/build/web/icons/service-truck.icon.svg +1 -5
  1032. package/build/web/icons/settings-bold.icon.svg +3 -0
  1033. package/build/web/icons/settings.icon.svg +1 -4
  1034. package/build/web/icons/shared-account.icon.svg +1 -5
  1035. package/build/web/icons/shop.icon.svg +1 -5
  1036. package/build/web/icons/sign-post.icon.svg +1 -4
  1037. package/build/web/icons/signal.icon.svg +1 -4
  1038. package/build/web/icons/sim-card.icon.svg +1 -5
  1039. package/build/web/icons/soccer.icon.svg +1 -4
  1040. package/build/web/icons/speaker-phone.icon.svg +1 -5
  1041. package/build/web/icons/speaker.icon.svg +1 -5
  1042. package/build/web/icons/speed-reduced.icon.svg +1 -4
  1043. package/build/web/icons/speed.icon.svg +1 -4
  1044. package/build/web/icons/status-error.icon.svg +3 -0
  1045. package/build/web/icons/status-success.icon.svg +3 -0
  1046. package/build/web/icons/status-warning.icon.svg +3 -0
  1047. package/build/web/icons/subtract.icon.svg +3 -0
  1048. package/build/web/icons/success.icon.svg +1 -5
  1049. package/build/web/icons/suitcase.icon.svg +1 -4
  1050. package/build/web/icons/support.icon.svg +1 -4
  1051. package/build/web/icons/tablet.icon.svg +1 -5
  1052. package/build/web/icons/target.icon.svg +1 -4
  1053. package/build/web/icons/tasks.icon.svg +1 -5
  1054. package/build/web/icons/thumbs-up.icon.svg +1 -4
  1055. package/build/web/icons/time.icon.svg +1 -4
  1056. package/build/web/icons/times.icon.svg +1 -4
  1057. package/build/web/icons/tow-truck.icon.svg +1 -4
  1058. package/build/web/icons/transmitter.icon.svg +1 -4
  1059. package/build/web/icons/tv.icon.svg +1 -5
  1060. package/build/web/icons/tvchoice-and-flexibility.icon.svg +2 -17
  1061. package/build/web/icons/upload-to-cloud.icon.svg +1 -4
  1062. package/build/web/icons/upload.icon.svg +1 -4
  1063. package/build/web/icons/usb-cable.icon.svg +1 -4
  1064. package/build/web/icons/user-add-bold.icon.svg +3 -0
  1065. package/build/web/icons/user.icon.svg +1 -4
  1066. package/build/web/icons/users.icon.svg +1 -5
  1067. package/build/web/icons/video-chat.icon.svg +1 -5
  1068. package/build/web/icons/video-games.icon.svg +1 -5
  1069. package/build/web/icons/visible.icon.svg +1 -5
  1070. package/build/web/icons/warranty.icon.svg +1 -4
  1071. package/build/web/icons/watch.icon.svg +1 -5
  1072. package/build/web/icons/wifi-boost.icon.svg +1 -4
  1073. package/build/web/icons/wifi-cloud.icon.svg +1 -5
  1074. package/build/web/palette.js +150 -116
  1075. package/package.json +3 -3
  1076. package/build/rn/icons/location-add0.icon.svg +0 -6
  1077. package/build/rn/icons/notification-error.icon.svg +0 -6
  1078. package/build/rn/icons/notification-success.icon.svg +0 -6
  1079. package/build/rn/icons/notification-warning.icon.svg +0 -6
  1080. package/build/rn/palette.mjs +0 -392
  1081. package/build/web/fonts/v0_1_0-prerelease_5-HelveticaNow-300-2skwAyuYn357OqvFiKMSt.otf +0 -0
  1082. package/build/web/fonts/v0_1_0-prerelease_5-HelveticaNow-400-tvkMH-nLsMxdkS5cgTPgy.otf +0 -0
  1083. package/build/web/fonts/v0_1_0-prerelease_5-HelveticaNow-500-ucnsOQI6_kh5MpOAkvmcw.otf +0 -0
  1084. package/build/web/fonts/v0_1_0-prerelease_5-HelveticaNow-700-yzuYpUf6evln21sk2O8CS.otf +0 -0
  1085. package/build/web/icons/location-add0.icon.svg +0 -6
  1086. package/build/web/icons/notification-error.icon.svg +0 -6
  1087. package/build/web/icons/notification-success.icon.svg +0 -6
  1088. package/build/web/icons/notification-warning.icon.svg +0 -6
  1089. package/build/web/palette.mjs +0 -331
@@ -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: "M12.509 1.51a.48.48 0 0 1 0 .96h-1.033a.48.48 0 1 1 0-.96h1.033zm6.177 1.51v-.554A1.49 1.49 0 0 0 17.181.96H6.82a1.49 1.49 0 0 0-1.507 1.506v.553h13.372zM5.314 20.258h13.372V3.979H5.314v16.28zm13.372 1.275v-.315H5.314v.315A1.49 1.49 0 0 0 6.82 23.04h10.281c.874 0 1.585-.676 1.585-1.506zM17.181 0a2.44 2.44 0 0 1 2.465 2.466v19.068c0 1.36-1.142 2.466-2.545 2.466H6.821a2.44 2.44 0 0 1-2.467-2.466V2.466A2.44 2.44 0 0 1 6.82 0h10.36z"
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: "M16.5 13h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm0 3h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm0 3h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm-5-2h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 0 0 1zm12-13H8.908A1.496 1.496 0 0 0 8 3.092V.5a.5.5 0 0 0-1 0V3H4.5c-.651 0-1.201.419-1.408 1H.5a.5.5 0 0 0-.5.5v18a.5.5 0 0 0 .5.5h2.592c.207.581.757 1 1.408 1h3c.651 0 1.201-.419 1.408-1H23.5a.5.5 0 0 0 .5-.5v-18a.5.5 0 0 0-.5-.5zM3.158 19.066a1.513 1.513 0 0 0-.158.67V22H1V5h2v2.264c0 .232.055.464.158.671l.789 1.578A.508.508 0 0 1 4 9.736v7.528a.516.516 0 0 1-.053.224l-.789 1.578zM8 22.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-2.764c0-.077.019-.154.053-.224l.789-1.578c.103-.207.158-.439.158-.67V9.736c0-.232-.055-.464-.158-.671l-.789-1.578A.508.508 0 0 1 4 7.264V4.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v2.764a.516.516 0 0 1-.053.224l-.789 1.578a1.513 1.513 0 0 0-.158.67v7.528c0 .232.055.464.158.671l.789 1.578a.508.508 0 0 1 .053.223V22.5zm15-.5H9v-2.264c0-.232-.055-.464-.158-.671l-.789-1.578A.508.508 0 0 1 8 17.264V9.736c0-.077.019-.154.053-.223l.789-1.579c.103-.207.158-.439.158-.67V5h14v17zM11.5 11h9a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5zm.5-3h8v2h-8V8zm-.5 6h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 0 0 1zm0 6h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 0 0 1zm9-4h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm0-3h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1zm0 6h-1a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1z"
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: "M7 15.343V4.262A2.27 2.27 0 0 1 9.273 2H14v-.5c0-.827.673-1.5 1.5-1.5S17 .673 17 1.5v.814c.041.173 0 .441 0 .854v12.176c.255-.19.556-.307.874-.335.498-.045 1.955.123 2.307.475l1.087 2.084c.472.471.732 1.097.732 1.765v2.17A2.5 2.5 0 0 1 19.5 24h-15A2.5 2.5 0 0 1 2 21.503v-2.17c0-.726.308-1.342 1.029-2.063l.793-1.79c.352-.35 1.819-.518 2.303-.473.318.029.62.147.875.336zm0 1.504a4.001 4.001 0 0 1-.401-.498.785.785 0 0 0-.565-.348c-.189-.002-1.354.035-1.504.186l-.794 1.79C3.089 18.622 3 19.01 3 19.332v2.17A1.5 1.5 0 0 0 4.5 23h15a1.5 1.5 0 0 0 1.5-1.498v-2.17c0-.395-.16-.78-.439-1.06l-1.087-2.084c-.177-.177-1.378-.2-1.508-.187a.776.776 0 0 0-.564.346 4.006 4.006 0 0 1-.402.499v1.891A2.27 2.27 0 0 1 14.727 21H9.273A2.27 2.27 0 0 1 7 18.738v-1.891zM14.583 3h-5.25A1.34 1.34 0 0 0 8 4.342v14.316C8 19.398 8.598 20 9.333 20h5.334A1.34 1.34 0 0 0 16 18.658V4.342c0-.889 0-1.227-.16-1.342h-1.257zM14 15h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1zm0-2h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1zm0 4h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1zm1-15h1v-.5a.5.5 0 0 0-1 0V2zm-.5 8h-5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5zM10 9h4V6h-4v3z"
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 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.134 2h-2a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm3.005 0h-.01a.496.496 0 0 0-.495.5c0 .276.23.5.505.5a.5.5 0 0 0 0-1zM8.634 22a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm6.5-5.5a.5.5 0 0 0-.5.5v1h-13V5h13v1a.5.5 0 0 0 1 0V3.5c0-1.93-1.57-3.5-3.5-3.5h-8c-1.93 0-3.5 1.57-3.5 3.5v17c0 1.93 1.57 3.5 3.5 3.5h8c1.93 0 3.5-1.57 3.5-3.5V17a.5.5 0 0 0-.5-.5zm-13.5-13c0-1.378 1.121-2.5 2.5-2.5h8c1.38 0 2.5 1.122 2.5 2.5V4h-13v-.5zm13.115 17c0 1.378-1.12 2.5-2.5 2.5h-8a2.503 2.503 0 0 1-2.5-2.5V19h13v1.5zM7.334 16h-2.4c-.165 0-.3-.1-.3-.222v-3.556c0-.122.135-.222.3-.222h2.4c.166 0 .3.1.3.222v3.556c0 .122-.134.222-.3.222zm-1.657-.95 1.003-.042-.021-2.054-1.003.041.021 2.054zm5.657.95h-2.4c-.165 0-.3-.096-.3-.214v-5.572c0-.118.135-.214.3-.214h2.4c.166 0 .3.096.3.214v5.572c0 .118-.134.214-.3.214zm-1.676-1.02.976.01-.006-4.027-1.001-.001.031 4.017zM15.334 16h-2.4c-.165 0-.3-.094-.3-.21V8.21c0-.116.135-.21.3-.21h2.4c.166 0 .3.094.3.21v7.58c0 .116-.134.21-.3.21zm-1.715-1.02 1.054.056-.084-6.033-.904-.062-.066 6.039zM19.334 16h-2.4c-.165 0-.3-.093-.3-.208V6.208c0-.115.135-.208.3-.208h2.4c.166 0 .3.093.3.208v9.584c0 .115-.134.208-.3.208zm-1.725-1.038.984.077.026-7.993-.984-.077-.026 7.993z"
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 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: "M6.052 4.846a1.111 1.111 0 0 0 0 1.569 1.111 1.111 0 0 0 1.568 0 1.111 1.111 0 0 0 0-1.569 1.106 1.106 0 0 0-1.568 0zm.784 2.852c-.53 0-1.06-.201-1.463-.605a2.07 2.07 0 1 1 2.926 0 2.063 2.063 0 0 1-1.463.605zm15.095 10.959a1.11 1.11 0 0 0 1.109-1.109v-1.297l-5.455-7.406a1.523 1.523 0 0 0-1.149-.617 1.545 1.545 0 0 0-1.214.504l-4.036 4.507a.48.48 0 0 1-.697.019l-2.034-2.034a1.527 1.527 0 0 0-2.066-.083L.96 15.756v1.792c0 .61.497 1.109 1.11 1.109h19.86zM2.07 1.343A1.11 1.11 0 0 0 .96 2.452v12.043l4.81-4.087a2.484 2.484 0 0 1 3.362.135l1.678 1.677 3.698-4.13a2.464 2.464 0 0 1 1.977-.82c.747.038 1.43.404 1.872 1.006l4.683 6.357V2.452a1.11 1.11 0 0 0-1.109-1.109H2.07zm19.86-.96c1.14 0 2.069.929 2.069 2.069v15.096c0 1.14-.928 2.069-2.069 2.069H2.07A2.072 2.072 0 0 1 0 17.548V2.452C0 1.312.928.383 2.07.383h19.86z"
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: "M23.923 16.834a2.194 2.194 0 0 1-1.49 2.678.49.49 0 0 1-.061.02L7.459 23.53a2.177 2.177 0 0 1-1.666-.212A2.166 2.166 0 0 1 4.78 22.04a.626.626 0 0 1-.021-.061l-.722-2.713a.501.501 0 0 1 .967-.258l.71 2.673a.472.472 0 0 1 .019.053c.083.305.28.559.555.716.277.158.6.2.908.114l14.882-3.988a.507.507 0 0 1 .047-.015l-.001-.001a1.18 1.18 0 0 0 .718-.561c.157-.277.198-.6.114-.903l-.93-3.486a.5.5 0 0 1 .968-.257l.928 3.48zM4.49 4.884A1.088 1.088 0 0 0 6.028 6.42a1.09 1.09 0 0 0 0-1.537 1.084 1.084 0 0 0-1.537 0zm.768 2.854a2.083 2.083 0 0 1-1.475-.61 2.088 2.088 0 0 1 0-2.951 2.09 2.09 0 0 1 2.95 0 2.09 2.09 0 0 1 0 2.95c-.406.407-.94.61-1.475.61zM1 15.36c0 .494.402.896.896.896h17.039a.89.89 0 0 0 .885-.85l-.003-.003-4.752-6.45a1.208 1.208 0 0 0-.916-.49 1.21 1.21 0 0 0-.967.402l-3.457 3.862a.504.504 0 0 1-.727.02l-1.737-1.746a1.222 1.222 0 0 0-1.649-.065L1 14.862v.5zm.896-13.969A.897.897 0 0 0 1 2.288V13.55l3.967-3.376a2.221 2.221 0 0 1 3 .12l1.366 1.373 3.105-3.469a2.201 2.201 0 0 1 1.76-.732 2.202 2.202 0 0 1 1.672.896l3.96 5.374V2.288a.896.896 0 0 0-.895-.896H1.896zm18.934 13.97a1.899 1.899 0 0 1-1.895 1.895H1.896A1.899 1.899 0 0 1 0 15.361V2.288C0 1.243.851.392 1.896.392h17.039c1.044 0 1.895.851 1.895 1.896v13.073z"
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 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: "m24 10.122-.125 2.594-.481-.028a2.347 2.347 0 0 1-1.134-.382c-.37 1.702-1.251 3.048-2.657 4v3.11c-.002.066-.002.066-.006.101l-.001.014-.033.469h-5.748l-.034-.467a1.467 1.467 0 0 1-.005-.118v-1.437a40.362 40.362 0 0 1-2.067-.03v1.467c0 .046 0 .046-.002.077v.02L11.69 20H5.904l-.017-.488v-.016c-.003-.03-.003-.03-.004-.08v-2.672c-1.146-.59-1.99-1.424-2.54-2.535H2.046C.92 14.21 0 13.241 0 12.054V9.1c0-1.187.92-2.156 2.046-2.156h.974c.15-.525.34-1.029.565-1.509l.551-3.63C4.326.56 5.417.013 6.455.643l1.09.663C9.188.445 11.178 0 13.453 0c4.545 0 7.64 2.57 8.647 6.916.45.046.814.266 1.13.62.27.312.451.694.527 1.104a3.1 3.1 0 0 1 .084.692 2.06 2.06 0 0 1-.148.79H24zm-1.078.783a2.004 2.004 0 0 1-.262-.228l-.362-.366.363-.365a.701.701 0 0 0 .153-.23c.045-.114.067-.24.067-.384a2.21 2.21 0 0 0-.062-.479 1.329 1.329 0 0 0-.294-.63c-.178-.2-.354-.299-.58-.303a.507.507 0 0 0-.118.017l-.478.115-.1-.506c-.807-4.137-3.563-6.534-7.796-6.534-2.237 0-4.155.453-5.696 1.317l-.235.131-.23-.14-1.317-.8c-.455-.277-.807-.1-.89.446L4.52 5.672l-.045.148a9.084 9.084 0 0 0-.627 1.757l-.093.379h-1.71C1.45 7.956.96 8.472.96 9.1v2.954c0 .628.49 1.143 1.086 1.143h1.907l.128.297c.482 1.12 1.287 1.916 2.475 2.463l.287.133v2.898h3.906v-2.107l.508.03c.664.04 1.387.06 2.196.06.255 0 .314-.003.336-.008.14-.03.198-.04.43-.058l.518-.043v2.126h3.905v-3.255l.237-.146c1.517-.941 2.354-2.353 2.568-4.259l.116-1.036.7.738a2.7 2.7 0 0 0 .355.316c.119.087.235.157.352.21l.028-.598a1.528 1.528 0 0 1-.076-.053zM6 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm10.474-4.05c-.966-.374-2.079-.585-3.355-.585-1.322 0-2.544.226-3.653.635L9 3.721A11.919 11.919 0 0 1 13.138 3c1.424 0 2.71.234 3.862.68l-.526 1.27z"
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: "M22.5 2h-21C.673 2 0 2.673 0 3.5v14c0 .827.673 1.5 1.5 1.5H10v1.077l-5.582.93a.5.5 0 0 0 .164.986L10.54 21h2.919l5.958.993a.497.497 0 0 0 .575-.411.5.5 0 0 0-.411-.575L14 20.077V19h8.5c.827 0 1.5-.673 1.5-1.5v-14c0-.827-.673-1.5-1.5-1.5zM13 20h-2v-1h2v1zm10-2.5a.5.5 0 0 1-.5.5h-21a.5.5 0 0 1-.5-.5v-14a.5.5 0 0 1 .5-.5h21a.5.5 0 0 1 .5.5v14zm-13-3a.498.498 0 0 0 .277-.084l6-4a.501.501 0 0 0 .001-.832l-6-4A.5.5 0 0 0 9.5 6v8a.5.5 0 0 0 .5.5zm.5-7.566L15.099 10 10.5 13.066V6.934z"
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: "m15.407 10.922-5.653 3.792V7.203l5.653 3.719zM9.558 5.844l7.103 4.732c.101.098.216.21.216.424 0 .213-.115.326-.197.408l-7.142 4.764c-.096.101-.218.101-.308.101-.055 0-.194 0-.256-.094-.161-.048-.27-.214-.27-.431V6.252c0-.258.155-.446.368-.446.048 0 .097-.01.141-.017.11-.02.248-.043.345.055zm13.392.408c0-2.29-1.934-4.224-4.224-4.224H5.273c-2.29 0-4.224 1.934-4.224 4.224v9.496c0 2.289 1.934 4.224 4.224 4.224h13.453c2.29 0 4.224-1.935 4.224-4.224V6.252zM18.726.979A5.279 5.279 0 0 1 24 6.252v9.496a5.28 5.28 0 0 1-5.274 5.273H5.273A5.279 5.279 0 0 1 0 15.748V6.252A5.278 5.278 0 0 1 5.273.979h13.453z"
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: "M4.758 22a.743.743 0 0 1-.375-.1.773.773 0 0 1-.383-.67V2.77c0-.277.147-.533.383-.67a.747.747 0 0 1 .764.01l18.485 9.23a.773.773 0 0 1 0 1.32L5.147 21.89a.753.753 0 0 1-.39.11z"
26
+ })]
27
+ });
@@ -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: "M7.896 5.01c.09-.012.282-.035.435.085l10.343 6.268.025.023c.117.107.301.273.301.585 0 .312-.184.479-.3.585l-.008.006-.018.017-10.341 6.267C8.149 19 7.954 19 7.839 19h-.017c-.048 0-.143 0-.227-.025a.366.366 0 0 1-.17-.105.567.567 0 0 1-.292-.21.72.72 0 0 1-.132-.424V5.706a.72.72 0 0 1 .132-.425.57.57 0 0 1 .469-.234c.06 0 .108-.008.172-.019a2.72 2.72 0 0 1 .123-.018zm.766 11.738V7.085l7.999 4.784-8 4.88z"
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: "M4.046 4.046a2.28 2.28 0 0 0 0 3.219 2.28 2.28 0 0 0 3.219 0 2.28 2.28 0 0 0 0-3.22 2.27 2.27 0 0 0-1.61-.665c-.583 0-1.165.222-1.61.666zM5.655 8.93a3.27 3.27 0 0 1-2.316-.958 3.28 3.28 0 0 1 0-4.633 3.28 3.28 0 0 1 4.633 0 3.28 3.28 0 0 1 0 4.633 3.27 3.27 0 0 1-2.317.958zm14.3 11.024a2.278 2.278 0 0 0 0-3.219 2.269 2.269 0 0 0-1.61-.665 2.273 2.273 0 0 0-1.61 3.884 2.28 2.28 0 0 0 3.22 0zm-3.927-3.926a3.28 3.28 0 0 1 4.633 0 3.28 3.28 0 0 1 0 4.633 3.265 3.265 0 0 1-2.316.958 3.266 3.266 0 0 1-2.317-.958 3.28 3.28 0 0 1 0-4.633zM18.345 23A4.66 4.66 0 0 0 23 18.345a4.66 4.66 0 0 0-4.655-4.656H5.655A4.661 4.661 0 0 0 1 18.345 4.66 4.66 0 0 0 5.656 23h12.689zm0-10.311A5.662 5.662 0 0 1 24 18.345 5.662 5.662 0 0 1 18.345 24H5.655A5.662 5.662 0 0 1 0 18.345a5.663 5.663 0 0 1 5.656-5.656h12.689zM5.655 1A4.66 4.66 0 0 0 1 5.655a4.66 4.66 0 0 0 4.655 4.656h12.69A4.661 4.661 0 0 0 23 5.655 4.66 4.66 0 0 0 18.344 1H5.655zm0 10.311A5.662 5.662 0 0 1 0 5.655 5.662 5.662 0 0 1 5.655 0h12.69A5.662 5.662 0 0 1 24 5.655a5.663 5.663 0 0 1-5.656 5.656H5.655z"
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: "M6.042 1h11.917c.225 0 .412.163.45.377l.008.082v6.875h1.375a3.211 3.211 0 0 1 3.203 3.026l.005.182v5.5c0 .713-.546 1.302-1.243 1.369l-.132.006h-3.208v4.125a.458.458 0 0 1-.376.45L17.96 23H6.042a.458.458 0 0 1-.45-.376l-.008-.082v-4.125H2.375a1.377 1.377 0 0 1-1.369-1.243L1 17.042v-5.5a3.212 3.212 0 0 1 3.027-3.203l.182-.005h1.375V1.459a.46.46 0 0 1 .376-.452L6.042 1zM17.5 14.751h-11v7.333h11v-7.333zm-9.625 4.583h8.25a.46.46 0 0 1 .082.91l-.082.007h-8.25a.459.459 0 0 1-.082-.91l.082-.007zM19.792 9.25H4.209a2.295 2.295 0 0 0-2.287 2.135l-.005.157v5.5c0 .225.162.412.376.45l.082.008h3.209v-3.208c0-.225.162-.412.376-.45l.082-.008h11.917c.225 0 .412.162.45.376l.008.082V17.5h3.208a.46.46 0 0 0 .452-.376l.007-.082v-5.5a2.296 2.296 0 0 0-2.292-2.292zM7.875 16.584h8.25a.46.46 0 0 1 .082.91l-.082.007h-8.25a.459.459 0 0 1-.082-.91l.082-.007h8.25-8.25zM17.5 1.917h-11v6.417h11V1.917z",
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 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: "M15.5 15H15v-.5c0-1.93-1.57-3.5-3.5-3.5S8 12.57 8 14.5v.5h-.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5zM9 14.5c0-1.378 1.121-2.5 2.5-2.5s2.5 1.122 2.5 2.5v.5H9v-.5zm6 6.5H8v-5h7v5zm3.5-4a.5.5 0 0 1 0-1c2.481 0 4.5-2.019 4.5-4.5S20.981 7 18.5 7c-.277-.027-.538-.171-.573-.422C17.474 3.398 14.711 1 11.5 1A6.508 6.508 0 0 0 5 7.5c0 .28.024.578.076.938a.5.5 0 0 1-.12.402c-.098.109-.256.156-.384.169a.932.932 0 0 1-.105-.01C2.57 9 1 10.57 1 12.5S2.57 16 4.5 16a.5.5 0 0 1 0 1A4.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.565 0 6.651 2.561 7.346 6.023C21.758 6.232 24 8.609 24 11.5c0 3.033-2.467 5.5-5.5 5.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
+ d: "M12 1c6.066 0 11.001 4.934 11.001 11 0 6.065-4.935 11-11 11C5.935 23 1 18.065 1 12 1 5.933 5.935 1 12 1zm0 12.745c-3.309 0-6.135 2.541-6.515 5.813a9.938 9.938 0 0 0 13.03 0c-.378-3.271-3.206-5.813-6.514-5.813zM12 2.01c-5.507 0-9.99 4.48-9.99 9.99 0 2.577.99 4.923 2.598 6.697.752-3.408 3.83-5.961 7.393-5.961 3.561 0 6.64 2.553 7.391 5.961a9.938 9.938 0 0 0 2.6-6.698c0-5.508-4.482-9.99-9.991-9.99zm0 2.315a3.538 3.538 0 0 1 3.534 3.535A3.538 3.538 0 0 1 12 11.394 3.538 3.538 0 0 1 8.466 7.86 3.538 3.538 0 0 1 12 4.325zm0 1.01A2.527 2.527 0 0 0 9.476 7.86 2.527 2.527 0 0 0 12 10.384a2.527 2.527 0 0 0 2.525-2.524A2.527 2.527 0 0 0 12 5.335z",
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 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: "M11.999 1C18.065 1 23 5.934 23 11.999c0 6.066-4.935 11-11.001 11-6.065 0-10.999-4.934-10.999-11C1 5.934 5.934 1 11.999 1zm0 13.455c-2.747 0-5.096 1.99-5.648 4.628a9.024 9.024 0 0 0 11.296 0c-.552-2.637-2.902-4.628-5.648-4.628zm0-11.524c-5 0-9.068 4.068-9.068 9.068 0 2.063.7 3.961 1.864 5.487 1.129-2.902 3.972-4.962 7.204-4.962 3.231 0 6.075 2.06 7.205 4.962a9.013 9.013 0 0 0 1.865-5.487c0-5-4.07-9.068-9.07-9.068zm0 1.248a3.866 3.866 0 0 1 3.862 3.862 3.866 3.866 0 0 1-3.862 3.861 3.866 3.866 0 0 1-3.861-3.861 3.866 3.866 0 0 1 3.861-3.862zm0 1.93a1.932 1.932 0 0 0 0 3.862 1.933 1.933 0 0 0 1.931-1.93A1.933 1.933 0 0 0 12 6.11z",
24
+ fillRule: "evenodd"
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: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm1 17h-2v-2h2v2Zm1.17-6.83C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25l-.9.92Z"
26
+ })]
27
+ });
@@ -0,0 +1,28 @@
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: "M11.066 13.653c.6 2.604-.867 5.432-3.314 6.133-2.538.727-7.748-.084-7.752-7.384 0-4.183 1.953-6.73 4.113-8.245a.927.927 0 0 1 1.31.29.911.911 0 0 1-.106 1.082C4.454 6.54 3.905 7.887 3.905 9.673v.233c.016.594.536.981.995.744.219-.114.447-.21.681-.285 2.43-.785 4.885.685 5.485 3.288Zm12.8 0c.6 2.604-.867 5.432-3.314 6.133-2.54.727-7.748-.084-7.752-7.384 0-4.183 1.953-6.73 4.113-8.245a.927.927 0 0 1 1.31.29.911.911 0 0 1-.106 1.082c-.863 1.011-1.412 2.358-1.412 4.144v.233c.016.594.537.981.995.744a4.4 4.4 0 0 1 .681-.285c2.43-.785 4.885.685 5.485 3.288Z",
26
+ fill: "#B2B9BF"
27
+ })]
28
+ });
@@ -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: "M20.485 3.515a.55.55 0 0 0-.757 0 .538.538 0 0 0 0 .756A10.852 10.852 0 0 1 22.93 12c0 6.028-4.903 10.931-10.93 10.931-6.028 0-10.932-4.903-10.932-10.931A10.89 10.89 0 0 1 11.465 1.082v2.221A8.706 8.706 0 0 0 3.276 12c0 4.811 3.913 8.725 8.724 8.725 4.81 0 8.724-3.914 8.724-8.725 0-2.33-.907-4.52-2.554-6.169a.536.536 0 0 0-.379-.156h-.001a.526.526 0 0 0-.376.156.531.531 0 0 0-.001.756A7.604 7.604 0 0 1 19.655 12c0 4.221-3.435 7.656-7.655 7.656-4.222 0-7.656-3.435-7.656-7.656a7.647 7.647 0 0 1 7.121-7.626v2.209C8.7 6.854 6.551 9.212 6.551 12A5.455 5.455 0 0 0 12 17.449 5.455 5.455 0 0 0 17.448 12a5.412 5.412 0 0 0-1.596-3.852.55.55 0 0 0-.757 0 .537.537 0 0 0 .001.756A4.348 4.348 0 0 1 16.379 12 4.385 4.385 0 0 1 12 16.379 4.385 4.385 0 0 1 7.62 12c0-2.196 1.678-4.078 3.845-4.344v3.107A1.352 1.352 0 0 0 10.646 12c0 .746.608 1.354 1.354 1.354.746 0 1.353-.608 1.353-1.354 0-.538-.326-1.025-.819-1.237V.535A.535.535 0 0 0 12 0C5.383 0 0 5.384 0 12c0 6.618 5.383 12 12 12s12-5.382 12-12c0-3.205-1.248-6.219-3.515-8.485"
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: "M16.203 13.672a.5.5 0 0 1 0 1h-6.186a.5.5 0 0 1 0-1h6.186zm0-3.172a.5.5 0 0 1 0 1h-6.186a.5.5 0 0 1 0-1h6.186zm0 6.344a.5.5 0 0 1 0 1h-6.186a.5.5 0 0 1 0-1h6.186zm-5.686-9.517h9.31V4.362h-9.31v2.965zm9.81-3.965c.277 0 .5.223.5.5v3.965a.5.5 0 0 1-.5.5h-10.31a.5.5 0 0 1-.5-.5V3.862a.5.5 0 0 1 .5-.5h10.31zm0 7.138a.5.5 0 0 1 0 1H17.87a.5.5 0 0 1 0-1h2.458zm0 3.172a.5.5 0 0 1 0 1H17.87a.5.5 0 0 1 0-1h2.458zm0 3.172a.5.5 0 0 1 0 1H17.87a.5.5 0 0 1 0-1h2.458zM23 18.297V2.67c0-.83-.651-1.482-1.482-1.482H8.828c-.832 0-1.483.651-1.483 1.482v15.466a3.66 3.66 0 0 1-1.13 2.674h14.271A2.517 2.517 0 0 0 23 18.297zM3.672 20.81c1.673 0 2.673-1.36 2.673-2.674V11.5H1v6.717c0 1.454 1.174 2.595 2.672 2.595zM21.518.189A2.456 2.456 0 0 1 24 2.671v15.626a3.518 3.518 0 0 1-3.514 3.514H3.672C1.613 21.81 0 20.233 0 18.216V11a.5.5 0 0 1 .5-.5h5.845V2.671A2.456 2.456 0 0 1 8.828.19h12.69z"
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 10",
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: "M19 10H5a.5.5 0 0 1 0-1h14a.5.5 0 0 1 0 1zM5 10c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5zm0-9C2.794 1 1 2.794 1 5s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4zm14 9c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5zm0-9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4z"
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: "M23.48 11.48A.52.52 0 0 1 24 12c0 6.616-5.384 12-12 12-4.524 0-8.306-2.553-10.96-7.392v2.913a.52.52 0 0 1-1.04 0v-3.959a.52.52 0 0 1 .52-.518h3.959a.52.52 0 0 1 0 1.038H1.933C3.673 19.265 6.814 22.96 12 22.96c6.043 0 10.96-4.916 10.96-10.96a.52.52 0 0 1 .52-.52zm0-7.521a.52.52 0 0 1 .52.519v3.959a.52.52 0 0 1-.52.52h-3.959a.52.52 0 0 1 0-1.04h2.547C20.326 4.736 17.186 1.039 12 1.039 5.958 1.039 1.04 5.956 1.04 12A.52.52 0 0 1 0 12C0 5.383 5.383 0 12 0c4.526 0 8.306 2.554 10.96 7.392V4.478a.52.52 0 0 1 .52-.519z"
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 14 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: "m7.39 13.233.476.476a.498.498 0 0 1-.353.853.502.502 0 0 1-.354-.146l-.123-.123-.122.123a.5.5 0 0 1-.707-.707l.477-.476a.498.498 0 0 1 .706 0zM4.545 16.81l.148.15a.5.5 0 0 1-.706.706l-.476-.476a.5.5 0 0 1-.026-.678l.476-.555a.5.5 0 0 1 .758.65l-.174.203zm2.614 2.37a.5.5 0 0 1 .707.707l-.476.476a.503.503 0 0 1-.706 0l-.477-.476a.5.5 0 0 1 .707-.707l.122.123.123-.123zm2.849-3.251.555.555a.501.501 0 0 1-.029.732l-.554.477a.501.501 0 0 1-.705-.055.499.499 0 0 1 .054-.704l.146-.125-.174-.174a.5.5 0 0 1 .707-.706zM4.526 4.016a.634.634 0 1 1 .897.897.634.634 0 0 1-.897-.897zm2.96.898a.634.634 0 1 1-.897-.897.634.634 0 0 1 .897.897zm2.062 0a.634.634 0 1 1-.897-.897.634.634 0 0 1 .897.897zM4.526 7.268a.634.634 0 1 1 .897.897.634.634 0 0 1-.897-.897zm2.96.897a.634.634 0 1 1-.897-.897.634.634 0 0 1 .897.897zm2.062 0a.634.634 0 1 1-.897-.897.634.634 0 0 1 .897.897zm-5.022 2.276a.634.634 0 1 1 .897.897.634.634 0 0 1-.897-.897zm2.96.897a.634.634 0 1 1-.897-.897.634.634 0 0 1 .897.897zm2.062-.897a.634.634 0 1 1-.897.897.634.634 0 0 1 .897-.897zm-2.062 6.846a.634.634 0 1 1-.897-.897.634.634 0 0 1 .897.897zM11.78 22.5c.196-.208.423-.57.389-1.11l-.001-18.828c0-.877-.686-1.563-1.562-1.563H3.388c-.876 0-1.562.686-1.562 1.563v18.876c0 .876.686 1.563 1.562 1.563h7.219c.447 0 .876-.183 1.174-.5zM10.607 0a2.534 2.534 0 0 1 2.561 2.562v18.797a2.438 2.438 0 0 1-.658 1.826 2.618 2.618 0 0 1-1.903.815H3.388a2.535 2.535 0 0 1-2.561-2.562V2.562A2.535 2.535 0 0 1 3.388 0h7.219z"
25
+ })]
26
+ });