@iobroker/adapter-react-v5 4.13.0 → 4.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (464) hide show
  1. package/AdminConnection.js.map +1 -1
  2. package/Components/404.js +13 -13
  3. package/Components/404.js.map +1 -0
  4. package/Components/ColorPicker.js +54 -54
  5. package/Components/ColorPicker.js.map +1 -1
  6. package/Components/ComplexCron.js.map +1 -1
  7. package/Components/CustomModal.js.map +1 -0
  8. package/Components/FileBrowser.js +5 -1
  9. package/Components/FileBrowser.js.map +1 -0
  10. package/Components/FileViewer.js.map +1 -0
  11. package/Components/Icon.js.map +1 -0
  12. package/Components/IconPicker.js.map +1 -0
  13. package/Components/IconSelector.js.map +1 -0
  14. package/Components/Image.js.map +1 -0
  15. package/Components/JsonConfigComponent/ChipInput.d.ts +12 -0
  16. package/Components/JsonConfigComponent/ChipInput.js +763 -0
  17. package/Components/JsonConfigComponent/ChipInput.js.map +1 -0
  18. package/Components/JsonConfigComponent/ConfigAccordion.d.ts +15 -0
  19. package/Components/JsonConfigComponent/ConfigAccordion.js +348 -0
  20. package/Components/JsonConfigComponent/ConfigAccordion.js.map +1 -0
  21. package/Components/JsonConfigComponent/ConfigAlive.d.ts +10 -0
  22. package/Components/JsonConfigComponent/ConfigAlive.js +105 -0
  23. package/Components/JsonConfigComponent/ConfigAlive.js.map +1 -0
  24. package/Components/JsonConfigComponent/ConfigAutocomplete.d.ts +37 -0
  25. package/Components/JsonConfigComponent/ConfigAutocomplete.js +73 -0
  26. package/Components/JsonConfigComponent/ConfigAutocomplete.js.map +1 -0
  27. package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.d.ts +17 -0
  28. package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js +131 -0
  29. package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js.map +1 -0
  30. package/Components/JsonConfigComponent/ConfigCRON.d.ts +15 -0
  31. package/Components/JsonConfigComponent/ConfigCRON.js +157 -0
  32. package/Components/JsonConfigComponent/ConfigCRON.js.map +1 -0
  33. package/Components/JsonConfigComponent/ConfigCertCollection.d.ts +14 -0
  34. package/Components/JsonConfigComponent/ConfigCertCollection.js +128 -0
  35. package/Components/JsonConfigComponent/ConfigCertCollection.js.map +1 -0
  36. package/Components/JsonConfigComponent/ConfigCertificateSelect.d.ts +14 -0
  37. package/Components/JsonConfigComponent/ConfigCertificateSelect.js +149 -0
  38. package/Components/JsonConfigComponent/ConfigCertificateSelect.js.map +1 -0
  39. package/Components/JsonConfigComponent/ConfigCertificates.d.ts +14 -0
  40. package/Components/JsonConfigComponent/ConfigCertificates.js +284 -0
  41. package/Components/JsonConfigComponent/ConfigCertificates.js.map +1 -0
  42. package/Components/JsonConfigComponent/ConfigCheckLicense.d.ts +3 -0
  43. package/Components/JsonConfigComponent/ConfigCheckLicense.js +821 -0
  44. package/Components/JsonConfigComponent/ConfigCheckLicense.js.map +1 -0
  45. package/Components/JsonConfigComponent/ConfigCheckbox.d.ts +15 -0
  46. package/Components/JsonConfigComponent/ConfigCheckbox.js +40 -0
  47. package/Components/JsonConfigComponent/ConfigCheckbox.js.map +1 -0
  48. package/Components/JsonConfigComponent/ConfigChip.d.ts +14 -0
  49. package/Components/JsonConfigComponent/ConfigChip.js +120 -0
  50. package/Components/JsonConfigComponent/ConfigChip.js.map +1 -0
  51. package/Components/JsonConfigComponent/ConfigColor.d.ts +22 -0
  52. package/Components/JsonConfigComponent/ConfigColor.js +120 -0
  53. package/Components/JsonConfigComponent/ConfigColor.js.map +1 -0
  54. package/Components/JsonConfigComponent/ConfigCoordinates.d.ts +14 -0
  55. package/Components/JsonConfigComponent/ConfigCoordinates.js +265 -0
  56. package/Components/JsonConfigComponent/ConfigCoordinates.js.map +1 -0
  57. package/Components/JsonConfigComponent/ConfigCustom.d.ts +26 -0
  58. package/Components/JsonConfigComponent/ConfigCustom.js +316 -0
  59. package/Components/JsonConfigComponent/ConfigCustom.js.map +1 -0
  60. package/Components/JsonConfigComponent/ConfigDatePicker.d.ts +14 -0
  61. package/Components/JsonConfigComponent/ConfigDatePicker.js +91 -0
  62. package/Components/JsonConfigComponent/ConfigDatePicker.js.map +1 -0
  63. package/Components/JsonConfigComponent/ConfigDeviceManager.d.ts +6 -0
  64. package/Components/JsonConfigComponent/ConfigDeviceManager.js +18 -0
  65. package/Components/JsonConfigComponent/ConfigFile.d.ts +15 -0
  66. package/Components/JsonConfigComponent/ConfigFile.js +228 -0
  67. package/Components/JsonConfigComponent/ConfigFile.js.map +1 -0
  68. package/Components/JsonConfigComponent/ConfigFileSelector.d.ts +3 -0
  69. package/Components/JsonConfigComponent/ConfigFileSelector.js +625 -0
  70. package/Components/JsonConfigComponent/ConfigFileSelector.js.map +1 -0
  71. package/Components/JsonConfigComponent/ConfigFunc.d.ts +14 -0
  72. package/Components/JsonConfigComponent/ConfigFunc.js +124 -0
  73. package/Components/JsonConfigComponent/ConfigFunc.js.map +1 -0
  74. package/Components/JsonConfigComponent/ConfigGeneric.d.ts +95 -0
  75. package/Components/JsonConfigComponent/ConfigGeneric.js +646 -0
  76. package/Components/JsonConfigComponent/ConfigIP.d.ts +14 -0
  77. package/Components/JsonConfigComponent/ConfigIP.js +130 -0
  78. package/Components/JsonConfigComponent/ConfigIP.js.map +1 -0
  79. package/Components/JsonConfigComponent/ConfigImageSendTo.d.ts +10 -0
  80. package/Components/JsonConfigComponent/ConfigImageSendTo.js +114 -0
  81. package/Components/JsonConfigComponent/ConfigImageSendTo.js.map +1 -0
  82. package/Components/JsonConfigComponent/ConfigImageUpload.d.ts +14 -0
  83. package/Components/JsonConfigComponent/ConfigImageUpload.js +166 -0
  84. package/Components/JsonConfigComponent/ConfigImageUpload.js.map +1 -0
  85. package/Components/JsonConfigComponent/ConfigInstanceSelect.d.ts +14 -0
  86. package/Components/JsonConfigComponent/ConfigInstanceSelect.js +264 -0
  87. package/Components/JsonConfigComponent/ConfigInstanceSelect.js.map +1 -0
  88. package/Components/JsonConfigComponent/ConfigInterface.d.ts +14 -0
  89. package/Components/JsonConfigComponent/ConfigInterface.js +146 -0
  90. package/Components/JsonConfigComponent/ConfigInterface.js.map +1 -0
  91. package/Components/JsonConfigComponent/ConfigJsonEditor.d.ts +13 -0
  92. package/Components/JsonConfigComponent/ConfigJsonEditor.js +145 -0
  93. package/Components/JsonConfigComponent/ConfigJsonEditor.js.map +1 -0
  94. package/Components/JsonConfigComponent/ConfigLanguage.d.ts +7 -0
  95. package/Components/JsonConfigComponent/ConfigLanguage.js +110 -0
  96. package/Components/JsonConfigComponent/ConfigLanguage.js.map +1 -0
  97. package/Components/JsonConfigComponent/ConfigLicense.d.ts +24 -0
  98. package/Components/JsonConfigComponent/ConfigLicense.js +183 -0
  99. package/Components/JsonConfigComponent/ConfigLicense.js.map +1 -0
  100. package/Components/JsonConfigComponent/ConfigNumber.d.ts +17 -0
  101. package/Components/JsonConfigComponent/ConfigNumber.js +117 -0
  102. package/Components/JsonConfigComponent/ConfigObjectId.d.ts +17 -0
  103. package/Components/JsonConfigComponent/ConfigObjectId.js +167 -0
  104. package/Components/JsonConfigComponent/ConfigObjectId.js.map +1 -0
  105. package/Components/JsonConfigComponent/ConfigPanel.d.ts +3 -0
  106. package/Components/JsonConfigComponent/ConfigPanel.js +396 -0
  107. package/Components/JsonConfigComponent/ConfigPanel.js.map +1 -0
  108. package/Components/JsonConfigComponent/ConfigPassword.d.ts +14 -0
  109. package/Components/JsonConfigComponent/ConfigPassword.js +193 -0
  110. package/Components/JsonConfigComponent/ConfigPassword.js.map +1 -0
  111. package/Components/JsonConfigComponent/ConfigPattern.d.ts +21 -0
  112. package/Components/JsonConfigComponent/ConfigPattern.js +65 -0
  113. package/Components/JsonConfigComponent/ConfigPattern.js.map +1 -0
  114. package/Components/JsonConfigComponent/ConfigPort.d.ts +3 -0
  115. package/Components/JsonConfigComponent/ConfigPort.js +176 -0
  116. package/Components/JsonConfigComponent/ConfigRoom.d.ts +14 -0
  117. package/Components/JsonConfigComponent/ConfigRoom.js +124 -0
  118. package/Components/JsonConfigComponent/ConfigRoom.js.map +1 -0
  119. package/Components/JsonConfigComponent/ConfigSelect.d.ts +14 -0
  120. package/Components/JsonConfigComponent/ConfigSelect.js +159 -0
  121. package/Components/JsonConfigComponent/ConfigSelect.js.map +1 -0
  122. package/Components/JsonConfigComponent/ConfigSelectSendTo.d.ts +17 -0
  123. package/Components/JsonConfigComponent/ConfigSelectSendTo.js +272 -0
  124. package/Components/JsonConfigComponent/ConfigSelectSendTo.js.map +1 -0
  125. package/Components/JsonConfigComponent/ConfigSendto.d.ts +24 -0
  126. package/Components/JsonConfigComponent/ConfigSendto.js +294 -0
  127. package/Components/JsonConfigComponent/ConfigSendto.js.map +1 -0
  128. package/Components/JsonConfigComponent/ConfigSetState.d.ts +18 -0
  129. package/Components/JsonConfigComponent/ConfigSetState.js +185 -0
  130. package/Components/JsonConfigComponent/ConfigSetState.js.map +1 -0
  131. package/Components/JsonConfigComponent/ConfigSlider.d.ts +14 -0
  132. package/Components/JsonConfigComponent/ConfigSlider.js +119 -0
  133. package/Components/JsonConfigComponent/ConfigSlider.js.map +1 -0
  134. package/Components/JsonConfigComponent/ConfigStaticDivider.d.ts +14 -0
  135. package/Components/JsonConfigComponent/ConfigStaticDivider.js +68 -0
  136. package/Components/JsonConfigComponent/ConfigStaticDivider.js.map +1 -0
  137. package/Components/JsonConfigComponent/ConfigStaticHeader.d.ts +14 -0
  138. package/Components/JsonConfigComponent/ConfigStaticHeader.js +81 -0
  139. package/Components/JsonConfigComponent/ConfigStaticHeader.js.map +1 -0
  140. package/Components/JsonConfigComponent/ConfigStaticImage.d.ts +14 -0
  141. package/Components/JsonConfigComponent/ConfigStaticImage.js +71 -0
  142. package/Components/JsonConfigComponent/ConfigStaticImage.js.map +1 -0
  143. package/Components/JsonConfigComponent/ConfigStaticText.d.ts +14 -0
  144. package/Components/JsonConfigComponent/ConfigStaticText.js +88 -0
  145. package/Components/JsonConfigComponent/ConfigStaticText.js.map +1 -0
  146. package/Components/JsonConfigComponent/ConfigTable.d.ts +3 -0
  147. package/Components/JsonConfigComponent/ConfigTable.js +1064 -0
  148. package/Components/JsonConfigComponent/ConfigTable.js.map +1 -0
  149. package/Components/JsonConfigComponent/ConfigTabs.d.ts +34 -0
  150. package/Components/JsonConfigComponent/ConfigTabs.js +162 -0
  151. package/Components/JsonConfigComponent/ConfigTabs.js.map +1 -0
  152. package/Components/JsonConfigComponent/ConfigText.d.ts +14 -0
  153. package/Components/JsonConfigComponent/ConfigText.js +226 -0
  154. package/Components/JsonConfigComponent/ConfigText.js.map +1 -0
  155. package/Components/JsonConfigComponent/ConfigTextSendTo.d.ts +10 -0
  156. package/Components/JsonConfigComponent/ConfigTextSendTo.js +129 -0
  157. package/Components/JsonConfigComponent/ConfigTextSendTo.js.map +1 -0
  158. package/Components/JsonConfigComponent/ConfigTimePicker.d.ts +14 -0
  159. package/Components/JsonConfigComponent/ConfigTimePicker.js +85 -0
  160. package/Components/JsonConfigComponent/ConfigTimePicker.js.map +1 -0
  161. package/Components/JsonConfigComponent/ConfigTopic.d.ts +17 -0
  162. package/Components/JsonConfigComponent/ConfigTopic.js +110 -0
  163. package/Components/JsonConfigComponent/ConfigTopic.js.map +1 -0
  164. package/Components/JsonConfigComponent/ConfigUUID.d.ts +15 -0
  165. package/Components/JsonConfigComponent/ConfigUUID.js +95 -0
  166. package/Components/JsonConfigComponent/ConfigUUID.js.map +1 -0
  167. package/Components/JsonConfigComponent/ConfigUser.d.ts +14 -0
  168. package/Components/JsonConfigComponent/ConfigUser.js +142 -0
  169. package/Components/JsonConfigComponent/ConfigUser.js.map +1 -0
  170. package/Components/JsonConfigComponent/DeviceManager/Communication.d.ts +63 -0
  171. package/Components/JsonConfigComponent/DeviceManager/Communication.js +268 -0
  172. package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.d.ts +11 -0
  173. package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.js +15 -0
  174. package/Components/JsonConfigComponent/DeviceManager/DeviceCard.d.ts +53 -0
  175. package/Components/JsonConfigComponent/DeviceManager/DeviceCard.js +340 -0
  176. package/Components/JsonConfigComponent/DeviceManager/DeviceControl.d.ts +45 -0
  177. package/Components/JsonConfigComponent/DeviceManager/DeviceControl.js +146 -0
  178. package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.d.ts +12 -0
  179. package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.js +69 -0
  180. package/Components/JsonConfigComponent/DeviceManager/DeviceList.d.ts +51 -0
  181. package/Components/JsonConfigComponent/DeviceManager/DeviceList.js +226 -0
  182. package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.d.ts +13 -0
  183. package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.js +111 -0
  184. package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.d.ts +7 -0
  185. package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.js +16 -0
  186. package/Components/JsonConfigComponent/DeviceManager/JsonConfig.d.ts +11 -0
  187. package/Components/JsonConfigComponent/DeviceManager/JsonConfig.js +94 -0
  188. package/Components/JsonConfigComponent/DeviceManager/TooltipButton.d.ts +10 -0
  189. package/Components/JsonConfigComponent/DeviceManager/TooltipButton.js +22 -0
  190. package/Components/JsonConfigComponent/DeviceManager/Utils.d.ts +12 -0
  191. package/Components/JsonConfigComponent/DeviceManager/Utils.js +158 -0
  192. package/Components/JsonConfigComponent/DeviceManager/i18n/de.json +21 -0
  193. package/Components/JsonConfigComponent/DeviceManager/i18n/en.json +21 -0
  194. package/Components/JsonConfigComponent/DeviceManager/i18n/es.json +21 -0
  195. package/Components/JsonConfigComponent/DeviceManager/i18n/fr.json +21 -0
  196. package/Components/JsonConfigComponent/DeviceManager/i18n/i18n.d.ts +26 -0
  197. package/Components/JsonConfigComponent/DeviceManager/i18n/it.json +21 -0
  198. package/Components/JsonConfigComponent/DeviceManager/i18n/nl.json +21 -0
  199. package/Components/JsonConfigComponent/DeviceManager/i18n/pl.json +21 -0
  200. package/Components/JsonConfigComponent/DeviceManager/i18n/pt.json +21 -0
  201. package/Components/JsonConfigComponent/DeviceManager/i18n/ru.json +21 -0
  202. package/Components/JsonConfigComponent/DeviceManager/i18n/uk.json +21 -0
  203. package/Components/JsonConfigComponent/DeviceManager/i18n/zh-cn.json +21 -0
  204. package/Components/JsonConfigComponent/DeviceManager/index.d.ts +2 -0
  205. package/Components/JsonConfigComponent/DeviceManager/index.js +10 -0
  206. package/Components/JsonConfigComponent/DeviceManager/index.js.map +1 -0
  207. package/Components/JsonConfigComponent/Utils.d.ts +9 -0
  208. package/Components/JsonConfigComponent/Utils.js +13 -0
  209. package/Components/JsonConfigComponent/index.d.ts +26 -0
  210. package/Components/JsonConfigComponent/index.js +520 -0
  211. package/Components/JsonConfigComponent/index.js.map +1 -0
  212. package/Components/JsonConfigComponent/wrapper/AdminConnection.d.ts +2 -0
  213. package/Components/JsonConfigComponent/wrapper/AdminConnection.js +7 -0
  214. package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.d.ts +2 -0
  215. package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js +10 -0
  216. package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js.map +1 -0
  217. package/Components/JsonConfigComponent/wrapper/Components/Icon.d.ts +2 -0
  218. package/Components/JsonConfigComponent/wrapper/Components/Icon.js +10 -0
  219. package/Components/JsonConfigComponent/wrapper/Components/Icon.js.map +1 -0
  220. package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.d.ts +2 -0
  221. package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js +10 -0
  222. package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js.map +1 -0
  223. package/Components/JsonConfigComponent/wrapper/Components/UploadImage.d.ts +2 -0
  224. package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js +10 -0
  225. package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js.map +1 -0
  226. package/Components/JsonConfigComponent/wrapper/Components/Utils.d.ts +2 -0
  227. package/Components/JsonConfigComponent/wrapper/Components/Utils.js +10 -0
  228. package/Components/JsonConfigComponent/wrapper/Components/Utils.js.map +1 -0
  229. package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.d.ts +2 -0
  230. package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js +10 -0
  231. package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js.map +1 -0
  232. package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.d.ts +2 -0
  233. package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js +10 -0
  234. package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js.map +1 -0
  235. package/Components/JsonConfigComponent/wrapper/Dialogs/Error.d.ts +2 -0
  236. package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js +10 -0
  237. package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js.map +1 -0
  238. package/Components/JsonConfigComponent/wrapper/Dialogs/Message.d.ts +2 -0
  239. package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js +10 -0
  240. package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js.map +1 -0
  241. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.d.ts +2 -0
  242. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js +10 -0
  243. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js.map +1 -0
  244. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.d.ts +2 -0
  245. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js +10 -0
  246. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js.map +1 -0
  247. package/Components/JsonConfigComponent/wrapper/i18n.d.ts +2 -0
  248. package/Components/JsonConfigComponent/wrapper/i18n.js +10 -0
  249. package/Components/JsonConfigComponent/wrapper/i18n.js.map +1 -0
  250. package/Components/JsonConfigComponent/wrapper/icons/IconCopy.d.ts +2 -0
  251. package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js +10 -0
  252. package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js.map +1 -0
  253. package/Components/Loader.js +223 -223
  254. package/Components/Loader.js.map +1 -0
  255. package/Components/Loaders/PT.css +108 -108
  256. package/Components/Loaders/PT.js +103 -103
  257. package/Components/Loaders/PT.js.map +1 -0
  258. package/Components/Loaders/Vendor.css +13 -13
  259. package/Components/Loaders/Vendor.js +7 -7
  260. package/Components/Loaders/Vendor.js.map +1 -0
  261. package/Components/Logo.js.map +1 -0
  262. package/Components/MDUtils.js.map +1 -0
  263. package/Components/ObjectBrowser.js +344 -344
  264. package/Components/ObjectBrowser.js.map +1 -1
  265. package/Components/Router.js.map +1 -0
  266. package/Components/SaveCloseButtons.js.map +1 -0
  267. package/Components/Schedule.js.map +1 -0
  268. package/Components/SelectWithIcon.js.map +1 -0
  269. package/Components/SimpleCron/cron2text.js.map +1 -0
  270. package/Components/SimpleCron/cronText.js.map +1 -0
  271. package/Components/SimpleCron/index.js.map +1 -0
  272. package/Components/SimpleCron/jquery.cron.locale.js.map +1 -0
  273. package/Components/TabContainer.js.map +1 -0
  274. package/Components/TabContent.js.map +1 -0
  275. package/Components/TabHeader.js.map +1 -0
  276. package/Components/TableResize.js +5 -5
  277. package/Components/TableResize.js.map +1 -1
  278. package/Components/TextWithIcon.js.map +1 -0
  279. package/Components/ToggleThemeMenu.js.map +1 -0
  280. package/Components/TreeTable.js +70 -70
  281. package/Components/TreeTable.js.map +1 -1
  282. package/Components/UploadImage.js +305 -305
  283. package/Components/UploadImage.js.map +1 -0
  284. package/Components/Utils.js.map +1 -0
  285. package/Components/copy-to-clipboard.d.ts +13 -0
  286. package/Components/copy-to-clipboard.js +156 -0
  287. package/Components/copy-to-clipboard.js.map +1 -0
  288. package/Components/loader.css +221 -221
  289. package/Components/types.d.ts +82 -82
  290. package/Components/withWidth.js.map +1 -1
  291. package/Connection.js.map +1 -1
  292. package/Dialogs/ComplexCron.js.map +1 -0
  293. package/Dialogs/Confirm.js.map +1 -0
  294. package/Dialogs/Cron.js.map +1 -0
  295. package/Dialogs/Error.js.map +1 -0
  296. package/Dialogs/Message.js.map +1 -0
  297. package/Dialogs/SelectFile.js.map +1 -0
  298. package/Dialogs/SelectID.js.map +1 -0
  299. package/Dialogs/SimpleCron.js.map +1 -0
  300. package/Dialogs/TextInput.js.map +1 -0
  301. package/GenericApp.d.ts +2 -2
  302. package/GenericApp.js +49 -49
  303. package/GenericApp.js.map +1 -0
  304. package/LICENSE +22 -22
  305. package/LegacyConnection.d.ts +1 -1
  306. package/LegacyConnection.js +1 -0
  307. package/LegacyConnection.js.map +1 -0
  308. package/Prompt.js +7 -7
  309. package/Prompt.js.map +1 -0
  310. package/README.md +1101 -1101
  311. package/Theme.js.map +1 -0
  312. package/assets/devices/Alarm Systems.svg +18 -18
  313. package/assets/devices/Amplifier.svg +21 -21
  314. package/assets/devices/Awnings.svg +4 -4
  315. package/assets/devices/Battery Status.svg +4 -4
  316. package/assets/devices/Ceiling Spotlights.svg +15 -15
  317. package/assets/devices/Chandelier.svg +6 -6
  318. package/assets/devices/Climate.svg +11 -11
  319. package/assets/devices/Coffee Makers.svg +5 -5
  320. package/assets/devices/Cold Water.svg +31 -31
  321. package/assets/devices/Computer.svg +21 -21
  322. package/assets/devices/Consumption.svg +7 -7
  323. package/assets/devices/Curtains.svg +43 -43
  324. package/assets/devices/Dishwashers.svg +11 -11
  325. package/assets/devices/Doors.svg +5 -5
  326. package/assets/devices/Doorstep.svg +35 -35
  327. package/assets/devices/Dryer.svg +13 -13
  328. package/assets/devices/Fan.svg +20 -20
  329. package/assets/devices/Floor Lamps.svg +4 -4
  330. package/assets/devices/Garage Doors.svg +9 -9
  331. package/assets/devices/Gates.svg +32 -32
  332. package/assets/devices/Hairdryer.svg +23 -23
  333. package/assets/devices/Handle.svg +6 -6
  334. package/assets/devices/Hanging Lamps.svg +8 -8
  335. package/assets/devices/Heater.svg +44 -44
  336. package/assets/devices/Hoods.svg +11 -11
  337. package/assets/devices/Hot Water.svg +9 -9
  338. package/assets/devices/Humidity.svg +41 -41
  339. package/assets/devices/Iron.svg +4 -4
  340. package/assets/devices/Irrigation.svg +22 -22
  341. package/assets/devices/Led Strip.svg +30 -30
  342. package/assets/devices/Light.svg +29 -29
  343. package/assets/devices/Lightings.svg +46 -46
  344. package/assets/devices/Lock.svg +19 -19
  345. package/assets/devices/Louvre.svg +6 -6
  346. package/assets/devices/Mowing Machine.svg +8 -8
  347. package/assets/devices/Music.svg +12 -12
  348. package/assets/devices/Outdoor Blinds.svg +6 -6
  349. package/assets/devices/People.svg +19 -19
  350. package/assets/devices/Pool.svg +7 -7
  351. package/assets/devices/Power Consumption.svg +12 -12
  352. package/assets/devices/Printer.svg +9 -9
  353. package/assets/devices/Pump.svg +9 -9
  354. package/assets/devices/Receiver.svg +18 -18
  355. package/assets/devices/Sconces.svg +9 -9
  356. package/assets/devices/Security.svg +34 -34
  357. package/assets/devices/Shading.svg +4 -4
  358. package/assets/devices/Shutters.svg +10 -10
  359. package/assets/devices/SmokeDetector.svg +12 -12
  360. package/assets/devices/Sockets.svg +13 -13
  361. package/assets/devices/Speaker.svg +35 -35
  362. package/assets/devices/Stove.svg +11 -11
  363. package/assets/devices/Table Lamps.svg +11 -11
  364. package/assets/devices/Temperature Sensors.svg +28 -28
  365. package/assets/devices/Tv.svg +7 -7
  366. package/assets/devices/Vacuum Cleaner.svg +15 -15
  367. package/assets/devices/Ventilation.svg +12 -12
  368. package/assets/devices/Washing Machines.svg +15 -15
  369. package/assets/devices/Water Consumption.svg +5 -5
  370. package/assets/devices/Water Heater.svg +8 -8
  371. package/assets/devices/Water.svg +40 -40
  372. package/assets/devices/Weather.svg +28 -28
  373. package/assets/devices/Window.svg +7 -7
  374. package/assets/devices/list.json +993 -993
  375. package/assets/devices/names.txt +62 -62
  376. package/assets/devices/parseNames.js +34 -34
  377. package/assets/lamp_ceiling.svg +8 -8
  378. package/assets/lamp_table.svg +7 -7
  379. package/assets/no_icon.svg +9 -9
  380. package/assets/rooms/Anteroom.svg +52 -52
  381. package/assets/rooms/Attic.svg +21 -21
  382. package/assets/rooms/Balcony.svg +12 -12
  383. package/assets/rooms/Barn.svg +5 -5
  384. package/assets/rooms/Basement.svg +4 -4
  385. package/assets/rooms/Bathroom.svg +38 -38
  386. package/assets/rooms/Bedroom.svg +5 -5
  387. package/assets/rooms/Boiler Room.svg +12 -12
  388. package/assets/rooms/Carport.svg +17 -17
  389. package/assets/rooms/Cellar.svg +89 -89
  390. package/assets/rooms/Chamber.svg +9 -9
  391. package/assets/rooms/Corridor.svg +52 -52
  392. package/assets/rooms/Dining Area.svg +37 -37
  393. package/assets/rooms/Dining Room.svg +37 -37
  394. package/assets/rooms/Dining.svg +37 -37
  395. package/assets/rooms/Dressing Room.svg +4 -4
  396. package/assets/rooms/Driveway.svg +14 -14
  397. package/assets/rooms/Entrance.svg +44 -44
  398. package/assets/rooms/Equipment Room.svg +14 -14
  399. package/assets/rooms/Front Yard.svg +64 -64
  400. package/assets/rooms/Gallery.svg +13 -13
  401. package/assets/rooms/Garage.svg +20 -20
  402. package/assets/rooms/Garden.svg +12 -12
  403. package/assets/rooms/Ground Floor.svg +95 -95
  404. package/assets/rooms/Guest Bathroom.svg +32 -32
  405. package/assets/rooms/Guest Room.svg +5 -5
  406. package/assets/rooms/Gym.svg +4 -4
  407. package/assets/rooms/Hall.svg +19 -19
  408. package/assets/rooms/Home Theater.svg +7 -7
  409. package/assets/rooms/Kitchen.svg +17 -17
  410. package/assets/rooms/Laundry Room.svg +11 -11
  411. package/assets/rooms/Living Area.svg +10 -10
  412. package/assets/rooms/Living Room.svg +10 -10
  413. package/assets/rooms/Locker Room.svg +16 -16
  414. package/assets/rooms/Nursery.svg +4 -4
  415. package/assets/rooms/Office.svg +8 -8
  416. package/assets/rooms/Outdoors.svg +7 -7
  417. package/assets/rooms/Playroom.svg +5 -5
  418. package/assets/rooms/Pool.svg +7 -7
  419. package/assets/rooms/Rear Wall.svg +30 -30
  420. package/assets/rooms/Second Floor.svg +95 -95
  421. package/assets/rooms/Shed.svg +16 -16
  422. package/assets/rooms/Sleeping Area.svg +22 -22
  423. package/assets/rooms/Stairway.svg +4 -4
  424. package/assets/rooms/Stairwell.svg +15 -15
  425. package/assets/rooms/Storeroom.svg +4 -4
  426. package/assets/rooms/Summer House.svg +27 -27
  427. package/assets/rooms/Swimming Pool.svg +21 -21
  428. package/assets/rooms/Terrace.svg +6 -6
  429. package/assets/rooms/Toilet.svg +10 -10
  430. package/assets/rooms/Upstairs.svg +5 -5
  431. package/assets/rooms/Wardrobe.svg +60 -60
  432. package/assets/rooms/Washroom.svg +19 -19
  433. package/assets/rooms/Wc.svg +10 -10
  434. package/assets/rooms/Windscreen.svg +60 -60
  435. package/assets/rooms/Workshop.svg +22 -22
  436. package/assets/rooms/Workspace.svg +8 -8
  437. package/assets/rooms/list.json +945 -945
  438. package/assets/rooms/names.txt +59 -59
  439. package/assets/rooms/parseNames.js +34 -34
  440. package/craco-module-federation.js +69 -69
  441. package/i18n.js.map +1 -0
  442. package/icons/IconAdapter.js.map +1 -1
  443. package/icons/IconAlias.js.map +1 -1
  444. package/icons/IconChannel.js.map +1 -1
  445. package/icons/IconClearFilter.js.map +1 -1
  446. package/icons/IconClosed.js.map +1 -1
  447. package/icons/IconCopy.js +8 -8
  448. package/icons/IconCopy.js.map +1 -1
  449. package/icons/IconDevice.js.map +1 -1
  450. package/icons/IconDocument.js.map +1 -1
  451. package/icons/IconDocumentReadOnly.js.map +1 -1
  452. package/icons/IconExpert.js.map +1 -0
  453. package/icons/IconFx.js +1 -1
  454. package/icons/IconFx.js.map +1 -1
  455. package/icons/IconInstance.js.map +1 -1
  456. package/icons/IconLogout.js +9 -9
  457. package/icons/IconLogout.js.map +1 -1
  458. package/icons/IconNoIcon.js +8 -8
  459. package/icons/IconNoIcon.js.map +1 -1
  460. package/icons/IconOpen.js.map +1 -1
  461. package/icons/IconState.js.map +1 -1
  462. package/index.css +54 -54
  463. package/package.json +2 -2
  464. package/types.d.ts +94 -94
@@ -1,5 +1,5 @@
1
- <svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
2
- <g fill="currentColor">
3
- <path d="m26.622 151.741h10.8v35.681c0 11.125 9.051 20.175 20.175 20.175h14.814c4.799 0 9.208-1.691 12.675-4.5 3.467 2.809 7.875 4.5 12.675 4.5h14.814c11.124 0 20.175-9.05 20.175-20.175v-39.94h20.139v185.115h-23.457c-10.938 0-19.837 8.898-19.837 19.836v37.324c0 9.968 7.398 18.219 16.988 19.608v87.576c0 8.304 6.755 15.059 15.059 15.059h30.335c8.304 0 15.059-6.755 15.059-15.059v-53.844h51.464c4.143 0 7.5-3.358 7.5-7.5s-3.357-7.5-7.5-7.5c-9.765 0-85.785 0-96.917 0v-18.503h228.834v18.503c-11.137 0-87.217 0-96.917 0-4.143 0-7.5 3.358-7.5 7.5s3.357 7.5 7.5 7.5h51.465v53.844c0 8.304 6.755 15.059 15.059 15.059h30.334c8.304 0 15.06-6.755 15.06-15.059 0-10.154 0-77.036 0-87.576 9.59-1.389 16.988-9.64 16.988-19.608v-37.324c0-10.938-8.898-19.836-19.837-19.836h-23.457v-75.058c0-4.142-3.357-7.5-7.5-7.5s-7.5 3.358-7.5 7.5v75.058h-25.164c0-21.713 0-162.912 0-185.115h25.164v75.058c0 4.142 3.357 7.5 7.5 7.5s7.5-3.358 7.5-7.5v-75.058h20.139v39.94c0 11.125 9.051 20.175 20.175 20.175h14.814c4.799 0 9.208-1.691 12.675-4.5 3.467 2.809 7.875 4.5 12.674 4.5h14.815c11.124 0 20.175-9.05 20.175-20.175v-35.681h10.8c11.124 0 20.175-9.05 20.175-20.175v-14.814c0-11.125-9.051-20.175-20.175-20.175h-10.8v-35.681c0-11.124-9.051-20.174-20.175-20.174h-14.815c-4.799 0-9.207 1.691-12.674 4.5-3.467-2.809-7.875-4.5-12.675-4.5h-14.814c-11.124 0-20.175 9.05-20.175 20.174v39.941h-20.139v-80.663c-.001-11.124-9.051-20.174-20.175-20.174h-14.814c-11.124 0-20.175 9.05-20.175 20.174v50.534h-95.896v-50.534c0-11.124-9.05-20.174-20.174-20.174h-14.815c-11.124 0-20.174 9.05-20.174 20.174v80.663h-20.139v-39.941c0-11.124-9.051-20.174-20.175-20.174h-14.814c-4.799 0-9.208 1.691-12.675 4.5-3.467-2.809-7.875-4.5-12.675-4.5h-14.814c-11.124 0-20.175 9.05-20.175 20.174v35.681h-10.8c-11.124 0-20.175 9.05-20.175 20.175v14.814c0 11.125 9.051 20.175 20.175 20.175zm141.267-4.26h25.163v185.115h-25.163zm40.163 68.712h95.896v76.901h-95.896zm95.895-15h-95.896v-23.583h95.896zm-131.919 241.904-.051 53.903-30.393-.039c0-.001-.001-.008-.001-.02v-53.844zm198.329 53.903-30.393-.059v-53.844h30.445zm12.211-149.403c2.667 0 4.837 2.169 4.837 4.836v37.324c0 2.667-2.17 4.836-4.837 4.836-13.202 0-241.256 0-253.137 0-2.667 0-4.837-2.169-4.837-4.836v-37.324c0-2.667 2.17-4.836 4.837-4.836zm-174.516-15v-24.503h95.896v24.503zm95.895-169.987h-95.896v-15.128h95.896zm-115.977-30.129v-16.645h136.06v16.645c-4.653 0-130.411 0-136.06 0zm297.408-20.904c2.805 0 5.175 2.37 5.175 5.175v14.814c0 2.805-2.37 5.175-5.175 5.175h-10.8v-25.164zm-45.79-55.855h14.815c2.805 0 5.175 2.37 5.175 5.174v126.526c0 2.805-2.37 5.175-5.175 5.175h-14.815c-2.805 0-5.174-2.37-5.174-5.175v-126.526c0-2.805 2.369-5.174 5.174-5.174zm-45.338 5.174c0-2.805 2.37-5.174 5.175-5.174h14.814c2.805 0 5.175 2.37 5.175 5.174v126.526c0 2.805-2.37 5.175-5.175 5.175h-14.814c-2.854 0-5.175-2.321-5.175-5.175 0-2.904 0-122.602 0-126.526zm-15 71.585c-13.463 0-25.186 0-40.221 0v-16.645h40.221zm-60.303-112.307c0-2.805 2.37-5.174 5.175-5.174h14.814c2.854 0 5.175 2.321 5.175 5.174v80.663c-9.106 0-16.058 0-25.164 0 0-9.373 0-70.885 0-80.663zm-15 65.534v15.128h-95.896v-15.128zm-136.058-65.534c0-2.805 2.369-5.174 5.174-5.174h14.815c2.805 0 5.174 2.37 5.174 5.174v80.663c-9.104 0-16.039 0-25.163 0zm5.081 95.663v16.645c-15.273 0-26.46 0-40.22 0v-16.645zm-75.209-60.115h14.814c2.805 0 5.175 2.37 5.175 5.174v126.526c0 2.854-2.321 5.175-5.175 5.175h-14.814c-2.805 0-5.175-2.37-5.175-5.175v-126.526c0-2.805 2.37-5.174 5.175-5.174zm-45.339 5.174c0-2.805 2.37-5.174 5.175-5.174h14.814c2.805 0 5.175 2.37 5.175 5.174v126.526c0 2.854-2.321 5.175-5.175 5.175h-14.814c-2.854 0-5.175-2.321-5.175-5.175 0-5.679 0-120.827 0-126.526zm-30.975 55.856c0-2.854 2.321-5.175 5.175-5.175h10.8v25.164h-10.8c-2.854 0-5.175-2.321-5.175-5.175z"/>
4
- </g>
1
+ <svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
2
+ <g fill="currentColor">
3
+ <path d="m26.622 151.741h10.8v35.681c0 11.125 9.051 20.175 20.175 20.175h14.814c4.799 0 9.208-1.691 12.675-4.5 3.467 2.809 7.875 4.5 12.675 4.5h14.814c11.124 0 20.175-9.05 20.175-20.175v-39.94h20.139v185.115h-23.457c-10.938 0-19.837 8.898-19.837 19.836v37.324c0 9.968 7.398 18.219 16.988 19.608v87.576c0 8.304 6.755 15.059 15.059 15.059h30.335c8.304 0 15.059-6.755 15.059-15.059v-53.844h51.464c4.143 0 7.5-3.358 7.5-7.5s-3.357-7.5-7.5-7.5c-9.765 0-85.785 0-96.917 0v-18.503h228.834v18.503c-11.137 0-87.217 0-96.917 0-4.143 0-7.5 3.358-7.5 7.5s3.357 7.5 7.5 7.5h51.465v53.844c0 8.304 6.755 15.059 15.059 15.059h30.334c8.304 0 15.06-6.755 15.06-15.059 0-10.154 0-77.036 0-87.576 9.59-1.389 16.988-9.64 16.988-19.608v-37.324c0-10.938-8.898-19.836-19.837-19.836h-23.457v-75.058c0-4.142-3.357-7.5-7.5-7.5s-7.5 3.358-7.5 7.5v75.058h-25.164c0-21.713 0-162.912 0-185.115h25.164v75.058c0 4.142 3.357 7.5 7.5 7.5s7.5-3.358 7.5-7.5v-75.058h20.139v39.94c0 11.125 9.051 20.175 20.175 20.175h14.814c4.799 0 9.208-1.691 12.675-4.5 3.467 2.809 7.875 4.5 12.674 4.5h14.815c11.124 0 20.175-9.05 20.175-20.175v-35.681h10.8c11.124 0 20.175-9.05 20.175-20.175v-14.814c0-11.125-9.051-20.175-20.175-20.175h-10.8v-35.681c0-11.124-9.051-20.174-20.175-20.174h-14.815c-4.799 0-9.207 1.691-12.674 4.5-3.467-2.809-7.875-4.5-12.675-4.5h-14.814c-11.124 0-20.175 9.05-20.175 20.174v39.941h-20.139v-80.663c-.001-11.124-9.051-20.174-20.175-20.174h-14.814c-11.124 0-20.175 9.05-20.175 20.174v50.534h-95.896v-50.534c0-11.124-9.05-20.174-20.174-20.174h-14.815c-11.124 0-20.174 9.05-20.174 20.174v80.663h-20.139v-39.941c0-11.124-9.051-20.174-20.175-20.174h-14.814c-4.799 0-9.208 1.691-12.675 4.5-3.467-2.809-7.875-4.5-12.675-4.5h-14.814c-11.124 0-20.175 9.05-20.175 20.174v35.681h-10.8c-11.124 0-20.175 9.05-20.175 20.175v14.814c0 11.125 9.051 20.175 20.175 20.175zm141.267-4.26h25.163v185.115h-25.163zm40.163 68.712h95.896v76.901h-95.896zm95.895-15h-95.896v-23.583h95.896zm-131.919 241.904-.051 53.903-30.393-.039c0-.001-.001-.008-.001-.02v-53.844zm198.329 53.903-30.393-.059v-53.844h30.445zm12.211-149.403c2.667 0 4.837 2.169 4.837 4.836v37.324c0 2.667-2.17 4.836-4.837 4.836-13.202 0-241.256 0-253.137 0-2.667 0-4.837-2.169-4.837-4.836v-37.324c0-2.667 2.17-4.836 4.837-4.836zm-174.516-15v-24.503h95.896v24.503zm95.895-169.987h-95.896v-15.128h95.896zm-115.977-30.129v-16.645h136.06v16.645c-4.653 0-130.411 0-136.06 0zm297.408-20.904c2.805 0 5.175 2.37 5.175 5.175v14.814c0 2.805-2.37 5.175-5.175 5.175h-10.8v-25.164zm-45.79-55.855h14.815c2.805 0 5.175 2.37 5.175 5.174v126.526c0 2.805-2.37 5.175-5.175 5.175h-14.815c-2.805 0-5.174-2.37-5.174-5.175v-126.526c0-2.805 2.369-5.174 5.174-5.174zm-45.338 5.174c0-2.805 2.37-5.174 5.175-5.174h14.814c2.805 0 5.175 2.37 5.175 5.174v126.526c0 2.805-2.37 5.175-5.175 5.175h-14.814c-2.854 0-5.175-2.321-5.175-5.175 0-2.904 0-122.602 0-126.526zm-15 71.585c-13.463 0-25.186 0-40.221 0v-16.645h40.221zm-60.303-112.307c0-2.805 2.37-5.174 5.175-5.174h14.814c2.854 0 5.175 2.321 5.175 5.174v80.663c-9.106 0-16.058 0-25.164 0 0-9.373 0-70.885 0-80.663zm-15 65.534v15.128h-95.896v-15.128zm-136.058-65.534c0-2.805 2.369-5.174 5.174-5.174h14.815c2.805 0 5.174 2.37 5.174 5.174v80.663c-9.104 0-16.039 0-25.163 0zm5.081 95.663v16.645c-15.273 0-26.46 0-40.22 0v-16.645zm-75.209-60.115h14.814c2.805 0 5.175 2.37 5.175 5.174v126.526c0 2.854-2.321 5.175-5.175 5.175h-14.814c-2.805 0-5.175-2.37-5.175-5.175v-126.526c0-2.805 2.37-5.174 5.175-5.174zm-45.339 5.174c0-2.805 2.37-5.174 5.175-5.174h14.814c2.805 0 5.175 2.37 5.175 5.174v126.526c0 2.854-2.321 5.175-5.175 5.175h-14.814c-2.854 0-5.175-2.321-5.175-5.175 0-5.679 0-120.827 0-126.526zm-30.975 55.856c0-2.854 2.321-5.175 5.175-5.175h10.8v25.164h-10.8c-2.854 0-5.175-2.321-5.175-5.175z"/>
4
+ </g>
5
5
  </svg>
@@ -1,19 +1,19 @@
1
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 480">
2
- <g fill="currentColor">
3
- <path d="M472,280h-16V166.4c0-12-9.6-22.4-22.4-22.4h-4c-12,0-22.4,9.6-22.4,22.4V280h-24v-16c0-13.6-10.4-24-24-24H120
4
- c-13.6,0-24,10.4-24,24v16H72V166.4c0-12-9.6-22.4-22.4-22.4h-3.2c-12.8,0-22.4,9.6-22.4,22.4V280H8c-4.8,0-8,3.2-8,8s3.2,8,8,8h8
5
- v144c0,4.8,3.2,8,8,8h8v8c0,4.8,3.2,8,8,8s8-3.2,8-8v-8h384v8c0,4.8,3.2,8,8,8s8-3.2,8-8v-8h8c4.8,0,8-3.2,8-8V296h8
6
- c4.8,0,8-3.2,8-8S476.8,280,472,280z M430.4,160h4c3.2,0,6.4,2.4,6.4,6.4V280h-16V166.4H424C424,163.2,426.4,160,430.4,160z
7
- M112,264c0-4.8,3.2-8,8-8h240c4.8,0,8,3.2,8,8v16H112V264z M40,166.4c0-4,2.4-6.4,6.4-6.4h4c3.2,0,5.6,2.4,5.6,6.4V280H40V166.4z
8
- M232,432H32v-64h200V432z M448,432H248v-64h200V432z M448,352H32v-56h416V352z"/>
9
- <path d="M208,384c-4.8,0-8,3.2-8,8v16c0,4.8,3.2,8,8,8s8-3.2,8-8v-16C216,387.2,212.8,384,208,384z"/>
10
- <path d="M272,384c-4.8,0-8,3.2-8,8v16c0,4.8,3.2,8,8,8s8-3.2,8-8v-16C280,387.2,276.8,384,272,384z"/>
11
- <path d="M384,16H96c-4.8,0-8,3.2-8,8v160c0,4.8,3.2,8,8,8h288c4.8,0,8-3.2,8-8V24C392,19.2,388.8,16,384,16z M376,176H104V32h272
12
- V176z"/>
13
- <path d="M352,144h-8c-4.8,0-8,3.2-8,8s3.2,8,8,8h8c4.8,0,8-3.2,8-8S356.8,144,352,144z"/>
14
- <path d="M157.6,50.4c-3.2-3.2-8-3.2-11.2,0l-24,24c-3.2,3.2-3.2,8,0,11.2c3.2,3.2,8,3.2,11.2,0l24-24
15
- C160.8,58.4,160.8,53.6,157.6,50.4z"/>
16
- <path d="M197.6,50.4c-3.2-3.2-8-3.2-11.2,0l-56,56c-3.2,3.2-3.2,8,0,11.2c3.2,3.2,8,3.2,11.2,0l56-56
17
- C200.8,58.4,200.8,53.6,197.6,50.4z"/>
18
- </g>
19
- </svg>
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 480">
2
+ <g fill="currentColor">
3
+ <path d="M472,280h-16V166.4c0-12-9.6-22.4-22.4-22.4h-4c-12,0-22.4,9.6-22.4,22.4V280h-24v-16c0-13.6-10.4-24-24-24H120
4
+ c-13.6,0-24,10.4-24,24v16H72V166.4c0-12-9.6-22.4-22.4-22.4h-3.2c-12.8,0-22.4,9.6-22.4,22.4V280H8c-4.8,0-8,3.2-8,8s3.2,8,8,8h8
5
+ v144c0,4.8,3.2,8,8,8h8v8c0,4.8,3.2,8,8,8s8-3.2,8-8v-8h384v8c0,4.8,3.2,8,8,8s8-3.2,8-8v-8h8c4.8,0,8-3.2,8-8V296h8
6
+ c4.8,0,8-3.2,8-8S476.8,280,472,280z M430.4,160h4c3.2,0,6.4,2.4,6.4,6.4V280h-16V166.4H424C424,163.2,426.4,160,430.4,160z
7
+ M112,264c0-4.8,3.2-8,8-8h240c4.8,0,8,3.2,8,8v16H112V264z M40,166.4c0-4,2.4-6.4,6.4-6.4h4c3.2,0,5.6,2.4,5.6,6.4V280H40V166.4z
8
+ M232,432H32v-64h200V432z M448,432H248v-64h200V432z M448,352H32v-56h416V352z"/>
9
+ <path d="M208,384c-4.8,0-8,3.2-8,8v16c0,4.8,3.2,8,8,8s8-3.2,8-8v-16C216,387.2,212.8,384,208,384z"/>
10
+ <path d="M272,384c-4.8,0-8,3.2-8,8v16c0,4.8,3.2,8,8,8s8-3.2,8-8v-16C280,387.2,276.8,384,272,384z"/>
11
+ <path d="M384,16H96c-4.8,0-8,3.2-8,8v160c0,4.8,3.2,8,8,8h288c4.8,0,8-3.2,8-8V24C392,19.2,388.8,16,384,16z M376,176H104V32h272
12
+ V176z"/>
13
+ <path d="M352,144h-8c-4.8,0-8,3.2-8,8s3.2,8,8,8h8c4.8,0,8-3.2,8-8S356.8,144,352,144z"/>
14
+ <path d="M157.6,50.4c-3.2-3.2-8-3.2-11.2,0l-24,24c-3.2,3.2-3.2,8,0,11.2c3.2,3.2,8,3.2,11.2,0l24-24
15
+ C160.8,58.4,160.8,53.6,157.6,50.4z"/>
16
+ <path d="M197.6,50.4c-3.2-3.2-8-3.2-11.2,0l-56,56c-3.2,3.2-3.2,8,0,11.2c3.2,3.2,8,3.2,11.2,0l56-56
17
+ C200.8,58.4,200.8,53.6,197.6,50.4z"/>
18
+ </g>
19
+ </svg>
@@ -1,8 +1,8 @@
1
- <svg height="511pt" viewBox="1 -44 511.99899 511" width="511pt" xmlns="http://www.w3.org/2000/svg">
2
- <g fill="currentColor">
3
- <path d="m282.519531 333.988281c-4.171875 0-7.546875 3.378907-7.546875 7.546875 0 4.167969 3.375 7.546875 7.546875 7.546875h114.339844c7.082031 0 12.84375-5.761719 12.84375-12.847656v-191.929687c0-7.082032-5.761719-12.847657-12.84375-12.847657h-281.71875c-7.082031 0-12.84375 5.765625-12.84375 12.847657v191.929687c0 7.085937 5.761719 12.847656 12.84375 12.847656h137.191406c4.167969 0 7.546875-3.378906 7.546875-7.546875 0-4.167968-3.378906-7.546875-7.546875-7.546875h-134.945312v-187.4375h277.226562v187.4375zm0 0"/>
4
- <path d="m49.261719 82.742188c15.582031 0 28.261719-12.679688 28.261719-28.253907 0-15.585937-12.679688-28.261719-28.261719-28.261719-15.578125 0-28.253907 12.675782-28.253907 28.261719 0 15.574219 12.675782 28.253907 28.253907 28.253907zm0-41.425782c7.261719 0 13.167969 5.90625 13.167969 13.171875 0 7.253907-5.90625 13.160157-13.167969 13.160157-7.253907 0-13.160157-5.90625-13.160157-13.160157 0-7.265625 5.90625-13.171875 13.160157-13.171875zm0 0"/>
5
- <path d="m462.738281.5c-27.164062 0-49.269531 22.105469-49.269531 49.269531v56.304688c-5.652344-1.367188-6.042969-.535157-54.332031-.777344-4.164063 0-7.542969 3.382813-7.542969 7.546875s3.378906 7.546875 7.542969 7.546875h47.722656c7.730469 0 13.914063 6.304687 13.914063 13.914063v211.933593c0 7.664063-6.246094 13.914063-13.914063 13.914063-59.417969 0-231.554687 0-301.71875 0-7.667969 0-13.914063-6.25-13.914063-13.914063 0-10.746093 0-204.589843 0-211.933593 0-5.273438 2.957032-9.878907 7.304688-12.246094 5.84375-3.175782-4.242188-1.046875 230.421875-1.667969 4.175781 0 7.546875-3.382813 7.546875-7.546875s-3.371094-7.546875-7.546875-7.546875c-236.351563.273437-224.550781-.644531-230.421875.777344v-56.304688c0-27.164062-22.105469-49.269531-49.269531-49.269531-22.769531 0-42.449219 15.433594-47.863281 37.527344-.984376 4.054687 1.5 8.140625 5.542968 9.125 4.046875.988281 8.128906-1.488282 9.125-5.53125 3.746094-15.324219 17.398438-26.03125 33.195313-26.03125 18.84375 0 34.175781 15.335937 34.175781 34.179687v65.316407c-3.113281 3.511718-5.390625 7.773437-6.511719 12.480468-2.671875-12.824218-14.058593-22.488281-27.664062-22.488281-15.578125 0-28.253907 12.679687-28.253907 28.257813 0 15.578124 12.675782 28.257812 28.253907 28.257812 12.535156 0 23.1875-8.210938 26.871093-19.53125v61.398438c-3.683593-11.320313-14.335937-19.527344-26.871093-19.527344-15.578125 0-28.253907 12.675781-28.253907 28.253906 0 15.582031 12.675782 28.257812 28.253907 28.257812 12.535156 0 23.1875-8.207031 26.871093-19.53125v61.402344c-3.683593-11.324218-14.335937-19.53125-26.871093-19.53125-15.578125 0-28.253907 12.675782-28.253907 28.253906 0 15.582032 12.675782 28.257813 28.253907 28.257813 12.535156 0 23.1875-8.207031 26.871093-19.53125v17.089844c-20.105468 25.53125-61.039062 11.125-61.039062-21.097657v-225.84375c0-4.175781-3.382812-7.546874-7.546875-7.546874-4.175781 0-7.546875 3.371093-7.546875 7.546874v225.84375c0 24.601563 18.121094 45.050782 41.71875 48.695313v62.527344h-18.964844c-4.167968 0-7.546875 3.378906-7.546875 7.546875 0 4.167968 3.378907 7.546875 7.546875 7.546875h53.019532c4.167968 0 7.546874-3.378907 7.546874-7.546875 0-4.167969-3.378906-7.546875-7.546874-7.546875h-18.964844v-62.53125c7.042968-1.085938 13.597656-3.667969 19.324218-7.410157v9.199219c0 15.984375 13.019532 29.003907 29.007813 29.003907h45.820313v35.898437c0 6.289063 5.109374 11.410156 11.398437 11.410156h21.128906c6.289063 0 11.398438-5.121093 11.398438-11.410156v-35.898437h122.226562v35.898437c0 6.289063 5.109375 11.410156 11.398438 11.410156h21.128906c6.289063 0 11.398437-5.121093 11.398437-11.410156v-35.898437h45.820313c15.988281 0 29.007813-13.019532 29.007813-29.003907v-9.199219c5.726562 3.742188 12.28125 6.324219 19.324218 7.410157v62.53125h-18.964844c-4.167968 0-7.546874 3.378906-7.546874 7.546875 0 4.167968 3.378906 7.546875 7.546874 7.546875h53.019532c4.167968 0 7.546875-3.378907 7.546875-7.546875 0-4.167969-3.378907-7.546875-7.546875-7.546875h-18.964844v-62.527344c23.597656-3.644531 41.71875-24.09375 41.71875-48.695313v-245.988281c0-27.164062-22.09375-49.269531-49.261719-49.269531zm-413.476562 146c-7.257813 0-13.164063-5.90625-13.164063-13.164062 0-7.257813 5.90625-13.164063 13.164063-13.164063 7.257812 0 13.164062 5.90625 13.164062 13.164063 0 7.257812-5.90625 13.164062-13.164062 13.164062zm0 78.855469c-7.257813 0-13.164063-5.90625-13.164063-13.167969 0-7.257812 5.90625-13.164062 13.164063-13.164062 7.257812 0 13.164062 5.90625 13.164062 13.164062 0 7.261719-5.90625 13.167969-13.164062 13.167969zm0 78.851562c-7.257813 0-13.164063-5.90625-13.164063-13.167969 0-7.257812 5.90625-13.164062 13.164063-13.164062 7.257812 0 13.164062 5.90625 13.164062 13.164062 0 7.261719-5.90625 13.167969-13.164062 13.167969zm130.535156 103.253907h-13.746094v-32.21875h13.746094zm166.152344 0h-13.746094v-32.21875h13.746094zm150.957031-111.703126c0 32.238282-40.941406 46.621094-61.039062 21.097657v-17.085938c3.683593 11.320313 14.335937 19.527344 26.871093 19.527344 15.578125 0 28.253907-12.675781 28.253907-28.257813 0-15.578124-12.675782-28.253906-28.253907-28.253906-12.535156 0-23.183593 8.207032-26.871093 19.527344v-61.394531c3.683593 11.320312 14.335937 19.527343 26.871093 19.527343 15.578125 0 28.253907-12.675781 28.253907-28.257812 0-15.578125-12.675782-28.253906-28.253907-28.253906-12.535156 0-23.183593 8.207031-26.871093 19.527344v-61.398438c3.683593 11.324219 14.335937 19.53125 26.871093 19.53125 15.578125 0 28.253907-12.675781 28.253907-28.257812 0-15.578126-12.675782-28.253907-28.253907-28.253907-13.605469 0-24.992187 9.660157-27.664062 22.484375-1.121094-4.707031-3.398438-8.96875-6.511719-12.476562v-65.320313c0-18.84375 15.332031-34.179687 34.179688-34.179687 18.84375 0 34.167968 15.335937 34.167968 34.179687v245.988281zm-47.332031-4.71875c0-7.257812 5.90625-13.164062 13.164062-13.164062 7.257813 0 13.164063 5.90625 13.164063 13.164062 0 7.261719-5.90625 13.167969-13.164063 13.167969-7.257812 0-13.164062-5.90625-13.164062-13.167969zm0-78.851562c0-7.257812 5.90625-13.164062 13.164062-13.164062 7.257813 0 13.164063 5.90625 13.164063 13.164062 0 7.261719-5.90625 13.167969-13.164063 13.167969-7.257812 0-13.164062-5.90625-13.164062-13.167969zm0-78.851562c0-7.257813 5.90625-13.164063 13.164062-13.164063 7.257813 0 13.164063 5.90625 13.164063 13.164063 0 7.257812-5.90625 13.164062-13.164063 13.164062-7.257812 0-13.164062-5.90625-13.164062-13.164062zm0 0"/>
6
- <path d="m462.738281 26.226562c-15.582031 0-28.257812 12.675782-28.257812 28.257813 0 15.578125 12.675781 28.253906 28.257812 28.253906 15.578125 0 28.253907-12.675781 28.253907-28.253906 0-15.582031-12.675782-28.257813-28.253907-28.257813zm0 41.421876c-7.261719 0-13.167969-5.90625-13.167969-13.164063 0-7.261719 5.90625-13.164063 13.167969-13.164063 7.257813 0 13.164063 5.902344 13.164063 13.164063 0 7.257813-5.90625 13.164063-13.164063 13.164063zm0 0"/>
7
- </g>
1
+ <svg height="511pt" viewBox="1 -44 511.99899 511" width="511pt" xmlns="http://www.w3.org/2000/svg">
2
+ <g fill="currentColor">
3
+ <path d="m282.519531 333.988281c-4.171875 0-7.546875 3.378907-7.546875 7.546875 0 4.167969 3.375 7.546875 7.546875 7.546875h114.339844c7.082031 0 12.84375-5.761719 12.84375-12.847656v-191.929687c0-7.082032-5.761719-12.847657-12.84375-12.847657h-281.71875c-7.082031 0-12.84375 5.765625-12.84375 12.847657v191.929687c0 7.085937 5.761719 12.847656 12.84375 12.847656h137.191406c4.167969 0 7.546875-3.378906 7.546875-7.546875 0-4.167968-3.378906-7.546875-7.546875-7.546875h-134.945312v-187.4375h277.226562v187.4375zm0 0"/>
4
+ <path d="m49.261719 82.742188c15.582031 0 28.261719-12.679688 28.261719-28.253907 0-15.585937-12.679688-28.261719-28.261719-28.261719-15.578125 0-28.253907 12.675782-28.253907 28.261719 0 15.574219 12.675782 28.253907 28.253907 28.253907zm0-41.425782c7.261719 0 13.167969 5.90625 13.167969 13.171875 0 7.253907-5.90625 13.160157-13.167969 13.160157-7.253907 0-13.160157-5.90625-13.160157-13.160157 0-7.265625 5.90625-13.171875 13.160157-13.171875zm0 0"/>
5
+ <path d="m462.738281.5c-27.164062 0-49.269531 22.105469-49.269531 49.269531v56.304688c-5.652344-1.367188-6.042969-.535157-54.332031-.777344-4.164063 0-7.542969 3.382813-7.542969 7.546875s3.378906 7.546875 7.542969 7.546875h47.722656c7.730469 0 13.914063 6.304687 13.914063 13.914063v211.933593c0 7.664063-6.246094 13.914063-13.914063 13.914063-59.417969 0-231.554687 0-301.71875 0-7.667969 0-13.914063-6.25-13.914063-13.914063 0-10.746093 0-204.589843 0-211.933593 0-5.273438 2.957032-9.878907 7.304688-12.246094 5.84375-3.175782-4.242188-1.046875 230.421875-1.667969 4.175781 0 7.546875-3.382813 7.546875-7.546875s-3.371094-7.546875-7.546875-7.546875c-236.351563.273437-224.550781-.644531-230.421875.777344v-56.304688c0-27.164062-22.105469-49.269531-49.269531-49.269531-22.769531 0-42.449219 15.433594-47.863281 37.527344-.984376 4.054687 1.5 8.140625 5.542968 9.125 4.046875.988281 8.128906-1.488282 9.125-5.53125 3.746094-15.324219 17.398438-26.03125 33.195313-26.03125 18.84375 0 34.175781 15.335937 34.175781 34.179687v65.316407c-3.113281 3.511718-5.390625 7.773437-6.511719 12.480468-2.671875-12.824218-14.058593-22.488281-27.664062-22.488281-15.578125 0-28.253907 12.679687-28.253907 28.257813 0 15.578124 12.675782 28.257812 28.253907 28.257812 12.535156 0 23.1875-8.210938 26.871093-19.53125v61.398438c-3.683593-11.320313-14.335937-19.527344-26.871093-19.527344-15.578125 0-28.253907 12.675781-28.253907 28.253906 0 15.582031 12.675782 28.257812 28.253907 28.257812 12.535156 0 23.1875-8.207031 26.871093-19.53125v61.402344c-3.683593-11.324218-14.335937-19.53125-26.871093-19.53125-15.578125 0-28.253907 12.675782-28.253907 28.253906 0 15.582032 12.675782 28.257813 28.253907 28.257813 12.535156 0 23.1875-8.207031 26.871093-19.53125v17.089844c-20.105468 25.53125-61.039062 11.125-61.039062-21.097657v-225.84375c0-4.175781-3.382812-7.546874-7.546875-7.546874-4.175781 0-7.546875 3.371093-7.546875 7.546874v225.84375c0 24.601563 18.121094 45.050782 41.71875 48.695313v62.527344h-18.964844c-4.167968 0-7.546875 3.378906-7.546875 7.546875 0 4.167968 3.378907 7.546875 7.546875 7.546875h53.019532c4.167968 0 7.546874-3.378907 7.546874-7.546875 0-4.167969-3.378906-7.546875-7.546874-7.546875h-18.964844v-62.53125c7.042968-1.085938 13.597656-3.667969 19.324218-7.410157v9.199219c0 15.984375 13.019532 29.003907 29.007813 29.003907h45.820313v35.898437c0 6.289063 5.109374 11.410156 11.398437 11.410156h21.128906c6.289063 0 11.398438-5.121093 11.398438-11.410156v-35.898437h122.226562v35.898437c0 6.289063 5.109375 11.410156 11.398438 11.410156h21.128906c6.289063 0 11.398437-5.121093 11.398437-11.410156v-35.898437h45.820313c15.988281 0 29.007813-13.019532 29.007813-29.003907v-9.199219c5.726562 3.742188 12.28125 6.324219 19.324218 7.410157v62.53125h-18.964844c-4.167968 0-7.546874 3.378906-7.546874 7.546875 0 4.167968 3.378906 7.546875 7.546874 7.546875h53.019532c4.167968 0 7.546875-3.378907 7.546875-7.546875 0-4.167969-3.378907-7.546875-7.546875-7.546875h-18.964844v-62.527344c23.597656-3.644531 41.71875-24.09375 41.71875-48.695313v-245.988281c0-27.164062-22.09375-49.269531-49.261719-49.269531zm-413.476562 146c-7.257813 0-13.164063-5.90625-13.164063-13.164062 0-7.257813 5.90625-13.164063 13.164063-13.164063 7.257812 0 13.164062 5.90625 13.164062 13.164063 0 7.257812-5.90625 13.164062-13.164062 13.164062zm0 78.855469c-7.257813 0-13.164063-5.90625-13.164063-13.167969 0-7.257812 5.90625-13.164062 13.164063-13.164062 7.257812 0 13.164062 5.90625 13.164062 13.164062 0 7.261719-5.90625 13.167969-13.164062 13.167969zm0 78.851562c-7.257813 0-13.164063-5.90625-13.164063-13.167969 0-7.257812 5.90625-13.164062 13.164063-13.164062 7.257812 0 13.164062 5.90625 13.164062 13.164062 0 7.261719-5.90625 13.167969-13.164062 13.167969zm130.535156 103.253907h-13.746094v-32.21875h13.746094zm166.152344 0h-13.746094v-32.21875h13.746094zm150.957031-111.703126c0 32.238282-40.941406 46.621094-61.039062 21.097657v-17.085938c3.683593 11.320313 14.335937 19.527344 26.871093 19.527344 15.578125 0 28.253907-12.675781 28.253907-28.257813 0-15.578124-12.675782-28.253906-28.253907-28.253906-12.535156 0-23.183593 8.207032-26.871093 19.527344v-61.394531c3.683593 11.320312 14.335937 19.527343 26.871093 19.527343 15.578125 0 28.253907-12.675781 28.253907-28.257812 0-15.578125-12.675782-28.253906-28.253907-28.253906-12.535156 0-23.183593 8.207031-26.871093 19.527344v-61.398438c3.683593 11.324219 14.335937 19.53125 26.871093 19.53125 15.578125 0 28.253907-12.675781 28.253907-28.257812 0-15.578126-12.675782-28.253907-28.253907-28.253907-13.605469 0-24.992187 9.660157-27.664062 22.484375-1.121094-4.707031-3.398438-8.96875-6.511719-12.476562v-65.320313c0-18.84375 15.332031-34.179687 34.179688-34.179687 18.84375 0 34.167968 15.335937 34.167968 34.179687v245.988281zm-47.332031-4.71875c0-7.257812 5.90625-13.164062 13.164062-13.164062 7.257813 0 13.164063 5.90625 13.164063 13.164062 0 7.261719-5.90625 13.167969-13.164063 13.167969-7.257812 0-13.164062-5.90625-13.164062-13.167969zm0-78.851562c0-7.257812 5.90625-13.164062 13.164062-13.164062 7.257813 0 13.164063 5.90625 13.164063 13.164062 0 7.261719-5.90625 13.167969-13.164063 13.167969-7.257812 0-13.164062-5.90625-13.164062-13.167969zm0-78.851562c0-7.257813 5.90625-13.164063 13.164062-13.164063 7.257813 0 13.164063 5.90625 13.164063 13.164063 0 7.257812-5.90625 13.164062-13.164063 13.164062-7.257812 0-13.164062-5.90625-13.164062-13.164062zm0 0"/>
6
+ <path d="m462.738281 26.226562c-15.582031 0-28.257812 12.675782-28.257812 28.257813 0 15.578125 12.675781 28.253906 28.257812 28.253906 15.578125 0 28.253907-12.675781 28.253907-28.253906 0-15.582031-12.675782-28.257813-28.253907-28.257813zm0 41.421876c-7.261719 0-13.167969-5.90625-13.167969-13.164063 0-7.261719 5.90625-13.164063 13.167969-13.164063 7.257813 0 13.164063 5.902344 13.164063 13.164063 0 7.257813-5.90625 13.164063-13.164063 13.164063zm0 0"/>
7
+ </g>
8
8
  </svg>
@@ -1,18 +1,18 @@
1
- <svg height="480pt" viewBox="0 0 480 480" width="480pt" xmlns="http://www.w3.org/2000/svg">
2
- <g fill="currentColor">
3
- <path d="m472 96h-144c-4.417969 0-8 3.582031-8 8v184h-176v-24c0-4.417969-3.582031-8-8-8h-24v16h16v16h-32v-32h-16v32h-32v-16h16v-16h-24c-4.417969 0-8 3.582031-8 8v24h-24c-4.417969 0-8 3.582031-8 8v176c0 4.417969 3.582031 8 8 8h464c4.417969 0 8-3.582031 8-8v-368c0-4.417969-3.582031-8-8-8zm-136 16h128v96h-128zm-16 224h-144v-32h144zm-304-32h144v32h-144zm0 48h144v112h-144zm160 0h64v112h-64zm80 0h64v112h-64zm80 112v-240h128v240zm0 0"/>
4
- <path d="m352 144h16v32h-16zm0 0"/>
5
- <path d="m352 256h16v32h-16zm0 0"/>
6
- <path d="m48 320c0 4.417969-3.582031 8-8 8s-8-3.582031-8-8 3.582031-8 8-8 8 3.582031 8 8zm0 0"/>
7
- <path d="m80 320c0 4.417969-3.582031 8-8 8s-8-3.582031-8-8 3.582031-8 8-8 8 3.582031 8 8zm0 0"/>
8
- <path d="m112 320c0 4.417969-3.582031 8-8 8s-8-3.582031-8-8 3.582031-8 8-8 8 3.582031 8 8zm0 0"/>
9
- <path d="m144 320c0 4.417969-3.582031 8-8 8s-8-3.582031-8-8 3.582031-8 8-8 8 3.582031 8 8zm0 0"/>
10
- <path d="m8 152h160c4.417969 0 8-3.582031 8-8v-24c0-2.121094-.84375-4.15625-2.34375-5.65625l-32-32c-1.5-1.5-3.535156-2.34375-5.65625-2.34375h-8v-72c0-4.417969-3.582031-8-8-8h-64c-4.417969 0-8 3.582031-8 8v72h-8c-2.121094 0-4.15625.84375-5.65625 2.34375l-32 32c-1.5 1.5-2.34375 3.535156-2.34375 5.65625v24c0 4.417969 3.582031 8 8 8zm56-136h48v64h-48zm-48 107.3125 27.3125-27.3125h89.375l27.3125 27.3125v12.6875h-144zm0 0"/>
11
- <path d="m136 368h-96c-4.417969 0-8 3.582031-8 8v64c0 4.417969 3.582031 8 8 8h96c4.417969 0 8-3.582031 8-8v-64c0-4.417969-3.582031-8-8-8zm-8 64h-80v-48h80zm0 0"/>
12
- <path d="m232 312h32v16h-32zm0 0"/>
13
- <path d="m208 392h16v32h-16zm0 0"/>
14
- <path d="m272 392h16v32h-16zm0 0"/>
15
- <path d="m192 200h48c4.417969 0 8-3.582031 8-8v-8c-.054688-14.546875-9.914062-27.226562-24-30.863281v-153.136719h-16v153.136719c-14.085938 3.636719-23.945312 16.316406-24 30.863281v8c0 4.417969 3.582031 8 8 8zm24-32c8.835938 0 16 7.164062 16 16h-32c0-8.835938 7.164062-16 16-16zm0 0"/>
16
- <path d="m248 136h48c4.417969 0 8-3.582031 8-8v-8c-.054688-14.546875-9.914062-27.226562-24-30.863281v-89.136719h-16v89.136719c-14.085938 3.636719-23.945312 16.316406-24 30.863281v8c0 4.417969 3.582031 8 8 8zm24-32c8.835938 0 16 7.164062 16 16h-32c0-8.835938 7.164062-16 16-16zm0 0"/>
17
- </g>
1
+ <svg height="480pt" viewBox="0 0 480 480" width="480pt" xmlns="http://www.w3.org/2000/svg">
2
+ <g fill="currentColor">
3
+ <path d="m472 96h-144c-4.417969 0-8 3.582031-8 8v184h-176v-24c0-4.417969-3.582031-8-8-8h-24v16h16v16h-32v-32h-16v32h-32v-16h16v-16h-24c-4.417969 0-8 3.582031-8 8v24h-24c-4.417969 0-8 3.582031-8 8v176c0 4.417969 3.582031 8 8 8h464c4.417969 0 8-3.582031 8-8v-368c0-4.417969-3.582031-8-8-8zm-136 16h128v96h-128zm-16 224h-144v-32h144zm-304-32h144v32h-144zm0 48h144v112h-144zm160 0h64v112h-64zm80 0h64v112h-64zm80 112v-240h128v240zm0 0"/>
4
+ <path d="m352 144h16v32h-16zm0 0"/>
5
+ <path d="m352 256h16v32h-16zm0 0"/>
6
+ <path d="m48 320c0 4.417969-3.582031 8-8 8s-8-3.582031-8-8 3.582031-8 8-8 8 3.582031 8 8zm0 0"/>
7
+ <path d="m80 320c0 4.417969-3.582031 8-8 8s-8-3.582031-8-8 3.582031-8 8-8 8 3.582031 8 8zm0 0"/>
8
+ <path d="m112 320c0 4.417969-3.582031 8-8 8s-8-3.582031-8-8 3.582031-8 8-8 8 3.582031 8 8zm0 0"/>
9
+ <path d="m144 320c0 4.417969-3.582031 8-8 8s-8-3.582031-8-8 3.582031-8 8-8 8 3.582031 8 8zm0 0"/>
10
+ <path d="m8 152h160c4.417969 0 8-3.582031 8-8v-24c0-2.121094-.84375-4.15625-2.34375-5.65625l-32-32c-1.5-1.5-3.535156-2.34375-5.65625-2.34375h-8v-72c0-4.417969-3.582031-8-8-8h-64c-4.417969 0-8 3.582031-8 8v72h-8c-2.121094 0-4.15625.84375-5.65625 2.34375l-32 32c-1.5 1.5-2.34375 3.535156-2.34375 5.65625v24c0 4.417969 3.582031 8 8 8zm56-136h48v64h-48zm-48 107.3125 27.3125-27.3125h89.375l27.3125 27.3125v12.6875h-144zm0 0"/>
11
+ <path d="m136 368h-96c-4.417969 0-8 3.582031-8 8v64c0 4.417969 3.582031 8 8 8h96c4.417969 0 8-3.582031 8-8v-64c0-4.417969-3.582031-8-8-8zm-8 64h-80v-48h80zm0 0"/>
12
+ <path d="m232 312h32v16h-32zm0 0"/>
13
+ <path d="m208 392h16v32h-16zm0 0"/>
14
+ <path d="m272 392h16v32h-16zm0 0"/>
15
+ <path d="m192 200h48c4.417969 0 8-3.582031 8-8v-8c-.054688-14.546875-9.914062-27.226562-24-30.863281v-153.136719h-16v153.136719c-14.085938 3.636719-23.945312 16.316406-24 30.863281v8c0 4.417969 3.582031 8 8 8zm24-32c8.835938 0 16 7.164062 16 16h-32c0-8.835938 7.164062-16 16-16zm0 0"/>
16
+ <path d="m248 136h48c4.417969 0 8-3.582031 8-8v-8c-.054688-14.546875-9.914062-27.226562-24-30.863281v-89.136719h-16v89.136719c-14.085938 3.636719-23.945312 16.316406-24 30.863281v8c0 4.417969 3.582031 8 8 8zm24-32c8.835938 0 16 7.164062 16 16h-32c0-8.835938 7.164062-16 16-16zm0 0"/>
17
+ </g>
18
18
  </svg>
@@ -1,12 +1,12 @@
1
- <svg height="512" viewBox="0 0 64 64" width="512" xmlns="http://www.w3.org/2000/svg">
2
- <g fill="currentColor">
3
- <path d="m61 2h-58c-.552 0-1 .448-1 1v58c0 .552.448 1 1 1h58c.552 0 1-.448 1-1v-58c0-.552-.448-1-1-1zm-1 6h-4v-2c0-.552-.448-1-1-1h-6c-.552 0-1 .448-1 1v2h-3c-.552 0-1 .448-1 1v9h-2v-14h18zm-12.142 31-1.692-11h9.669l-1.692 11zm1.142-13c0-1.103.897-2 2-2s2 .897 2 2zm8.759.349c-.19-.222-.467-.349-.759-.349h-2c0-2.206-1.794-4-4-4s-4 1.794-4 4h-2c-.292 0-.569.127-.759.349s-.274.515-.229.803l1.823 11.848h-3.835v-19h18v19h-3.835l1.823-11.848c.045-.288-.039-.582-.229-.803zm-7.759-17.349v-2h4v11h-4zm-2 9h-2v-8h2zm8 0v-8h4v8zm-16-14v14h-2v-10c0-.552-.448-1-1-1h-6c-.552 0-1 .448-1 1v10h-2v-7c0-.265-.105-.52-.293-.707l-1.707-1.707v-2.586c0-.552-.448-1-1-1h-4c-.552 0-1 .448-1 1v2.586l-1.707 1.707c-.188.187-.293.442-.293.707v7h-2v-10c0-.552-.448-1-1-1h-8c-.552 0-1 .448-1 1v10h-2v-14zm-4 14h-4v-9h4zm-11.707-8.293 1.707 1.707v6.586h-6v-6.586l1.707-1.707c.188-.187.293-.442.293-.707v-2h2v2c0 .265.105.52.293.707zm-10.293 8.293h-6v-9h6zm-10 2h36v40h-36zm45 28h-2v-1h2zm-3 2h4.649l4.351 3.48v6.52h-9zm11 10v-7c0-.304-.138-.591-.375-.781l-5-4c-.178-.142-.398-.219-.625-.219v-2c0-.552-.448-1-1-1h-4c-.552 0-1 .448-1 1v2c-.552 0-1 .448-1 1v11h-2v-19h18v19z"/>
4
- <path d="m37 22h-30c-.552 0-1 .448-1 1v34c0 .552.448 1 1 1h30c.552 0 1-.448 1-1v-34c0-.552-.448-1-1-1zm-1 2v5h-28v-5zm-28 32v-25h28v25z"/>
5
- <path d="m22 33c-6.065 0-11 4.935-11 11s4.935 11 11 11 11-4.935 11-11-4.935-11-11-11zm0 20c-4.962 0-9-4.038-9-9s4.038-9 9-9 9 4.038 9 9-4.038 9-9 9z"/>
6
- <path d="m26.199 48.286 1.399 1.429c.677-.663 1.226-1.432 1.631-2.286l-1.807-.857c-.303.639-.714 1.216-1.223 1.714z"/>
7
- <path d="m22 36v2c3.309 0 6 2.691 6 6h2c0-4.411-3.589-8-8-8z"/>
8
- <path d="m10 25h2v2h-2z"/>
9
- <path d="m14 25h2v2h-2z"/>
10
- <path d="m32 25h2v2h-2z"/>
11
- </g>
1
+ <svg height="512" viewBox="0 0 64 64" width="512" xmlns="http://www.w3.org/2000/svg">
2
+ <g fill="currentColor">
3
+ <path d="m61 2h-58c-.552 0-1 .448-1 1v58c0 .552.448 1 1 1h58c.552 0 1-.448 1-1v-58c0-.552-.448-1-1-1zm-1 6h-4v-2c0-.552-.448-1-1-1h-6c-.552 0-1 .448-1 1v2h-3c-.552 0-1 .448-1 1v9h-2v-14h18zm-12.142 31-1.692-11h9.669l-1.692 11zm1.142-13c0-1.103.897-2 2-2s2 .897 2 2zm8.759.349c-.19-.222-.467-.349-.759-.349h-2c0-2.206-1.794-4-4-4s-4 1.794-4 4h-2c-.292 0-.569.127-.759.349s-.274.515-.229.803l1.823 11.848h-3.835v-19h18v19h-3.835l1.823-11.848c.045-.288-.039-.582-.229-.803zm-7.759-17.349v-2h4v11h-4zm-2 9h-2v-8h2zm8 0v-8h4v8zm-16-14v14h-2v-10c0-.552-.448-1-1-1h-6c-.552 0-1 .448-1 1v10h-2v-7c0-.265-.105-.52-.293-.707l-1.707-1.707v-2.586c0-.552-.448-1-1-1h-4c-.552 0-1 .448-1 1v2.586l-1.707 1.707c-.188.187-.293.442-.293.707v7h-2v-10c0-.552-.448-1-1-1h-8c-.552 0-1 .448-1 1v10h-2v-14zm-4 14h-4v-9h4zm-11.707-8.293 1.707 1.707v6.586h-6v-6.586l1.707-1.707c.188-.187.293-.442.293-.707v-2h2v2c0 .265.105.52.293.707zm-10.293 8.293h-6v-9h6zm-10 2h36v40h-36zm45 28h-2v-1h2zm-3 2h4.649l4.351 3.48v6.52h-9zm11 10v-7c0-.304-.138-.591-.375-.781l-5-4c-.178-.142-.398-.219-.625-.219v-2c0-.552-.448-1-1-1h-4c-.552 0-1 .448-1 1v2c-.552 0-1 .448-1 1v11h-2v-19h18v19z"/>
4
+ <path d="m37 22h-30c-.552 0-1 .448-1 1v34c0 .552.448 1 1 1h30c.552 0 1-.448 1-1v-34c0-.552-.448-1-1-1zm-1 2v5h-28v-5zm-28 32v-25h28v25z"/>
5
+ <path d="m22 33c-6.065 0-11 4.935-11 11s4.935 11 11 11 11-4.935 11-11-4.935-11-11-11zm0 20c-4.962 0-9-4.038-9-9s4.038-9 9-9 9 4.038 9 9-4.038 9-9 9z"/>
6
+ <path d="m26.199 48.286 1.399 1.429c.677-.663 1.226-1.432 1.631-2.286l-1.807-.857c-.303.639-.714 1.216-1.223 1.714z"/>
7
+ <path d="m22 36v2c3.309 0 6 2.691 6 6h2c0-4.411-3.589-8-8-8z"/>
8
+ <path d="m10 25h2v2h-2z"/>
9
+ <path d="m14 25h2v2h-2z"/>
10
+ <path d="m32 25h2v2h-2z"/>
11
+ </g>
12
12
  </svg>
@@ -1,11 +1,11 @@
1
- <svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
2
- <g fill="currentColor">
3
- <path d="m494.5 277.667h-5.5v-36.5c0-15.164-12.336-27.5-27.5-27.5h-110c-7.875 0-14.982 3.332-20 8.655-5.018-5.322-12.125-8.655-20-8.655h-110c-7.875 0-14.982 3.332-20 8.655-5.018-5.322-12.125-8.655-20-8.655h-40.5c-4.142 0-7.5 3.358-7.5 7.5s3.358 7.5 7.5 7.5h40.5c6.893 0 12.5 5.607 12.5 12.5v77.018c-3.753-1.924-8-3.018-12.5-3.018h-101.5v-20c0-9.649-7.851-17.5-17.5-17.5h-3.5v-36.5c0-6.893 5.607-12.5 12.5-12.5h34.5c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-34.5c-15.164 0-27.5 12.336-27.5 27.5v36.5h-6.5c-9.649 0-17.5 7.851-17.5 17.5v42.5c0 4.142 3.358 7.5 7.5 7.5s7.5-3.358 7.5-7.5v-42.5c0-1.378 1.122-2.5 2.5-2.5h25c1.378 0 2.5 1.122 2.5 2.5v140.5h-27.5c-1.378 0-2.5-1.122-2.5-2.5v-60.5c0-4.142-3.358-7.5-7.5-7.5s-7.5 3.358-7.5 7.5v60.5c0 9.649 7.851 17.5 17.5 17.5h27.5v14.667c0 6.893 5.607 12.5 12.5 12.5h25c6.893 0 12.5-5.607 12.5-12.5v-14.667h322v14.667c0 6.893 5.607 12.5 12.5 12.5h25c6.893 0 12.5-5.607 12.5-12.5v-14.667h27.5c9.649 0 17.5-7.851 17.5-17.5v-138c0-9.65-7.851-17.5-17.5-17.5zm-143-49h110c6.893 0 12.5 5.607 12.5 12.5v36.5h-4.5c-9.649 0-17.5 7.851-17.5 17.5v20h-100.5c-4.5 0-8.747 1.093-12.5 3.018v-77.018c0-6.893 5.607-12.5 12.5-12.5zm-291.5 207v-15h326c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-326v-15.5h101.5c7.875 0 14.982-3.332 20-8.655 5.018 5.322 12.125 8.655 20 8.655h110c7.875 0 14.982-3.332 20-8.655 5.018 5.322 12.125 8.655 20 8.655h100.5v15.5h-31c-4.142 0-7.5 3.358-7.5 7.5s3.358 7.5 7.5 7.5h31v15zm392-60.5h-100.5c-6.893 0-12.5-5.607-12.5-12.5v-20c0-6.893 5.607-12.5 12.5-12.5h100.5zm-128-12.5c0 6.893-5.607 12.5-12.5 12.5h-110c-6.893 0-12.5-5.607-12.5-12.5v-20c0-6.893 5.607-12.5 12.5-12.5h110c6.893 0 12.5 5.607 12.5 12.5zm-122.5-134h110c6.893 0 12.5 5.607 12.5 12.5v77.018c-3.753-1.924-8-3.018-12.5-3.018h-110c-4.5 0-8.747 1.093-12.5 3.018v-77.018c0-6.893 5.607-12.5 12.5-12.5zm-40 101.5c6.893 0 12.5 5.607 12.5 12.5v20c0 6.893-5.607 12.5-12.5 12.5h-101.5v-45zm-81.5 132.666h-20v-12.167h20zm352 0v-12.167h20v12.167zm65-29.666c0 1.378-1.122 2.5-2.5 2.5h-27.5v-140.5c0-1.378 1.122-2.5 2.5-2.5h25c1.378 0 2.5 1.122 2.5 2.5z"/>
4
- <path d="m62 173.667h89c6.893 0 12.5-5.607 12.5-12.5v-56c0-6.893-5.607-12.5-12.5-12.5h-89c-6.893 0-12.5 5.607-12.5 12.5v56c0 6.892 5.607 12.5 12.5 12.5zm2.5-66h84v51h-84z"/>
5
- <path d="m362 173.667h89c6.893 0 12.5-5.607 12.5-12.5v-56c0-6.893-5.607-12.5-12.5-12.5h-89c-6.893 0-12.5 5.607-12.5 12.5v56c0 6.892 5.607 12.5 12.5 12.5zm2.5-66h84v51h-84z"/>
6
- <path d="m200.49 130.167h112.02c6.887 0 12.49-5.603 12.49-12.49v-16.549c0-4.142-3.358-7.5-7.5-7.5s-7.5 3.358-7.5 7.5v14.039h-107v-66h107v16.961c0 4.142 3.358 7.5 7.5 7.5s7.5-3.358 7.5-7.5v-19.472c0-6.887-5.603-12.49-12.49-12.49h-112.02c-6.887 0-12.49 5.603-12.49 12.49v71.021c0 6.886 5.603 12.49 12.49 12.49z"/>
7
- <path d="m231.881 278.102c7.349 4.828 13.522 11.002 18.351 18.351 1.387 2.11 3.743 3.381 6.268 3.381s4.881-1.271 6.268-3.381c4.828-7.349 11.002-13.522 18.351-18.351 2.11-1.387 3.381-3.743 3.381-6.268s-1.271-4.881-3.381-6.268c-7.349-4.828-13.522-11.002-18.351-18.351-1.387-2.11-3.743-3.381-6.268-3.381s-4.881 1.271-6.268 3.381c-4.828 7.349-11.002 13.522-18.351 18.351-2.11 1.387-3.381 3.743-3.381 6.268s1.271 4.881 3.381 6.268zm24.619-14.345c2.494 2.887 5.189 5.583 8.076 8.076-2.887 2.494-5.583 5.189-8.076 8.076-2.494-2.887-5.189-5.583-8.076-8.076 2.887-2.493 5.582-5.188 8.076-8.076z"/>
8
- <path d="m381.881 278.102c7.349 4.828 13.522 11.002 18.351 18.351 1.387 2.11 3.743 3.381 6.268 3.381s4.881-1.271 6.268-3.381c4.828-7.349 11.002-13.522 18.351-18.351 2.11-1.387 3.381-3.743 3.381-6.268s-1.271-4.881-3.381-6.268c-7.349-4.828-13.522-11.002-18.351-18.351-1.387-2.11-3.743-3.381-6.268-3.381s-4.881 1.271-6.268 3.381c-4.828 7.349-11.002 13.522-18.351 18.351-2.11 1.387-3.381 3.743-3.381 6.268s1.271 4.881 3.381 6.268zm24.619-14.345c2.494 2.887 5.189 5.583 8.076 8.076-2.887 2.494-5.583 5.189-8.076 8.076-2.494-2.887-5.189-5.583-8.076-8.076 2.887-2.493 5.582-5.188 8.076-8.076z"/>
9
- <path d="m100.232 247.215c-4.828 7.349-11.002 13.522-18.351 18.351-2.11 1.387-3.381 3.743-3.381 6.268s1.271 4.881 3.381 6.268c7.349 4.828 13.522 11.002 18.351 18.351 1.387 2.11 3.743 3.381 6.268 3.381s4.881-1.271 6.268-3.381c4.828-7.349 11.002-13.522 18.351-18.351 2.11-1.387 3.381-3.743 3.381-6.268s-1.271-4.881-3.381-6.268c-7.349-4.828-13.522-11.002-18.351-18.351-1.387-2.11-3.743-3.381-6.268-3.381s-4.881 1.27-6.268 3.381zm14.344 24.618c-2.887 2.494-5.583 5.189-8.076 8.076-2.494-2.887-5.189-5.583-8.076-8.076 2.887-2.494 5.583-5.189 8.076-8.076 2.494 2.888 5.189 5.583 8.076 8.076z"/>
10
- </g>
1
+ <svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
2
+ <g fill="currentColor">
3
+ <path d="m494.5 277.667h-5.5v-36.5c0-15.164-12.336-27.5-27.5-27.5h-110c-7.875 0-14.982 3.332-20 8.655-5.018-5.322-12.125-8.655-20-8.655h-110c-7.875 0-14.982 3.332-20 8.655-5.018-5.322-12.125-8.655-20-8.655h-40.5c-4.142 0-7.5 3.358-7.5 7.5s3.358 7.5 7.5 7.5h40.5c6.893 0 12.5 5.607 12.5 12.5v77.018c-3.753-1.924-8-3.018-12.5-3.018h-101.5v-20c0-9.649-7.851-17.5-17.5-17.5h-3.5v-36.5c0-6.893 5.607-12.5 12.5-12.5h34.5c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-34.5c-15.164 0-27.5 12.336-27.5 27.5v36.5h-6.5c-9.649 0-17.5 7.851-17.5 17.5v42.5c0 4.142 3.358 7.5 7.5 7.5s7.5-3.358 7.5-7.5v-42.5c0-1.378 1.122-2.5 2.5-2.5h25c1.378 0 2.5 1.122 2.5 2.5v140.5h-27.5c-1.378 0-2.5-1.122-2.5-2.5v-60.5c0-4.142-3.358-7.5-7.5-7.5s-7.5 3.358-7.5 7.5v60.5c0 9.649 7.851 17.5 17.5 17.5h27.5v14.667c0 6.893 5.607 12.5 12.5 12.5h25c6.893 0 12.5-5.607 12.5-12.5v-14.667h322v14.667c0 6.893 5.607 12.5 12.5 12.5h25c6.893 0 12.5-5.607 12.5-12.5v-14.667h27.5c9.649 0 17.5-7.851 17.5-17.5v-138c0-9.65-7.851-17.5-17.5-17.5zm-143-49h110c6.893 0 12.5 5.607 12.5 12.5v36.5h-4.5c-9.649 0-17.5 7.851-17.5 17.5v20h-100.5c-4.5 0-8.747 1.093-12.5 3.018v-77.018c0-6.893 5.607-12.5 12.5-12.5zm-291.5 207v-15h326c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-326v-15.5h101.5c7.875 0 14.982-3.332 20-8.655 5.018 5.322 12.125 8.655 20 8.655h110c7.875 0 14.982-3.332 20-8.655 5.018 5.322 12.125 8.655 20 8.655h100.5v15.5h-31c-4.142 0-7.5 3.358-7.5 7.5s3.358 7.5 7.5 7.5h31v15zm392-60.5h-100.5c-6.893 0-12.5-5.607-12.5-12.5v-20c0-6.893 5.607-12.5 12.5-12.5h100.5zm-128-12.5c0 6.893-5.607 12.5-12.5 12.5h-110c-6.893 0-12.5-5.607-12.5-12.5v-20c0-6.893 5.607-12.5 12.5-12.5h110c6.893 0 12.5 5.607 12.5 12.5zm-122.5-134h110c6.893 0 12.5 5.607 12.5 12.5v77.018c-3.753-1.924-8-3.018-12.5-3.018h-110c-4.5 0-8.747 1.093-12.5 3.018v-77.018c0-6.893 5.607-12.5 12.5-12.5zm-40 101.5c6.893 0 12.5 5.607 12.5 12.5v20c0 6.893-5.607 12.5-12.5 12.5h-101.5v-45zm-81.5 132.666h-20v-12.167h20zm352 0v-12.167h20v12.167zm65-29.666c0 1.378-1.122 2.5-2.5 2.5h-27.5v-140.5c0-1.378 1.122-2.5 2.5-2.5h25c1.378 0 2.5 1.122 2.5 2.5z"/>
4
+ <path d="m62 173.667h89c6.893 0 12.5-5.607 12.5-12.5v-56c0-6.893-5.607-12.5-12.5-12.5h-89c-6.893 0-12.5 5.607-12.5 12.5v56c0 6.892 5.607 12.5 12.5 12.5zm2.5-66h84v51h-84z"/>
5
+ <path d="m362 173.667h89c6.893 0 12.5-5.607 12.5-12.5v-56c0-6.893-5.607-12.5-12.5-12.5h-89c-6.893 0-12.5 5.607-12.5 12.5v56c0 6.892 5.607 12.5 12.5 12.5zm2.5-66h84v51h-84z"/>
6
+ <path d="m200.49 130.167h112.02c6.887 0 12.49-5.603 12.49-12.49v-16.549c0-4.142-3.358-7.5-7.5-7.5s-7.5 3.358-7.5 7.5v14.039h-107v-66h107v16.961c0 4.142 3.358 7.5 7.5 7.5s7.5-3.358 7.5-7.5v-19.472c0-6.887-5.603-12.49-12.49-12.49h-112.02c-6.887 0-12.49 5.603-12.49 12.49v71.021c0 6.886 5.603 12.49 12.49 12.49z"/>
7
+ <path d="m231.881 278.102c7.349 4.828 13.522 11.002 18.351 18.351 1.387 2.11 3.743 3.381 6.268 3.381s4.881-1.271 6.268-3.381c4.828-7.349 11.002-13.522 18.351-18.351 2.11-1.387 3.381-3.743 3.381-6.268s-1.271-4.881-3.381-6.268c-7.349-4.828-13.522-11.002-18.351-18.351-1.387-2.11-3.743-3.381-6.268-3.381s-4.881 1.271-6.268 3.381c-4.828 7.349-11.002 13.522-18.351 18.351-2.11 1.387-3.381 3.743-3.381 6.268s1.271 4.881 3.381 6.268zm24.619-14.345c2.494 2.887 5.189 5.583 8.076 8.076-2.887 2.494-5.583 5.189-8.076 8.076-2.494-2.887-5.189-5.583-8.076-8.076 2.887-2.493 5.582-5.188 8.076-8.076z"/>
8
+ <path d="m381.881 278.102c7.349 4.828 13.522 11.002 18.351 18.351 1.387 2.11 3.743 3.381 6.268 3.381s4.881-1.271 6.268-3.381c4.828-7.349 11.002-13.522 18.351-18.351 2.11-1.387 3.381-3.743 3.381-6.268s-1.271-4.881-3.381-6.268c-7.349-4.828-13.522-11.002-18.351-18.351-1.387-2.11-3.743-3.381-6.268-3.381s-4.881 1.271-6.268 3.381c-4.828 7.349-11.002 13.522-18.351 18.351-2.11 1.387-3.381 3.743-3.381 6.268s1.271 4.881 3.381 6.268zm24.619-14.345c2.494 2.887 5.189 5.583 8.076 8.076-2.887 2.494-5.583 5.189-8.076 8.076-2.494-2.887-5.189-5.583-8.076-8.076 2.887-2.493 5.582-5.188 8.076-8.076z"/>
9
+ <path d="m100.232 247.215c-4.828 7.349-11.002 13.522-18.351 18.351-2.11 1.387-3.381 3.743-3.381 6.268s1.271 4.881 3.381 6.268c7.349 4.828 13.522 11.002 18.351 18.351 1.387 2.11 3.743 3.381 6.268 3.381s4.881-1.271 6.268-3.381c4.828-7.349 11.002-13.522 18.351-18.351 2.11-1.387 3.381-3.743 3.381-6.268s-1.271-4.881-3.381-6.268c-7.349-4.828-13.522-11.002-18.351-18.351-1.387-2.11-3.743-3.381-6.268-3.381s-4.881 1.27-6.268 3.381zm14.344 24.618c-2.887 2.494-5.583 5.189-8.076 8.076-2.494-2.887-5.189-5.583-8.076-8.076 2.887-2.494 5.583-5.189 8.076-8.076 2.494 2.888 5.189 5.583 8.076 8.076z"/>
10
+ </g>
11
11
  </svg>
@@ -1,10 +1,10 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
2
- <g fill="currentColor">
3
- <path d="M473,331.916V273.648A39.71,39.71,0,0,0,433.328,234H376V170h44.009a6.289,6.289,0,0,0,5.747-8.02L404.831,92.248A5.976,5.976,0,0,0,399.084,88H340.916a5.932,5.932,0,0,0-5.747,4.2L314.244,161.92a6.372,6.372,0,0,0,.934,5.483,6.176,6.176,0,0,0,4.813,2.6H364v64H88.675A39.713,39.713,0,0,0,49,273.648v58.268a39.417,39.417,0,0,0-37,39.556V463.1a5.915,5.915,0,0,0,6,5.9H35v30a6.246,6.246,0,0,0,6.28,6h67.867A5.877,5.877,0,0,0,115,499V469H407v30a5.879,5.879,0,0,0,5.855,6h67.869A6.243,6.243,0,0,0,487,499V469h17a5.913,5.913,0,0,0,6-5.9V371.472A39.417,39.417,0,0,0,473,331.916ZM345.381,100h49.238l17.326,58h-83.89ZM88.675,246H433.328A27.7,27.7,0,0,1,461,273.648v59.3a39.854,39.854,0,0,0-30,38.526V390H91V371.472a39.854,39.854,0,0,0-30-38.526v-59.3A27.7,27.7,0,0,1,88.675,246ZM103,493H47V469h56Zm372,0H419V469h56Zm23-36H24V371.472a27.5,27.5,0,1,1,55,0V395.8a6.448,6.448,0,0,0,6.31,6.2H436.693A6.445,6.445,0,0,0,443,395.8V371.472a27.5,27.5,0,1,1,55,0Z"/>
4
- <path d="M214,203.238V56.626A5.64,5.64,0,0,0,208.062,51h-53.92L112.272,8.944a5.737,5.737,0,0,0-8.484.047L61.919,51H8a5.693,5.693,0,0,0-6,5.626V203.238A5.8,5.8,0,0,0,8,209H208.062A5.749,5.749,0,0,0,214,203.238ZM174,131.8l-42.23,19.686L80.365,116.443a6.245,6.245,0,0,0-7.131.163L41,140.686V87H174ZM41,155.689l36.062-26.911,50.885,34.542a6.17,6.17,0,0,0,3.427,1.039,5.169,5.169,0,0,0,2.332-.557L174,145.025V173H41ZM178.155,75H37.689L23.243,63H192.5ZM29,84.091V176.2L14,189.928V70.473ZM37.7,185H178.14l13.767,12H23.835ZM186,176.21V84.078l16-13.9V190.226ZM108.03,21.859,137.172,51H78.889Z"/>
5
- <path d="M128.374,133.2a20.214,20.214,0,1,0-20.214-20.214A20.236,20.236,0,0,0,128.374,133.2Zm0-28.427a8.214,8.214,0,1,1-8.214,8.213A8.223,8.223,0,0,1,128.374,104.768Z"/>
6
- <path d="M348.787,308.44a22.087,22.087,0,0,0,0,21.662l-8.479,8.479a6,6,0,1,0,8.484,8.485l8.479-8.48a22.09,22.09,0,0,0,21.662,0l8.478,8.479a6,6,0,0,0,8.486-8.485l-8.487-8.488a22.211,22.211,0,0,0,0-21.644l8.487-8.488a6,6,0,0,0-8.486-8.485l-8.478,8.479a22.092,22.092,0,0,0-21.661,0l-8.48-8.479a6,6,0,1,0-8.484,8.485Zm19.316.678a10.156,10.156,0,1,1-7.179,2.974A10.083,10.083,0,0,1,368.1,309.118Z"/>
7
- <path d="M238.787,308.44a22.087,22.087,0,0,0,0,21.662l-8.479,8.479a6,6,0,1,0,8.484,8.485l8.479-8.48a22.09,22.09,0,0,0,21.662,0l8.478,8.479a6,6,0,0,0,8.486-8.485l-8.487-8.488a22.211,22.211,0,0,0,0-21.644l8.487-8.488a6,6,0,0,0-8.486-8.485l-8.478,8.479a22.092,22.092,0,0,0-21.661,0l-8.48-8.479a6,6,0,1,0-8.484,8.485Zm19.316.678a10.156,10.156,0,1,1-7.179,2.974A10.083,10.083,0,0,1,258.1,309.118Z"/>
8
- <path d="M128.787,308.44a22.087,22.087,0,0,0,0,21.662l-8.479,8.479a6,6,0,1,0,8.484,8.485l8.479-8.48a22.09,22.09,0,0,0,21.662,0l8.478,8.479a6,6,0,0,0,8.486-8.485l-8.487-8.488a22.211,22.211,0,0,0,0-21.644l8.487-8.488a6,6,0,0,0-8.486-8.485l-8.478,8.479a22.092,22.092,0,0,0-21.661,0l-8.48-8.479a6,6,0,1,0-8.484,8.485Zm19.316.678a10.156,10.156,0,1,1-7.179,2.974A10.083,10.083,0,0,1,148.1,309.118Z"/>
9
- </g>
10
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
2
+ <g fill="currentColor">
3
+ <path d="M473,331.916V273.648A39.71,39.71,0,0,0,433.328,234H376V170h44.009a6.289,6.289,0,0,0,5.747-8.02L404.831,92.248A5.976,5.976,0,0,0,399.084,88H340.916a5.932,5.932,0,0,0-5.747,4.2L314.244,161.92a6.372,6.372,0,0,0,.934,5.483,6.176,6.176,0,0,0,4.813,2.6H364v64H88.675A39.713,39.713,0,0,0,49,273.648v58.268a39.417,39.417,0,0,0-37,39.556V463.1a5.915,5.915,0,0,0,6,5.9H35v30a6.246,6.246,0,0,0,6.28,6h67.867A5.877,5.877,0,0,0,115,499V469H407v30a5.879,5.879,0,0,0,5.855,6h67.869A6.243,6.243,0,0,0,487,499V469h17a5.913,5.913,0,0,0,6-5.9V371.472A39.417,39.417,0,0,0,473,331.916ZM345.381,100h49.238l17.326,58h-83.89ZM88.675,246H433.328A27.7,27.7,0,0,1,461,273.648v59.3a39.854,39.854,0,0,0-30,38.526V390H91V371.472a39.854,39.854,0,0,0-30-38.526v-59.3A27.7,27.7,0,0,1,88.675,246ZM103,493H47V469h56Zm372,0H419V469h56Zm23-36H24V371.472a27.5,27.5,0,1,1,55,0V395.8a6.448,6.448,0,0,0,6.31,6.2H436.693A6.445,6.445,0,0,0,443,395.8V371.472a27.5,27.5,0,1,1,55,0Z"/>
4
+ <path d="M214,203.238V56.626A5.64,5.64,0,0,0,208.062,51h-53.92L112.272,8.944a5.737,5.737,0,0,0-8.484.047L61.919,51H8a5.693,5.693,0,0,0-6,5.626V203.238A5.8,5.8,0,0,0,8,209H208.062A5.749,5.749,0,0,0,214,203.238ZM174,131.8l-42.23,19.686L80.365,116.443a6.245,6.245,0,0,0-7.131.163L41,140.686V87H174ZM41,155.689l36.062-26.911,50.885,34.542a6.17,6.17,0,0,0,3.427,1.039,5.169,5.169,0,0,0,2.332-.557L174,145.025V173H41ZM178.155,75H37.689L23.243,63H192.5ZM29,84.091V176.2L14,189.928V70.473ZM37.7,185H178.14l13.767,12H23.835ZM186,176.21V84.078l16-13.9V190.226ZM108.03,21.859,137.172,51H78.889Z"/>
5
+ <path d="M128.374,133.2a20.214,20.214,0,1,0-20.214-20.214A20.236,20.236,0,0,0,128.374,133.2Zm0-28.427a8.214,8.214,0,1,1-8.214,8.213A8.223,8.223,0,0,1,128.374,104.768Z"/>
6
+ <path d="M348.787,308.44a22.087,22.087,0,0,0,0,21.662l-8.479,8.479a6,6,0,1,0,8.484,8.485l8.479-8.48a22.09,22.09,0,0,0,21.662,0l8.478,8.479a6,6,0,0,0,8.486-8.485l-8.487-8.488a22.211,22.211,0,0,0,0-21.644l8.487-8.488a6,6,0,0,0-8.486-8.485l-8.478,8.479a22.092,22.092,0,0,0-21.661,0l-8.48-8.479a6,6,0,1,0-8.484,8.485Zm19.316.678a10.156,10.156,0,1,1-7.179,2.974A10.083,10.083,0,0,1,368.1,309.118Z"/>
7
+ <path d="M238.787,308.44a22.087,22.087,0,0,0,0,21.662l-8.479,8.479a6,6,0,1,0,8.484,8.485l8.479-8.48a22.09,22.09,0,0,0,21.662,0l8.478,8.479a6,6,0,0,0,8.486-8.485l-8.487-8.488a22.211,22.211,0,0,0,0-21.644l8.487-8.488a6,6,0,0,0-8.486-8.485l-8.478,8.479a22.092,22.092,0,0,0-21.661,0l-8.48-8.479a6,6,0,1,0-8.484,8.485Zm19.316.678a10.156,10.156,0,1,1-7.179,2.974A10.083,10.083,0,0,1,258.1,309.118Z"/>
8
+ <path d="M128.787,308.44a22.087,22.087,0,0,0,0,21.662l-8.479,8.479a6,6,0,1,0,8.484,8.485l8.479-8.48a22.09,22.09,0,0,0,21.662,0l8.478,8.479a6,6,0,0,0,8.486-8.485l-8.487-8.488a22.211,22.211,0,0,0,0-21.644l8.487-8.488a6,6,0,0,0-8.486-8.485l-8.478,8.479a22.092,22.092,0,0,0-21.661,0l-8.48-8.479a6,6,0,1,0-8.484,8.485Zm19.316.678a10.156,10.156,0,1,1-7.179,2.974A10.083,10.083,0,0,1,148.1,309.118Z"/>
9
+ </g>
10
+ </svg>
@@ -1,17 +1,17 @@
1
- <svg height="512" viewBox="0 0 60 60" width="512" xmlns="http://www.w3.org/2000/svg">
2
- <g fill="currentColor">
3
- <path d="m23 4h-15c-2.209139 0-4 1.790861-4 4v34c0 2.209139 1.790861 4 4 4h6c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-6c-1.1045695 0-2-.8954305-2-2v-34c0-1.1045695.8954305-2 2-2h15c1.1045695 0 2 .8954305 2 2v12.05c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-12.05c0-2.209139-1.790861-4-4-4z"/>
4
- <path d="m11 12h9c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-9c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1z"/>
5
- <path d="m11 16h9c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-9c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1z"/>
6
- <path d="m21 19c0-.5522847-.4477153-1-1-1h-9c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h9c.5522847 0 1-.4477153 1-1z"/>
7
- <path d="m9 35c-.55228475 0-1 .4477153-1 1v5c0 .5522847.44771525 1 1 1h3c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-2v-4c0-.5522847-.44771525-1-1-1z"/>
8
- <path d="m52 0h-15c-2.9122142.00180691-5.5934008 1.58600518-7 4.136-1.4065992-2.54999482-4.0877858-4.13419309-7-4.136h-15c-4.41622192.00495988-7.99504012 3.58377808-8 8v34c.00495988 4.4162219 3.58377808 7.9950401 8 8h6c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-6c-3.31233757-.0033074-5.99669262-2.6876624-6-6v-34c.00330738-3.31233757 2.68766243-5.99669262 6-6h15c3.3123376.00330738 5.9966926 2.68766243 6 6v12c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-12c.0033074-3.31233757 2.6876624-5.99669262 6-6h15c3.3123376.00330738 5.9966926 2.68766243 6 6v34c-.0033074 3.3123376-2.6876624 5.9966926-6 6h-6c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h6c4.4162219-.0049599 7.9950401-3.5837781 8-8v-34c-.0049599-4.41622192-3.5837781-7.99504012-8-8z"/>
9
- <path d="m46 46h6c2.209139 0 4-1.790861 4-4v-34c0-2.209139-1.790861-4-4-4h-15c-2.209139 0-4 1.790861-4 4v12.05c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-12.05c0-1.1045695.8954305-2 2-2h15c1.1045695 0 2 .8954305 2 2v34c0 1.1045695-.8954305 2-2 2h-6c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1z"/>
10
- <path d="m40 12h9c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-9c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1z"/>
11
- <path d="m40 16h9c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-9c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1z"/>
12
- <path d="m40 20h9c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-9c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1z"/>
13
- <path d="m49 27v3c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-3c0-.5522847-.4477153-1-1-1s-1 .4477153-1 1z"/>
14
- <path d="m27 23c-3.8641657.0044086-6.9955914 3.1358343-7 7v6c-1.6568542 0-3 1.3431458-3 3v18c0 1.6568542 1.3431458 3 3 3h20c1.6568542 0 3-1.3431458 3-3v-18c0-1.6568542-1.3431458-3-3-3v-6c-.0044086-3.8641657-3.1358343-6.9955914-7-7zm14 16v18c0 .5522847-.4477153 1-1 1h-20c-.5522847 0-1-.4477153-1-1v-18c0-.5522847.4477153-1 1-1h20c.5522847 0 1 .4477153 1 1zm-7-3h-8v-6c0-.5522847.4477153-1 1-1h6c.5522847 0 1 .4477153 1 1zm4-6v6h-2v-6c0-1.6568542-1.3431458-3-3-3h-6c-1.6568542 0-3 1.3431458-3 3v6h-2v-6c.0033061-2.7600532 2.2399468-4.9966939 5-5h6c2.7600532.0033061 4.9966939 2.2399468 5 5z"/>
15
- <path d="m31.213 41.144c-1.504172-.3693727-3.0946426-.0256068-4.312.932-1.2178834.9618134-1.9201275 2.4346089-1.9007403 3.9863657.0193871 1.5517568.7582076 3.0065481 1.9997403 3.9376343v3c0 1.6568542 1.3431458 3 3 3s3-1.3431458 3-3v-3c1.5445107-1.1569544 2.2853492-3.0994557 1.9035191-4.9910852-.3818301-1.8916296-1.8181587-3.3946643-3.6905191-3.8619148zm.587 7.256c-.4971479.3576066-.7942401.9306232-.8 1.543v3.057c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-3.081c-.0057082-.6020522-.2994259-1.1649492-.79-1.514-1.0350553-.7717872-1.4602164-2.1192507-1.0555364-3.3453131s1.548421-2.0556867 2.8395364-2.0596869c.2550309.0005085.5091144.0310522.757.091 1.055868.2632461 1.882907 1.0833772 2.155 2.137.3133746 1.1839695-.1244165 2.4395512-1.106 3.172z"/>
16
- </g>
1
+ <svg height="512" viewBox="0 0 60 60" width="512" xmlns="http://www.w3.org/2000/svg">
2
+ <g fill="currentColor">
3
+ <path d="m23 4h-15c-2.209139 0-4 1.790861-4 4v34c0 2.209139 1.790861 4 4 4h6c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-6c-1.1045695 0-2-.8954305-2-2v-34c0-1.1045695.8954305-2 2-2h15c1.1045695 0 2 .8954305 2 2v12.05c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-12.05c0-2.209139-1.790861-4-4-4z"/>
4
+ <path d="m11 12h9c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-9c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1z"/>
5
+ <path d="m11 16h9c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-9c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1z"/>
6
+ <path d="m21 19c0-.5522847-.4477153-1-1-1h-9c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h9c.5522847 0 1-.4477153 1-1z"/>
7
+ <path d="m9 35c-.55228475 0-1 .4477153-1 1v5c0 .5522847.44771525 1 1 1h3c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-2v-4c0-.5522847-.44771525-1-1-1z"/>
8
+ <path d="m52 0h-15c-2.9122142.00180691-5.5934008 1.58600518-7 4.136-1.4065992-2.54999482-4.0877858-4.13419309-7-4.136h-15c-4.41622192.00495988-7.99504012 3.58377808-8 8v34c.00495988 4.4162219 3.58377808 7.9950401 8 8h6c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-6c-3.31233757-.0033074-5.99669262-2.6876624-6-6v-34c.00330738-3.31233757 2.68766243-5.99669262 6-6h15c3.3123376.00330738 5.9966926 2.68766243 6 6v12c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-12c.0033074-3.31233757 2.6876624-5.99669262 6-6h15c3.3123376.00330738 5.9966926 2.68766243 6 6v34c-.0033074 3.3123376-2.6876624 5.9966926-6 6h-6c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1h6c4.4162219-.0049599 7.9950401-3.5837781 8-8v-34c-.0049599-4.41622192-3.5837781-7.99504012-8-8z"/>
9
+ <path d="m46 46h6c2.209139 0 4-1.790861 4-4v-34c0-2.209139-1.790861-4-4-4h-15c-2.209139 0-4 1.790861-4 4v12.05c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-12.05c0-1.1045695.8954305-2 2-2h15c1.1045695 0 2 .8954305 2 2v34c0 1.1045695-.8954305 2-2 2h-6c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1z"/>
10
+ <path d="m40 12h9c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-9c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1z"/>
11
+ <path d="m40 16h9c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-9c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1z"/>
12
+ <path d="m40 20h9c.5522847 0 1-.4477153 1-1s-.4477153-1-1-1h-9c-.5522847 0-1 .4477153-1 1s.4477153 1 1 1z"/>
13
+ <path d="m49 27v3c0 .5522847.4477153 1 1 1s1-.4477153 1-1v-3c0-.5522847-.4477153-1-1-1s-1 .4477153-1 1z"/>
14
+ <path d="m27 23c-3.8641657.0044086-6.9955914 3.1358343-7 7v6c-1.6568542 0-3 1.3431458-3 3v18c0 1.6568542 1.3431458 3 3 3h20c1.6568542 0 3-1.3431458 3-3v-18c0-1.6568542-1.3431458-3-3-3v-6c-.0044086-3.8641657-3.1358343-6.9955914-7-7zm14 16v18c0 .5522847-.4477153 1-1 1h-20c-.5522847 0-1-.4477153-1-1v-18c0-.5522847.4477153-1 1-1h20c.5522847 0 1 .4477153 1 1zm-7-3h-8v-6c0-.5522847.4477153-1 1-1h6c.5522847 0 1 .4477153 1 1zm4-6v6h-2v-6c0-1.6568542-1.3431458-3-3-3h-6c-1.6568542 0-3 1.3431458-3 3v6h-2v-6c.0033061-2.7600532 2.2399468-4.9966939 5-5h6c2.7600532.0033061 4.9966939 2.2399468 5 5z"/>
15
+ <path d="m31.213 41.144c-1.504172-.3693727-3.0946426-.0256068-4.312.932-1.2178834.9618134-1.9201275 2.4346089-1.9007403 3.9863657.0193871 1.5517568.7582076 3.0065481 1.9997403 3.9376343v3c0 1.6568542 1.3431458 3 3 3s3-1.3431458 3-3v-3c1.5445107-1.1569544 2.2853492-3.0994557 1.9035191-4.9910852-.3818301-1.8916296-1.8181587-3.3946643-3.6905191-3.8619148zm.587 7.256c-.4971479.3576066-.7942401.9306232-.8 1.543v3.057c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1v-3.081c-.0057082-.6020522-.2994259-1.1649492-.79-1.514-1.0350553-.7717872-1.4602164-2.1192507-1.0555364-3.3453131s1.548421-2.0556867 2.8395364-2.0596869c.2550309.0005085.5091144.0310522.757.091 1.055868.2632461 1.882907 1.0833772 2.155 2.137.3133746 1.1839695-.1244165 2.4395512-1.106 3.172z"/>
16
+ </g>
17
17
  </svg>
@@ -1,5 +1,5 @@
1
- <svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
2
- <g fill="currentColor">
3
- <path d="m510.417 233.225-58.644-117.279c-15.939-31.877-47.978-51.68-83.62-51.68-8.586 0-16.984 1.188-25.032 3.437.105-1.489.178-2.988.178-4.503 0-34.849-28.351-63.2-63.2-63.2s-63.2 28.352-63.2 63.2c0 30.993 22.432 56.828 51.909 62.169l-61.366 61.47c-6.875 6.886-21.871 27.82-10.333 54.46-1.705-.191-3.421-.299-5.144-.299-23.087 0-42.336 16.69-46.351 38.635-7.74-4.144-16.573-6.501-25.949-6.501-30.419 0-55.167 24.748-55.167 55.167 0 9.063 2.211 17.615 6.1 25.167h-40.598v-338.468c0-8.284-6.716-15-15-15s-15 6.716-15 15v482c0 8.284 6.716 15 15 15s15-6.716 15-15v-49.267h306.563c8.284 0 15-6.716 15-15v-64.267c0-8.284-6.716-15-15-15h-36.412c3.274-8.395 3.214-15.263 3.214-18.2 28.469 0 48.2-22.098 48.2-47.133 0-25.989-21.144-47.133-47.133-47.133h-12.304l55.904-56.086 53.736 106.777-.103 205.301c-.002 3.979 1.578 7.796 4.391 10.611 2.813 2.814 6.63 4.396 10.609 4.396h80.335c8.284 0 15-6.716 15-15v-257.066c0-2.329-.542-4.625-1.583-6.708zm-263.517-170.025c0-18.307 14.894-33.2 33.2-33.2s33.2 14.894 33.2 33.2-14.894 33.2-33.2 33.2c-18.307 0-33.2-14.893-33.2-33.2zm-127.233 239.933c13.877 0 25.167 11.29 25.167 25.167s-11.29 25.167-25.167 25.167-25.167-11.29-25.167-25.167 11.29-25.167 25.167-25.167zm201.896 80.334v34.267h-291.563v-34.267zm-17.13-112.467c9.447 0 17.133 7.686 17.133 17.133 0 9.583-7.814 17.133-17.133 17.133h-16.067c-8.284 0-15 6.716-15 15v16.067c0 9.583-7.814 17.133-17.133 17.133h-64.267c-9.447 0-17.133-7.686-17.133-17.133v-48.2c0-9.447 7.686-17.133 17.133-17.133 9.297 0 17.133 7.526 17.133 17.133v16.067c0 8.284 6.716 15 15 15s15-6.716 15-15v-16.067c0-9.429 7.616-17.133 17.133-17.133zm177.567 211h-50.326l.097-193.859c.001-2.344-.547-4.656-1.601-6.75l-64.685-128.533c-2.167-4.305-6.269-7.306-11.027-8.068-4.761-.762-9.594.81-12.995 4.222l-86.458 86.739c-7.263 7.291-19.115 6.807-26.308-.386-7.381-7.381-7.728-19.611-.022-27.329l95.27-95.431c11.799-11.825 27.5-18.337 44.217-18.337 24.199 0 45.955 13.448 56.779 35.097l57.059 114.109z"/>
4
- </g>
1
+ <svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
2
+ <g fill="currentColor">
3
+ <path d="m510.417 233.225-58.644-117.279c-15.939-31.877-47.978-51.68-83.62-51.68-8.586 0-16.984 1.188-25.032 3.437.105-1.489.178-2.988.178-4.503 0-34.849-28.351-63.2-63.2-63.2s-63.2 28.352-63.2 63.2c0 30.993 22.432 56.828 51.909 62.169l-61.366 61.47c-6.875 6.886-21.871 27.82-10.333 54.46-1.705-.191-3.421-.299-5.144-.299-23.087 0-42.336 16.69-46.351 38.635-7.74-4.144-16.573-6.501-25.949-6.501-30.419 0-55.167 24.748-55.167 55.167 0 9.063 2.211 17.615 6.1 25.167h-40.598v-338.468c0-8.284-6.716-15-15-15s-15 6.716-15 15v482c0 8.284 6.716 15 15 15s15-6.716 15-15v-49.267h306.563c8.284 0 15-6.716 15-15v-64.267c0-8.284-6.716-15-15-15h-36.412c3.274-8.395 3.214-15.263 3.214-18.2 28.469 0 48.2-22.098 48.2-47.133 0-25.989-21.144-47.133-47.133-47.133h-12.304l55.904-56.086 53.736 106.777-.103 205.301c-.002 3.979 1.578 7.796 4.391 10.611 2.813 2.814 6.63 4.396 10.609 4.396h80.335c8.284 0 15-6.716 15-15v-257.066c0-2.329-.542-4.625-1.583-6.708zm-263.517-170.025c0-18.307 14.894-33.2 33.2-33.2s33.2 14.894 33.2 33.2-14.894 33.2-33.2 33.2c-18.307 0-33.2-14.893-33.2-33.2zm-127.233 239.933c13.877 0 25.167 11.29 25.167 25.167s-11.29 25.167-25.167 25.167-25.167-11.29-25.167-25.167 11.29-25.167 25.167-25.167zm201.896 80.334v34.267h-291.563v-34.267zm-17.13-112.467c9.447 0 17.133 7.686 17.133 17.133 0 9.583-7.814 17.133-17.133 17.133h-16.067c-8.284 0-15 6.716-15 15v16.067c0 9.583-7.814 17.133-17.133 17.133h-64.267c-9.447 0-17.133-7.686-17.133-17.133v-48.2c0-9.447 7.686-17.133 17.133-17.133 9.297 0 17.133 7.526 17.133 17.133v16.067c0 8.284 6.716 15 15 15s15-6.716 15-15v-16.067c0-9.429 7.616-17.133 17.133-17.133zm177.567 211h-50.326l.097-193.859c.001-2.344-.547-4.656-1.601-6.75l-64.685-128.533c-2.167-4.305-6.269-7.306-11.027-8.068-4.761-.762-9.594.81-12.995 4.222l-86.458 86.739c-7.263 7.291-19.115 6.807-26.308-.386-7.381-7.381-7.728-19.611-.022-27.329l95.27-95.431c11.799-11.825 27.5-18.337 44.217-18.337 24.199 0 45.955 13.448 56.779 35.097l57.059 114.109z"/>
4
+ </g>
5
5
  </svg>
@@ -1,8 +1,8 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 512 512" width="512" height="512">
2
- <g fill="currentColor">
3
- <path d="M92.545,185.09c51.029,0,92.545-41.516,92.545-92.545S143.574,0,92.545,0S0,41.516,0,92.545 S41.516,185.09,92.545,185.09z M92.545,20c40.001,0,72.545,32.544,72.545,72.545s-32.544,72.545-72.545,72.545 S20,132.546,20,92.545S52.544,20,92.545,20z"/>
4
- <path d="M100.501,114.526c1.952,1.945,4.506,2.917,7.06,2.917c2.564,0,5.13-0.98,7.083-2.94 c3.898-3.912,3.888-10.244-0.023-14.143l-12.008-11.968V44c0-5.522-4.478-10-10-10s-10,4.478-10,10v48.545 c0,2.658,1.059,5.207,2.94,7.083L100.501,114.526z"/>
5
- <path d="M502,332h-61.547c-8.46-12.034-21.172-20.558-35.671-23.728l-43.964-9.613 c17.991-12.134,29.847-32.702,29.847-55.988v-24.417v-11.297v-2.542c0-37.212-30.274-67.486-67.486-67.486 s-67.486,30.274-67.486,67.486v2.542v11.297v24.417c0,23.256,11.825,43.803,29.778,55.943l-43.936,9.639 c-1.877,0.412-3.722,0.917-5.535,1.502V227c0-5.522-4.478-10-10-10h-68c-5.522,0-10,4.478-10,10s4.478,10,10,10h58v140h-68v-50 c0-16.542-13.458-30-30-30s-30,13.458-30,30v50H20V237h58c5.522,0,10-4.478,10-10s-4.478-10-10-10H10c-5.522,0-10,4.478-10,10v160 c0,5.522,4.478,10,10,10h78v19h-1c-17.094,0-31,13.906-31,31v5H10c-5.522,0-10,4.478-10,10v40c0,5.522,4.478,10,10,10h492 c5.522,0,10-4.478,10-10v-40v-40v-40v-40C512,336.478,507.522,332,502,332z M441.179,452H384v-20h108v20H441.179z M492,412H384 v-20h108V412z M492,372H384v-20h50.874c0.03,0,0.06,0.006,0.089,0.006c0.031,0,0.063-0.006,0.094-0.006H492V372z M275.692,204.416 c0-26.184,21.303-47.486,47.486-47.486c24.933,0,45.439,19.314,47.342,43.767l-23.246-13.657 c-4.211-2.475-9.593-1.544-12.73,2.199c-10.126,12.085-24.977,19.017-40.744,19.017h-18.107v-1.297V204.416z M275.692,228.255 H293.8c18.825,0,36.7-7.179,50.205-19.94l26.66,15.663v18.694c0,26.184-21.303,47.486-47.486,47.486s-47.486-21.303-47.486-47.486 V228.255z M338.844,308.303l-15.815,42.294l-15.844-42.37c5.13,1.252,10.483,1.931,15.993,1.931 C328.572,310.158,333.813,309.504,338.844,308.303z M226,397c5.522,0,10-4.478,10-10v-55.623c3.085-1.626,6.374-2.832,9.82-3.588 l43.74-9.596l24.103,64.457c1.461,3.907,5.194,6.497,9.366,6.497s7.905-2.59,9.366-6.498l24.104-64.461l44.011,9.623 c3.863,0.844,7.529,2.274,10.902,4.188H374c-5.522,0-10,4.478-10,10v40v40v30H215.179v-55H226z M195.179,397v55H180v-5 c0-17.094-13.906-31-31-31h-1v-19H195.179z M108,327c0-5.514,4.486-10,10-10s10,4.486,10,10v89h-20V327z M76,447 c0-6.065,4.935-11,11-11h11h40h11c6.065,0,11,4.935,11,11v5H76V447z M492,492H20v-20h472V492z"/>
6
- <path d="M110.93,219.93c-1.86,1.86-2.93,4.44-2.93,7.07s1.069,5.21,2.93,7.069c1.86,1.86,4.44,2.931,7.07,2.931 s5.21-1.07,7.069-2.931C126.93,232.21,128,229.63,128,227s-1.07-5.21-2.931-7.07c-1.859-1.86-4.439-2.93-7.069-2.93 S112.79,218.069,110.93,219.93z"/>
7
- </g>
8
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 512 512" width="512" height="512">
2
+ <g fill="currentColor">
3
+ <path d="M92.545,185.09c51.029,0,92.545-41.516,92.545-92.545S143.574,0,92.545,0S0,41.516,0,92.545 S41.516,185.09,92.545,185.09z M92.545,20c40.001,0,72.545,32.544,72.545,72.545s-32.544,72.545-72.545,72.545 S20,132.546,20,92.545S52.544,20,92.545,20z"/>
4
+ <path d="M100.501,114.526c1.952,1.945,4.506,2.917,7.06,2.917c2.564,0,5.13-0.98,7.083-2.94 c3.898-3.912,3.888-10.244-0.023-14.143l-12.008-11.968V44c0-5.522-4.478-10-10-10s-10,4.478-10,10v48.545 c0,2.658,1.059,5.207,2.94,7.083L100.501,114.526z"/>
5
+ <path d="M502,332h-61.547c-8.46-12.034-21.172-20.558-35.671-23.728l-43.964-9.613 c17.991-12.134,29.847-32.702,29.847-55.988v-24.417v-11.297v-2.542c0-37.212-30.274-67.486-67.486-67.486 s-67.486,30.274-67.486,67.486v2.542v11.297v24.417c0,23.256,11.825,43.803,29.778,55.943l-43.936,9.639 c-1.877,0.412-3.722,0.917-5.535,1.502V227c0-5.522-4.478-10-10-10h-68c-5.522,0-10,4.478-10,10s4.478,10,10,10h58v140h-68v-50 c0-16.542-13.458-30-30-30s-30,13.458-30,30v50H20V237h58c5.522,0,10-4.478,10-10s-4.478-10-10-10H10c-5.522,0-10,4.478-10,10v160 c0,5.522,4.478,10,10,10h78v19h-1c-17.094,0-31,13.906-31,31v5H10c-5.522,0-10,4.478-10,10v40c0,5.522,4.478,10,10,10h492 c5.522,0,10-4.478,10-10v-40v-40v-40v-40C512,336.478,507.522,332,502,332z M441.179,452H384v-20h108v20H441.179z M492,412H384 v-20h108V412z M492,372H384v-20h50.874c0.03,0,0.06,0.006,0.089,0.006c0.031,0,0.063-0.006,0.094-0.006H492V372z M275.692,204.416 c0-26.184,21.303-47.486,47.486-47.486c24.933,0,45.439,19.314,47.342,43.767l-23.246-13.657 c-4.211-2.475-9.593-1.544-12.73,2.199c-10.126,12.085-24.977,19.017-40.744,19.017h-18.107v-1.297V204.416z M275.692,228.255 H293.8c18.825,0,36.7-7.179,50.205-19.94l26.66,15.663v18.694c0,26.184-21.303,47.486-47.486,47.486s-47.486-21.303-47.486-47.486 V228.255z M338.844,308.303l-15.815,42.294l-15.844-42.37c5.13,1.252,10.483,1.931,15.993,1.931 C328.572,310.158,333.813,309.504,338.844,308.303z M226,397c5.522,0,10-4.478,10-10v-55.623c3.085-1.626,6.374-2.832,9.82-3.588 l43.74-9.596l24.103,64.457c1.461,3.907,5.194,6.497,9.366,6.497s7.905-2.59,9.366-6.498l24.104-64.461l44.011,9.623 c3.863,0.844,7.529,2.274,10.902,4.188H374c-5.522,0-10,4.478-10,10v40v40v30H215.179v-55H226z M195.179,397v55H180v-5 c0-17.094-13.906-31-31-31h-1v-19H195.179z M108,327c0-5.514,4.486-10,10-10s10,4.486,10,10v89h-20V327z M76,447 c0-6.065,4.935-11,11-11h11h40h11c6.065,0,11,4.935,11,11v5H76V447z M492,492H20v-20h472V492z"/>
6
+ <path d="M110.93,219.93c-1.86,1.86-2.93,4.44-2.93,7.07s1.069,5.21,2.93,7.069c1.86,1.86,4.44,2.931,7.07,2.931 s5.21-1.07,7.069-2.931C126.93,232.21,128,229.63,128,227s-1.07-5.21-2.931-7.07c-1.859-1.86-4.439-2.93-7.069-2.93 S112.79,218.069,110.93,219.93z"/>
7
+ </g>
8
+ </svg>
@@ -1,7 +1,7 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="512" height="512">
2
- <g fill="currentColor">
3
- <path d="M55,35.935c4.493-.555,8-4.8,8-9.935,0-4.885-3.535-19-9-19s-9,14.115-9,19c0,5.138,3.507,9.38,8,9.935V42H49.949a9.978,9.978,0,0,0-14.441-7.922l-1.6-2.513L32.388,27H36.5a1.5,1.5,0,0,1,0,3H36v2h.5a3.5,3.5,0,0,0,0-7H31a1,1,0,0,0-.948,1.316L31.613,31H20V29h3a1,1,0,0,0,1-1,5,5,0,0,0-10,0,1,1,0,0,0,1,1h3v2.675l-1.964,2.7a9.991,9.991,0,1,0,4.51,11.606,3.985,3.985,0,1,0,6.425-4.634l5.521-8.283,1.329,2.089A9.995,9.995,0,1,0,49.949,44H63V42H55ZM47,26c0-5.067,3.661-17,7-17s7,11.933,7,17c0,4.022-2.614,7.351-6,7.909V18.535l2.555-1.7-1.11-1.664-3,2A1,1,0,0,0,53,18v7l-2.4-1.8-1.2,1.6L53,27.5v6.409C49.614,33.351,47,30.022,47,26ZM19,25a3.006,3.006,0,0,1,2.829,2H16.171A3.006,3.006,0,0,1,19,25Zm5,15a3.836,3.836,0,0,0-.56.057L20.5,33h9.632l-4.825,7.237A3.968,3.968,0,0,0,24,40ZM11,51a8,8,0,1,1,3.857-15l-3.011,4.14A2.96,2.96,0,0,0,11,40a3,3,0,1,0,2.738,4.214l5.1.392A8.014,8.014,0,0,1,11,51Zm7.98-8.389-5.1-.392a3.005,3.005,0,0,0-.414-.916l3-4.125A7.969,7.969,0,0,1,18.98,42.611ZM12,43a1,1,0,1,1-1-1A1,1,0,0,1,12,43Zm8.879-1.472a9.968,9.968,0,0,0-3.228-5.974l1.111-1.527,2.832,6.8A4.032,4.032,0,0,0,20.879,41.528ZM24,46a2,2,0,1,1,2-2A2,2,0,0,1,24,46Zm16,5a8,8,0,0,1-5.1-14.156l2.748,4.319A2.966,2.966,0,0,0,37,43a3,3,0,1,0,3-3,2.963,2.963,0,0,0-.671.082l-2.741-4.307A8,8,0,1,1,40,51Zm0-9a1,1,0,1,1-1,1A1,1,0,0,1,40,42Z"/>
4
- <path d="M7,18a4,4,0,0,0,2.788-1.139,5.633,5.633,0,0,0,3.961-.545A3.954,3.954,0,0,0,17,18a4,4,0,1,0-.083-8,6,6,0,0,0-11.9.538A3.992,3.992,0,0,0,7,18Zm-.653-5.877a1,1,0,0,0,.67-.977A.6.6,0,0,0,7,11a4,4,0,0,1,8-.041c0,.033-.018.152-.02.185a1,1,0,0,0,1.339.986A1.97,1.97,0,0,1,17,12a2,2,0,1,1-1.9,2.573,1,1,0,0,0-1.589-.487,3.8,3.8,0,0,1-3.751.693,1,1,0,0,0-1.129.372,1.994,1.994,0,1,1-2.282-3.028Z"/>
5
- <rect x="1" y="55" width="62" height="2"/>
6
- </g>
7
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="512" height="512">
2
+ <g fill="currentColor">
3
+ <path d="M55,35.935c4.493-.555,8-4.8,8-9.935,0-4.885-3.535-19-9-19s-9,14.115-9,19c0,5.138,3.507,9.38,8,9.935V42H49.949a9.978,9.978,0,0,0-14.441-7.922l-1.6-2.513L32.388,27H36.5a1.5,1.5,0,0,1,0,3H36v2h.5a3.5,3.5,0,0,0,0-7H31a1,1,0,0,0-.948,1.316L31.613,31H20V29h3a1,1,0,0,0,1-1,5,5,0,0,0-10,0,1,1,0,0,0,1,1h3v2.675l-1.964,2.7a9.991,9.991,0,1,0,4.51,11.606,3.985,3.985,0,1,0,6.425-4.634l5.521-8.283,1.329,2.089A9.995,9.995,0,1,0,49.949,44H63V42H55ZM47,26c0-5.067,3.661-17,7-17s7,11.933,7,17c0,4.022-2.614,7.351-6,7.909V18.535l2.555-1.7-1.11-1.664-3,2A1,1,0,0,0,53,18v7l-2.4-1.8-1.2,1.6L53,27.5v6.409C49.614,33.351,47,30.022,47,26ZM19,25a3.006,3.006,0,0,1,2.829,2H16.171A3.006,3.006,0,0,1,19,25Zm5,15a3.836,3.836,0,0,0-.56.057L20.5,33h9.632l-4.825,7.237A3.968,3.968,0,0,0,24,40ZM11,51a8,8,0,1,1,3.857-15l-3.011,4.14A2.96,2.96,0,0,0,11,40a3,3,0,1,0,2.738,4.214l5.1.392A8.014,8.014,0,0,1,11,51Zm7.98-8.389-5.1-.392a3.005,3.005,0,0,0-.414-.916l3-4.125A7.969,7.969,0,0,1,18.98,42.611ZM12,43a1,1,0,1,1-1-1A1,1,0,0,1,12,43Zm8.879-1.472a9.968,9.968,0,0,0-3.228-5.974l1.111-1.527,2.832,6.8A4.032,4.032,0,0,0,20.879,41.528ZM24,46a2,2,0,1,1,2-2A2,2,0,0,1,24,46Zm16,5a8,8,0,0,1-5.1-14.156l2.748,4.319A2.966,2.966,0,0,0,37,43a3,3,0,1,0,3-3,2.963,2.963,0,0,0-.671.082l-2.741-4.307A8,8,0,1,1,40,51Zm0-9a1,1,0,1,1-1,1A1,1,0,0,1,40,42Z"/>
4
+ <path d="M7,18a4,4,0,0,0,2.788-1.139,5.633,5.633,0,0,0,3.961-.545A3.954,3.954,0,0,0,17,18a4,4,0,1,0-.083-8,6,6,0,0,0-11.9.538A3.992,3.992,0,0,0,7,18Zm-.653-5.877a1,1,0,0,0,.67-.977A.6.6,0,0,0,7,11a4,4,0,0,1,8-.041c0,.033-.018.152-.02.185a1,1,0,0,0,1.339.986A1.97,1.97,0,0,1,17,12a2,2,0,1,1-1.9,2.573,1,1,0,0,0-1.589-.487,3.8,3.8,0,0,1-3.751.693,1,1,0,0,0-1.129.372,1.994,1.994,0,1,1-2.282-3.028Z"/>
5
+ <rect x="1" y="55" width="62" height="2"/>
6
+ </g>
7
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
2
- <g fill="currentColor">
3
- <path d="m168.992 277.591c0-26.551-21.601-48.151-48.151-48.151s-48.151 21.601-48.151 48.151 21.601 48.15 48.151 48.15 48.151-21.6 48.151-48.15zm-81.303 0c0-18.279 14.872-33.151 33.151-33.151s33.151 14.872 33.151 33.151-14.872 33.15-33.151 33.15-33.151-14.871-33.151-33.15z"/>
4
- <path d="m479.272 462h-34.062l-39.158-36.667c-3.023-2.831-7.77-2.675-10.601.349s-2.675 7.77.349 10.601l41.321 38.692c1.39 1.302 3.222 2.025 5.126 2.025h37.024c9.775 0 17.728 7.953 17.728 17.729v2.271h-60.844c-2.148 0-4.261-.703-5.981-1.986l-188.492-178.914v-24.132l132.207 123.796c3.023 2.831 7.77 2.675 10.601-.349s2.675-7.77-.349-10.601l-142.459-133.396v-2.458c0-8.284-6.74-15.024-15.025-15.024h-12.548v-42.786h11.438c6.536 0 12.38-3.901 14.886-9.938 2.507-6.037 1.145-12.93-3.471-17.56l-104.706-105.036c-1.168-1.172-2.487-2.138-3.91-2.889v-10.869h50.148c8.959 0 16.248-7.289 16.248-16.248v-25.213c0-8.959-7.289-16.248-16.248-16.248h-50.166c-.184-3.978-3.458-7.149-7.482-7.149-4.143 0-7.5 3.357-7.5 7.5v68.223c-1.427.751-2.749 1.719-3.92 2.894l-40.015 40.14c-2.925 2.934-2.917 7.682.017 10.606 2.933 2.923 7.681 2.917 10.606-.017l40.016-40.141c.271-.271.579-.328.791-.328.211 0 .521.057.792.329l104.705 105.035c.157.158.527.529.24 1.219-.286.689-.809.689-1.032.689h-209.41c-.224 0-.747 0-1.033-.689s.084-1.061.241-1.219l43.521-43.658c2.925-2.934 2.917-7.683-.017-10.606-2.934-2.925-7.683-2.918-10.606.017l-43.521 43.657c-4.615 4.63-5.978 11.522-3.472 17.561 2.507 6.037 8.35 9.938 14.887 9.938h11.438v69.444c0 4.143 3.357 7.5 7.5 7.5s7.5-3.357 7.5-7.5v-69.444h156.535v132.882h-156.536v-33.452c0-4.143-3.357-7.5-7.5-7.5s-7.5 3.357-7.5 7.5v186.42h-20.073c-4.143 0-7.5 3.357-7.5 7.5s3.357 7.5 7.5 7.5h497c4.143 0 7.5-3.357 7.5-7.5v-9.771c0-18.047-14.682-32.729-32.728-32.729zm-299.53-438.603v25.213c0 .688-.56 1.248-1.248 1.248h-50.148v-27.709h50.148c.689 0 1.248.56 1.248 1.248zm167.196 413.291 63.541 60.312h-63.541zm-15 60.312h-60.811v-132.27l60.811 57.72zm-75.81-146.508v146.508h-42.02v-156.942h12.548c4.939 0 9.316-2.406 12.056-6.096zm-29.446-81.532-.012 56.097s-.004.001-.014.001h-12.548v-56.113zm-27.574 228.04h-37.15v-137.969h37.15zm-104.384-61.484h52.234v21.436h-52.234zm52.234-15h-52.234v-21.436h52.234zm-52.234 51.435h52.234v25.049h-52.234zm52.234-112.92v25.049h-52.234v-25.049zm-104.385 0h37.15v137.969h-37.15z"/>
5
- </g>
1
+ <svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
2
+ <g fill="currentColor">
3
+ <path d="m168.992 277.591c0-26.551-21.601-48.151-48.151-48.151s-48.151 21.601-48.151 48.151 21.601 48.15 48.151 48.15 48.151-21.6 48.151-48.15zm-81.303 0c0-18.279 14.872-33.151 33.151-33.151s33.151 14.872 33.151 33.151-14.872 33.15-33.151 33.15-33.151-14.871-33.151-33.15z"/>
4
+ <path d="m479.272 462h-34.062l-39.158-36.667c-3.023-2.831-7.77-2.675-10.601.349s-2.675 7.77.349 10.601l41.321 38.692c1.39 1.302 3.222 2.025 5.126 2.025h37.024c9.775 0 17.728 7.953 17.728 17.729v2.271h-60.844c-2.148 0-4.261-.703-5.981-1.986l-188.492-178.914v-24.132l132.207 123.796c3.023 2.831 7.77 2.675 10.601-.349s2.675-7.77-.349-10.601l-142.459-133.396v-2.458c0-8.284-6.74-15.024-15.025-15.024h-12.548v-42.786h11.438c6.536 0 12.38-3.901 14.886-9.938 2.507-6.037 1.145-12.93-3.471-17.56l-104.706-105.036c-1.168-1.172-2.487-2.138-3.91-2.889v-10.869h50.148c8.959 0 16.248-7.289 16.248-16.248v-25.213c0-8.959-7.289-16.248-16.248-16.248h-50.166c-.184-3.978-3.458-7.149-7.482-7.149-4.143 0-7.5 3.357-7.5 7.5v68.223c-1.427.751-2.749 1.719-3.92 2.894l-40.015 40.14c-2.925 2.934-2.917 7.682.017 10.606 2.933 2.923 7.681 2.917 10.606-.017l40.016-40.141c.271-.271.579-.328.791-.328.211 0 .521.057.792.329l104.705 105.035c.157.158.527.529.24 1.219-.286.689-.809.689-1.032.689h-209.41c-.224 0-.747 0-1.033-.689s.084-1.061.241-1.219l43.521-43.658c2.925-2.934 2.917-7.683-.017-10.606-2.934-2.925-7.683-2.918-10.606.017l-43.521 43.657c-4.615 4.63-5.978 11.522-3.472 17.561 2.507 6.037 8.35 9.938 14.887 9.938h11.438v69.444c0 4.143 3.357 7.5 7.5 7.5s7.5-3.357 7.5-7.5v-69.444h156.535v132.882h-156.536v-33.452c0-4.143-3.357-7.5-7.5-7.5s-7.5 3.357-7.5 7.5v186.42h-20.073c-4.143 0-7.5 3.357-7.5 7.5s3.357 7.5 7.5 7.5h497c4.143 0 7.5-3.357 7.5-7.5v-9.771c0-18.047-14.682-32.729-32.728-32.729zm-299.53-438.603v25.213c0 .688-.56 1.248-1.248 1.248h-50.148v-27.709h50.148c.689 0 1.248.56 1.248 1.248zm167.196 413.291 63.541 60.312h-63.541zm-15 60.312h-60.811v-132.27l60.811 57.72zm-75.81-146.508v146.508h-42.02v-156.942h12.548c4.939 0 9.316-2.406 12.056-6.096zm-29.446-81.532-.012 56.097s-.004.001-.014.001h-12.548v-56.113zm-27.574 228.04h-37.15v-137.969h37.15zm-104.384-61.484h52.234v21.436h-52.234zm52.234-15h-52.234v-21.436h52.234zm-52.234 51.435h52.234v25.049h-52.234zm52.234-112.92v25.049h-52.234v-25.049zm-104.385 0h37.15v137.969h-37.15z"/>
5
+ </g>
6
6
  </svg>
@@ -1,8 +1,8 @@
1
- <svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
2
- <g fill="currentColor">
3
- <path d="m367.043 170.414c-10.516-.365-20.016-5.047-26.749-13.181-4.914-5.937-13.938-5.925-18.842 0-14.597 17.637-41.462 17.606-56.031 0-4.973-6.007-14.005-5.842-18.843 0-14.592 17.633-41.455 17.613-56.031-.001-4.922-5.945-13.945-5.915-18.841 0-6.733 8.135-16.233 12.816-26.749 13.182-4.14.144-7.379 3.616-7.234 7.756.144 4.14 3.594 7.371 7.756 7.235 13.566-.472 26.386-6.328 35.646-16.187 20.276 21.629 54.569 21.657 74.875.001 20.278 21.629 54.571 21.654 74.874-.001 9.262 9.859 22.08 15.715 35.647 16.187 4.121.149 7.613-3.095 7.756-7.235.145-4.14-3.094-7.612-7.234-7.756z"/>
4
- <path d="m340.294 218.757c-4.914-5.937-13.938-5.925-18.842 0-14.596 17.636-41.461 17.607-56.031 0-4.973-6.007-14.005-5.842-18.843 0-14.596 17.639-41.461 17.606-56.031-.001-4.904-5.922-13.927-5.938-18.841.001-7.994 9.658-20.182 14.484-32.612 12.914-4.1-.519-7.861 2.389-8.382 6.499-.521 4.109 2.39 7.862 6.499 8.382 16.481 2.089 32.658-3.795 43.916-15.808 20.277 21.628 54.568 21.654 74.873 0 20.276 21.627 54.57 21.656 74.873 0 11.258 12.013 27.436 17.896 43.915 15.808 4.109-.52 7.02-4.272 6.499-8.382s-4.289-7.019-8.382-6.499c-12.435 1.569-24.618-3.255-32.611-12.914z"/>
5
- <path d="m360.782 107.7c-8.082-1.703-15.167-6-20.487-12.427-4.914-5.937-13.938-5.925-18.842 0-14.597 17.637-41.462 17.606-56.031 0-4.973-6.007-14.005-5.842-18.843 0-14.592 17.633-41.455 17.613-56.031-.001-4.922-5.945-13.945-5.915-18.841 0-5.32 6.427-12.404 10.725-20.486 12.428-4.054.854-6.647 4.832-5.793 8.885s4.84 6.647 8.885 5.792c10.383-2.188 19.592-7.39 26.816-15.117 20.282 21.631 54.572 21.648 74.872-.001 20.276 21.626 54.567 21.656 74.871.002 7.226 7.727 16.436 12.93 26.818 15.116 4.048.855 8.03-1.74 8.885-5.793.853-4.053-1.741-8.031-5.793-8.884z"/>
6
- <path d="m54.985 429.273h169.732v69.579c0 7.25 5.898 13.148 13.149 13.148h25.192c7.25 0 13.148-5.898 13.148-13.148v-1.464h74.199v1.464c0 7.25 5.898 13.148 13.149 13.148h25.192c7.25 0 13.148-5.898 13.148-13.148v-69.579h55.119c24.121 0 43.081-20.886 40.657-44.956-.004-.04-.008-.08-.013-.12l-13.035-111.567c-.481-4.114-4.215-7.062-8.319-6.579-4.114.481-7.06 4.206-6.579 8.32l13.03 111.503c1.46 14.833-10.094 28.398-25.738 28.398h-55.119v-19.058h44.937c9.47 0 16.88-8.191 15.935-17.616-.005-.043-.01-.086-.015-.129l-38.756-329.074c-.861-8.179-7.695-14.337-15.927-14.337h-134.571c-4.143 0-7.5 3.358-7.5 7.5s3.357 7.5 7.5 7.5h134.571c.523 0 .957.393 1.01.914.004.042.009.083.014.125l38.75 329.034c.019.275-.074.547-.26.751-.191.212-.466.333-.752.333h-44.937v-22.892c0-39.477-32.256-70.344-70.345-70.344-26.778 0-50.947 15.189-62.839 38.744-12.008-23.772-36.725-39.25-64.206-38.731-37.7.709-68.988 31.593-68.988 70.332v22.892h-70.352c-.286 0-.56-.122-.753-.335-.185-.204-.277-.476-.259-.751l38.752-329.032c.005-.042.01-.084.014-.127.053-.52.486-.912 1.01-.912h134.57c4.143 0 7.5-3.358 7.5-7.5s-3.357-7.5-7.5-7.5h-134.57c-8.233 0-15.067 6.16-15.927 14.339l-38.757 329.073c-.005.043-.01.086-.015.129-.946 9.422 6.464 17.616 15.935 17.616h159.551v19.058h-169.732c-14.852 0-27.279-12.782-25.739-28.399l40.609-347.483c.005-.04.009-.08.013-.119 1.336-13.268 12.399-23.273 25.734-23.273h320.798c13.335 0 24.397 10.005 25.733 23.272.004.04.008.08.013.12l23.487 200.979c.481 4.115 4.217 7.063 8.319 6.579 4.114-.48 7.06-4.206 6.579-8.32l-23.48-200.922c-2.138-20.932-19.603-36.708-40.651-36.708h-320.798c-21.049 0-38.516 15.777-40.652 36.71l-40.61 347.488c-.005.04-.009.08-.013.12-2.415 23.999 16.466 44.955 40.658 44.955zm257.713-71.302c0-10.325 8.122-19.289 18.5-19.483 10.682-.204 19.209 8.491 19.209 18.836v22.892h-37.709zm-36.491 71.302h74.199v19.058h-74.199zm78.215-34.058c5.569 0 10.014 4.818 9.484 10.43-.473 4.884-4.59 8.627-9.484 8.627h-78.215v-19.058c26.112.001 52.167.001 78.215.001zm-78.215 68.116h78.215c5.537 0 10.016 4.796 9.484 10.43-.472 4.874-4.587 8.627-9.484 8.627h-78.215zm110.69 33.669h-21.49v-2.213c18.014-9.127 18.054-34.708 0-43.855v-24.26c18.098-9.17 17.968-34.752 0-43.855v-25.493c0-20.486-18.202-36.517-38.794-33.49-16.353 2.4-28.915 16.526-28.915 33.49v22.892h-21.49v-21.837c0-30.552 24.46-56.094 54.822-56.386 31.218-.262 55.867 25.058 55.867 55.331zm-236.377-116.785v-21.838c0-32.224 26.696-57.583 57.589-56.342 29.483 1.204 53.099 25.503 53.099 55.287v139.677h-21.49c0-14.418 0-121.063 0-139.677 0-17.95-14.065-32.804-31.915-33.795-19.276-1.096-35.793 14.261-35.793 33.795v22.892h-21.49zm36.49 0v-22.245c0-9.425 6.762-17.724 15.877-19.243 11.639-1.852 21.83 7.237 21.83 18.596v22.892z"/>
7
- </g>
1
+ <svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
2
+ <g fill="currentColor">
3
+ <path d="m367.043 170.414c-10.516-.365-20.016-5.047-26.749-13.181-4.914-5.937-13.938-5.925-18.842 0-14.597 17.637-41.462 17.606-56.031 0-4.973-6.007-14.005-5.842-18.843 0-14.592 17.633-41.455 17.613-56.031-.001-4.922-5.945-13.945-5.915-18.841 0-6.733 8.135-16.233 12.816-26.749 13.182-4.14.144-7.379 3.616-7.234 7.756.144 4.14 3.594 7.371 7.756 7.235 13.566-.472 26.386-6.328 35.646-16.187 20.276 21.629 54.569 21.657 74.875.001 20.278 21.629 54.571 21.654 74.874-.001 9.262 9.859 22.08 15.715 35.647 16.187 4.121.149 7.613-3.095 7.756-7.235.145-4.14-3.094-7.612-7.234-7.756z"/>
4
+ <path d="m340.294 218.757c-4.914-5.937-13.938-5.925-18.842 0-14.596 17.636-41.461 17.607-56.031 0-4.973-6.007-14.005-5.842-18.843 0-14.596 17.639-41.461 17.606-56.031-.001-4.904-5.922-13.927-5.938-18.841.001-7.994 9.658-20.182 14.484-32.612 12.914-4.1-.519-7.861 2.389-8.382 6.499-.521 4.109 2.39 7.862 6.499 8.382 16.481 2.089 32.658-3.795 43.916-15.808 20.277 21.628 54.568 21.654 74.873 0 20.276 21.627 54.57 21.656 74.873 0 11.258 12.013 27.436 17.896 43.915 15.808 4.109-.52 7.02-4.272 6.499-8.382s-4.289-7.019-8.382-6.499c-12.435 1.569-24.618-3.255-32.611-12.914z"/>
5
+ <path d="m360.782 107.7c-8.082-1.703-15.167-6-20.487-12.427-4.914-5.937-13.938-5.925-18.842 0-14.597 17.637-41.462 17.606-56.031 0-4.973-6.007-14.005-5.842-18.843 0-14.592 17.633-41.455 17.613-56.031-.001-4.922-5.945-13.945-5.915-18.841 0-5.32 6.427-12.404 10.725-20.486 12.428-4.054.854-6.647 4.832-5.793 8.885s4.84 6.647 8.885 5.792c10.383-2.188 19.592-7.39 26.816-15.117 20.282 21.631 54.572 21.648 74.872-.001 20.276 21.626 54.567 21.656 74.871.002 7.226 7.727 16.436 12.93 26.818 15.116 4.048.855 8.03-1.74 8.885-5.793.853-4.053-1.741-8.031-5.793-8.884z"/>
6
+ <path d="m54.985 429.273h169.732v69.579c0 7.25 5.898 13.148 13.149 13.148h25.192c7.25 0 13.148-5.898 13.148-13.148v-1.464h74.199v1.464c0 7.25 5.898 13.148 13.149 13.148h25.192c7.25 0 13.148-5.898 13.148-13.148v-69.579h55.119c24.121 0 43.081-20.886 40.657-44.956-.004-.04-.008-.08-.013-.12l-13.035-111.567c-.481-4.114-4.215-7.062-8.319-6.579-4.114.481-7.06 4.206-6.579 8.32l13.03 111.503c1.46 14.833-10.094 28.398-25.738 28.398h-55.119v-19.058h44.937c9.47 0 16.88-8.191 15.935-17.616-.005-.043-.01-.086-.015-.129l-38.756-329.074c-.861-8.179-7.695-14.337-15.927-14.337h-134.571c-4.143 0-7.5 3.358-7.5 7.5s3.357 7.5 7.5 7.5h134.571c.523 0 .957.393 1.01.914.004.042.009.083.014.125l38.75 329.034c.019.275-.074.547-.26.751-.191.212-.466.333-.752.333h-44.937v-22.892c0-39.477-32.256-70.344-70.345-70.344-26.778 0-50.947 15.189-62.839 38.744-12.008-23.772-36.725-39.25-64.206-38.731-37.7.709-68.988 31.593-68.988 70.332v22.892h-70.352c-.286 0-.56-.122-.753-.335-.185-.204-.277-.476-.259-.751l38.752-329.032c.005-.042.01-.084.014-.127.053-.52.486-.912 1.01-.912h134.57c4.143 0 7.5-3.358 7.5-7.5s-3.357-7.5-7.5-7.5h-134.57c-8.233 0-15.067 6.16-15.927 14.339l-38.757 329.073c-.005.043-.01.086-.015.129-.946 9.422 6.464 17.616 15.935 17.616h159.551v19.058h-169.732c-14.852 0-27.279-12.782-25.739-28.399l40.609-347.483c.005-.04.009-.08.013-.119 1.336-13.268 12.399-23.273 25.734-23.273h320.798c13.335 0 24.397 10.005 25.733 23.272.004.04.008.08.013.12l23.487 200.979c.481 4.115 4.217 7.063 8.319 6.579 4.114-.48 7.06-4.206 6.579-8.32l-23.48-200.922c-2.138-20.932-19.603-36.708-40.651-36.708h-320.798c-21.049 0-38.516 15.777-40.652 36.71l-40.61 347.488c-.005.04-.009.08-.013.12-2.415 23.999 16.466 44.955 40.658 44.955zm257.713-71.302c0-10.325 8.122-19.289 18.5-19.483 10.682-.204 19.209 8.491 19.209 18.836v22.892h-37.709zm-36.491 71.302h74.199v19.058h-74.199zm78.215-34.058c5.569 0 10.014 4.818 9.484 10.43-.473 4.884-4.59 8.627-9.484 8.627h-78.215v-19.058c26.112.001 52.167.001 78.215.001zm-78.215 68.116h78.215c5.537 0 10.016 4.796 9.484 10.43-.472 4.874-4.587 8.627-9.484 8.627h-78.215zm110.69 33.669h-21.49v-2.213c18.014-9.127 18.054-34.708 0-43.855v-24.26c18.098-9.17 17.968-34.752 0-43.855v-25.493c0-20.486-18.202-36.517-38.794-33.49-16.353 2.4-28.915 16.526-28.915 33.49v22.892h-21.49v-21.837c0-30.552 24.46-56.094 54.822-56.386 31.218-.262 55.867 25.058 55.867 55.331zm-236.377-116.785v-21.838c0-32.224 26.696-57.583 57.589-56.342 29.483 1.204 53.099 25.503 53.099 55.287v139.677h-21.49c0-14.418 0-121.063 0-139.677 0-17.95-14.065-32.804-31.915-33.795-19.276-1.096-35.793 14.261-35.793 33.795v22.892h-21.49zm36.49 0v-22.245c0-9.425 6.762-17.724 15.877-19.243 11.639-1.852 21.83 7.237 21.83 18.596v22.892z"/>
7
+ </g>
8
8
  </svg>
@@ -1,30 +1,30 @@
1
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
2
- <g fill="currentColor">
3
- <path d="M503.467,8.533H384c-4.71,0-8.533,3.814-8.533,8.533v119.467V256v51.2h-69.735c0.948-2.671,1.468-5.542,1.468-8.533
4
- c0-14.114-11.486-25.6-25.6-25.6h-17.067V256h85.333c4.71,0,8.533-3.814,8.533-8.533V110.933c0-4.719-3.823-8.533-8.533-8.533
5
- H162.133c-4.71,0-8.533,3.814-8.533,8.533v136.533c0,4.719,3.823,8.533,8.533,8.533h85.333v17.067H230.4
6
- c-14.114,0-25.6,11.486-25.6,25.6c0,2.991,0.521,5.862,1.468,8.533h-69.735V256V136.533V17.067c0-4.719-3.823-8.533-8.533-8.533
7
- H8.533C3.823,8.533,0,12.348,0,17.067v119.467V256v119.467v119.467c0,4.719,3.823,8.533,8.533,8.533H128h256h119.467
8
- c4.71,0,8.533-3.814,8.533-8.533V375.467V256V136.533V17.067C512,12.348,508.177,8.533,503.467,8.533z M170.667,153.6h170.667
9
- v51.2H170.667V153.6z M341.333,119.467v17.067H170.667v-17.067H341.333z M170.667,221.867h170.667v17.067H170.667V221.867z
10
- M375.467,486.4H264.533v-93.867h51.2h59.733V486.4z M307.2,375.467H204.8V358.4h102.4V375.467z M494.933,247.467h-17.067V179.2
11
- c0-4.719-3.823-8.533-8.533-8.533h-25.6h-25.6c-4.71,0-8.533,3.814-8.533,8.533v68.267h-17.067v-102.4h102.4V247.467z
12
- M426.667,247.467v-59.733h8.533v59.733H426.667z M452.267,187.733h8.533v59.733h-8.533V187.733z M392.533,315.733v-51.2h25.6
13
- h25.6h25.6h25.6v102.4h-102.4V315.733z M392.533,25.6h102.4V128h-102.4V25.6z M221.867,298.667c0-4.71,3.831-8.533,8.533-8.533
14
- h51.2c4.702,0,8.533,3.823,8.533,8.533s-3.831,8.533-8.533,8.533h-51.2C225.698,307.2,221.867,303.377,221.867,298.667z
15
- M230.4,324.267h51.2h93.867v51.2h-51.2V358.4c0-9.412-7.654-17.067-17.067-17.067H204.8c-9.412,0-17.067,7.654-17.067,17.067
16
- v17.067h-51.2v-51.2H230.4z M51.2,332.8h34.133v8.533H51.2V332.8z M85.333,315.733H51.2V307.2h34.133V315.733z M51.2,358.4
17
- h34.133v8.533H51.2V358.4z M102.4,349.867v-25.6v-25.6c0-4.719-3.823-8.533-8.533-8.533h-51.2c-4.71,0-8.533,3.814-8.533,8.533
18
- v25.6v25.6v17.067H17.067v-102.4h102.4v51.2v51.2H102.4V349.867z M59.733,110.933H76.8V128H59.733V110.933z M51.2,145.067h34.133
19
- h34.133v102.4h-102.4v-102.4H51.2z M17.067,25.6h102.4V128h-25.6v-17.067c4.71,0,8.533-3.814,8.533-8.533
20
- c0-4.719-3.823-8.533-8.533-8.533h-8.533H51.2h-8.533c-4.71,0-8.533,3.814-8.533,8.533c0,4.719,3.823,8.533,8.533,8.533V128
21
- h-25.6V25.6z M17.067,384h25.6h51.2h25.6v102.4h-102.4V384z M136.533,392.533h59.733h51.2V486.4H136.533V392.533z M494.933,486.4
22
- h-17.067v-68.267c0-4.719-3.823-8.533-8.533-8.533s-8.533,3.814-8.533,8.533V486.4h-8.533v-68.267
23
- c0-4.719-3.823-8.533-8.533-8.533s-8.533,3.814-8.533,8.533V486.4h-8.533v-68.267c0-4.719-3.823-8.533-8.533-8.533
24
- s-8.533,3.814-8.533,8.533V486.4h-17.067V384h102.4V486.4z"/>
25
- <path d="M221.867,409.6H204.8c-4.71,0-8.533,3.814-8.533,8.533s3.823,8.533,8.533,8.533h8.533v8.533
26
- c0,4.719,3.823,8.533,8.533,8.533c4.71,0,8.533-3.814,8.533-8.533v-17.067C230.4,413.414,226.577,409.6,221.867,409.6z"/>
27
- <path d="M307.2,409.6h-17.067c-4.71,0-8.533,3.814-8.533,8.533V435.2c0,4.719,3.823,8.533,8.533,8.533s8.533-3.814,8.533-8.533
28
- v-8.533h8.533c4.71,0,8.533-3.814,8.533-8.533S311.91,409.6,307.2,409.6z"/>
29
- </g>
30
- </svg>
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
2
+ <g fill="currentColor">
3
+ <path d="M503.467,8.533H384c-4.71,0-8.533,3.814-8.533,8.533v119.467V256v51.2h-69.735c0.948-2.671,1.468-5.542,1.468-8.533
4
+ c0-14.114-11.486-25.6-25.6-25.6h-17.067V256h85.333c4.71,0,8.533-3.814,8.533-8.533V110.933c0-4.719-3.823-8.533-8.533-8.533
5
+ H162.133c-4.71,0-8.533,3.814-8.533,8.533v136.533c0,4.719,3.823,8.533,8.533,8.533h85.333v17.067H230.4
6
+ c-14.114,0-25.6,11.486-25.6,25.6c0,2.991,0.521,5.862,1.468,8.533h-69.735V256V136.533V17.067c0-4.719-3.823-8.533-8.533-8.533
7
+ H8.533C3.823,8.533,0,12.348,0,17.067v119.467V256v119.467v119.467c0,4.719,3.823,8.533,8.533,8.533H128h256h119.467
8
+ c4.71,0,8.533-3.814,8.533-8.533V375.467V256V136.533V17.067C512,12.348,508.177,8.533,503.467,8.533z M170.667,153.6h170.667
9
+ v51.2H170.667V153.6z M341.333,119.467v17.067H170.667v-17.067H341.333z M170.667,221.867h170.667v17.067H170.667V221.867z
10
+ M375.467,486.4H264.533v-93.867h51.2h59.733V486.4z M307.2,375.467H204.8V358.4h102.4V375.467z M494.933,247.467h-17.067V179.2
11
+ c0-4.719-3.823-8.533-8.533-8.533h-25.6h-25.6c-4.71,0-8.533,3.814-8.533,8.533v68.267h-17.067v-102.4h102.4V247.467z
12
+ M426.667,247.467v-59.733h8.533v59.733H426.667z M452.267,187.733h8.533v59.733h-8.533V187.733z M392.533,315.733v-51.2h25.6
13
+ h25.6h25.6h25.6v102.4h-102.4V315.733z M392.533,25.6h102.4V128h-102.4V25.6z M221.867,298.667c0-4.71,3.831-8.533,8.533-8.533
14
+ h51.2c4.702,0,8.533,3.823,8.533,8.533s-3.831,8.533-8.533,8.533h-51.2C225.698,307.2,221.867,303.377,221.867,298.667z
15
+ M230.4,324.267h51.2h93.867v51.2h-51.2V358.4c0-9.412-7.654-17.067-17.067-17.067H204.8c-9.412,0-17.067,7.654-17.067,17.067
16
+ v17.067h-51.2v-51.2H230.4z M51.2,332.8h34.133v8.533H51.2V332.8z M85.333,315.733H51.2V307.2h34.133V315.733z M51.2,358.4
17
+ h34.133v8.533H51.2V358.4z M102.4,349.867v-25.6v-25.6c0-4.719-3.823-8.533-8.533-8.533h-51.2c-4.71,0-8.533,3.814-8.533,8.533
18
+ v25.6v25.6v17.067H17.067v-102.4h102.4v51.2v51.2H102.4V349.867z M59.733,110.933H76.8V128H59.733V110.933z M51.2,145.067h34.133
19
+ h34.133v102.4h-102.4v-102.4H51.2z M17.067,25.6h102.4V128h-25.6v-17.067c4.71,0,8.533-3.814,8.533-8.533
20
+ c0-4.719-3.823-8.533-8.533-8.533h-8.533H51.2h-8.533c-4.71,0-8.533,3.814-8.533,8.533c0,4.719,3.823,8.533,8.533,8.533V128
21
+ h-25.6V25.6z M17.067,384h25.6h51.2h25.6v102.4h-102.4V384z M136.533,392.533h59.733h51.2V486.4H136.533V392.533z M494.933,486.4
22
+ h-17.067v-68.267c0-4.719-3.823-8.533-8.533-8.533s-8.533,3.814-8.533,8.533V486.4h-8.533v-68.267
23
+ c0-4.719-3.823-8.533-8.533-8.533s-8.533,3.814-8.533,8.533V486.4h-8.533v-68.267c0-4.719-3.823-8.533-8.533-8.533
24
+ s-8.533,3.814-8.533,8.533V486.4h-17.067V384h102.4V486.4z"/>
25
+ <path d="M221.867,409.6H204.8c-4.71,0-8.533,3.814-8.533,8.533s3.823,8.533,8.533,8.533h8.533v8.533
26
+ c0,4.719,3.823,8.533,8.533,8.533c4.71,0,8.533-3.814,8.533-8.533v-17.067C230.4,413.414,226.577,409.6,221.867,409.6z"/>
27
+ <path d="M307.2,409.6h-17.067c-4.71,0-8.533,3.814-8.533,8.533V435.2c0,4.719,3.823,8.533,8.533,8.533s8.533-3.814,8.533-8.533
28
+ v-8.533h8.533c4.71,0,8.533-3.814,8.533-8.533S311.91,409.6,307.2,409.6z"/>
29
+ </g>
30
+ </svg>