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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1089) hide show
  1. package/CHANGELOG.md +113 -0
  2. package/README.md +3 -27
  3. package/build/android/border.xml +2 -2
  4. package/build/android/color.xml +31 -30
  5. package/build/android/font_size.xml +1 -1
  6. package/build/android/radius.xml +3 -2
  7. package/build/android/size.xml +13 -6
  8. package/build/ios/Border.swift +1 -1
  9. package/build/ios/Color.swift +3 -2
  10. package/build/ios/FontSize.swift +1 -1
  11. package/build/ios/Radius.swift +2 -1
  12. package/build/ios/Size.swift +8 -1
  13. package/build/rn/fonts/HelveticaNow-300.otf +0 -0
  14. package/build/rn/fonts/HelveticaNow-400.otf +0 -0
  15. package/build/rn/fonts/HelveticaNow-500.otf +0 -0
  16. package/build/rn/fonts/HelveticaNow-700.otf +0 -0
  17. package/build/rn/fonts/index.js +4 -4
  18. package/build/rn/icons/Accessible.js +26 -0
  19. package/build/rn/icons/Accessible.native.js +26 -0
  20. package/build/rn/icons/Add.js +27 -0
  21. package/build/rn/icons/Add.native.js +27 -0
  22. package/build/rn/icons/AddUser.js +26 -0
  23. package/build/rn/icons/AddUser.native.js +26 -0
  24. package/build/rn/icons/AlarmClock.js +26 -0
  25. package/build/rn/icons/AlarmClock.native.js +26 -0
  26. package/build/rn/icons/Ambulance.js +27 -0
  27. package/build/rn/icons/Ambulance.native.js +27 -0
  28. package/build/rn/icons/ArrowDown.js +26 -0
  29. package/build/rn/icons/ArrowDown.native.js +26 -0
  30. package/build/rn/icons/ArrowLeft.js +27 -0
  31. package/build/rn/icons/ArrowLeft.native.js +27 -0
  32. package/build/rn/icons/ArrowRight.js +27 -0
  33. package/build/rn/icons/ArrowRight.native.js +27 -0
  34. package/build/rn/icons/ArrowUp.js +26 -0
  35. package/build/rn/icons/ArrowUp.native.js +26 -0
  36. package/build/rn/icons/ArtificialIntelligence.js +25 -0
  37. package/build/rn/icons/ArtificialIntelligence.native.js +25 -0
  38. package/build/rn/icons/Attention.js +26 -0
  39. package/build/rn/icons/Attention.native.js +26 -0
  40. package/build/rn/icons/Award.js +26 -0
  41. package/build/rn/icons/Award.native.js +26 -0
  42. package/build/rn/icons/Baby.js +26 -0
  43. package/build/rn/icons/Baby.native.js +26 -0
  44. package/build/rn/icons/BabyBoy.js +26 -0
  45. package/build/rn/icons/BabyBoy.native.js +26 -0
  46. package/build/rn/icons/BabyGirl.js +26 -0
  47. package/build/rn/icons/BabyGirl.native.js +26 -0
  48. package/build/rn/icons/BackToSchool.js +26 -0
  49. package/build/rn/icons/BackToSchool.native.js +26 -0
  50. package/build/rn/icons/Bank.js +26 -0
  51. package/build/rn/icons/Bank.native.js +26 -0
  52. package/build/rn/icons/BatteryCar.js +25 -0
  53. package/build/rn/icons/BatteryCar.native.js +25 -0
  54. package/build/rn/icons/BatteryCharging.js +26 -0
  55. package/build/rn/icons/BatteryCharging.native.js +26 -0
  56. package/build/rn/icons/Bell.js +26 -0
  57. package/build/rn/icons/Bell.native.js +26 -0
  58. package/build/rn/icons/Bill.js +26 -0
  59. package/build/rn/icons/Bill.native.js +26 -0
  60. package/build/rn/icons/Bookmark.js +26 -0
  61. package/build/rn/icons/Bookmark.native.js +26 -0
  62. package/build/rn/icons/Briefcase.js +26 -0
  63. package/build/rn/icons/Briefcase.native.js +26 -0
  64. package/build/rn/icons/BulletFill.js +27 -0
  65. package/build/rn/icons/BulletFill.native.js +27 -0
  66. package/build/rn/icons/Calendar.js +26 -0
  67. package/build/rn/icons/Calendar.native.js +26 -0
  68. package/build/rn/icons/Call.js +26 -0
  69. package/build/rn/icons/Call.native.js +26 -0
  70. package/build/rn/icons/CallForward.js +26 -0
  71. package/build/rn/icons/CallForward.native.js +26 -0
  72. package/build/rn/icons/CallOut.js +26 -0
  73. package/build/rn/icons/CallOut.native.js +26 -0
  74. package/build/rn/icons/CallReceive.js +26 -0
  75. package/build/rn/icons/CallReceive.native.js +26 -0
  76. package/build/rn/icons/CallTalking.js +26 -0
  77. package/build/rn/icons/CallTalking.native.js +26 -0
  78. package/build/rn/icons/Camera.js +26 -0
  79. package/build/rn/icons/Camera.native.js +26 -0
  80. package/build/rn/icons/Car.js +25 -0
  81. package/build/rn/icons/Car.native.js +25 -0
  82. package/build/rn/icons/CaretDown.js +27 -0
  83. package/build/rn/icons/CaretDown.native.js +27 -0
  84. package/build/rn/icons/CaretUp.js +27 -0
  85. package/build/rn/icons/CaretUp.native.js +27 -0
  86. package/build/rn/icons/CartEmptyBold.js +26 -0
  87. package/build/rn/icons/CartEmptyBold.native.js +26 -0
  88. package/build/rn/icons/CartFilledBold.js +31 -0
  89. package/build/rn/icons/CartFilledBold.native.js +31 -0
  90. package/build/rn/icons/Channels.js +26 -0
  91. package/build/rn/icons/Channels.native.js +26 -0
  92. package/build/rn/icons/ChartsBar1.js +26 -0
  93. package/build/rn/icons/ChartsBar1.native.js +26 -0
  94. package/build/rn/icons/ChartsBar2.js +25 -0
  95. package/build/rn/icons/ChartsBar2.native.js +25 -0
  96. package/build/rn/icons/ChartsLine.js +26 -0
  97. package/build/rn/icons/ChartsLine.native.js +26 -0
  98. package/build/rn/icons/Chat1.js +26 -0
  99. package/build/rn/icons/Chat1.native.js +26 -0
  100. package/build/rn/icons/Chat2.js +26 -0
  101. package/build/rn/icons/Chat2.native.js +26 -0
  102. package/build/rn/icons/ChatSupport.js +26 -0
  103. package/build/rn/icons/ChatSupport.native.js +26 -0
  104. package/build/rn/icons/Check.js +25 -0
  105. package/build/rn/icons/Check.native.js +25 -0
  106. package/build/rn/icons/Checkmark.js +26 -0
  107. package/build/rn/icons/Checkmark.native.js +26 -0
  108. package/build/rn/icons/ChevronLeft.js +27 -0
  109. package/build/rn/icons/ChevronLeft.native.js +27 -0
  110. package/build/rn/icons/ChevronRight.js +27 -0
  111. package/build/rn/icons/ChevronRight.native.js +27 -0
  112. package/build/rn/icons/Clipboard.js +26 -0
  113. package/build/rn/icons/Clipboard.native.js +26 -0
  114. package/build/rn/icons/Close.js +27 -0
  115. package/build/rn/icons/Close.native.js +27 -0
  116. package/build/rn/icons/ClosedCaptions.js +25 -0
  117. package/build/rn/icons/ClosedCaptions.native.js +25 -0
  118. package/build/rn/icons/CloudDownload.js +26 -0
  119. package/build/rn/icons/CloudDownload.native.js +26 -0
  120. package/build/rn/icons/CloudSync.js +26 -0
  121. package/build/rn/icons/CloudSync.native.js +26 -0
  122. package/build/rn/icons/CloudUpload.js +26 -0
  123. package/build/rn/icons/CloudUpload.native.js +26 -0
  124. package/build/rn/icons/Collaboration.js +25 -0
  125. package/build/rn/icons/Collaboration.native.js +25 -0
  126. package/build/rn/icons/Compass.js +26 -0
  127. package/build/rn/icons/Compass.native.js +26 -0
  128. package/build/rn/icons/ComputerNetwork.js +26 -0
  129. package/build/rn/icons/ComputerNetwork.native.js +26 -0
  130. package/build/rn/icons/Contract.js +26 -0
  131. package/build/rn/icons/Contract.native.js +26 -0
  132. package/build/rn/icons/CreditCard.js +26 -0
  133. package/build/rn/icons/CreditCard.native.js +26 -0
  134. package/build/rn/icons/Cronometer.js +26 -0
  135. package/build/rn/icons/Cronometer.native.js +26 -0
  136. package/build/rn/icons/CssActivations.js +25 -0
  137. package/build/rn/icons/CssActivations.native.js +25 -0
  138. package/build/rn/icons/DataLimit.js +26 -0
  139. package/build/rn/icons/DataLimit.native.js +26 -0
  140. package/build/rn/icons/Deals.js +26 -0
  141. package/build/rn/icons/Deals.native.js +26 -0
  142. package/build/rn/icons/Delete.js +26 -0
  143. package/build/rn/icons/Delete.native.js +26 -0
  144. package/build/rn/icons/Delivery.js +26 -0
  145. package/build/rn/icons/Delivery.native.js +26 -0
  146. package/build/rn/icons/Devices.js +26 -0
  147. package/build/rn/icons/Devices.native.js +26 -0
  148. package/build/rn/icons/Diagram.js +26 -0
  149. package/build/rn/icons/Diagram.native.js +26 -0
  150. package/build/rn/icons/Diamond.js +25 -0
  151. package/build/rn/icons/Diamond.native.js +25 -0
  152. package/build/rn/icons/Direction.js +26 -0
  153. package/build/rn/icons/Direction.native.js +26 -0
  154. package/build/rn/icons/Document.js +26 -0
  155. package/build/rn/icons/Document.native.js +26 -0
  156. package/build/rn/icons/Donate.js +25 -0
  157. package/build/rn/icons/Donate.native.js +25 -0
  158. package/build/rn/icons/Download.js +26 -0
  159. package/build/rn/icons/Download.native.js +26 -0
  160. package/build/rn/icons/DownloadPdf.js +26 -0
  161. package/build/rn/icons/DownloadPdf.native.js +26 -0
  162. package/build/rn/icons/DownloadPdfs.js +26 -0
  163. package/build/rn/icons/DownloadPdfs.native.js +26 -0
  164. package/build/rn/icons/Email.js +26 -0
  165. package/build/rn/icons/Email.native.js +26 -0
  166. package/build/rn/icons/Escalations.js +25 -0
  167. package/build/rn/icons/Escalations.native.js +25 -0
  168. package/build/rn/icons/FavouriteNetwork.js +26 -0
  169. package/build/rn/icons/FavouriteNetwork.native.js +26 -0
  170. package/build/rn/icons/Files.js +26 -0
  171. package/build/rn/icons/Files.native.js +26 -0
  172. package/build/rn/icons/Fingerprint.js +26 -0
  173. package/build/rn/icons/Fingerprint.native.js +26 -0
  174. package/build/rn/icons/Firewall.js +26 -0
  175. package/build/rn/icons/Firewall.native.js +26 -0
  176. package/build/rn/icons/Flag.js +25 -0
  177. package/build/rn/icons/Flag.native.js +25 -0
  178. package/build/rn/icons/FullscreenExpand.js +25 -0
  179. package/build/rn/icons/FullscreenExpand.native.js +25 -0
  180. package/build/rn/icons/FullscreenMinimize.js +25 -0
  181. package/build/rn/icons/FullscreenMinimize.native.js +25 -0
  182. package/build/rn/icons/Gift.js +26 -0
  183. package/build/rn/icons/Gift.native.js +26 -0
  184. package/build/rn/icons/Globe1.js +25 -0
  185. package/build/rn/icons/Globe1.native.js +25 -0
  186. package/build/rn/icons/Globe2.js +25 -0
  187. package/build/rn/icons/Globe2.native.js +25 -0
  188. package/build/rn/icons/HeadBoth.js +26 -0
  189. package/build/rn/icons/HeadBoth.native.js +26 -0
  190. package/build/rn/icons/HeadFemale.js +26 -0
  191. package/build/rn/icons/HeadFemale.native.js +26 -0
  192. package/build/rn/icons/HeadMale.js +26 -0
  193. package/build/rn/icons/HeadMale.native.js +26 -0
  194. package/build/rn/icons/Headset.js +26 -0
  195. package/build/rn/icons/Headset.native.js +26 -0
  196. package/build/rn/icons/Heart.js +26 -0
  197. package/build/rn/icons/Heart.native.js +26 -0
  198. package/build/rn/icons/Heartbeat.js +26 -0
  199. package/build/rn/icons/Heartbeat.native.js +26 -0
  200. package/build/rn/icons/Helpdesk.js +25 -0
  201. package/build/rn/icons/Helpdesk.native.js +25 -0
  202. package/build/rn/icons/Home.js +26 -0
  203. package/build/rn/icons/Home.native.js +26 -0
  204. package/build/rn/icons/HomeSecurity.js +26 -0
  205. package/build/rn/icons/HomeSecurity.native.js +26 -0
  206. package/build/rn/icons/IDTag.js +26 -0
  207. package/build/rn/icons/IDTag.native.js +26 -0
  208. package/build/rn/icons/Infinite.js +26 -0
  209. package/build/rn/icons/Infinite.native.js +26 -0
  210. package/build/rn/icons/Information.js +26 -0
  211. package/build/rn/icons/Information.native.js +26 -0
  212. package/build/rn/icons/Internet.js +26 -0
  213. package/build/rn/icons/Internet.native.js +26 -0
  214. package/build/rn/icons/Invisible.js +25 -0
  215. package/build/rn/icons/Invisible.native.js +25 -0
  216. package/build/rn/icons/Key.js +26 -0
  217. package/build/rn/icons/Key.native.js +26 -0
  218. package/build/rn/icons/Laptop.js +26 -0
  219. package/build/rn/icons/Laptop.native.js +26 -0
  220. package/build/rn/icons/Layers.js +26 -0
  221. package/build/rn/icons/Layers.native.js +26 -0
  222. package/build/rn/icons/Lifesaver.js +25 -0
  223. package/build/rn/icons/Lifesaver.native.js +25 -0
  224. package/build/rn/icons/Lightbulb.js +26 -0
  225. package/build/rn/icons/Lightbulb.native.js +26 -0
  226. package/build/rn/icons/LinkExternal.js +26 -0
  227. package/build/rn/icons/LinkExternal.native.js +26 -0
  228. package/build/rn/icons/LocationAdd.js +26 -0
  229. package/build/rn/icons/LocationAdd.native.js +26 -0
  230. package/build/rn/icons/LocationHome.js +26 -0
  231. package/build/rn/icons/LocationHome.native.js +26 -0
  232. package/build/rn/icons/LocationIneligible.js +26 -0
  233. package/build/rn/icons/LocationIneligible.native.js +26 -0
  234. package/build/rn/icons/LocationMap.js +25 -0
  235. package/build/rn/icons/LocationMap.native.js +25 -0
  236. package/build/rn/icons/LocationRegular.js +25 -0
  237. package/build/rn/icons/LocationRegular.native.js +25 -0
  238. package/build/rn/icons/LocationRemove.js +26 -0
  239. package/build/rn/icons/LocationRemove.native.js +26 -0
  240. package/build/rn/icons/LocationSuccess.js +26 -0
  241. package/build/rn/icons/LocationSuccess.native.js +26 -0
  242. package/build/rn/icons/LocationVerified.js +26 -0
  243. package/build/rn/icons/LocationVerified.native.js +26 -0
  244. package/build/rn/icons/LockClosed.js +26 -0
  245. package/build/rn/icons/LockClosed.native.js +26 -0
  246. package/build/rn/icons/LockOpened.js +26 -0
  247. package/build/rn/icons/LockOpened.native.js +26 -0
  248. package/build/rn/icons/LoginForm.js +26 -0
  249. package/build/rn/icons/LoginForm.native.js +26 -0
  250. package/build/rn/icons/Map.js +26 -0
  251. package/build/rn/icons/Map.native.js +26 -0
  252. package/build/rn/icons/Medical.js +26 -0
  253. package/build/rn/icons/Medical.native.js +26 -0
  254. package/build/rn/icons/Messaging.js +26 -0
  255. package/build/rn/icons/Messaging.native.js +26 -0
  256. package/build/rn/icons/Mobility.js +26 -0
  257. package/build/rn/icons/Mobility.native.js +26 -0
  258. package/build/rn/icons/Movie.js +25 -0
  259. package/build/rn/icons/Movie.native.js +25 -0
  260. package/build/rn/icons/Music.js +26 -0
  261. package/build/rn/icons/Music.native.js +26 -0
  262. package/build/rn/icons/Muted.js +25 -0
  263. package/build/rn/icons/Muted.native.js +25 -0
  264. package/build/rn/icons/Networking.js +26 -0
  265. package/build/rn/icons/Networking.native.js +26 -0
  266. package/build/rn/icons/News.js +26 -0
  267. package/build/rn/icons/News.native.js +26 -0
  268. package/build/rn/icons/NextGenFirewall.js +26 -0
  269. package/build/rn/icons/NextGenFirewall.native.js +26 -0
  270. package/build/rn/icons/NoContract.js +27 -0
  271. package/build/rn/icons/NoContract.native.js +27 -0
  272. package/build/rn/icons/NotifyBold.js +26 -0
  273. package/build/rn/icons/NotifyBold.native.js +26 -0
  274. package/build/rn/icons/Office.js +26 -0
  275. package/build/rn/icons/Office.native.js +26 -0
  276. package/build/rn/icons/Offices.js +26 -0
  277. package/build/rn/icons/Offices.native.js +26 -0
  278. package/build/rn/icons/OnDemand.js +26 -0
  279. package/build/rn/icons/OnDemand.native.js +26 -0
  280. package/build/rn/icons/OnTheGo.js +26 -0
  281. package/build/rn/icons/OnTheGo.native.js +26 -0
  282. package/build/rn/icons/OnlineSecurity.js +27 -0
  283. package/build/rn/icons/OnlineSecurity.native.js +27 -0
  284. package/build/rn/icons/Paperless.js +27 -0
  285. package/build/rn/icons/Paperless.native.js +27 -0
  286. package/build/rn/icons/Passport.js +26 -0
  287. package/build/rn/icons/Passport.native.js +26 -0
  288. package/build/rn/icons/Pause.js +25 -0
  289. package/build/rn/icons/Pause.native.js +25 -0
  290. package/build/rn/icons/Phone.js +27 -0
  291. package/build/rn/icons/Phone.native.js +27 -0
  292. package/build/rn/icons/PhoneBusiness.js +26 -0
  293. package/build/rn/icons/PhoneBusiness.native.js +26 -0
  294. package/build/rn/icons/PhoneHome.js +26 -0
  295. package/build/rn/icons/PhoneHome.native.js +26 -0
  296. package/build/rn/icons/PhoneReception.js +26 -0
  297. package/build/rn/icons/PhoneReception.native.js +26 -0
  298. package/build/rn/icons/Photo.js +26 -0
  299. package/build/rn/icons/Photo.native.js +26 -0
  300. package/build/rn/icons/Photos.js +26 -0
  301. package/build/rn/icons/Photos.native.js +26 -0
  302. package/build/rn/icons/PiggyBank.js +26 -0
  303. package/build/rn/icons/PiggyBank.native.js +26 -0
  304. package/build/rn/icons/PikTV.js +26 -0
  305. package/build/rn/icons/PikTV.native.js +26 -0
  306. package/build/rn/icons/Play.js +26 -0
  307. package/build/rn/icons/Play.native.js +26 -0
  308. package/build/rn/icons/PlaySolid.js +27 -0
  309. package/build/rn/icons/PlaySolid.native.js +27 -0
  310. package/build/rn/icons/PlayVideo.js +27 -0
  311. package/build/rn/icons/PlayVideo.native.js +27 -0
  312. package/build/rn/icons/Preference.js +26 -0
  313. package/build/rn/icons/Preference.native.js +26 -0
  314. package/build/rn/icons/Print.js +26 -0
  315. package/build/rn/icons/Print.native.js +26 -0
  316. package/build/rn/icons/PrivateCloud.js +26 -0
  317. package/build/rn/icons/PrivateCloud.native.js +26 -0
  318. package/build/rn/icons/Profile.js +26 -0
  319. package/build/rn/icons/Profile.native.js +26 -0
  320. package/build/rn/icons/ProfileBold.js +26 -0
  321. package/build/rn/icons/ProfileBold.native.js +26 -0
  322. package/build/rn/icons/Question.js +27 -0
  323. package/build/rn/icons/Question.native.js +27 -0
  324. package/build/rn/icons/QuoteLeft.js +28 -0
  325. package/build/rn/icons/QuoteLeft.native.js +28 -0
  326. package/build/rn/icons/Radar.js +26 -0
  327. package/build/rn/icons/Radar.native.js +26 -0
  328. package/build/rn/icons/Receipt.js +26 -0
  329. package/build/rn/icons/Receipt.native.js +26 -0
  330. package/build/rn/icons/Record.js +25 -0
  331. package/build/rn/icons/Record.native.js +25 -0
  332. package/build/rn/icons/Refresh.js +26 -0
  333. package/build/rn/icons/Refresh.native.js +26 -0
  334. package/build/rn/icons/RemoteControl.js +26 -0
  335. package/build/rn/icons/RemoteControl.native.js +26 -0
  336. package/build/rn/icons/Replay.js +25 -0
  337. package/build/rn/icons/Replay.native.js +25 -0
  338. package/build/rn/icons/Router.js +26 -0
  339. package/build/rn/icons/Router.native.js +26 -0
  340. package/build/rn/icons/Search.js +26 -0
  341. package/build/rn/icons/Search.native.js +26 -0
  342. package/build/rn/icons/SearchBold.js +25 -0
  343. package/build/rn/icons/SearchBold.native.js +25 -0
  344. package/build/rn/icons/SecurityCamera.js +26 -0
  345. package/build/rn/icons/SecurityCamera.native.js +26 -0
  346. package/build/rn/icons/SecurityHouse.js +26 -0
  347. package/build/rn/icons/SecurityHouse.native.js +26 -0
  348. package/build/rn/icons/SecurityMobile.js +26 -0
  349. package/build/rn/icons/SecurityMobile.native.js +26 -0
  350. package/build/rn/icons/SecuritySettings.js +26 -0
  351. package/build/rn/icons/SecuritySettings.native.js +26 -0
  352. package/build/rn/icons/Server.js +26 -0
  353. package/build/rn/icons/Server.native.js +26 -0
  354. package/build/rn/icons/ServiceTruck.js +26 -0
  355. package/build/rn/icons/ServiceTruck.native.js +26 -0
  356. package/build/rn/icons/Settings.js +26 -0
  357. package/build/rn/icons/Settings.native.js +26 -0
  358. package/build/rn/icons/SettingsBold.js +26 -0
  359. package/build/rn/icons/SettingsBold.native.js +26 -0
  360. package/build/rn/icons/SettingsSolid.js +25 -0
  361. package/build/rn/icons/SettingsSolid.native.js +25 -0
  362. package/build/rn/icons/SharedAccount.js +26 -0
  363. package/build/rn/icons/SharedAccount.native.js +26 -0
  364. package/build/rn/icons/Shop.js +26 -0
  365. package/build/rn/icons/Shop.native.js +26 -0
  366. package/build/rn/icons/SignPost.js +26 -0
  367. package/build/rn/icons/SignPost.native.js +26 -0
  368. package/build/rn/icons/Signal.js +26 -0
  369. package/build/rn/icons/Signal.native.js +26 -0
  370. package/build/rn/icons/SimCard.js +26 -0
  371. package/build/rn/icons/SimCard.native.js +26 -0
  372. package/build/rn/icons/Soccer.js +26 -0
  373. package/build/rn/icons/Soccer.native.js +26 -0
  374. package/build/rn/icons/Speaker.js +26 -0
  375. package/build/rn/icons/Speaker.native.js +26 -0
  376. package/build/rn/icons/SpeakerPhone.js +26 -0
  377. package/build/rn/icons/SpeakerPhone.native.js +26 -0
  378. package/build/rn/icons/Speed.js +26 -0
  379. package/build/rn/icons/Speed.native.js +26 -0
  380. package/build/rn/icons/SpeedReduced.js +26 -0
  381. package/build/rn/icons/SpeedReduced.native.js +26 -0
  382. package/build/rn/icons/StatusError.js +26 -0
  383. package/build/rn/icons/StatusError.native.js +26 -0
  384. package/build/rn/icons/StatusSuccess.js +26 -0
  385. package/build/rn/icons/StatusSuccess.native.js +26 -0
  386. package/build/rn/icons/StatusWarning.js +26 -0
  387. package/build/rn/icons/StatusWarning.native.js +26 -0
  388. package/build/rn/icons/Subtract.js +27 -0
  389. package/build/rn/icons/Subtract.native.js +27 -0
  390. package/build/rn/icons/Success.js +26 -0
  391. package/build/rn/icons/Success.native.js +26 -0
  392. package/build/rn/icons/Suitcase.js +25 -0
  393. package/build/rn/icons/Suitcase.native.js +25 -0
  394. package/build/rn/icons/Support.js +26 -0
  395. package/build/rn/icons/Support.native.js +26 -0
  396. package/build/rn/icons/TV.js +26 -0
  397. package/build/rn/icons/TV.native.js +26 -0
  398. package/build/rn/icons/TVChoiceAndFlexibility.js +27 -0
  399. package/build/rn/icons/TVChoiceAndFlexibility.native.js +27 -0
  400. package/build/rn/icons/Tablet.js +26 -0
  401. package/build/rn/icons/Tablet.native.js +26 -0
  402. package/build/rn/icons/Target.js +26 -0
  403. package/build/rn/icons/Target.native.js +26 -0
  404. package/build/rn/icons/Tasks.js +26 -0
  405. package/build/rn/icons/Tasks.native.js +26 -0
  406. package/build/rn/icons/ThumbsUp.js +25 -0
  407. package/build/rn/icons/ThumbsUp.native.js +25 -0
  408. package/build/rn/icons/Time.js +26 -0
  409. package/build/rn/icons/Time.native.js +26 -0
  410. package/build/rn/icons/Times.js +26 -0
  411. package/build/rn/icons/Times.native.js +26 -0
  412. package/build/rn/icons/TowTruck.js +25 -0
  413. package/build/rn/icons/TowTruck.native.js +25 -0
  414. package/build/rn/icons/Transmitter.js +26 -0
  415. package/build/rn/icons/Transmitter.native.js +26 -0
  416. package/build/rn/icons/Unmuted.js +27 -0
  417. package/build/rn/icons/Unmuted.native.js +27 -0
  418. package/build/rn/icons/Upload.js +26 -0
  419. package/build/rn/icons/Upload.native.js +26 -0
  420. package/build/rn/icons/UploadToCloud.js +26 -0
  421. package/build/rn/icons/UploadToCloud.native.js +26 -0
  422. package/build/rn/icons/UsbCable.js +26 -0
  423. package/build/rn/icons/UsbCable.native.js +26 -0
  424. package/build/rn/icons/User.js +26 -0
  425. package/build/rn/icons/User.native.js +26 -0
  426. package/build/rn/icons/UserAddBold.js +26 -0
  427. package/build/rn/icons/UserAddBold.native.js +26 -0
  428. package/build/rn/icons/Users.js +26 -0
  429. package/build/rn/icons/Users.native.js +26 -0
  430. package/build/rn/icons/VideoChat.js +26 -0
  431. package/build/rn/icons/VideoChat.native.js +26 -0
  432. package/build/rn/icons/VideoGames.js +26 -0
  433. package/build/rn/icons/VideoGames.native.js +26 -0
  434. package/build/rn/icons/Visible.js +26 -0
  435. package/build/rn/icons/Visible.native.js +26 -0
  436. package/build/rn/icons/Warranty.js +26 -0
  437. package/build/rn/icons/Warranty.native.js +26 -0
  438. package/build/rn/icons/Watch.js +26 -0
  439. package/build/rn/icons/Watch.native.js +26 -0
  440. package/build/rn/icons/WifiBoost.js +26 -0
  441. package/build/rn/icons/WifiBoost.native.js +26 -0
  442. package/build/rn/icons/WifiCloud.js +26 -0
  443. package/build/rn/icons/WifiCloud.native.js +26 -0
  444. package/build/rn/icons/accessible.icon.svg +1 -4
  445. package/build/rn/icons/add-user.icon.svg +1 -4
  446. package/build/rn/icons/add.icon.svg +1 -1
  447. package/build/rn/icons/alarm-clock.icon.svg +1 -4
  448. package/build/rn/icons/ambulance.icon.svg +2 -44
  449. package/build/rn/icons/arrow-down.icon.svg +1 -5
  450. package/build/rn/icons/arrow-left.icon.svg +1 -1
  451. package/build/rn/icons/arrow-right.icon.svg +1 -1
  452. package/build/rn/icons/arrow-up.icon.svg +1 -5
  453. package/build/rn/icons/artificial-intelligence.icon.svg +1 -4
  454. package/build/rn/icons/attention.icon.svg +1 -5
  455. package/build/rn/icons/award.icon.svg +1 -5
  456. package/build/rn/icons/baby-boy.icon.svg +1 -4
  457. package/build/rn/icons/baby-girl.icon.svg +1 -4
  458. package/build/rn/icons/baby.icon.svg +1 -4
  459. package/build/rn/icons/back-to-school.icon.svg +1 -5
  460. package/build/rn/icons/bank.icon.svg +1 -4
  461. package/build/rn/icons/battery-car.icon.svg +1 -4
  462. package/build/rn/icons/battery-charging.icon.svg +1 -5
  463. package/build/rn/icons/bell.icon.svg +1 -5
  464. package/build/rn/icons/bill.icon.svg +1 -5
  465. package/build/rn/icons/bookmark.icon.svg +1 -5
  466. package/build/rn/icons/briefcase.icon.svg +1 -5
  467. package/build/rn/icons/bullet-fill.icon.svg +1 -0
  468. package/build/rn/icons/calendar.icon.svg +1 -4
  469. package/build/rn/icons/call-forward.icon.svg +1 -5
  470. package/build/rn/icons/call-out.icon.svg +1 -5
  471. package/build/rn/icons/call-receive.icon.svg +1 -5
  472. package/build/rn/icons/call-talking.icon.svg +1 -5
  473. package/build/rn/icons/call.icon.svg +1 -5
  474. package/build/rn/icons/camera.icon.svg +1 -5
  475. package/build/rn/icons/car.icon.svg +1 -4
  476. package/build/rn/icons/caret-down.icon.svg +2 -2
  477. package/build/rn/icons/caret-up.icon.svg +2 -2
  478. package/build/rn/icons/cart-empty-bold.icon.svg +3 -0
  479. package/build/rn/icons/cart-filled-bold.icon.svg +10 -0
  480. package/build/rn/icons/channels.icon.svg +1 -5
  481. package/build/rn/icons/charts-bar1.icon.svg +1 -4
  482. package/build/rn/icons/charts-bar2.icon.svg +1 -1
  483. package/build/rn/icons/charts-line.icon.svg +1 -5
  484. package/build/rn/icons/chat-support.icon.svg +1 -4
  485. package/build/rn/icons/chat1.icon.svg +1 -4
  486. package/build/rn/icons/chat2.icon.svg +1 -4
  487. package/build/rn/icons/check.icon.svg +1 -4
  488. package/build/rn/icons/checkmark.icon.svg +1 -4
  489. package/build/rn/icons/chevron-left.icon.svg +1 -1
  490. package/build/rn/icons/chevron-right.icon.svg +1 -1
  491. package/build/rn/icons/clipboard.icon.svg +1 -4
  492. package/build/rn/icons/close.icon.svg +1 -1
  493. package/build/rn/icons/cloud-download.icon.svg +1 -4
  494. package/build/rn/icons/cloud-sync.icon.svg +1 -5
  495. package/build/rn/icons/cloud-upload.icon.svg +1 -4
  496. package/build/rn/icons/collaboration.icon.svg +1 -1
  497. package/build/rn/icons/compass.icon.svg +1 -4
  498. package/build/rn/icons/computer-network.icon.svg +1 -4
  499. package/build/rn/icons/contract.icon.svg +1 -5
  500. package/build/rn/icons/credit-card.icon.svg +1 -5
  501. package/build/rn/icons/cronometer.icon.svg +1 -5
  502. package/build/rn/icons/css-activations.icon.svg +3 -0
  503. package/build/rn/icons/data-limit.icon.svg +1 -4
  504. package/build/rn/icons/deals.icon.svg +1 -4
  505. package/build/rn/icons/delete.icon.svg +3 -0
  506. package/build/rn/icons/delivery.icon.svg +1 -5
  507. package/build/rn/icons/devices.icon.svg +1 -4
  508. package/build/rn/icons/diagram.icon.svg +1 -4
  509. package/build/rn/icons/diamond.icon.svg +1 -4
  510. package/build/rn/icons/direction.icon.svg +1 -5
  511. package/build/rn/icons/document.icon.svg +1 -5
  512. package/build/rn/icons/donate.icon.svg +1 -1
  513. package/build/rn/icons/download-pdf.icon.svg +3 -0
  514. package/build/rn/icons/download-pdfs.icon.svg +3 -0
  515. package/build/rn/icons/download.icon.svg +1 -4
  516. package/build/rn/icons/email.icon.svg +1 -5
  517. package/build/rn/icons/escalations.icon.svg +3 -0
  518. package/build/rn/icons/favourite-network.icon.svg +1 -4
  519. package/build/rn/icons/files.icon.svg +1 -5
  520. package/build/rn/icons/fingerprint.icon.svg +1 -5
  521. package/build/rn/icons/firewall.icon.svg +1 -5
  522. package/build/rn/icons/flag.icon.svg +1 -4
  523. package/build/rn/icons/gift.icon.svg +1 -4
  524. package/build/rn/icons/globe1.icon.svg +1 -1
  525. package/build/rn/icons/globe2.icon.svg +1 -1
  526. package/build/rn/icons/head-both.icon.svg +1 -5
  527. package/build/rn/icons/head-female.icon.svg +1 -4
  528. package/build/rn/icons/head-male.icon.svg +1 -4
  529. package/build/rn/icons/headset.icon.svg +1 -4
  530. package/build/rn/icons/heart.icon.svg +1 -5
  531. package/build/rn/icons/heartbeat.icon.svg +1 -4
  532. package/build/rn/icons/helpdesk.icon.svg +3 -0
  533. package/build/rn/icons/home-security.icon.svg +1 -4
  534. package/build/rn/icons/home.icon.svg +1 -4
  535. package/build/rn/icons/idtag.icon.svg +1 -5
  536. package/build/rn/icons/index.js +215 -192
  537. package/build/rn/icons/infinite.icon.svg +1 -5
  538. package/build/rn/icons/information.icon.svg +1 -4
  539. package/build/rn/icons/internet.icon.svg +1 -5
  540. package/build/rn/icons/invisible.icon.svg +1 -4
  541. package/build/rn/icons/key.icon.svg +1 -5
  542. package/build/rn/icons/laptop.icon.svg +1 -5
  543. package/build/rn/icons/layers.icon.svg +1 -5
  544. package/build/rn/icons/lifesaver.icon.svg +1 -1
  545. package/build/rn/icons/lightbulb.icon.svg +1 -5
  546. package/build/rn/icons/link-external.icon.svg +3 -0
  547. package/build/rn/icons/location-add.icon.svg +1 -5
  548. package/build/rn/icons/location-home.icon.svg +1 -5
  549. package/build/rn/icons/location-ineligible.icon.svg +1 -4
  550. package/build/rn/icons/location-map.icon.svg +1 -1
  551. package/build/rn/icons/location-regular.icon.svg +1 -4
  552. package/build/rn/icons/location-remove.icon.svg +1 -5
  553. package/build/rn/icons/location-success.icon.svg +1 -4
  554. package/build/rn/icons/location-verified.icon.svg +1 -5
  555. package/build/rn/icons/lock-closed.icon.svg +1 -5
  556. package/build/rn/icons/lock-opened.icon.svg +1 -5
  557. package/build/rn/icons/login-form.icon.svg +1 -4
  558. package/build/rn/icons/map.icon.svg +1 -5
  559. package/build/rn/icons/medical.icon.svg +1 -4
  560. package/build/rn/icons/messaging.icon.svg +1 -5
  561. package/build/rn/icons/mobility.icon.svg +1 -5
  562. package/build/rn/icons/movie.icon.svg +1 -1
  563. package/build/rn/icons/music.icon.svg +1 -5
  564. package/build/rn/icons/networking.icon.svg +1 -4
  565. package/build/rn/icons/news.icon.svg +1 -5
  566. package/build/rn/icons/next-gen-firewall.icon.svg +1 -4
  567. package/build/rn/icons/no-contract.icon.svg +2 -15
  568. package/build/rn/icons/notify-bold.icon.svg +3 -0
  569. package/build/rn/icons/office.icon.svg +1 -5
  570. package/build/rn/icons/offices.icon.svg +1 -4
  571. package/build/rn/icons/on-demand.icon.svg +1 -4
  572. package/build/rn/icons/on-the-go.icon.svg +1 -5
  573. package/build/rn/icons/online-security.icon.svg +3 -0
  574. package/build/rn/icons/paperless.icon.svg +3 -0
  575. package/build/rn/icons/passport.icon.svg +1 -5
  576. package/build/rn/icons/phone-business.icon.svg +1 -4
  577. package/build/rn/icons/phone-home.icon.svg +1 -4
  578. package/build/rn/icons/phone-reception.icon.svg +1 -5
  579. package/build/rn/icons/phone.icon.svg +2 -6
  580. package/build/rn/icons/photo.icon.svg +1 -5
  581. package/build/rn/icons/photos.icon.svg +1 -4
  582. package/build/rn/icons/piggy-bank.icon.svg +1 -5
  583. package/build/rn/icons/pik-tv.icon.svg +1 -4
  584. package/build/rn/icons/play-video.icon.svg +3 -0
  585. package/build/rn/icons/play.icon.svg +1 -5
  586. package/build/rn/icons/preference.icon.svg +1 -4
  587. package/build/rn/icons/print.icon.svg +3 -0
  588. package/build/rn/icons/private-cloud.icon.svg +1 -5
  589. package/build/rn/icons/profile-bold.icon.svg +3 -0
  590. package/build/rn/icons/profile.icon.svg +3 -0
  591. package/build/rn/icons/radar.icon.svg +1 -4
  592. package/build/rn/icons/receipt.icon.svg +1 -5
  593. package/build/rn/icons/record.icon.svg +1 -4
  594. package/build/rn/icons/refresh.icon.svg +1 -4
  595. package/build/rn/icons/remote-control.icon.svg +1 -5
  596. package/build/rn/icons/replay.icon.svg +2 -2
  597. package/build/rn/icons/router.icon.svg +1 -5
  598. package/build/rn/icons/search-bold.icon.svg +3 -0
  599. package/build/rn/icons/search.icon.svg +3 -0
  600. package/build/rn/icons/security-camera.icon.svg +1 -5
  601. package/build/rn/icons/security-house.icon.svg +1 -4
  602. package/build/rn/icons/security-mobile.icon.svg +1 -5
  603. package/build/rn/icons/security-settings.icon.svg +1 -5
  604. package/build/rn/icons/server.icon.svg +1 -5
  605. package/build/rn/icons/service-truck.icon.svg +1 -5
  606. package/build/rn/icons/settings-bold.icon.svg +3 -0
  607. package/build/rn/icons/settings.icon.svg +1 -4
  608. package/build/rn/icons/shared-account.icon.svg +1 -5
  609. package/build/rn/icons/shop.icon.svg +1 -5
  610. package/build/rn/icons/sign-post.icon.svg +1 -4
  611. package/build/rn/icons/signal.icon.svg +1 -4
  612. package/build/rn/icons/sim-card.icon.svg +1 -5
  613. package/build/rn/icons/soccer.icon.svg +1 -4
  614. package/build/rn/icons/speaker-phone.icon.svg +1 -5
  615. package/build/rn/icons/speaker.icon.svg +1 -5
  616. package/build/rn/icons/speed-reduced.icon.svg +1 -4
  617. package/build/rn/icons/speed.icon.svg +1 -4
  618. package/build/rn/icons/status-error.icon.svg +3 -0
  619. package/build/rn/icons/status-success.icon.svg +3 -0
  620. package/build/rn/icons/status-warning.icon.svg +3 -0
  621. package/build/rn/icons/subtract.icon.svg +3 -0
  622. package/build/rn/icons/success.icon.svg +1 -5
  623. package/build/rn/icons/suitcase.icon.svg +1 -4
  624. package/build/rn/icons/support.icon.svg +1 -4
  625. package/build/rn/icons/tablet.icon.svg +1 -5
  626. package/build/rn/icons/target.icon.svg +1 -4
  627. package/build/rn/icons/tasks.icon.svg +1 -5
  628. package/build/rn/icons/thumbs-up.icon.svg +1 -4
  629. package/build/rn/icons/time.icon.svg +1 -4
  630. package/build/rn/icons/times.icon.svg +1 -4
  631. package/build/rn/icons/tow-truck.icon.svg +1 -4
  632. package/build/rn/icons/transmitter.icon.svg +1 -4
  633. package/build/rn/icons/tv.icon.svg +1 -5
  634. package/build/rn/icons/tvchoice-and-flexibility.icon.svg +2 -17
  635. package/build/rn/icons/upload-to-cloud.icon.svg +1 -4
  636. package/build/rn/icons/upload.icon.svg +1 -4
  637. package/build/rn/icons/usb-cable.icon.svg +1 -4
  638. package/build/rn/icons/user-add-bold.icon.svg +3 -0
  639. package/build/rn/icons/user.icon.svg +1 -4
  640. package/build/rn/icons/users.icon.svg +1 -5
  641. package/build/rn/icons/video-chat.icon.svg +1 -5
  642. package/build/rn/icons/video-games.icon.svg +1 -5
  643. package/build/rn/icons/visible.icon.svg +1 -5
  644. package/build/rn/icons/warranty.icon.svg +1 -4
  645. package/build/rn/icons/watch.icon.svg +1 -5
  646. package/build/rn/icons/wifi-boost.icon.svg +1 -4
  647. package/build/rn/icons/wifi-cloud.icon.svg +1 -5
  648. package/build/rn/palette.js +218 -151
  649. package/build/web/fonts/fonts-cdn-family.css +4 -4
  650. package/build/web/fonts/fonts-cdn.css +4 -4
  651. package/build/web/fonts/fonts-local-family.css +4 -4
  652. package/build/web/fonts/fonts-local.css +4 -4
  653. package/build/web/fonts/v1_0_0-prerelease_2-HelveticaNow-300-sEXquV0-DxeUjUK_LEVH2.otf +0 -0
  654. package/build/web/fonts/v1_0_0-prerelease_2-HelveticaNow-400-vOt-crayiiC5ByzyVGdey.otf +0 -0
  655. package/build/web/fonts/v1_0_0-prerelease_2-HelveticaNow-500-Xbph8eEbYo6U-ShDC7ixx.otf +0 -0
  656. package/build/web/fonts/v1_0_0-prerelease_2-HelveticaNow-700-XVlDzqg5sr81ujefoaDWu.otf +0 -0
  657. package/build/web/icons/Accessible.js +26 -0
  658. package/build/web/icons/Add.js +27 -0
  659. package/build/web/icons/AddUser.js +26 -0
  660. package/build/web/icons/AlarmClock.js +26 -0
  661. package/build/web/icons/Ambulance.js +27 -0
  662. package/build/web/icons/ArrowDown.js +26 -0
  663. package/build/web/icons/ArrowLeft.js +27 -0
  664. package/build/web/icons/ArrowRight.js +27 -0
  665. package/build/web/icons/ArrowUp.js +26 -0
  666. package/build/web/icons/ArtificialIntelligence.js +25 -0
  667. package/build/web/icons/Attention.js +26 -0
  668. package/build/web/icons/Award.js +26 -0
  669. package/build/web/icons/Baby.js +26 -0
  670. package/build/web/icons/BabyBoy.js +26 -0
  671. package/build/web/icons/BabyGirl.js +26 -0
  672. package/build/web/icons/BackToSchool.js +26 -0
  673. package/build/web/icons/Bank.js +26 -0
  674. package/build/web/icons/BatteryCar.js +25 -0
  675. package/build/web/icons/BatteryCharging.js +26 -0
  676. package/build/web/icons/Bell.js +26 -0
  677. package/build/web/icons/Bill.js +26 -0
  678. package/build/web/icons/Bookmark.js +26 -0
  679. package/build/web/icons/Briefcase.js +26 -0
  680. package/build/web/icons/BulletFill.js +27 -0
  681. package/build/web/icons/Calendar.js +26 -0
  682. package/build/web/icons/Call.js +26 -0
  683. package/build/web/icons/CallForward.js +26 -0
  684. package/build/web/icons/CallOut.js +26 -0
  685. package/build/web/icons/CallReceive.js +26 -0
  686. package/build/web/icons/CallTalking.js +26 -0
  687. package/build/web/icons/Camera.js +26 -0
  688. package/build/web/icons/Car.js +25 -0
  689. package/build/web/icons/CaretDown.js +27 -0
  690. package/build/web/icons/CaretUp.js +27 -0
  691. package/build/web/icons/CartEmptyBold.js +26 -0
  692. package/build/web/icons/CartFilledBold.js +31 -0
  693. package/build/web/icons/Channels.js +26 -0
  694. package/build/web/icons/ChartsBar1.js +26 -0
  695. package/build/web/icons/ChartsBar2.js +25 -0
  696. package/build/web/icons/ChartsLine.js +26 -0
  697. package/build/web/icons/Chat1.js +26 -0
  698. package/build/web/icons/Chat2.js +26 -0
  699. package/build/web/icons/ChatSupport.js +26 -0
  700. package/build/web/icons/Check.js +25 -0
  701. package/build/web/icons/Checkmark.js +26 -0
  702. package/build/web/icons/ChevronLeft.js +27 -0
  703. package/build/web/icons/ChevronRight.js +27 -0
  704. package/build/web/icons/Clipboard.js +26 -0
  705. package/build/web/icons/Close.js +27 -0
  706. package/build/web/icons/ClosedCaptions.js +25 -0
  707. package/build/web/icons/CloudDownload.js +26 -0
  708. package/build/web/icons/CloudSync.js +26 -0
  709. package/build/web/icons/CloudUpload.js +26 -0
  710. package/build/web/icons/Collaboration.js +25 -0
  711. package/build/web/icons/Compass.js +26 -0
  712. package/build/web/icons/ComputerNetwork.js +26 -0
  713. package/build/web/icons/Contract.js +26 -0
  714. package/build/web/icons/CreditCard.js +26 -0
  715. package/build/web/icons/Cronometer.js +26 -0
  716. package/build/web/icons/CssActivations.js +25 -0
  717. package/build/web/icons/DataLimit.js +26 -0
  718. package/build/web/icons/Deals.js +26 -0
  719. package/build/web/icons/Delete.js +26 -0
  720. package/build/web/icons/Delivery.js +26 -0
  721. package/build/web/icons/Devices.js +26 -0
  722. package/build/web/icons/Diagram.js +26 -0
  723. package/build/web/icons/Diamond.js +25 -0
  724. package/build/web/icons/Direction.js +26 -0
  725. package/build/web/icons/Document.js +26 -0
  726. package/build/web/icons/Donate.js +25 -0
  727. package/build/web/icons/Download.js +26 -0
  728. package/build/web/icons/DownloadPdf.js +26 -0
  729. package/build/web/icons/DownloadPdfs.js +26 -0
  730. package/build/web/icons/Email.js +26 -0
  731. package/build/web/icons/Escalations.js +25 -0
  732. package/build/web/icons/FavouriteNetwork.js +26 -0
  733. package/build/web/icons/Files.js +26 -0
  734. package/build/web/icons/Fingerprint.js +26 -0
  735. package/build/web/icons/Firewall.js +26 -0
  736. package/build/web/icons/Flag.js +25 -0
  737. package/build/web/icons/FullscreenExpand.js +25 -0
  738. package/build/web/icons/FullscreenMinimize.js +25 -0
  739. package/build/web/icons/Gift.js +26 -0
  740. package/build/web/icons/Globe1.js +25 -0
  741. package/build/web/icons/Globe2.js +25 -0
  742. package/build/web/icons/HeadBoth.js +26 -0
  743. package/build/web/icons/HeadFemale.js +26 -0
  744. package/build/web/icons/HeadMale.js +26 -0
  745. package/build/web/icons/Headset.js +26 -0
  746. package/build/web/icons/Heart.js +26 -0
  747. package/build/web/icons/Heartbeat.js +26 -0
  748. package/build/web/icons/Helpdesk.js +25 -0
  749. package/build/web/icons/Home.js +26 -0
  750. package/build/web/icons/HomeSecurity.js +26 -0
  751. package/build/web/icons/IDTag.js +26 -0
  752. package/build/web/icons/Infinite.js +26 -0
  753. package/build/web/icons/Information.js +26 -0
  754. package/build/web/icons/Internet.js +26 -0
  755. package/build/web/icons/Invisible.js +25 -0
  756. package/build/web/icons/Key.js +26 -0
  757. package/build/web/icons/Laptop.js +26 -0
  758. package/build/web/icons/Layers.js +26 -0
  759. package/build/web/icons/Lifesaver.js +25 -0
  760. package/build/web/icons/Lightbulb.js +26 -0
  761. package/build/web/icons/LinkExternal.js +26 -0
  762. package/build/web/icons/LocationAdd.js +26 -0
  763. package/build/web/icons/LocationHome.js +26 -0
  764. package/build/web/icons/LocationIneligible.js +26 -0
  765. package/build/web/icons/LocationMap.js +25 -0
  766. package/build/web/icons/LocationRegular.js +25 -0
  767. package/build/web/icons/LocationRemove.js +26 -0
  768. package/build/web/icons/LocationSuccess.js +26 -0
  769. package/build/web/icons/LocationVerified.js +26 -0
  770. package/build/web/icons/LockClosed.js +26 -0
  771. package/build/web/icons/LockOpened.js +26 -0
  772. package/build/web/icons/LoginForm.js +26 -0
  773. package/build/web/icons/Map.js +26 -0
  774. package/build/web/icons/Medical.js +26 -0
  775. package/build/web/icons/Messaging.js +26 -0
  776. package/build/web/icons/Mobility.js +26 -0
  777. package/build/web/icons/Movie.js +25 -0
  778. package/build/web/icons/Music.js +26 -0
  779. package/build/web/icons/Muted.js +25 -0
  780. package/build/web/icons/Networking.js +26 -0
  781. package/build/web/icons/News.js +26 -0
  782. package/build/web/icons/NextGenFirewall.js +26 -0
  783. package/build/web/icons/NoContract.js +27 -0
  784. package/build/web/icons/NotifyBold.js +26 -0
  785. package/build/web/icons/Office.js +26 -0
  786. package/build/web/icons/Offices.js +26 -0
  787. package/build/web/icons/OnDemand.js +26 -0
  788. package/build/web/icons/OnTheGo.js +26 -0
  789. package/build/web/icons/OnlineSecurity.js +27 -0
  790. package/build/web/icons/Paperless.js +27 -0
  791. package/build/web/icons/Passport.js +26 -0
  792. package/build/web/icons/Pause.js +25 -0
  793. package/build/web/icons/Phone.js +27 -0
  794. package/build/web/icons/PhoneBusiness.js +26 -0
  795. package/build/web/icons/PhoneHome.js +26 -0
  796. package/build/web/icons/PhoneReception.js +26 -0
  797. package/build/web/icons/Photo.js +26 -0
  798. package/build/web/icons/Photos.js +26 -0
  799. package/build/web/icons/PiggyBank.js +26 -0
  800. package/build/web/icons/PikTV.js +26 -0
  801. package/build/web/icons/Play.js +26 -0
  802. package/build/web/icons/PlaySolid.js +27 -0
  803. package/build/web/icons/PlayVideo.js +27 -0
  804. package/build/web/icons/Preference.js +26 -0
  805. package/build/web/icons/Print.js +26 -0
  806. package/build/web/icons/PrivateCloud.js +26 -0
  807. package/build/web/icons/Profile.js +26 -0
  808. package/build/web/icons/ProfileBold.js +26 -0
  809. package/build/web/icons/Question.js +27 -0
  810. package/build/web/icons/QuoteLeft.js +28 -0
  811. package/build/web/icons/Radar.js +26 -0
  812. package/build/web/icons/Receipt.js +26 -0
  813. package/build/web/icons/Record.js +25 -0
  814. package/build/web/icons/Refresh.js +26 -0
  815. package/build/web/icons/RemoteControl.js +26 -0
  816. package/build/web/icons/Replay.js +25 -0
  817. package/build/web/icons/Router.js +26 -0
  818. package/build/web/icons/Search.js +26 -0
  819. package/build/web/icons/SearchBold.js +25 -0
  820. package/build/web/icons/SecurityCamera.js +26 -0
  821. package/build/web/icons/SecurityHouse.js +26 -0
  822. package/build/web/icons/SecurityMobile.js +26 -0
  823. package/build/web/icons/SecuritySettings.js +26 -0
  824. package/build/web/icons/Server.js +26 -0
  825. package/build/web/icons/ServiceTruck.js +26 -0
  826. package/build/web/icons/Settings.js +26 -0
  827. package/build/web/icons/SettingsBold.js +26 -0
  828. package/build/web/icons/SettingsSolid.js +25 -0
  829. package/build/web/icons/SharedAccount.js +26 -0
  830. package/build/web/icons/Shop.js +26 -0
  831. package/build/web/icons/SignPost.js +26 -0
  832. package/build/web/icons/Signal.js +26 -0
  833. package/build/web/icons/SimCard.js +26 -0
  834. package/build/web/icons/Soccer.js +26 -0
  835. package/build/web/icons/Speaker.js +26 -0
  836. package/build/web/icons/SpeakerPhone.js +26 -0
  837. package/build/web/icons/Speed.js +26 -0
  838. package/build/web/icons/SpeedReduced.js +26 -0
  839. package/build/web/icons/StatusError.js +26 -0
  840. package/build/web/icons/StatusSuccess.js +26 -0
  841. package/build/web/icons/StatusWarning.js +26 -0
  842. package/build/web/icons/Subtract.js +27 -0
  843. package/build/web/icons/Success.js +26 -0
  844. package/build/web/icons/Suitcase.js +25 -0
  845. package/build/web/icons/Support.js +26 -0
  846. package/build/web/icons/TV.js +26 -0
  847. package/build/web/icons/TVChoiceAndFlexibility.js +27 -0
  848. package/build/web/icons/Tablet.js +26 -0
  849. package/build/web/icons/Target.js +26 -0
  850. package/build/web/icons/Tasks.js +26 -0
  851. package/build/web/icons/ThumbsUp.js +25 -0
  852. package/build/web/icons/Time.js +26 -0
  853. package/build/web/icons/Times.js +26 -0
  854. package/build/web/icons/TowTruck.js +25 -0
  855. package/build/web/icons/Transmitter.js +26 -0
  856. package/build/web/icons/Unmuted.js +27 -0
  857. package/build/web/icons/Upload.js +26 -0
  858. package/build/web/icons/UploadToCloud.js +26 -0
  859. package/build/web/icons/UsbCable.js +26 -0
  860. package/build/web/icons/User.js +26 -0
  861. package/build/web/icons/UserAddBold.js +26 -0
  862. package/build/web/icons/Users.js +26 -0
  863. package/build/web/icons/VideoChat.js +26 -0
  864. package/build/web/icons/VideoGames.js +26 -0
  865. package/build/web/icons/Visible.js +26 -0
  866. package/build/web/icons/Warranty.js +26 -0
  867. package/build/web/icons/Watch.js +26 -0
  868. package/build/web/icons/WifiBoost.js +26 -0
  869. package/build/web/icons/WifiCloud.js +26 -0
  870. package/build/web/icons/accessible.icon.svg +1 -4
  871. package/build/web/icons/add-user.icon.svg +1 -4
  872. package/build/web/icons/add.icon.svg +1 -1
  873. package/build/web/icons/alarm-clock.icon.svg +1 -4
  874. package/build/web/icons/ambulance.icon.svg +2 -44
  875. package/build/web/icons/arrow-down.icon.svg +1 -5
  876. package/build/web/icons/arrow-left.icon.svg +1 -1
  877. package/build/web/icons/arrow-right.icon.svg +1 -1
  878. package/build/web/icons/arrow-up.icon.svg +1 -5
  879. package/build/web/icons/artificial-intelligence.icon.svg +1 -4
  880. package/build/web/icons/attention.icon.svg +1 -5
  881. package/build/web/icons/award.icon.svg +1 -5
  882. package/build/web/icons/baby-boy.icon.svg +1 -4
  883. package/build/web/icons/baby-girl.icon.svg +1 -4
  884. package/build/web/icons/baby.icon.svg +1 -4
  885. package/build/web/icons/back-to-school.icon.svg +1 -5
  886. package/build/web/icons/bank.icon.svg +1 -4
  887. package/build/web/icons/battery-car.icon.svg +1 -4
  888. package/build/web/icons/battery-charging.icon.svg +1 -5
  889. package/build/web/icons/bell.icon.svg +1 -5
  890. package/build/web/icons/bill.icon.svg +1 -5
  891. package/build/web/icons/bookmark.icon.svg +1 -5
  892. package/build/web/icons/briefcase.icon.svg +1 -5
  893. package/build/web/icons/bullet-fill.icon.svg +1 -0
  894. package/build/web/icons/calendar.icon.svg +1 -4
  895. package/build/web/icons/call-forward.icon.svg +1 -5
  896. package/build/web/icons/call-out.icon.svg +1 -5
  897. package/build/web/icons/call-receive.icon.svg +1 -5
  898. package/build/web/icons/call-talking.icon.svg +1 -5
  899. package/build/web/icons/call.icon.svg +1 -5
  900. package/build/web/icons/camera.icon.svg +1 -5
  901. package/build/web/icons/car.icon.svg +1 -4
  902. package/build/web/icons/caret-down.icon.svg +2 -2
  903. package/build/web/icons/caret-up.icon.svg +2 -2
  904. package/build/web/icons/cart-empty-bold.icon.svg +3 -0
  905. package/build/web/icons/cart-filled-bold.icon.svg +10 -0
  906. package/build/web/icons/channels.icon.svg +1 -5
  907. package/build/web/icons/charts-bar1.icon.svg +1 -4
  908. package/build/web/icons/charts-bar2.icon.svg +1 -1
  909. package/build/web/icons/charts-line.icon.svg +1 -5
  910. package/build/web/icons/chat-support.icon.svg +1 -4
  911. package/build/web/icons/chat1.icon.svg +1 -4
  912. package/build/web/icons/chat2.icon.svg +1 -4
  913. package/build/web/icons/check.icon.svg +1 -4
  914. package/build/web/icons/checkmark.icon.svg +1 -4
  915. package/build/web/icons/chevron-left.icon.svg +1 -1
  916. package/build/web/icons/chevron-right.icon.svg +1 -1
  917. package/build/web/icons/clipboard.icon.svg +1 -4
  918. package/build/web/icons/close.icon.svg +1 -1
  919. package/build/web/icons/cloud-download.icon.svg +1 -4
  920. package/build/web/icons/cloud-sync.icon.svg +1 -5
  921. package/build/web/icons/cloud-upload.icon.svg +1 -4
  922. package/build/web/icons/collaboration.icon.svg +1 -1
  923. package/build/web/icons/compass.icon.svg +1 -4
  924. package/build/web/icons/computer-network.icon.svg +1 -4
  925. package/build/web/icons/contract.icon.svg +1 -5
  926. package/build/web/icons/credit-card.icon.svg +1 -5
  927. package/build/web/icons/cronometer.icon.svg +1 -5
  928. package/build/web/icons/css-activations.icon.svg +3 -0
  929. package/build/web/icons/data-limit.icon.svg +1 -4
  930. package/build/web/icons/deals.icon.svg +1 -4
  931. package/build/web/icons/delete.icon.svg +3 -0
  932. package/build/web/icons/delivery.icon.svg +1 -5
  933. package/build/web/icons/devices.icon.svg +1 -4
  934. package/build/web/icons/diagram.icon.svg +1 -4
  935. package/build/web/icons/diamond.icon.svg +1 -4
  936. package/build/web/icons/direction.icon.svg +1 -5
  937. package/build/web/icons/document.icon.svg +1 -5
  938. package/build/web/icons/donate.icon.svg +1 -1
  939. package/build/web/icons/download-pdf.icon.svg +3 -0
  940. package/build/web/icons/download-pdfs.icon.svg +3 -0
  941. package/build/web/icons/download.icon.svg +1 -4
  942. package/build/web/icons/email.icon.svg +1 -5
  943. package/build/web/icons/escalations.icon.svg +3 -0
  944. package/build/web/icons/favourite-network.icon.svg +1 -4
  945. package/build/web/icons/files.icon.svg +1 -5
  946. package/build/web/icons/fingerprint.icon.svg +1 -5
  947. package/build/web/icons/firewall.icon.svg +1 -5
  948. package/build/web/icons/flag.icon.svg +1 -4
  949. package/build/web/icons/gift.icon.svg +1 -4
  950. package/build/web/icons/globe1.icon.svg +1 -1
  951. package/build/web/icons/globe2.icon.svg +1 -1
  952. package/build/web/icons/head-both.icon.svg +1 -5
  953. package/build/web/icons/head-female.icon.svg +1 -4
  954. package/build/web/icons/head-male.icon.svg +1 -4
  955. package/build/web/icons/headset.icon.svg +1 -4
  956. package/build/web/icons/heart.icon.svg +1 -5
  957. package/build/web/icons/heartbeat.icon.svg +1 -4
  958. package/build/web/icons/helpdesk.icon.svg +3 -0
  959. package/build/web/icons/home-security.icon.svg +1 -4
  960. package/build/web/icons/home.icon.svg +1 -4
  961. package/build/web/icons/idtag.icon.svg +1 -5
  962. package/build/web/icons/index.js +215 -192
  963. package/build/web/icons/infinite.icon.svg +1 -5
  964. package/build/web/icons/information.icon.svg +1 -4
  965. package/build/web/icons/internet.icon.svg +1 -5
  966. package/build/web/icons/invisible.icon.svg +1 -4
  967. package/build/web/icons/key.icon.svg +1 -5
  968. package/build/web/icons/laptop.icon.svg +1 -5
  969. package/build/web/icons/layers.icon.svg +1 -5
  970. package/build/web/icons/lifesaver.icon.svg +1 -1
  971. package/build/web/icons/lightbulb.icon.svg +1 -5
  972. package/build/web/icons/link-external.icon.svg +3 -0
  973. package/build/web/icons/location-add.icon.svg +1 -5
  974. package/build/web/icons/location-home.icon.svg +1 -5
  975. package/build/web/icons/location-ineligible.icon.svg +1 -4
  976. package/build/web/icons/location-map.icon.svg +1 -1
  977. package/build/web/icons/location-regular.icon.svg +1 -4
  978. package/build/web/icons/location-remove.icon.svg +1 -5
  979. package/build/web/icons/location-success.icon.svg +1 -4
  980. package/build/web/icons/location-verified.icon.svg +1 -5
  981. package/build/web/icons/lock-closed.icon.svg +1 -5
  982. package/build/web/icons/lock-opened.icon.svg +1 -5
  983. package/build/web/icons/login-form.icon.svg +1 -4
  984. package/build/web/icons/map.icon.svg +1 -5
  985. package/build/web/icons/medical.icon.svg +1 -4
  986. package/build/web/icons/messaging.icon.svg +1 -5
  987. package/build/web/icons/mobility.icon.svg +1 -5
  988. package/build/web/icons/movie.icon.svg +1 -1
  989. package/build/web/icons/music.icon.svg +1 -5
  990. package/build/web/icons/networking.icon.svg +1 -4
  991. package/build/web/icons/news.icon.svg +1 -5
  992. package/build/web/icons/next-gen-firewall.icon.svg +1 -4
  993. package/build/web/icons/no-contract.icon.svg +2 -15
  994. package/build/web/icons/notify-bold.icon.svg +3 -0
  995. package/build/web/icons/office.icon.svg +1 -5
  996. package/build/web/icons/offices.icon.svg +1 -4
  997. package/build/web/icons/on-demand.icon.svg +1 -4
  998. package/build/web/icons/on-the-go.icon.svg +1 -5
  999. package/build/web/icons/online-security.icon.svg +3 -0
  1000. package/build/web/icons/paperless.icon.svg +3 -0
  1001. package/build/web/icons/passport.icon.svg +1 -5
  1002. package/build/web/icons/phone-business.icon.svg +1 -4
  1003. package/build/web/icons/phone-home.icon.svg +1 -4
  1004. package/build/web/icons/phone-reception.icon.svg +1 -5
  1005. package/build/web/icons/phone.icon.svg +2 -6
  1006. package/build/web/icons/photo.icon.svg +1 -5
  1007. package/build/web/icons/photos.icon.svg +1 -4
  1008. package/build/web/icons/piggy-bank.icon.svg +1 -5
  1009. package/build/web/icons/pik-tv.icon.svg +1 -4
  1010. package/build/web/icons/play-video.icon.svg +3 -0
  1011. package/build/web/icons/play.icon.svg +1 -5
  1012. package/build/web/icons/preference.icon.svg +1 -4
  1013. package/build/web/icons/print.icon.svg +3 -0
  1014. package/build/web/icons/private-cloud.icon.svg +1 -5
  1015. package/build/web/icons/profile-bold.icon.svg +3 -0
  1016. package/build/web/icons/profile.icon.svg +3 -0
  1017. package/build/web/icons/radar.icon.svg +1 -4
  1018. package/build/web/icons/receipt.icon.svg +1 -5
  1019. package/build/web/icons/record.icon.svg +1 -4
  1020. package/build/web/icons/refresh.icon.svg +1 -4
  1021. package/build/web/icons/remote-control.icon.svg +1 -5
  1022. package/build/web/icons/replay.icon.svg +2 -2
  1023. package/build/web/icons/router.icon.svg +1 -5
  1024. package/build/web/icons/search-bold.icon.svg +3 -0
  1025. package/build/web/icons/search.icon.svg +3 -0
  1026. package/build/web/icons/security-camera.icon.svg +1 -5
  1027. package/build/web/icons/security-house.icon.svg +1 -4
  1028. package/build/web/icons/security-mobile.icon.svg +1 -5
  1029. package/build/web/icons/security-settings.icon.svg +1 -5
  1030. package/build/web/icons/server.icon.svg +1 -5
  1031. package/build/web/icons/service-truck.icon.svg +1 -5
  1032. package/build/web/icons/settings-bold.icon.svg +3 -0
  1033. package/build/web/icons/settings.icon.svg +1 -4
  1034. package/build/web/icons/shared-account.icon.svg +1 -5
  1035. package/build/web/icons/shop.icon.svg +1 -5
  1036. package/build/web/icons/sign-post.icon.svg +1 -4
  1037. package/build/web/icons/signal.icon.svg +1 -4
  1038. package/build/web/icons/sim-card.icon.svg +1 -5
  1039. package/build/web/icons/soccer.icon.svg +1 -4
  1040. package/build/web/icons/speaker-phone.icon.svg +1 -5
  1041. package/build/web/icons/speaker.icon.svg +1 -5
  1042. package/build/web/icons/speed-reduced.icon.svg +1 -4
  1043. package/build/web/icons/speed.icon.svg +1 -4
  1044. package/build/web/icons/status-error.icon.svg +3 -0
  1045. package/build/web/icons/status-success.icon.svg +3 -0
  1046. package/build/web/icons/status-warning.icon.svg +3 -0
  1047. package/build/web/icons/subtract.icon.svg +3 -0
  1048. package/build/web/icons/success.icon.svg +1 -5
  1049. package/build/web/icons/suitcase.icon.svg +1 -4
  1050. package/build/web/icons/support.icon.svg +1 -4
  1051. package/build/web/icons/tablet.icon.svg +1 -5
  1052. package/build/web/icons/target.icon.svg +1 -4
  1053. package/build/web/icons/tasks.icon.svg +1 -5
  1054. package/build/web/icons/thumbs-up.icon.svg +1 -4
  1055. package/build/web/icons/time.icon.svg +1 -4
  1056. package/build/web/icons/times.icon.svg +1 -4
  1057. package/build/web/icons/tow-truck.icon.svg +1 -4
  1058. package/build/web/icons/transmitter.icon.svg +1 -4
  1059. package/build/web/icons/tv.icon.svg +1 -5
  1060. package/build/web/icons/tvchoice-and-flexibility.icon.svg +2 -17
  1061. package/build/web/icons/upload-to-cloud.icon.svg +1 -4
  1062. package/build/web/icons/upload.icon.svg +1 -4
  1063. package/build/web/icons/usb-cable.icon.svg +1 -4
  1064. package/build/web/icons/user-add-bold.icon.svg +3 -0
  1065. package/build/web/icons/user.icon.svg +1 -4
  1066. package/build/web/icons/users.icon.svg +1 -5
  1067. package/build/web/icons/video-chat.icon.svg +1 -5
  1068. package/build/web/icons/video-games.icon.svg +1 -5
  1069. package/build/web/icons/visible.icon.svg +1 -5
  1070. package/build/web/icons/warranty.icon.svg +1 -4
  1071. package/build/web/icons/watch.icon.svg +1 -5
  1072. package/build/web/icons/wifi-boost.icon.svg +1 -4
  1073. package/build/web/icons/wifi-cloud.icon.svg +1 -5
  1074. package/build/web/palette.js +150 -116
  1075. package/package.json +3 -3
  1076. package/build/rn/icons/location-add0.icon.svg +0 -6
  1077. package/build/rn/icons/notification-error.icon.svg +0 -6
  1078. package/build/rn/icons/notification-success.icon.svg +0 -6
  1079. package/build/rn/icons/notification-warning.icon.svg +0 -6
  1080. package/build/rn/palette.mjs +0 -392
  1081. package/build/web/fonts/v0_1_0-prerelease_5-HelveticaNow-300-2skwAyuYn357OqvFiKMSt.otf +0 -0
  1082. package/build/web/fonts/v0_1_0-prerelease_5-HelveticaNow-400-tvkMH-nLsMxdkS5cgTPgy.otf +0 -0
  1083. package/build/web/fonts/v0_1_0-prerelease_5-HelveticaNow-500-ucnsOQI6_kh5MpOAkvmcw.otf +0 -0
  1084. package/build/web/fonts/v0_1_0-prerelease_5-HelveticaNow-700-yzuYpUf6evln21sk2O8CS.otf +0 -0
  1085. package/build/web/icons/location-add0.icon.svg +0 -6
  1086. package/build/web/icons/notification-error.icon.svg +0 -6
  1087. package/build/web/icons/notification-success.icon.svg +0 -6
  1088. package/build/web/icons/notification-warning.icon.svg +0 -6
  1089. package/build/web/palette.mjs +0 -331
@@ -1,6 +1,3 @@
1
1
  <svg viewBox="0 0 24 24">
2
- <path
3
- fillRule="evenodd"
4
- d="M4.0459,4.0459 C3.1589,4.9329 3.1589,6.3779 4.0459,7.2649 C4.9339,8.1519 6.3769,8.1519 7.2649,7.2649 C8.1519,6.3779 8.1519,4.9329 7.2649,4.0459 C6.8209,3.6019 6.2379,3.3799 5.6549,3.3799 C5.0719,3.3799 4.4899,3.6019 4.0459,4.0459 Z M5.6549,8.9299 C4.8169,8.9299 3.9779,8.6099 3.3389,7.9719 C2.0619,6.6939 2.0619,4.6159 3.3389,3.3389 C4.6159,2.0619 6.6939,2.0619 7.9719,3.3389 C9.2489,4.6159 9.2489,6.6939 7.9719,7.9719 C7.3329,8.6099 6.4939,8.9299 5.6549,8.9299 Z M19.9541,19.9541 C20.8421,19.0661 20.8421,17.6231 19.9541,16.7351 C19.5111,16.2921 18.9281,16.0701 18.3451,16.0701 C17.7621,16.0701 17.1791,16.2921 16.7351,16.7351 C15.8481,17.6231 15.8481,19.0661 16.7351,19.9541 C17.6221,20.8411 19.0671,20.8411 19.9541,19.9541 Z M16.0281,16.0281 C17.3061,14.7511 19.3841,14.7511 20.6611,16.0281 C21.9381,17.3061 21.9381,19.3841 20.6611,20.6611 C20.0221,21.3001 19.1831,21.6191 18.3451,21.6191 C17.5061,21.6191 16.6671,21.3001 16.0281,20.6611 C14.7511,19.3841 14.7511,17.3061 16.0281,16.0281 Z M18.3447,23 C20.9117,23 22.9997,20.912 22.9997,18.345 C22.9997,15.777 20.9117,13.689 18.3447,13.689 L5.6557,13.689 C3.0887,13.689 0.9997,15.777 0.9997,18.345 C0.9997,20.912 3.0887,23 5.6557,23 L18.3447,23 Z M18.3447,12.689 C21.4627,12.689 23.9997,15.227 23.9997,18.345 C23.9997,21.463 21.4627,24 18.3447,24 L5.6557,24 C2.5367,24 -0.0003,21.463 -0.0003,18.345 C-0.0003,15.227 2.5367,12.689 5.6557,12.689 L18.3447,12.689 Z M5.6553,1 C3.0883,1 1.0003,3.088 1.0003,5.655 C1.0003,8.222 3.0883,10.311 5.6553,10.311 L18.3443,10.311 C20.9123,10.311 23.0003,8.222 23.0003,5.655 C23.0003,3.088 20.9123,1 18.3443,1 L5.6553,1 Z M5.6553,11.311 C2.5373,11.311 0.0003,8.773 0.0003,5.655 C0.0003,2.537 2.5373,-7.10542736e-15 5.6553,-7.10542736e-15 L18.3443,-7.10542736e-15 C21.4633,-7.10542736e-15 24.0003,2.537 24.0003,5.655 C24.0003,8.773 21.4633,11.311 18.3443,11.311 L5.6553,11.311 Z"
5
- />
2
+ <path fill-rule="evenodd" d="M4.046 4.046a2.28 2.28 0 000 3.219 2.28 2.28 0 003.219 0 2.28 2.28 0 000-3.22 2.27 2.27 0 00-1.61-.665c-.583 0-1.165.222-1.61.666zM5.655 8.93a3.27 3.27 0 01-2.316-.958 3.28 3.28 0 010-4.633 3.28 3.28 0 014.633 0 3.28 3.28 0 010 4.633 3.27 3.27 0 01-2.317.958zm14.3 11.024a2.278 2.278 0 000-3.219 2.269 2.269 0 00-1.61-.665 2.273 2.273 0 00-1.61 3.884 2.28 2.28 0 003.22 0zm-3.927-3.926a3.28 3.28 0 014.633 0 3.28 3.28 0 010 4.633 3.265 3.265 0 01-2.316.958 3.266 3.266 0 01-2.317-.958 3.28 3.28 0 010-4.633zM18.345 23A4.66 4.66 0 0023 18.345a4.66 4.66 0 00-4.655-4.656H5.655A4.661 4.661 0 001 18.345 4.66 4.66 0 005.656 23h12.689zm0-10.311A5.662 5.662 0 0124 18.345 5.662 5.662 0 0118.345 24H5.655A5.662 5.662 0 010 18.345a5.663 5.663 0 015.656-5.656h12.689zM5.655 1A4.66 4.66 0 001 5.655a4.66 4.66 0 004.655 4.656h12.69A4.661 4.661 0 0023 5.655 4.66 4.66 0 0018.344 1H5.655zm0 10.311A5.662 5.662 0 010 5.655 5.662 5.662 0 015.655 0h12.69A5.662 5.662 0 0124 5.655a5.663 5.663 0 01-5.656 5.656H5.655z"/>
6
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path d="M6.042 1h11.917c.225 0 .412.163.45.377l.008.082v6.875h1.375a3.211 3.211 0 013.203 3.026l.005.182v5.5c0 .713-.546 1.302-1.243 1.369l-.132.006h-3.208v4.125a.458.458 0 01-.376.45L17.96 23H6.042a.458.458 0 01-.45-.376l-.008-.082v-4.125H2.375a1.377 1.377 0 01-1.369-1.243L1 17.042v-5.5a3.212 3.212 0 013.027-3.203l.182-.005h1.375V1.459a.46.46 0 01.376-.452L6.042 1zM17.5 14.751h-11v7.333h11v-7.333zm-9.625 4.583h8.25a.46.46 0 01.082.91l-.082.007h-8.25a.459.459 0 01-.082-.91l.082-.007zM19.792 9.25H4.209a2.295 2.295 0 00-2.287 2.135l-.005.157v5.5c0 .225.162.412.376.45l.082.008h3.209v-3.208c0-.225.162-.412.376-.45l.082-.008h11.917c.225 0 .412.162.45.376l.008.082V17.5h3.208a.46.46 0 00.452-.376l.007-.082v-5.5a2.296 2.296 0 00-2.292-2.292zM7.875 16.584h8.25a.46.46 0 01.082.91l-.082.007h-8.25a.459.459 0 01-.082-.91l.082-.007h8.25-8.25zM17.5 1.917h-11v6.417h11V1.917z" fill-rule="evenodd"/>
3
+ </svg>
@@ -1,7 +1,3 @@
1
1
  <svg viewBox="0 0 24 22">
2
- <path
3
- fillRule="evenodd"
4
- transform="translate(0 -1)"
5
- d="M15.5,16 L15,16 L15,15.5 C15,13.57 13.43,12 11.5,12 C9.57,12 8,13.57 8,15.5 L8,16 L7.5,16 C7.224,16 7,16.224 7,16.5 L7,22.5 C7,22.776 7.224,23 7.5,23 L15.5,23 C15.776,23 16,22.776 16,22.5 L16,16.5 C16,16.224 15.776,16 15.5,16 Z M9,15.5 C9,14.122 10.121,13 11.5,13 C12.879,13 14,14.122 14,15.5 L14,16 L9,16 L9,15.5 Z M15,22 L8,22 L8,17 L8.5,17 L14.5,17 L15,17 L15,22 Z M18.5,18 C18.224,18 18,17.776 18,17.5 C18,17.224 18.224,17 18.5,17 C20.981,17 23,14.981 23,12.5 C23,10.019 20.981,8 18.5,8 C18.223,7.973 17.962,7.829 17.927,7.578 C17.474,4.398 14.711,2 11.5,2 C7.916,2 5,4.916 5,8.5 C5,8.78 5.024,9.078 5.076,9.438 C5.097,9.583 5.053,9.73 4.956,9.84 C4.858,9.949 4.7,9.996 4.572,10.009 C4.55,10.009 4.489,10.003 4.467,9.999 C2.57,10 1,11.57 1,13.5 C1,15.43 2.57,17 4.5,17 C4.776,17 5,17.224 5,17.5 C5,17.776 4.776,18 4.5,18 C2.019,18 1.73472348e-18,15.981 1.73472348e-18,13.5 C1.73472348e-18,11.18 1.765,9.265 4.022,9.025 C4.007,8.842 4,8.669 4,8.5 C4,4.364 7.364,1 11.5,1 C15.065,1 18.151,3.561 18.846,7.023 C21.758,7.232 24,9.609 24,12.5 C24,15.533 21.533,18 18.5,18 Z"
6
- />
2
+ <path fill-rule="evenodd" d="M15.5 15H15v-.5c0-1.93-1.57-3.5-3.5-3.5S8 12.57 8 14.5v.5h-.5a.5.5 0 00-.5.5v6a.5.5 0 00.5.5h8a.5.5 0 00.5-.5v-6a.5.5 0 00-.5-.5zM9 14.5c0-1.378 1.121-2.5 2.5-2.5s2.5 1.122 2.5 2.5v.5H9v-.5zm6 6.5H8v-5h7v5zm3.5-4a.5.5 0 010-1c2.481 0 4.5-2.019 4.5-4.5S20.981 7 18.5 7c-.277-.027-.538-.171-.573-.422C17.474 3.398 14.711 1 11.5 1A6.508 6.508 0 005 7.5c0 .28.024.578.076.938a.5.5 0 01-.12.402c-.098.109-.256.156-.384.169a.932.932 0 01-.105-.01C2.57 9 1 10.57 1 12.5S2.57 16 4.5 16a.5.5 0 010 1A4.505 4.505 0 010 12.5a4.507 4.507 0 014.022-4.475A6.391 6.391 0 014 7.5C4 3.364 7.364 0 11.5 0c3.565 0 6.651 2.561 7.346 6.023C21.758 6.232 24 8.609 24 11.5c0 3.033-2.467 5.5-5.5 5.5z"/>
7
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path d="M11.999 1C18.065 1 23 5.934 23 11.999c0 6.066-4.935 11-11.001 11-6.065 0-10.999-4.934-10.999-11C1 5.934 5.934 1 11.999 1zm0 13.455c-2.747 0-5.096 1.99-5.648 4.628a9.024 9.024 0 0011.296 0c-.552-2.637-2.902-4.628-5.648-4.628zm0-11.524c-5 0-9.068 4.068-9.068 9.068 0 2.063.7 3.961 1.864 5.487 1.129-2.902 3.972-4.962 7.204-4.962 3.231 0 6.075 2.06 7.205 4.962a9.013 9.013 0 001.865-5.487c0-5-4.07-9.068-9.07-9.068zm0 1.248a3.866 3.866 0 013.862 3.862 3.866 3.866 0 01-3.862 3.861 3.866 3.866 0 01-3.861-3.861 3.866 3.866 0 013.861-3.862zm0 1.93a1.932 1.932 0 000 3.862 1.933 1.933 0 001.931-1.93A1.933 1.933 0 0012 6.11z" fill-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path d="M12 1c6.066 0 11.001 4.934 11.001 11 0 6.065-4.935 11-11 11C5.935 23 1 18.065 1 12 1 5.933 5.935 1 12 1zm0 12.745c-3.309 0-6.135 2.541-6.515 5.813a9.938 9.938 0 0013.03 0c-.378-3.271-3.206-5.813-6.514-5.813zM12 2.01c-5.507 0-9.99 4.48-9.99 9.99 0 2.577.99 4.923 2.598 6.697.752-3.408 3.83-5.961 7.393-5.961 3.561 0 6.64 2.553 7.391 5.961a9.938 9.938 0 002.6-6.698c0-5.508-4.482-9.99-9.991-9.99zm0 2.315a3.538 3.538 0 013.534 3.535A3.538 3.538 0 0112 11.394 3.538 3.538 0 018.466 7.86 3.538 3.538 0 0112 4.325zm0 1.01A2.527 2.527 0 009.476 7.86 2.527 2.527 0 0012 10.384a2.527 2.527 0 002.525-2.524A2.527 2.527 0 0012 5.335z" fill-rule="evenodd"/>
3
+ </svg>
@@ -1,6 +1,3 @@
1
1
  <svg viewBox="0 0 24 24">
2
- <path
3
- fillRule="evenodd"
4
- d="M20.485,3.515 C20.284,3.314 19.931,3.313 19.728,3.515 C19.521,3.723 19.521,4.062 19.728,4.271 C21.794,6.335 22.93,9.08 22.93,12 C22.93,18.028 18.027,22.931 12,22.931 C5.972,22.931 1.068,18.028 1.068,12 C1.068,6.133 5.625,1.362 11.465,1.082 L11.465,3.303 C6.863,3.583 3.276,7.381 3.276,12 C3.276,16.811 7.189,20.725 12,20.725 C16.81,20.725 20.724,16.811 20.724,12 C20.724,9.67 19.817,7.48 18.17,5.831 C18.068,5.73 17.933,5.675 17.791,5.675 L17.79,5.675 C17.647,5.675 17.513,5.731 17.414,5.831 C17.312,5.932 17.256,6.066 17.256,6.209 C17.256,6.352 17.312,6.486 17.413,6.587 C18.859,8.033 19.655,9.955 19.655,12 C19.655,16.221 16.22,19.656 12,19.656 C7.778,19.656 4.344,16.221 4.344,12 C4.344,7.976 7.462,4.652 11.465,4.374 L11.465,6.583 C8.7,6.854 6.551,9.212 6.551,12 C6.551,15.004 8.995,17.449 12,17.449 C15.004,17.449 17.448,15.004 17.448,12 C17.448,10.545 16.881,9.177 15.852,8.148 C15.651,7.947 15.298,7.946 15.095,8.148 C14.888,8.356 14.888,8.695 15.096,8.904 C15.923,9.73 16.379,10.83 16.379,12 C16.379,14.414 14.414,16.379 12,16.379 C9.585,16.379 7.62,14.414 7.62,12 C7.62,9.804 9.298,7.922 11.465,7.656 L11.465,10.763 C10.972,10.975 10.646,11.462 10.646,12 C10.646,12.746 11.254,13.354 12,13.354 C12.746,13.354 13.353,12.746 13.353,12 C13.353,11.462 13.027,10.975 12.534,10.763 L12.534,0.535 C12.534,0.24 12.295,1.0658141e-14 12,1.0658141e-14 C5.383,1.0658141e-14 9.09494702e-13,5.384 9.09494702e-13,12 C9.09494702e-13,18.618 5.383,24 12,24 C18.617,24 24,18.618 24,12 C24,8.795 22.752,5.781 20.485,3.515"
5
- />
2
+ <path fill-rule="evenodd" d="M20.485 3.515a.55.55 0 00-.757 0 .538.538 0 000 .756A10.852 10.852 0 0122.93 12c0 6.028-4.903 10.931-10.93 10.931-6.028 0-10.932-4.903-10.932-10.931A10.89 10.89 0 0111.465 1.082v2.221A8.706 8.706 0 003.276 12c0 4.811 3.913 8.725 8.724 8.725 4.81 0 8.724-3.914 8.724-8.725 0-2.33-.907-4.52-2.554-6.169a.536.536 0 00-.379-.156h-.001a.526.526 0 00-.376.156.531.531 0 00-.001.756A7.604 7.604 0 0119.655 12c0 4.221-3.435 7.656-7.655 7.656-4.222 0-7.656-3.435-7.656-7.656a7.647 7.647 0 017.121-7.626v2.209C8.7 6.854 6.551 9.212 6.551 12A5.455 5.455 0 0012 17.449 5.455 5.455 0 0017.448 12a5.412 5.412 0 00-1.596-3.852.55.55 0 00-.757 0 .537.537 0 00.001.756A4.348 4.348 0 0116.379 12 4.385 4.385 0 0112 16.379 4.385 4.385 0 017.62 12c0-2.196 1.678-4.078 3.845-4.344v3.107A1.352 1.352 0 0010.646 12c0 .746.608 1.354 1.354 1.354.746 0 1.353-.608 1.353-1.354 0-.538-.326-1.025-.819-1.237V.535A.535.535 0 0012 0C5.383 0 0 5.384 0 12c0 6.618 5.383 12 12 12s12-5.382 12-12c0-3.205-1.248-6.219-3.515-8.485"/>
6
3
  </svg>
@@ -1,7 +1,3 @@
1
1
  <svg viewBox="0 0 24 22">
2
- <path
3
- fillRule="evenodd"
4
- transform="translate(0 -1)"
5
- d="M16.2031,14.6725 C16.4791,14.6725 16.7031,14.8965 16.7031,15.1725 C16.7031,15.4485 16.4791,15.6725 16.2031,15.6725 L10.0171,15.6725 C9.7411,15.6725 9.5171,15.4485 9.5171,15.1725 C9.5171,14.8965 9.7411,14.6725 10.0171,14.6725 L16.2031,14.6725 Z M16.2031,11.4997 C16.4791,11.4997 16.7031,11.7237 16.7031,11.9997 C16.7031,12.2757 16.4791,12.4997 16.2031,12.4997 L10.0171,12.4997 C9.7411,12.4997 9.5171,12.2757 9.5171,11.9997 C9.5171,11.7237 9.7411,11.4997 10.0171,11.4997 L16.2031,11.4997 Z M16.2031,17.8444 C16.4791,17.8444 16.7031,18.0684 16.7031,18.3444 C16.7031,18.6204 16.4791,18.8444 16.2031,18.8444 L10.0171,18.8444 C9.7411,18.8444 9.5171,18.6204 9.5171,18.3444 C9.5171,18.0684 9.7411,17.8444 10.0171,17.8444 L16.2031,17.8444 Z M10.517,8.3272 L19.827,8.3272 L19.827,5.3622 L10.517,5.3622 L10.517,8.3272 Z M20.327,4.3622 C20.604,4.3622 20.827,4.5852 20.827,4.8622 L20.827,8.8272 C20.827,9.1032 20.604,9.3272 20.327,9.3272 L10.017,9.3272 C9.741,9.3272 9.517,9.1032 9.517,8.8272 L9.517,4.8622 C9.517,4.5852 9.741,4.3622 10.017,4.3622 L20.327,4.3622 Z M20.3271,11.4997 C20.6031,11.4997 20.8271,11.7237 20.8271,11.9997 C20.8271,12.2757 20.6031,12.4997 20.3271,12.4997 L17.8691,12.4997 C17.5931,12.4997 17.3691,12.2757 17.3691,11.9997 C17.3691,11.7237 17.5931,11.4997 17.8691,11.4997 L20.3271,11.4997 Z M20.3271,14.6725 C20.6031,14.6725 20.8271,14.8965 20.8271,15.1725 C20.8271,15.4485 20.6031,15.6725 20.3271,15.6725 L17.8691,15.6725 C17.5931,15.6725 17.3691,15.4485 17.3691,15.1725 C17.3691,14.8965 17.5931,14.6725 17.8691,14.6725 L20.3271,14.6725 Z M20.3271,17.8444 C20.6031,17.8444 20.8271,18.0684 20.8271,18.3444 C20.8271,18.6204 20.6031,18.8444 20.3271,18.8444 L17.8691,18.8444 C17.5931,18.8444 17.3691,18.6204 17.3691,18.3444 C17.3691,18.0684 17.5931,17.8444 17.8691,17.8444 L20.3271,17.8444 Z M23,19.2965 L23,3.6715 C23,2.8405 22.349,2.1895 21.518,2.1895 L8.828,2.1895 C7.996,2.1895 7.345,2.8405 7.345,3.6715 L7.345,19.1375 C7.345,20.2005 6.915,21.1455 6.215,21.8105 L20.486,21.8105 C21.872,21.8105 23,20.6825 23,19.2965 Z M3.672,21.8105 C5.345,21.8105 6.345,20.4505 6.345,19.1375 L6.345,12.4995 L1,12.4995 L1,19.2165 C1,20.6705 2.174,21.8105 3.672,21.8105 Z M21.518,1.1895 C22.909,1.1895 24,2.2795 24,3.6715 L24,19.2965 C24,21.2335 22.424,22.8105 20.486,22.8105 L3.672,22.8105 C1.613,22.8105 0,21.2325 0,19.2165 L0,11.9995 C0,11.7235 0.224,11.4995 0.5,11.4995 L6.345,11.4995 L6.345,3.6715 C6.345,2.2795 7.436,1.1895 8.828,1.1895 L21.518,1.1895 Z"
6
- />
2
+ <path fill-rule="evenodd" d="M16.203 13.672a.5.5 0 010 1h-6.186a.5.5 0 010-1h6.186zm0-3.172a.5.5 0 010 1h-6.186a.5.5 0 010-1h6.186zm0 6.344a.5.5 0 010 1h-6.186a.5.5 0 010-1h6.186zm-5.686-9.517h9.31V4.362h-9.31v2.965zm9.81-3.965c.277 0 .5.223.5.5v3.965a.5.5 0 01-.5.5h-10.31a.5.5 0 01-.5-.5V3.862a.5.5 0 01.5-.5h10.31zm0 7.138a.5.5 0 010 1H17.87a.5.5 0 010-1h2.458zm0 3.172a.5.5 0 010 1H17.87a.5.5 0 010-1h2.458zm0 3.172a.5.5 0 010 1H17.87a.5.5 0 010-1h2.458zM23 18.297V2.67c0-.83-.651-1.482-1.482-1.482H8.828c-.832 0-1.483.651-1.483 1.482v15.466c0 1.064-.43 2.008-1.13 2.674h14.271A2.517 2.517 0 0023 18.297zM3.672 20.81c1.673 0 2.673-1.36 2.673-2.674V11.5H1v6.717c0 1.454 1.174 2.595 2.672 2.595zM21.518.189A2.456 2.456 0 0124 2.671v15.626a3.518 3.518 0 01-3.514 3.514H3.672C1.613 21.81 0 20.233 0 18.216V11a.5.5 0 01.5-.5h5.845V2.671A2.456 2.456 0 018.828.19h12.69z"/>
7
3
  </svg>
@@ -1,6 +1,3 @@
1
1
  <svg viewBox="0 0 24 10">
2
- <path
3
- transform="translate(0 -7)"
4
- d="M19,17 L5,17 C4.724,17 4.5,16.776 4.5,16.5 C4.5,16.224 4.724,16 5,16 L19,16 C19.276,16 19.5,16.224 19.5,16.5 C19.5,16.776 19.276,17 19,17 Z M5,17 C2.243,17 0,14.757 0,12 C0,9.243 2.243,7 5,7 C7.757,7 10,9.243 10,12 C10,14.757 7.757,17 5,17 Z M5,8 C2.794,8 1,9.794 1,12 C1,14.206 2.794,16 5,16 C7.206,16 9,14.206 9,12 C9,9.794 7.206,8 5,8 Z M19,17 C16.243,17 14,14.757 14,12 C14,9.243 16.243,7 19,7 C21.757,7 24,9.243 24,12 C24,14.757 21.757,17 19,17 Z M19,8 C16.794,8 15,9.794 15,12 C15,14.206 16.794,16 19,16 C21.206,16 23,14.206 23,12 C23,9.794 21.206,8 19,8 Z"
5
- />
2
+ <path d="M19 10H5a.5.5 0 010-1h14a.5.5 0 010 1zM5 10c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5zm0-9C2.794 1 1 2.794 1 5s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4zm14 9c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5zm0-9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4z"/>
6
3
  </svg>
@@ -1,6 +1,3 @@
1
1
  <svg viewBox="0 0 24 24">
2
- <path
3
- fillRule="evenodd"
4
- d="M23.4805,11.4805 C23.7665,11.4805 24.0005,11.7135 24.0005,12.0005 C24.0005,18.6165 18.6165,24.0005 12.0005,24.0005 C7.4755,24.0005 3.6935,21.4465 1.0395,16.6075 L1.0395,19.5215 C1.0395,19.8085 0.8065,20.0415 0.5195,20.0415 C0.2325,20.0415 0.0005,19.8085 0.0005,19.5215 L0.0005,15.5625 C0.0005,15.2765 0.2325,15.0435 0.5195,15.0435 L4.4785,15.0435 C4.7645,15.0435 4.9975,15.2765 4.9975,15.5625 C4.9975,15.8495 4.7645,16.0825 4.4785,16.0825 L1.9325,16.0825 C3.6735,19.2645 6.8145,22.9605 12.0005,22.9605 C18.0435,22.9605 22.9605,18.0435 22.9605,12.0005 C22.9605,11.7135 23.1945,11.4805 23.4805,11.4805 Z M23.4805,3.959 C23.7665,3.959 24.0005,4.192 24.0005,4.478 L24.0005,8.437 C24.0005,8.724 23.7665,8.957 23.4805,8.957 L19.5215,8.957 C19.2355,8.957 19.0015,8.724 19.0015,8.437 C19.0015,8.15 19.2355,7.917 19.5215,7.917 L22.0685,7.917 C20.3265,4.736 17.1855,1.039 12.0005,1.039 C5.9565,1.039 1.0395,5.956 1.0395,12 C1.0395,12.287 0.8065,12.52 0.5195,12.52 C0.2325,12.52 0.0005,12.287 0.0005,12 C0.0005,5.383 5.3835,-8.8817842e-15 12.0005,-8.8817842e-15 C16.5265,-8.8817842e-15 20.3065,2.554 22.9605,7.392 L22.9605,4.478 C22.9605,4.192 23.1945,3.959 23.4805,3.959 Z"
5
- />
2
+ <path fill-rule="evenodd" d="M23.48 11.48A.52.52 0 0124 12c0 6.616-5.384 12-12 12-4.524 0-8.306-2.553-10.96-7.392v2.913a.52.52 0 01-1.04 0v-3.959a.52.52 0 01.52-.518h3.959a.52.52 0 010 1.038H1.933C3.673 19.265 6.814 22.96 12 22.96c6.043 0 10.96-4.916 10.96-10.96a.52.52 0 01.52-.52zm0-7.521a.52.52 0 01.52.519v3.959a.52.52 0 01-.52.52h-3.959a.52.52 0 010-1.04h2.547C20.326 4.736 17.186 1.039 12 1.039 5.958 1.039 1.04 5.956 1.04 12A.52.52 0 010 12C0 5.383 5.383 0 12 0c4.526 0 8.306 2.554 10.96 7.392V4.478a.52.52 0 01.52-.519z"/>
6
3
  </svg>
@@ -1,7 +1,3 @@
1
1
  <svg viewBox="0 0 14 24">
2
- <path
3
- fillRule="evenodd"
4
- transform="translate(-5)"
5
- d="M12.3901128,13.2329185 L12.8656571,13.7094618 C13.0614695,13.9042751 13.0614695,14.2199725 12.8656571,14.4157849 C12.7677509,14.512692 12.6398735,14.5616451 12.5129951,14.5616451 C12.3851176,14.5616451 12.2572402,14.512692 12.159334,14.4157849 L12.0364518,14.2929026 L11.9135695,14.4157849 C11.7187562,14.6105982 11.4030588,14.6105982 11.2072464,14.4157849 C11.0124331,14.2199725 11.0124331,13.9042751 11.2072464,13.7094618 L11.6837897,13.2329185 C11.7776997,13.1390085 11.9045781,13.0870582 12.0364518,13.0870582 C12.1693244,13.0870582 12.2962028,13.1390085 12.3901128,13.2329185 Z M9.54463975,16.811489 L9.69349709,16.9603463 C9.8883104,17.1561587 9.8883104,17.4718561 9.69349709,17.6666694 C9.59559092,17.7645756 9.46771347,17.8135287 9.33983602,17.8135287 C9.21195857,17.8135287 9.08508016,17.7645756 8.98717399,17.6666694 L8.51063067,17.1911252 C8.3258078,17.0063023 8.31481833,16.7105857 8.48465557,16.5127753 L8.96119888,15.9583066 C9.14102655,15.7485077 9.456724,15.7255297 9.6655239,15.9033593 C9.87532284,16.0831869 9.89830082,16.3988844 9.7194722,16.6076843 L9.54463975,16.811489 Z M12.159334,19.1813179 C12.3541473,18.9865046 12.6708438,18.9865046 12.8656571,19.1813179 C13.0614695,19.3761312 13.0614695,19.6928277 12.8656571,19.887641 L12.3901128,20.3641843 C12.2962028,20.4570953 12.1693244,20.5100445 12.0364518,20.5100445 C11.9045781,20.5100445 11.7776997,20.4570953 11.6837897,20.3641843 L11.2072464,19.887641 C11.0124331,19.6928277 11.0124331,19.3761312 11.2072464,19.1813179 C11.4030588,18.9865046 11.7187562,18.9865046 11.9135695,19.1813179 L12.0364518,19.3042001 L12.159334,19.1813179 Z M15.0077043,15.9295342 L15.563172,16.4850019 C15.6610782,16.582908 15.7140274,16.7177788 15.7090322,16.8576448 C15.703038,16.9955126 15.6410973,17.1263872 15.5341998,17.2173001 L14.9797311,17.6938434 C14.8858211,17.7737668 14.7699322,17.8137285 14.6540432,17.8137285 C14.5141773,17.8137285 14.3743113,17.753786 14.2754061,17.6388961 C14.0955784,17.4300962 14.1195555,17.1143987 14.3293544,16.934571 L14.4752146,16.8096907 L14.3013812,16.6358573 C14.1065679,16.441044 14.1065679,16.1243475 14.3013812,15.9295342 C14.4961945,15.7347209 14.812891,15.7347209 15.0077043,15.9295342 Z M9.52615746,4.01615119 C9.77392002,3.76838863 10.1755351,3.76838863 10.4232977,4.01615119 C10.6710603,4.26391375 10.6710603,4.66552887 10.4232977,4.91329143 C10.1755351,5.16105399 9.77392002,5.16105399 9.52615746,4.91329143 C9.2783949,4.66552887 9.2783949,4.26391375 9.52615746,4.01615119 Z M12.4857212,4.91379095 C12.2379587,5.16155351 11.8363435,5.16155351 11.588581,4.91379095 C11.3408184,4.66602839 11.3408184,4.26441327 11.588581,4.01665071 C11.8363435,3.76888815 12.2379587,3.76888815 12.4857212,4.01665071 C12.7334838,4.26441327 12.7334838,4.66602839 12.4857212,4.91379095 Z M14.5481447,4.91379095 C14.3003822,5.16155351 13.898767,5.16155351 13.6510045,4.91379095 C13.4032419,4.66602839 13.4032419,4.26441327 13.6510045,4.01665071 C13.898767,3.76888815 14.3003822,3.76888815 14.5481447,4.01665071 C14.7959073,4.26441327 14.7959073,4.66602839 14.5481447,4.91379095 Z M9.52615746,7.2679349 C9.77392002,7.02017233 10.1755351,7.02017233 10.4232977,7.2679349 C10.6710603,7.51569746 10.6710603,7.91731258 10.4232977,8.16507514 C10.1755351,8.4128377 9.77392002,8.4128377 9.52615746,8.16507514 C9.2783949,7.91731258 9.2783949,7.51569746 9.52615746,7.2679349 Z M12.4857212,8.16547475 C12.2379587,8.41323731 11.8363435,8.41323731 11.588581,8.16547475 C11.3408184,7.91771219 11.3408184,7.51609707 11.588581,7.26833451 C11.8363435,7.02057195 12.2379587,7.02057195 12.4857212,7.26833451 C12.7334838,7.51609707 12.7334838,7.91771219 12.4857212,8.16547475 Z M14.5481447,8.16547475 C14.3003822,8.41323731 13.898767,8.41323731 13.6510045,8.16547475 C13.4032419,7.91771219 13.4032419,7.51609707 13.6510045,7.26833451 C13.898767,7.02057195 14.3003822,7.02057195 14.5481447,7.26833451 C14.7959073,7.51609707 14.7959073,7.91771219 14.5481447,8.16547475 Z M9.52615746,10.4406943 C9.77392002,10.1929318 10.1755351,10.1929318 10.4232977,10.4406943 C10.6710603,10.6884569 10.6710603,11.090072 10.4232977,11.3378346 C10.1755351,11.5855971 9.77392002,11.5855971 9.52615746,11.3378346 C9.2783949,11.090072 9.2783949,10.6884569 9.52615746,10.4406943 Z M12.4857212,11.3377347 C12.2379587,11.5854972 11.8363435,11.5854972 11.588581,11.3377347 C11.3408184,11.0899721 11.3408184,10.688357 11.588581,10.4405944 C11.8363435,10.1928319 12.2379587,10.1928319 12.4857212,10.4405944 C12.7334838,10.688357 12.7334838,11.0899721 12.4857212,11.3377347 Z M14.5481447,10.4406943 C14.7959073,10.6884569 14.7959073,11.090072 14.5481447,11.3378346 C14.3003822,11.5855971 13.898767,11.5855971 13.6510045,11.3378346 C13.4032419,11.090072 13.4032419,10.6884569 13.6510045,10.4406943 C13.898767,10.1929318 14.3003822,10.1929318 14.5481447,10.4406943 Z M12.4857212,17.2866336 C12.2379587,17.5343962 11.8363435,17.5343962 11.588581,17.2866336 C11.3408184,17.0388711 11.3408184,16.637256 11.588581,16.3894934 C11.8363435,16.1417308 12.2379587,16.1417308 12.4857212,16.3894934 C12.7334838,16.637256 12.7334838,17.0388711 12.4857212,17.2866336 Z M16.7814045,22.5004371 C16.9772169,22.2916372 17.2039995,21.9299838 17.1700321,21.3905008 L17.169033,2.56154519 C17.169033,1.68538484 16.4826908,0.999042584 15.6065304,0.999042584 L8.38844777,0.999042584 C7.51228742,0.999042584 6.82594516,1.68538484 6.82594516,2.56154519 L6.82594516,21.4384548 C6.82594516,22.3136161 7.51228742,23.0009574 8.38844777,23.0009574 L15.6065304,23.0009574 C16.0541015,23.0009574 16.4826908,22.8181326 16.7814045,22.5004371 Z M15.6065304,0 C17.0431537,0 18.1680756,1.12492195 18.1680756,2.56154519 L18.1680756,21.3585314 C18.2110345,22.0258919 17.9772585,22.686259 17.5097066,23.1847813 C17.0231728,23.7022853 16.3298373,24 15.6065304,24 L8.38844777,24 C6.95282357,24 5.82690258,22.8750781 5.82690258,21.4384548 L5.82690258,2.56154519 C5.82690258,1.12492195 6.95282357,0 8.38844777,0 L15.6065304,0 Z"
6
- />
2
+ <path fill-rule="evenodd" d="M7.39 13.233l.476.476a.498.498 0 01-.353.853.502.502 0 01-.354-.146l-.123-.123-.122.123a.5.5 0 01-.707-.707l.477-.476a.498.498 0 01.706 0zM4.545 16.81l.148.15a.5.5 0 01-.706.706l-.476-.476a.5.5 0 01-.026-.678l.476-.555a.5.5 0 01.758.65l-.174.203zm2.614 2.37a.5.5 0 01.707.707l-.476.476a.503.503 0 01-.706 0l-.477-.476a.5.5 0 01.707-.707l.122.123.123-.123zm2.849-3.251l.555.555a.501.501 0 01-.029.732l-.554.477a.501.501 0 01-.705-.055.499.499 0 01.054-.704l.146-.125-.174-.174a.5.5 0 01.707-.706zM4.526 4.016a.634.634 0 11.897.897.634.634 0 01-.897-.897zm2.96.898a.634.634 0 11-.897-.897.634.634 0 01.897.897zm2.062 0a.634.634 0 11-.897-.897.634.634 0 01.897.897zM4.526 7.268a.634.634 0 11.897.897.634.634 0 01-.897-.897zm2.96.897a.634.634 0 11-.897-.897.634.634 0 01.897.897zm2.062 0a.634.634 0 11-.897-.897.634.634 0 01.897.897zm-5.022 2.276a.634.634 0 11.897.897.634.634 0 01-.897-.897zm2.96.897a.634.634 0 11-.897-.897.634.634 0 01.897.897zm2.062-.897a.634.634 0 11-.897.897.634.634 0 01.897-.897zm-2.062 6.846a.634.634 0 11-.897-.897.634.634 0 01.897.897zM11.78 22.5c.196-.208.423-.57.389-1.11l-.001-18.828c0-.877-.686-1.563-1.562-1.563H3.388c-.876 0-1.562.686-1.562 1.563v18.876c0 .876.686 1.563 1.562 1.563h7.219c.447 0 .876-.183 1.174-.5zM10.607 0a2.534 2.534 0 012.561 2.562v18.797a2.438 2.438 0 01-.658 1.826 2.618 2.618 0 01-1.903.815H3.388a2.535 2.535 0 01-2.561-2.562V2.562A2.535 2.535 0 013.388 0h7.219z"/>
7
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg viewBox="0 0 26 26">
2
- <path d="M7 23.6c5.74 3.313 13.079 1.347 16.392-4.393C26.706 13.467 24.74 6.13 19 2.815S5.921 1.468 2.608 7.207M1.04 4.473l1.035 3.864L5.94 7.302" />
1
+ <svg viewBox="0 0 24 24">
2
+ <path fillRule="evenodd" d="M1.58422 5.94483C4.91271 0.249648 12.2214 -1.69289 17.9412 1.60943C23.6797 4.92259 25.6459 12.2604 22.3327 17.999C19.0196 23.7376 11.6817 25.7037 5.94316 22.3906L6.42308 21.5593C11.7025 24.6074 18.4534 22.7985 21.5015 17.5191C24.5496 12.2396 22.7407 5.48878 17.4612 2.44068C12.1818 -0.607427 5.43094 1.20145 2.38283 6.48092V6.58046L5.04159 5.86805L5.29001 6.79518L1.11791 7.91309L0 3.74099L0.927134 3.49257L1.58422 5.94483Z" />
3
3
  </svg>
@@ -1,7 +1,3 @@
1
1
  <svg viewBox="0 0 24 20">
2
- <path
3
- fillRule="evenodd"
4
- transform="translate(0 -2)"
5
- d="M17,14.121 L17,7.621 C17,7.345 17.224,7.121 17.5,7.121 C17.776,7.121 18,7.345 18,7.621 L18,14.121 L21.5,14.121 C22.878,14.121 24,15.243 24,16.621 L24,18.621 C24,20 22.878,21.121 21.5,21.121 L2.5,21.121 C1.122,21.121 0,19.999 0,18.621 L0,16.621 C0,15.243 1.122,14.121 2.5,14.121 L17,14.121 Z M2.5,15.121 C1.673,15.121 1,15.794 1,16.621 L1,18.621 C1,19.448 1.673,20.121 2.5,20.121 L21.5,20.121 C22.327,20.121 23,19.448 23,18.621 L23,16.621 C23,15.794 22.327,15.121 21.5,15.121 L2.5,15.121 Z M3.5,18.621 C2.94771525,18.621 2.5,18.1732847 2.5,17.621 C2.5,17.0687153 2.94771525,16.621 3.5,16.621 C4.05228475,16.621 4.5,17.0687153 4.5,17.621 C4.5,18.1732847 4.05228475,18.621 3.5,18.621 Z M6.5,18.621 C5.94771525,18.621 5.5,18.1732847 5.5,17.621 C5.5,17.0687153 5.94771525,16.621 6.5,16.621 C7.05228475,16.621 7.5,17.0687153 7.5,17.621 C7.5,18.1732847 7.05228475,18.621 6.5,18.621 Z M9.5,18.621 C8.94771525,18.621 8.5,18.1732847 8.5,17.621 C8.5,17.0687153 8.94771525,16.621 9.5,16.621 C10.0522847,16.621 10.5,17.0687153 10.5,17.621 C10.5,18.1732847 10.0522847,18.621 9.5,18.621 Z M12.5,18.621 C11.9477153,18.621 11.5,18.1732847 11.5,17.621 C11.5,17.0687153 11.9477153,16.621 12.5,16.621 C13.0522847,16.621 13.5,17.0687153 13.5,17.621 C13.5,18.1732847 13.0522847,18.621 12.5,18.621 Z M20.5,18.121 L15.5,18.121 C15.224,18.121 15,17.897 15,17.621 C15,17.345 15.224,17.121 15.5,17.121 L20.5,17.121 C20.776,17.121 21,17.345 21,17.621 C21,17.897 20.776,18.121 20.5,18.121 Z M16.086,9.535 C15.958,9.535 15.83,9.486 15.732,9.389 C15.26,8.917 15,8.289 15,7.621 C15,6.953 15.26,6.325 15.732,5.853 C15.927,5.658 16.244,5.658 16.439,5.853 C16.634,6.048 16.634,6.365 16.439,6.56 C16.156,6.844 16,7.22 16,7.621 C16,8.022 16.156,8.398 16.439,8.682 C16.634,8.877 16.634,9.194 16.439,9.389 C16.342,9.487 16.214,9.535 16.086,9.535 Z M18.914,9.535 C18.786,9.535 18.658,9.486 18.56,9.389 C18.365,9.194 18.365,8.877 18.56,8.682 C18.844,8.399 19,8.022 19,7.621 C19,7.22 18.844,6.844 18.561,6.56 C18.366,6.365 18.366,6.048 18.561,5.853 C18.756,5.658 19.073,5.658 19.268,5.853 C19.74,6.325 20,6.953 20,7.621 C20,8.289 19.74,8.917 19.268,9.389 C19.17,9.487 19.042,9.535 18.914,9.535 Z M14.671,10.95 C14.543,10.95 14.415,10.901 14.317,10.804 C12.563,9.049 12.563,6.195 14.317,4.44 C14.512,4.245 14.829,4.245 15.024,4.44 C15.219,4.635 15.219,4.952 15.024,5.147 C13.66,6.512 13.66,8.732 15.024,10.097 C15.219,10.292 15.219,10.609 15.024,10.804 C14.927,10.901 14.799,10.95 14.671,10.95 Z M20.329,10.95 C20.201,10.95 20.073,10.901 19.975,10.804 C19.78,10.609 19.78,10.292 19.975,10.097 C21.339,8.732 21.339,6.512 19.975,5.147 C19.78,4.952 19.78,4.635 19.975,4.44 C20.17,4.245 20.487,4.245 20.682,4.44 C22.436,6.195 22.436,9.049 20.682,10.804 C20.584,10.901 20.457,10.95 20.329,10.95 Z M13.257,12.364 C13.129,12.364 13.001,12.315 12.903,12.218 C10.369,9.684 10.369,5.56 12.903,3.026 C13.098,2.831 13.415,2.831 13.61,3.026 C13.805,3.221 13.805,3.538 13.61,3.733 C11.465,5.878 11.465,9.367 13.61,11.511 C13.805,11.706 13.805,12.023 13.61,12.218 C13.513,12.315 13.385,12.364 13.257,12.364 Z M21.743,12.364 C21.615,12.364 21.487,12.315 21.389,12.218 C21.194,12.023 21.194,11.706 21.389,11.511 C23.534,9.366 23.534,5.877 21.389,3.733 C21.194,3.538 21.194,3.221 21.389,3.026 C21.584,2.831 21.901,2.831 22.096,3.026 C24.63,5.56 24.63,9.684 22.096,12.218 C21.999,12.315 21.871,12.364 21.743,12.364 Z"
6
- />
2
+ <path fill-rule="evenodd" d="M17 12.121v-6.5a.5.5 0 011 0v6.5h3.5c1.378 0 2.5 1.122 2.5 2.5v2c0 1.379-1.122 2.5-2.5 2.5h-19a2.503 2.503 0 01-2.5-2.5v-2c0-1.378 1.122-2.5 2.5-2.5H17zm-14.5 1c-.827 0-1.5.673-1.5 1.5v2c0 .827.673 1.5 1.5 1.5h19c.827 0 1.5-.673 1.5-1.5v-2c0-.827-.673-1.5-1.5-1.5h-19zm1 3.5a1 1 0 110-2 1 1 0 010 2zm3 0a1 1 0 110-2 1 1 0 010 2zm3 0a1 1 0 110-2 1 1 0 010 2zm3 0a1 1 0 110-2 1 1 0 010 2zm8-.5h-5a.5.5 0 010-1h5a.5.5 0 010 1zm-4.414-8.586a.502.502 0 01-.354-.146A2.484 2.484 0 0115 5.621c0-.668.26-1.296.732-1.768a.5.5 0 01.707.707c-.283.284-.439.66-.439 1.061 0 .401.156.777.439 1.061a.5.5 0 01-.353.853zm2.828 0a.5.5 0 01-.354-.853c.284-.283.44-.66.44-1.061 0-.401-.156-.777-.439-1.061a.5.5 0 01.707-.707c.472.472.732 1.1.732 1.768 0 .668-.26 1.296-.732 1.768a.498.498 0 01-.354.146zM14.671 8.95a.502.502 0 01-.354-.146 4.506 4.506 0 010-6.364.5.5 0 01.707.707 3.505 3.505 0 000 4.95.5.5 0 01-.353.853zm5.658 0a.5.5 0 01-.354-.853 3.505 3.505 0 000-4.95.5.5 0 01.707-.707 4.506 4.506 0 010 6.364.5.5 0 01-.353.146zm-7.072 1.414a.502.502 0 01-.354-.146 6.508 6.508 0 010-9.192.5.5 0 01.707.707 5.505 5.505 0 000 7.778.5.5 0 01-.353.853zm8.486 0a.5.5 0 01-.354-.853 5.505 5.505 0 000-7.778.5.5 0 01.707-.707 6.508 6.508 0 010 9.192.498.498 0 01-.353.146z"/>
7
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path d="M10.022 1l.253.003c4.994.13 8.935 4.278 8.806 9.267a8.985 8.985 0 01-1.728 5.087l-.189.249 5.604 5.897c.3.316.306.802.034 1.133l-.074.08-.03.028a.945.945 0 01-1.173.098l-.092-.072-6.081-5.418a9.01 9.01 0 01-5.543 1.719c-4.993-.13-8.935-4.278-8.806-9.267C1.13 4.898 5.144 1.008 10.023 1zm.02 1.81a7.214 7.214 0 100 14.43 7.214 7.214 0 000-14.43z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path d="M10.5 2c4.687 0 8.5 3.813 8.5 8.5 0 2.175-.82 4.161-2.17 5.666l6.036 6.029a.477.477 0 010 .67.468.468 0 01-.666 0l-6.037-6.031A8.466 8.466 0 0110.5 19C5.813 19 2 15.187 2 10.5 2 5.813 5.813 2 10.5 2zm0 1C6.364 3 3 6.364 3 10.5S6.364 18 10.5 18c4.137 0 7.5-3.364 7.5-7.5S14.637 3 10.5 3z" fill-rule="evenodd"/>
3
+ </svg>
@@ -1,7 +1,3 @@
1
1
  <svg viewBox="0 0 24 18">
2
- <path
3
- fillRule="evenodd"
4
- transform="translate(0 -3)"
5
- d="M9.1881686,13.4342021 C9.38023,13.6164272 9.5,13.8741046 9.5,14.1597559 C9.5,14.7120406 9.05228475,15.1597559 8.5,15.1597559 C7.94771525,15.1597559 7.5,14.7120406 7.5,14.1597559 C7.5,13.6074711 7.94771525,13.1597559 8.5,13.1597559 C8.54669717,13.1597559 8.59264676,13.1629567 8.63764134,13.1691508 L7.87925778,12.8040272 C7.3464554,13.0449741 7,13.5687842 7,14.1597559 C7,14.9867559 7.673,15.6597559 8.5,15.6597559 C9.327,15.6597559 10,14.9867559 10,14.1597559 C10,14.0425187 9.98429194,13.9230375 9.95317647,13.802515 L9.1881686,13.4342021 Z M19.0126216,10.8254045 L21.016,11.6267559 L22.342,11.1847559 C22.469,11.1427559 22.606,11.1527559 22.724,11.2117559 L23.724,11.7117559 C23.964,11.8317559 24.067,12.1207559 23.955,12.3657559 L21.455,17.8657559 C21.399,17.9897559 21.295,18.0847559 21.167,18.1297559 C21.112,18.1497559 21.057,18.1597559 21,18.1597559 C20.923,18.1597559 20.847,18.1417559 20.776,18.1067559 L19.776,17.6067559 C19.658,17.5467559 19.567,17.4427559 19.525,17.3177559 L19.084,15.9927559 L17.1603995,14.8382669 L16.88,15.4457559 C16.71,15.8137559 16.406,16.0917559 16.026,16.2287559 C15.859,16.2887559 15.688,16.3177559 15.517,16.3177559 C15.295,16.3177559 15.075,16.2677559 14.868,16.1687559 L10.9958575,14.3045136 C10.930314,15.4467823 10.094161,16.3865848 9,16.6095377 L9,20.1597559 C9,20.4357559 8.776,20.6597559 8.5,20.6597559 L0.5,20.6597559 C0.224,20.6597559 0,20.4357559 0,20.1597559 C0,19.8837559 0.224,19.6597559 0.5,19.6597559 L8,19.6597559 L8,16.6095377 C6.85994766,16.3772337 6,15.3666868 6,14.1597559 C6,13.4308554 6.31423865,12.7631065 6.83535832,12.301442 L3.17,10.5367559 C2.437,10.1837559 2.117,9.2957559 2.458,8.5567559 L4.62,3.8727559 C4.79,3.5047559 5.094,3.2267559 5.475,3.0897559 C5.856,2.9517559 6.266,2.9737559 6.633,3.1497559 L18.33,8.7817559 C19.063,9.1347559 19.383,10.0227559 19.042,10.7617559 L19.0126216,10.8254045 Z M18.5928302,11.734888 L17.5816777,13.9255625 L19.757,15.2307559 C19.86,15.2927559 19.937,15.3877559 19.975,15.5017559 L20.41,16.8057559 L20.761,16.9807559 L22.847,12.3917559 L22.463,12.1997559 L21.159,12.6337559 C21.046,12.6717559 20.926,12.6667559 20.815,12.6237559 L18.5928302,11.734888 Z M10.6018957,13.0056611 L15.3,15.2677559 C15.423,15.3267559 15.56,15.3337559 15.686,15.2877559 C15.814,15.2427559 15.915,15.1497559 15.971,15.0267559 L18.133,10.3427559 C18.246,10.0967559 18.14,9.8007559 17.896,9.6827559 L6.199,4.0507559 C6.131,4.0177559 6.057,4.0007559 5.982,4.0007559 C5.925,4.0007559 5.868,4.0107559 5.813,4.0307559 C5.686,4.0767559 5.585,4.1687559 5.528,4.2917559 L3.366,8.9757559 C3.253,9.2217559 3.359,9.5177559 3.603,9.6357559 L8.11407514,11.8077979 C8.11778882,11.8095302 8.12147846,11.8113068 8.12514539,11.8131281 L10.5576814,12.9843723 C10.5727583,12.9907404 10.587515,12.9978453 10.6018957,13.0056611 Z"
6
- />
2
+ <path fill-rule="evenodd" d="M9.188 10.434a1 1 0 11-.55-.265l-.759-.365c-.533.241-.879.765-.879 1.356 0 .827.673 1.5 1.5 1.5s1.5-.673 1.5-1.5c0-.117-.016-.237-.047-.357l-.765-.369zm9.825-2.609l2.003.802 1.326-.442a.501.501 0 01.382.027l1 .5a.5.5 0 01.231.654l-2.5 5.5a.496.496 0 01-.455.294.505.505 0 01-.224-.053l-1-.5a.507.507 0 01-.251-.29l-.441-1.324-1.924-1.155-.28.608a1.492 1.492 0 01-1.363.872c-.222 0-.442-.05-.649-.15l-3.872-1.863A2.505 2.505 0 019 13.61v3.55a.5.5 0 01-.5.5h-8a.5.5 0 010-1H8v-3.05a2.504 2.504 0 01-2-2.45c0-.73.314-1.397.835-1.859L3.17 7.537a1.507 1.507 0 01-.712-1.98L4.62.873A1.49 1.49 0 015.475.09a1.485 1.485 0 011.158.06L18.33 5.782a1.507 1.507 0 01.712 1.98l-.03.063zm-.42.91l-1.011 2.19 2.175 1.306a.5.5 0 01.218.27l.435 1.305.351.175 2.086-4.59-.384-.191-1.304.434a.502.502 0 01-.344-.01l-2.222-.89zm-7.991 1.27l4.698 2.263c.123.059.26.066.386.02a.489.489 0 00.285-.261l2.162-4.684a.503.503 0 00-.237-.66L6.199 1.05a.496.496 0 00-.671.24L3.366 5.977a.503.503 0 00.237.66l4.511 2.172a.5.5 0 01.011.005l2.433 1.171a.5.5 0 01.044.022z"/>
7
3
  </svg>
@@ -1,6 +1,3 @@
1
1
  <svg viewBox="0 0 24 24">
2
- <path
3
- fillRule="evenodd"
4
- d="M23.5,17 L23,17 L23,16.5 C23,14.57 21.43,13 19.5,13 C17.57,13 16,14.57 16,16.5 L16,17 L15.5,17 C15.224,17 15,17.224 15,17.5 L15,23.5 C15,23.776 15.224,24 15.5,24 L23.5,24 C23.776,24 24,23.776 24,23.5 L24,17.5 C24,17.224 23.776,17 23.5,17 Z M17,16.5 C17,15.122 18.121,14 19.5,14 C20.879,14 22,15.122 22,16.5 L22,17 L17,17 L17,16.5 Z M23,23 L16,23 L16,18 L16.5,18 L22.5,18 L23,18 L23,23 Z M13.5,19 C13.776,19 14,19.224 14,19.5 C14,19.776 13.776,20 13.5,20 L8.5,20 C8.224,20 8,19.776 8,19.5 L8,12.5 C8,12.224 8.224,12 8.5,12 L15.5,12 C15.776,12 16,12.224 16,12.5 L16,13.5 C16,13.776 15.776,14 15.5,14 C15.224,14 15,13.776 15,13.5 L15,13 L9,13 L9,19 L13.5,19 Z M13.5,23 C13.776,23 14,23.224 14,23.5 C14,23.776 13.776,24 13.5,24 L3.5,24 C3.224,24 3,23.776 3,23.5 L3,12 L0.5,12 C0.298,12 0.115,11.878 0.038,11.691 C-0.039,11.504 0.004,11.289 0.146,11.146 L10.794,0.5 C11.432,-0.141 12.568,-0.139 13.206,0.5 L16,3.293 L16,0.5 C16,0.224 16.224,0 16.5,0 L20.5,0 C20.776,0 21,0.224 21,0.5 L21,8.293 L23.854,11.147 C23.997,11.29 24.04,11.505 23.962,11.692 C23.884,11.879 23.702,12 23.5,12 L20.5,12 C20.224,12 20,11.776 20,11.5 C20,11.224 20.224,11 20.5,11 L22.293,11 L20.147,8.854 C20.053,8.76 20,8.633 20,8.5 L20,1 L17,1 L17,4.5 C17,4.702 16.878,4.885 16.691,4.962 C16.505,5.041 16.291,4.997 16.146,4.854 L12.499,1.207 C12.234,0.942 11.764,0.944 11.501,1.207 L1.707,11 L3.5,11 C3.776,11 4,11.224 4,11.5 L4,23 L13.5,23 Z M19.5,19 C18.948,19 18.5,19.448 18.5,20 C18.5,20.366 18.706,20.673 19,20.847 L19,21.5 C19,21.776 19.224,22 19.5,22 C19.776,22 20,21.776 20,21.5 L20,20.847 C20.294,20.673 20.5,20.366 20.5,20 C20.5,19.448 20.052,19 19.5,19 Z"
5
- />
2
+ <path fill-rule="evenodd" d="M23.5 17H23v-.5c0-1.93-1.57-3.5-3.5-3.5S16 14.57 16 16.5v.5h-.5a.5.5 0 00-.5.5v6a.5.5 0 00.5.5h8a.5.5 0 00.5-.5v-6a.5.5 0 00-.5-.5zm-6.5-.5c0-1.378 1.121-2.5 2.5-2.5s2.5 1.122 2.5 2.5v.5h-5v-.5zm6 6.5h-7v-5h7v5zm-9.5-4a.5.5 0 010 1h-5a.5.5 0 01-.5-.5v-7a.5.5 0 01.5-.5h7a.5.5 0 01.5.5v1a.5.5 0 01-1 0V13H9v6h4.5zm0 4a.5.5 0 010 1h-10a.5.5 0 01-.5-.5V12H.5a.5.5 0 01-.354-.854L10.794.5c.638-.641 1.774-.639 2.412 0L16 3.293V.5a.5.5 0 01.5-.5h4a.5.5 0 01.5.5v7.793l2.854 2.854A.499.499 0 0123.5 12h-3a.5.5 0 010-1h1.793l-2.146-2.146A.5.5 0 0120 8.5V1h-3v3.5a.5.5 0 01-.854.354l-3.647-3.647a.728.728 0 00-.998 0L1.707 11H3.5a.5.5 0 01.5.5V23h9.5zm6-4a1 1 0 00-1 1c0 .366.206.673.5.847v.653a.5.5 0 001 0v-.653a.985.985 0 00.5-.847 1 1 0 00-1-1z"/>
6
3
  </svg>
@@ -1,7 +1,3 @@
1
1
  <svg viewBox="0 0 16 24">
2
- <path
3
- fillRule="evenodd"
4
- transform="translate(-4)"
5
- d="M15.5,23 L7.5,23 C6.621,23 5.5,21.878 5.5,20 L5.5,19 L18.5,19 L18.5,20 C18.5,21.878 17.379,23 15.5,23 L15.5,23 Z M7.5,1 L15.5,1 C17.379,1 18.5,2.122 18.5,3 L18.5,4 L5.5,4 L5.5,3 C5.5,2.122 6.621,1 7.5,1 L7.5,1 Z M5.5,18 L18.5,18 L18.5,5 L5.5,5 L5.5,18 Z M16.5,1.42108547e-14 L8.5,1.42108547e-14 C6.07,1.42108547e-14 4.5,1.57 4.5,4 L4.5,21 C4.5,22.43 6.07,24 8.5,24 L16.5,24 C17.93,24 19.5,22.43 19.5,21 L19.5,4 C19.5,1.57 17.93,1.42108547e-14 16.5,1.42108547e-14 L16.5,1.42108547e-14 Z M11.5,11 L11.5,9 L12.5,9 L12.5,11 L11.5,11 Z M11,3 C10.724,3 10.5,2.776 10.5,2.5 C10.5,2.224 10.724,2 11,2 L11.993,2 L12.002,2 L13,2 C13.276,2 13.5,2.224 13.5,2.5 C13.5,2.776 13.276,3 13,3 L11,3 Z M11.5,14 L12.5,14 L12.5,12 L11.5,12 L11.5,14 Z M10.5,11 L10.5,12 L10.5,14 L10.5,15 C10.5,15 10.972,15.024 11.5,15 L13.5,14 L13.5,12 L13.5,11 L13.5,9 L13.5,8 C13.5,8 13.028,7.976 12.5,8 L10.5,9 L10.5,11 Z M15.5,14 C15.5,14.098 11.825,16 11.825,16 C11.825,16 8.5,14.099 8.5,14 L8.5,8 L12,7 L15.5,8 L15.5,14 Z M12.5,6 L16.5,7 L16.5,14 C16.5,15.048 13.023,16.542 12.321,17 C11.952,16.987 11.886,17.001 11.321,17 C11.756,17.001 11.689,16.987 11.321,17 C10.618,16.542 7.5,15.048 7.5,14 L7.5,7 L11.5,6 C11.959,5.995 12.041,5.995 12.5,6 Z M12,20 C12.553,20 13,20.447 13,21 C13,21.553 12.553,22 12,22 C11.448,22 11,21.553 11,21 C11,20.447 11.448,20 12,20 Z"
6
- />
2
+ <path fill-rule="evenodd" d="M11.5 23h-8c-.879 0-2-1.122-2-3v-1h13v1c0 1.878-1.121 3-3 3zm-8-22h8c1.879 0 3 1.122 3 2v1h-13V3c0-.878 1.121-2 2-2zm-2 17h13V5h-13v13zm11-18h-8c-2.43 0-4 1.57-4 4v17c0 1.43 1.57 3 4 3h8c1.43 0 3-1.57 3-3V4c0-2.43-1.57-4-3-4zm-5 11V9h1v2h-1zM7 3a.5.5 0 010-1h2a.5.5 0 010 1H7zm.5 11h1v-2h-1v2zm-1-3v4s.472.024 1 0l2-1V8s-.472-.024-1 0l-2 1v2zm5 3c0 .098-3.675 2-3.675 2S4.5 14.099 4.5 14V8L8 7l3.5 1v6zm-3-8l4 1v7c0 1.048-3.477 2.542-4.179 3-.369-.013-.435.001-1 0 .435.001.368-.013 0 0-.703-.458-3.821-1.952-3.821-3V7l4-1c.459-.005.541-.005 1 0zM8 20a1 1 0 11.002 1.998A1 1 0 018 20z"/>
7
3
  </svg>
@@ -1,7 +1,3 @@
1
1
  <svg viewBox="0 0 22 24">
2
- <path
3
- fillRule="evenodd"
4
- transform="translate(-1)"
5
- d="M12,24 C11.95,24 11.899,23.993 11.852,23.978 C8.242,22.855 1.5,18.922 1.5,14.5 L1.5,3.5 C1.5,3.279 1.645,3.084 1.856,3.021 L11.856,0.021 C11.95,-0.007 12.049,-0.007 12.143,0.021 L22.143,3.021 C22.355,3.085 22.5,3.279 22.5,3.5 L22.5,14.5 C22.5,18.922 15.758,22.854 12.148,23.978 C12.101,23.993 12.05,24 12,24 Z M2.5,3.872 L2.5,14.5 C2.5,18.011 8.063,21.703 12,22.976 C15.937,21.703 21.5,18.011 21.5,14.5 L21.5,3.872 L12,1.022 L2.5,3.872 Z M12.979,16.9987889 C12.873,16.9987889 12.769,16.9641714 12.682,16.8990091 C12.569,16.8145018 12.495,16.6841772 12.482,16.5416346 C12.456,16.2789491 12.248,16.0814259 12,16.0814259 C11.751,16.0814259 11.543,16.2789491 11.517,16.5426528 C11.503,16.6851953 11.43,16.8155199 11.317,16.9000273 C11.204,16.9845346 11.06,17.0191521 10.922,16.9896254 C9.75,16.752394 8.699,16.1272431 7.884,15.183408 C7.791,15.0775192 7.747,14.9359949 7.762,14.7954886 C7.776,14.6539643 7.847,14.525676 7.958,14.4401505 C8.165,14.2813174 8.226,14.0084503 8.103,13.791582 C7.98,13.5747137 7.718,13.4902063 7.48,13.5940588 C7.352,13.6490394 7.207,13.6470031 7.081,13.5899861 C6.954,13.5319509 6.856,13.4230077 6.811,13.2886105 C6.602,12.6614233 6.5,12.076999 6.5,11.5007199 C6.5,10.9244408 6.602,10.3400164 6.811,9.71282931 C6.856,9.57843207 6.954,9.46948885 7.08,9.41247183 C7.208,9.35443666 7.352,9.35240034 7.48,9.40839919 C7.719,9.51123344 7.98,9.42774425 8.102,9.21087597 C8.226,8.99095321 8.165,8.71910424 7.958,8.56027114 C7.847,8.47474562 7.775,8.34645734 7.762,8.20493298 C7.747,8.06442677 7.791,7.92392056 7.883,7.81701366 C8.699,6.87216032 9.75,6.24700951 10.922,6.01079618 C11.061,5.98228767 11.203,6.01486882 11.317,6.10039434 C11.43,6.18591986 11.504,6.3152263 11.517,6.45776883 C11.543,6.72045434 11.751,6.91797756 12,6.91797756 C12.248,6.91797756 12.456,6.72045434 12.482,6.45776883 C12.496,6.3152263 12.569,6.18591986 12.682,6.10039434 C12.795,6.01588698 12.937,5.98025135 13.077,6.01079618 C14.249,6.24700951 15.3,6.87216032 16.116,7.81701366 C16.208,7.9229024 16.252,8.06442677 16.237,8.20493298 C16.223,8.34645734 16.152,8.47474562 16.041,8.56027114 C15.834,8.71808608 15.773,8.99095321 15.896,9.20782149 C16.02,9.42570793 16.284,9.50817896 16.52,9.40636287 C16.648,9.35138218 16.791,9.35240034 16.92,9.41043551 C17.046,9.46847069 17.144,9.5774139 17.189,9.71079299 C17.398,10.3379801 17.5,10.9224045 17.5,11.4986836 C17.5,12.0719082 17.398,12.6563325 17.189,13.285556 C17.145,13.4199532 17.047,13.5288965 16.92,13.5869316 C16.792,13.6449668 16.648,13.645985 16.52,13.5910043 C16.283,13.48817 16.019,13.5716592 15.897,13.7885275 C15.896,13.7885275 15.896,13.7885275 15.896,13.7885275 C15.773,14.0053958 15.833,14.2782629 16.041,14.437096 C16.152,14.5216034 16.224,14.6509098 16.237,14.7924342 C16.252,14.9329404 16.208,15.0734466 16.115,15.1803535 C15.3,16.1252068 14.249,16.7503576 13.077,16.986571 C13.045,16.9967526 13.012,16.9987889 12.979,16.9987889 Z M8.938,14.8321425 C9.445,15.3208597 10.038,15.677216 10.685,15.87983 C10.936,15.3900946 11.433,15.063265 12,15.063265 C12.567,15.063265 13.063,15.3900946 13.313,15.87983 C13.96,15.6761979 14.553,15.3208597 15.06,14.8321425 C14.778,14.3678611 14.751,13.7722369 15.03,13.2825015 C15.309,12.791748 15.869,12.5280443 16.366,12.5341532 C16.456,12.1737243 16.5,11.8326404 16.5,11.5007199 C16.5,11.1677813 16.456,10.8266974 16.367,10.4672866 C15.83,10.4917224 15.309,10.21071 15.03,9.71893827 C14.752,9.22920287 14.778,8.63357873 15.06,8.16929734 C14.553,7.6805801 13.96,7.32422377 13.313,7.12160975 C13.063,7.60930883 12.567,7.93613849 12,7.93613849 C11.433,7.93613849 10.936,7.60930883 10.686,7.11957343 C10.039,7.32320561 9.446,7.67854378 8.939,8.16726102 C9.221,8.63256057 9.247,9.22716655 8.968,9.71893827 C8.69,10.2096918 8.168,10.4774682 7.633,10.4662684 C7.544,10.8256792 7.5,11.1667631 7.5,11.4997017 C7.5,11.8336585 7.544,12.1747424 7.633,12.5331351 C8.166,12.51379 8.69,12.7897116 8.969,13.2814834 C9.247,13.7722369 9.221,14.3678611 8.938,14.8321425 Z M12,14 C10.621,14 9.5,12.878 9.5,11.5 C9.5,10.122 10.621,9 12,9 C13.379,9 14.5,10.122 14.5,11.5 C14.5,12.878 13.379,14 12,14 Z M12,10 C11.173,10 10.5,10.673 10.5,11.5 C10.5,12.327 11.173,13 12,13 C12.827,13 13.5,12.327 13.5,11.5 C13.5,10.673 12.827,10 12,10 Z"
6
- />
2
+ <path fill-rule="evenodd" d="M11 24a.491.491 0 01-.148-.022C7.242 22.855.5 18.922.5 14.5v-11a.5.5 0 01.356-.479l10-3a.5.5 0 01.287 0l10 3a.5.5 0 01.357.479v11c0 4.422-6.742 8.354-10.352 9.478A.491.491 0 0111 24zM1.5 3.872V14.5c0 3.511 5.563 7.203 9.5 8.476 3.937-1.273 9.5-4.965 9.5-8.476V3.872L11 1.022l-9.5 2.85zm10.479 13.127a.505.505 0 01-.497-.457.495.495 0 00-.482-.46.496.496 0 00-.483.46.509.509 0 01-.2.358.49.49 0 01-.395.09c-1.172-.238-2.223-.863-3.038-1.807a.507.507 0 01-.122-.388.511.511 0 01.196-.355.503.503 0 00.145-.648.482.482 0 00-.623-.198.495.495 0 01-.669-.305A5.597 5.597 0 015.5 11.5c0-.577.102-1.161.311-1.788a.505.505 0 01.269-.3.49.49 0 01.4-.005c.239.103.5.02.622-.197a.503.503 0 00-.144-.65.508.508 0 01-.196-.356.512.512 0 01.121-.388c.816-.945 1.867-1.57 3.039-1.806a.49.49 0 01.395.09.507.507 0 01.2.357c.026.262.234.46.483.46a.495.495 0 00.482-.46.51.51 0 01.2-.358.485.485 0 01.395-.09c1.172.237 2.223.862 3.039 1.807a.51.51 0 01.121.388.511.511 0 01-.196.355.501.501 0 00-.145.648c.124.218.388.3.624.198a.493.493 0 01.4.004.51.51 0 01.269.3c.209.628.311 1.212.311 1.789 0 .573-.102 1.157-.311 1.787a.503.503 0 01-.269.3.493.493 0 01-.4.005.483.483 0 00-.623.198h-.001a.501.501 0 00.145.648.506.506 0 01.196.355.509.509 0 01-.122.388c-.815.945-1.866 1.57-3.038 1.807a.32.32 0 01-.098.012zm-4.041-2.167c.507.489 1.1.845 1.747 1.048A1.48 1.48 0 0111 15.063c.567 0 1.063.327 1.313.817a4.43 4.43 0 001.747-1.048 1.532 1.532 0 01-.03-1.55c.279-.49.839-.754 1.336-.748.09-.36.134-.701.134-1.033 0-.333-.044-.674-.133-1.034a1.465 1.465 0 01-1.337-.748 1.534 1.534 0 01.03-1.55 4.418 4.418 0 00-1.747-1.047c-.25.487-.746.814-1.313.814a1.477 1.477 0 01-1.314-.816 4.43 4.43 0 00-1.747 1.047c.282.466.308 1.06.029 1.552-.278.49-.8.758-1.335.747-.089.36-.133.7-.133 1.034 0 .334.044.675.133 1.033a1.478 1.478 0 011.336.748c.278.491.252 1.087-.031 1.551zM11 14a2.503 2.503 0 01-2.5-2.5C8.5 10.122 9.621 9 11 9s2.5 1.122 2.5 2.5S12.379 14 11 14zm0-4c-.827 0-1.5.673-1.5 1.5S10.173 13 11 13s1.5-.673 1.5-1.5S11.827 10 11 10z"/>
7
3
  </svg>
@@ -1,7 +1,3 @@
1
1
  <svg viewBox="0 0 24 22">
2
- <path
3
- fillRule="evenodd"
4
- transform="translate(0 -1)"
5
- d="M15.5614,4.3528 C15.8494,4.3528 16.0844,4.5878 16.0844,4.8758 L16.0844,6.4588 C16.0844,6.7478 15.8494,6.9818 15.5614,6.9818 C15.2734,6.9818 15.0384,6.7478 15.0384,6.4588 L15.0384,4.8758 C15.0384,4.5878 15.2734,4.3528 15.5614,4.3528 Z M3.9574,5.6677 C3.9574,5.5197 3.8374,5.3987 3.6884,5.3987 C3.5414,5.3987 3.4214,5.5197 3.4214,5.6677 C3.4214,5.8147 3.5414,5.9357 3.6884,5.9357 C3.8374,5.9357 3.9574,5.8147 3.9574,5.6677 Z M3.6884,4.3527 C4.4144,4.3527 5.0034,4.9427 5.0034,5.6677 C5.0034,6.3927 4.4144,6.9817 3.6884,6.9817 C2.9644,6.9817 2.3744,6.3927 2.3744,5.6677 C2.3744,4.9427 2.9644,4.3527 3.6884,4.3527 Z M13.1864,4.3528 C13.4744,4.3528 13.7104,4.5878 13.7104,4.8758 L13.7104,6.4588 C13.7104,6.7478 13.4744,6.9818 13.1864,6.9818 C12.8984,6.9818 12.6634,6.7478 12.6634,6.4588 L12.6634,4.8758 C12.6634,4.5878 12.8984,4.3528 13.1864,4.3528 Z M17.9364,4.3528 C18.2244,4.3528 18.4594,4.5878 18.4594,4.8758 L18.4594,6.4588 C18.4594,6.7478 18.2244,6.9818 17.9364,6.9818 C17.6484,6.9818 17.4124,6.7478 17.4124,6.4588 L17.4124,4.8758 C17.4124,4.5878 17.6484,4.3528 17.9364,4.3528 Z M15.5614,13.0588 C15.8494,13.0588 16.0844,13.2938 16.0844,13.5818 L16.0844,15.1638 C16.0844,15.4538 15.8494,15.6888 15.5614,15.6888 C15.2734,15.6888 15.0384,15.4538 15.0384,15.1638 L15.0384,13.5818 C15.0384,13.2938 15.2734,13.0588 15.5614,13.0588 Z M20.3104,13.0588 C20.5984,13.0588 20.8334,13.2938 20.8334,13.5818 L20.8334,15.1638 C20.8334,15.4538 20.5984,15.6888 20.3104,15.6888 C20.0224,15.6888 19.7874,15.4538 19.7874,15.1638 L19.7874,13.5818 C19.7874,13.2938 20.0224,13.0588 20.3104,13.0588 Z M17.9364,13.0588 C18.2244,13.0588 18.4594,13.2938 18.4594,13.5818 L18.4594,15.1638 C18.4594,15.4538 18.2244,15.6888 17.9364,15.6888 C17.6484,15.6888 17.4124,15.4538 17.4124,15.1638 L17.4124,13.5818 C17.4124,13.2938 17.6484,13.0588 17.9364,13.0588 Z M3.9574,14.3743 C3.9574,14.2273 3.8374,14.1053 3.6884,14.1053 C3.5414,14.1053 3.4214,14.2273 3.4214,14.3743 C3.4214,14.5213 3.5414,14.6423 3.6884,14.6423 C3.8374,14.6423 3.9574,14.5213 3.9574,14.3743 Z M3.6884,13.0593 C4.4144,13.0593 5.0034,13.6483 5.0034,14.3743 C5.0034,15.0993 4.4144,15.6883 3.6884,15.6883 C2.9644,15.6883 2.3744,15.0993 2.3744,14.3743 C2.3744,13.6483 2.9644,13.0593 3.6884,13.0593 Z M22.953,13.26 C22.953,12.417 22.266,11.732 21.424,11.732 L2.576,11.732 C1.732,11.732 1.047,12.417 1.047,13.26 L1.047,15.487 C1.047,16.329 1.732,17.016 2.576,17.016 L21.424,17.016 C22.266,17.016 22.953,16.329 22.953,15.487 L22.953,13.26 Z M22.953,6.78 L22.953,4.553 C22.953,3.71 22.266,3.025 21.424,3.025 L2.576,3.025 C1.732,3.025 1.047,3.71 1.047,4.553 L1.047,6.78 C1.047,7.623 1.732,8.309 2.576,8.309 L21.424,8.309 C22.266,8.309 22.953,7.623 22.953,6.78 Z M10.021,20.438 C9.732,20.438 9.497,20.202 9.497,19.914 L9.497,19.646 L8.961,19.646 L8.961,19.914 C8.961,20.202 8.726,20.438 8.438,20.438 L8.17,20.438 L8.17,20.973 L10.289,20.973 L10.289,20.438 L10.021,20.438 Z M21.424,10.685 C22.844,10.685 24,11.841 24,13.261 L24,15.487 C24,16.907 22.844,18.063 21.424,18.063 L9.753,18.063 L9.753,18.6 L10.021,18.6 C10.31,18.6 10.545,18.834 10.545,19.122 L10.545,19.391 L10.812,19.391 C11.101,19.391 11.336,19.626 11.336,19.914 L11.336,20.183 L16.353,20.183 C16.641,20.183 16.877,20.418 16.877,20.706 C16.877,20.994 16.641,21.229 16.353,21.229 L11.336,21.229 L11.336,21.497 C11.336,21.785 11.101,22.021 10.812,22.021 L7.646,22.021 C7.358,22.021 7.123,21.785 7.123,21.497 L7.123,21.229 L2.106,21.229 C1.817,21.229 1.583,20.994 1.583,20.706 C1.583,20.418 1.817,20.183 2.106,20.183 L7.123,20.183 L7.123,19.914 C7.123,19.626 7.358,19.391 7.646,19.391 L7.915,19.391 L7.915,19.122 C7.915,18.834 8.15,18.6 8.438,18.6 L8.706,18.6 L8.706,18.063 L2.576,18.063 C1.155,18.063 9.09494702e-13,16.907 9.09494702e-13,15.487 L9.09494702e-13,13.261 C9.09494702e-13,11.841 1.156,10.685 2.577,10.685 L8.706,10.685 L8.706,9.357 L2.576,9.357 C1.155,9.357 9.09494702e-13,8.201 9.09494702e-13,6.781 L9.09494702e-13,4.554 C9.09494702e-13,3.135 1.156,1.979 2.577,1.979 L21.424,1.979 C22.111,1.979 22.758,2.247 23.244,2.735 C23.731,3.222 24,3.868 23.999,4.554 L23.999,6.781 C23.999,8.201 22.844,9.357 21.424,9.357 L9.753,9.357 L9.753,10.685 L21.424,10.685 Z M20.3104,4.3528 C20.5984,4.3528 20.8334,4.5878 20.8334,4.8758 L20.8334,6.4588 C20.8334,6.7478 20.5984,6.9818 20.3104,6.9818 C20.0224,6.9818 19.7874,6.7478 19.7874,6.4588 L19.7874,4.8758 C19.7874,4.5878 20.0224,4.3528 20.3104,4.3528 Z M13.1864,13.0588 C13.4744,13.0588 13.7104,13.2938 13.7104,13.5818 L13.7104,15.1638 C13.7104,15.4538 13.4744,15.6888 13.1864,15.6888 C12.8984,15.6888 12.6634,15.4538 12.6634,15.1638 L12.6634,13.5818 C12.6634,13.2938 12.8984,13.0588 13.1864,13.0588 Z"
6
- />
2
+ <path fill-rule="evenodd" d="M15.561 3.353c.288 0 .523.235.523.523v1.583a.523.523 0 01-1.046 0V3.876c0-.288.235-.523.523-.523zM3.957 4.668a.269.269 0 10-.535 0 .269.269 0 00.535 0zm-.269-1.315a1.315 1.315 0 110 2.628 1.315 1.315 0 010-2.628zm9.498 0c.288 0 .524.235.524.523v1.583a.524.524 0 01-1.047 0V3.876c0-.288.235-.523.523-.523zm4.75 0c.288 0 .523.235.523.523v1.583a.523.523 0 01-1.047 0V3.876c0-.288.236-.523.524-.523zm-2.375 8.706c.288 0 .523.235.523.523v1.582c0 .29-.235.525-.523.525a.525.525 0 01-.523-.525v-1.582c0-.288.235-.523.523-.523zm4.75 0c.287 0 .522.235.522.523v1.582c0 .29-.235.525-.523.525a.525.525 0 01-.523-.525v-1.582c0-.288.235-.523.523-.523zm-2.375 0c.288 0 .523.235.523.523v1.582a.525.525 0 11-1.047 0v-1.582c0-.288.236-.523.524-.523zM3.957 13.374a.27.27 0 00-.269-.269.268.268 0 10.269.269zm-.269-1.315a1.315 1.315 0 110 2.631 1.315 1.315 0 010-2.63zm19.265.201a1.53 1.53 0 00-1.529-1.528H2.576a1.53 1.53 0 00-1.529 1.528v2.227a1.53 1.53 0 001.529 1.529h18.848c.842 0 1.529-.687 1.529-1.529V12.26zm0-6.48V3.553a1.53 1.53 0 00-1.529-1.528H2.576a1.53 1.53 0 00-1.529 1.528V5.78a1.53 1.53 0 001.529 1.529h18.848c.842 0 1.529-.686 1.529-1.529zM10.021 19.438a.525.525 0 01-.524-.524v-.268h-.536v.268a.525.525 0 01-.523.524H8.17v.535h2.119v-.535h-.268zm11.403-9.753A2.58 2.58 0 0124 12.261v2.226a2.58 2.58 0 01-2.576 2.576H9.753v.537h.268c.289 0 .524.234.524.522v.269h.267c.289 0 .524.235.524.523v.269h5.017c.288 0 .524.235.524.523a.525.525 0 01-.524.523h-5.017v.268a.525.525 0 01-.524.524H7.646a.525.525 0 01-.523-.524v-.268H2.106a.523.523 0 010-1.046h5.017v-.269c0-.288.235-.523.523-.523h.269v-.269c0-.288.235-.522.523-.522h.268v-.537h-6.13A2.579 2.579 0 010 14.487v-2.226a2.58 2.58 0 012.577-2.576h6.129V8.357h-6.13A2.579 2.579 0 010 5.781V3.554A2.58 2.58 0 012.577.979h18.847c.687 0 1.334.268 1.82.756.487.487.756 1.133.755 1.819v2.227a2.579 2.579 0 01-2.575 2.576H9.753v1.328h11.671zM20.31 3.353c.288 0 .523.235.523.523v1.583a.523.523 0 01-1.046 0V3.876c0-.288.235-.523.523-.523zm-7.124 8.706c.288 0 .524.235.524.523v1.582a.525.525 0 11-1.047 0v-1.582c0-.288.235-.523.523-.523z"/>
7
3
  </svg>
@@ -1,7 +1,3 @@
1
1
  <svg viewBox="0 0 24 18">
2
- <path
3
- fillRule="evenodd"
4
- transform="translate(0 -3)"
5
- d="M2.06428755,17.9354624 C2.32085601,16.8282317 3.31520351,16 4.5,16 C5.70770586,16 6.71752643,16.8605709 6.94976408,18 L17.0502359,18 C17.2824736,16.8605709 18.2922941,16 19.5,16 C20.6847965,16 21.679144,16.8282317 21.9357125,17.9354624 C22.5509464,17.7483124 23,17.1755338 23,16.5 L23,13.781 C23,13.551 22.845,13.352 22.623,13.296 C21.721,13.071 20.897,12.605 20.241,11.948 L15.732,7.44 C15.453,7.16 15.066,7 14.672,7 C14.512,7 14.361,6.923 14.267,6.793 L12.395,4.207 C12.301,4.078 12.149,4 11.989,4 L1.5,4 C1.225,4 1,4.224 1,4.5 L1,16.5 C1,17.1755338 1.44905365,17.7483124 2.06428755,17.9354624 Z M2.04204686,18.9579722 C0.881158025,18.7422213 0,17.7217246 0,16.5 L0,4.5 C0,3.673 0.673,3 1.5,3 L11.989,3 C12.468,3 12.923,3.232 13.204,3.62 L14.937,6.014 C15.504,6.074 16.03,6.324 16.439,6.733 L20.948,11.241 C21.476,11.77 22.139,12.145 22.865,12.326 C23.533,12.493 24,13.091 24,13.781 L24,16.5 C24,17.7217246 23.118842,18.7422213 21.9579531,18.9579722 C21.7422545,20.1182011 20.7225106,21 19.5,21 C18.2922941,21 17.2824736,20.1394291 17.0502359,19 L6.94976408,19 C6.71752643,20.1394291 5.70770586,21 4.5,21 C3.27748944,21 2.25774547,20.1182011 2.04204686,18.9579722 Z M4.5,17 C3.673,17 3,17.673 3,18.5 C3,19.327 3.673,20 4.5,20 C5.327,20 6,19.327 6,18.5 C6,17.673 5.327,17 4.5,17 Z M19.5,17 C18.673,17 18,17.673 18,18.5 C18,19.327 18.673,20 19.5,20 C20.327,20 21,19.327 21,18.5 C21,17.673 20.327,17 19.5,17 Z M15.5,15 L14.5,15 C14.224,15 14,14.776 14,14.5 C14,14.224 14.224,14 14.5,14 L15.5,14 C15.776,14 16,14.224 16,14.5 C16,14.776 15.776,15 15.5,15 Z M18.5,13 L12.5,13 C12.224,13 12,12.776 12,12.5 L12,8.5 C12,8.224 12.224,8 12.5,8 C12.776,8 13,8.224 13,8.5 L13,12 L18.5,12 C18.776,12 19,12.224 19,12.5 C19,12.776 18.776,13 18.5,13 Z M9.5,10 L3.5,10 C3.224,10 3,9.776 3,9.5 C3,9.224 3.224,9 3.5,9 L9.5,9 C9.776,9 10,9.224 10,9.5 C10,9.776 9.776,10 9.5,10 Z M11.5,7 L3.5,7 C3.224,7 3,6.776 3,6.5 C3,6.224 3.224,6 3.5,6 L11.5,6 C11.776,6 12,6.224 12,6.5 C12,6.776 11.776,7 11.5,7 Z M9.5,13 L3.5,13 C3.224,13 3,12.776 3,12.5 C3,12.224 3.224,12 3.5,12 L9.5,12 C9.776,12 10,12.224 10,12.5 C10,12.776 9.776,13 9.5,13 Z"
6
- />
2
+ <path fill-rule="evenodd" d="M2.064 14.935A2.504 2.504 0 014.5 13c1.208 0 2.218.86 2.45 2h10.1c.232-1.14 1.242-2 2.45-2 1.185 0 2.18.828 2.436 1.935A1.503 1.503 0 0023 13.5v-2.719a.499.499 0 00-.377-.485 5.116 5.116 0 01-2.382-1.348L15.732 4.44a1.507 1.507 0 00-1.06-.44.5.5 0 01-.405-.207l-1.872-2.586A.505.505 0 0011.989 1H1.5a.5.5 0 00-.5.5v12c0 .676.45 1.248 1.064 1.435zm-.022 1.023A2.504 2.504 0 010 13.5v-12C0 .673.673 0 1.5 0h10.489c.479 0 .934.232 1.215.62l1.733 2.394c.567.06 1.093.31 1.502.719l4.509 4.508a4.115 4.115 0 001.917 1.085A1.497 1.497 0 0124 10.781V13.5a2.504 2.504 0 01-2.042 2.458A2.504 2.504 0 0119.5 18a2.504 2.504 0 01-2.45-2H6.95a2.504 2.504 0 01-2.45 2 2.504 2.504 0 01-2.458-2.042zM4.5 14c-.827 0-1.5.673-1.5 1.5S3.673 17 4.5 17 6 16.327 6 15.5 5.327 14 4.5 14zm15 0c-.827 0-1.5.673-1.5 1.5s.673 1.5 1.5 1.5 1.5-.673 1.5-1.5-.673-1.5-1.5-1.5zm-4-2h-1a.5.5 0 010-1h1a.5.5 0 010 1zm3-2h-6a.5.5 0 01-.5-.5v-4a.5.5 0 011 0V9h5.5a.5.5 0 010 1zm-9-3h-6a.5.5 0 010-1h6a.5.5 0 010 1zm2-3h-8a.5.5 0 010-1h8a.5.5 0 010 1zm-2 6h-6a.5.5 0 010-1h6a.5.5 0 010 1z"/>
7
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path d="M9.929 1h4.145c.678 0 1.26.458 1.401 1.086l.022.127.32 2.17c.265.126.527.269.783.426l.253.161 2.108-.824c.646-.232 1.354-.007 1.718.515l.069.108 2.06 3.479a1.393 1.393 0 01-.245 1.713l-.104.09-1.79 1.36a6.798 6.798 0 01.014.989l-.013.188 1.784 1.36c.516.4.684 1.079.428 1.663l-.062.124-2.084 3.514c-.311.559-1.002.827-1.64.652l-.126-.041-2.12-.83c-.258.17-.514.321-.774.457l-.26.13-.321 2.188c-.081.635-.624 1.13-1.287 1.189l-.135.006H9.928c-.679 0-1.26-.458-1.4-1.084l-.023-.127-.32-2.171a8.527 8.527 0 01-.784-.426l-.253-.162-2.11.825c-.658.232-1.351.013-1.716-.516l-.068-.11-2.061-3.476c-.326-.583-.218-1.278.245-1.712l.105-.09 1.79-1.364a6.502 6.502 0 01-.014-.97l.014-.205-1.784-1.36a1.383 1.383 0 01-.413-1.698l.062-.115 2.067-3.486c.313-.56 1.003-.832 1.64-.653l.127.042 2.12.83c.258-.17.514-.322.774-.458l.26-.13.322-2.19c.08-.634.622-1.129 1.287-1.188L9.929 1h4.145H9.93zm.4 1.803l-.39 2.334a.91.91 0 01-.558.695 6.98 6.98 0 00-1.551.878.94.94 0 01-.784.152l-.114-.037-2.203-.863-1.733 2.85 1.883 1.495c.247.19.38.505.34.817a7.023 7.023 0 00-.067.876c0 .253.022.533.066.88a.884.884 0 01-.257.741l-.09.078-1.904 1.451 1.696 2.86 2.277-.837a.98.98 0 01.898.125 6.763 6.763 0 001.54.87c.265.106.465.33.54.6l.023.102.337 2.29 3.394.037.39-2.332a.898.898 0 01.564-.697 7.088 7.088 0 001.546-.877.942.942 0 01.783-.151l.115.036 2.203.863 1.758-2.892-1.901-1.449a.889.889 0 01-.347-.822l.037-.321c.017-.172.029-.359.029-.555 0-.327-.033-.628-.066-.878a.891.891 0 01.257-.742l.089-.078 1.906-1.451-1.696-2.86-2.278.838a.932.932 0 01-.897-.125 6.754 6.754 0 00-1.54-.87.916.916 0 01-.542-.602l-.022-.102-.335-2.288-3.396-.039zM12 9.116a2.887 2.887 0 012.884 2.883A2.887 2.887 0 0112 14.883 2.886 2.886 0 019.117 12 2.886 2.886 0 0112 9.116zm4.583 2.883A4.588 4.588 0 0012 7.417a4.588 4.588 0 00-4.583 4.582A4.588 4.588 0 0012 16.582 4.588 4.588 0 0016.583 12z" fill-rule="evenodd"/>
3
+ </svg>
@@ -1,6 +1,3 @@
1
1
  <svg viewBox="0 0 24 24">
2
- <path
3
- fillRule="evenodd"
4
- d="M14.3008946,24 L9.70089462,24 C9.16189462,24 8.70589462,23.604 8.64089462,23.079 L8.24489462,20.319 C7.70389462,20.075 7.17989462,19.771 6.68189462,19.412 L4.07889462,20.457 C3.56289462,20.644 3.00089462,20.436 2.75189462,19.98 L0.457894623,16.011 C0.196894623,15.532 0.308894623,14.957 0.717894623,14.633 L2.92589462,12.906 C2.89289462,12.568 2.87589462,12.275 2.87589462,12 C2.87589462,11.725 2.89289462,11.432 2.92789462,11.094 L0.721894623,9.37 C0.301894623,9.038 0.190894623,8.444 0.461894623,7.986 L2.75889462,4.011 C3.00889462,3.553 3.57689462,3.347 4.07589462,3.542 L6.68589462,4.59 C7.20689462,4.218 7.72189462,3.919 8.24589462,3.682 L8.64289462,0.911 C8.70689462,0.396 9.16289462,0 9.70189462,0 L14.3018946,0 C14.8408946,0 15.2968946,0.396 15.3618946,0.921 L15.7578946,3.682 C16.2988946,3.925 16.8218946,4.229 17.3198946,4.589 L19.9228946,3.544 C20.4358946,3.355 20.9988946,3.564 21.2498946,4.021 L23.5438946,7.99 C23.8058946,8.469 23.6928946,9.044 23.2828946,9.368 L21.0748946,11.094 C21.1028946,11.36 21.1268946,11.671 21.1268946,12 C21.1268946,12.329 21.1038946,12.64 21.0748946,12.906 L23.2808946,14.631 C23.6928946,14.958 23.8048946,15.533 23.5498946,16.001 L21.2438946,19.99 C20.9938946,20.448 20.4238946,20.652 19.9268946,20.459 L17.3168946,19.411 C16.7958946,19.783 16.2808946,20.082 15.7568946,20.319 L15.3598946,23.089 C15.2958946,23.604 14.8398946,24 14.3008946,24 Z M6.75689462,18.343 C6.86489462,18.343 6.97289462,18.378 7.06189462,18.447 C7.63689462,18.889 8.25189462,19.246 8.89089462,19.508 C9.05489462,19.575 9.17089462,19.724 9.19689462,19.9 L9.63389462,22.947 L14.3008946,23 L14.8058946,19.899 C14.8308946,19.723 14.9478946,19.574 15.1118946,19.507 C15.7258946,19.256 16.3248946,18.907 16.9448946,18.443 C17.0848946,18.339 17.2688946,18.314 17.4308946,18.379 L20.2938946,19.529 L22.6758946,15.511 C22.6918946,15.483 22.6868946,15.438 22.6608946,15.417 L20.2368946,13.521 C20.0988946,13.413 20.0268946,13.239 20.0488946,13.065 C20.0868946,12.761 20.1258946,12.397 20.1258946,12 C20.1258946,11.604 20.0868946,11.239 20.0488946,10.935 C20.0268946,10.76 20.0988946,10.587 20.2368946,10.479 L22.6638946,8.582 C22.6878946,8.563 22.6918946,8.519 22.6708946,8.48 L20.3768946,4.511 L17.4318946,5.622 C17.2668946,5.689 17.0818946,5.663 16.9408946,5.555 C16.3648946,5.112 15.7498946,4.755 15.1118946,4.494 C14.9478946,4.427 14.8318946,4.278 14.8058946,4.102 L14.3698946,1.054 L9.70189462,1 L9.19589462,4.102 C9.17089462,4.277 9.05489462,4.426 8.89089462,4.494 C8.27689462,4.745 7.67689462,5.093 7.05789462,5.558 C6.91689462,5.663 6.73389462,5.688 6.57089462,5.622 L3.70789462,4.472 L1.32589462,8.49 L3.76489462,10.479 C3.90289462,10.587 3.97489462,10.76 3.95289462,10.935 C3.90089462,11.355 3.87589462,11.693 3.87589462,12 C3.87589462,12.307 3.89989462,12.646 3.95289462,13.065 C3.97489462,13.239 3.90289462,13.413 3.76489462,13.521 L1.33789462,15.418 C1.31389462,15.437 1.30989462,15.482 1.33089462,15.521 L3.62489462,19.49 L6.56989462,18.379 C6.63089462,18.354 6.69389462,18.343 6.75689462,18.343 Z M12.0008946,17 C9.24389462,17 7.00089462,14.757 7.00089462,12 C7.00089462,9.243 9.24389462,7 12.0008946,7 C14.7578946,7 17.0008946,9.243 17.0008946,12 C17.0008946,14.757 14.7578946,17 12.0008946,17 Z M12.0008946,8 C9.79489462,8 8.00089462,9.794 8.00089462,12 C8.00089462,14.206 9.79489462,16 12.0008946,16 C14.2068946,16 16.0008946,14.206 16.0008946,12 C16.0008946,9.794 14.2068946,8 12.0008946,8 Z"
5
- />
2
+ <path fill-rule="evenodd" d="M14.3 24H9.7c-.538 0-.994-.396-1.06-.921l-.395-2.76a9.015 9.015 0 01-1.563-.907l-2.603 1.045c-.516.187-1.078-.021-1.327-.477L.458 16.011a1.083 1.083 0 01.26-1.378l2.208-1.727a9.289 9.289 0 01-.05-.906c0-.275.017-.568.052-.906L.722 9.37a1.073 1.073 0 01-.26-1.384l2.297-3.975c.25-.458.818-.664 1.317-.469l2.61 1.048a9.205 9.205 0 011.56-.908L8.643.911A1.06 1.06 0 019.702 0h4.6c.539 0 .995.396 1.06.921l.396 2.761a8.88 8.88 0 011.562.907l2.603-1.045a1.082 1.082 0 011.327.477l2.294 3.969a1.08 1.08 0 01-.261 1.378l-2.208 1.726c.028.266.052.577.052.906 0 .329-.023.64-.052.906l2.206 1.725c.412.327.524.902.269 1.37l-2.306 3.989c-.25.458-.82.662-1.317.469l-2.61-1.048a9.205 9.205 0 01-1.56.908l-.397 2.77A1.06 1.06 0 0114.3 24zm-7.543-5.657c.108 0 .216.035.305.104a7.97 7.97 0 001.829 1.061c.164.067.28.216.306.392l.437 3.047L14.3 23l.505-3.101a.5.5 0 01.306-.392 8.284 8.284 0 001.833-1.064.502.502 0 01.486-.064l2.863 1.15 2.382-4.018c.016-.028.01-.073-.015-.094l-2.424-1.896a.501.501 0 01-.188-.456c.038-.304.077-.668.077-1.065 0-.396-.04-.761-.077-1.065a.5.5 0 01.188-.456l2.427-1.897c.024-.019.028-.063.007-.102l-2.294-3.969-2.945 1.111a.497.497 0 01-.491-.067 7.939 7.939 0 00-1.83-1.061.502.502 0 01-.305-.392l-.436-3.048L9.702 1l-.506 3.102a.502.502 0 01-.305.392 8.223 8.223 0 00-1.833 1.064.499.499 0 01-.487.064l-2.863-1.15L1.326 8.49l2.439 1.989a.5.5 0 01.188.456c-.052.42-.077.758-.077 1.065 0 .307.024.646.077 1.065a.501.501 0 01-.188.456l-2.427 1.897c-.024.019-.028.064-.007.103l2.294 3.969 2.945-1.111a.49.49 0 01.187-.036zM12 17c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5zm0-9c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4z"/>
6
3
  </svg>
@@ -1,7 +1,3 @@
1
1
  <svg viewBox="0 0 24 18">
2
- <path
3
- fillRule="evenodd"
4
- transform="translate(0 -3)"
5
- d="M20.755,16.341 L17.999,15.653 L17.796,14.836 C18.525,14.09 19.029,13.09 19.197,12.058 C19.627,11.904 19.952,11.519 20.011,11.044 L20.196,9.566 C20.24,9.217 20.131,8.864 19.9,8.599 C19.787,8.469 19.648,8.365 19.495,8.293 L19.556,7.043 L19.799,6.799 C20.249,6.321 20.622,5.506 19.854,4.335 C19.273,3.449 18.296,3 16.945,3 C16.406,3 15.145,3 13.984,3.824 C13.759,3.984 13.706,4.296 13.866,4.521 C14.025,4.746 14.339,4.798 14.562,4.639 C15.357,4.075 16.213,3.999 16.946,3.999 C17.938,3.999 18.634,4.296 19.018,4.882 C19.456,5.551 19.291,5.88 19.082,6.102 L18.713,6.472 C18.625,6.56 18.573,6.677 18.567,6.801 L18.477,8.651 C18.47,8.787 18.519,8.919 18.612,9.018 C18.705,9.117 18.834,9.174 18.97,9.175 C19.064,9.176 19.122,9.227 19.148,9.257 C19.175,9.287 19.217,9.351 19.205,9.443 L19.02,10.922 C19.006,11.041 18.903,11.131 18.747,11.131 C18.486,11.131 18.27,11.332 18.249,11.592 C18.168,12.61 17.667,13.624 16.907,14.305 C16.77,14.428 16.711,14.618 16.756,14.798 L17.103,16.187 C17.148,16.366 17.287,16.507 17.467,16.551 L20.514,17.312 C21.814,17.637 22.766,18.707 22.963,20 L19.5,19.998 L19.5,21 L23.499,20.997 C23.775,20.997 23.999,20.773 23.999,20.497 C24,18.528 22.666,16.819 20.755,16.341 Z M14.755,16.341 L11.999,15.653 L11.889,15.21 C13.776,14.873 14.754,14.303 14.799,14.277 C14.939,14.194 15.027,14.044 15.039,13.881 C15.051,13.718 14.979,13.556 14.851,13.453 C14.838,13.443 13.566,12.371 13.566,8.674 C13.566,5.399 12.776,3.739 11.218,3.739 L11.052,3.739 C10.523,3.238 10.084,3 9,3 C7.57,3 4.435,4.429 4.435,8.674 C4.435,12.371 3.163,13.443 3.157,13.448 C3.024,13.547 2.949,13.707 2.958,13.873 C2.966,14.039 3.056,14.19 3.199,14.276 C3.243,14.303 4.213,14.876 6.112,15.213 L6.002,15.653 L3.246,16.342 C1.334,16.819 0,18.529 0,20.5 C0,20.633 0.052,20.761 0.146,20.854 C0.24,20.947 0.367,21 0.5,21 L17.5,20.997 C17.776,20.997 18,20.773 18,20.497 C18,18.528 16.666,16.819 14.755,16.341 Z M1.039,19.998 C1.236,18.706 2.189,17.637 3.489,17.311 L6.536,16.55 C6.715,16.505 6.855,16.365 6.9,16.186 L7.215,14.925 C7.249,14.787 7.224,14.642 7.144,14.524 C7.065,14.407 6.939,14.329 6.798,14.309 C5.62,14.145 4.775,13.874 4.271,13.674 C4.768,12.954 5.436,11.466 5.436,8.674 C5.435,4.832 8.294,4 9,4 C9.863,4 10.034,4.133 10.494,4.593 C10.588,4.686 10.715,4.739 10.848,4.739 L11.218,4.739 C12.075,4.739 12.566,6.174 12.566,8.674 C12.566,11.464 13.233,12.952 13.73,13.673 C13.223,13.873 12.377,14.143 11.203,14.308 C11.062,14.327 10.937,14.406 10.858,14.523 C10.778,14.641 10.753,14.786 10.787,14.924 L11.102,16.187 C11.147,16.366 11.286,16.507 11.466,16.551 L14.513,17.312 C15.813,17.637 16.765,18.707 16.962,20 L1.039,19.998 Z"
6
- />
2
+ <path fill-rule="evenodd" d="M20.755 13.341l-2.756-.688-.203-.817a5.242 5.242 0 001.401-2.778c.43-.154.755-.539.814-1.014l.185-1.478a1.24 1.24 0 00-.701-1.273l.061-1.25.243-.244c.45-.478.823-1.293.055-2.464C19.273.449 18.296 0 16.945 0c-.539 0-1.8 0-2.961.824a.5.5 0 00.578.815c.795-.564 1.651-.64 2.384-.64.992 0 1.688.297 2.072.883.438.669.273.998.064 1.22l-.369.37a.499.499 0 00-.146.329l-.09 1.85a.498.498 0 00.493.524.236.236 0 01.178.082.23.23 0 01.057.186l-.185 1.479c-.014.119-.117.209-.273.209a.5.5 0 00-.498.461 4.17 4.17 0 01-1.342 2.713.5.5 0 00-.151.493l.347 1.389c.045.179.184.32.364.364l3.047.761A3.279 3.279 0 0122.963 17l-3.463-.002V18l3.999-.003a.5.5 0 00.5-.5 4.276 4.276 0 00-3.244-4.156zm-6 0l-2.756-.688-.11-.443c1.887-.337 2.865-.907 2.91-.933a.502.502 0 00.052-.824c-.013-.01-1.285-1.082-1.285-4.779 0-3.275-.79-4.935-2.348-4.935h-.166C10.523.238 10.084 0 9 0 7.57 0 4.435 1.429 4.435 5.674c0 3.697-1.272 4.769-1.278 4.774a.498.498 0 00.042.828c.044.027 1.014.6 2.913.937l-.11.44-2.756.689A4.277 4.277 0 000 17.5a.498.498 0 00.5.5l17-.003a.5.5 0 00.5-.5 4.278 4.278 0 00-3.245-4.156zM1.039 16.998a3.281 3.281 0 012.45-2.687l3.047-.761a.502.502 0 00.364-.364l.315-1.261a.5.5 0 00-.417-.616c-1.178-.164-2.023-.435-2.527-.635.497-.72 1.165-2.208 1.165-5C5.435 1.832 8.294 1 9 1c.863 0 1.034.133 1.494.593a.504.504 0 00.354.146h.37c.857 0 1.348 1.435 1.348 3.935 0 2.79.667 4.278 1.164 4.999-.507.2-1.353.47-2.527.635a.497.497 0 00-.416.616l.315 1.263c.045.179.184.32.364.364l3.047.761A3.279 3.279 0 0116.962 17l-15.923-.002z"/>
7
3
  </svg>
@@ -1,7 +1,3 @@
1
1
  <svg viewBox="0 0 24 20">
2
- <path
3
- fillRule="evenodd"
4
- transform="translate(0 -2)"
5
- d="M5.792,16.6245 L11.084,16.6245 L11.084,13.7075 L5.792,13.7075 L5.792,16.6245 Z M11.604,12.6665 C11.891,12.6665 12.125,12.8995 12.125,13.1865 L12.125,17.1455 C12.125,17.4325 11.891,17.6665 11.604,17.6665 L5.271,17.6665 C4.984,17.6665 4.75,17.4325 4.75,17.1455 L4.75,13.1865 C4.75,12.8995 4.984,12.6665 5.271,12.6665 L11.604,12.6665 Z M12.521,6.333 L17.121,6.333 L15.663,3.416 L12.521,3.416 L12.521,6.333 Z M22.92,7.375 L18.458,7.375 L18.458,9.525 C18.935,9.815 19.462,9.969 19.985,9.969 C21.473,9.969 22.736,8.84 22.92,7.375 Z M1.471,6.333 L5.714,6.333 L7.173,3.416 L3.768,3.416 L1.471,6.333 Z M17.417,9.721 L17.417,7.375 L12.521,7.375 L12.521,9.647 C13.074,10.482 13.996,10.979 14.994,10.979 C15.957,10.979 16.859,10.509 17.417,9.721 Z M18.285,6.333 L22.469,6.333 L20.229,3.416 L16.827,3.416 L18.285,6.333 Z M6.584,9.723 C7.143,10.511 8.045,10.98 9.005,10.98 C10.004,10.98 10.926,10.483 11.479,9.648 L11.479,7.375 L6.584,7.375 L6.584,9.723 Z M18.729,12.666 C19.017,12.666 19.25,12.9 19.25,13.187 L19.25,20.583 L19.792,20.583 L19.792,11 C19.209,10.971 18.646,10.812 18.113,10.526 C17.349,11.478 16.217,12.021 14.994,12.021 C13.851,12.021 12.769,11.533 12.002,10.676 C11.242,11.533 10.159,12.021 9.006,12.021 C7.783,12.021 6.65,11.478 5.885,10.526 C5.354,10.812 4.791,10.971 4.208,11 L4.208,20.583 L12.667,20.583 L12.667,13.187 C12.667,12.9 12.9,12.666 13.188,12.666 L18.729,12.666 Z M6.879,6.333 L11.479,6.333 L11.479,3.416 L8.337,3.416 L6.879,6.333 Z M5.542,7.375 L1.08,7.375 C1.264,8.839 2.528,9.968 4.015,9.968 C4.539,9.968 5.065,9.815 5.542,9.525 L5.542,7.375 Z M13.708,20.583 L18.208,20.583 L18.208,13.708 L13.708,13.708 L13.708,20.583 Z M23.996,6.818 L24,6.854 L24,7.009 C24,8.892 22.675,10.518 20.833,10.914 L20.833,21.104 C20.833,21.391 20.6,21.625 20.313,21.625 L3.688,21.625 C3.4,21.625 3.167,21.391 3.167,21.104 L3.167,10.914 C1.325,10.518 0,8.892 0,7.009 L0,6.854 C0,6.823 0.006,6.798 0.011,6.779 C-0.012,6.633 0.023,6.488 0.111,6.377 L3.106,2.574 C3.203,2.449 3.356,2.375 3.515,2.375 L20.485,2.375 C20.646,2.375 20.801,2.451 20.898,2.578 L23.893,6.476 C23.966,6.572 24.003,6.693 23.996,6.818 Z"
6
- />
2
+ <path fill-rule="evenodd" d="M5.792 14.625h5.292v-2.918H5.792v2.918zm5.812-3.959c.287 0 .521.233.521.52v3.96a.522.522 0 01-.521.52H5.271a.522.522 0 01-.521-.52v-3.96c0-.287.234-.52.521-.52h6.333zm.917-6.333h4.6l-1.458-2.917h-3.142v2.917zM22.92 5.375h-4.462v2.15c.477.29 1.004.444 1.527.444a2.975 2.975 0 002.935-2.594zM1.471 4.333h4.243l1.459-2.917H3.768L1.471 4.333zm15.946 3.388V5.375h-4.896v2.272a2.957 2.957 0 002.473 1.332 2.97 2.97 0 002.423-1.258zm.868-3.388h4.184l-2.24-2.917h-3.402l1.458 2.917zM6.584 7.723A2.971 2.971 0 009.005 8.98c.999 0 1.921-.497 2.474-1.332V5.375H6.584v2.348zm12.145 2.943c.288 0 .521.234.521.521v7.396h.542V9a3.937 3.937 0 01-1.679-.474 3.971 3.971 0 01-3.119 1.495 4.008 4.008 0 01-2.992-1.345 3.99 3.99 0 01-2.996 1.345 3.977 3.977 0 01-3.121-1.495A3.92 3.92 0 014.208 9v9.583h8.459v-7.396c0-.287.233-.521.521-.521h5.541zM6.879 4.333h4.6V1.416H8.337L6.879 4.333zM5.542 5.375H1.08a2.976 2.976 0 002.935 2.593c.524 0 1.05-.153 1.527-.443v-2.15zm8.166 13.208h4.5v-6.875h-4.5v6.875zM23.996 4.818l.004.036v.155a4.003 4.003 0 01-3.167 3.905v10.19a.521.521 0 01-.52.521H3.688a.521.521 0 01-.521-.521V8.914A4.003 4.003 0 010 5.009v-.155c0-.031.006-.056.011-.075a.514.514 0 01.1-.402L3.106.574a.52.52 0 01.409-.199h16.97c.161 0 .316.076.413.203l2.995 3.898c.073.096.11.217.103.342z"/>
7
3
  </svg>
@@ -1,6 +1,3 @@
1
1
  <svg viewBox="0 0 24 24">
2
- <path
3
- fillRule="evenodd"
4
- d="M11.3441248,11.8965 L13.5121248,11.8965 L13.5121248,9.7285 L11.3441248,9.7285 L11.3441248,11.8965 Z M19.8481248,13.1875 L19.8481248,17.1485 C19.8481248,17.3095 19.7171248,17.4405 19.5561248,17.4405 L6.35412481,17.4405 C6.27712481,17.4405 6.20312481,17.4095 6.14812481,17.3545 L4.16712481,15.3735 C4.11212481,15.3185 4.08212481,15.2455 4.08212481,15.1685 C4.08212481,15.0905 4.11212481,15.0175 4.16812481,14.9625 L6.14912481,12.9805 C6.20312481,12.9265 6.27712481,12.8965 6.35412481,12.8965 L6.35412481,12.8965 L19.5561248,12.8965 C19.7171248,12.8965 19.8481248,13.0265 19.8481248,13.1875 L19.8481248,13.1875 Z M13.5121248,22.6925 C13.5121248,22.8505 13.3791248,22.9845 13.2201248,22.9845 L11.6361248,22.9845 C11.4781248,22.9845 11.3441248,22.8505 11.3441248,22.6925 L11.3441248,18.4405 L13.5121248,18.4405 L13.5121248,22.6925 Z M1.84012481,8.4365 L1.84012481,3.6835 C1.84012481,3.5225 1.97112481,3.3915 2.13212481,3.3915 L19.4921248,3.3915 C19.5691248,3.3915 19.6441248,3.4225 19.6991248,3.4775 L22.0751248,5.8535 C22.1881248,5.9675 22.1881248,6.1525 22.0751248,6.2665 L19.6981248,8.6425 C19.6431248,8.6975 19.5701248,8.7285 19.4921248,8.7285 L2.13212481,8.7285 C1.97112481,8.7285 1.84012481,8.5975 1.84012481,8.4365 L1.84012481,8.4365 Z M11.3441248,1.3075 C11.3441248,1.1495 11.4781248,1.0155 11.6361248,1.0155 L13.2201248,1.0155 C13.3791248,1.0155 13.5121248,1.1495 13.5121248,1.3075 L13.5121248,2.3915 L11.3441248,2.3915 L11.3441248,1.3075 Z M19.4921248,9.7285 C19.8381248,9.7285 20.1631248,9.5935 20.4061248,9.3495 L22.7831248,6.9725 C23.2861248,6.4685 23.2851248,5.6505 22.7821248,5.1465 L20.4071248,2.7715 C20.1671248,2.5295 19.8331248,2.3915 19.4921248,2.3915 L14.5121248,2.3915 L14.5121248,1.3075 C14.5121248,0.5955 13.9331248,0.0155 13.2201248,0.0155 L11.6361248,0.0155 C10.9241248,0.0155 10.3441248,0.5955 10.3441248,1.3075 L10.3441248,2.3915 L2.13212481,2.3915 C1.42012481,2.3915 0.840124814,2.9715 0.840124814,3.6835 L0.840124814,8.4365 C0.840124814,9.1485 1.42012481,9.7285 2.13212481,9.7285 L10.3441248,9.7285 L10.3441248,11.8965 L6.35512481,11.8965 L6.35212481,11.8965 C6.01212481,11.8965 5.68012481,12.0345 5.44112481,12.2745 L3.46212481,14.2545 C3.21712481,14.4985 3.08212481,14.8225 3.08212481,15.1675 C3.08212481,15.5125 3.21712481,15.8375 3.46112481,16.0815 L5.44112481,18.0605 C5.68112481,18.3015 6.01412481,18.4405 6.35412481,18.4405 L10.3441248,18.4405 L10.3441248,22.6925 C10.3441248,23.4055 10.9241248,23.9845 11.6361248,23.9845 L13.2201248,23.9845 C13.9331248,23.9845 14.5121248,23.4055 14.5121248,22.6925 L14.5121248,18.4405 L19.5561248,18.4405 C20.2691248,18.4405 20.8481248,17.8615 20.8481248,17.1485 L20.8481248,13.1875 C20.8481248,12.4755 20.2691248,11.8965 19.5561248,11.8965 L14.5121248,11.8965 L14.5121248,9.7285 L19.4921248,9.7285 Z"
5
- />
2
+ <path fill-rule="evenodd" d="M11.344 11.896h2.168V9.729h-2.168v2.168zm8.504 1.291v3.961a.292.292 0 01-.292.293H6.354a.292.292 0 01-.206-.086l-1.98-1.982a.288.288 0 010-.41L6.15 12.98a.29.29 0 01.205-.085h13.202c.161 0 .292.13.292.291zm-6.336 9.505a.296.296 0 01-.292.293h-1.584a.296.296 0 01-.292-.293V18.44h2.168v4.252zM1.84 8.437V3.684c0-.162.131-.292.292-.292h17.36c.077 0 .152.03.207.086l2.376 2.376a.294.294 0 010 .412l-2.377 2.377a.29.29 0 01-.206.085H2.132a.292.292 0 01-.292-.291zm9.504-7.13c0-.157.134-.291.292-.291h1.584c.16 0 .292.133.292.292v1.084h-2.168V1.308zm8.148 8.421c.346 0 .671-.134.914-.378l2.377-2.377a1.293 1.293 0 000-1.827l-2.376-2.374a1.297 1.297 0 00-.915-.38h-4.98V1.308c0-.713-.579-1.292-1.292-1.292h-1.584c-.712 0-1.292.58-1.292 1.292v1.084H2.132c-.712 0-1.292.58-1.292 1.292v4.752c0 .713.58 1.293 1.292 1.293h8.212v2.168H6.352c-.34 0-.672.137-.91.377l-1.98 1.98a1.285 1.285 0 00-.001 1.827l1.98 1.98c.24.24.573.38.913.38h3.99v4.252c0 .712.58 1.291 1.292 1.291h1.584c.713 0 1.292-.579 1.292-1.292V18.44h5.044c.713 0 1.292-.579 1.292-1.292v-3.96c0-.713-.579-1.292-1.292-1.292h-5.044V9.729h4.98z"/>
6
3
  </svg>
@@ -1,6 +1,3 @@
1
1
  <svg viewBox="0 0 24 24">
2
- <path
3
- fillRule="evenodd"
4
- d="M4,18.7826087 L1,18.7826087 C0.224,18.7826087 0,19.0163478 0,19.826087 L0,24 C0,23.7662609 0.224,24 1,24 L4,24 C3.776,24 4,23.7662609 4,24 L4,19.826087 C4,19.0163478 3.776,18.7826087 4,18.7826087 Z M3,22.9565217 L1,22.9565217 L1,19.826087 L3,19.826087 L3,22.9565217 Z M24,0 L21,0 C20.224,0 20,0.23373913 20,1.04347826 L20,24 C20,23.7662609 20.224,24 21,24 L24,24 C23.776,24 24,23.7662609 24,24 L24,1.04347826 C24,0.23373913 23.776,0 24,0 Z M23,22.9565217 L21,22.9565217 L21,1.04347826 L23,1.04347826 L23,22.9565217 Z M9,14.6086957 L6,14.6086957 C5.224,14.6086957 5,14.8424348 5,14.6086957 L5,22.9565217 C5,23.7662609 5.224,24 6,24 L9,24 C8.776,24 9,23.7662609 9,22.9565217 L9,14.6086957 C9,14.8424348 8.776,14.6086957 9,14.6086957 Z M8,22.9565217 L6,22.9565217 L6,15.6521739 L8,15.6521739 L8,22.9565217 Z M19,4.17391304 L16,4.17391304 C15.224,4.17391304 15,4.40765217 15,5.2173913 L15,24 C15,23.7662609 15.224,24 16,24 L19,24 C18.776,24 19,23.7662609 19,24 L19,5.2173913 C19,4.40765217 18.776,4.17391304 19,4.17391304 Z M18,22.9565217 L16,22.9565217 L16,5.2173913 L18,5.2173913 L18,22.9565217 Z M14,9.39130435 L11,9.39130435 C10.224,9.39130435 10,9.62504348 10,10.4347826 L10,24 C10,23.7662609 10.224,24 11,24 L14,24 C13.776,24 14,23.7662609 14,24 L14,10.4347826 C14,9.62504348 13.776,9.39130435 14,9.39130435 Z M13,22.9565217 L11,22.9565217 L11,10.4347826 L13,10.4347826 L13,22.9565217 Z"
5
- />
2
+ <path fill-rule="evenodd" d="M4 18.783H1c-.776 0-1 .233-1 1.043V24c0-.234.224 0 1 0h3c-.224 0 0-.234 0 0v-4.174c0-.81-.224-1.043 0-1.043zm-1 4.174H1v-3.13h2v3.13zM24 0h-3c-.776 0-1 .234-1 1.043V24c0-.234.224 0 1 0h3c-.224 0 0-.234 0 0V1.043C24 .233 23.776 0 24 0zm-1 22.957h-2V1.043h2v21.914zM9 14.609H6c-.776 0-1 .233-1 0v8.348C5 23.767 5.224 24 6 24h3c-.224 0 0-.234 0-1.043v-8.348c0 .233-.224 0 0 0zm-1 8.348H6v-7.305h2v7.305zM19 4.174h-3c-.776 0-1 .234-1 1.043V24c0-.234.224 0 1 0h3c-.224 0 0-.234 0 0V5.217c0-.81-.224-1.043 0-1.043zm-1 18.783h-2V5.217h2v17.74zM14 9.39h-3c-.776 0-1 .234-1 1.044V24c0-.234.224 0 1 0h3c-.224 0 0-.234 0 0V10.435c0-.81-.224-1.044 0-1.044zm-1 13.566h-2V10.435h2v12.522z"/>
6
3
  </svg>
@@ -1,7 +1,3 @@
1
1
  <svg viewBox="0 0 18 24">
2
- <path
3
- fillRule="evenodd"
4
- transform="translate(-3)"
5
- d="M13.5,15 L10.5,15 L10.5,17.5 C10.5,17.776 10.276,18 10,18 C9.724,18 9.5,17.776 9.5,17.5 L9.5,15 L7.5,15 L7.5,19.5 C7.5,19.776 7.724,20 8,20 L11.5,20 L11.5,17.5 C11.5,17.224 11.724,17 12,17 C12.276,17 12.5,17.224 12.5,17.5 L12.5,20 L16,20 C16.276,20 16.5,19.776 16.5,19.5 L16.5,15 L14.5,15 L14.5,17.5 C14.5,17.776 14.276,18 14,18 C13.724,18 13.5,17.776 13.5,17.5 L13.5,15 Z M14.5,9 L14.5,11.5 C14.5,11.776 14.276,12 14,12 C13.724,12 13.5,11.776 13.5,11.5 L13.5,9 L10.5,9 L10.5,11.5 C10.5,11.776 10.276,12 10,12 C9.724,12 9.5,11.776 9.5,11.5 L9.5,9 L8,9 C7.724,9 7.5,9.224 7.5,9.5 L7.5,14 L11.5,14 L11.5,11.5 C11.5,11.224 11.724,11 12,11 C12.276,11 12.5,11.224 12.5,11.5 L12.5,14 L16.5,14 L16.5,9.5 C16.5,9.224 16.276,9 16,9 L14.5,9 Z M18,24 L6,24 C4.622,24 3.5,22.878 3.5,21.5 L3.5,5.5 C3.5,5.367 3.553,5.24 3.646,5.146 L8.646,0.146 C8.74,0.053 8.867,0 9,0 L18,0 C19.378,0 20.5,1.122 20.5,2.5 L20.5,21.5 C20.5,22.878 19.378,24 18,24 Z M4.5,5.707 L4.5,21.5 C4.5,22.327 5.173,23 6,23 L18,23 C18.827,23 19.5,22.327 19.5,21.5 L19.5,2.5 C19.5,1.673 18.827,1 18,1 L9.207,1 L4.5,5.707 Z M16,21 L8,21 C7.173,21 6.5,20.327 6.5,19.5 L6.5,9.5 C6.5,8.673 7.173,8 8,8 L16,8 C16.827,8 17.5,8.673 17.5,9.5 L17.5,19.5 C17.5,20.327 16.827,21 16,21 Z"
6
- />
2
+ <path fill-rule="evenodd" d="M10.5 15h-3v2.5a.5.5 0 01-1 0V15h-2v4.5a.5.5 0 00.5.5h3.5v-2.5a.5.5 0 011 0V20H13a.5.5 0 00.5-.5V15h-2v2.5a.5.5 0 01-1 0V15zm1-6v2.5a.5.5 0 01-1 0V9h-3v2.5a.5.5 0 01-1 0V9H5a.5.5 0 00-.5.5V14h4v-2.5a.5.5 0 011 0V14h4V9.5A.5.5 0 0013 9h-1.5zM15 24H3a2.503 2.503 0 01-2.5-2.5v-16c0-.133.053-.26.146-.354l5-5A.504.504 0 016 0h9c1.378 0 2.5 1.122 2.5 2.5v19c0 1.378-1.122 2.5-2.5 2.5zM1.5 5.707V21.5c0 .827.673 1.5 1.5 1.5h12c.827 0 1.5-.673 1.5-1.5v-19c0-.827-.673-1.5-1.5-1.5H6.207L1.5 5.707zM13 21H5c-.827 0-1.5-.673-1.5-1.5v-10C3.5 8.673 4.173 8 5 8h8c.827 0 1.5.673 1.5 1.5v10c0 .827-.673 1.5-1.5 1.5z"/>
7
3
  </svg>
@@ -1,6 +1,3 @@
1
1
  <svg viewBox="0 0 24 24">
2
- <path
3
- fillRule="evenodd"
4
- d="M9 2.75v-1.334c-2.235.634-4.182 1.959-5.596 3.728l1.967.328 3.629-2.722zm1-.04l3.11 1.777 4.39-.439v-1.548l.001-.023c-1.619-.939-3.498-1.477-5.501-1.477-.683 0-1.351.063-2 .182v1.528zm-4.851 3.738l-2.396-.399c-1.108 1.717-1.752 3.76-1.752 5.951 0 .502.034.996.099 1.481l3.1-.443 2.239-3.582-1.289-3.008zm-3.118-1.121c.03-.081.079-.152.142-.206 2.173-3.094 5.768-5.121 9.828-5.121 6.617 0 12 5.383 12 12s-5.383 12-12 12-12-5.383-12-12c0-2.468.749-4.764 2.031-6.673zm5.267 4.64l-2.218 3.548 2.199 3.958 4.85-.441 1.314-3.941-2.669-3.559-3.476.434zm6.026-4.496l-1.738 3.477 2.646 3.528 4.41-.441 1.304-3.477-2.205-3.528-4.416.442zm6.185 7.097l.443 4.432h1.845c.769-1.501 1.204-3.201 1.204-5 0-.877-.103-1.731-.298-2.55l-1.883-.377-1.31 3.494zm.136 5.432l-3.69 2.307-.348 2.086c2.319-.807 4.287-2.37 5.609-4.393h-1.571zm-4.686 2.2l-2.62-2.183-5.017.456-1.359 2.719c1.734 1.143 3.81 1.809 6.037 1.809.875 0 1.726-.103 2.542-.296l.417-2.504zm7.424-11.833c-.742-2.113-2.111-3.933-3.883-5.236v1.225l2.31 3.696 1.573.315zm-17.24 12.229l1.292-2.584-2.205-3.969-2.952.422c.565 2.459 1.956 4.605 3.865 6.13zm.971-14.432l1.197 2.793 3.361-.42 1.669-3.338-2.804-1.602-3.423 2.567zm6.968 11.17l2.46 2.05 3.43-2.144-.419-4.193-4.18.418-1.291 3.869z"
5
- />
2
+ <path fill-rule="evenodd" d="M9 2.75V1.416a11.029 11.029 0 00-5.596 3.728l1.967.328L9 2.75zm1-.04l3.11 1.777 4.39-.439V2.5l.001-.023A10.93 10.93 0 0012 1c-.683 0-1.351.063-2 .182V2.71zM5.149 6.448l-2.396-.399A10.94 10.94 0 001.001 12c0 .502.034.996.099 1.481l3.1-.443 2.239-3.582L5.15 6.448zM2.031 5.327a.499.499 0 01.142-.206C4.346 2.027 7.941 0 12.001 0c6.617 0 12 5.383 12 12s-5.383 12-12 12-12-5.383-12-12c0-2.468.749-4.764 2.031-6.673zm5.267 4.64L5.08 13.515l2.199 3.958 4.85-.441 1.314-3.941-2.669-3.559-3.476.434zm6.026-4.496l-1.738 3.477 2.646 3.528 4.41-.441 1.304-3.477-2.205-3.528-4.416.442zm6.185 7.097L19.952 17h1.845a10.937 10.937 0 001.204-5 11 11 0 00-.298-2.55l-1.883-.377-1.31 3.494zM19.645 18l-3.69 2.307-.348 2.086A11.057 11.057 0 0021.216 18h-1.571zm-4.686 2.2l-2.62-2.183-5.017.456-1.359 2.719A10.937 10.937 0 0012 23.001c.875 0 1.726-.103 2.542-.296l.417-2.504zm7.424-11.833A11.06 11.06 0 0018.5 3.131v1.225l2.31 3.696 1.573.315zM5.143 20.596l1.292-2.584-2.205-3.969-2.952.422a11.012 11.012 0 003.865 6.13zm.971-14.432l1.197 2.793 3.361-.42 1.669-3.338-2.804-1.602-3.423 2.567zm6.968 11.17l2.46 2.05 3.43-2.144-.419-4.193-4.18.418-1.291 3.869z"/>
6
3
  </svg>
@@ -1,7 +1,3 @@
1
1
  <svg viewBox="0 0 24 22">
2
- <path
3
- fillRule="evenodd"
4
- transform="translate(0 -1)"
5
- d="M7.673,15.7405 C7.804,15.7405 7.92,15.7495 8.049,15.7505 L8.481,18.7705 C8.495,18.8665 8.53,18.9545 8.585,19.0315 L10.425,21.6325 L7.393,21.6325 C7.201,21.6325 7.036,21.4895 7.008,21.2995 L6.214,15.7405 L7.673,15.7405 Z M4.133,7.0885 L7.079,7.0885 L7.079,14.5535 L5.529,14.5535 L4.133,14.5535 C2.509,14.5535 1.188,13.2315 1.188,11.6075 L1.188,10.0335 C1.188,8.4095 2.509,7.0885 4.133,7.0885 L4.133,7.0885 Z M8.679,14.5745 C8.641,14.5665 8.604,14.5535 8.563,14.5535 L8.267,14.5535 L8.267,7.0755 C18.025,6.9405 21.562,3.5915 22.487,2.4295 C22.684,2.5275 22.811,2.7295 22.811,2.9545 L22.811,18.6855 C22.811,18.9105 22.684,19.1135 22.487,19.2105 C21.575,18.0655 18.123,14.7975 8.679,14.5745 L8.679,14.5745 Z M22.226,1.1795 C22.019,1.1795 21.823,1.2915 21.715,1.4705 C21.687,1.5145 18.871,5.9005 7.673,5.9005 L4.133,5.9005 C1.854,5.9005 1.13686838e-13,7.7545 1.13686838e-13,10.0335 L1.13686838e-13,11.6075 C1.13686838e-13,13.8865 1.854,15.7405 4.133,15.7405 L5.014,15.7405 L5.832,21.4665 C5.943,22.2385 6.614,22.8205 7.393,22.8205 L10.642,22.8205 C10.868,22.8205 11.086,22.7515 11.273,22.6185 C11.758,22.2695 11.872,21.5915 11.525,21.1035 L9.636,18.4595 L9.254,15.7795 C19.091,16.1725 21.689,20.1265 21.714,20.1665 C21.819,20.3465 22.016,20.4605 22.226,20.4605 C23.204,20.4605 24,19.6645 24,18.6855 L24,2.9545 C24,1.9755 23.204,1.1795 22.226,1.1795 L22.226,1.1795 Z"
6
- />
2
+ <path fill-rule="evenodd" d="M7.673 14.74c.131 0 .247.01.376.01l.432 3.02a.592.592 0 00.104.262l1.84 2.6H7.393a.391.391 0 01-.385-.333l-.794-5.558h1.459zm-3.54-8.652h2.946v7.465H4.133a2.949 2.949 0 01-2.945-2.946V9.034a2.948 2.948 0 012.945-2.946zm4.546 7.487c-.038-.008-.075-.021-.116-.021h-.296V6.074c9.758-.135 13.295-3.484 14.22-4.646.197.098.324.3.324.525v15.732a.584.584 0 01-.324.524c-.912-1.145-4.364-4.413-13.808-4.636zM22.226.18a.602.602 0 00-.511.29C21.687.514 18.871 4.9 7.673 4.9h-3.54A4.138 4.138 0 000 9.034v1.575a4.138 4.138 0 004.133 4.133h.881l.818 5.726a1.586 1.586 0 001.561 1.354h3.249c.226 0 .444-.07.631-.203a1.09 1.09 0 00.252-1.514l-1.889-2.645-.382-2.68c9.837.393 12.435 4.348 12.46 4.387.105.18.302.294.512.294.978 0 1.774-.796 1.774-1.774V1.954C24 .976 23.204.18 22.226.18z"/>
7
3
  </svg>
@@ -1,7 +1,3 @@
1
1
  <svg viewBox="0 0 18 24">
2
- <path
3
- fillRule="evenodd"
4
- transform="translate(-3)"
5
- d="M19.862,21.931 L19.862,2.069 C19.862,1.458 19.364,0.96 18.753,0.96 L5.246,0.96 C4.635,0.96 4.138,1.458 4.138,2.069 L4.138,21.931 C4.138,22.542 4.635,23.04 5.246,23.04 L18.753,23.04 C19.364,23.04 19.862,22.542 19.862,21.931 Z M18.753,-3.01980663e-14 C19.893,-3.01980663e-14 20.822,0.929 20.822,2.069 L20.822,21.931 C20.822,23.073 19.893,24 18.753,24 L5.246,24 C4.106,24 3.178,23.073 3.178,21.931 L3.178,2.069 C3.178,0.929 4.106,-3.01980663e-14 5.246,-3.01980663e-14 L18.753,-3.01980663e-14 Z M15.3122,19.2845 C17.1382,17.4585 17.1382,14.4865 15.3122,12.6605 C14.3992,11.7475 13.1992,11.2905 11.9992,11.2905 C10.8002,11.2905 9.6012,11.7475 8.6872,12.6605 C6.8612,14.4865 6.8612,17.4585 8.6872,19.2845 C10.5142,21.1105 13.4872,21.1115 15.3122,19.2845 Z M11.9992,10.3285 C13.5072,10.3285 14.9242,10.9155 15.9912,11.9815 C17.0562,13.0475 17.6432,14.4655 17.6432,15.9725 C17.6432,17.4795 17.0562,18.8975 15.9912,19.9635 C14.9242,21.0295 13.5072,21.6165 11.9992,21.6165 C10.4922,21.6165 9.0752,21.0295 8.0092,19.9635 C6.9432,18.8975 6.3562,17.4795 6.3562,15.9725 C6.3562,14.4655 6.9432,13.0475 8.0092,11.9815 C9.0752,10.9155 10.4922,10.3285 11.9992,10.3285 Z M12.5031,16.4759 C12.7801,16.1989 12.7801,15.7469 12.5031,15.4689 C12.3641,15.3299 12.1821,15.2609 12.0001,15.2609 C11.8171,15.2609 11.6351,15.3299 11.4961,15.4689 C11.2191,15.7469 11.2191,16.1989 11.4961,16.4759 C11.7741,16.7529 12.2261,16.7529 12.5031,16.4759 Z M10.8171,14.7899 C11.4691,14.1389 12.5311,14.1389 13.1821,14.7899 C13.8341,15.4429 13.8341,16.5029 13.1821,17.1549 C12.8561,17.4799 12.4271,17.6429 12.0001,17.6429 C11.5721,17.6429 11.1441,17.4799 10.8171,17.1549 C10.1661,16.5029 10.1661,15.4429 10.8171,14.7899 Z M10.654,3.9012 C9.912,4.6432 9.912,5.8512 10.654,6.5932 C11.396,7.3352 12.603,7.3352 13.346,6.5932 C14.089,5.8512 14.089,4.6432 13.346,3.9012 C12.986,3.5422 12.508,3.3432 12,3.3432 C11.491,3.3432 11.013,3.5422 10.654,3.9012 Z M12,8.1092 C11.267,8.1092 10.533,7.8302 9.975,7.2722 C8.859,6.1552 8.859,4.3392 9.975,3.2222 C11.056,2.1402 12.943,2.1402 14.025,3.2222 C15.141,4.3392 15.141,6.1552 14.025,7.2722 C13.466,7.8302 12.733,8.1092 12,8.1092 Z"
6
- />
2
+ <path fill-rule="evenodd" d="M16.862 21.931V2.069A1.11 1.11 0 0015.753.96H2.246a1.11 1.11 0 00-1.108 1.109v19.862a1.11 1.11 0 001.108 1.109h13.507a1.11 1.11 0 001.109-1.109zM15.753 0c1.14 0 2.069.929 2.069 2.069v19.862A2.071 2.071 0 0115.753 24H2.246a2.07 2.07 0 01-2.068-2.069V2.069C.178.929 1.106 0 2.246 0h13.507zm-3.44 19.285a4.69 4.69 0 000-6.624 4.671 4.671 0 00-3.314-1.37 4.672 4.672 0 00-3.312 1.37 4.69 4.69 0 000 6.624 4.69 4.69 0 006.625 0zm-3.314-8.957a5.61 5.61 0 013.992 1.654 5.611 5.611 0 011.652 3.99 5.611 5.611 0 01-1.652 3.992A5.61 5.61 0 019 21.616a5.606 5.606 0 01-3.99-1.652 5.608 5.608 0 01-1.653-3.991c0-1.508.587-2.926 1.653-3.992A5.606 5.606 0 019 10.33zm.504 6.148a.714.714 0 000-1.007.71.71 0 00-1.007 0 .714.714 0 000 1.007.714.714 0 001.007 0zM7.817 14.79a1.676 1.676 0 012.365 0A1.671 1.671 0 019 17.643c-.428 0-.856-.163-1.183-.488a1.676 1.676 0 010-2.365zM7.654 3.9a1.906 1.906 0 000 2.692 1.904 1.904 0 100-2.692zM9 8.11a2.856 2.856 0 01-2.025-.837 2.868 2.868 0 010-4.05c1.081-1.082 2.968-1.082 4.05 0a2.868 2.868 0 010 4.05A2.857 2.857 0 019 8.11z"/>
7
3
  </svg>
@@ -1,6 +1,3 @@
1
1
  <svg viewBox="0 0 24 24">
2
- <path
3
- d="M4.257 19.744c4.27 4.27 11.217 4.27 15.488 0a10.89 10.89 0 0 0 2.043-2.848h-5.525a2.164 2.164 0 0 1-2.026-1.406A2.344 2.344 0 0 0 12 13.896c-.533 0-1.034.176-1.437.482a2.349 2.349 0 0 0-.807 1.132 2.16 2.16 0 0 1-2.018 1.386H2.213a10.89 10.89 0 0 0 2.044 2.848zm.045-10.375a.554.554 0 0 1 .777-.095l5.123 4.01A3.49 3.49 0 0 1 12 12.788c1.499 0 2.82.946 3.282 2.333.147.393.55.667.98.667h6.001c.384-1.045.602-2.135.657-3.234H20.29a.554.554 0 0 1 0-1.108h2.631a10.89 10.89 0 0 0-2.803-6.778L18.234 6.55a.556.556 0 0 1-.784 0 .554.554 0 0 1 0-.783l1.883-1.883a10.891 10.891 0 0 0-6.779-2.804v2.631a.555.555 0 0 1-1.107 0v-2.63a10.885 10.885 0 0 0-6.778 2.804L6.47 5.687a.554.554 0 1 1-.783.784L3.885 4.668a10.89 10.89 0 0 0-2.804 6.778h2.63a.553.553 0 1 1 0 1.108h-2.63c.055 1.1.273 2.19.657 3.234h6c.43 0 .833-.274.973-.648a3.4 3.4 0 0 1 .63-1.122l-4.944-3.871a.552.552 0 0 1-.095-.778zM.077 12.266A.542.542 0 0 1 0 12c0-.098.033-.186.077-.267a11.889 11.889 0 0 1 3.48-8.174v-.002l.002-.002A11.89 11.89 0 0 1 11.734.078.536.536 0 0 1 12 0c.1 0 .186.032.266.078a11.887 11.887 0 0 1 8.178 3.479 11.887 11.887 0 0 1 3.479 8.177c.046.08.077.168.077.266a.529.529 0 0 1-.077.265 11.937 11.937 0 0 1-.797 4.049c0 .01.006.019.006.027a.548.548 0 0 1-.187.41 11.87 11.87 0 0 1-2.5 3.693A11.9 11.9 0 0 1 12 23.935a11.9 11.9 0 0 1-8.443-3.491 11.862 11.862 0 0 1-2.5-3.692.545.545 0 0 1-.189-.41c0-.01.006-.02.006-.03-.502-1.3-.765-2.67-.797-4.046z"
4
- fillRule="evenodd"
5
- />
2
+ <path d="M4.257 19.744c4.27 4.27 11.217 4.27 15.488 0a10.89 10.89 0 002.043-2.848h-5.525a2.164 2.164 0 01-2.026-1.406A2.344 2.344 0 0012 13.896c-.533 0-1.034.176-1.437.482a2.349 2.349 0 00-.807 1.132 2.16 2.16 0 01-2.018 1.386H2.213a10.89 10.89 0 002.044 2.848zm.045-10.375a.554.554 0 01.777-.095l5.123 4.01A3.49 3.49 0 0112 12.788c1.499 0 2.82.946 3.282 2.333.147.393.55.667.98.667h6.001c.384-1.045.602-2.135.657-3.234h-2.63a.554.554 0 010-1.108h2.631a10.89 10.89 0 00-2.803-6.778L18.234 6.55a.556.556 0 01-.784 0 .554.554 0 010-.783l1.883-1.883a10.891 10.891 0 00-6.779-2.804v2.631a.555.555 0 01-1.107 0v-2.63a10.885 10.885 0 00-6.778 2.804L6.47 5.687a.554.554 0 11-.783.784L3.885 4.668a10.89 10.89 0 00-2.804 6.778h2.63a.553.553 0 110 1.108h-2.63c.055 1.1.273 2.19.657 3.234h6c.43 0 .833-.274.973-.648a3.4 3.4 0 01.63-1.122l-4.944-3.871a.552.552 0 01-.095-.778zM.077 12.266A.542.542 0 010 12c0-.098.033-.186.077-.267a11.889 11.889 0 013.48-8.174v-.002l.002-.002A11.89 11.89 0 0111.734.078.536.536 0 0112 0c.1 0 .186.032.266.078a11.887 11.887 0 018.178 3.479 11.887 11.887 0 013.479 8.177c.046.08.077.168.077.266a.529.529 0 01-.077.265 11.937 11.937 0 01-.797 4.049c0 .01.006.019.006.027a.548.548 0 01-.187.41 11.87 11.87 0 01-2.5 3.693A11.9 11.9 0 0112 23.935a11.9 11.9 0 01-8.443-3.491 11.862 11.862 0 01-2.5-3.692.545.545 0 01-.189-.41c0-.01.006-.02.006-.03-.502-1.3-.765-2.67-.797-4.046z" fill-rule="evenodd"/>
6
3
  </svg>
@@ -1,6 +1,3 @@
1
1
  <svg viewBox="0 0 24 24">
2
- <path
3
- fillRule="evenodd"
4
- d="M19.7435402,19.7440299 C15.4740144,24.0135557 8.52638557,24.0135557 4.2558701,19.7440299 C3.40077732,18.8889371 2.72481856,17.922999 2.21215876,16.8957 L7.73760206,16.8957 C8.63426186,16.8957 9.44580825,16.3394938 9.76349897,15.4903392 C10.0802,14.5362773 10.9798289,13.8959474 12.0002,13.8959474 C12.5336433,13.8959474 13.0344268,14.0721124 13.4372309,14.3779268 C13.4590041,14.3997 13.4837464,14.4185041 13.5094784,14.4363186 C13.8410247,14.7094732 14.099334,15.0766485 14.2438289,15.510133 C14.5555814,16.3394938 15.3661381,16.8957 16.2627979,16.8957 L21.7872515,16.8957 C21.2745918,17.922999 20.598633,18.8889371 19.7435402,19.7440299 M19.6980144,9.36910206 C19.5099732,9.12761753 19.1625918,9.08704021 18.9211072,9.27409175 L13.798468,13.2843186 C13.2689835,12.9666278 12.6504268,12.7884835 12.0002,12.7884835 C10.5018082,12.7884835 9.18057113,13.7336381 8.71838557,15.1211845 C8.57092165,15.5140918 8.16811753,15.7882361 7.73760206,15.7882361 L1.73710722,15.7882361 C1.35310722,14.7431227 1.13537526,13.6534732 1.07995258,12.5539268 L3.71154021,12.5539268 C4.01735464,12.5539268 4.26477732,12.3055144 4.26477732,11.9997 C4.26477732,11.6938856 4.01735464,11.4464629 3.71154021,11.4464629 L1.07995258,11.4464629 C1.20267423,9.00291649 2.13694227,6.59994742 3.88374639,4.66807113 L5.76613814,6.55046289 C5.87500412,6.65833918 6.0165299,6.71277216 6.15805567,6.71277216 C6.30057113,6.71277216 6.44209691,6.65833918 6.5499732,6.55046289 C6.76671546,6.33372062 6.76671546,5.9833701 6.5499732,5.76662784 L4.66758144,3.88423608 C6.60044742,2.13743196 9.0024268,1.20316392 11.4459732,1.08044227 L11.4459732,3.71104021 C11.4459732,4.01685464 11.6943856,4.26526701 12.0002,4.26526701 C12.3060144,4.26526701 12.5534371,4.01685464 12.5534371,3.71104021 L12.5534371,1.08044227 C14.9969835,1.20316392 17.3999526,2.13743196 19.3318289,3.88522577 L17.5296021,5.68745258 C17.3128598,5.90419485 17.3128598,6.25553505 17.5296021,6.47128763 C17.6374784,6.58015361 17.7790041,6.63359691 17.9205299,6.63359691 C18.0630454,6.63359691 18.2035814,6.58015361 18.3124474,6.47128763 L20.1156639,4.66807113 C21.862468,6.59994742 22.7967361,9.00291649 22.9194577,11.4464629 L20.2888598,11.4464629 C19.9820557,11.4464629 19.734633,11.6938856 19.734633,11.9997 C19.734633,12.3055144 19.9820557,12.5539268 20.2888598,12.5539268 L22.9194577,12.5539268 C22.8640351,13.6534732 22.6463031,14.7431227 22.2623031,15.7882361 L16.2627979,15.7882361 C15.8322825,15.7882361 15.4294784,15.5140918 15.2889423,15.1399887 C15.1484062,14.7203598 14.9336433,14.3422979 14.6585093,14.0176794 L19.6030041,10.146999 C19.8454784,9.95796804 19.8880351,9.6105866 19.6980144,9.36910206 M23.9230041,12.2659268 C23.9675402,12.1857619 24.0002,12.0986691 24.0002,11.9997 C24.0002,11.9017206 23.9675402,11.8136381 23.9230041,11.7334732 C23.8566948,8.76539072 22.7037052,5.81809175 20.4442412,3.55862784 C20.4442412,3.55763814 20.4442412,3.55664845 20.4432515,3.55664845 C20.4422619,3.55565876 20.4422619,3.55565876 20.4412722,3.55466907 C18.1808186,1.29619485 15.2335196,0.143205155 12.2664268,0.077885567 C12.1862619,0.0323597938 12.0981794,-0.0003 12.0002,-0.0003 C11.9012309,-0.0003 11.8141381,0.0323597938 11.7339732,0.077885567 C8.76490103,0.143205155 5.81661237,1.29619485 3.55615876,3.55664845 C1.29570515,5.81710206 0.142715464,8.76539072 0.0773958763,11.7344629 C0.0318701031,11.8146278 0.0002,11.9017206 0.0002,11.9997 C0.0002,12.0976794 0.0318701031,12.1857619 0.0773958763,12.2649371 C0.107086598,13.6425866 0.371334021,15.0133082 0.874096907,16.3137619 C0.874096907,16.3236588 0.868158763,16.332566 0.868158763,16.3414732 C0.868158763,16.5067515 0.942385567,16.649267 1.05521031,16.7512052 C1.63516907,18.0912464 2.46255052,19.350133 3.55615876,20.4437412 C5.88391134,22.7724835 8.94205567,23.9353701 12.0002,23.9353701 C15.0583443,23.9353701 18.1145093,22.7724835 20.4432515,20.4437412 C21.5368598,19.350133 22.3632515,18.0922361 22.9432103,16.7521948 C23.0580144,16.6502567 23.1322412,16.5067515 23.1322412,16.3414732 C23.1322412,16.3315763 23.1263031,16.3226691 23.1263031,16.3117825 C23.6280763,15.0123186 23.891334,13.6415969 23.9230041,12.2659268"
5
- />
2
+ <path fill-rule="evenodd" d="M19.744 19.744c-4.27 4.27-11.218 4.27-15.488 0a10.89 10.89 0 01-2.044-2.848h5.526c.896 0 1.708-.557 2.025-1.406A2.344 2.344 0 0112 13.896c.534 0 1.034.176 1.437.482a2.349 2.349 0 01.807 1.132 2.16 2.16 0 002.019 1.386h5.524a10.89 10.89 0 01-2.043 2.848m-.046-10.375a.554.554 0 00-.777-.095l-5.123 4.01A3.49 3.49 0 0012 12.788c-1.498 0-2.82.946-3.282 2.333a1.06 1.06 0 01-.98.667h-6a10.971 10.971 0 01-.658-3.234h2.632a.554.554 0 000-1.108H1.08a10.89 10.89 0 012.804-6.778L5.766 6.55a.556.556 0 00.784 0 .554.554 0 000-.783L4.668 3.884a10.891 10.891 0 016.778-2.804v2.631a.555.555 0 001.107 0v-2.63a10.885 10.885 0 016.779 2.804L17.53 5.687a.554.554 0 10.782.784l1.804-1.803a10.89 10.89 0 012.803 6.778h-2.63a.553.553 0 100 1.108h2.63c-.055 1.1-.273 2.19-.657 3.234h-6c-.43 0-.833-.274-.973-.648a3.4 3.4 0 00-.63-1.122l4.944-3.871a.552.552 0 00.095-.778m4.225 2.897A.542.542 0 0024 12a.545.545 0 00-.077-.267 11.889 11.889 0 00-3.479-8.174v-.002l-.003-.002A11.89 11.89 0 0012.266.078.536.536 0 0012 0a.533.533 0 00-.266.078 11.887 11.887 0 00-8.178 3.479 11.887 11.887 0 00-3.479 8.177A.531.531 0 000 12c0 .098.032.186.077.265.03 1.378.294 2.748.797 4.049 0 .01-.006.019-.006.027 0 .166.074.308.187.41a11.87 11.87 0 002.501 3.693A11.9 11.9 0 0012 23.935a11.9 11.9 0 008.443-3.491 11.862 11.862 0 002.5-3.692.545.545 0 00.19-.41c0-.01-.007-.02-.007-.03.502-1.3.765-2.67.797-4.046"/>
6
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 20 20">
2
+ <path fill-rule="evenodd" d="M0 10C0 4.48 4.48 0 10 0s10 4.48 10 10-4.48 10-10 10S0 15.52 0 10zm10 5.833a.833.833 0 100-1.666.833.833 0 000 1.666zm-.003-2.5c.354 0 .644-.306.654-.69l.182-6.912c.01-.4-.285-.731-.654-.731H9.82c-.369 0-.664.33-.654.73l.175 6.912c.01.385.3.691.655.691z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 20 20">
2
+ <path fill-rule="evenodd" d="M0 10C0 4.48 4.48 0 10 0s10 4.48 10 10-4.48 10-10 10S0 15.52 0 10zm8.127 4.673a.633.633 0 00.092-.105l7.734-8.572a.693.693 0 00-.009-.925.595.595 0 00-.882-.001l-7.514 8.055-2.612-2.8a.596.596 0 00-.88 0 .706.706 0 00-.014.928l3.038 3.51a.623.623 0 00.486.219.587.587 0 00.46-.2l.087-.097.014-.012z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 20 20">
2
+ <path fill-rule="evenodd" d="M10.878 1.61l8.315 15.244a1 1 0 01-.878 1.48H1.685a1 1 0 01-.878-1.48L9.122 1.61a1 1 0 011.756 0zM10 16.794c.46 0 .833-.402.833-.898 0-.495-.373-.897-.833-.897-.46 0-.833.402-.833.897 0 .496.373.898.833.898zm-.022-2.885c.347 0 .63-.297.64-.67l.179-6.698c.01-.388-.28-.709-.64-.709h-.35c-.361 0-.65.32-.64.708l.171 6.699c.01.373.294.67.64.67z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.906 10.956l-7.78-.206s-7.206.246-7.686.246c-.48 0-1.44.195-1.44.986 0 .791 1.334.791 1.334.791l.233.01a334.359 334.359 0 002.734.104c1.636.056 3.584.113 4.82.113 1.448 0 3.396-.056 4.98-.112a316.706 316.706 0 002.59-.103l.216-.01c.226-.01.492-.022.7-.118a.649.649 0 00.29-.255.803.803 0 00.103-.42c0-.545-.513-1.01-1.094-1.026z"/>
3
+ </svg>
@@ -1,7 +1,3 @@
1
1
  <svg viewBox="0 0 22 22">
2
- <path
3
- fillRule="evenodd"
4
- transform="translate(-1 -1)"
5
- d="M12,23 C5.93469565,23 1,18.0653043 1,12 C1,5.93469565 5.93469565,1 12,1 C18.0653043,1 23,5.93469565 23,12 C23,18.0653043 18.0653043,23 12,23 Z M12,1.95652174 C6.46173913,1.95652174 1.95652174,6.46173913 1.95652174,12 C1.95652174,17.5382609 6.46173913,22.0434783 12,22.0434783 C17.5382609,22.0434783 22.0434783,17.5382609 22.0434783,12 C22.0434783,6.46173913 17.5382609,1.95652174 12,1.95652174 Z M10.5652174,16.7826087 C10.4427826,16.7826087 10.3203478,16.7357391 10.2266087,16.6429565 L5.444,11.8603478 C5.25747826,11.6738261 5.25747826,11.3706087 5.444,11.184087 C5.63052174,10.9975652 5.93373913,10.9975652 6.12026087,11.184087 L10.5652174,15.628087 L17.8787826,8.31452174 C18.0653043,8.128 18.3685217,8.128 18.5550435,8.31452174 C18.7415652,8.50104348 18.7415652,8.80426087 18.5550435,8.99078261 L10.9028696,16.6429565 C10.810087,16.7357391 10.6876522,16.7826087 10.5652174,16.7826087 Z"
6
- />
2
+ <path fill-rule="evenodd" d="M11 22C4.935 22 0 17.065 0 11S4.935 0 11 0s11 4.935 11 11-4.935 11-11 11zM11 .957C5.462.957.957 5.462.957 11c0 5.538 4.505 10.043 10.043 10.043 5.538 0 10.043-4.505 10.043-10.043C21.043 5.462 16.538.957 11 .957zM9.565 15.783a.48.48 0 01-.338-.14L4.444 10.86a.479.479 0 01.676-.676l4.445 4.444 7.314-7.313a.479.479 0 01.676.676l-7.652 7.652a.477.477 0 01-.338.14z"/>
7
3
  </svg>
@@ -1,6 +1,3 @@
1
1
  <svg viewBox="0 0 24 20">
2
- <path
3
- transform="translate(0 -2)"
4
- d="M20.5,22 L3.5,22 C1.57,22 0,20.43 0,18.5 L0,8.5 C0,6.57 1.57,5 3.5,5 L20.5,5 C22.43,5 24,6.57 24,8.5 L24,18.5 C24,20.43 22.43,22 20.5,22 Z M3.5,6 C2.121,6 1,7.121 1,8.5 L1,18.5 C1,19.879 2.121,21 3.5,21 L20.5,21 C21.879,21 23,19.879 23,18.5 L23,8.5 C23,7.121 21.879,6 20.5,6 L3.5,6 Z M15.5,6 L8.5,6 C8.224,6 8,5.776 8,5.5 L8,3.5 C8,2.673 8.673,2 9.5,2 L14.5,2 C15.327,2 16,2.673 16,3.5 L16,5.5 C16,5.776 15.776,6 15.5,6 Z M9,5 L15,5 L15,3.5 C15,3.225 14.775,3 14.5,3 L9.5,3 C9.225,3 9,3.225 9,3.5 L9,5 Z M6.5,22 L4.5,22 C4.224,22 4,21.776 4,21.5 L4,5.5 C4,5.224 4.224,5 4.5,5 L6.5,5 C6.776,5 7,5.224 7,5.5 L7,21.5 C7,21.776 6.776,22 6.5,22 Z M5,21 L6,21 L6,6 L5,6 L5,21 Z M19.5,22 L17.5,22 C17.224,22 17,21.776 17,21.5 L17,5.5 C17,5.224 17.224,5 17.5,5 L19.5,5 C19.776,5 20,5.224 20,5.5 L20,21.5 C20,21.776 19.776,22 19.5,22 Z M18,21 L19,21 L19,6 L18,6 L18,21 Z"
5
- />
2
+ <path d="M20.5 20h-17C1.57 20 0 18.43 0 16.5v-10C0 4.57 1.57 3 3.5 3h17C22.43 3 24 4.57 24 6.5v10c0 1.93-1.57 3.5-3.5 3.5zM3.5 4A2.502 2.502 0 001 6.5v10C1 17.879 2.121 19 3.5 19h17c1.379 0 2.5-1.121 2.5-2.5v-10C23 5.121 21.879 4 20.5 4h-17zm12 0h-7a.5.5 0 01-.5-.5v-2C8 .673 8.673 0 9.5 0h5c.827 0 1.5.673 1.5 1.5v2a.5.5 0 01-.5.5zM9 3h6V1.5c0-.275-.225-.5-.5-.5h-5c-.275 0-.5.225-.5.5V3zM6.5 20h-2a.5.5 0 01-.5-.5v-16a.5.5 0 01.5-.5h2a.5.5 0 01.5.5v16a.5.5 0 01-.5.5zM5 19h1V4H5v15zm14.5 1h-2a.5.5 0 01-.5-.5v-16a.5.5 0 01.5-.5h2a.5.5 0 01.5.5v16a.5.5 0 01-.5.5zM18 19h1V4h-1v15z"/>
6
3
  </svg>
@@ -1,6 +1,3 @@
1
1
  <svg viewBox="0 0 24 24">
2
- <path
3
- fillRule="evenodd"
4
- d="M12.0002,17.7216 C12.5822,17.7216 13.0552,18.1946 13.0552,18.7766 C13.0552,19.3586 12.5822,19.8306 12.0002,19.8306 C11.4182,19.8306 10.9452,19.3586 10.9452,18.7766 C10.9452,18.1946 11.4182,17.7216 12.0002,17.7216 Z M12.001,5.2123 C14.019,5.2123 15.661,6.8543 15.661,8.8723 L15.661,9.6623 C15.661,10.6403 15.28,11.5593 14.588,12.2513 L13.293,13.5473 C12.803,14.0353 12.533,14.6873 12.533,15.3803 L12.533,16.1703 C12.533,16.4633 12.294,16.7033 12,16.7033 C11.706,16.7033 11.467,16.4633 11.467,16.1703 L11.467,15.3803 C11.467,14.4013 11.848,13.4833 12.539,12.7923 L13.834,11.4973 C14.325,11.0063 14.595,10.3543 14.595,9.6623 L14.595,8.8723 C14.595,7.4423 13.432,6.2783 12.001,6.2783 C10.57,6.2783 9.407,7.4423 9.407,8.8723 L9.407,9.9153 C9.407,10.2093 9.168,10.4483 8.874,10.4483 C8.58,10.4483 8.34,10.2093 8.34,9.9153 L8.34,8.8723 C8.34,6.8543 9.982,5.2123 12.001,5.2123 Z M12,22.934 C18.029,22.934 22.934,18.03 22.934,12 C22.934,5.972 18.029,1.067 12,1.067 C5.972,1.067 1.066,5.972 1.066,12 C1.066,18.03 5.972,22.934 12,22.934 Z M12,-1.77635684e-15 C18.616,-1.77635684e-15 24,5.384 24,12 C24,18.617 18.616,24 12,24 C5.383,24 0,18.617 0,12 C0,5.384 5.383,-1.77635684e-15 12,-1.77635684e-15 Z"
5
- />
2
+ <path fill-rule="evenodd" d="M12 17.722a1.055 1.055 0 110 2.108 1.055 1.055 0 010-2.108zm.001-12.51a3.664 3.664 0 013.66 3.66v.79c0 .978-.381 1.897-1.073 2.59l-1.295 1.295a2.57 2.57 0 00-.76 1.833v.79a.534.534 0 01-1.066 0v-.79c0-.979.381-1.897 1.072-2.588l1.295-1.295a2.579 2.579 0 00.761-1.835v-.79a2.597 2.597 0 00-2.594-2.594 2.597 2.597 0 00-2.594 2.594v1.043a.533.533 0 01-1.067 0V8.872a3.665 3.665 0 013.661-3.66zM12 22.934c6.029 0 10.934-4.904 10.934-10.934 0-6.028-4.905-10.933-10.934-10.933C5.972 1.067 1.066 5.972 1.066 12c0 6.03 4.906 10.934 10.934 10.934zM12 0c6.616 0 12 5.384 12 12 0 6.617-5.384 12-12 12-6.617 0-12-5.383-12-12C0 5.384 5.383 0 12 0z"/>
6
3
  </svg>
@@ -1,7 +1,3 @@
1
1
  <svg viewBox="0 0 18 24">
2
- <path
3
- fillRule="evenodd"
4
- transform="translate(-3)"
5
- d="M12,20.5 C11.448,20.5 11,20.948 11,21.5 C11,22.052 11.448,22.5 12,22.5 C12.552,22.5 13,22.052 13,21.5 C13,20.948 12.552,20.5 12,20.5 Z M18.5,2 L5.5,2 C5.224,2 5,2.224 5,2.5 L5,19.5 C5,19.776 5.224,20 5.5,20 L18.5,20 C18.776,20 19,19.776 19,19.5 L19,2.5 C19,2.224 18.776,2 18.5,2 Z M18,19 L6,19 L6,3 L18,3 L18,19 Z M18.5,0 L5.5,0 C4.122,0 3,1.122 3,2.5 L3,21.5 C3,22.878 4.122,24 5.5,24 L18.5,24 C19.878,24 21,22.878 21,21.5 L21,2.5 C21,1.122 19.878,0 18.5,0 Z M20,21.5 C20,22.327 19.327,23 18.5,23 L5.5,23 C4.673,23 4,22.327 4,21.5 L4,2.5 C4,1.673 4.673,1 5.5,1 L18.5,1 C19.327,1 20,1.673 20,2.5 L20,21.5 Z"
6
- />
2
+ <path fill-rule="evenodd" d="M9 20.5a1 1 0 100 2 1 1 0 000-2zM15.5 2h-13a.5.5 0 00-.5.5v17a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-17a.5.5 0 00-.5-.5zM15 19H3V3h12v16zm.5-19h-13A2.503 2.503 0 000 2.5v19C0 22.878 1.122 24 2.5 24h13c1.378 0 2.5-1.122 2.5-2.5v-19C18 1.122 16.878 0 15.5 0zM17 21.5c0 .827-.673 1.5-1.5 1.5h-13c-.827 0-1.5-.673-1.5-1.5v-19C1 1.673 1.673 1 2.5 1h13c.827 0 1.5.673 1.5 1.5v19z"/>
7
3
  </svg>
@@ -1,6 +1,3 @@
1
1
  <svg viewBox="0 0 24 24">
2
- <path
3
- fillRule="evenodd"
4
- d="M12.3787231,10.9154165 L18.50025,4.79388961 L18.50025,3.00088961 C18.50025,2.86788961 18.55325,2.74088961 18.64625,2.64688961 L20.64625,0.646889613 C20.79025,0.503889613 21.00525,0.459889614 21.19125,0.538889614 C21.37825,0.616889613 21.50025,0.798889613 21.50025,1.00088961 L21.50025,2.50088961 L23.00025,2.50088961 C23.20225,2.50088961 23.38525,2.62288961 23.46225,2.80988961 C23.53925,2.99688961 23.49625,3.21188961 23.35425,3.35488961 L21.35425,5.35488961 C21.26025,5.44888961 21.13325,5.50088961 21.00025,5.50088961 L19.20725,5.50088961 L13.0854716,11.622668 C13.3473717,12.0179185 13.5,12.4915316 13.5,13 C13.5,14.378 12.379,15.5 11,15.5 C9.621,15.5 8.5,14.378 8.5,13 C8.5,11.622 9.621,10.5 11,10.5 C11.5092453,10.5 11.9833067,10.6530095 12.3787231,10.9154165 Z M11.6471857,11.6469539 C11.4511356,11.5527847 11.2316071,11.5 11,11.5 C10.173,11.5 9.5,12.173 9.5,13 C9.5,13.827 10.173,14.5 11,14.5 C11.827,14.5 12.5,13.827 12.5,13 C12.5,12.7689993 12.4474914,12.550014 12.3537849,12.3543547 L11.35325,13.3548896 C11.25625,13.4518896 11.12825,13.5008896 11.00025,13.5008896 C10.87225,13.5008896 10.74425,13.4518896 10.64625,13.3548896 C10.45125,13.1598896 10.45125,12.8428896 10.64625,12.6478896 L11.6471857,11.6469539 Z M11,19.5 C7.416,19.5 4.5,16.584 4.5,13 C4.5,9.416 7.416,6.5 11,6.5 C11.97,6.5 12.911,6.715 13.797,7.139 C14.046,7.259 14.151,7.557 14.032,7.806 C13.913,8.055 13.614,8.16 13.365,8.041 C12.615,7.682 11.819,7.5 11,7.5 C7.968,7.5 5.5,9.967 5.5,13 C5.5,16.033 7.968,18.5 11,18.5 C14.032,18.5 16.5,16.033 16.5,13 C16.5,12.181 16.317,11.385 15.958,10.634 C15.839,10.385 15.944,10.087 16.193,9.967 C16.439,9.847 16.74,9.951 16.86,10.202 C17.285,11.089 17.5,12.03 17.5,13 C17.5,16.584 14.584,19.5 11,19.5 Z M11,23.5 C5.21,23.5 0.5,18.79 0.5,13 C0.5,7.21 5.21,2.5 11,2.5 C13.064,2.5 15.065,3.103 16.788,4.243 C17.017,4.395 17.081,4.706 16.929,4.936 C16.775,5.167 16.465,5.228 16.236,5.077 C14.678,4.046 12.867,3.5 11,3.5 C5.762,3.5 1.5,7.762 1.5,13 C1.5,18.238 5.762,22.5 11,22.5 C16.238,22.5 20.5,18.238 20.5,13 C20.5,11.133 19.955,9.322 18.923,7.764 C18.771,7.534 18.834,7.223 19.064,7.071 C19.293,6.92 19.603,6.981 19.757,7.212 C20.898,8.934 21.5,10.936 21.5,13 C21.5,18.79 16.79,23.5 11,23.5 Z M19.50025,4.50088961 L20.79325,4.50088961 L21.79325,3.50088961 L21.00025,3.50088961 C20.72425,3.50088961 20.50025,3.27688961 20.50025,3.00088961 L20.50025,2.20788961 L19.50025,3.20788961 L19.50025,4.50088961 Z"
5
- />
2
+ <path fill-rule="evenodd" d="M12.379 10.915L18.5 4.794V3c0-.133.053-.26.146-.354l2-2A.501.501 0 0121.5 1v1.5H23a.5.5 0 01.354.854l-2 2A.5.5 0 0121 5.5h-1.793l-6.122 6.122c.262.395.415.869.415 1.377 0 1.378-1.121 2.5-2.5 2.5A2.503 2.503 0 018.5 13c0-1.378 1.121-2.5 2.5-2.5.51 0 .983.153 1.379.415zm-.732.732A1.502 1.502 0 009.5 13c0 .827.673 1.5 1.5 1.5a1.502 1.502 0 001.354-2.146l-1 1a.498.498 0 01-.708 0 .5.5 0 010-.706l1.001-1.001zM11 19.5A6.508 6.508 0 014.5 13c0-3.584 2.916-6.5 6.5-6.5.97 0 1.911.215 2.797.639a.5.5 0 01-.432.902A5.439 5.439 0 0011 7.5 5.506 5.506 0 005.5 13c0 3.033 2.468 5.5 5.5 5.5s5.5-2.467 5.5-5.5c0-.819-.183-1.615-.542-2.366a.5.5 0 01.902-.432c.425.887.64 1.828.64 2.798 0 3.584-2.916 6.5-6.5 6.5zm0 4C5.21 23.5.5 18.79.5 13S5.21 2.5 11 2.5c2.064 0 4.065.603 5.788 1.743a.501.501 0 01-.552.834A9.463 9.463 0 0011 3.5c-5.238 0-9.5 4.262-9.5 9.5s4.262 9.5 9.5 9.5 9.5-4.262 9.5-9.5a9.455 9.455 0 00-1.577-5.236.5.5 0 01.834-.552A10.448 10.448 0 0121.5 13c0 5.79-4.71 10.5-10.5 10.5zm8.5-19h1.293l1-1H21a.5.5 0 01-.5-.5v-.792l-1 1V4.5z"/>
6
3
  </svg>
@@ -1,7 +1,3 @@
1
1
  <svg viewBox="0 0 18 24">
2
- <path
3
- fillRule="evenodd"
4
- transform="translate(-3)"
5
- d="M5.7915,15.562 C5.7915,15.711 5.9135,15.833 6.0625,15.833 C6.2115,15.833 6.3335,15.711 6.3335,15.562 C6.3335,15.413 6.2115,15.291 6.0625,15.291 C5.9135,15.291 5.7915,15.413 5.7915,15.562 Z M6.0625,16.874 C5.3385,16.874 4.7495,16.286 4.7495,15.562 C4.7495,14.838 5.3385,14.25 6.0625,14.25 C6.7855,14.25 7.3745,14.838 7.3745,15.562 C7.3745,16.286 6.7855,16.874 6.0625,16.874 Z M9.229,12.1245 C8.942,12.1245 8.708,11.8905 8.708,11.6035 C8.708,11.3165 8.942,11.0825 9.229,11.0825 L18.729,11.0825 C19.016,11.0825 19.25,11.3165 19.25,11.6035 C19.25,11.8905 19.016,12.1245 18.729,12.1245 L9.229,12.1245 Z M9.229,8.166 C8.942,8.166 8.708,7.933 8.708,7.645 C8.708,7.358 8.942,7.124 9.229,7.124 L18.729,7.124 C19.016,7.124 19.25,7.358 19.25,7.645 C19.25,7.933 19.016,8.166 18.729,8.166 L9.229,8.166 Z M9.229,16.0825 C8.942,16.0825 8.708,15.8495 8.708,15.5615 C8.708,15.2745 8.942,15.0415 9.229,15.0415 L18.729,15.0415 C19.016,15.0415 19.25,15.2745 19.25,15.5615 C19.25,15.8495 19.016,16.0825 18.729,16.0825 L9.229,16.0825 Z M5.7915,11.6035 C5.7915,11.7525 5.9135,11.8745 6.0625,11.8745 C6.2115,11.8745 6.3335,11.7525 6.3335,11.6035 C6.3335,11.4545 6.2115,11.3325 6.0625,11.3325 C5.9135,11.3325 5.7915,11.4545 5.7915,11.6035 Z M6.0625,12.9155 C5.3385,12.9155 4.7495,12.3275 4.7495,11.6035 C4.7495,10.8795 5.3385,10.2915 6.0625,10.2915 C6.7855,10.2915 7.3745,10.8795 7.3745,11.6035 C7.3745,12.3275 6.7855,12.9155 6.0625,12.9155 Z M9.229,20.0415 C8.942,20.0415 8.708,19.8075 8.708,19.5205 C8.708,19.2325 8.942,18.9995 9.229,18.9995 L13.979,18.9995 C14.266,18.9995 14.5,19.2325 14.5,19.5205 C14.5,19.8075 14.266,20.0415 13.979,20.0415 L9.229,20.0415 Z M5.7915,19.52 C5.7915,19.669 5.9135,19.791 6.0625,19.791 C6.2115,19.791 6.3335,19.669 6.3335,19.52 C6.3335,19.371 6.2115,19.249 6.0625,19.249 C5.9135,19.249 5.7915,19.371 5.7915,19.52 Z M6.0625,20.832 C5.3385,20.832 4.7495,20.244 4.7495,19.52 C4.7495,18.796 5.3385,18.208 6.0625,18.208 C6.7855,18.208 7.3745,18.796 7.3745,19.52 C7.3745,20.244 6.7855,20.832 6.0625,20.832 Z M5.7915,7.6455 C5.7915,7.7945 5.9135,7.9165 6.0625,7.9165 C6.2115,7.9165 6.3335,7.7945 6.3335,7.6455 C6.3335,7.4965 6.2115,7.3745 6.0625,7.3745 C5.9135,7.3745 5.7915,7.4965 5.7915,7.6455 Z M6.0625,8.9575 C5.3385,8.9575 4.7495,8.3695 4.7495,7.6455 C4.7495,6.9215 5.3385,6.3335 6.0625,6.3335 C6.7855,6.3335 7.3745,6.9215 7.3745,7.6455 C7.3745,8.3695 6.7855,8.9575 6.0625,8.9575 Z M4.209,3.876 L4.209,22.499 C4.209,22.751 4.414,22.958 4.666,22.958 L19.334,22.958 C19.586,22.958 19.792,22.751 19.792,22.499 L19.792,3.876 C19.792,3.623 19.586,3.417 19.334,3.417 L16.875,3.417 L16.875,3.687 C16.875,3.974 16.641,4.208 16.354,4.208 L7.646,4.208 C7.358,4.208 7.125,3.974 7.125,3.687 L7.125,3.417 L4.666,3.417 C4.414,3.417 4.209,3.623 4.209,3.876 Z M11.376,1.486 C11.301,1.694 11.105,1.833 10.885,1.833 L9.229,1.833 C8.643,1.833 8.167,2.31 8.167,2.896 L8.167,3.166 L15.833,3.166 L15.833,2.896 C15.833,2.31 15.356,1.833 14.77,1.833 L13.115,1.833 C12.895,1.833 12.698,1.694 12.624,1.486 C12.529,1.22 12.278,1.041 12,1.041 C11.721,1.041 11.47,1.22 11.376,1.486 Z M19.334,2.376 C20.161,2.376 20.833,3.049 20.833,3.876 L20.833,22.499 C20.833,23.326 20.161,24 19.334,24 L4.666,24 C3.839,24 3.167,23.326 3.167,22.499 L3.167,3.876 C3.167,3.049 3.839,2.376 4.666,2.376 L7.189,2.376 C7.426,1.452 8.268,0.791 9.229,0.791 L10.563,0.791 C10.875,0.301 11.419,0 12,0 C12.579,0 13.123,0.301 13.436,0.791 L14.77,0.791 C15.732,0.791 16.574,1.452 16.81,2.376 L19.334,2.376 Z"
6
- />
2
+ <path fill-rule="evenodd" d="M2.792 15.562c0 .149.122.271.27.271a.272.272 0 00.272-.271.272.272 0 00-.272-.271.272.272 0 00-.27.271zm.27 1.312a1.314 1.314 0 01-1.312-1.312 1.314 1.314 0 012.625 0c0 .724-.59 1.312-1.313 1.312zm3.167-4.75a.522.522 0 010-1.042h9.5a.522.522 0 010 1.042h-9.5zm0-3.958a.521.521 0 010-1.042h9.5a.522.522 0 010 1.042h-9.5zm0 7.916a.521.521 0 010-1.04h9.5a.521.521 0 010 1.04h-9.5zm-3.438-4.479a.272.272 0 00.542 0 .272.272 0 00-.27-.27.272.272 0 00-.272.27zm.272 1.313a1.314 1.314 0 01-1.313-1.313 1.314 1.314 0 012.625 0c0 .725-.59 1.313-1.313 1.313zm3.166 7.125a.522.522 0 010-1.041h4.75a.521.521 0 010 1.041h-4.75zm-3.438-.521a.272.272 0 00.542 0 .272.272 0 00-.27-.271.272.272 0 00-.272.271zm.272 1.312A1.314 1.314 0 011.75 19.52a1.314 1.314 0 012.625 0c0 .724-.59 1.312-1.313 1.312zM2.79 7.645a.272.272 0 00.542 0 .272.272 0 00-.27-.27.272.272 0 00-.272.27zm.272 1.313A1.314 1.314 0 011.75 7.644a1.314 1.314 0 012.625 0c0 .725-.59 1.313-1.313 1.313zM1.208 3.875v18.623a.46.46 0 00.457.459h14.668a.46.46 0 00.458-.459V3.876a.46.46 0 00-.458-.459h-2.459v.27a.522.522 0 01-.521.521H4.646a.521.521 0 01-.521-.521v-.27H1.666a.459.459 0 00-.457.459zm7.167-2.39a.523.523 0 01-.491.347H6.229c-.586 0-1.062.477-1.062 1.063v.27h7.666v-.27c0-.586-.477-1.063-1.063-1.063h-1.655a.522.522 0 01-.491-.347A.667.667 0 009 1.041a.665.665 0 00-.624.445zm7.958.89c.827 0 1.499.673 1.499 1.5v18.623c0 .827-.672 1.501-1.499 1.501H1.666a1.502 1.502 0 01-1.499-1.501V3.876c0-.827.672-1.5 1.499-1.5h2.523A2.115 2.115 0 016.229.791h1.334A1.71 1.71 0 019 0c.579 0 1.123.301 1.436.791h1.334c.962 0 1.804.661 2.04 1.585h2.524z"/>
7
3
  </svg>
@@ -1,6 +1,3 @@
1
1
  <svg viewBox="0 0 24 23">
2
- <path
3
- transform="translate(0 -1)"
4
- d="M7.5,22 C7.224,22 7,21.776 7,21.5 L7,12.5 C7,12.224 7.224,12 7.5,12 C7.776,12 8,12.224 8,12.5 L8,21.5 C8,21.776 7.776,22 7.5,22 Z M5.5,24 L2.5,24 C1.121,24 0,22.879 0,21.5 L0,13.5 C0,12.121 1.121,11 2.5,11 L7.5,11 C7.776,11 8,11.224 8,11.5 L8,11.691 L8.119,11.63 L11,5.391 L11,2 C11,1.848 11.069,1.704 11.188,1.609 C11.219,1.585 11.962,1 13,1 C14.157,1 16,2.831 16,5 C16,6.368 15.51,8.071 15.204,9 L21.381,9 C22.727,9 23.872,9.996 23.989,11.267 C24.054,11.98 23.816,12.665 23.349,13.176 C23.761,13.589 24,14.149 24,14.75 C24,15.617 23.504,16.379 22.766,16.751 C22.919,17.057 23,17.396 23,17.75 C23,18.617 22.503,19.38 21.765,19.751 C21.993,20.207 22.06,20.732 21.945,21.254 C21.721,22.266 20.768,23 19.679,23 L10.5,23 C9.805,23 8.685,22.775 7.853,22.347 C7.505,23.31 6.581,24 5.5,24 Z M2.5,12 C1.673,12 1,12.673 1,13.5 L1,21.5 C1,22.327 1.673,23 2.5,23 L5.5,23 C6.327,23 7,22.327 7,21.5 C7,21.298 7.122,21.115 7.309,21.038 C7.495,20.962 7.711,21.004 7.854,21.146 C8.326,21.619 9.688,22 10.5,22 L19.679,22 C20.303,22 20.845,21.596 20.968,21.038 C21.067,20.59 20.935,20.155 20.606,19.845 C20.464,19.711 20.413,19.508 20.474,19.323 C20.536,19.138 20.699,19.007 20.892,18.984 C21.523,18.911 22,18.381 22,17.75 C22,17.406 21.859,17.084 21.605,16.845 C21.463,16.711 21.412,16.508 21.473,16.323 C21.535,16.138 21.698,16.007 21.891,15.984 C22.523,15.911 23,15.381 23,14.75 C23,14.284 22.738,13.86 22.315,13.645 C22.155,13.562 22.051,13.4 22.044,13.219 C22.037,13.038 22.128,12.868 22.281,12.774 C22.772,12.471 23.046,11.929 22.993,11.359 C22.923,10.597 22.215,10 21.381,10 L14.5,10 C14.336,10 14.182,9.919 14.088,9.784 C13.995,9.648 13.975,9.475 14.033,9.322 C14.042,9.297 15,6.76 15,5 C15,3.362 13.548,2 13,2 C12.569,2 12.208,2.156 12,2.271 L12,5.5 C12,5.572 11.984,5.644 11.954,5.71 L8.954,12.21 C8.906,12.313 8.825,12.397 8.724,12.447 L7.724,12.947 C7.568,13.023 7.384,13.014 7.238,12.926 C7.09,12.834 7,12.673 7,12.5 L7,12 L2.5,12 Z"
5
- />
2
+ <path d="M7.5 21a.5.5 0 01-.5-.5v-9a.5.5 0 011 0v9a.5.5 0 01-.5.5zm-2 2h-3A2.502 2.502 0 010 20.5v-8C0 11.121 1.121 10 2.5 10h5a.5.5 0 01.5.5v.191l.119-.061L11 4.391V1a.5.5 0 01.188-.391C11.219.585 11.962 0 13 0c1.157 0 3 1.831 3 4 0 1.368-.49 3.071-.796 4h6.177c1.346 0 2.491.996 2.608 2.267a2.483 2.483 0 01-.64 1.909c.412.413.651.973.651 1.574a2.24 2.24 0 01-1.234 2.001 2.24 2.24 0 01-1.001 3c.228.456.295.981.18 1.503C21.721 21.266 20.768 22 19.679 22H10.5c-.695 0-1.815-.225-2.647-.653A2.506 2.506 0 015.5 23zm-3-12c-.827 0-1.5.673-1.5 1.5v8c0 .827.673 1.5 1.5 1.5h3c.827 0 1.5-.673 1.5-1.5a.5.5 0 01.854-.354c.472.473 1.834.854 2.646.854h9.179c.624 0 1.166-.404 1.289-.962a1.237 1.237 0 00-.362-1.193.5.5 0 01.286-.861A1.246 1.246 0 0022 16.75c0-.344-.141-.666-.395-.905a.5.5 0 01.286-.861A1.246 1.246 0 0023 13.75c0-.466-.262-.89-.685-1.105a.502.502 0 01-.034-.871c.491-.303.765-.845.712-1.415C22.923 9.597 22.215 9 21.381 9H14.5a.503.503 0 01-.412-.216.503.503 0 01-.055-.462C14.042 8.297 15 5.76 15 4c0-1.638-1.452-3-2-3-.431 0-.792.156-1 .271V4.5a.51.51 0 01-.046.21l-3 6.5a.5.5 0 01-.23.237l-1 .5a.51.51 0 01-.486-.021A.502.502 0 017 11.5V11H2.5z"/>
6
3
  </svg>