@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: "M12 5c7.18 0 11.722 6.441 11.911 6.716a.5.5 0 0 1-.029.607l-.315.355C22.293 14.072 17.404 19 12 19 5.839 19 .349 12.596.118 12.323a.502.502 0 0 1-.052-.572l.052-.074C.349 11.404 5.839 5 12 5Zm0 1c-4.946 0-9.637 4.709-10.828 6l.379.399C3.166 14.058 7.48 18 12 18c4.981 0 9.704-4.778 10.854-6.027l-.223-.276C21.341 10.134 17.418 6 12 6Zm0 2c2.206 0 4 1.794 4 4s-1.794 4-4 4-4-1.794-4-4 1.794-4 4-4Zm0 1c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3Z",
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 5c7.18 0 11.722 6.441 11.911 6.716a.5.5 0 0 1-.029.607l-.315.355C22.293 14.072 17.404 19 12 19 5.839 19 .349 12.596.118 12.323a.502.502 0 0 1-.052-.572l.052-.074C.349 11.404 5.839 5 12 5Zm0 1c-4.946 0-9.637 4.709-10.828 6l.379.399C3.166 14.058 7.48 18 12 18c4.981 0 9.704-4.778 10.854-6.027l-.223-.276C21.341 10.134 17.418 6 12 6Zm0 2c2.206 0 4 1.794 4 4s-1.794 4-4 4-4-1.794-4-4 1.794-4 4-4Zm0 1c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3Z",
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: "M0 12c0 .099.03.198.089.284.189.275 4.73 6.716 11.91 6.716 1.763 0 3.47-.524 5.016-1.279l3.131 3.132a.5.5 0 0 0 .707-.707l-2.913-2.913c3.325-1.887 5.713-4.642 5.932-4.9l.01-.01a.508.508 0 0 0 .049-.07l.002-.004a.502.502 0 0 0-.05-.572C23.65 11.404 18.16 5 12 5c-1.755 0-3.456.52-4.996 1.27l-3.15-3.124a.498.498 0 0 0-.708 0 .5.5 0 0 0 0 .707L6.06 6.767C3.314 8.325 1.207 10.475.432 11.322l-.314.355A.5.5 0 0 0 0 12Zm12-3c-.632 0-1.235.194-1.738.554l-1.09.325-2.37-2.37c-.558.307-1.093.642-1.597.989l9.149 9.148-.03.03c.662-.178 1.31-.423 1.934-.711L9.172 9.879s1.086-.322 1.09-.325l4.184 4.184A3.004 3.004 0 0 0 12 9Zm-7.616.091 8.82 8.82c-.399.058-.8.089-1.204.089-.473 0-.934-.031-1.383-.09l-7.654-7.654c.423-.373.9-.77 1.421-1.165Zm-2.159 1.842 6.589 6.588c-3.755-1.134-6.425-3.98-7.446-5.218l-.222-.276c.228-.248.596-.634 1.08-1.094ZM12.117 6c4.477.066 8.732 3.956 10.333 5.6l.38.399c-.756.816-2.912 2.998-5.635 4.487l-2.034-2.034c.545-.698.84-1.553.84-2.453 0-2.206-1.794-4-4-4-.9 0-1.755.295-2.453.84L7.742 7.035C9.082 6.416 10.53 6 12 6h.116Z",
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: "M0 12c0 .099.03.198.089.284.189.275 4.73 6.716 11.91 6.716 1.763 0 3.47-.524 5.016-1.279l3.131 3.132a.5.5 0 0 0 .707-.707l-2.913-2.913c3.325-1.887 5.713-4.642 5.932-4.9l.01-.01a.508.508 0 0 0 .049-.07l.002-.004a.502.502 0 0 0-.05-.572C23.65 11.404 18.16 5 12 5c-1.755 0-3.456.52-4.996 1.27l-3.15-3.124a.498.498 0 0 0-.708 0 .5.5 0 0 0 0 .707L6.06 6.767C3.314 8.325 1.207 10.475.432 11.322l-.314.355A.5.5 0 0 0 0 12Zm12-3c-.632 0-1.235.194-1.738.554l-1.09.325-2.37-2.37c-.558.307-1.093.642-1.597.989l9.149 9.148-.03.03c.662-.178 1.31-.423 1.934-.711L9.172 9.879s1.086-.322 1.09-.325l4.184 4.184A3.004 3.004 0 0 0 12 9Zm-7.616.091 8.82 8.82c-.399.058-.8.089-1.204.089-.473 0-.934-.031-1.383-.09l-7.654-7.654c.423-.373.9-.77 1.421-1.165Zm-2.159 1.842 6.589 6.588c-3.755-1.134-6.425-3.98-7.446-5.218l-.222-.276c.228-.248.596-.634 1.08-1.094ZM12.117 6c4.477.066 8.732 3.956 10.333 5.6l.38.399c-.756.816-2.912 2.998-5.635 4.487l-2.034-2.034c.545-.698.84-1.553.84-2.453 0-2.206-1.794-4-4-4-.9 0-1.755.295-2.453.84L7.742 7.035C9.082 6.416 10.53 6 12 6h.116Z",
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: "m22.853.147 1 1a.5.5 0 0 1 .094.577l-2 4A.5.5 0 0 1 21.5 6h-1.293l-5.604 5.604a.502.502 0 0 1-.082.066l8.708 8.471c.492.493.771 1.169.771 1.858A2.002 2.002 0 0 1 22 24a2.6 2.6 0 0 1-1.853-.768l-8.143-8.371-.03.04-.034.039c-.284.283-.44.659-.44 1.06 0 .127-.05.251-.137.344l-6.292 6.79A2.903 2.903 0 0 1 3 24c-.77 0-1.52-.311-2.062-.853l-.093-.097A2.885 2.885 0 0 1 0 21c0-.77.311-1.52.853-2.061l6.898-6.225a.5.5 0 0 1 .243-.12l.094-.009c.35 0 .68-.12.948-.339l.111-.1a.5.5 0 0 1 .127-.092l-1.79-1.839a1.496 1.496 0 0 0-1.462-.402C5.548 9.94 5.223 10 5 10a5.023 5.023 0 0 1-3.639-1.57A4.964 4.964 0 0 1 .009 4.699a.5.5 0 0 1 .26-.41.537.537 0 0 1 .517 0L3.521 5.93a2.715 2.715 0 0 0 1.465-2.155L1.931 1.941a.5.5 0 0 1-.057-.817A4.954 4.954 0 0 1 4.894.001c1.234-.022 2.438.485 3.395 1.44C9.516 2.667 10.011 4.277 9.722 6.1c-.078.49.083.983.431 1.321l2.155 2.097a.5.5 0 0 1 .089-.121L18 3.793V2.5a.5.5 0 0 1 .276-.447l4-2a.497.497 0 0 1 .577.094Zm-17.938.854c-.63.014-1.24.18-1.798.487l2.64 1.583A.5.5 0 0 1 6 3.5a3.716 3.716 0 0 1-2.065 3.342l-.211.105a.504.504 0 0 1-.481-.018L1.045 5.61a3.967 3.967 0 0 0 1.044 2.133A3.963 3.963 0 0 0 5 9l.094-.007c.109-.013.31-.05.669-.146a2.5 2.5 0 0 1 2.438.671L20.859 22.53c.301.302.708.47 1.141.47.552 0 1-.449 1-1 0-.433-.169-.84-.475-1.146L9.454 8.139a2.513 2.513 0 0 1-.722-2.194c.24-1.515-.146-2.792-1.151-3.795C6.82 1.389 5.918.981 4.915 1.001Zm4.939 11.853a2.474 2.474 0 0 1-1.566.724l-6.746 6.086c-.338.337-.542.83-.542 1.333 0 .514.199.993.56 1.354l.094.098c.703.703 1.982.707 2.697-.008l6.157-6.646a2.48 2.48 0 0 1 .725-1.563.502.502 0 0 1 .09-.071L9.94 12.739a.503.503 0 0 1-.086.115ZM22.401 1.109 19 2.809V4c0 .133-.053.26-.146.354l-5.75 5.75a.5.5 0 0 1-.108.082l.826.805a.498.498 0 0 1 .074-.094l5.75-5.75A.5.5 0 0 1 20 5h1.191l1.7-3.401-.49-.49Z",
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: "m22.853.147 1 1a.5.5 0 0 1 .094.577l-2 4A.5.5 0 0 1 21.5 6h-1.293l-5.604 5.604a.502.502 0 0 1-.082.066l8.708 8.471c.492.493.771 1.169.771 1.858A2.002 2.002 0 0 1 22 24a2.6 2.6 0 0 1-1.853-.768l-8.143-8.371-.03.04-.034.039c-.284.283-.44.659-.44 1.06 0 .127-.05.251-.137.344l-6.292 6.79A2.903 2.903 0 0 1 3 24c-.77 0-1.52-.311-2.062-.853l-.093-.097A2.885 2.885 0 0 1 0 21c0-.77.311-1.52.853-2.061l6.898-6.225a.5.5 0 0 1 .243-.12l.094-.009c.35 0 .68-.12.948-.339l.111-.1a.5.5 0 0 1 .127-.092l-1.79-1.839a1.496 1.496 0 0 0-1.462-.402C5.548 9.94 5.223 10 5 10a5.023 5.023 0 0 1-3.639-1.57A4.964 4.964 0 0 1 .009 4.699a.5.5 0 0 1 .26-.41.537.537 0 0 1 .517 0L3.521 5.93a2.715 2.715 0 0 0 1.465-2.155L1.931 1.941a.5.5 0 0 1-.057-.817A4.954 4.954 0 0 1 4.894.001c1.234-.022 2.438.485 3.395 1.44C9.516 2.667 10.011 4.277 9.722 6.1c-.078.49.083.983.431 1.321l2.155 2.097a.5.5 0 0 1 .089-.121L18 3.793V2.5a.5.5 0 0 1 .276-.447l4-2a.497.497 0 0 1 .577.094Zm-17.938.854c-.63.014-1.24.18-1.798.487l2.64 1.583A.5.5 0 0 1 6 3.5a3.716 3.716 0 0 1-2.065 3.342l-.211.105a.504.504 0 0 1-.481-.018L1.045 5.61a3.967 3.967 0 0 0 1.044 2.133A3.963 3.963 0 0 0 5 9l.094-.007c.109-.013.31-.05.669-.146a2.5 2.5 0 0 1 2.438.671L20.859 22.53c.301.302.708.47 1.141.47.552 0 1-.449 1-1 0-.433-.169-.84-.475-1.146L9.454 8.139a2.513 2.513 0 0 1-.722-2.194c.24-1.515-.146-2.792-1.151-3.795C6.82 1.389 5.918.981 4.915 1.001Zm4.939 11.853a2.474 2.474 0 0 1-1.566.724l-6.746 6.086c-.338.337-.542.83-.542 1.333 0 .514.199.993.56 1.354l.094.098c.703.703 1.982.707 2.697-.008l6.157-6.646a2.48 2.48 0 0 1 .725-1.563.502.502 0 0 1 .09-.071L9.94 12.739a.503.503 0 0 1-.086.115ZM22.401 1.109 19 2.809V4c0 .133-.053.26-.146.354l-5.75 5.75a.5.5 0 0 1-.108.082l.826.805a.498.498 0 0 1 .074-.094l5.75-5.75A.5.5 0 0 1 20 5h1.191l1.7-3.401-.49-.49Z",
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: "M14.39 18.5H9.611l.8 4h3.18l.799-4Zm1.11 0h-.089l-.2 1h.489c.33 0 .6-.224.6-.5l.001-.576c-.249.05-.516.076-.801.076Zm-7.8-.076V19c0 .276.27.5.6.5h.49l-.2-1H8.5c-.285 0-.552-.026-.8-.076ZM16.5 6.5h-8c-1.327 0-2 .673-2 2v8c0 .327.673 1 2 1h8c.327 0 1-.673 1-1v-8c0-1.327-.673-2-1-2Zm0 1c-.224 0 0 .224 0 1v7.997l-.005-.048c-.032-.135-.199.05.005.05h-8c-.724 0-.968-.194-.997-.038l-.003.033V8.5c0-.776.224-1 1-1h8Zm-1 1h-7v7h7v-7Zm3 7c0 1.064-.36 1.885-1.014 2.398A.36.36 0 0 1 17.5 18v1c0 .827-.808 1.5-1.8 1.5h-.6l-.088-.006-.52 2.604A.502.502 0 0 1 14 23.5h-4a.5.5 0 0 1-.49-.402l-.52-2.604-.045.004-.645.002c-.992 0-1.8-.673-1.8-1.5v-1a.42.42 0 0 1 .013-.103C5.86 17.385 5.5 16.564 5.5 15.5V10a.5.5 0 0 1-1 0V9a.5.5 0 0 1 1 0V7.5c0-.495.356-1.067 1.003-1.472L6.5 6V5c0-.827.808-1.5 1.8-1.5h.6l.089.006L9.51.902A.5.5 0 0 1 10 .5h4a.5.5 0 0 1 .49.402l.521 2.603.089-.005h.6c.992 0 1.8.673 1.8 1.5v1l-.003.028c.647.405 1.003.977 1.003 1.472V9a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0v4a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0v.5Zm-9.71-11H8.3c-.33 0-.6.224-.6.5v.572a4.33 4.33 0 0 1 .8-.072h.09l.2-1Zm6.91 0h-.49l.2 1h.09c.285 0 .552.025.8.072V5c0-.276-.27-.5-.6-.5Zm-2.11-3h-3.18l-.8 4h4.78l-.8-4Z",
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: "M14.39 18.5H9.611l.8 4h3.18l.799-4Zm1.11 0h-.089l-.2 1h.489c.33 0 .6-.224.6-.5l.001-.576c-.249.05-.516.076-.801.076Zm-7.8-.076V19c0 .276.27.5.6.5h.49l-.2-1H8.5c-.285 0-.552-.026-.8-.076ZM16.5 6.5h-8c-1.327 0-2 .673-2 2v8c0 .327.673 1 2 1h8c.327 0 1-.673 1-1v-8c0-1.327-.673-2-1-2Zm0 1c-.224 0 0 .224 0 1v7.997l-.005-.048c-.032-.135-.199.05.005.05h-8c-.724 0-.968-.194-.997-.038l-.003.033V8.5c0-.776.224-1 1-1h8Zm-1 1h-7v7h7v-7Zm3 7c0 1.064-.36 1.885-1.014 2.398A.36.36 0 0 1 17.5 18v1c0 .827-.808 1.5-1.8 1.5h-.6l-.088-.006-.52 2.604A.502.502 0 0 1 14 23.5h-4a.5.5 0 0 1-.49-.402l-.52-2.604-.045.004-.645.002c-.992 0-1.8-.673-1.8-1.5v-1a.42.42 0 0 1 .013-.103C5.86 17.385 5.5 16.564 5.5 15.5V10a.5.5 0 0 1-1 0V9a.5.5 0 0 1 1 0V7.5c0-.495.356-1.067 1.003-1.472L6.5 6V5c0-.827.808-1.5 1.8-1.5h.6l.089.006L9.51.902A.5.5 0 0 1 10 .5h4a.5.5 0 0 1 .49.402l.521 2.603.089-.005h.6c.992 0 1.8.673 1.8 1.5v1l-.003.028c.647.405 1.003.977 1.003 1.472V9a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0v4a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0v.5Zm-9.71-11H8.3c-.33 0-.6.224-.6.5v.572a4.33 4.33 0 0 1 .8-.072h.09l.2-1Zm6.91 0h-.49l.2 1h.09c.285 0 .552.025.8.072V5c0-.276-.27-.5-.6-.5Zm-2.11-3h-3.18l-.8 4h4.78l-.8-4Z",
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: "M9.556 1A8.556 8.556 0 0 0 1 9.556v4.888A8.556 8.556 0 0 0 9.556 23h4.888A8.556 8.556 0 0 0 23 14.444V9.556A8.556 8.556 0 0 0 14.444 1H9.556ZM14.4 0A9.6 9.6 0 0 1 24 9.6v4.8a9.6 9.6 0 0 1-9.6 9.6H9.6A9.6 9.6 0 0 1 0 14.4V9.6A9.6 9.6 0 0 1 9.6 0h4.8ZM12 14a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-1.768-1.267a.5.5 0 0 0 .707.707c.566-.566 1.555-.566 2.121 0a.502.502 0 0 0 .707 0 .5.5 0 0 0 0-.707c-.943-.944-2.592-.944-3.535 0Zm-1.414-1.415a.5.5 0 0 0 .707.707 3.505 3.505 0 0 1 4.95 0 .502.502 0 0 0 .707 0 .5.5 0 0 0 0-.707 4.506 4.506 0 0 0-6.364 0ZM7.404 9.904a.5.5 0 0 0 .707.707 5.505 5.505 0 0 1 7.778 0 .502.502 0 0 0 .707 0 .5.5 0 0 0 0-.707 6.508 6.508 0 0 0-9.192 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: "M9.556 1A8.556 8.556 0 0 0 1 9.556v4.888A8.556 8.556 0 0 0 9.556 23h4.888A8.556 8.556 0 0 0 23 14.444V9.556A8.556 8.556 0 0 0 14.444 1H9.556ZM14.4 0A9.6 9.6 0 0 1 24 9.6v4.8a9.6 9.6 0 0 1-9.6 9.6H9.6A9.6 9.6 0 0 1 0 14.4V9.6A9.6 9.6 0 0 1 9.6 0h4.8ZM12 14a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-1.768-1.267a.5.5 0 0 0 .707.707c.566-.566 1.555-.566 2.121 0a.502.502 0 0 0 .707 0 .5.5 0 0 0 0-.707c-.943-.944-2.592-.944-3.535 0Zm-1.414-1.415a.5.5 0 0 0 .707.707 3.505 3.505 0 0 1 4.95 0 .502.502 0 0 0 .707 0 .5.5 0 0 0 0-.707 4.506 4.506 0 0 0-6.364 0ZM7.404 9.904a.5.5 0 0 0 .707.707 5.505 5.505 0 0 1 7.778 0 .502.502 0 0 0 .707 0 .5.5 0 0 0 0-.707 6.508 6.508 0 0 0-9.192 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: "M11.5 4c3.564 0 6.651 2.561 7.346 6.023C21.758 10.232 24 12.609 24 15.5c0 3.033-2.468 5.5-5.5 5.5h-14A4.505 4.505 0 0 1 0 16.5a4.507 4.507 0 0 1 4.022-4.475A6.391 6.391 0 0 1 4 11.5C4 7.364 7.364 4 11.5 4Zm0 1A6.508 6.508 0 0 0 5 11.5c0 .282.024.58.076.937a.5.5 0 0 1-.12.402.566.566 0 0 1-.384.169l-.106-.009C2.57 13 1 14.57 1 16.5S2.57 20 4.5 20h14c2.481 0 4.5-2.019 4.5-4.5a4.506 4.506 0 0 0-4.288-4.495L18.5 11c-.216.016-.538-.172-.573-.422C17.474 7.398 14.711 5 11.5 5Zm.03 11.5a.5.5 0 0 1 0 1 .504.504 0 0 1-.505-.5c0-.245.173-.45.405-.492l.1-.008Zm2.45-.803a.5.5 0 0 1-.761.647c-.928-1.092-2.51-1.092-3.438 0a.5.5 0 0 1-.762-.647 3.23 3.23 0 0 1 4.961 0Zm-2.48-3.199c1.398 0 2.705.634 3.681 1.785a.5.5 0 1 1-.762.647c-.784-.923-1.82-1.432-2.919-1.432s-2.135.508-2.919 1.432a.5.5 0 0 1-.762-.647c.976-1.151 2.283-1.785 3.681-1.785Zm0-1.998c1.851 0 3.585.842 4.881 2.37a.5.5 0 1 1-.762.647C14.516 12.216 13.053 11.5 11.5 11.5s-3.016.716-4.119 2.017a.5.5 0 1 1-.762-.647c1.296-1.528 3.03-2.37 4.881-2.37Z",
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: "M11.5 4c3.564 0 6.651 2.561 7.346 6.023C21.758 10.232 24 12.609 24 15.5c0 3.033-2.468 5.5-5.5 5.5h-14A4.505 4.505 0 0 1 0 16.5a4.507 4.507 0 0 1 4.022-4.475A6.391 6.391 0 0 1 4 11.5C4 7.364 7.364 4 11.5 4Zm0 1A6.508 6.508 0 0 0 5 11.5c0 .282.024.58.076.937a.5.5 0 0 1-.12.402.566.566 0 0 1-.384.169l-.106-.009C2.57 13 1 14.57 1 16.5S2.57 20 4.5 20h14c2.481 0 4.5-2.019 4.5-4.5a4.506 4.506 0 0 0-4.288-4.495L18.5 11c-.216.016-.538-.172-.573-.422C17.474 7.398 14.711 5 11.5 5Zm.03 11.5a.5.5 0 0 1 0 1 .504.504 0 0 1-.505-.5c0-.245.173-.45.405-.492l.1-.008Zm2.45-.803a.5.5 0 0 1-.761.647c-.928-1.092-2.51-1.092-3.438 0a.5.5 0 0 1-.762-.647 3.23 3.23 0 0 1 4.961 0Zm-2.48-3.199c1.398 0 2.705.634 3.681 1.785a.5.5 0 1 1-.762.647c-.784-.923-1.82-1.432-2.919-1.432s-2.135.508-2.919 1.432a.5.5 0 0 1-.762-.647c.976-1.151 2.283-1.785 3.681-1.785Zm0-1.998c1.851 0 3.585.842 4.881 2.37a.5.5 0 1 1-.762.647C14.516 12.216 13.053 11.5 11.5 11.5s-3.016.716-4.119 2.017a.5.5 0 1 1-.762-.647c1.296-1.528 3.03-2.37 4.881-2.37Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="m4.231 12.257.662.662a5.87 5.87 0 0 0-.982 3.235c0 1.585.618 3.078 1.74 4.2a5.903 5.903 0 0 0 4.2 1.739 5.838 5.838 0 0 0 2.991-.831l.242-.151.647.645c-1.167.81-2.517 1.244-3.88 1.244a6.83 6.83 0 0 1-4.845-2.003A6.805 6.805 0 0 1 3 16.154a6.77 6.77 0 0 1 1.067-3.65l.165-.247Zm5.81-9.99a1.3 1.3 0 0 1 .527.112l.175.093c.575.334 5.897 3.426 5.907 3.433.307.192.507.492.579.822.124.433.054.913-.22 1.3l-.1.125-2.68 2.738c.106.088.21.178.313.273l.167.162.013.016 5.136-.603.07-.002a1.3 1.3 0 0 1 1.3 1.265l-.004.14-.39 6.71a1.46 1.46 0 0 1-1.455 1.369l-.094-.003a1.456 1.456 0 0 1-1.362-1.41l.003-.141.337-4.465a.09.09 0 0 0-.09-.103l-1.71.3a6.859 6.859 0 0 1-.809 5.367l-.165.254-.66-.66a5.882 5.882 0 0 0 .96-3.206 5.903 5.903 0 0 0-1.738-4.2 5.904 5.904 0 0 0-4.201-1.74 5.86 5.86 0 0 0-2.966.813l-.24.148-.648-.648a6.827 6.827 0 0 1 2.94-1.156l.312-.035 2.507-2.778-1.5-.876L8.33 7.31a1.47 1.47 0 0 1-2.081.002c-.542-.542-.554-1.423-.078-2.008l.102-.112 2.902-2.596a1.3 1.3 0 0 1 .865-.33Zm10.24 10.386c.096-.848-.406-.964-.749-.955l-.062.003-3.975.467c.223.338.41.701.576 1.073l.12.28 1.75-.308.077-.022.156-.004c.288 0 .562.125.754.34.15.174.236.392.246.618l-.003.136-.337 4.454a.541.541 0 0 0 .136.389.536.536 0 0 0 .287.171l.086.013c.289 0 .509-.18.567-.422l.015-.093.357-6.14Zm-10.24-9.475a.387.387 0 0 0-.202.056l-.057.043L6.905 5.85c-.215.23-.222.607-.012.817a.558.558 0 0 0 .725.057l.068-.058.027-.027 2.444-2.07 3.024 1.766-2.663 2.952a6.96 6.96 0 0 1 2.683.85l.31.183 2.727-2.784a.603.603 0 0 0 .135-.46l-.02-.1-.013-.053a.385.385 0 0 0-.165-.241l-5.94-3.451a.38.38 0 0 0-.194-.053ZM17.743 1a2.11 2.11 0 0 1 2.106 2.106 2.11 2.11 0 0 1-2.106 2.107 2.11 2.11 0 0 1-2.106-2.107c0-1.161.945-2.106 2.106-2.106Zm0 .91a1.196 1.196 0 0 0 0 2.392 1.196 1.196 0 0 0 0-2.391Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M11 0c3.06 0 3.892 1.569 3.99 2.345C15.508 2.729 16 3.389 16 5v2.651c.277.188.43.508.485.728a.49.49 0 0 1 .015.121c0 .822-.481 2.049-.536 2.186a.503.503 0 0 1-.343.3c-.014.012-.096.126-.117.39l-.004.124c0 .435-.148.912-.439 1.42a.501.501 0 0 1-.868-.498c.201-.35.307-.668.307-.922 0-.747.309-1.161.601-1.357.144-.392.373-1.104.397-1.567a.328.328 0 0 0-.057-.094C15.165 8.481 15 8.276 15 8V5c0-1.325-.383-1.7-.607-1.855l-.068-.045c-.121-.078-.325-.206-.355-.481a.519.519 0 0 1 .022-.195l-.024-.094C13.826 1.886 13.155 1 11 1 8.558 1 7 3.369 7 5v3a.5.5 0 0 1-.5.5c.024 0 .015.034.002.072.023.466.253 1.179.397 1.57.292.196.601.611.601 1.358 0 .673.663 1.573 1.318 2.114A.5.5 0 0 1 9 14c0 .635-.577 3.24-2.308 3.962L2.22 19.454c-.708.236-.989.805-1.22 1.706V23h12.605a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5v-2.402a.49.49 0 0 1 .015-.121c.261-1.044.67-2.065 1.889-2.472l4.438-1.479c1.043-.436 1.531-2.162 1.636-2.817-.714-.656-1.383-1.62-1.469-2.518L6.5 11.5c0-.354-.105-.5-.161-.527-.156-.039-.244-.138-.304-.287l-.106-.284C5.77 9.961 5.5 9.117 5.5 8.5a.49.49 0 0 1 .015-.121c.055-.22.208-.54.485-.728V5c0-2.088 1.902-5 5-5Zm7.5 13c3.033 0 5.5 2.468 5.5 5.5S21.533 24 18.5 24a5.506 5.506 0 0 1-5.5-5.5c0-3.032 2.467-5.5 5.5-5.5Zm0 1a4.505 4.505 0 0 0-4.5 4.5c0 2.481 2.019 4.5 4.5 4.5s4.5-2.019 4.5-4.5-2.019-4.5-4.5-4.5Zm0 2a.5.5 0 0 1 .5.5V18h1.5a.5.5 0 0 1 0 1H19v1.5a.5.5 0 0 1-1 0V19h-1.5a.5.5 0 0 1 0-1H18v-1.5a.5.5 0 0 1 .5-.5Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M12 2a.92.92 0 0 0-.74.348 1.29 1.29 0 0 0-.257.753l-.243 7.93H3.106c-.253 0-.529.041-.747.196C2.123 11.394 2 11.66 2 12s.122.605.354.776c.216.158.49.208.744.219h.003l7.669.236.236 7.668v.003c.01.273.087.544.253.752A.919.919 0 0 0 12 22a.903.903 0 0 0 .736-.35 1.23 1.23 0 0 0 .233-.756V13.24l7.927-.243h.003c.253-.011.528-.062.744-.22.233-.171.357-.435.357-.777 0-.34-.122-.605-.358-.773-.218-.155-.494-.197-.748-.197H12.97V3.106c0-.274-.07-.546-.232-.757A.903.903 0 0 0 12 2Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M12 4.435c5.057 0 9.172 4.114 9.172 9.172 0 5.057-4.115 9.172-9.172 9.172s-9.172-4.115-9.172-9.172c0-5.058 4.115-9.172 9.172-9.172Zm0 1.027c-4.49 0-8.145 3.654-8.145 8.145 0 4.49 3.654 8.144 8.145 8.144 4.492 0 8.145-3.653 8.145-8.144S16.492 5.462 12 5.462Zm0 2.122c.269 0 .466.166.506.416l.008.097v5.296l4.521 3.742a.64.64 0 0 1 .209.438.4.4 0 0 1-.122.29c-.091.091-.278.192-.4.192-.07 0-.16 0-.251-.058l-4.784-3.983a.573.573 0 0 1-.192-.311l-.008-.096v-5.51A.49.49 0 0 1 12 7.584ZM5.782.5c.804 0 1.492.468 1.842 1.252a1.914 1.914 0 0 1-.307 2.058l-.113.121L3.9 7.238a1.974 1.974 0 0 1-1.423.586c-.257 0-.507-.083-.747-.164C.936 7.308.467 6.62.467 5.815c0-.487.16-.93.465-1.292l.122-.132L4.36 1.086A1.97 1.97 0 0 1 5.782.5Zm12.435 0c.489 0 .93.16 1.293.465l.132.12 3.305 3.307c.373.371.586.89.586 1.423 0 .804-.468 1.492-1.251 1.84-.252.085-.501.169-.758.169a1.97 1.97 0 0 1-1.291-.466l-.132-.12-3.306-3.307c-.592-.591-.752-1.427-.418-2.18C16.726.969 17.413.5 18.217.5Zm0 1.026c-.393 0-.68.174-.855.514l-.055.12a.868.868 0 0 0 .12.951l.089.1 3.306 3.306c.36.361.774.348 1.042.213.293-.146.642-.424.642-.915 0-.261-.058-.443-.201-.617l-.079-.086-3.305-3.306c-.2-.201-.398-.28-.704-.28Zm-12.435 0c-.26 0-.443.058-.616.201l-.086.079-3.306 3.306c-.202.202-.28.399-.28.703 0 .393.172.68.513.856l.12.055a.87.87 0 0 0 .952-.12l.1-.09 3.305-3.305c.328-.328.347-.7.248-.966l-.034-.076c-.172-.43-.479-.642-.916-.642Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M9.5 8H5.8L3 11.7v3.8c0 .3-.2.5-.5.5H2v1h.5c.3 0 .5.2.5.5s-.2.5-.5.5h-1c-.3 0-.5-.2-.5-.5v-2c0-.3.2-.5.5-.5H2v-3.5c0-.1 0-.2.1-.3l3-4c.1-.1.2-.2.4-.2H9V5.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5V7h9.5c.05 0 .125.025.2.05.075.025.15.05.2.05l1 1c0 .05.025.125.05.2.025.075.05.15.05.2v6.68a.52.52 0 0 1 .1.32v2c-.1.3-.3.5-.6.5h-1c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h.5v-1H6.5c-.1 0-.2 0-.2-.1l-2-1c-.3-.1-.4-.4-.2-.6.1-.2.4-.3.7-.2l1.9.9H22V8.7l-.7-.7H9.5ZM11 7V5.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5V7h1Zm-6.5 6h3c.3 0 .5-.2.5-.5v-3c0-.3-.2-.5-.5-.5h-1c-.2 0-.3.1-.4.2l-2 3c-.1.1-.1.3 0 .5 0 .2.2.3.4.3ZM7 12H5.4l1.4-2H7v2Zm-2 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2Zm0-3c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1Zm12 1c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2Zm1 0c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1-1-.4-1-1Zm-1-1.5c0 .3-.2.5-.5.5h-9c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h9c.3 0 .5.2.5.5Zm1-4c0 .3.2.5.5.5s.5-.2.5-.5v-1.171l1 .571c0 .1.1.1.2.1.2 0 .4-.1.5-.3.1-.3 0-.6-.2-.7l-.825-.472L20.6 11c.3-.2.3-.5.2-.7-.2-.3-.5-.3-.7-.2l-1.1.629V9.5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v1.071L17 10c-.3-.1-.6 0-.7.2-.1.3 0 .6.2.7l1.1.628-1 .572c-.3.2-.3.5-.2.7.1.1.2.2.4.2h.3l.9-.514V13.5Zm-3.5-.5h-4c-.3 0-.5-.2-.5-.5v-3c0-.3.2-.5.5-.5h4c.3 0 .5.2.5.5v3c0 .3-.2.5-.5.5ZM11 12h3v-2h-3v2Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="m21.353 14.853-9 9a.499.499 0 0 1-.163.108c-.035.015-.07.016-.108.022-.028.005-.053.017-.083.017-.038 0-.07-.014-.107-.022-.027-.006-.055-.005-.08-.016a.514.514 0 0 1-.168-.111l-8.998-8.998a.5.5 0 0 1 .707-.707l8.146 8.147V.5a.5.5 0 0 1 1 0v21.793l8.147-8.147a.502.502 0 0 1 .707 0 .5.5 0 0 1 0 .707Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M13.006 18.516c.267.27.484.74.083 1.21-.401.468-1.002.246-1.196 0L4.165 12.38a.653.653 0 0 1 0-.867l7.728-7.189c.219-.237.712-.537 1.196-.104.484.434.136 1.031-.083 1.27L7.93 11H21a1 1 0 1 1 0 2H7.936l5.07 5.516Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M10.994 5.484c-.267-.27-.484-.74-.083-1.21.401-.468 1.002-.246 1.196 0l7.729 7.346a.654.654 0 0 1 0 .867l-7.73 7.189c-.218.237-.71.537-1.195.104-.484-.434-.136-1.031.083-1.27L16.07 13H3a1 1 0 1 1 0-2h13.064l-5.07-5.516Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="m21.353 9.147-9-9a.499.499 0 0 0-.163-.108c-.035-.015-.07-.016-.108-.022C12.054.012 12.03 0 12 0c-.038 0-.07.014-.107.022-.027.006-.055.005-.08.016a.514.514 0 0 0-.168.111L2.646 9.147a.5.5 0 0 0 .707.707L11.5 1.707V23.5a.5.5 0 0 0 1 0V1.707l8.147 8.147a.502.502 0 0 0 .707 0 .5.5 0 0 0 0-.707" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M19.51 17.57a.498.498 0 0 1 .137-.45l.281-.281-.402-1.205a.5.5 0 0 1 .372-.646c.54-.114 1.058-.38 1.104-.518-.037-.393-1.146-2.508-2.152-4.234a.507.507 0 0 1-.053-.371c.001-.01.203-.85.203-2.377 0-1.374-2.126-6.49-8.5-6.49C4.078.998 2 6.043 2 8.486c0 2.226 1.4 4.65 2.525 6.598C5.35 16.51 6 17.637 6 18.47c0 1.888-2.812 4.984-3.133 5.33a.496.496 0 0 1-.706.028.497.497 0 0 1-.028-.705C2.93 22.26 5 19.741 5 18.47c0-.565-.651-1.693-1.341-2.888C2.475 13.532 1 10.978 1 8.486 1 4.963 3.947 0 10.5 0 17.174 0 20 5.356 20 7.488c0 1.23-.122 2.051-.19 2.41.729 1.26 2.19 3.87 2.19 4.579 0 .731-.785 1.139-1.359 1.337l.334 1a.5.5 0 0 1-.121.512l-.412.411a.498.498 0 0 1-.505.729c.063.092.082.129.184.28.15.224.379.564.379 1.222 0 1.513-1.688 1.789-2.919 1.99-1.643.268-3.418 1.225-3.595 1.582 0 .275-.216.46-.493.46-.276 0-.493-.263-.493-.538 0-1.166 3.098-2.273 4.419-2.49 1.932-.316 2.081-.615 2.081-1.004 0-.354-.088-.485-.21-.666-.122-.183-.29-.433-.29-.832 0-.405.172-.643.315-.77a.883.883 0 0 1 .195-.13ZM7.24 7.454l-.24.24v1.584l2.854 2.85a.495.495 0 0 1 .146.352v10.982a.5.5 0 0 1-1 0V12.686L6.146 9.838A.502.502 0 0 1 6 9.485V7.488c0-.133.053-.26.146-.354l.388-.387A.997.997 0 0 1 7.5 5.491a1 1 0 1 1-.26 1.963Zm7.26 5.525h-2a.504.504 0 0 1-.354-.146l-1-.998a.499.499 0 1 1 .707-.706l.854.851h1.586l.854-.852a.499.499 0 1 1 .707.706l-1 .998a.5.5 0 0 1-.354.147Zm-2.966 7.23-.388-.387a.503.503 0 0 1-.146-.354v-3.993c0-.133.053-.26.146-.354l1-.998a.499.499 0 1 1 .707.706l-.853.853v3.58l.24.24a1.002 1.002 0 0 1 1.26.965 1 1 0 1 1-1.966-.258Zm1.966-1.24a.5.5 0 0 1-.5-.499v-1.997a.5.5 0 0 1 .146-.353l4-3.994a.499.499 0 1 1 .707.706L14 16.68v1.79a.5.5 0 0 1-.5.5Zm2 .999a.5.5 0 0 1-.5-.5v-1.996c0-.133.053-.26.146-.354l1-.998a.499.499 0 1 1 .707.706l-.853.852v1.79a.5.5 0 0 1-.5.5Zm-1.26-14.51-.386.385a.5.5 0 0 1-.354.147h-1.793l-.854.853a.499.499 0 0 1-.707-.706l1-.998a.5.5 0 0 1 .354-.147h1.793l.24-.24a.998.998 0 0 1 .967-1.258 1 1 0 1 1-.26 1.963Zm2.26 4.526h-7a.504.504 0 0 1-.354-.146l-1-.998a.499.499 0 1 1 .707-.706l.854.851H16.5a.5.5 0 1 1 0 .999Zm-1-1.997h-3a.5.5 0 1 1 0-.998h2.793l.854-.853a.499.499 0 1 1 .707.706l-1 .998a.5.5 0 0 1-.354.147Zm-8 15.974a.5.5 0 0 1-.5-.5v-9.776l-2.854-2.85A.498.498 0 0 1 4 10.483V5.491a.5.5 0 0 1 .146-.353l2-1.997a.504.504 0 0 1 .354-.146h2c.133 0 .26.053.354.146l1 .998a.499.499 0 1 1-.707.706l-.854-.851H6.707L5 5.698v4.578l2.854 2.85c.093.093.146.22.146.352v9.984a.5.5 0 0 1-.5.5Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 24">
2
+ <path fill-rule="evenodd" d="M15.216 0a.516.516 0 0 0-.505.394.506.506 0 0 0 .391.606c3.934.866 6.94 4.212 7.112 8.319.006.13.008.259.008.387 0 .281.232.507.517.508.286 0 .52-.225.52-.506 0-.143-.003-.286-.009-.43C23.06 4.7 19.71.977 15.33.013A.532.532 0 0 0 15.217 0Zm-4.824 24c1.942 0 3.533-1.47 3.661-3.331.024-.275-.003-.617-.027-.928l-.018-.237c-.029-.421-.033-.801.047-1.114.155-.603.456-.977.875-1.344.035-.031.13-.107.26-.21l.002-.002.393-.315c.32-.26.69-.567.956-.816l.001-.001a6.53 6.53 0 0 0 1.91-4.609c0-3.668-3.055-6.64-6.82-6.64s-6.82 2.972-6.82 6.64c0 .281.233.507.519.507a.513.513 0 0 0 .518-.507c0-3.107 2.588-5.628 5.783-5.628 3.195 0 5.783 2.521 5.783 5.628a5.536 5.536 0 0 1-1.7 3.986 9.042 9.042 0 0 1-.538.462c-.329.248-.644.492-.94.752-.519.454-.968.993-1.188 1.85-.124.481-.105 1.002-.076 1.43.037.427.048.686.05.837.001.075 0 .123-.002.152v.018l-.002.012v.011c-.094 1.33-1.233 2.384-2.627 2.384-.718 0-1.44-.469-1.961-1.133a.527.527 0 0 0-.726-.095.498.498 0 0 0-.098.71C8.231 23.264 9.223 24 10.392 24Zm-6.686-8.673a.528.528 0 0 0-.732-.002.498.498 0 0 0-.003.716l3.772 3.7c.202.199.53.2.733.003a.498.498 0 0 0 .003-.716l-3.773-3.7ZM14.732 2.532a.519.519 0 0 0-.62.382.506.506 0 0 0 .392.605c2.842.626 5.013 3.043 5.137 6.01.004.093.006.187.006.28 0 .28.232.506.518.507a.513.513 0 0 0 .52-.505c0-.108-.003-.216-.007-.324-.144-3.437-2.66-6.231-5.946-6.955ZM8.39 10.74c.18-1.586 1.563-2.821 3.242-2.821 1.803 0 3.262 1.422 3.262 3.174 0 .653-.202 1.259-.548 1.763a.499.499 0 0 0 .143.703.527.527 0 0 0 .718-.139 4.093 4.093 0 0 0 .725-2.327c0-2.313-1.926-4.187-4.3-4.187-2.212 0-4.035 1.628-4.273 3.723a.51.51 0 0 0 .459.559c.283.03.54-.169.572-.448Zm-1.652 5.918a.61.61 0 1 0 0-1.22.61.61 0 0 0 0 1.22ZM2.11 21.112a.61.61 0 1 0 0-1.22.61.61 0 0 0 0 1.22Zm6.162-6.005a.61.61 0 1 0 0-1.22.61.61 0 0 0 0 1.22ZM3.645 19.56a.61.61 0 1 0 0-1.22.61.61 0 0 0 0 1.22Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M10.62 6.612a1.86 1.86 0 0 0-.47 1.43L11 16.55a.5.5 0 0 0 .498.45h1a.498.498 0 0 0 .497-.45l.851-8.507a1.86 1.86 0 0 0-.47-1.43c-.704-.777-2.053-.777-2.755 0ZM12.047 16h-.095l-.803-8.058a.842.842 0 0 1 .216-.66.878.878 0 0 1 1.271 0 .849.849 0 0 1 .217.66L12.046 16Zm11.538 1.86L15.071 2.825A3.454 3.454 0 0 0 12 1.001c-1.301 0-2.45.682-3.091 1.862L.422 17.843a3.47 3.47 0 0 0 .073 3.443 3.471 3.471 0 0 0 3.01 1.713h16.988a3.47 3.47 0 0 0 3.01-1.713 3.449 3.449 0 0 0 .081-3.426Zm-.942 2.916A2.478 2.478 0 0 1 20.492 22H3.503a2.48 2.48 0 0 1-2.15-1.224 2.479 2.479 0 0 1-.025-2.51L9.804 3.303A2.467 2.467 0 0 1 11.998 2c.93 0 1.75.487 2.176 1.266l8.513 15.035c.427.783.41 1.707-.045 2.474ZM12 17.999a1.501 1.501 0 0 0 0 3c.826 0 1.5-.673 1.5-1.5s-.674-1.5-1.5-1.5Zm0 2a.5.5 0 1 1 0-1.001.5.5 0 0 1-.002 1.001Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M19.921 0a.52.52 0 0 1 .521.52.521.521 0 0 1-.427.51l-.094.01h-.283l-.022.578a46.65 46.65 0 0 1-.06 1.062c.916-.51 1.581-.25 1.907-.037 1.445.94 1.796 4.4.721 7.12-1.108 2.807-4.301 5.65-5.532 6.675l-.492.397-.03.02a14.047 14.047 0 0 1-1.586 2.381c1.33.455 2.62 1.586 2.724 3.204l.007.214v.826a.521.521 0 0 1-.427.512l-.094.008h-9.5a.52.52 0 0 1-.511-.426l-.009-.094v-.825c0-1.732 1.343-2.944 2.731-3.419a13.701 13.701 0 0 1-1.39-2.025l-.212-.383-.389-.297c-1.153-.907-4.503-3.718-5.65-6.619-1.095-2.775-.73-6.307.751-7.269.323-.21.98-.469 1.877.023l-.03-.489a41.71 41.71 0 0 1-.04-.817l-.012-.32h-.283A.52.52 0 0 1 3.994.008L4.087 0h15.834Zm-6.729 20.041h-2.376c-1.383 0-2.924 1.036-3.036 2.449l-.007.164v.307h8.463v-.307c0-1.44-1.49-2.53-2.884-2.608l-.16-.005ZM18.596 1.04H5.411l.038.808c.19 3.378 1.056 12.43 4.964 16.902l.23.253h2.723c4.257-4.536 5.063-14.423 5.211-17.519l.02-.444ZM6.5 1.585c.281 0 .532.205.55.488l.053.764c.28 3.686 1.23 11.023 4.411 14.766a.52.52 0 1 1-.792.672c-3.62-4.262-4.5-12.707-4.71-16.14a.52.52 0 0 1 .488-.55ZM4.562 4.037c-.415-.404-.987-.808-1.42-.524-.948.617-1.288 3.644-.352 6.017.77 1.95 2.746 3.941 4.082 5.135C5.448 11.05 4.83 6.93 4.562 4.037Zm16.335-.523c-.44-.292-1.028.127-1.45.542-.269 2.866-.88 6.951-2.288 10.546l.44-.415c1.29-1.248 2.932-3.066 3.62-4.805.915-2.32.594-5.272-.322-5.868Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M13.187.792a.52.52 0 0 1 .512.427l.008.093v2.004c.337.06.674.136 1.006.23l.331.101V2.103a.519.519 0 0 1 1.03-.093l.008.093v1.946a10.005 10.005 0 0 1 5.447 6.121 2.505 2.505 0 0 1 1.719.726c.485.476.752 1.113.752 1.792a2.535 2.535 0 0 1-2.207 2.501c-.939 4.652-5.043 8.019-9.793 8.019a10.005 10.005 0 0 1-9.792-8.019A2.535 2.535 0 0 1 0 12.688c0-.675.27-1.312.76-1.792a2.531 2.531 0 0 1 1.71-.727 10.008 10.008 0 0 1 5.16-5.985l.287-.135V2.103a.52.52 0 0 1 1.032-.093l.008.093v1.544c.328-.106.662-.195.998-.266l.337-.065V1.312a.52.52 0 0 1 1.032-.093l.008.093V3.19c.299-.02.594-.026.89-.02l.446.02V1.312a.52.52 0 0 1 .519-.52Zm-.519 3.44a8.506 8.506 0 0 0-1-.02l-.336.02v1.039a.52.52 0 0 1-1.032.093l-.008-.093v-.897a8.706 8.706 0 0 0-1.002.26l-.333.115v1.313a.52.52 0 0 1-1.032.093l-.008-.093v-.856a8.974 8.974 0 0 0-4.564 5.649.515.515 0 0 1-.59.377 1.6 1.6 0 0 0-.247-.025 1.48 1.48 0 0 0-.142 2.954l.142.007.095-.013h.033c.257 0 .473.185.513.438.691 4.389 4.41 7.576 8.843 7.576 4.434 0 8.152-3.187 8.844-7.576a.533.533 0 0 1 .454-.432l.087-.006.084.009c.775 0 1.413-.586 1.485-1.335l.007-.142a1.48 1.48 0 0 0-1.478-1.48c-.085 0-.171.014-.249.026a.523.523 0 0 1-.587-.377 8.968 8.968 0 0 0-4.287-5.5l-.278-.15v.856a.52.52 0 0 1-1.03.093l-.008-.093V4.749a9.16 9.16 0 0 0-1.004-.302l-.333-.073v.897a.52.52 0 0 1-1.03.093l-.009-.093V4.232ZM8.116 17.134a.522.522 0 0 1 .662.017l.099.102c.18.18 1.084.958 3.123.958 1.959 0 2.866-.714 3.097-.932l.061-.063a.525.525 0 0 1 .73-.077c.198.16.25.43.134.646l-.05.078c-.045.058-1.123 1.387-3.972 1.387-2.838 0-3.926-1.33-3.97-1.386a.522.522 0 0 1 .086-.73Zm-.076-5.258c1.203 0 1.921.896 2 1a.522.522 0 0 1-.415.831.514.514 0 0 1-.35-.135l-.145-.16c-.16-.164-.551-.497-1.089-.497-.692 0-1.152.564-1.171.588a.524.524 0 0 1-.726.098.522.522 0 0 1-.103-.726l.1-.12c.247-.271.91-.879 1.899-.879Zm7.918 0c1.098 0 1.8.757 1.963.954l.035.046a.515.515 0 0 1-.102.726.519.519 0 0 1-.663-.03l-.144-.16c-.16-.164-.552-.497-1.088-.497-.692 0-1.152.564-1.172.588a.52.52 0 0 1-.877-.548l.049-.08c.03-.04.764-.998 1.999-.998Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M6.493 0c1.23 0 2.518.599 3.465 1.609.595-.535 1.298-.817 2.042-.817.745 0 1.448.282 2.042.817C14.989.599 16.276 0 17.507 0c1.74 0 2.534 1.295 2.534 2.499 0 .51-.13.948-.256 1.284l-.179.454a.955.955 0 0 0-.068.24c0 .063.055.213.107.342l.037.092c.15.377.359.894.359 1.546 0 .429-.1.848-.291 1.217a10.16 10.16 0 0 1 1.779 3.285A2.504 2.504 0 0 1 24 13.479a2.536 2.536 0 0 1-2.208 2.5A10.003 10.003 0 0 1 12 24a10.005 10.005 0 0 1-9.792-8.018A2.535 2.535 0 0 1 0 13.48a2.5 2.5 0 0 1 .763-1.8 2.483 2.483 0 0 1 1.708-.72A10.132 10.132 0 0 1 4.25 7.676a2.657 2.657 0 0 1-.291-1.217c0-.573.159-1.04.3-1.4l.134-.334c.037-.1.07-.198.07-.246a.993.993 0 0 0-.072-.25l-.072-.181c-.152-.378-.36-.894-.36-1.548 0-1.204.793-2.5 2.534-2.5Zm7.549 7.348c-.59.528-1.31.817-2.042.817-.743 0-1.447-.281-2.041-.817-.948 1.01-2.235 1.609-3.466 1.609-.602 0-1.123-.16-1.55-.476a9.07 9.07 0 0 0-1.591 3.168.512.512 0 0 1-.59.377A1.483 1.483 0 0 0 2.516 12a1.48 1.48 0 0 0-.142 2.954l.142.007.087-.011h.025a.53.53 0 0 1 .528.437C3.848 19.776 7.568 22.96 12 22.96c4.434 0 8.153-3.185 8.845-7.575a.534.534 0 0 1 .437-.43l.083-.007h.023l.084.008a1.487 1.487 0 0 0 1.49-1.477A1.48 1.48 0 0 0 21.485 12c-.08 0-.16.012-.25.026a.52.52 0 0 1-.586-.377 9.064 9.064 0 0 0-1.59-3.168c-.43.316-.95.476-1.552.476-1.231 0-2.518-.6-3.465-1.61ZM8.116 17.926a.525.525 0 0 1 .662.016l.099.103c.18.18 1.084.957 3.123.957 1.965 0 2.867-.713 3.096-.93l.065-.07a.52.52 0 0 1 .81.653l-.067.078c-.287.31-1.41 1.308-3.904 1.308-2.838 0-3.926-1.33-3.97-1.385a.52.52 0 0 1 .086-.73Zm-.075-5.258c1.191 0 1.92.895 1.997.997a.52.52 0 0 1-.76.7l-.163-.175c-.172-.172-.558-.483-1.074-.483-.556 0-.957.358-1.105.514l-.064.072a.52.52 0 0 1-.83-.626l.122-.142c.26-.277.917-.857 1.877-.857Zm7.918 0c1.097 0 1.799.758 1.962.954l.035.045a.52.52 0 0 1-.414.832.527.527 0 0 1-.35-.136l-.116-.128c-.14-.151-.55-.528-1.117-.528-.586 0-1.005.404-1.132.543l-.04.045a.52.52 0 0 1-.827-.628l.073-.088c.216-.245.897-.911 1.926-.911Zm1.548-11.63c-.99 0-2.027.513-2.792 1.374.377.618.576 1.33.576 2.066 0 .737-.2 1.45-.576 2.067.766.862 1.804 1.374 2.792 1.374 1.103 0 1.495-.755 1.495-1.46 0-.324-.077-.607-.17-.863l-.115-.295c-.117-.292-.22-.544-.22-.822 0-.222.066-.428.152-.65l.068-.171c.136-.338.285-.712.285-1.16 0-.673-.391-1.46-1.495-1.46Zm-11.014 0c-1.102 0-1.495.755-1.495 1.46 0 .374.104.695.216.983l.067.169-.112.053.114-.046c.119.292.22.544.22.82 0 .225-.069.438-.154.657l-.067.166c-.133.333-.284.708-.284 1.158 0 .674.392 1.46 1.495 1.46.99 0 2.028-.512 2.792-1.373a3.964 3.964 0 0 1-.576-2.067c0-.735.199-1.447.576-2.066-.764-.861-1.802-1.373-2.792-1.373ZM12 1.832c-1.241 0-2.251 1.188-2.251 2.647 0 1.46 1.01 2.648 2.25 2.648 1.243 0 2.253-1.188 2.253-2.648 0-1.46-1.01-2.647-2.252-2.647Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M18.648 11.38a4.267 4.267 0 0 1-6.029 0 4.269 4.269 0 0 1 0-6.029 4.248 4.248 0 0 1 3.014-1.246 4.25 4.25 0 0 1 3.015 1.246 4.233 4.233 0 0 1 1.249 3.014c0 1.14-.444 2.21-1.25 3.015ZM19.3 4.7a5.19 5.19 0 0 0-7.333 0 5.19 5.19 0 0 0 0 7.332 5.168 5.168 0 0 0 3.666 1.517 5.169 5.169 0 0 0 3.667-1.517 5.15 5.15 0 0 0 1.52-3.667 5.15 5.15 0 0 0-1.52-3.666ZM15.635 1c4.06 0 7.364 3.304 7.364 7.365a7.4 7.4 0 0 1-1.964 5.01l-.193.2-7.268 7.267a7.363 7.363 0 0 1-2.544 1.65.455.455 0 0 1-.197.07 7.39 7.39 0 0 1-2.145.43L8.373 23C4.303 23 1 19.696 1 15.633a7.29 7.29 0 0 1 1.963-5.007l.195-.202 7.267-7.267a7.4 7.4 0 0 1 4.924-2.152L15.635 1ZM6.456 8.429 3.81 11.077a6.381 6.381 0 0 0-1.887 4.555 6.452 6.452 0 0 0 6.226 6.442l.217.003a6.4 6.4 0 0 0 1.61-.214c-1.185-1.532-2.1-3.794-2.723-6.744l-.132-.657c-.732-3.722-.702-5.474-.667-5.992l.003-.041Zm1.889 7.316c.622 2.578 1.484 4.524 2.568 5.801a6.452 6.452 0 0 0 1.787-1.145l.221-.211 2.927-2.925-.44-.034c-1.42-.12-4.112-.47-7.063-1.487ZM15.63 1.921c-1.61 0-3.182.617-4.36 1.701l-.194.185L7.535 7.35l-.158 1.125c-.024.299-.114 2.067.728 6.202 3.196 1.18 6.223 1.541 7.599 1.649l.774.045.257.004 3.454-3.454a6.464 6.464 0 0 0 1.886-4.556 6.45 6.45 0 0 0-6.226-6.44l-.22-.004Zm-2.269 6.436a.46.46 0 0 1 .461.461 1.351 1.351 0 0 0 1.356 1.356.462.462 0 0 1 0 .923 2.26 2.26 0 0 1-1.61-.667 2.264 2.264 0 0 1-.668-1.61.46.46 0 0 1 .461-.46Zm4.107.241a1.142 1.142 0 0 1 .798 1.927.459.459 0 0 1-.652.019.46.46 0 0 1-.017-.651.22.22 0 0 0 0-.303.224.224 0 0 0-.271-.04l-.042.03a.46.46 0 1 1-.633-.67c.222-.21.503-.332.817-.312Zm-3.18-3.18c.305.009.589.136.798.359a1.14 1.14 0 0 1 0 1.569.459.459 0 0 1-.652.018.46.46 0 0 1-.018-.651.22.22 0 0 0 0-.303c-.043-.046-.08-.065-.12-.069h-.04a.218.218 0 0 0-.15.06.46.46 0 1 1-.634-.67c.22-.21.506-.329.815-.312Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M10.788 15c.489 0 .736-.102.965-.215a.55.55 0 0 1 .246-.078.55.55 0 0 1 .246.078c.23.113.476.215.965.215 2.779 0 4.79-3.813 4.788-6.382 0-2.475-1.155-4.21-2.93-4.547.562-.66.932-1.52.932-2.571a.5.5 0 0 0-.5-.5 4.059 4.059 0 0 0-3.31 1.732c-.198-.59-.472-1.029-.768-1.498a.5.5 0 1 0-.845.533c.48.76.838 1.339.908 2.722-.095-.034-.189-.067-.294-.108-.43-.17-.966-.381-1.624-.381-2.134 0-3.569 1.856-3.569 4.618 0 2.569 2.012 6.382 4.79 6.382Zm4.169-12.952a2.838 2.838 0 0 1-1.575 2.127 8.6 8.6 0 0 0-.578.206l-.04.015c-.074.019-.146.042-.221.055.225-1.377 1.286-2.202 2.414-2.403ZM9.57 5.001c.468 0 .869.158 1.257.311.369.145.75.295 1.164.295h.02c.414 0 .795-.149 1.164-.295l.055-.021c.124-.04.246-.082.367-.134a2.57 2.57 0 0 1 .835-.156c1.536 0 2.569 1.454 2.569 3.618 0 2.372-1.785 5.382-3.79 5.382-.295 0-.391-.047-.522-.112a1.503 1.503 0 0 0-.677-.182.3.3 0 0 0-.08.003c-.3.021-.483.112-.619.179-.131.065-.227.112-.522.112-2.006 0-3.79-3.009-3.79-5.382 0-2.164 1.032-3.618 2.569-3.618Zm14.361 17.261a.468.468 0 0 0-.066-.098c-.016-.018-.036-.031-.055-.046a.508.508 0 0 0-.09-.061c-.023-.011-.047-.019-.071-.027-.019-.006-.036-.017-.056-.021-.234-.25-.593-1.491-.593-2.509 0-1.018.359-2.259.593-2.509.02-.004.037-.015.056-.021.025-.008.048-.015.071-.027a.479.479 0 0 0 .092-.062c.018-.015.037-.027.053-.045a.497.497 0 0 0 .068-.101c.01-.018.022-.032.03-.051A.5.5 0 0 0 23.5 16h-21A2.503 2.503 0 0 0 0 18.5v2C0 21.878 1.122 23 2.5 23h21a.5.5 0 0 0 .463-.684c-.008-.02-.021-.036-.032-.054ZM2.5 19h19.529c-.02.22-.029.398-.029.5 0 .102.009.28.029.5H2.5a.5.5 0 0 0 0 1h19.677c.069.341.163.689.288 1H2.5c-.827 0-1.5-.673-1.5-1.5v-2c0-.827.673-1.5 1.5-1.5h19.964a5.823 5.823 0 0 0-.288 1H2.5a.5.5 0 0 0 0 1Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M.537 8.05H23.5c.3 0 .499-.2.499-.499 0-.199-.1-.398-.3-.498L12.819.075c-.2-.1-.4-.1-.5 0L.337 7.053c-.3.2-.4.399-.3.598.1.2.3.399.5.399Zm11.98-6.879 9.286 5.882H2.333l10.185-5.882Zm10.984 18.841H.537c-.3 0-.5.2-.5.499v2.99c0 .3.2.499.5.499H23.5c.3 0 .499-.2.499-.498V20.51c0-.3-.2-.498-.5-.498Zm-.5 2.991H1.037V21.01h21.966v1.994ZM7.527 10.043c.3 0 .499-.199.499-.498s-.2-.498-.5-.498H2.535c-.3 0-.5.2-.5.498 0 .3.2.499.5.499h.499v7.975h-.5c-.299 0-.499.2-.499.498 0 .3.2.499.5.499h4.992c.3 0 .499-.2.499-.499s-.2-.498-.5-.498h-.498v-7.975h.499Zm-3.495 0h1.997v7.976H4.031v-7.975Zm10.484 0c.3 0 .499-.199.499-.498s-.2-.498-.5-.498H9.524c-.3 0-.5.2-.5.498 0 .3.2.499.5.499h.499v7.975h-.5c-.299 0-.499.2-.499.498 0 .3.2.499.5.499h4.992c.3 0 .499-.2.499-.499s-.2-.498-.5-.498h-.498v-7.975h.499Zm-3.495 0h1.997v7.976H11.02v-7.975Zm10.484 0c.3 0 .5-.199.5-.498s-.2-.498-.5-.498h-4.992c-.3 0-.5.2-.5.498 0 .3.2.499.5.499h.499v7.975h-.5c-.299 0-.498.2-.498.498 0 .3.2.499.499.499h4.992c.3 0 .5-.2.5-.499s-.2-.498-.5-.498h-.5v-7.975h.5Zm-3.495 0h1.997v7.976H18.01v-7.975Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M4.5 3a.5.5 0 0 1 .5.5V5h.5a.5.5 0 0 1 .447.276L6.309 6H8v-.5C8 4.673 8.673 4 9.5 4h5c.827 0 1.5.673 1.5 1.5V6h1.692l.361-.724A.5.5 0 0 1 18.5 5h.5V3.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V5h.5c.827 0 1.5.673 1.5 1.5v13c0 .827-.673 1.5-1.5 1.5h-21C.673 21 0 20.327 0 19.5v-13C0 5.673.673 5 1.5 5H2V3.5a.5.5 0 0 1 .5-.5h2Zm.691 3H1.5a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h21a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5h-3.691l-.361.724A.503.503 0 0 1 18 7H6a.5.5 0 0 1-.447-.276L5.191 6Zm.309 5a.5.5 0 0 1 .5.5V13h1.5a.5.5 0 0 1 0 1H6v1.5a.5.5 0 0 1-1 0V14H3.5a.5.5 0 0 1 0-1H5v-1.5a.5.5 0 0 1 .5-.5Zm15 2a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1h4Zm-6-8h-5a.5.5 0 0 0-.5.5V6h6v-.5a.5.5 0 0 0-.5-.5ZM21 4h-1v1h1V4ZM4 4H3v1h1V4Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M12 20a.587.587 0 0 1-.109-.01.511.511 0 0 1-.43-.49V15H8.77a.547.547 0 0 1-.45-.225.471.471 0 0 1-.045-.472l3.23-7a.545.545 0 0 1 .604-.293c.25.048.43.253.43.49V12h2.692a.55.55 0 0 1 .45.225c.1.141.116.318.046.472l-3.23 7A.543.543 0 0 1 12 20Zm-2.415-6H12c.297 0 .538.224.538.5v2.564L14.414 13H12c-.297 0-.539-.224-.539-.5V9.936L9.585 14Zm6.723 9H7.692C6.207 23 5 21.878 5 20.5v-14C5 5.122 6.207 4 7.692 4h1.616V2.5c0-.276.24-.5.538-.5h4.308c.297 0 .538.224.538.5V4h1.616C17.793 4 19 5.122 19 6.5v14c0 1.378-1.207 2.5-2.692 2.5ZM7.692 5c-.89 0-1.615.673-1.615 1.5v14c0 .827.725 1.5 1.615 1.5h8.616c.89 0 1.615-.673 1.615-1.5v-14c0-.827-.725-1.5-1.615-1.5h-2.154c-.297 0-.539-.224-.539-.5V3h-3.23v1.5c0 .276-.242.5-.539.5H7.692Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M9.55 21H2.5a.502.502 0 0 1-.429-.757l1.718-2.862A8.507 8.507 0 0 0 5 13.007V10.5c0-3.164 2.112-5.846 5-6.709V2c0-1.103.897-2 2-2s2 .897 2 2v1.791c2.888.863 5 3.545 5 6.709v2.507c0 1.541.42 3.053 1.211 4.374l1.718 2.862A.5.5 0 0 1 21.5 21h-7.048a2.502 2.502 0 0 1-3.523 2.758A2.502 2.502 0 0 1 9.55 21Zm1.037 0a1.503 1.503 0 0 0 1.414 2 1.503 1.503 0 0 0 1.414-2h-2.828ZM11 3.571a7.026 7.026 0 0 1 2 0V2a1 1 0 0 0-2 0v1.571ZM3.383 20h17.234l-1.264-2.105A9.507 9.507 0 0 1 18 13.007V10.5c0-3.309-2.69-6-6-6-3.309 0-6 2.691-6 6v2.507a9.498 9.498 0 0 1-1.354 4.888L3.383 20Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M17.154 0C18.447 0 19.5 1.121 19.5 2.5v21a.498.498 0 0 1-.5.5.495.495 0 0 1-.277-.084l-1.223-.815-1.223.815a.504.504 0 0 1-.555 0l-1.222-.815-1.223.815a.504.504 0 0 1-.555 0l-1.222-.815-1.223.815a.504.504 0 0 1-.555 0L8.5 23.101l-1.223.815a.498.498 0 0 1-.513.024.498.498 0 0 1-.264-.44V10H5a.5.5 0 0 1-.5-.5v-7C4.5 1.121 5.622 0 7 0h10.154Zm0 1H7.002c.32.426.498.947.498 1.5v20.065l.723-.481a.504.504 0 0 1 .555 0l1.222.815 1.223-.815a.504.504 0 0 1 .555 0l1.223.815 1.223-.815a.492.492 0 0 1 .553 0l1.223.815 1.223-.815a.504.504 0 0 1 .555 0l.722.481V2.5c0-.827-.604-1.5-1.346-1.5ZM17 19a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1h3Zm-2.5-1.5a.5.5 0 0 1 .5-.5v-.134a1 1 0 0 1 0-1.732V15a.5.5 0 0 1 .992-.09L16 15a.5.5 0 0 1 0 1l.001.135a1 1 0 0 1 0 1.73L16 18a.5.5 0 0 1-1 0 .5.5 0 0 1-.5-.5ZM17 11a.5.5 0 0 1 0 1H9a.5.5 0 0 1 0-1h8ZM6.001 1.382A1.5 1.5 0 0 0 5.5 2.5V9h1V2.5c0-.434-.183-.836-.499-1.118ZM17 8a.5.5 0 0 1 0 1H9a.5.5 0 0 1 0-1h8Zm0-3a.5.5 0 0 1 0 1H9a.5.5 0 0 1 0-1h8Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M18.68.105c1.143 0 2.073.93 2.073 2.072v20.24c0 .601-.344 1.121-.897 1.357a1.448 1.448 0 0 1-1.592-.289l-5.524-5.257a1.064 1.064 0 0 0-1.478-.002l-5.527 5.261a1.459 1.459 0 0 1-1.596.286 1.457 1.457 0 0 1-.892-1.356V2.177c0-1.142.929-2.072 2.072-2.072H18.68Zm0 1H5.32c-.591 0-1.072.481-1.072 1.072v20.24c0 .291.219.408.287.437l.067.023a.452.452 0 0 0 .445-.116l5.525-5.258a2.063 2.063 0 0 1 2.86.002l5.524 5.257c.208.2.443.12.508.092l.074-.04a.456.456 0 0 0 .216-.397V2.177c0-.591-.481-1.072-1.072-1.072ZM12 2.597a.5.5 0 0 1 .453.287l1.544 3.288 3.446.526a.499.499 0 0 1 .284.843l-2.504 2.57.595 3.633a.497.497 0 0 1-.734.52L12 12.564l-3.075 1.698a.502.502 0 0 1-.736-.519l.597-3.633-2.504-2.57a.499.499 0 0 1 .282-.843l3.446-.526 1.537-3.287a.5.5 0 0 1 .371-.281L12 2.597Zm.001 1.678-1.198 2.563a.501.501 0 0 1-.378.282l-2.749.42 2.002 2.054a.498.498 0 0 1 .135.43l-.47 2.866 2.415-1.334a.507.507 0 0 1 .483 0l2.424 1.335-.47-2.867a.5.5 0 0 1 .135-.43l2.001-2.055-2.748-.419a.498.498 0 0 1-.377-.282l-1.205-2.563Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M10.001 4.004A1.5 1.5 0 1 0 10 1.003a1.5 1.5 0 0 0 0 3.001Zm0 1.001a2.5 2.5 0 0 0 2.5-2.502A2.501 2.501 0 0 0 10.001 0c-1.38 0-2.5 1.12-2.5 2.503a2.501 2.501 0 0 0 2.5 2.502Zm0 6.007A1.5 1.5 0 1 0 10 8.01a1.5 1.5 0 0 0 0 3.002Zm0 1a2.5 2.5 0 0 0 2.5-2.502 2.501 2.501 0 0 0-2.5-2.503c-1.38 0-2.5 1.12-2.5 2.503a2.501 2.501 0 0 0 2.5 2.503Zm-7 6.007A1.5 1.5 0 1 0 3 15.017a1.5 1.5 0 0 0 0 3.003Zm0 1.001a2.5 2.5 0 0 0 2.5-2.503 2.501 2.501 0 0 0-2.5-2.502c-1.38 0-2.5 1.12-2.5 2.502a2.501 2.501 0 0 0 2.5 2.503Zm1.5-9.51a1.5 1.5 0 1 1-3.001.002 1.5 1.5 0 0 1 3-.002Zm1 0a2.501 2.501 0 0 1-2.5 2.503c-1.38 0-2.5-1.12-2.5-2.503a2.501 2.501 0 0 1 2.5-2.503 2.5 2.5 0 0 1 2.5 2.503Zm5.192 13.951c0 .324.216.539.538.539h6.455c3.335 0 5.917-2.585 5.81-5.708a5.949 5.949 0 0 0-1.722-4.2l-1.614-1.723a1.687 1.687 0 0 0-2.366 0c-.216.215-.323.43-.43.646-.538-.215-1.292 0-1.722.43-.215.216-.323.54-.43.862a1.59 1.59 0 0 0-1.399.431 2.377 2.377 0 0 1-.161.27c-.054.08-.108.16-.161.269l-.969-.97a1.687 1.687 0 0 0-2.367 0c-.322.323-.537.754-.537 1.185 0 .43.215.862.537 1.185l4.088 4.092h-.86a2.665 2.665 0 0 0-2.69 2.692Zm7.1-.538h-5.916c.215-.646.753-1.077 1.506-1.077h2.152a.59.59 0 0 0 .537-.323c.108-.108 0-.43-.107-.539l-5.056-5.061c-.108-.108-.216-.216-.216-.431s.108-.323.216-.43c.215-.216.645-.216.86 0l3.55 3.553a.52.52 0 0 0 .753 0c.108-.107.108-.215.108-.43 0-.216 0-.324-.108-.431l-1.398-1.293c-.108-.107-.215-.215-.215-.43 0-.216.107-.324.215-.431.215-.216.645-.216.86 0l.861.861a.52.52 0 0 0 .753 0c.108-.107.108-.215.108-.43 0-.216 0-.324-.108-.431l-.538-.539c-.107-.107-.215-.215-.215-.43 0-.216.108-.324.215-.431.216-.216.646-.216.861 0l.538.538a.52.52 0 0 0 .753 0c.107-.107.107-.215.107-.43 0-.216 0-.324-.107-.431-.215-.216-.215-.647 0-.862.215-.215.645-.215.86 0l1.614 1.723a4.727 4.727 0 0 1 1.399 3.339 4.824 4.824 0 0 1-4.841 4.846Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M14.5 2c.778 0 1.42.596 1.493 1.356L16 3.5V5h6.5c.778 0 1.42.596 1.493 1.356L24 6.5v14c0 .778-.596 1.42-1.356 1.493L22.5 22h-21c-.778 0-1.42-.596-1.493-1.356L0 20.5v-14c0-.778.596-1.42 1.356-1.493L1.5 5H8V3.5c0-.778.596-1.42 1.356-1.493L9.5 2h5ZM23 12.147l-7.34 1.916a14.566 14.566 0 0 1-6.87.11l-.45-.11L1 12.147V20.5a.5.5 0 0 0 .41.492L1.5 21h21a.5.5 0 0 0 .492-.41L23 20.5v-8.353ZM22.5 6h-21a.5.5 0 0 0-.492.41L1 6.5v4.614l7.592 1.98c2.09.546 4.292.58 6.396.102l.419-.102L23 11.113V6.5a.5.5 0 0 0-.41-.492L22.5 6ZM12 9c1.104 0 2 .897 2 2s-.896 2-2 2c-1.103 0-2-.897-2-2s.897-2 2-2Zm0 1c-.551 0-1 .449-1 1 0 .551.449 1 1 1 .551 0 1-.449 1-1 0-.551-.449-1-1-1Zm2.5-7h-5a.5.5 0 0 0-.492.41L9 3.5V5h6V3.5a.5.5 0 0 0-.41-.492L14.5 3Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <circle cx="12" cy="12" r="3"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M18.742 0a.5.5 0 0 1 .5.5v1.88h2.672c1.15 0 2.086.935 2.086 2.085v17.449c0 1.15-.936 2.086-2.086 2.086H2.085A2.089 2.089 0 0 1 0 21.914V4.465C0 3.315.936 2.38 2.085 2.38h3.467V.5a.5.5 0 1 1 1 0v1.88h11.69V.5a.5.5 0 0 1 .5-.499ZM23 8.93H1v12.984C1 22.513 1.486 23 2.085 23h19.829c.6 0 1.086-.487 1.086-1.086V8.93Zm-12.983 2.966a2.09 2.09 0 0 1 2.087 2.087c0 .634-.285 1.203-.733 1.586.448.383.732.952.732 1.586 0 1.15-.935 2.087-2.086 2.087H8.431a.5.5 0 0 1 0-1h1.586a1.088 1.088 0 0 0 0-2.173h-.792a.499.499 0 1 1 0-1h.792a1.088 1.088 0 0 0 0-2.173H8.431a.5.5 0 1 1 0-1h1.586Zm5.552 0a.5.5 0 0 1 .5.5v6.346a.5.5 0 0 1-1 0v-6.346a.5.5 0 0 1 .5-.5ZM5.552 3.38H2.085A1.085 1.085 0 0 0 1 4.465v3.466h22V4.465c0-.598-.486-1.086-1.086-1.086h-2.672v1.88a.5.5 0 0 1-1 0v-1.88H6.552v1.88a.5.5 0 0 1-1 0v-1.88Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M3.487 2.153c.807-.806 2.196-.845 3.059-.115l.125.115 2.537 2.538c.667.666.845 1.654.47 2.507l-.078.158-1.492 2.78a8.582 8.582 0 0 0 5.793 5.996l.284.081 2.772-1.492a2.276 2.276 0 0 1 2.538.275l.128.117 2.221 2.222c.424.415.656.977.656 1.582a2.24 2.24 0 0 1-.526 1.447l-.136.148-1.318 1.319c-.42.426-.999.67-1.59.67-.055 0-.11 0-.165-.008A18.871 18.871 0 0 1 1.505 5.236a2.231 2.231 0 0 1 .54-1.63l.123-.133 1.319-1.32Zm1.596.279c-.305 0-.592.1-.824.285l-.11.099-1.326 1.326a1.281 1.281 0 0 0-.385 1.018 17.94 17.94 0 0 0 16.409 16.4c.327.02.657-.086.912-.29l.104-.094 1.326-1.325a1.31 1.31 0 0 0 .385-.934c0-.299-.1-.585-.286-.822l-.1-.113-2.22-2.222a1.325 1.325 0 0 0-1.433-.287l-.13.062-2.939 1.585a.42.42 0 0 1-.343.035 9.468 9.468 0 0 1-6.967-6.972.462.462 0 0 1 .011-.254l.035-.082L8.786 6.91a1.315 1.315 0 0 0-.134-1.456l-.098-.109-2.538-2.53a1.339 1.339 0 0 0-.933-.383Zm7.468 4.207a4.433 4.433 0 0 1 4.421 4.42c0 .222-.11.332-.11.443-.11.11-.332.11-.442.11-.331 0-.553-.221-.553-.552 0-1.88-1.437-3.316-3.316-3.316-.331 0-.552-.221-.552-.553 0-.331.221-.552.552-.552Zm0-2.211c3.648 0 6.632 2.985 6.632 6.632 0 .22-.111.33-.111.442-.11.11-.331.11-.441.11-.332 0-.553-.221-.553-.552 0-3.095-2.432-5.526-5.527-5.526-.331 0-.552-.221-.552-.553 0-.332.221-.553.552-.553Zm0-2.21c4.864 0 8.842 3.979 8.842 8.842 0 .22-.11.33-.11.442-.11.11-.332.11-.442.11-.332 0-.553-.221-.553-.552a7.689 7.689 0 0 0-7.737-7.737c-.331 0-.552-.221-.552-.552 0-.332.221-.553.552-.553Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M3.487 2.153c.807-.806 2.196-.845 3.059-.115l.125.115 2.537 2.538c.667.666.845 1.654.47 2.507l-.078.158-1.492 2.78a8.582 8.582 0 0 0 5.793 5.996l.284.081 2.772-1.492a2.276 2.276 0 0 1 2.538.275l.128.117 2.221 2.222c.424.415.656.977.656 1.582a2.24 2.24 0 0 1-.526 1.447l-.136.148-1.318 1.319c-.42.426-.999.67-1.59.67-.055 0-.11 0-.165-.008A18.871 18.871 0 0 1 1.505 5.236a2.231 2.231 0 0 1 .54-1.63l.123-.133 1.319-1.32Zm1.596.279c-.305 0-.592.1-.824.285l-.11.099-1.326 1.326a1.281 1.281 0 0 0-.385 1.018 17.94 17.94 0 0 0 16.409 16.4c.327.02.657-.086.912-.29l.104-.094 1.326-1.325a1.31 1.31 0 0 0 .385-.934c0-.299-.1-.585-.286-.822l-.1-.113-2.22-2.222a1.325 1.325 0 0 0-1.433-.287l-.13.062-2.939 1.585a.42.42 0 0 1-.343.035 9.468 9.468 0 0 1-6.967-6.972.462.462 0 0 1 .011-.254l.035-.082L8.786 6.91a1.315 1.315 0 0 0-.134-1.456l-.098-.109-2.538-2.53a1.339 1.339 0 0 0-.933-.383Zm16.95-.933c.051 0 .091.006.128.017l.055.022a.405.405 0 0 1 .153.1c.044.045.072.09.098.142a.549.549 0 0 1 .03.119l.003.052v5.741a.461.461 0 0 1-.466.467.459.459 0 0 1-.46-.376l-.008-.084V3.093l-7.09 7.084a.439.439 0 0 1-.327.139.445.445 0 0 1-.33-.143.463.463 0 0 1-.056-.586l.06-.072 7.082-7.083H16.3a.462.462 0 0 1-.468-.467.46.46 0 0 1 .383-.459L16.3 1.5h5.734Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M8.786 6.91 7.202 9.847a.473.473 0 0 0-.046.336 9.468 9.468 0 0 0 6.967 6.972.42.42 0 0 0 .343-.035l2.939-1.585a1.324 1.324 0 0 1 1.562.225l2.221 2.222c.249.255.386.587.386.935 0 .353-.136.685-.385.933l-1.326 1.326a1.333 1.333 0 0 1-1.016.384 17.94 17.94 0 0 1-16.41-16.4c-.032-.371.112-.75.386-1.018l1.325-1.326c.248-.248.58-.384.935-.384.347 0 .679.137.933.384l2.538 2.53c.383.383.493.943.294 1.432l-.062.132Zm-5.3-4.757c.808-.806 2.197-.845 3.06-.115l.125.115 2.537 2.538c.667.666.845 1.654.47 2.507l-.078.158-1.492 2.78a8.582 8.582 0 0 0 5.793 5.996l.284.081 2.772-1.492a2.276 2.276 0 0 1 2.538.275l.128.117 2.221 2.222c.424.415.656.977.656 1.582a2.24 2.24 0 0 1-.526 1.447l-.136.148-1.318 1.319c-.42.426-.999.67-1.59.67-.055 0-.11 0-.165-.008A18.871 18.871 0 0 1 1.505 5.236a2.231 2.231 0 0 1 .54-1.63l.123-.133 1.319-1.32ZM21.5 1.856a.453.453 0 0 1 .647 0 .453.453 0 0 1 .06.575l-.059.072-6.941 6.935h4.508c.257 0 .457.2.457.457a.45.45 0 0 1-.374.45l-.083.007H14.1a.413.413 0 0 1-.188-.04.431.431 0 0 1-.08-.042l-.044-.032-.025-.025a.352.352 0 0 1-.065-.091l-.022-.055a.293.293 0 0 1-.028-.102l-.005-.07V4.282c0-.257.2-.458.457-.458.228 0 .412.159.45.374l.007.084V8.79l6.94-6.934Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M8.786 6.91 7.202 9.847a.473.473 0 0 0-.046.336 9.468 9.468 0 0 0 6.967 6.972.42.42 0 0 0 .343-.035l2.939-1.585a1.324 1.324 0 0 1 1.562.225l2.221 2.222c.249.255.386.587.386.935 0 .353-.136.685-.385.933l-1.326 1.326a1.333 1.333 0 0 1-1.016.384 17.94 17.94 0 0 1-16.41-16.4c-.032-.371.112-.75.386-1.018l1.325-1.326c.248-.248.58-.384.935-.384.347 0 .679.137.933.384l2.538 2.53c.383.383.493.943.294 1.432l-.062.132Zm-5.3-4.757c.808-.806 2.197-.845 3.06-.115l.125.115 2.537 2.538c.667.666.845 1.654.47 2.507l-.078.158-1.492 2.78a8.582 8.582 0 0 0 5.793 5.996l.284.081 2.772-1.492a2.276 2.276 0 0 1 2.538.275l.128.117 2.221 2.222c.424.415.656.977.656 1.582a2.24 2.24 0 0 1-.526 1.447l-.136.148-1.318 1.319c-.42.426-.999.67-1.59.67-.055 0-.11 0-.165-.008A18.871 18.871 0 0 1 1.505 5.236a2.231 2.231 0 0 1 .54-1.63l.123-.133 1.319-1.32Zm10.725-.651c4.57 0 8.289 3.718 8.289 8.289a.554.554 0 0 1-1.105 0c0-3.961-3.223-7.184-7.184-7.184a.553.553 0 1 1 0-1.105Zm0 4.42a3.872 3.872 0 0 1 3.868 3.869.554.554 0 0 1-1.105 0 2.767 2.767 0 0 0-2.763-2.763.553.553 0 1 1 0-1.105Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M8.786 6.91 7.202 9.847a.473.473 0 0 0-.046.336 9.468 9.468 0 0 0 6.967 6.972.42.42 0 0 0 .343-.035l2.939-1.585a1.324 1.324 0 0 1 1.562.225l2.221 2.222c.249.255.386.587.386.935 0 .353-.136.685-.385.933l-1.326 1.326a1.333 1.333 0 0 1-1.016.384 17.94 17.94 0 0 1-16.41-16.4c-.032-.371.112-.75.386-1.018l1.325-1.326c.248-.248.58-.384.935-.384.347 0 .679.137.933.384l2.538 2.53c.417.418.51 1.046.232 1.564Zm10.837 8.203a2.274 2.274 0 0 0-2.666-.392l-2.772 1.492a8.58 8.58 0 0 1-6.077-6.078L9.6 7.356a2.249 2.249 0 0 0-.392-2.665L6.671 2.153c-.848-.847-2.336-.847-3.184 0l-1.319 1.32a2.236 2.236 0 0 0-.662 1.763 18.871 18.871 0 0 0 17.26 17.257c.054.008.109.008.164.008.591 0 1.17-.244 1.59-.67l1.318-1.319c.427-.428.662-.994.662-1.595 0-.605-.232-1.167-.656-1.582l-2.221-2.222Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M14.334 2.376c.99 0 1.919.668 2.322 1.648l.065.175.321 1.066c.049.146.181.246.357.272l.091.006h3.615a2.898 2.898 0 0 1 2.89 2.725l.005.17V18.73a2.899 2.899 0 0 1-2.725 2.89l-.17.005H2.895A2.898 2.898 0 0 1 .005 18.9L0 18.73V8.438c0-1.538 1.207-2.8 2.725-2.889l.17-.005h3.614c.174 0 .33-.095.411-.244l.034-.079.325-.998c.34-1.027 1.236-1.761 2.214-1.84l.173-.006h4.668Zm0 1.04H9.666c-.552 0-1.099.41-1.349.993l-.052.138-.323.994a1.5 1.5 0 0 1-1.294 1.035l-.139.006H2.895c-.974 0-1.776.756-1.85 1.71l-.006.146V18.73c0 .975.756 1.776 1.711 1.85l.145.006h18.21c.975 0 1.776-.755 1.85-1.71l.006-.146V8.438c0-.973-.755-1.775-1.711-1.849l-.145-.006H17.49c-.623 0-1.155-.34-1.39-.876l-.048-.128-.322-1.064c-.197-.59-.717-1.031-1.268-1.092l-.128-.006ZM12 7.918a5.672 5.672 0 0 1 5.666 5.665A5.673 5.673 0 0 1 12 19.25a5.673 5.673 0 0 1-5.666-5.666A5.672 5.672 0 0 1 12 7.919Zm0 1.038a4.632 4.632 0 0 0-4.626 4.627A4.632 4.632 0 0 0 12 18.212a4.632 4.632 0 0 0 4.627-4.628A4.632 4.632 0 0 0 12 8.957Zm0 .648a.52.52 0 0 1 0 1.039 2.979 2.979 0 0 0-2.975 2.975.52.52 0 0 1-1.039 0A4.019 4.019 0 0 1 12 9.605Z" clip-rule="evenodd"/>
3
+ </svg>