@telus-uds/palettes-community.palette-casa 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 (1201) hide show
  1. package/build/android/border.xml +15 -0
  2. package/build/android/color.xml +52 -0
  3. package/build/android/font_size.xml +20 -0
  4. package/build/android/radius.xml +17 -0
  5. package/build/android/size.xml +48 -0
  6. package/build/ios/Border.swift +18 -0
  7. package/build/ios/Color.swift +55 -0
  8. package/build/ios/FontSize.swift +23 -0
  9. package/build/ios/Radius.swift +20 -0
  10. package/build/ios/Size.swift +51 -0
  11. package/build/rn/fonts/HelveticaNow-300.otf +0 -0
  12. package/build/rn/fonts/HelveticaNow-400.woff +0 -0
  13. package/build/rn/fonts/HelveticaNow-500.woff +0 -0
  14. package/build/rn/fonts/HelveticaNow-700.woff +0 -0
  15. package/build/rn/fonts/HelveticaNowOTF-400.otf +0 -0
  16. package/build/rn/fonts/HelveticaNowOTF-500.otf +0 -0
  17. package/build/rn/fonts/HelveticaNowOTF-700.otf +0 -0
  18. package/build/rn/fonts/fonts.css +35 -0
  19. package/build/rn/fonts/index.js +7 -0
  20. package/build/rn/icons/Accessible.js +28 -0
  21. package/build/rn/icons/Accessible.native.js +28 -0
  22. package/build/rn/icons/Add.js +28 -0
  23. package/build/rn/icons/Add.native.js +28 -0
  24. package/build/rn/icons/AddUser.js +28 -0
  25. package/build/rn/icons/AddUser.native.js +28 -0
  26. package/build/rn/icons/AlarmClock.js +28 -0
  27. package/build/rn/icons/AlarmClock.native.js +28 -0
  28. package/build/rn/icons/Ambulance.js +28 -0
  29. package/build/rn/icons/Ambulance.native.js +28 -0
  30. package/build/rn/icons/ArrowDown.js +28 -0
  31. package/build/rn/icons/ArrowDown.native.js +28 -0
  32. package/build/rn/icons/ArrowLeft.js +28 -0
  33. package/build/rn/icons/ArrowLeft.native.js +28 -0
  34. package/build/rn/icons/ArrowRight.js +28 -0
  35. package/build/rn/icons/ArrowRight.native.js +28 -0
  36. package/build/rn/icons/ArrowUp.js +28 -0
  37. package/build/rn/icons/ArrowUp.native.js +28 -0
  38. package/build/rn/icons/ArtificialIntelligence.js +28 -0
  39. package/build/rn/icons/ArtificialIntelligence.native.js +28 -0
  40. package/build/rn/icons/AssistiveListening.js +28 -0
  41. package/build/rn/icons/AssistiveListening.native.js +28 -0
  42. package/build/rn/icons/Attention.js +28 -0
  43. package/build/rn/icons/Attention.native.js +28 -0
  44. package/build/rn/icons/Award.js +28 -0
  45. package/build/rn/icons/Award.native.js +28 -0
  46. package/build/rn/icons/Baby.js +28 -0
  47. package/build/rn/icons/Baby.native.js +28 -0
  48. package/build/rn/icons/BabyBoy.js +28 -0
  49. package/build/rn/icons/BabyBoy.native.js +28 -0
  50. package/build/rn/icons/BabyGirl.js +28 -0
  51. package/build/rn/icons/BabyGirl.native.js +28 -0
  52. package/build/rn/icons/BackToSchool.js +28 -0
  53. package/build/rn/icons/BackToSchool.native.js +28 -0
  54. package/build/rn/icons/Bank.js +28 -0
  55. package/build/rn/icons/Bank.native.js +28 -0
  56. package/build/rn/icons/BatteryCar.js +28 -0
  57. package/build/rn/icons/BatteryCar.native.js +28 -0
  58. package/build/rn/icons/BatteryCharging.js +28 -0
  59. package/build/rn/icons/BatteryCharging.native.js +28 -0
  60. package/build/rn/icons/Bell.js +28 -0
  61. package/build/rn/icons/Bell.native.js +28 -0
  62. package/build/rn/icons/Bill.js +28 -0
  63. package/build/rn/icons/Bill.native.js +28 -0
  64. package/build/rn/icons/Bookmark.js +28 -0
  65. package/build/rn/icons/Bookmark.native.js +28 -0
  66. package/build/rn/icons/Braille.js +28 -0
  67. package/build/rn/icons/Braille.native.js +28 -0
  68. package/build/rn/icons/Briefcase.js +28 -0
  69. package/build/rn/icons/Briefcase.native.js +28 -0
  70. package/build/rn/icons/BulletFill.js +28 -0
  71. package/build/rn/icons/BulletFill.native.js +28 -0
  72. package/build/rn/icons/Calendar.js +28 -0
  73. package/build/rn/icons/Calendar.native.js +28 -0
  74. package/build/rn/icons/Call.js +28 -0
  75. package/build/rn/icons/Call.native.js +28 -0
  76. package/build/rn/icons/CallForward.js +28 -0
  77. package/build/rn/icons/CallForward.native.js +28 -0
  78. package/build/rn/icons/CallOut.js +28 -0
  79. package/build/rn/icons/CallOut.native.js +28 -0
  80. package/build/rn/icons/CallReceive.js +28 -0
  81. package/build/rn/icons/CallReceive.native.js +28 -0
  82. package/build/rn/icons/CallTalking.js +28 -0
  83. package/build/rn/icons/CallTalking.native.js +28 -0
  84. package/build/rn/icons/Camera.js +28 -0
  85. package/build/rn/icons/Camera.native.js +28 -0
  86. package/build/rn/icons/CanUs.js +28 -0
  87. package/build/rn/icons/CanUs.native.js +28 -0
  88. package/build/rn/icons/Car.js +28 -0
  89. package/build/rn/icons/Car.native.js +28 -0
  90. package/build/rn/icons/CaretDown.js +28 -0
  91. package/build/rn/icons/CaretDown.native.js +28 -0
  92. package/build/rn/icons/CaretUp.js +28 -0
  93. package/build/rn/icons/CaretUp.native.js +28 -0
  94. package/build/rn/icons/CartEmptyBold.js +28 -0
  95. package/build/rn/icons/CartEmptyBold.native.js +28 -0
  96. package/build/rn/icons/CartFilledBold.js +32 -0
  97. package/build/rn/icons/CartFilledBold.native.js +32 -0
  98. package/build/rn/icons/Channels.js +28 -0
  99. package/build/rn/icons/Channels.native.js +28 -0
  100. package/build/rn/icons/ChartsBar1.js +28 -0
  101. package/build/rn/icons/ChartsBar1.native.js +28 -0
  102. package/build/rn/icons/ChartsBar2.js +28 -0
  103. package/build/rn/icons/ChartsBar2.native.js +28 -0
  104. package/build/rn/icons/ChartsLine.js +28 -0
  105. package/build/rn/icons/ChartsLine.native.js +28 -0
  106. package/build/rn/icons/Chat1.js +28 -0
  107. package/build/rn/icons/Chat1.native.js +28 -0
  108. package/build/rn/icons/Chat2.js +28 -0
  109. package/build/rn/icons/Chat2.native.js +28 -0
  110. package/build/rn/icons/ChatSupport.js +28 -0
  111. package/build/rn/icons/ChatSupport.native.js +28 -0
  112. package/build/rn/icons/Check.js +28 -0
  113. package/build/rn/icons/Check.native.js +28 -0
  114. package/build/rn/icons/Checkmark.js +28 -0
  115. package/build/rn/icons/Checkmark.native.js +28 -0
  116. package/build/rn/icons/ChevronLeft.js +28 -0
  117. package/build/rn/icons/ChevronLeft.native.js +28 -0
  118. package/build/rn/icons/ChevronRight.js +28 -0
  119. package/build/rn/icons/ChevronRight.native.js +28 -0
  120. package/build/rn/icons/Clipboard.js +28 -0
  121. package/build/rn/icons/Clipboard.native.js +28 -0
  122. package/build/rn/icons/Close.js +28 -0
  123. package/build/rn/icons/Close.native.js +28 -0
  124. package/build/rn/icons/ClosedCaptions.js +26 -0
  125. package/build/rn/icons/ClosedCaptions.native.js +26 -0
  126. package/build/rn/icons/CloudDownload.js +28 -0
  127. package/build/rn/icons/CloudDownload.native.js +28 -0
  128. package/build/rn/icons/CloudSync.js +28 -0
  129. package/build/rn/icons/CloudSync.native.js +28 -0
  130. package/build/rn/icons/CloudUpload.js +28 -0
  131. package/build/rn/icons/CloudUpload.native.js +28 -0
  132. package/build/rn/icons/CognitiveDisability.js +28 -0
  133. package/build/rn/icons/CognitiveDisability.native.js +28 -0
  134. package/build/rn/icons/Collaboration.js +28 -0
  135. package/build/rn/icons/Collaboration.native.js +28 -0
  136. package/build/rn/icons/Compass.js +28 -0
  137. package/build/rn/icons/Compass.native.js +28 -0
  138. package/build/rn/icons/ComputerNetwork.js +28 -0
  139. package/build/rn/icons/ComputerNetwork.native.js +28 -0
  140. package/build/rn/icons/Contract.js +28 -0
  141. package/build/rn/icons/Contract.native.js +28 -0
  142. package/build/rn/icons/CreditCard.js +28 -0
  143. package/build/rn/icons/CreditCard.native.js +28 -0
  144. package/build/rn/icons/Cronometer.js +28 -0
  145. package/build/rn/icons/Cronometer.native.js +28 -0
  146. package/build/rn/icons/CssActivations.js +26 -0
  147. package/build/rn/icons/CssActivations.native.js +26 -0
  148. package/build/rn/icons/DataLimit.js +28 -0
  149. package/build/rn/icons/DataLimit.native.js +28 -0
  150. package/build/rn/icons/Deals.js +28 -0
  151. package/build/rn/icons/Deals.native.js +28 -0
  152. package/build/rn/icons/Delete.js +28 -0
  153. package/build/rn/icons/Delete.native.js +28 -0
  154. package/build/rn/icons/Delivery.js +28 -0
  155. package/build/rn/icons/Delivery.native.js +28 -0
  156. package/build/rn/icons/Devices.js +28 -0
  157. package/build/rn/icons/Devices.native.js +28 -0
  158. package/build/rn/icons/Diagram.js +28 -0
  159. package/build/rn/icons/Diagram.native.js +28 -0
  160. package/build/rn/icons/Diamond.js +28 -0
  161. package/build/rn/icons/Diamond.native.js +28 -0
  162. package/build/rn/icons/Direction.js +28 -0
  163. package/build/rn/icons/Direction.native.js +28 -0
  164. package/build/rn/icons/Document.js +28 -0
  165. package/build/rn/icons/Document.native.js +28 -0
  166. package/build/rn/icons/Donate.js +28 -0
  167. package/build/rn/icons/Donate.native.js +28 -0
  168. package/build/rn/icons/Download.js +28 -0
  169. package/build/rn/icons/Download.native.js +28 -0
  170. package/build/rn/icons/DownloadPdf.js +28 -0
  171. package/build/rn/icons/DownloadPdf.native.js +28 -0
  172. package/build/rn/icons/DownloadPdfs.js +28 -0
  173. package/build/rn/icons/DownloadPdfs.native.js +28 -0
  174. package/build/rn/icons/Edit.js +28 -0
  175. package/build/rn/icons/Edit.native.js +28 -0
  176. package/build/rn/icons/Email.js +28 -0
  177. package/build/rn/icons/Email.native.js +28 -0
  178. package/build/rn/icons/Escalations.js +26 -0
  179. package/build/rn/icons/Escalations.native.js +26 -0
  180. package/build/rn/icons/Expand.js +28 -0
  181. package/build/rn/icons/Expand.native.js +28 -0
  182. package/build/rn/icons/FavouriteNetwork.js +28 -0
  183. package/build/rn/icons/FavouriteNetwork.native.js +28 -0
  184. package/build/rn/icons/Files.js +28 -0
  185. package/build/rn/icons/Files.native.js +28 -0
  186. package/build/rn/icons/Fingerprint.js +28 -0
  187. package/build/rn/icons/Fingerprint.native.js +28 -0
  188. package/build/rn/icons/Firewall.js +28 -0
  189. package/build/rn/icons/Firewall.native.js +28 -0
  190. package/build/rn/icons/Flag.js +28 -0
  191. package/build/rn/icons/Flag.native.js +28 -0
  192. package/build/rn/icons/FullscreenExpand.js +26 -0
  193. package/build/rn/icons/FullscreenExpand.native.js +26 -0
  194. package/build/rn/icons/FullscreenMinimize.js +26 -0
  195. package/build/rn/icons/FullscreenMinimize.native.js +26 -0
  196. package/build/rn/icons/Gift.js +28 -0
  197. package/build/rn/icons/Gift.native.js +28 -0
  198. package/build/rn/icons/Globe1.js +28 -0
  199. package/build/rn/icons/Globe1.native.js +28 -0
  200. package/build/rn/icons/Globe2.js +28 -0
  201. package/build/rn/icons/Globe2.native.js +28 -0
  202. package/build/rn/icons/Grid.js +28 -0
  203. package/build/rn/icons/Grid.native.js +28 -0
  204. package/build/rn/icons/HeadBoth.js +28 -0
  205. package/build/rn/icons/HeadBoth.native.js +28 -0
  206. package/build/rn/icons/HeadFemale.js +28 -0
  207. package/build/rn/icons/HeadFemale.native.js +28 -0
  208. package/build/rn/icons/HeadMale.js +28 -0
  209. package/build/rn/icons/HeadMale.native.js +28 -0
  210. package/build/rn/icons/Headset.js +28 -0
  211. package/build/rn/icons/Headset.native.js +28 -0
  212. package/build/rn/icons/Heart.js +28 -0
  213. package/build/rn/icons/Heart.native.js +28 -0
  214. package/build/rn/icons/Heartbeat.js +28 -0
  215. package/build/rn/icons/Heartbeat.native.js +28 -0
  216. package/build/rn/icons/Helpdesk.js +26 -0
  217. package/build/rn/icons/Helpdesk.native.js +26 -0
  218. package/build/rn/icons/Home.js +28 -0
  219. package/build/rn/icons/Home.native.js +28 -0
  220. package/build/rn/icons/HomeSecurity.js +28 -0
  221. package/build/rn/icons/HomeSecurity.native.js +28 -0
  222. package/build/rn/icons/IDTag.js +28 -0
  223. package/build/rn/icons/IDTag.native.js +28 -0
  224. package/build/rn/icons/Infinite.js +28 -0
  225. package/build/rn/icons/Infinite.native.js +28 -0
  226. package/build/rn/icons/Information.js +28 -0
  227. package/build/rn/icons/Information.native.js +28 -0
  228. package/build/rn/icons/Internet.js +28 -0
  229. package/build/rn/icons/Internet.native.js +28 -0
  230. package/build/rn/icons/Invisible.js +28 -0
  231. package/build/rn/icons/Invisible.native.js +28 -0
  232. package/build/rn/icons/Key.js +28 -0
  233. package/build/rn/icons/Key.native.js +28 -0
  234. package/build/rn/icons/Laptop.js +28 -0
  235. package/build/rn/icons/Laptop.native.js +28 -0
  236. package/build/rn/icons/Layers.js +28 -0
  237. package/build/rn/icons/Layers.native.js +28 -0
  238. package/build/rn/icons/LeakDetect.js +28 -0
  239. package/build/rn/icons/LeakDetect.native.js +28 -0
  240. package/build/rn/icons/Lifesaver.js +28 -0
  241. package/build/rn/icons/Lifesaver.native.js +28 -0
  242. package/build/rn/icons/Lightbulb.js +28 -0
  243. package/build/rn/icons/Lightbulb.native.js +28 -0
  244. package/build/rn/icons/LinkExternal.js +28 -0
  245. package/build/rn/icons/LinkExternal.native.js +28 -0
  246. package/build/rn/icons/List.js +26 -0
  247. package/build/rn/icons/List.native.js +26 -0
  248. package/build/rn/icons/LocationAdd.js +28 -0
  249. package/build/rn/icons/LocationAdd.native.js +28 -0
  250. package/build/rn/icons/LocationHome.js +28 -0
  251. package/build/rn/icons/LocationHome.native.js +28 -0
  252. package/build/rn/icons/LocationIneligible.js +28 -0
  253. package/build/rn/icons/LocationIneligible.native.js +28 -0
  254. package/build/rn/icons/LocationMap.js +28 -0
  255. package/build/rn/icons/LocationMap.native.js +28 -0
  256. package/build/rn/icons/LocationRegular.js +28 -0
  257. package/build/rn/icons/LocationRegular.native.js +28 -0
  258. package/build/rn/icons/LocationRemove.js +28 -0
  259. package/build/rn/icons/LocationRemove.native.js +28 -0
  260. package/build/rn/icons/LocationSuccess.js +28 -0
  261. package/build/rn/icons/LocationSuccess.native.js +28 -0
  262. package/build/rn/icons/LocationVerified.js +28 -0
  263. package/build/rn/icons/LocationVerified.native.js +28 -0
  264. package/build/rn/icons/LockClosed.js +28 -0
  265. package/build/rn/icons/LockClosed.native.js +28 -0
  266. package/build/rn/icons/LockOpened.js +28 -0
  267. package/build/rn/icons/LockOpened.native.js +28 -0
  268. package/build/rn/icons/LoginForm.js +28 -0
  269. package/build/rn/icons/LoginForm.native.js +28 -0
  270. package/build/rn/icons/Magnify.js +28 -0
  271. package/build/rn/icons/Magnify.native.js +28 -0
  272. package/build/rn/icons/Map.js +28 -0
  273. package/build/rn/icons/Map.native.js +28 -0
  274. package/build/rn/icons/Medical.js +28 -0
  275. package/build/rn/icons/Medical.native.js +28 -0
  276. package/build/rn/icons/Messaging.js +28 -0
  277. package/build/rn/icons/Messaging.native.js +28 -0
  278. package/build/rn/icons/Mobility.js +28 -0
  279. package/build/rn/icons/Mobility.native.js +28 -0
  280. package/build/rn/icons/Modal.js +26 -0
  281. package/build/rn/icons/Modal.native.js +26 -0
  282. package/build/rn/icons/Money.js +28 -0
  283. package/build/rn/icons/Money.native.js +28 -0
  284. package/build/rn/icons/Movie.js +28 -0
  285. package/build/rn/icons/Movie.native.js +28 -0
  286. package/build/rn/icons/Music.js +28 -0
  287. package/build/rn/icons/Music.native.js +28 -0
  288. package/build/rn/icons/Muted.js +26 -0
  289. package/build/rn/icons/Muted.native.js +26 -0
  290. package/build/rn/icons/Networking.js +28 -0
  291. package/build/rn/icons/Networking.native.js +28 -0
  292. package/build/rn/icons/News.js +28 -0
  293. package/build/rn/icons/News.native.js +28 -0
  294. package/build/rn/icons/NextGenFirewall.js +28 -0
  295. package/build/rn/icons/NextGenFirewall.native.js +28 -0
  296. package/build/rn/icons/NoContract.js +28 -0
  297. package/build/rn/icons/NoContract.native.js +28 -0
  298. package/build/rn/icons/NotifyBold.js +28 -0
  299. package/build/rn/icons/NotifyBold.native.js +28 -0
  300. package/build/rn/icons/Office.js +28 -0
  301. package/build/rn/icons/Office.native.js +28 -0
  302. package/build/rn/icons/Offices.js +28 -0
  303. package/build/rn/icons/Offices.native.js +28 -0
  304. package/build/rn/icons/OnDemand.js +28 -0
  305. package/build/rn/icons/OnDemand.native.js +28 -0
  306. package/build/rn/icons/OnTheGo.js +28 -0
  307. package/build/rn/icons/OnTheGo.native.js +28 -0
  308. package/build/rn/icons/OnlineSecurity.js +28 -0
  309. package/build/rn/icons/OnlineSecurity.native.js +28 -0
  310. package/build/rn/icons/OrderAscend.js +28 -0
  311. package/build/rn/icons/OrderAscend.native.js +28 -0
  312. package/build/rn/icons/OrderDescend.js +28 -0
  313. package/build/rn/icons/OrderDescend.native.js +28 -0
  314. package/build/rn/icons/Paperless.js +28 -0
  315. package/build/rn/icons/Paperless.native.js +28 -0
  316. package/build/rn/icons/Passport.js +28 -0
  317. package/build/rn/icons/Passport.native.js +28 -0
  318. package/build/rn/icons/Pause.js +26 -0
  319. package/build/rn/icons/Pause.native.js +26 -0
  320. package/build/rn/icons/Phone.js +28 -0
  321. package/build/rn/icons/Phone.native.js +28 -0
  322. package/build/rn/icons/PhoneBusiness.js +28 -0
  323. package/build/rn/icons/PhoneBusiness.native.js +28 -0
  324. package/build/rn/icons/PhoneHome.js +28 -0
  325. package/build/rn/icons/PhoneHome.native.js +28 -0
  326. package/build/rn/icons/PhoneReception.js +28 -0
  327. package/build/rn/icons/PhoneReception.native.js +28 -0
  328. package/build/rn/icons/Photo.js +28 -0
  329. package/build/rn/icons/Photo.native.js +28 -0
  330. package/build/rn/icons/Photos.js +28 -0
  331. package/build/rn/icons/Photos.native.js +28 -0
  332. package/build/rn/icons/PiggyBank.js +28 -0
  333. package/build/rn/icons/PiggyBank.native.js +28 -0
  334. package/build/rn/icons/PikTV.js +28 -0
  335. package/build/rn/icons/PikTV.native.js +28 -0
  336. package/build/rn/icons/Play.js +28 -0
  337. package/build/rn/icons/Play.native.js +28 -0
  338. package/build/rn/icons/PlaySolid.js +28 -0
  339. package/build/rn/icons/PlaySolid.native.js +28 -0
  340. package/build/rn/icons/PlayVideo.js +28 -0
  341. package/build/rn/icons/PlayVideo.native.js +28 -0
  342. package/build/rn/icons/Preference.js +28 -0
  343. package/build/rn/icons/Preference.native.js +28 -0
  344. package/build/rn/icons/Print.js +28 -0
  345. package/build/rn/icons/Print.native.js +28 -0
  346. package/build/rn/icons/PrivateCloud.js +28 -0
  347. package/build/rn/icons/PrivateCloud.native.js +28 -0
  348. package/build/rn/icons/ProactiveAssurance.js +26 -0
  349. package/build/rn/icons/ProactiveAssurance.native.js +26 -0
  350. package/build/rn/icons/Profile.js +28 -0
  351. package/build/rn/icons/Profile.native.js +28 -0
  352. package/build/rn/icons/ProfileBold.js +28 -0
  353. package/build/rn/icons/ProfileBold.native.js +28 -0
  354. package/build/rn/icons/Question.js +28 -0
  355. package/build/rn/icons/Question.native.js +28 -0
  356. package/build/rn/icons/QuoteLeft.js +28 -0
  357. package/build/rn/icons/QuoteLeft.native.js +28 -0
  358. package/build/rn/icons/Radar.js +28 -0
  359. package/build/rn/icons/Radar.native.js +28 -0
  360. package/build/rn/icons/Receipt.js +28 -0
  361. package/build/rn/icons/Receipt.native.js +28 -0
  362. package/build/rn/icons/Record.js +28 -0
  363. package/build/rn/icons/Record.native.js +28 -0
  364. package/build/rn/icons/Refresh.js +28 -0
  365. package/build/rn/icons/Refresh.native.js +28 -0
  366. package/build/rn/icons/RemoteControl.js +28 -0
  367. package/build/rn/icons/RemoteControl.native.js +28 -0
  368. package/build/rn/icons/Replay.js +26 -0
  369. package/build/rn/icons/Replay.native.js +26 -0
  370. package/build/rn/icons/Router.js +28 -0
  371. package/build/rn/icons/Router.native.js +28 -0
  372. package/build/rn/icons/Search.js +28 -0
  373. package/build/rn/icons/Search.native.js +28 -0
  374. package/build/rn/icons/SearchBold.js +28 -0
  375. package/build/rn/icons/SearchBold.native.js +28 -0
  376. package/build/rn/icons/SecurityCamera.js +28 -0
  377. package/build/rn/icons/SecurityCamera.native.js +28 -0
  378. package/build/rn/icons/SecurityHouse.js +28 -0
  379. package/build/rn/icons/SecurityHouse.native.js +28 -0
  380. package/build/rn/icons/SecurityMobile.js +28 -0
  381. package/build/rn/icons/SecurityMobile.native.js +28 -0
  382. package/build/rn/icons/SecuritySettings.js +28 -0
  383. package/build/rn/icons/SecuritySettings.native.js +28 -0
  384. package/build/rn/icons/Server.js +28 -0
  385. package/build/rn/icons/Server.native.js +28 -0
  386. package/build/rn/icons/ServiceTruck.js +28 -0
  387. package/build/rn/icons/ServiceTruck.native.js +28 -0
  388. package/build/rn/icons/Settings.js +28 -0
  389. package/build/rn/icons/Settings.native.js +28 -0
  390. package/build/rn/icons/SettingsBold.js +28 -0
  391. package/build/rn/icons/SettingsBold.native.js +28 -0
  392. package/build/rn/icons/SettingsSolid.js +26 -0
  393. package/build/rn/icons/SettingsSolid.native.js +26 -0
  394. package/build/rn/icons/SharedAccount.js +28 -0
  395. package/build/rn/icons/SharedAccount.native.js +28 -0
  396. package/build/rn/icons/Shop.js +28 -0
  397. package/build/rn/icons/Shop.native.js +28 -0
  398. package/build/rn/icons/SignPost.js +28 -0
  399. package/build/rn/icons/SignPost.native.js +28 -0
  400. package/build/rn/icons/Signal.js +28 -0
  401. package/build/rn/icons/Signal.native.js +28 -0
  402. package/build/rn/icons/SimCard.js +28 -0
  403. package/build/rn/icons/SimCard.native.js +28 -0
  404. package/build/rn/icons/SmartWearSecurity.js +28 -0
  405. package/build/rn/icons/SmartWearSecurity.native.js +28 -0
  406. package/build/rn/icons/Soccer.js +28 -0
  407. package/build/rn/icons/Soccer.native.js +28 -0
  408. package/build/rn/icons/Speaker.js +28 -0
  409. package/build/rn/icons/Speaker.native.js +28 -0
  410. package/build/rn/icons/SpeakerPhone.js +28 -0
  411. package/build/rn/icons/SpeakerPhone.native.js +28 -0
  412. package/build/rn/icons/Speed.js +28 -0
  413. package/build/rn/icons/Speed.native.js +28 -0
  414. package/build/rn/icons/SpeedReduced.js +28 -0
  415. package/build/rn/icons/SpeedReduced.native.js +28 -0
  416. package/build/rn/icons/StatusError.js +28 -0
  417. package/build/rn/icons/StatusError.native.js +28 -0
  418. package/build/rn/icons/StatusSuccess.js +28 -0
  419. package/build/rn/icons/StatusSuccess.native.js +28 -0
  420. package/build/rn/icons/StatusWarning.js +28 -0
  421. package/build/rn/icons/StatusWarning.native.js +28 -0
  422. package/build/rn/icons/Subtract.js +28 -0
  423. package/build/rn/icons/Subtract.native.js +28 -0
  424. package/build/rn/icons/Success.js +28 -0
  425. package/build/rn/icons/Success.native.js +28 -0
  426. package/build/rn/icons/Suitcase.js +28 -0
  427. package/build/rn/icons/Suitcase.native.js +28 -0
  428. package/build/rn/icons/Support.js +28 -0
  429. package/build/rn/icons/Support.native.js +28 -0
  430. package/build/rn/icons/Support911.js +28 -0
  431. package/build/rn/icons/Support911.native.js +28 -0
  432. package/build/rn/icons/SupportBold.js +28 -0
  433. package/build/rn/icons/SupportBold.native.js +28 -0
  434. package/build/rn/icons/TV.js +28 -0
  435. package/build/rn/icons/TV.native.js +28 -0
  436. package/build/rn/icons/TVChoiceAndFlexibility.js +28 -0
  437. package/build/rn/icons/TVChoiceAndFlexibility.native.js +28 -0
  438. package/build/rn/icons/Tablet.js +28 -0
  439. package/build/rn/icons/Tablet.native.js +28 -0
  440. package/build/rn/icons/Target.js +28 -0
  441. package/build/rn/icons/Target.native.js +28 -0
  442. package/build/rn/icons/Tasks.js +28 -0
  443. package/build/rn/icons/Tasks.native.js +28 -0
  444. package/build/rn/icons/ThumbsUp.js +28 -0
  445. package/build/rn/icons/ThumbsUp.native.js +28 -0
  446. package/build/rn/icons/Time.js +28 -0
  447. package/build/rn/icons/Time.native.js +28 -0
  448. package/build/rn/icons/Times.js +28 -0
  449. package/build/rn/icons/Times.native.js +28 -0
  450. package/build/rn/icons/TowTruck.js +28 -0
  451. package/build/rn/icons/TowTruck.native.js +28 -0
  452. package/build/rn/icons/Transmitter.js +28 -0
  453. package/build/rn/icons/Transmitter.native.js +28 -0
  454. package/build/rn/icons/Unmuted.js +28 -0
  455. package/build/rn/icons/Unmuted.native.js +28 -0
  456. package/build/rn/icons/Upload.js +28 -0
  457. package/build/rn/icons/Upload.native.js +28 -0
  458. package/build/rn/icons/UploadToCloud.js +28 -0
  459. package/build/rn/icons/UploadToCloud.native.js +28 -0
  460. package/build/rn/icons/UsbCable.js +28 -0
  461. package/build/rn/icons/UsbCable.native.js +28 -0
  462. package/build/rn/icons/User.js +28 -0
  463. package/build/rn/icons/User.native.js +28 -0
  464. package/build/rn/icons/UserAddBold.js +28 -0
  465. package/build/rn/icons/UserAddBold.native.js +28 -0
  466. package/build/rn/icons/Users.js +28 -0
  467. package/build/rn/icons/Users.native.js +28 -0
  468. package/build/rn/icons/VideoCall.js +32 -0
  469. package/build/rn/icons/VideoCall.native.js +32 -0
  470. package/build/rn/icons/VideoChat.js +28 -0
  471. package/build/rn/icons/VideoChat.native.js +28 -0
  472. package/build/rn/icons/VideoGames.js +28 -0
  473. package/build/rn/icons/VideoGames.native.js +28 -0
  474. package/build/rn/icons/Visible.js +28 -0
  475. package/build/rn/icons/Visible.native.js +28 -0
  476. package/build/rn/icons/VisuallyImpaired.js +28 -0
  477. package/build/rn/icons/VisuallyImpaired.native.js +28 -0
  478. package/build/rn/icons/Warranty.js +28 -0
  479. package/build/rn/icons/Warranty.native.js +28 -0
  480. package/build/rn/icons/Watch.js +28 -0
  481. package/build/rn/icons/Watch.native.js +28 -0
  482. package/build/rn/icons/WifiBoost.js +28 -0
  483. package/build/rn/icons/WifiBoost.native.js +28 -0
  484. package/build/rn/icons/WifiCloud.js +28 -0
  485. package/build/rn/icons/WifiCloud.native.js +28 -0
  486. package/build/rn/icons/accessible.icon.svg +3 -0
  487. package/build/rn/icons/add-user.icon.svg +3 -0
  488. package/build/rn/icons/add.icon.svg +3 -0
  489. package/build/rn/icons/alarm-clock.icon.svg +3 -0
  490. package/build/rn/icons/ambulance.icon.svg +3 -0
  491. package/build/rn/icons/arrow-down.icon.svg +3 -0
  492. package/build/rn/icons/arrow-left.icon.svg +3 -0
  493. package/build/rn/icons/arrow-right.icon.svg +3 -0
  494. package/build/rn/icons/arrow-up.icon.svg +3 -0
  495. package/build/rn/icons/artificial-intelligence.icon.svg +3 -0
  496. package/build/rn/icons/assistive-listening.icon.svg +3 -0
  497. package/build/rn/icons/attention.icon.svg +3 -0
  498. package/build/rn/icons/award.icon.svg +3 -0
  499. package/build/rn/icons/baby-boy.icon.svg +3 -0
  500. package/build/rn/icons/baby-girl.icon.svg +3 -0
  501. package/build/rn/icons/baby.icon.svg +3 -0
  502. package/build/rn/icons/back-to-school.icon.svg +3 -0
  503. package/build/rn/icons/bank.icon.svg +3 -0
  504. package/build/rn/icons/battery-car.icon.svg +3 -0
  505. package/build/rn/icons/battery-charging.icon.svg +3 -0
  506. package/build/rn/icons/bell.icon.svg +3 -0
  507. package/build/rn/icons/bill.icon.svg +3 -0
  508. package/build/rn/icons/bookmark.icon.svg +3 -0
  509. package/build/rn/icons/braille.icon.svg +3 -0
  510. package/build/rn/icons/briefcase.icon.svg +3 -0
  511. package/build/rn/icons/bullet-fill.icon.svg +3 -0
  512. package/build/rn/icons/calendar.icon.svg +3 -0
  513. package/build/rn/icons/call-forward.icon.svg +3 -0
  514. package/build/rn/icons/call-out.icon.svg +3 -0
  515. package/build/rn/icons/call-receive.icon.svg +3 -0
  516. package/build/rn/icons/call-talking.icon.svg +3 -0
  517. package/build/rn/icons/call.icon.svg +3 -0
  518. package/build/rn/icons/camera.icon.svg +3 -0
  519. package/build/rn/icons/can-us.icon.svg +3 -0
  520. package/build/rn/icons/car.icon.svg +3 -0
  521. package/build/rn/icons/caret-down.icon.svg +3 -0
  522. package/build/rn/icons/caret-up.icon.svg +3 -0
  523. package/build/rn/icons/cart-empty-bold.icon.svg +3 -0
  524. package/build/rn/icons/cart-filled-bold.icon.svg +4 -0
  525. package/build/rn/icons/channels.icon.svg +3 -0
  526. package/build/rn/icons/charts-bar1.icon.svg +3 -0
  527. package/build/rn/icons/charts-bar2.icon.svg +3 -0
  528. package/build/rn/icons/charts-line.icon.svg +3 -0
  529. package/build/rn/icons/chat-support.icon.svg +3 -0
  530. package/build/rn/icons/chat1.icon.svg +3 -0
  531. package/build/rn/icons/chat2.icon.svg +3 -0
  532. package/build/rn/icons/check.icon.svg +3 -0
  533. package/build/rn/icons/checkmark.icon.svg +3 -0
  534. package/build/rn/icons/chevron-left.icon.svg +3 -0
  535. package/build/rn/icons/chevron-right.icon.svg +3 -0
  536. package/build/rn/icons/clipboard.icon.svg +3 -0
  537. package/build/rn/icons/close.icon.svg +3 -0
  538. package/build/rn/icons/closed-captions.icon.svg +3 -0
  539. package/build/rn/icons/cloud-download.icon.svg +3 -0
  540. package/build/rn/icons/cloud-sync.icon.svg +3 -0
  541. package/build/rn/icons/cloud-upload.icon.svg +3 -0
  542. package/build/rn/icons/cognitive-disability.icon.svg +3 -0
  543. package/build/rn/icons/collaboration.icon.svg +3 -0
  544. package/build/rn/icons/compass.icon.svg +3 -0
  545. package/build/rn/icons/computer-network.icon.svg +3 -0
  546. package/build/rn/icons/contract.icon.svg +3 -0
  547. package/build/rn/icons/credit-card.icon.svg +3 -0
  548. package/build/rn/icons/cronometer.icon.svg +3 -0
  549. package/build/rn/icons/css-activations.icon.svg +3 -0
  550. package/build/rn/icons/data-limit.icon.svg +3 -0
  551. package/build/rn/icons/deals.icon.svg +3 -0
  552. package/build/rn/icons/delete.icon.svg +3 -0
  553. package/build/rn/icons/delivery.icon.svg +3 -0
  554. package/build/rn/icons/devices.icon.svg +3 -0
  555. package/build/rn/icons/diagram.icon.svg +3 -0
  556. package/build/rn/icons/diamond.icon.svg +3 -0
  557. package/build/rn/icons/direction.icon.svg +3 -0
  558. package/build/rn/icons/document.icon.svg +3 -0
  559. package/build/rn/icons/donate.icon.svg +3 -0
  560. package/build/rn/icons/download-pdf.icon.svg +3 -0
  561. package/build/rn/icons/download-pdfs.icon.svg +3 -0
  562. package/build/rn/icons/download.icon.svg +3 -0
  563. package/build/rn/icons/edit.icon.svg +3 -0
  564. package/build/rn/icons/email.icon.svg +3 -0
  565. package/build/rn/icons/escalations.icon.svg +3 -0
  566. package/build/rn/icons/expand.icon.svg +3 -0
  567. package/build/rn/icons/favourite-network.icon.svg +3 -0
  568. package/build/rn/icons/files.icon.svg +3 -0
  569. package/build/rn/icons/fingerprint.icon.svg +3 -0
  570. package/build/rn/icons/firewall.icon.svg +3 -0
  571. package/build/rn/icons/flag.icon.svg +3 -0
  572. package/build/rn/icons/fullscreen-expand.icon.svg +3 -0
  573. package/build/rn/icons/fullscreen-minimize.icon.svg +3 -0
  574. package/build/rn/icons/gift.icon.svg +3 -0
  575. package/build/rn/icons/globe1.icon.svg +3 -0
  576. package/build/rn/icons/globe2.icon.svg +3 -0
  577. package/build/rn/icons/grid.icon.svg +3 -0
  578. package/build/rn/icons/head-both.icon.svg +3 -0
  579. package/build/rn/icons/head-female.icon.svg +3 -0
  580. package/build/rn/icons/head-male.icon.svg +3 -0
  581. package/build/rn/icons/headset.icon.svg +3 -0
  582. package/build/rn/icons/heart.icon.svg +3 -0
  583. package/build/rn/icons/heartbeat.icon.svg +3 -0
  584. package/build/rn/icons/helpdesk.icon.svg +3 -0
  585. package/build/rn/icons/home-security.icon.svg +3 -0
  586. package/build/rn/icons/home.icon.svg +3 -0
  587. package/build/rn/icons/idtag.icon.svg +3 -0
  588. package/build/rn/icons/index.js +235 -0
  589. package/build/rn/icons/infinite.icon.svg +3 -0
  590. package/build/rn/icons/information.icon.svg +3 -0
  591. package/build/rn/icons/internet.icon.svg +3 -0
  592. package/build/rn/icons/invisible.icon.svg +3 -0
  593. package/build/rn/icons/key.icon.svg +3 -0
  594. package/build/rn/icons/laptop.icon.svg +3 -0
  595. package/build/rn/icons/layers.icon.svg +3 -0
  596. package/build/rn/icons/leak-detect.icon.svg +3 -0
  597. package/build/rn/icons/lifesaver.icon.svg +3 -0
  598. package/build/rn/icons/lightbulb.icon.svg +3 -0
  599. package/build/rn/icons/link-external.icon.svg +3 -0
  600. package/build/rn/icons/list.icon.svg +3 -0
  601. package/build/rn/icons/location-add.icon.svg +3 -0
  602. package/build/rn/icons/location-home.icon.svg +3 -0
  603. package/build/rn/icons/location-ineligible.icon.svg +3 -0
  604. package/build/rn/icons/location-map.icon.svg +3 -0
  605. package/build/rn/icons/location-regular.icon.svg +3 -0
  606. package/build/rn/icons/location-remove.icon.svg +3 -0
  607. package/build/rn/icons/location-success.icon.svg +3 -0
  608. package/build/rn/icons/location-verified.icon.svg +3 -0
  609. package/build/rn/icons/lock-closed.icon.svg +3 -0
  610. package/build/rn/icons/lock-opened.icon.svg +3 -0
  611. package/build/rn/icons/login-form.icon.svg +3 -0
  612. package/build/rn/icons/magnify.icon.svg +3 -0
  613. package/build/rn/icons/map.icon.svg +3 -0
  614. package/build/rn/icons/medical.icon.svg +3 -0
  615. package/build/rn/icons/messaging.icon.svg +3 -0
  616. package/build/rn/icons/mobility.icon.svg +3 -0
  617. package/build/rn/icons/modal.icon.svg +3 -0
  618. package/build/rn/icons/money.icon.svg +3 -0
  619. package/build/rn/icons/movie.icon.svg +3 -0
  620. package/build/rn/icons/music.icon.svg +3 -0
  621. package/build/rn/icons/muted.icon.svg +3 -0
  622. package/build/rn/icons/networking.icon.svg +3 -0
  623. package/build/rn/icons/news.icon.svg +3 -0
  624. package/build/rn/icons/next-gen-firewall.icon.svg +3 -0
  625. package/build/rn/icons/no-contract.icon.svg +3 -0
  626. package/build/rn/icons/notify-bold.icon.svg +3 -0
  627. package/build/rn/icons/office.icon.svg +3 -0
  628. package/build/rn/icons/offices.icon.svg +3 -0
  629. package/build/rn/icons/on-demand.icon.svg +3 -0
  630. package/build/rn/icons/on-the-go.icon.svg +3 -0
  631. package/build/rn/icons/online-security.icon.svg +3 -0
  632. package/build/rn/icons/order-ascend.icon.svg +3 -0
  633. package/build/rn/icons/order-descend.icon.svg +3 -0
  634. package/build/rn/icons/paperless.icon.svg +3 -0
  635. package/build/rn/icons/passport.icon.svg +3 -0
  636. package/build/rn/icons/pause.icon.svg +3 -0
  637. package/build/rn/icons/phone-business.icon.svg +3 -0
  638. package/build/rn/icons/phone-home.icon.svg +3 -0
  639. package/build/rn/icons/phone-reception.icon.svg +3 -0
  640. package/build/rn/icons/phone.icon.svg +3 -0
  641. package/build/rn/icons/photo.icon.svg +3 -0
  642. package/build/rn/icons/photos.icon.svg +3 -0
  643. package/build/rn/icons/piggy-bank.icon.svg +3 -0
  644. package/build/rn/icons/pik-tv.icon.svg +3 -0
  645. package/build/rn/icons/play-solid.icon.svg +3 -0
  646. package/build/rn/icons/play-video.icon.svg +3 -0
  647. package/build/rn/icons/play.icon.svg +3 -0
  648. package/build/rn/icons/preference.icon.svg +3 -0
  649. package/build/rn/icons/print.icon.svg +3 -0
  650. package/build/rn/icons/private-cloud.icon.svg +3 -0
  651. package/build/rn/icons/proactive-assurance.icon.svg +3 -0
  652. package/build/rn/icons/profile-bold.icon.svg +3 -0
  653. package/build/rn/icons/profile.icon.svg +3 -0
  654. package/build/rn/icons/question.icon.svg +3 -0
  655. package/build/rn/icons/quote-left.icon.svg +3 -0
  656. package/build/rn/icons/radar.icon.svg +3 -0
  657. package/build/rn/icons/receipt.icon.svg +3 -0
  658. package/build/rn/icons/record.icon.svg +3 -0
  659. package/build/rn/icons/refresh.icon.svg +3 -0
  660. package/build/rn/icons/remote-control.icon.svg +3 -0
  661. package/build/rn/icons/replay.icon.svg +3 -0
  662. package/build/rn/icons/router.icon.svg +3 -0
  663. package/build/rn/icons/search-bold.icon.svg +3 -0
  664. package/build/rn/icons/search.icon.svg +3 -0
  665. package/build/rn/icons/security-camera.icon.svg +3 -0
  666. package/build/rn/icons/security-house.icon.svg +3 -0
  667. package/build/rn/icons/security-mobile.icon.svg +3 -0
  668. package/build/rn/icons/security-settings.icon.svg +3 -0
  669. package/build/rn/icons/server.icon.svg +3 -0
  670. package/build/rn/icons/service-truck.icon.svg +3 -0
  671. package/build/rn/icons/settings-bold.icon.svg +3 -0
  672. package/build/rn/icons/settings-solid.icon.svg +3 -0
  673. package/build/rn/icons/settings.icon.svg +3 -0
  674. package/build/rn/icons/shared-account.icon.svg +3 -0
  675. package/build/rn/icons/shop.icon.svg +3 -0
  676. package/build/rn/icons/sign-post.icon.svg +3 -0
  677. package/build/rn/icons/signal.icon.svg +3 -0
  678. package/build/rn/icons/sim-card.icon.svg +3 -0
  679. package/build/rn/icons/smart-wear-security.icon.svg +3 -0
  680. package/build/rn/icons/soccer.icon.svg +3 -0
  681. package/build/rn/icons/speaker-phone.icon.svg +3 -0
  682. package/build/rn/icons/speaker.icon.svg +3 -0
  683. package/build/rn/icons/speed-reduced.icon.svg +3 -0
  684. package/build/rn/icons/speed.icon.svg +3 -0
  685. package/build/rn/icons/status-error.icon.svg +3 -0
  686. package/build/rn/icons/status-success.icon.svg +3 -0
  687. package/build/rn/icons/status-warning.icon.svg +3 -0
  688. package/build/rn/icons/subtract.icon.svg +3 -0
  689. package/build/rn/icons/success.icon.svg +3 -0
  690. package/build/rn/icons/suitcase.icon.svg +3 -0
  691. package/build/rn/icons/support-bold.icon.svg +3 -0
  692. package/build/rn/icons/support.icon.svg +3 -0
  693. package/build/rn/icons/support911.icon.svg +3 -0
  694. package/build/rn/icons/tablet.icon.svg +3 -0
  695. package/build/rn/icons/target.icon.svg +3 -0
  696. package/build/rn/icons/tasks.icon.svg +3 -0
  697. package/build/rn/icons/thumbs-up.icon.svg +3 -0
  698. package/build/rn/icons/time.icon.svg +3 -0
  699. package/build/rn/icons/times.icon.svg +3 -0
  700. package/build/rn/icons/tow-truck.icon.svg +3 -0
  701. package/build/rn/icons/transmitter.icon.svg +3 -0
  702. package/build/rn/icons/tv.icon.svg +3 -0
  703. package/build/rn/icons/tvchoice-and-flexibility.icon.svg +3 -0
  704. package/build/rn/icons/unmuted.icon.svg +3 -0
  705. package/build/rn/icons/upload-to-cloud.icon.svg +3 -0
  706. package/build/rn/icons/upload.icon.svg +3 -0
  707. package/build/rn/icons/usb-cable.icon.svg +3 -0
  708. package/build/rn/icons/user-add-bold.icon.svg +3 -0
  709. package/build/rn/icons/user.icon.svg +3 -0
  710. package/build/rn/icons/users.icon.svg +3 -0
  711. package/build/rn/icons/video-call.icon.svg +6 -0
  712. package/build/rn/icons/video-chat.icon.svg +3 -0
  713. package/build/rn/icons/video-games.icon.svg +3 -0
  714. package/build/rn/icons/visible.icon.svg +3 -0
  715. package/build/rn/icons/visually-impaired.icon.svg +3 -0
  716. package/build/rn/icons/warranty.icon.svg +3 -0
  717. package/build/rn/icons/watch.icon.svg +3 -0
  718. package/build/rn/icons/wifi-boost.icon.svg +3 -0
  719. package/build/rn/icons/wifi-cloud.icon.svg +3 -0
  720. package/build/rn/palette.js +512 -0
  721. package/build/web/fonts/fonts-cdn-family.css +49 -0
  722. package/build/web/fonts/fonts-cdn.css +35 -0
  723. package/build/web/fonts/fonts-local-family.css +49 -0
  724. package/build/web/fonts/fonts-local.css +35 -0
  725. package/build/web/fonts/v1_0_0-HelveticaNow-300-9il64yIoBfcEIZe_FDqKW.otf +0 -0
  726. package/build/web/fonts/v1_0_0-HelveticaNow-400-97VBfAYKzsce5plw3dGbz.woff +0 -0
  727. package/build/web/fonts/v1_0_0-HelveticaNow-500-RmTPfZI4j6iDc8taTnUrI.woff +0 -0
  728. package/build/web/fonts/v1_0_0-HelveticaNow-700-UaAqGqM5m4egPmgCpkfiX.woff +0 -0
  729. package/build/web/fonts/v1_0_0-HelveticaNowOTF-400-THhmQuyk9a46JQftdq4VY.otf +0 -0
  730. package/build/web/fonts/v1_0_0-HelveticaNowOTF-500-tNZ2k3xmfkc8Mp9_gjr1X.otf +0 -0
  731. package/build/web/fonts/v1_0_0-HelveticaNowOTF-700-s82N7o_JnrhnfCnXaS-eD.otf +0 -0
  732. package/build/web/icons/Accessible.js +28 -0
  733. package/build/web/icons/Add.js +28 -0
  734. package/build/web/icons/AddUser.js +28 -0
  735. package/build/web/icons/AlarmClock.js +28 -0
  736. package/build/web/icons/Ambulance.js +28 -0
  737. package/build/web/icons/ArrowDown.js +28 -0
  738. package/build/web/icons/ArrowLeft.js +28 -0
  739. package/build/web/icons/ArrowRight.js +28 -0
  740. package/build/web/icons/ArrowUp.js +28 -0
  741. package/build/web/icons/ArtificialIntelligence.js +28 -0
  742. package/build/web/icons/AssistiveListening.js +28 -0
  743. package/build/web/icons/Attention.js +28 -0
  744. package/build/web/icons/Award.js +28 -0
  745. package/build/web/icons/Baby.js +28 -0
  746. package/build/web/icons/BabyBoy.js +28 -0
  747. package/build/web/icons/BabyGirl.js +28 -0
  748. package/build/web/icons/BackToSchool.js +28 -0
  749. package/build/web/icons/Bank.js +28 -0
  750. package/build/web/icons/BatteryCar.js +28 -0
  751. package/build/web/icons/BatteryCharging.js +28 -0
  752. package/build/web/icons/Bell.js +28 -0
  753. package/build/web/icons/Bill.js +28 -0
  754. package/build/web/icons/Bookmark.js +28 -0
  755. package/build/web/icons/Braille.js +28 -0
  756. package/build/web/icons/Briefcase.js +28 -0
  757. package/build/web/icons/BulletFill.js +28 -0
  758. package/build/web/icons/Calendar.js +28 -0
  759. package/build/web/icons/Call.js +28 -0
  760. package/build/web/icons/CallForward.js +28 -0
  761. package/build/web/icons/CallOut.js +28 -0
  762. package/build/web/icons/CallReceive.js +28 -0
  763. package/build/web/icons/CallTalking.js +28 -0
  764. package/build/web/icons/Camera.js +28 -0
  765. package/build/web/icons/CanUs.js +28 -0
  766. package/build/web/icons/Car.js +28 -0
  767. package/build/web/icons/CaretDown.js +28 -0
  768. package/build/web/icons/CaretUp.js +28 -0
  769. package/build/web/icons/CartEmptyBold.js +28 -0
  770. package/build/web/icons/CartFilledBold.js +32 -0
  771. package/build/web/icons/Channels.js +28 -0
  772. package/build/web/icons/ChartsBar1.js +28 -0
  773. package/build/web/icons/ChartsBar2.js +28 -0
  774. package/build/web/icons/ChartsLine.js +28 -0
  775. package/build/web/icons/Chat1.js +28 -0
  776. package/build/web/icons/Chat2.js +28 -0
  777. package/build/web/icons/ChatSupport.js +28 -0
  778. package/build/web/icons/Check.js +28 -0
  779. package/build/web/icons/Checkmark.js +28 -0
  780. package/build/web/icons/ChevronLeft.js +28 -0
  781. package/build/web/icons/ChevronRight.js +28 -0
  782. package/build/web/icons/Clipboard.js +28 -0
  783. package/build/web/icons/Close.js +28 -0
  784. package/build/web/icons/ClosedCaptions.js +26 -0
  785. package/build/web/icons/CloudDownload.js +28 -0
  786. package/build/web/icons/CloudSync.js +28 -0
  787. package/build/web/icons/CloudUpload.js +28 -0
  788. package/build/web/icons/CognitiveDisability.js +28 -0
  789. package/build/web/icons/Collaboration.js +28 -0
  790. package/build/web/icons/Compass.js +28 -0
  791. package/build/web/icons/ComputerNetwork.js +28 -0
  792. package/build/web/icons/Contract.js +28 -0
  793. package/build/web/icons/CreditCard.js +28 -0
  794. package/build/web/icons/Cronometer.js +28 -0
  795. package/build/web/icons/CssActivations.js +26 -0
  796. package/build/web/icons/DataLimit.js +28 -0
  797. package/build/web/icons/Deals.js +28 -0
  798. package/build/web/icons/Delete.js +28 -0
  799. package/build/web/icons/Delivery.js +28 -0
  800. package/build/web/icons/Devices.js +28 -0
  801. package/build/web/icons/Diagram.js +28 -0
  802. package/build/web/icons/Diamond.js +28 -0
  803. package/build/web/icons/Direction.js +28 -0
  804. package/build/web/icons/Document.js +28 -0
  805. package/build/web/icons/Donate.js +28 -0
  806. package/build/web/icons/Download.js +28 -0
  807. package/build/web/icons/DownloadPdf.js +28 -0
  808. package/build/web/icons/DownloadPdfs.js +28 -0
  809. package/build/web/icons/Edit.js +28 -0
  810. package/build/web/icons/Email.js +28 -0
  811. package/build/web/icons/Escalations.js +26 -0
  812. package/build/web/icons/Expand.js +28 -0
  813. package/build/web/icons/FavouriteNetwork.js +28 -0
  814. package/build/web/icons/Files.js +28 -0
  815. package/build/web/icons/Fingerprint.js +28 -0
  816. package/build/web/icons/Firewall.js +28 -0
  817. package/build/web/icons/Flag.js +28 -0
  818. package/build/web/icons/FullscreenExpand.js +26 -0
  819. package/build/web/icons/FullscreenMinimize.js +26 -0
  820. package/build/web/icons/Gift.js +28 -0
  821. package/build/web/icons/Globe1.js +28 -0
  822. package/build/web/icons/Globe2.js +28 -0
  823. package/build/web/icons/Grid.js +28 -0
  824. package/build/web/icons/HeadBoth.js +28 -0
  825. package/build/web/icons/HeadFemale.js +28 -0
  826. package/build/web/icons/HeadMale.js +28 -0
  827. package/build/web/icons/Headset.js +28 -0
  828. package/build/web/icons/Heart.js +28 -0
  829. package/build/web/icons/Heartbeat.js +28 -0
  830. package/build/web/icons/Helpdesk.js +26 -0
  831. package/build/web/icons/Home.js +28 -0
  832. package/build/web/icons/HomeSecurity.js +28 -0
  833. package/build/web/icons/IDTag.js +28 -0
  834. package/build/web/icons/Infinite.js +28 -0
  835. package/build/web/icons/Information.js +28 -0
  836. package/build/web/icons/Internet.js +28 -0
  837. package/build/web/icons/Invisible.js +28 -0
  838. package/build/web/icons/Key.js +28 -0
  839. package/build/web/icons/Laptop.js +28 -0
  840. package/build/web/icons/Layers.js +28 -0
  841. package/build/web/icons/LeakDetect.js +28 -0
  842. package/build/web/icons/Lifesaver.js +28 -0
  843. package/build/web/icons/Lightbulb.js +28 -0
  844. package/build/web/icons/LinkExternal.js +28 -0
  845. package/build/web/icons/List.js +26 -0
  846. package/build/web/icons/LocationAdd.js +28 -0
  847. package/build/web/icons/LocationHome.js +28 -0
  848. package/build/web/icons/LocationIneligible.js +28 -0
  849. package/build/web/icons/LocationMap.js +28 -0
  850. package/build/web/icons/LocationRegular.js +28 -0
  851. package/build/web/icons/LocationRemove.js +28 -0
  852. package/build/web/icons/LocationSuccess.js +28 -0
  853. package/build/web/icons/LocationVerified.js +28 -0
  854. package/build/web/icons/LockClosed.js +28 -0
  855. package/build/web/icons/LockOpened.js +28 -0
  856. package/build/web/icons/LoginForm.js +28 -0
  857. package/build/web/icons/Magnify.js +28 -0
  858. package/build/web/icons/Map.js +28 -0
  859. package/build/web/icons/Medical.js +28 -0
  860. package/build/web/icons/Messaging.js +28 -0
  861. package/build/web/icons/Mobility.js +28 -0
  862. package/build/web/icons/Modal.js +26 -0
  863. package/build/web/icons/Money.js +28 -0
  864. package/build/web/icons/Movie.js +28 -0
  865. package/build/web/icons/Music.js +28 -0
  866. package/build/web/icons/Muted.js +26 -0
  867. package/build/web/icons/Networking.js +28 -0
  868. package/build/web/icons/News.js +28 -0
  869. package/build/web/icons/NextGenFirewall.js +28 -0
  870. package/build/web/icons/NoContract.js +28 -0
  871. package/build/web/icons/NotifyBold.js +28 -0
  872. package/build/web/icons/Office.js +28 -0
  873. package/build/web/icons/Offices.js +28 -0
  874. package/build/web/icons/OnDemand.js +28 -0
  875. package/build/web/icons/OnTheGo.js +28 -0
  876. package/build/web/icons/OnlineSecurity.js +28 -0
  877. package/build/web/icons/OrderAscend.js +28 -0
  878. package/build/web/icons/OrderDescend.js +28 -0
  879. package/build/web/icons/Paperless.js +28 -0
  880. package/build/web/icons/Passport.js +28 -0
  881. package/build/web/icons/Pause.js +26 -0
  882. package/build/web/icons/Phone.js +28 -0
  883. package/build/web/icons/PhoneBusiness.js +28 -0
  884. package/build/web/icons/PhoneHome.js +28 -0
  885. package/build/web/icons/PhoneReception.js +28 -0
  886. package/build/web/icons/Photo.js +28 -0
  887. package/build/web/icons/Photos.js +28 -0
  888. package/build/web/icons/PiggyBank.js +28 -0
  889. package/build/web/icons/PikTV.js +28 -0
  890. package/build/web/icons/Play.js +28 -0
  891. package/build/web/icons/PlaySolid.js +28 -0
  892. package/build/web/icons/PlayVideo.js +28 -0
  893. package/build/web/icons/Preference.js +28 -0
  894. package/build/web/icons/Print.js +28 -0
  895. package/build/web/icons/PrivateCloud.js +28 -0
  896. package/build/web/icons/ProactiveAssurance.js +26 -0
  897. package/build/web/icons/Profile.js +28 -0
  898. package/build/web/icons/ProfileBold.js +28 -0
  899. package/build/web/icons/Question.js +28 -0
  900. package/build/web/icons/QuoteLeft.js +28 -0
  901. package/build/web/icons/Radar.js +28 -0
  902. package/build/web/icons/Receipt.js +28 -0
  903. package/build/web/icons/Record.js +28 -0
  904. package/build/web/icons/Refresh.js +28 -0
  905. package/build/web/icons/RemoteControl.js +28 -0
  906. package/build/web/icons/Replay.js +26 -0
  907. package/build/web/icons/Router.js +28 -0
  908. package/build/web/icons/Search.js +28 -0
  909. package/build/web/icons/SearchBold.js +28 -0
  910. package/build/web/icons/SecurityCamera.js +28 -0
  911. package/build/web/icons/SecurityHouse.js +28 -0
  912. package/build/web/icons/SecurityMobile.js +28 -0
  913. package/build/web/icons/SecuritySettings.js +28 -0
  914. package/build/web/icons/Server.js +28 -0
  915. package/build/web/icons/ServiceTruck.js +28 -0
  916. package/build/web/icons/Settings.js +28 -0
  917. package/build/web/icons/SettingsBold.js +28 -0
  918. package/build/web/icons/SettingsSolid.js +26 -0
  919. package/build/web/icons/SharedAccount.js +28 -0
  920. package/build/web/icons/Shop.js +28 -0
  921. package/build/web/icons/SignPost.js +28 -0
  922. package/build/web/icons/Signal.js +28 -0
  923. package/build/web/icons/SimCard.js +28 -0
  924. package/build/web/icons/SmartWearSecurity.js +28 -0
  925. package/build/web/icons/Soccer.js +28 -0
  926. package/build/web/icons/Speaker.js +28 -0
  927. package/build/web/icons/SpeakerPhone.js +28 -0
  928. package/build/web/icons/Speed.js +28 -0
  929. package/build/web/icons/SpeedReduced.js +28 -0
  930. package/build/web/icons/StatusError.js +28 -0
  931. package/build/web/icons/StatusSuccess.js +28 -0
  932. package/build/web/icons/StatusWarning.js +28 -0
  933. package/build/web/icons/Subtract.js +28 -0
  934. package/build/web/icons/Success.js +28 -0
  935. package/build/web/icons/Suitcase.js +28 -0
  936. package/build/web/icons/Support.js +28 -0
  937. package/build/web/icons/Support911.js +28 -0
  938. package/build/web/icons/SupportBold.js +28 -0
  939. package/build/web/icons/TV.js +28 -0
  940. package/build/web/icons/TVChoiceAndFlexibility.js +28 -0
  941. package/build/web/icons/Tablet.js +28 -0
  942. package/build/web/icons/Target.js +28 -0
  943. package/build/web/icons/Tasks.js +28 -0
  944. package/build/web/icons/ThumbsUp.js +28 -0
  945. package/build/web/icons/Time.js +28 -0
  946. package/build/web/icons/Times.js +28 -0
  947. package/build/web/icons/TowTruck.js +28 -0
  948. package/build/web/icons/Transmitter.js +28 -0
  949. package/build/web/icons/Unmuted.js +28 -0
  950. package/build/web/icons/Upload.js +28 -0
  951. package/build/web/icons/UploadToCloud.js +28 -0
  952. package/build/web/icons/UsbCable.js +28 -0
  953. package/build/web/icons/User.js +28 -0
  954. package/build/web/icons/UserAddBold.js +28 -0
  955. package/build/web/icons/Users.js +28 -0
  956. package/build/web/icons/VideoCall.js +32 -0
  957. package/build/web/icons/VideoChat.js +28 -0
  958. package/build/web/icons/VideoGames.js +28 -0
  959. package/build/web/icons/Visible.js +28 -0
  960. package/build/web/icons/VisuallyImpaired.js +28 -0
  961. package/build/web/icons/Warranty.js +28 -0
  962. package/build/web/icons/Watch.js +28 -0
  963. package/build/web/icons/WifiBoost.js +28 -0
  964. package/build/web/icons/WifiCloud.js +28 -0
  965. package/build/web/icons/accessible.icon.svg +3 -0
  966. package/build/web/icons/add-user.icon.svg +3 -0
  967. package/build/web/icons/add.icon.svg +3 -0
  968. package/build/web/icons/alarm-clock.icon.svg +3 -0
  969. package/build/web/icons/ambulance.icon.svg +3 -0
  970. package/build/web/icons/arrow-down.icon.svg +3 -0
  971. package/build/web/icons/arrow-left.icon.svg +3 -0
  972. package/build/web/icons/arrow-right.icon.svg +3 -0
  973. package/build/web/icons/arrow-up.icon.svg +3 -0
  974. package/build/web/icons/artificial-intelligence.icon.svg +3 -0
  975. package/build/web/icons/assistive-listening.icon.svg +3 -0
  976. package/build/web/icons/attention.icon.svg +3 -0
  977. package/build/web/icons/award.icon.svg +3 -0
  978. package/build/web/icons/baby-boy.icon.svg +3 -0
  979. package/build/web/icons/baby-girl.icon.svg +3 -0
  980. package/build/web/icons/baby.icon.svg +3 -0
  981. package/build/web/icons/back-to-school.icon.svg +3 -0
  982. package/build/web/icons/bank.icon.svg +3 -0
  983. package/build/web/icons/battery-car.icon.svg +3 -0
  984. package/build/web/icons/battery-charging.icon.svg +3 -0
  985. package/build/web/icons/bell.icon.svg +3 -0
  986. package/build/web/icons/bill.icon.svg +3 -0
  987. package/build/web/icons/bookmark.icon.svg +3 -0
  988. package/build/web/icons/braille.icon.svg +3 -0
  989. package/build/web/icons/briefcase.icon.svg +3 -0
  990. package/build/web/icons/bullet-fill.icon.svg +3 -0
  991. package/build/web/icons/calendar.icon.svg +3 -0
  992. package/build/web/icons/call-forward.icon.svg +3 -0
  993. package/build/web/icons/call-out.icon.svg +3 -0
  994. package/build/web/icons/call-receive.icon.svg +3 -0
  995. package/build/web/icons/call-talking.icon.svg +3 -0
  996. package/build/web/icons/call.icon.svg +3 -0
  997. package/build/web/icons/camera.icon.svg +3 -0
  998. package/build/web/icons/can-us.icon.svg +3 -0
  999. package/build/web/icons/car.icon.svg +3 -0
  1000. package/build/web/icons/caret-down.icon.svg +3 -0
  1001. package/build/web/icons/caret-up.icon.svg +3 -0
  1002. package/build/web/icons/cart-empty-bold.icon.svg +3 -0
  1003. package/build/web/icons/cart-filled-bold.icon.svg +4 -0
  1004. package/build/web/icons/channels.icon.svg +3 -0
  1005. package/build/web/icons/charts-bar1.icon.svg +3 -0
  1006. package/build/web/icons/charts-bar2.icon.svg +3 -0
  1007. package/build/web/icons/charts-line.icon.svg +3 -0
  1008. package/build/web/icons/chat-support.icon.svg +3 -0
  1009. package/build/web/icons/chat1.icon.svg +3 -0
  1010. package/build/web/icons/chat2.icon.svg +3 -0
  1011. package/build/web/icons/check.icon.svg +3 -0
  1012. package/build/web/icons/checkmark.icon.svg +3 -0
  1013. package/build/web/icons/chevron-left.icon.svg +3 -0
  1014. package/build/web/icons/chevron-right.icon.svg +3 -0
  1015. package/build/web/icons/clipboard.icon.svg +3 -0
  1016. package/build/web/icons/close.icon.svg +3 -0
  1017. package/build/web/icons/closed-captions.icon.svg +3 -0
  1018. package/build/web/icons/cloud-download.icon.svg +3 -0
  1019. package/build/web/icons/cloud-sync.icon.svg +3 -0
  1020. package/build/web/icons/cloud-upload.icon.svg +3 -0
  1021. package/build/web/icons/cognitive-disability.icon.svg +3 -0
  1022. package/build/web/icons/collaboration.icon.svg +3 -0
  1023. package/build/web/icons/compass.icon.svg +3 -0
  1024. package/build/web/icons/computer-network.icon.svg +3 -0
  1025. package/build/web/icons/contract.icon.svg +3 -0
  1026. package/build/web/icons/credit-card.icon.svg +3 -0
  1027. package/build/web/icons/cronometer.icon.svg +3 -0
  1028. package/build/web/icons/css-activations.icon.svg +3 -0
  1029. package/build/web/icons/data-limit.icon.svg +3 -0
  1030. package/build/web/icons/deals.icon.svg +3 -0
  1031. package/build/web/icons/delete.icon.svg +3 -0
  1032. package/build/web/icons/delivery.icon.svg +3 -0
  1033. package/build/web/icons/devices.icon.svg +3 -0
  1034. package/build/web/icons/diagram.icon.svg +3 -0
  1035. package/build/web/icons/diamond.icon.svg +3 -0
  1036. package/build/web/icons/direction.icon.svg +3 -0
  1037. package/build/web/icons/document.icon.svg +3 -0
  1038. package/build/web/icons/donate.icon.svg +3 -0
  1039. package/build/web/icons/download-pdf.icon.svg +3 -0
  1040. package/build/web/icons/download-pdfs.icon.svg +3 -0
  1041. package/build/web/icons/download.icon.svg +3 -0
  1042. package/build/web/icons/edit.icon.svg +3 -0
  1043. package/build/web/icons/email.icon.svg +3 -0
  1044. package/build/web/icons/escalations.icon.svg +3 -0
  1045. package/build/web/icons/expand.icon.svg +3 -0
  1046. package/build/web/icons/favourite-network.icon.svg +3 -0
  1047. package/build/web/icons/files.icon.svg +3 -0
  1048. package/build/web/icons/fingerprint.icon.svg +3 -0
  1049. package/build/web/icons/firewall.icon.svg +3 -0
  1050. package/build/web/icons/flag.icon.svg +3 -0
  1051. package/build/web/icons/fullscreen-expand.icon.svg +3 -0
  1052. package/build/web/icons/fullscreen-minimize.icon.svg +3 -0
  1053. package/build/web/icons/gift.icon.svg +3 -0
  1054. package/build/web/icons/globe1.icon.svg +3 -0
  1055. package/build/web/icons/globe2.icon.svg +3 -0
  1056. package/build/web/icons/grid.icon.svg +3 -0
  1057. package/build/web/icons/head-both.icon.svg +3 -0
  1058. package/build/web/icons/head-female.icon.svg +3 -0
  1059. package/build/web/icons/head-male.icon.svg +3 -0
  1060. package/build/web/icons/headset.icon.svg +3 -0
  1061. package/build/web/icons/heart.icon.svg +3 -0
  1062. package/build/web/icons/heartbeat.icon.svg +3 -0
  1063. package/build/web/icons/helpdesk.icon.svg +3 -0
  1064. package/build/web/icons/home-security.icon.svg +3 -0
  1065. package/build/web/icons/home.icon.svg +3 -0
  1066. package/build/web/icons/idtag.icon.svg +3 -0
  1067. package/build/web/icons/index.js +235 -0
  1068. package/build/web/icons/infinite.icon.svg +3 -0
  1069. package/build/web/icons/information.icon.svg +3 -0
  1070. package/build/web/icons/internet.icon.svg +3 -0
  1071. package/build/web/icons/invisible.icon.svg +3 -0
  1072. package/build/web/icons/key.icon.svg +3 -0
  1073. package/build/web/icons/laptop.icon.svg +3 -0
  1074. package/build/web/icons/layers.icon.svg +3 -0
  1075. package/build/web/icons/leak-detect.icon.svg +3 -0
  1076. package/build/web/icons/lifesaver.icon.svg +3 -0
  1077. package/build/web/icons/lightbulb.icon.svg +3 -0
  1078. package/build/web/icons/link-external.icon.svg +3 -0
  1079. package/build/web/icons/list.icon.svg +3 -0
  1080. package/build/web/icons/location-add.icon.svg +3 -0
  1081. package/build/web/icons/location-home.icon.svg +3 -0
  1082. package/build/web/icons/location-ineligible.icon.svg +3 -0
  1083. package/build/web/icons/location-map.icon.svg +3 -0
  1084. package/build/web/icons/location-regular.icon.svg +3 -0
  1085. package/build/web/icons/location-remove.icon.svg +3 -0
  1086. package/build/web/icons/location-success.icon.svg +3 -0
  1087. package/build/web/icons/location-verified.icon.svg +3 -0
  1088. package/build/web/icons/lock-closed.icon.svg +3 -0
  1089. package/build/web/icons/lock-opened.icon.svg +3 -0
  1090. package/build/web/icons/login-form.icon.svg +3 -0
  1091. package/build/web/icons/magnify.icon.svg +3 -0
  1092. package/build/web/icons/map.icon.svg +3 -0
  1093. package/build/web/icons/medical.icon.svg +3 -0
  1094. package/build/web/icons/messaging.icon.svg +3 -0
  1095. package/build/web/icons/mobility.icon.svg +3 -0
  1096. package/build/web/icons/modal.icon.svg +3 -0
  1097. package/build/web/icons/money.icon.svg +3 -0
  1098. package/build/web/icons/movie.icon.svg +3 -0
  1099. package/build/web/icons/music.icon.svg +3 -0
  1100. package/build/web/icons/muted.icon.svg +3 -0
  1101. package/build/web/icons/networking.icon.svg +3 -0
  1102. package/build/web/icons/news.icon.svg +3 -0
  1103. package/build/web/icons/next-gen-firewall.icon.svg +3 -0
  1104. package/build/web/icons/no-contract.icon.svg +3 -0
  1105. package/build/web/icons/notify-bold.icon.svg +3 -0
  1106. package/build/web/icons/office.icon.svg +3 -0
  1107. package/build/web/icons/offices.icon.svg +3 -0
  1108. package/build/web/icons/on-demand.icon.svg +3 -0
  1109. package/build/web/icons/on-the-go.icon.svg +3 -0
  1110. package/build/web/icons/online-security.icon.svg +3 -0
  1111. package/build/web/icons/order-ascend.icon.svg +3 -0
  1112. package/build/web/icons/order-descend.icon.svg +3 -0
  1113. package/build/web/icons/paperless.icon.svg +3 -0
  1114. package/build/web/icons/passport.icon.svg +3 -0
  1115. package/build/web/icons/pause.icon.svg +3 -0
  1116. package/build/web/icons/phone-business.icon.svg +3 -0
  1117. package/build/web/icons/phone-home.icon.svg +3 -0
  1118. package/build/web/icons/phone-reception.icon.svg +3 -0
  1119. package/build/web/icons/phone.icon.svg +3 -0
  1120. package/build/web/icons/photo.icon.svg +3 -0
  1121. package/build/web/icons/photos.icon.svg +3 -0
  1122. package/build/web/icons/piggy-bank.icon.svg +3 -0
  1123. package/build/web/icons/pik-tv.icon.svg +3 -0
  1124. package/build/web/icons/play-solid.icon.svg +3 -0
  1125. package/build/web/icons/play-video.icon.svg +3 -0
  1126. package/build/web/icons/play.icon.svg +3 -0
  1127. package/build/web/icons/preference.icon.svg +3 -0
  1128. package/build/web/icons/print.icon.svg +3 -0
  1129. package/build/web/icons/private-cloud.icon.svg +3 -0
  1130. package/build/web/icons/proactive-assurance.icon.svg +3 -0
  1131. package/build/web/icons/profile-bold.icon.svg +3 -0
  1132. package/build/web/icons/profile.icon.svg +3 -0
  1133. package/build/web/icons/question.icon.svg +3 -0
  1134. package/build/web/icons/quote-left.icon.svg +3 -0
  1135. package/build/web/icons/radar.icon.svg +3 -0
  1136. package/build/web/icons/receipt.icon.svg +3 -0
  1137. package/build/web/icons/record.icon.svg +3 -0
  1138. package/build/web/icons/refresh.icon.svg +3 -0
  1139. package/build/web/icons/remote-control.icon.svg +3 -0
  1140. package/build/web/icons/replay.icon.svg +3 -0
  1141. package/build/web/icons/router.icon.svg +3 -0
  1142. package/build/web/icons/search-bold.icon.svg +3 -0
  1143. package/build/web/icons/search.icon.svg +3 -0
  1144. package/build/web/icons/security-camera.icon.svg +3 -0
  1145. package/build/web/icons/security-house.icon.svg +3 -0
  1146. package/build/web/icons/security-mobile.icon.svg +3 -0
  1147. package/build/web/icons/security-settings.icon.svg +3 -0
  1148. package/build/web/icons/server.icon.svg +3 -0
  1149. package/build/web/icons/service-truck.icon.svg +3 -0
  1150. package/build/web/icons/settings-bold.icon.svg +3 -0
  1151. package/build/web/icons/settings-solid.icon.svg +3 -0
  1152. package/build/web/icons/settings.icon.svg +3 -0
  1153. package/build/web/icons/shared-account.icon.svg +3 -0
  1154. package/build/web/icons/shop.icon.svg +3 -0
  1155. package/build/web/icons/sign-post.icon.svg +3 -0
  1156. package/build/web/icons/signal.icon.svg +3 -0
  1157. package/build/web/icons/sim-card.icon.svg +3 -0
  1158. package/build/web/icons/smart-wear-security.icon.svg +3 -0
  1159. package/build/web/icons/soccer.icon.svg +3 -0
  1160. package/build/web/icons/speaker-phone.icon.svg +3 -0
  1161. package/build/web/icons/speaker.icon.svg +3 -0
  1162. package/build/web/icons/speed-reduced.icon.svg +3 -0
  1163. package/build/web/icons/speed.icon.svg +3 -0
  1164. package/build/web/icons/status-error.icon.svg +3 -0
  1165. package/build/web/icons/status-success.icon.svg +3 -0
  1166. package/build/web/icons/status-warning.icon.svg +3 -0
  1167. package/build/web/icons/subtract.icon.svg +3 -0
  1168. package/build/web/icons/success.icon.svg +3 -0
  1169. package/build/web/icons/suitcase.icon.svg +3 -0
  1170. package/build/web/icons/support-bold.icon.svg +3 -0
  1171. package/build/web/icons/support.icon.svg +3 -0
  1172. package/build/web/icons/support911.icon.svg +3 -0
  1173. package/build/web/icons/tablet.icon.svg +3 -0
  1174. package/build/web/icons/target.icon.svg +3 -0
  1175. package/build/web/icons/tasks.icon.svg +3 -0
  1176. package/build/web/icons/thumbs-up.icon.svg +3 -0
  1177. package/build/web/icons/time.icon.svg +3 -0
  1178. package/build/web/icons/times.icon.svg +3 -0
  1179. package/build/web/icons/tow-truck.icon.svg +3 -0
  1180. package/build/web/icons/transmitter.icon.svg +3 -0
  1181. package/build/web/icons/tv.icon.svg +3 -0
  1182. package/build/web/icons/tvchoice-and-flexibility.icon.svg +3 -0
  1183. package/build/web/icons/unmuted.icon.svg +3 -0
  1184. package/build/web/icons/upload-to-cloud.icon.svg +3 -0
  1185. package/build/web/icons/upload.icon.svg +3 -0
  1186. package/build/web/icons/usb-cable.icon.svg +3 -0
  1187. package/build/web/icons/user-add-bold.icon.svg +3 -0
  1188. package/build/web/icons/user.icon.svg +3 -0
  1189. package/build/web/icons/users.icon.svg +3 -0
  1190. package/build/web/icons/video-call.icon.svg +6 -0
  1191. package/build/web/icons/video-chat.icon.svg +3 -0
  1192. package/build/web/icons/video-games.icon.svg +3 -0
  1193. package/build/web/icons/visible.icon.svg +3 -0
  1194. package/build/web/icons/visually-impaired.icon.svg +3 -0
  1195. package/build/web/icons/warranty.icon.svg +3 -0
  1196. package/build/web/icons/watch.icon.svg +3 -0
  1197. package/build/web/icons/wifi-boost.icon.svg +3 -0
  1198. package/build/web/icons/wifi-cloud.icon.svg +3 -0
  1199. package/build/web/palette.js +405 -0
  1200. package/package.json +30 -0
  1201. package/palette.json +19 -0
@@ -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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M13.709 4.292c-.217-.09-.457-.032-.643.153L8.614 8.897a.273.273 0 0 1-.076.036H5.18a.72.72 0 0 0-.72.719v4.318a.72.72 0 0 0 .72.719l3.349-.001a.266.266 0 0 1 .079.03l4.458 4.459a.618.618 0 0 0 .436.194c.069 0 .14-.014.207-.041.217-.09.346-.301.346-.563V4.854c0-.262-.129-.472-.346-.562Zm3.146 4.87a4.292 4.292 0 0 1 1.264 3.054 4.29 4.29 0 0 1-1.264 3.052.48.48 0 1 1-.68-.678 3.333 3.333 0 0 0 .985-2.374c0-.898-.35-1.741-.985-2.375a.481.481 0 0 1 .68-.68Zm4.15 3.045c0-1.92-.75-3.729-2.108-5.088a.48.48 0 0 0-.679.678 6.196 6.196 0 0 1 1.827 4.41 6.198 6.198 0 0 1-1.827 4.411.479.479 0 1 0 .68.677 7.15 7.15 0 0 0 2.106-5.088Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ fillRule: "evenodd",
25
+ d: "M13.709 4.292c-.217-.09-.457-.032-.643.153L8.614 8.897a.273.273 0 0 1-.076.036H5.18a.72.72 0 0 0-.72.719v4.318a.72.72 0 0 0 .72.719l3.349-.001a.266.266 0 0 1 .079.03l4.458 4.459a.618.618 0 0 0 .436.194c.069 0 .14-.014.207-.041.217-.09.346-.301.346-.563V4.854c0-.262-.129-.472-.346-.562Zm3.146 4.87a4.292 4.292 0 0 1 1.264 3.054 4.29 4.29 0 0 1-1.264 3.052.48.48 0 1 1-.68-.678 3.333 3.333 0 0 0 .985-2.374c0-.898-.35-1.741-.985-2.375a.481.481 0 0 1 .68-.68Zm4.15 3.045c0-1.92-.75-3.729-2.108-5.088a.48.48 0 0 0-.679.678 6.196 6.196 0 0 1 1.827 4.41 6.198 6.198 0 0 1-1.827 4.411.479.479 0 1 0 .68.677 7.15 7.15 0 0 0 2.106-5.088Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M23.505 15.87c.243 0 .445.174.487.405l.008.088v5.555c0 1.098-.854 2-1.933 2.077l-.149.005H2.082c-1.098 0-2-.854-2.077-1.933L0 21.918v-5.555a.494.494 0 0 1 .982-.088l.008.088v5.555c0 .562.427 1.027.973 1.087l.119.006h19.836c.563 0 1.027-.427 1.087-.974l.006-.119v-5.555c0-.273.221-.494.494-.494ZM11.999 0c.063 0 .125.013.185.037.027.01.05.032.075.047l.04.021.036.026 5.158 4.76a.495.495 0 0 1-.601.782l-.07-.054-4.328-3.994v14.739a.495.495 0 0 1-.982.089l-.008-.09V1.626L7.177 5.619a.495.495 0 0 1-.73-.661l.06-.066L11.663.13c.023-.021.05-.031.076-.047.025-.015.048-.036.075-.047A.496.496 0 0 1 12 0Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ fillRule: "evenodd",
25
+ d: "M23.505 15.87c.243 0 .445.174.487.405l.008.088v5.555c0 1.098-.854 2-1.933 2.077l-.149.005H2.082c-1.098 0-2-.854-2.077-1.933L0 21.918v-5.555a.494.494 0 0 1 .982-.088l.008.088v5.555c0 .562.427 1.027.973 1.087l.119.006h19.836c.563 0 1.027-.427 1.087-.974l.006-.119v-5.555c0-.273.221-.494.494-.494ZM11.999 0c.063 0 .125.013.185.037.027.01.05.032.075.047l.04.021.036.026 5.158 4.76a.495.495 0 0 1-.601.782l-.07-.054-4.328-3.994v14.739a.495.495 0 0 1-.982.089l-.008-.09V1.626L7.177 5.619a.495.495 0 0 1-.73-.661l.06-.066L11.663.13c.023-.021.05-.031.076-.047.025-.015.048-.036.075-.047A.496.496 0 0 1 12 0Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M10.5 10a.5.5 0 0 1 .09.992L10.5 11h-5c-.778 0-1.42.596-1.493 1.356L4 12.5V18h17v-5.5c0-.778-.596-1.42-1.355-1.493L19.5 11h-5a.5.5 0 0 1-.09-.992L14.5 10h5a2.503 2.503 0 0 1 2.495 2.336L22 12.5v7a2.503 2.503 0 0 1-2.335 2.495L19.5 22H13v1h3.5a.5.5 0 0 1 .09.992L16.5 24h-8a.5.5 0 0 1-.09-.992L8.5 23H12v-1H5.5a2.503 2.503 0 0 1-2.494-2.336L3 19.5v-7a2.503 2.503 0 0 1 2.336-2.495L5.5 10h5ZM21 19H4v.5c0 .778.596 1.42 1.356 1.493L5.5 21h14c.779 0 1.42-.596 1.493-1.356L21 19.5V19ZM12.44 5.012a.57.57 0 0 1 .167.002l.081.024.018.011a.55.55 0 0 1 .102.059l.045.04 2.001 2a.502.502 0 0 1 0 .706.502.502 0 0 1-.629.064l-.079-.064L13 6.708V15.5a.5.5 0 0 1-.992.09L12 15.5V6.707l-1.146 1.146a.5.5 0 0 1-.764-.638l.057-.069 2.001-2a.494.494 0 0 1 .224-.12c.023-.007.044-.01.067-.014ZM11.5 0c3.565 0 6.652 2.623 7.346 6.169C21.758 6.383 24 8.818 24 11.779c0 .465-.068.938-.216 1.488a.499.499 0 0 1-.615.358.513.513 0 0 1-.349-.63c.123-.46.18-.845.18-1.216 0-2.541-2.018-4.609-4.5-4.609-.258-.004-.538-.176-.573-.432-.453-3.257-3.216-5.714-6.427-5.714-3.584 0-6.5 2.987-6.5 6.658 0 .289.024.594.076.96a.522.522 0 0 1-.12.412.563.563 0 0 1-.383.173l-.075-.006a.64.64 0 0 1-.032-.005C2.57 9.218 1 10.826 1 12.803c0 .864.303 1.676.876 2.347a.52.52 0 0 1-.047.723.491.491 0 0 1-.705-.048A4.662 4.662 0 0 1 0 12.803c0-2.376 1.765-4.338 4.022-4.583A6.723 6.723 0 0 1 4 7.682C4 3.446 7.365 0 11.5 0Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ fillRule: "evenodd",
25
+ d: "M10.5 10a.5.5 0 0 1 .09.992L10.5 11h-5c-.778 0-1.42.596-1.493 1.356L4 12.5V18h17v-5.5c0-.778-.596-1.42-1.355-1.493L19.5 11h-5a.5.5 0 0 1-.09-.992L14.5 10h5a2.503 2.503 0 0 1 2.495 2.336L22 12.5v7a2.503 2.503 0 0 1-2.335 2.495L19.5 22H13v1h3.5a.5.5 0 0 1 .09.992L16.5 24h-8a.5.5 0 0 1-.09-.992L8.5 23H12v-1H5.5a2.503 2.503 0 0 1-2.494-2.336L3 19.5v-7a2.503 2.503 0 0 1 2.336-2.495L5.5 10h5ZM21 19H4v.5c0 .778.596 1.42 1.356 1.493L5.5 21h14c.779 0 1.42-.596 1.493-1.356L21 19.5V19ZM12.44 5.012a.57.57 0 0 1 .167.002l.081.024.018.011a.55.55 0 0 1 .102.059l.045.04 2.001 2a.502.502 0 0 1 0 .706.502.502 0 0 1-.629.064l-.079-.064L13 6.708V15.5a.5.5 0 0 1-.992.09L12 15.5V6.707l-1.146 1.146a.5.5 0 0 1-.764-.638l.057-.069 2.001-2a.494.494 0 0 1 .224-.12c.023-.007.044-.01.067-.014ZM11.5 0c3.565 0 6.652 2.623 7.346 6.169C21.758 6.383 24 8.818 24 11.779c0 .465-.068.938-.216 1.488a.499.499 0 0 1-.615.358.513.513 0 0 1-.349-.63c.123-.46.18-.845.18-1.216 0-2.541-2.018-4.609-4.5-4.609-.258-.004-.538-.176-.573-.432-.453-3.257-3.216-5.714-6.427-5.714-3.584 0-6.5 2.987-6.5 6.658 0 .289.024.594.076.96a.522.522 0 0 1-.12.412.563.563 0 0 1-.383.173l-.075-.006a.64.64 0 0 1-.032-.005C2.57 9.218 1 10.826 1 12.803c0 .864.303 1.676.876 2.347a.52.52 0 0 1-.047.723.491.491 0 0 1-.705-.048A4.662 4.662 0 0 1 0 12.803c0-2.376 1.765-4.338 4.022-4.583A6.723 6.723 0 0 1 4 7.682C4 3.446 7.365 0 11.5 0Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M5.5 2h-2a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5ZM5 4H4V3h1v1Zm14.5-4A4.505 4.505 0 0 0 15 4.5V19c0 2.206-1.794 4-4 4s-4-1.794-4-4v-.025c3.351-.257 6-3.059 6-6.475v-3c0-.651-.419-1.201-1-1.408V.5a.5.5 0 0 0-.5-.5h-10a.5.5 0 0 0-.5.5v7.592c-.581.207-1 .757-1 1.408v3c0 3.415 2.649 6.218 6 6.475V19c0 2.757 2.243 5 5 5s5-2.243 5-5V4.5C16 2.57 17.57 1 19.5 1S23 2.57 23 4.5v4a.5.5 0 0 0 1 0v-4C24 2.019 21.981 0 19.5 0ZM2 1h9v7H2V1ZM1 12.5v-3a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v3c0 3.033-2.467 5.5-5.5 5.5A5.506 5.506 0 0 1 1 12.5ZM9.5 2h-2a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5ZM9 4H8V3h1v1Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ fillRule: "evenodd",
25
+ d: "M5.5 2h-2a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5ZM5 4H4V3h1v1Zm14.5-4A4.505 4.505 0 0 0 15 4.5V19c0 2.206-1.794 4-4 4s-4-1.794-4-4v-.025c3.351-.257 6-3.059 6-6.475v-3c0-.651-.419-1.201-1-1.408V.5a.5.5 0 0 0-.5-.5h-10a.5.5 0 0 0-.5.5v7.592c-.581.207-1 .757-1 1.408v3c0 3.415 2.649 6.218 6 6.475V19c0 2.757 2.243 5 5 5s5-2.243 5-5V4.5C16 2.57 17.57 1 19.5 1S23 2.57 23 4.5v4a.5.5 0 0 0 1 0v-4C24 2.019 21.981 0 19.5 0ZM2 1h9v7H2V1ZM1 12.5v-3a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v3c0 3.033-2.467 5.5-5.5 5.5A5.506 5.506 0 0 1 1 12.5ZM9.5 2h-2a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5ZM9 4H8V3h1v1Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "m19.25 20.195-2.868-1.245c-.917-.374-1.347-1.814-1.445-2.379.648-.592 1.321-1.523 1.321-2.416 0-.252.061-.352.087-.383a.521.521 0 0 0 .322-.299c.02-.048.488-1.186.488-1.957a.56.56 0 0 0-.016-.129 1.22 1.22 0 0 0-.433-.663V8.437c0-1.484-.477-2.059-.911-2.383-.124-.804-1.017-2.096-3.647-2.096-2.824 0-4.558 2.609-4.558 4.479v2.287a1.224 1.224 0 0 0-.433.663.524.524 0 0 0-.016.129c0 .747.438 1.835.487 1.956.067.164.18.266.308.292.001.001.103.069.103.391 0 .892.672 1.823 1.32 2.416-.098.565-.528 2.005-1.439 2.377l-3.17 1.249A10.953 10.953 0 0 1 1.042 12C1.042 5.957 5.958 1.041 12 1.041S22.958 5.957 22.958 12c0 3.126-1.351 6.108-3.708 8.195Zm-10.942-.28c1.589-.65 2.119-2.991 2.119-3.561a.52.52 0 0 0-.194-.406c-.558-.451-1.152-1.233-1.152-1.793 0-.742-.332-1.097-.555-1.251-.152-.413-.316-.957-.339-1.308l.002-.005a.521.521 0 0 0 .443-.515V8.437C8.632 7.036 10.002 5 12.149 5c1.867 0 2.517.749 2.611 1.169a.492.492 0 0 0-.018.182c.03.282.24.414.356.487.183.113.567.351.567 1.6v2.639a.5.5 0 0 0 .44.512.047.047 0 0 0 .005.01c-.023.349-.186.893-.339 1.306-.192.134-.554.487-.554 1.25 0 .56-.594 1.342-1.154 1.795a.522.522 0 0 0-.192.404c0 .571.527 2.911 2.108 3.556l2.345 1.018A10.836 10.836 0 0 1 12 22.958c-2.267 0-4.441-.696-6.303-2.014l2.611-1.029ZM12 0C5.383 0 0 5.383 0 12s5.383 12 12 12 12-5.383 12-12S18.617 0 12 0Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ fillRule: "evenodd",
25
+ d: "m19.25 20.195-2.868-1.245c-.917-.374-1.347-1.814-1.445-2.379.648-.592 1.321-1.523 1.321-2.416 0-.252.061-.352.087-.383a.521.521 0 0 0 .322-.299c.02-.048.488-1.186.488-1.957a.56.56 0 0 0-.016-.129 1.22 1.22 0 0 0-.433-.663V8.437c0-1.484-.477-2.059-.911-2.383-.124-.804-1.017-2.096-3.647-2.096-2.824 0-4.558 2.609-4.558 4.479v2.287a1.224 1.224 0 0 0-.433.663.524.524 0 0 0-.016.129c0 .747.438 1.835.487 1.956.067.164.18.266.308.292.001.001.103.069.103.391 0 .892.672 1.823 1.32 2.416-.098.565-.528 2.005-1.439 2.377l-3.17 1.249A10.953 10.953 0 0 1 1.042 12C1.042 5.957 5.958 1.041 12 1.041S22.958 5.957 22.958 12c0 3.126-1.351 6.108-3.708 8.195Zm-10.942-.28c1.589-.65 2.119-2.991 2.119-3.561a.52.52 0 0 0-.194-.406c-.558-.451-1.152-1.233-1.152-1.793 0-.742-.332-1.097-.555-1.251-.152-.413-.316-.957-.339-1.308l.002-.005a.521.521 0 0 0 .443-.515V8.437C8.632 7.036 10.002 5 12.149 5c1.867 0 2.517.749 2.611 1.169a.492.492 0 0 0-.018.182c.03.282.24.414.356.487.183.113.567.351.567 1.6v2.639a.5.5 0 0 0 .44.512.047.047 0 0 0 .005.01c-.023.349-.186.893-.339 1.306-.192.134-.554.487-.554 1.25 0 .56-.594 1.342-1.154 1.795a.522.522 0 0 0-.192.404c0 .571.527 2.911 2.108 3.556l2.345 1.018A10.836 10.836 0 0 1 12 22.958c-2.267 0-4.441-.696-6.303-2.014l2.611-1.029ZM12 0C5.383 0 0 5.383 0 12s5.383 12 12 12 12-5.383 12-12S18.617 0 12 0Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M18.205 14C20.85 14 23 16.085 23 18.647c0 2.562-2.15 4.647-4.795 4.647-2.644 0-4.795-2.085-4.795-4.647 0-2.562 2.151-4.647 4.795-4.647Zm0 1.72c-1.68 0-3.047 1.313-3.047 2.927s1.366 2.927 3.047 2.927c1.68 0 3.048-1.313 3.048-2.927s-1.368-2.927-3.048-2.927Zm0 .782c.42 0 .768.311.82.713l.006.102v.515h.552a.82.82 0 0 1 .825.815.819.819 0 0 1-.722.808l-.103.006h-.552v.516a.821.821 0 0 1-.826.814.823.823 0 0 1-.82-.712l-.006-.102v-.516h-.55a.821.821 0 0 1-.827-.814.82.82 0 0 1 .723-.808l.103-.007h.551v-.515c0-.45.37-.815.825-.815ZM10.038 1c1.072 0 1.609.231 2.13.662 1.73.012 2.636 1.561 2.69 4.605l.003.3c0 2.992 1.033 3.9 1.043 3.909.243.184.38.484.356.795a.925.925 0 0 1-.474.738l-.16.069c-.44.178-1.715.64-3.248.899a.965.965 0 0 1-.732-.16.89.89 0 0 1-.371-.594.966.966 0 0 1 .751-1.074c.742-.1 1.331-.237 1.777-.368-.42-.787-.81-2.015-.851-3.879l-.004-.335c0-2.149-.444-2.981-.764-3.042l-.037-.004h-.352a.974.974 0 0 1-.665-.26l-.164-.15c-.242-.215-.374-.251-.928-.251-.255 0-.993.17-1.644.695-.838.678-1.263 1.691-1.263 3.012 0 2.054-.413 3.382-.858 4.216.44.129 1.019.263 1.734.356a.967.967 0 0 1 .658.391.91.91 0 0 1 .164.646l-.021.114-.302 1.132a.938.938 0 0 1-.588.638l-.112.034-2.898.682c-.765.181-1.387.661-1.722 1.296l-.078.162h2.053c.527 0 .957.418.957.931a.924.924 0 0 1-.833.924l-.111.007H1.956a.977.977 0 0 1-.663-.26.925.925 0 0 1-.293-.67c0-1.923 1.325-3.597 3.249-4.141l.208-.054 1.472-.348c-1.092-.296-1.644-.617-1.65-.62a.916.916 0 0 1-.168-1.476l.105-.087c.108-.11.94-1.032.997-3.593l.003-.28C5.216 2.4 8.53 1 10.04 1Zm8.45 0c1.45 0 2.514.472 3.16 1.404.67.96.674 1.932.017 2.69l-.122.132-.1.097-.034.635a1.56 1.56 0 0 1 .66 1.32l-.012.15-.175 1.325a1.587 1.587 0 0 1-.832 1.187 5.361 5.361 0 0 1-1.462 2.555.91.91 0 0 1-.711.32c-.204 0-.414-.061-.594-.193a.914.914 0 0 1-.371-.63.941.941 0 0 1 .133-.615l.076-.106.054-.056c.607-.535 1.009-1.31 1.074-2.073a.93.93 0 0 1 .653-.809l.11-.028.113-.852a.93.93 0 0 1-.659-.806l-.002-.127.086-1.657a.898.898 0 0 1 .208-.533l.082-.087.35-.331c.05-.05.117-.119-.127-.47-.268-.387-.798-.584-1.574-.584-.655 0-1.352.06-1.999.493a.982.982 0 0 1-1.315-.218.906.906 0 0 1-.172-.698.934.934 0 0 1 .402-.615C16.632 1 17.933 1 18.489 1Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ fillRule: "evenodd",
25
+ d: "M18.205 14C20.85 14 23 16.085 23 18.647c0 2.562-2.15 4.647-4.795 4.647-2.644 0-4.795-2.085-4.795-4.647 0-2.562 2.151-4.647 4.795-4.647Zm0 1.72c-1.68 0-3.047 1.313-3.047 2.927s1.366 2.927 3.047 2.927c1.68 0 3.048-1.313 3.048-2.927s-1.368-2.927-3.048-2.927Zm0 .782c.42 0 .768.311.82.713l.006.102v.515h.552a.82.82 0 0 1 .825.815.819.819 0 0 1-.722.808l-.103.006h-.552v.516a.821.821 0 0 1-.826.814.823.823 0 0 1-.82-.712l-.006-.102v-.516h-.55a.821.821 0 0 1-.827-.814.82.82 0 0 1 .723-.808l.103-.007h.551v-.515c0-.45.37-.815.825-.815ZM10.038 1c1.072 0 1.609.231 2.13.662 1.73.012 2.636 1.561 2.69 4.605l.003.3c0 2.992 1.033 3.9 1.043 3.909.243.184.38.484.356.795a.925.925 0 0 1-.474.738l-.16.069c-.44.178-1.715.64-3.248.899a.965.965 0 0 1-.732-.16.89.89 0 0 1-.371-.594.966.966 0 0 1 .751-1.074c.742-.1 1.331-.237 1.777-.368-.42-.787-.81-2.015-.851-3.879l-.004-.335c0-2.149-.444-2.981-.764-3.042l-.037-.004h-.352a.974.974 0 0 1-.665-.26l-.164-.15c-.242-.215-.374-.251-.928-.251-.255 0-.993.17-1.644.695-.838.678-1.263 1.691-1.263 3.012 0 2.054-.413 3.382-.858 4.216.44.129 1.019.263 1.734.356a.967.967 0 0 1 .658.391.91.91 0 0 1 .164.646l-.021.114-.302 1.132a.938.938 0 0 1-.588.638l-.112.034-2.898.682c-.765.181-1.387.661-1.722 1.296l-.078.162h2.053c.527 0 .957.418.957.931a.924.924 0 0 1-.833.924l-.111.007H1.956a.977.977 0 0 1-.663-.26.925.925 0 0 1-.293-.67c0-1.923 1.325-3.597 3.249-4.141l.208-.054 1.472-.348c-1.092-.296-1.644-.617-1.65-.62a.916.916 0 0 1-.168-1.476l.105-.087c.108-.11.94-1.032.997-3.593l.003-.28C5.216 2.4 8.53 1 10.04 1Zm8.45 0c1.45 0 2.514.472 3.16 1.404.67.96.674 1.932.017 2.69l-.122.132-.1.097-.034.635a1.56 1.56 0 0 1 .66 1.32l-.012.15-.175 1.325a1.587 1.587 0 0 1-.832 1.187 5.361 5.361 0 0 1-1.462 2.555.91.91 0 0 1-.711.32c-.204 0-.414-.061-.594-.193a.914.914 0 0 1-.371-.63.941.941 0 0 1 .133-.615l.076-.106.054-.056c.607-.535 1.009-1.31 1.074-2.073a.93.93 0 0 1 .653-.809l.11-.028.113-.852a.93.93 0 0 1-.659-.806l-.002-.127.086-1.657a.898.898 0 0 1 .208-.533l.082-.087.35-.331c.05-.05.117-.119-.127-.47-.268-.387-.798-.584-1.574-.584-.655 0-1.352.06-1.999.493a.982.982 0 0 1-1.315-.218.906.906 0 0 1-.172-.698.934.934 0 0 1 .402-.615C16.632 1 17.933 1 18.489 1Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M12 12.348c2.137 0 4.046.993 5.29 2.542a4.666 4.666 0 0 1 2.014-.455A4.701 4.701 0 0 1 24 19.13a.522.522 0 0 1-1.044 0 3.656 3.656 0 0 0-5.07-3.366 6.74 6.74 0 0 1 .897 3.366.522.522 0 0 1-1.044 0A5.745 5.745 0 0 0 12 13.391a5.745 5.745 0 0 0-5.74 5.74.522.522 0 0 1-1.043 0 6.74 6.74 0 0 1 .896-3.367 3.656 3.656 0 0 0-5.07 3.366.522.522 0 0 1-1.043 0 4.701 4.701 0 0 1 6.71-4.242 6.774 6.774 0 0 1 5.29-2.54ZM4.77 13.39a2.612 2.612 0 0 1-2.609-2.608 2.612 2.612 0 0 1 2.609-2.61 2.612 2.612 0 0 1 2.608 2.61A2.612 2.612 0 0 1 4.77 13.39Zm0-4.174a1.567 1.567 0 0 0 0 3.131 1.567 1.567 0 0 0 0-3.131ZM12 11.304a3.656 3.656 0 0 1-3.652-3.652A3.656 3.656 0 0 1 12 4a3.656 3.656 0 0 1 3.652 3.652A3.656 3.656 0 0 1 12 11.304Zm0-6.26a2.612 2.612 0 0 0-2.609 2.608A2.612 2.612 0 0 0 12 10.261a2.612 2.612 0 0 0 2.609-2.609A2.612 2.612 0 0 0 12 5.043Zm7.304 8.347a2.612 2.612 0 0 1-2.608-2.608 2.612 2.612 0 0 1 2.608-2.61 2.612 2.612 0 0 1 2.609 2.61 2.612 2.612 0 0 1-2.609 2.608Zm0-4.174a1.567 1.567 0 1 0 1.566 1.566c0-.863-.703-1.566-1.566-1.566Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ fillRule: "evenodd",
25
+ d: "M12 12.348c2.137 0 4.046.993 5.29 2.542a4.666 4.666 0 0 1 2.014-.455A4.701 4.701 0 0 1 24 19.13a.522.522 0 0 1-1.044 0 3.656 3.656 0 0 0-5.07-3.366 6.74 6.74 0 0 1 .897 3.366.522.522 0 0 1-1.044 0A5.745 5.745 0 0 0 12 13.391a5.745 5.745 0 0 0-5.74 5.74.522.522 0 0 1-1.043 0 6.74 6.74 0 0 1 .896-3.367 3.656 3.656 0 0 0-5.07 3.366.522.522 0 0 1-1.043 0 4.701 4.701 0 0 1 6.71-4.242 6.774 6.774 0 0 1 5.29-2.54ZM4.77 13.39a2.612 2.612 0 0 1-2.609-2.608 2.612 2.612 0 0 1 2.609-2.61 2.612 2.612 0 0 1 2.608 2.61A2.612 2.612 0 0 1 4.77 13.39Zm0-4.174a1.567 1.567 0 0 0 0 3.131 1.567 1.567 0 0 0 0-3.131ZM12 11.304a3.656 3.656 0 0 1-3.652-3.652A3.656 3.656 0 0 1 12 4a3.656 3.656 0 0 1 3.652 3.652A3.656 3.656 0 0 1 12 11.304Zm0-6.26a2.612 2.612 0 0 0-2.609 2.608A2.612 2.612 0 0 0 12 10.261a2.612 2.612 0 0 0 2.609-2.609A2.612 2.612 0 0 0 12 5.043Zm7.304 8.347a2.612 2.612 0 0 1-2.608-2.608 2.612 2.612 0 0 1 2.608-2.61 2.612 2.612 0 0 1 2.609 2.61 2.612 2.612 0 0 1-2.609 2.608Zm0-4.174a1.567 1.567 0 1 0 1.566 1.566c0-.863-.703-1.566-1.566-1.566Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,32 @@
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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ d: "M.005 2.302c.007-.11.017-.162.023-.199a.597.597 0 0 0 .007-.041C.275.817 1.255.007 2.525.002a2015.627 2015.627 0 0 1 6.348 0h11.798c1.214 0 2.184.75 2.444 1.89.045.2.065.41.065.62.005 4.712.005 9.43.005 14.141v.006c0 .52-.13 1.005-.43 1.434-.165.235-.375.295-.575.17-.2-.13-.24-.355-.085-.59.22-.33.305-.69.305-1.084-.003-3.116-.002-6.232 0-9.348V2.567c0-1.09-.69-1.785-1.774-1.785H2.579c-1.074 0-1.774.69-1.774 1.76v12.347c0 .08.005.16.04.24l.03-.134a4.72 4.72 0 0 1 .06-.246c.35-1.2 1.13-1.98 2.334-2.31.37-.1.74-.191 1.11-.282.252-.061.504-.123.755-.187.265-.065.445-.6.27-.81a4.08 4.08 0 0 1-.865-1.725.401.401 0 0 0-.185-.23.993.993 0 0 1-.535-.795l-.037-.327c-.026-.23-.052-.46-.083-.687-.055-.405.085-.725.42-.945.12-.08.125-.16.12-.29l-.013-.279c-.019-.398-.038-.798-.002-1.19.065-.65.425-1.14 1.035-1.395.35-.145.73-.25 1.105-.29.36-.04.685-.13 1.02-.28a3.897 3.897 0 0 1 2.709-.18c.78.225 1.28.76 1.485 1.544.145.56-.21 1.295-.73 1.545-.18.09-.345.05-.47-.105s-.125-.325 0-.485c.048-.064.107-.12.165-.176.032-.03.065-.062.095-.094.215-.225.25-.42.125-.705-.285-.64-.835-.854-1.475-.89-.705-.04-1.38.056-1.985.465-.074.05-.176.062-.271.073a3.11 3.11 0 0 0-.058.007c-.142.025-.284.043-.426.062-.27.036-.54.071-.8.143-.514.145-.789.53-.779 1.065.007.386.04.773.073 1.159l.032.386c.025.355-.05.465-.405.525-.16.03-.205.11-.185.26l.006.04c.043.302.085.598.114.9.015.164.09.24.25.244.265.005.385.16.41.41.08.73.38 1.36.9 1.88.155.15.2.315.145.52-.085.315-.165.63-.24.945a.44.44 0 0 1-.365.36l-.44.108c-.581.142-1.16.285-1.74.436-.97.255-1.584.87-1.844 1.84a.386.386 0 0 0-.01.075c0 .01.002.024.007.05l.008.04h8.553c.024 0 .049 0 .073-.002a.8.8 0 0 1 .177.007c.205.035.33.155.34.37.005.215-.11.345-.31.395-.071.017-.149.016-.228.015h-.047c-2.925 0-5.849 0-8.773.005-.24 0-.465-.005-.63-.26 0 .143-.005.282-.01.417-.009.292-.018.568.02.838.095.855.775 1.424 1.624 1.424.94.004 1.877.003 2.816.002a1101.811 1101.811 0 0 1 1.473-.003.678.678 0 0 1 .186.011c.18.04.294.15.31.345.014.19-.066.33-.245.39a.97.97 0 0 1-.32.04h-4.05c-1.41 0-2.32-.72-2.619-2.1a.737.737 0 0 1-.025-.13C.005 12.01.005 7.237.005 2.303Z"
25
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
26
+ fillRule: "evenodd",
27
+ d: "M24 22.785v.098c-.15.23-.365.29-.635.29-5.437-.006-10.878-.006-16.315-.006h-.006c-.535 0-.655-.14-.615-.674.135-1.93 1.434-3.535 3.349-3.96.476-.106.946-.234 1.417-.36.3-.082.6-.163.902-.24.17-.04.226-.13.286-.29.194-.53.144-.954-.245-1.42-.495-.584-.725-1.319-.88-2.074a.365.365 0 0 0-.18-.225c-.42-.195-.665-.514-.725-.974l-.061-.485a41.147 41.147 0 0 1-.12-1.005c-.05-.51.14-.915.596-1.17.125-.07.155-.145.14-.275l-.02-.239a32.468 32.468 0 0 1-.085-1.28c-.01-.265.02-.535.07-.795.165-.895.68-1.525 1.545-1.8.361-.115.74-.173 1.118-.23.18-.028.362-.056.541-.09l.017-.003c.145-.03.298-.06.423-.132 1.25-.71 2.575-.83 3.934-.435.905.26 1.475.91 1.77 1.795.21.635.1 1.225-.375 1.714-.185.195-.28.39-.275.66.002.145-.006.292-.015.438a5.678 5.678 0 0 0-.015.437c0 .085.06.205.13.255.435.305.61.705.54 1.23-.065.455-.115.91-.165 1.364-.045.45-.255.78-.66.995-.08.04-.15.15-.17.24a5.483 5.483 0 0 1-1.29 2.64l-.01.009c-.011.009-.023.018-.02.026l.04.264c.033.233.066.467.12.696.015.07.15.134.245.16.474.128.947.251 1.419.374h.001l1.065.28c1.72.455 2.94 1.87 3.154 3.64.007.048.021.098.036.148l.02.067c.003.11.004.225.004.342Zm-.848-.5.003.083c-5.309 0-10.603 0-15.926-.01l.02-.148c.014-.096.026-.187.05-.277.344-1.345 1.16-2.24 2.514-2.61a183 183 0 0 1 2.824-.74c.245-.06.37-.19.42-.43.09-.44.195-.874.31-1.31.05-.19.01-.34-.125-.48a4.514 4.514 0 0 1-1.26-2.734c-.03-.3-.144-.415-.45-.425-.254-.01-.374-.14-.404-.38l-.046-.36a47.26 47.26 0 0 1-.13-1.08c-.03-.284.09-.419.37-.459.346-.05.45-.19.416-.545l-.026-.27a42.189 42.189 0 0 1-.124-1.495c-.01-.24.015-.48.05-.72.095-.634.45-1.094 1.06-1.27.342-.096.7-.147 1.056-.198.195-.028.39-.056.583-.091.165-.03.34-.075.48-.16 1.075-.665 2.22-.76 3.41-.425.634.18 1.029.645 1.249 1.265.135.375.085.725-.215.985-.36.31-.48.68-.465 1.144.01.283-.008.563-.026.844-.009.151-.019.303-.024.456-.015.31.075.42.375.485.245.05.355.19.33.445-.036.32-.076.638-.116.957v.001l-.064.507c-.025.204-.13.325-.345.36-.315.05-.39.14-.425.454-.125 1.05-.535 1.97-1.285 2.725-.175.175-.225.35-.16.585.105.395.2.79.285 1.19.05.244.175.374.415.434l.125.032c.909.23 1.821.46 2.725.713 1.424.4 2.234 1.375 2.534 2.8.01.047.011.096.012.151Z",
28
+ clipRule: "evenodd"
29
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
30
+ d: "M11.992 2.002a.393.393 0 0 1-.41.38.394.394 0 0 1-.37-.395.402.402 0 0 1 .386-.385c.21 0 .4.185.394.4Z"
31
+ })]
32
+ });
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ d: "M.005 2.302c.007-.11.017-.162.023-.199a.597.597 0 0 0 .007-.041C.275.817 1.255.007 2.525.002a2015.627 2015.627 0 0 1 6.348 0h11.798c1.214 0 2.184.75 2.444 1.89.045.2.065.41.065.62.005 4.712.005 9.43.005 14.141v.006c0 .52-.13 1.005-.43 1.434-.165.235-.375.295-.575.17-.2-.13-.24-.355-.085-.59.22-.33.305-.69.305-1.084-.003-3.116-.002-6.232 0-9.348V2.567c0-1.09-.69-1.785-1.774-1.785H2.579c-1.074 0-1.774.69-1.774 1.76v12.347c0 .08.005.16.04.24l.03-.134a4.72 4.72 0 0 1 .06-.246c.35-1.2 1.13-1.98 2.334-2.31.37-.1.74-.191 1.11-.282.252-.061.504-.123.755-.187.265-.065.445-.6.27-.81a4.08 4.08 0 0 1-.865-1.725.401.401 0 0 0-.185-.23.993.993 0 0 1-.535-.795l-.037-.327c-.026-.23-.052-.46-.083-.687-.055-.405.085-.725.42-.945.12-.08.125-.16.12-.29l-.013-.279c-.019-.398-.038-.798-.002-1.19.065-.65.425-1.14 1.035-1.395.35-.145.73-.25 1.105-.29.36-.04.685-.13 1.02-.28a3.897 3.897 0 0 1 2.709-.18c.78.225 1.28.76 1.485 1.544.145.56-.21 1.295-.73 1.545-.18.09-.345.05-.47-.105s-.125-.325 0-.485c.048-.064.107-.12.165-.176.032-.03.065-.062.095-.094.215-.225.25-.42.125-.705-.285-.64-.835-.854-1.475-.89-.705-.04-1.38.056-1.985.465-.074.05-.176.062-.271.073a3.11 3.11 0 0 0-.058.007c-.142.025-.284.043-.426.062-.27.036-.54.071-.8.143-.514.145-.789.53-.779 1.065.007.386.04.773.073 1.159l.032.386c.025.355-.05.465-.405.525-.16.03-.205.11-.185.26l.006.04c.043.302.085.598.114.9.015.164.09.24.25.244.265.005.385.16.41.41.08.73.38 1.36.9 1.88.155.15.2.315.145.52-.085.315-.165.63-.24.945a.44.44 0 0 1-.365.36l-.44.108c-.581.142-1.16.285-1.74.436-.97.255-1.584.87-1.844 1.84a.386.386 0 0 0-.01.075c0 .01.002.024.007.05l.008.04h8.553c.024 0 .049 0 .073-.002a.8.8 0 0 1 .177.007c.205.035.33.155.34.37.005.215-.11.345-.31.395-.071.017-.149.016-.228.015h-.047c-2.925 0-5.849 0-8.773.005-.24 0-.465-.005-.63-.26 0 .143-.005.282-.01.417-.009.292-.018.568.02.838.095.855.775 1.424 1.624 1.424.94.004 1.877.003 2.816.002a1101.811 1101.811 0 0 1 1.473-.003.678.678 0 0 1 .186.011c.18.04.294.15.31.345.014.19-.066.33-.245.39a.97.97 0 0 1-.32.04h-4.05c-1.41 0-2.32-.72-2.619-2.1a.737.737 0 0 1-.025-.13C.005 12.01.005 7.237.005 2.303Z"
25
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
26
+ fillRule: "evenodd",
27
+ d: "M24 22.785v.098c-.15.23-.365.29-.635.29-5.437-.006-10.878-.006-16.315-.006h-.006c-.535 0-.655-.14-.615-.674.135-1.93 1.434-3.535 3.349-3.96.476-.106.946-.234 1.417-.36.3-.082.6-.163.902-.24.17-.04.226-.13.286-.29.194-.53.144-.954-.245-1.42-.495-.584-.725-1.319-.88-2.074a.365.365 0 0 0-.18-.225c-.42-.195-.665-.514-.725-.974l-.061-.485a41.147 41.147 0 0 1-.12-1.005c-.05-.51.14-.915.596-1.17.125-.07.155-.145.14-.275l-.02-.239a32.468 32.468 0 0 1-.085-1.28c-.01-.265.02-.535.07-.795.165-.895.68-1.525 1.545-1.8.361-.115.74-.173 1.118-.23.18-.028.362-.056.541-.09l.017-.003c.145-.03.298-.06.423-.132 1.25-.71 2.575-.83 3.934-.435.905.26 1.475.91 1.77 1.795.21.635.1 1.225-.375 1.714-.185.195-.28.39-.275.66.002.145-.006.292-.015.438a5.678 5.678 0 0 0-.015.437c0 .085.06.205.13.255.435.305.61.705.54 1.23-.065.455-.115.91-.165 1.364-.045.45-.255.78-.66.995-.08.04-.15.15-.17.24a5.483 5.483 0 0 1-1.29 2.64l-.01.009c-.011.009-.023.018-.02.026l.04.264c.033.233.066.467.12.696.015.07.15.134.245.16.474.128.947.251 1.419.374h.001l1.065.28c1.72.455 2.94 1.87 3.154 3.64.007.048.021.098.036.148l.02.067c.003.11.004.225.004.342Zm-.848-.5.003.083c-5.309 0-10.603 0-15.926-.01l.02-.148c.014-.096.026-.187.05-.277.344-1.345 1.16-2.24 2.514-2.61a183 183 0 0 1 2.824-.74c.245-.06.37-.19.42-.43.09-.44.195-.874.31-1.31.05-.19.01-.34-.125-.48a4.514 4.514 0 0 1-1.26-2.734c-.03-.3-.144-.415-.45-.425-.254-.01-.374-.14-.404-.38l-.046-.36a47.26 47.26 0 0 1-.13-1.08c-.03-.284.09-.419.37-.459.346-.05.45-.19.416-.545l-.026-.27a42.189 42.189 0 0 1-.124-1.495c-.01-.24.015-.48.05-.72.095-.634.45-1.094 1.06-1.27.342-.096.7-.147 1.056-.198.195-.028.39-.056.583-.091.165-.03.34-.075.48-.16 1.075-.665 2.22-.76 3.41-.425.634.18 1.029.645 1.249 1.265.135.375.085.725-.215.985-.36.31-.48.68-.465 1.144.01.283-.008.563-.026.844-.009.151-.019.303-.024.456-.015.31.075.42.375.485.245.05.355.19.33.445-.036.32-.076.638-.116.957v.001l-.064.507c-.025.204-.13.325-.345.36-.315.05-.39.14-.425.454-.125 1.05-.535 1.97-1.285 2.725-.175.175-.225.35-.16.585.105.395.2.79.285 1.19.05.244.175.374.415.434l.125.032c.909.23 1.821.46 2.725.713 1.424.4 2.234 1.375 2.534 2.8.01.047.011.096.012.151Z",
28
+ clipRule: "evenodd"
29
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
30
+ d: "M11.992 2.002a.393.393 0 0 1-.41.38.394.394 0 0 1-.37-.395.402.402 0 0 1 .386-.385c.21 0 .4.185.394.4Z"
31
+ })]
32
+ });
@@ -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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M19.621 1.363a3.382 3.382 0 0 1 3.374 3.194l.005.185v10.162a3.382 3.382 0 0 1-3.194 3.373l-.185.005h-8.235l-5.254 4.25a.476.476 0 0 1-.768-.28l-.009-.09v-3.88H4.38a3.383 3.383 0 0 1-3.375-3.193L1 14.903V4.743a3.383 3.383 0 0 1 3.195-3.375l.185-.005h15.24Zm0 .953H4.378c-.647 0-1.256.252-1.714.711A2.405 2.405 0 0 0 1.96 4.55l-.008.193v10.162a2.43 2.43 0 0 0 2.267 2.42l.16.006h1.452c.233 0 .427.168.468.39l.008.087v3.357l4.608-3.728a.48.48 0 0 1 .22-.098l.08-.007h8.404a2.43 2.43 0 0 0 2.421-2.267l.006-.16V4.745A2.43 2.43 0 0 0 19.78 2.32l-.16-.005ZM8.206 5.718h6.33l.08.015a.485.485 0 0 1 .26.123.49.49 0 0 1 .131.245l.01.093v.955l2.174-1.358a.476.476 0 0 1 .721.318l.008.085v6.533a.48.48 0 0 1-.246.417.502.502 0 0 1-.405.026l-.079-.04-2.173-1.358v.961a.48.48 0 0 1-.393.462l-.085.007H8.207c-1.22 0-1.379-2.7-1.398-3.535V9.26c.019-.827.174-3.541 1.398-3.541Zm5.857.953H8.25c-.124.151-.49 1.07-.49 2.789 0 1.686.348 2.57.496 2.77l.021.025 5.79-.006-.002-1.336a.476.476 0 0 1 .652-.444l.077.038 2.174 1.359V7.053l-2.174 1.359a.475.475 0 0 1-.72-.318l-.009-.085V6.67Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ fillRule: "evenodd",
25
+ d: "M19.621 1.363a3.382 3.382 0 0 1 3.374 3.194l.005.185v10.162a3.382 3.382 0 0 1-3.194 3.373l-.185.005h-8.235l-5.254 4.25a.476.476 0 0 1-.768-.28l-.009-.09v-3.88H4.38a3.383 3.383 0 0 1-3.375-3.193L1 14.903V4.743a3.383 3.383 0 0 1 3.195-3.375l.185-.005h15.24Zm0 .953H4.378c-.647 0-1.256.252-1.714.711A2.405 2.405 0 0 0 1.96 4.55l-.008.193v10.162a2.43 2.43 0 0 0 2.267 2.42l.16.006h1.452c.233 0 .427.168.468.39l.008.087v3.357l4.608-3.728a.48.48 0 0 1 .22-.098l.08-.007h8.404a2.43 2.43 0 0 0 2.421-2.267l.006-.16V4.745A2.43 2.43 0 0 0 19.78 2.32l-.16-.005ZM8.206 5.718h6.33l.08.015a.485.485 0 0 1 .26.123.49.49 0 0 1 .131.245l.01.093v.955l2.174-1.358a.476.476 0 0 1 .721.318l.008.085v6.533a.48.48 0 0 1-.246.417.502.502 0 0 1-.405.026l-.079-.04-2.173-1.358v.961a.48.48 0 0 1-.393.462l-.085.007H8.207c-1.22 0-1.379-2.7-1.398-3.535V9.26c.019-.827.174-3.541 1.398-3.541Zm5.857.953H8.25c-.124.151-.49 1.07-.49 2.789 0 1.686.348 2.57.496 2.77l.021.025 5.79-.006-.002-1.336a.476.476 0 0 1 .652-.444l.077.038 2.174 1.359V7.053l-2.174 1.359a.475.475 0 0 1-.72-.318l-.009-.085V6.67Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M17.878 2c1.254 0 2.762 1.427 4.037 3.816C23.24 8.298 24 11.237 24 13.88c0 4.338-1.604 7.368-3.903 7.368-1.562 0-2.884-1.076-3.824-3.11a3.374 3.374 0 0 0-2.846-1.941l-.205-.006h-2.437a3.38 3.38 0 0 0-3.06 1.947c-.938 2.034-2.26 3.11-3.824 3.11C1.604 21.249 0 18.219 0 13.88c0-2.643.76-5.583 2.084-8.065C3.36 3.426 4.87 2 6.122 2c1.343 0 2.537.713 3.303 1.31.53.414 1.202.66 1.91.706l.238.007h.853c.795 0 1.56-.253 2.148-.712.766-.598 1.96-1.31 3.304-1.31Zm0 1.04c-1.047 0-2.027.592-2.664 1.09a4.512 4.512 0 0 1-2.532.926l-.256.006h-.853a4.55 4.55 0 0 1-2.788-.932c-.637-.498-1.616-1.09-2.663-1.09-1.778 0-5.083 5.573-5.083 10.84 0 3.61 1.23 6.33 2.862 6.33 1.426 0 2.354-1.363 2.882-2.508a4.42 4.42 0 0 1 3.781-2.544l.213-.006h2.445a4.416 4.416 0 0 1 3.994 2.549c.53 1.145 1.458 2.51 2.88 2.51 1.634 0 2.865-2.722 2.865-6.33 0-5.268-3.306-10.841-5.083-10.841ZM6.458 7.565c.672 0 1.316.258 1.766.71a2.48 2.48 0 0 1 .732 1.766 2.48 2.48 0 0 1-.732 1.767 2.48 2.48 0 0 1-1.766.732 2.48 2.48 0 0 1-1.767-.732 2.48 2.48 0 0 1-.732-1.767c0-.668.26-1.295.732-1.766a2.503 2.503 0 0 1 1.767-.71Zm10.689-.023a.52.52 0 0 1 .51.427l.008.093v1.46h1.461a.52.52 0 0 1 .093 1.03l-.093.009h-1.46v1.46a.52.52 0 0 1-1.031.093l-.009-.093v-1.46h-1.459a.52.52 0 0 1-.093-1.03l.093-.01h1.46V8.063a.52.52 0 0 1 .52-.52Zm-10.69 1.04c-.39 0-.756.15-1.032.427a1.45 1.45 0 0 0-.427 1.032c0 .39.151.756.427 1.032.55.552 1.516.55 2.065 0a1.45 1.45 0 0 0 .427-1.032c0-.39-.151-.756-.427-1.032a1.45 1.45 0 0 0-1.032-.428Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ fillRule: "evenodd",
25
+ d: "M17.878 2c1.254 0 2.762 1.427 4.037 3.816C23.24 8.298 24 11.237 24 13.88c0 4.338-1.604 7.368-3.903 7.368-1.562 0-2.884-1.076-3.824-3.11a3.374 3.374 0 0 0-2.846-1.941l-.205-.006h-2.437a3.38 3.38 0 0 0-3.06 1.947c-.938 2.034-2.26 3.11-3.824 3.11C1.604 21.249 0 18.219 0 13.88c0-2.643.76-5.583 2.084-8.065C3.36 3.426 4.87 2 6.122 2c1.343 0 2.537.713 3.303 1.31.53.414 1.202.66 1.91.706l.238.007h.853c.795 0 1.56-.253 2.148-.712.766-.598 1.96-1.31 3.304-1.31Zm0 1.04c-1.047 0-2.027.592-2.664 1.09a4.512 4.512 0 0 1-2.532.926l-.256.006h-.853a4.55 4.55 0 0 1-2.788-.932c-.637-.498-1.616-1.09-2.663-1.09-1.778 0-5.083 5.573-5.083 10.84 0 3.61 1.23 6.33 2.862 6.33 1.426 0 2.354-1.363 2.882-2.508a4.42 4.42 0 0 1 3.781-2.544l.213-.006h2.445a4.416 4.416 0 0 1 3.994 2.549c.53 1.145 1.458 2.51 2.88 2.51 1.634 0 2.865-2.722 2.865-6.33 0-5.268-3.306-10.841-5.083-10.841ZM6.458 7.565c.672 0 1.316.258 1.766.71a2.48 2.48 0 0 1 .732 1.766 2.48 2.48 0 0 1-.732 1.767 2.48 2.48 0 0 1-1.766.732 2.48 2.48 0 0 1-1.767-.732 2.48 2.48 0 0 1-.732-1.767c0-.668.26-1.295.732-1.766a2.503 2.503 0 0 1 1.767-.71Zm10.689-.023a.52.52 0 0 1 .51.427l.008.093v1.46h1.461a.52.52 0 0 1 .093 1.03l-.093.009h-1.46v1.46a.52.52 0 0 1-1.031.093l-.009-.093v-1.46h-1.459a.52.52 0 0 1-.093-1.03l.093-.01h1.46V8.063a.52.52 0 0 1 .52-.52Zm-10.69 1.04c-.39 0-.756.15-1.032.427a1.45 1.45 0 0 0-.427 1.032c0 .39.151.756.427 1.032.55.552 1.516.55 2.065 0a1.45 1.45 0 0 0 .427-1.032c0-.39-.151-.756-.427-1.032a1.45 1.45 0 0 0-1.032-.428Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });