@iobroker/adapter-react-v5 4.13.1 → 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 (462) 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.js.map +1 -0
  306. package/Prompt.js +7 -7
  307. package/Prompt.js.map +1 -0
  308. package/README.md +1101 -1101
  309. package/Theme.js.map +1 -0
  310. package/assets/devices/Alarm Systems.svg +18 -18
  311. package/assets/devices/Amplifier.svg +21 -21
  312. package/assets/devices/Awnings.svg +4 -4
  313. package/assets/devices/Battery Status.svg +4 -4
  314. package/assets/devices/Ceiling Spotlights.svg +15 -15
  315. package/assets/devices/Chandelier.svg +6 -6
  316. package/assets/devices/Climate.svg +11 -11
  317. package/assets/devices/Coffee Makers.svg +5 -5
  318. package/assets/devices/Cold Water.svg +31 -31
  319. package/assets/devices/Computer.svg +21 -21
  320. package/assets/devices/Consumption.svg +7 -7
  321. package/assets/devices/Curtains.svg +43 -43
  322. package/assets/devices/Dishwashers.svg +11 -11
  323. package/assets/devices/Doors.svg +5 -5
  324. package/assets/devices/Doorstep.svg +35 -35
  325. package/assets/devices/Dryer.svg +13 -13
  326. package/assets/devices/Fan.svg +20 -20
  327. package/assets/devices/Floor Lamps.svg +4 -4
  328. package/assets/devices/Garage Doors.svg +9 -9
  329. package/assets/devices/Gates.svg +32 -32
  330. package/assets/devices/Hairdryer.svg +23 -23
  331. package/assets/devices/Handle.svg +6 -6
  332. package/assets/devices/Hanging Lamps.svg +8 -8
  333. package/assets/devices/Heater.svg +44 -44
  334. package/assets/devices/Hoods.svg +11 -11
  335. package/assets/devices/Hot Water.svg +9 -9
  336. package/assets/devices/Humidity.svg +41 -41
  337. package/assets/devices/Iron.svg +4 -4
  338. package/assets/devices/Irrigation.svg +22 -22
  339. package/assets/devices/Led Strip.svg +30 -30
  340. package/assets/devices/Light.svg +29 -29
  341. package/assets/devices/Lightings.svg +46 -46
  342. package/assets/devices/Lock.svg +19 -19
  343. package/assets/devices/Louvre.svg +6 -6
  344. package/assets/devices/Mowing Machine.svg +8 -8
  345. package/assets/devices/Music.svg +12 -12
  346. package/assets/devices/Outdoor Blinds.svg +6 -6
  347. package/assets/devices/People.svg +19 -19
  348. package/assets/devices/Pool.svg +7 -7
  349. package/assets/devices/Power Consumption.svg +12 -12
  350. package/assets/devices/Printer.svg +9 -9
  351. package/assets/devices/Pump.svg +9 -9
  352. package/assets/devices/Receiver.svg +18 -18
  353. package/assets/devices/Sconces.svg +9 -9
  354. package/assets/devices/Security.svg +34 -34
  355. package/assets/devices/Shading.svg +4 -4
  356. package/assets/devices/Shutters.svg +10 -10
  357. package/assets/devices/SmokeDetector.svg +12 -12
  358. package/assets/devices/Sockets.svg +13 -13
  359. package/assets/devices/Speaker.svg +35 -35
  360. package/assets/devices/Stove.svg +11 -11
  361. package/assets/devices/Table Lamps.svg +11 -11
  362. package/assets/devices/Temperature Sensors.svg +28 -28
  363. package/assets/devices/Tv.svg +7 -7
  364. package/assets/devices/Vacuum Cleaner.svg +15 -15
  365. package/assets/devices/Ventilation.svg +12 -12
  366. package/assets/devices/Washing Machines.svg +15 -15
  367. package/assets/devices/Water Consumption.svg +5 -5
  368. package/assets/devices/Water Heater.svg +8 -8
  369. package/assets/devices/Water.svg +40 -40
  370. package/assets/devices/Weather.svg +28 -28
  371. package/assets/devices/Window.svg +7 -7
  372. package/assets/devices/list.json +993 -993
  373. package/assets/devices/names.txt +62 -62
  374. package/assets/devices/parseNames.js +34 -34
  375. package/assets/lamp_ceiling.svg +8 -8
  376. package/assets/lamp_table.svg +7 -7
  377. package/assets/no_icon.svg +9 -9
  378. package/assets/rooms/Anteroom.svg +52 -52
  379. package/assets/rooms/Attic.svg +21 -21
  380. package/assets/rooms/Balcony.svg +12 -12
  381. package/assets/rooms/Barn.svg +5 -5
  382. package/assets/rooms/Basement.svg +4 -4
  383. package/assets/rooms/Bathroom.svg +38 -38
  384. package/assets/rooms/Bedroom.svg +5 -5
  385. package/assets/rooms/Boiler Room.svg +12 -12
  386. package/assets/rooms/Carport.svg +17 -17
  387. package/assets/rooms/Cellar.svg +89 -89
  388. package/assets/rooms/Chamber.svg +9 -9
  389. package/assets/rooms/Corridor.svg +52 -52
  390. package/assets/rooms/Dining Area.svg +37 -37
  391. package/assets/rooms/Dining Room.svg +37 -37
  392. package/assets/rooms/Dining.svg +37 -37
  393. package/assets/rooms/Dressing Room.svg +4 -4
  394. package/assets/rooms/Driveway.svg +14 -14
  395. package/assets/rooms/Entrance.svg +44 -44
  396. package/assets/rooms/Equipment Room.svg +14 -14
  397. package/assets/rooms/Front Yard.svg +64 -64
  398. package/assets/rooms/Gallery.svg +13 -13
  399. package/assets/rooms/Garage.svg +20 -20
  400. package/assets/rooms/Garden.svg +12 -12
  401. package/assets/rooms/Ground Floor.svg +95 -95
  402. package/assets/rooms/Guest Bathroom.svg +32 -32
  403. package/assets/rooms/Guest Room.svg +5 -5
  404. package/assets/rooms/Gym.svg +4 -4
  405. package/assets/rooms/Hall.svg +19 -19
  406. package/assets/rooms/Home Theater.svg +7 -7
  407. package/assets/rooms/Kitchen.svg +17 -17
  408. package/assets/rooms/Laundry Room.svg +11 -11
  409. package/assets/rooms/Living Area.svg +10 -10
  410. package/assets/rooms/Living Room.svg +10 -10
  411. package/assets/rooms/Locker Room.svg +16 -16
  412. package/assets/rooms/Nursery.svg +4 -4
  413. package/assets/rooms/Office.svg +8 -8
  414. package/assets/rooms/Outdoors.svg +7 -7
  415. package/assets/rooms/Playroom.svg +5 -5
  416. package/assets/rooms/Pool.svg +7 -7
  417. package/assets/rooms/Rear Wall.svg +30 -30
  418. package/assets/rooms/Second Floor.svg +95 -95
  419. package/assets/rooms/Shed.svg +16 -16
  420. package/assets/rooms/Sleeping Area.svg +22 -22
  421. package/assets/rooms/Stairway.svg +4 -4
  422. package/assets/rooms/Stairwell.svg +15 -15
  423. package/assets/rooms/Storeroom.svg +4 -4
  424. package/assets/rooms/Summer House.svg +27 -27
  425. package/assets/rooms/Swimming Pool.svg +21 -21
  426. package/assets/rooms/Terrace.svg +6 -6
  427. package/assets/rooms/Toilet.svg +10 -10
  428. package/assets/rooms/Upstairs.svg +5 -5
  429. package/assets/rooms/Wardrobe.svg +60 -60
  430. package/assets/rooms/Washroom.svg +19 -19
  431. package/assets/rooms/Wc.svg +10 -10
  432. package/assets/rooms/Windscreen.svg +60 -60
  433. package/assets/rooms/Workshop.svg +22 -22
  434. package/assets/rooms/Workspace.svg +8 -8
  435. package/assets/rooms/list.json +945 -945
  436. package/assets/rooms/names.txt +59 -59
  437. package/assets/rooms/parseNames.js +34 -34
  438. package/craco-module-federation.js +69 -69
  439. package/i18n.js.map +1 -0
  440. package/icons/IconAdapter.js.map +1 -1
  441. package/icons/IconAlias.js.map +1 -1
  442. package/icons/IconChannel.js.map +1 -1
  443. package/icons/IconClearFilter.js.map +1 -1
  444. package/icons/IconClosed.js.map +1 -1
  445. package/icons/IconCopy.js +8 -8
  446. package/icons/IconCopy.js.map +1 -1
  447. package/icons/IconDevice.js.map +1 -1
  448. package/icons/IconDocument.js.map +1 -1
  449. package/icons/IconDocumentReadOnly.js.map +1 -1
  450. package/icons/IconExpert.js.map +1 -0
  451. package/icons/IconFx.js +1 -1
  452. package/icons/IconFx.js.map +1 -1
  453. package/icons/IconInstance.js.map +1 -1
  454. package/icons/IconLogout.js +9 -9
  455. package/icons/IconLogout.js.map +1 -1
  456. package/icons/IconNoIcon.js +8 -8
  457. package/icons/IconNoIcon.js.map +1 -1
  458. package/icons/IconOpen.js.map +1 -1
  459. package/icons/IconState.js.map +1 -1
  460. package/index.css +54 -54
  461. package/package.json +2 -2
  462. package/types.d.ts +94 -94
@@ -1,37 +1,37 @@
1
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512.001 512.001">
2
- <g fill="currentColor">
3
- <path d="M505.947,123.597c-4.353-4.752-10.546-7.477-16.99-7.477h-6.837c-17.929,0-32.631,13.468-34.198,31.328l-7.397,84.279
4
- c-0.655,7.469-6.804,13.102-14.303,13.102h-64.026c-20.516,0-37.207,16.691-37.207,37.207v3.697
5
- c0,12.395,10.083,22.478,22.478,22.478h13.723l-13.514,44.135c-0.01,0.033-0.02,0.066-0.03,0.099l-10.33,33.736
6
- c-1.213,3.961,1.015,8.154,4.975,9.367c0.732,0.224,1.472,0.331,2.199,0.331c3.209,0,6.18-2.077,7.168-5.306l8.712-28.451H463.24
7
- l8.712,28.451c0.988,3.229,3.958,5.306,7.168,5.306c0.728,0,1.468-0.107,2.199-0.331c3.96-1.213,6.188-5.407,4.975-9.367
8
- l-24.517-80.066c4.305-1.219,8.462-2.953,12.362-5.188c3.593-2.06,4.836-6.643,2.776-10.236
9
- c-2.06-3.593-6.644-4.836-10.237-2.776c-6.044,3.465-12.939,5.297-19.94,5.297h-75.402c-0.025,0-0.05,0-0.074,0h-23.793
10
- c-4.123,0-7.478-3.354-7.478-7.478v-3.697c0-12.245,9.962-22.207,22.207-22.207h64.026c15.333,0,27.906-11.518,29.246-26.791
11
- l7.396-84.28c0.882-10.056,9.16-17.64,19.255-17.64h6.837c2.282,0,4.389,0.927,5.93,2.61c1.542,1.683,2.282,3.862,2.082,6.136
12
- l-10.242,116.711c-0.252,2.878-0.813,5.726-1.666,8.464c-1.232,3.955,0.976,8.16,4.931,9.391c3.96,1.232,8.159-0.977,9.392-4.93
13
- c1.171-3.762,1.94-7.669,2.287-11.614l10.242-116.711C512.474,134.757,510.3,128.349,505.947,123.597z M376.875,308.212h69.855
14
- l11.914,38.91h-93.684L376.875,308.212z"/>
15
- <path d="M149.803,244.83H85.777c-7.499,0-13.647-5.632-14.303-13.102l-7.396-84.279c-1.567-17.86-16.269-31.328-34.198-31.328
16
- h-6.837c-6.444,0-12.637,2.725-16.99,7.477c-4.353,4.752-6.527,11.16-5.965,17.581l10.242,116.711
17
- c1.209,13.773,7.489,26.501,17.684,35.841c6.405,5.868,14.01,10.077,22.206,12.397l-24.514,80.055
18
- c-1.213,3.961,1.015,8.154,4.975,9.367c0.732,0.224,1.472,0.331,2.199,0.331c3.209,0,6.18-2.077,7.168-5.306l8.712-28.451H151.63
19
- l8.712,28.451c0.988,3.229,3.958,5.306,7.168,5.306c0.728,0,1.468-0.107,2.199-0.331c3.96-1.213,6.188-5.407,4.975-9.367
20
- l-10.33-33.736c-0.01-0.033-0.02-0.066-0.03-0.099l-13.514-44.135h13.723c12.395,0,22.477-10.083,22.477-22.478v-3.697
21
- C187.01,261.521,170.319,244.83,149.803,244.83z M53.353,347.122l11.914-38.91h69.855l11.914,38.91H53.353z M172.01,285.734
22
- c0,4.124-3.354,7.478-7.477,7.478h-23.788c-0.03,0-0.059,0-0.089,0H65.263c-1.604,0-3.182-0.103-4.736-0.283
23
- c-0.001,0-0.003,0-0.005,0c-18.764-2.169-33.558-17.065-35.25-36.352L15.03,139.867c-0.2-2.275,0.54-4.454,2.082-6.137
24
- c1.541-1.683,3.647-2.61,5.93-2.61h6.837c10.095,0,18.373,7.583,19.255,17.64l7.396,84.279v-0.001
25
- c1.34,15.273,13.913,26.791,29.246,26.791h64.026c12.245,0,22.207,9.962,22.207,22.207V285.734z"/>
26
- <path d="M312.948,371.141c-3.095-11.897-13.841-20.206-26.134-20.206h-4.642V214.401h92.354c5.32,0,10.299-2.365,13.661-6.488
27
- c3.362-4.124,4.677-9.478,3.605-14.69c-3.226-15.684-17.188-27.067-33.199-27.067H202.665c-4.143,0-7.5,3.358-7.5,7.5
28
- s3.357,7.5,7.5,7.5h155.928c8.926,0,16.708,6.346,18.506,15.088c0.219,1.064-0.243,1.829-0.537,2.191
29
- c-0.295,0.361-0.951,0.967-2.036,0.967H137.472c-1.085,0-1.741-0.606-2.036-0.967c-0.294-0.361-0.756-1.127-0.537-2.19
30
- c1.798-8.743,9.58-15.089,18.506-15.089h14.084c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5h-14.084
31
- c-16.012,0-29.974,11.383-33.199,27.068c-1.071,5.212,0.243,10.566,3.605,14.689c3.362,4.123,8.341,6.488,13.661,6.488h92.355
32
- v136.535h-4.642c-12.293,0-23.039,8.309-26.134,20.205l-1.761,6.767c-1.127,4.335-0.203,8.852,2.536,12.396
33
- c2.74,3.543,6.88,5.576,11.358,5.576h89.63c4.479,0,8.618-2.032,11.358-5.576c2.739-3.543,3.663-8.061,2.536-12.396
34
- L312.948,371.141z M244.827,214.401L244.827,214.401h22.346v136.535h-22.346V214.401z M212.016,380.879l1.552-5.962
35
- c1.375-5.288,6.152-8.981,11.616-8.981h61.629c5.464,0,10.241,3.693,11.616,8.981l1.552,5.962H212.016z"/>
36
- </g>
37
- </svg>
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512.001 512.001">
2
+ <g fill="currentColor">
3
+ <path d="M505.947,123.597c-4.353-4.752-10.546-7.477-16.99-7.477h-6.837c-17.929,0-32.631,13.468-34.198,31.328l-7.397,84.279
4
+ c-0.655,7.469-6.804,13.102-14.303,13.102h-64.026c-20.516,0-37.207,16.691-37.207,37.207v3.697
5
+ c0,12.395,10.083,22.478,22.478,22.478h13.723l-13.514,44.135c-0.01,0.033-0.02,0.066-0.03,0.099l-10.33,33.736
6
+ c-1.213,3.961,1.015,8.154,4.975,9.367c0.732,0.224,1.472,0.331,2.199,0.331c3.209,0,6.18-2.077,7.168-5.306l8.712-28.451H463.24
7
+ l8.712,28.451c0.988,3.229,3.958,5.306,7.168,5.306c0.728,0,1.468-0.107,2.199-0.331c3.96-1.213,6.188-5.407,4.975-9.367
8
+ l-24.517-80.066c4.305-1.219,8.462-2.953,12.362-5.188c3.593-2.06,4.836-6.643,2.776-10.236
9
+ c-2.06-3.593-6.644-4.836-10.237-2.776c-6.044,3.465-12.939,5.297-19.94,5.297h-75.402c-0.025,0-0.05,0-0.074,0h-23.793
10
+ c-4.123,0-7.478-3.354-7.478-7.478v-3.697c0-12.245,9.962-22.207,22.207-22.207h64.026c15.333,0,27.906-11.518,29.246-26.791
11
+ l7.396-84.28c0.882-10.056,9.16-17.64,19.255-17.64h6.837c2.282,0,4.389,0.927,5.93,2.61c1.542,1.683,2.282,3.862,2.082,6.136
12
+ l-10.242,116.711c-0.252,2.878-0.813,5.726-1.666,8.464c-1.232,3.955,0.976,8.16,4.931,9.391c3.96,1.232,8.159-0.977,9.392-4.93
13
+ c1.171-3.762,1.94-7.669,2.287-11.614l10.242-116.711C512.474,134.757,510.3,128.349,505.947,123.597z M376.875,308.212h69.855
14
+ l11.914,38.91h-93.684L376.875,308.212z"/>
15
+ <path d="M149.803,244.83H85.777c-7.499,0-13.647-5.632-14.303-13.102l-7.396-84.279c-1.567-17.86-16.269-31.328-34.198-31.328
16
+ h-6.837c-6.444,0-12.637,2.725-16.99,7.477c-4.353,4.752-6.527,11.16-5.965,17.581l10.242,116.711
17
+ c1.209,13.773,7.489,26.501,17.684,35.841c6.405,5.868,14.01,10.077,22.206,12.397l-24.514,80.055
18
+ c-1.213,3.961,1.015,8.154,4.975,9.367c0.732,0.224,1.472,0.331,2.199,0.331c3.209,0,6.18-2.077,7.168-5.306l8.712-28.451H151.63
19
+ l8.712,28.451c0.988,3.229,3.958,5.306,7.168,5.306c0.728,0,1.468-0.107,2.199-0.331c3.96-1.213,6.188-5.407,4.975-9.367
20
+ l-10.33-33.736c-0.01-0.033-0.02-0.066-0.03-0.099l-13.514-44.135h13.723c12.395,0,22.477-10.083,22.477-22.478v-3.697
21
+ C187.01,261.521,170.319,244.83,149.803,244.83z M53.353,347.122l11.914-38.91h69.855l11.914,38.91H53.353z M172.01,285.734
22
+ c0,4.124-3.354,7.478-7.477,7.478h-23.788c-0.03,0-0.059,0-0.089,0H65.263c-1.604,0-3.182-0.103-4.736-0.283
23
+ c-0.001,0-0.003,0-0.005,0c-18.764-2.169-33.558-17.065-35.25-36.352L15.03,139.867c-0.2-2.275,0.54-4.454,2.082-6.137
24
+ c1.541-1.683,3.647-2.61,5.93-2.61h6.837c10.095,0,18.373,7.583,19.255,17.64l7.396,84.279v-0.001
25
+ c1.34,15.273,13.913,26.791,29.246,26.791h64.026c12.245,0,22.207,9.962,22.207,22.207V285.734z"/>
26
+ <path d="M312.948,371.141c-3.095-11.897-13.841-20.206-26.134-20.206h-4.642V214.401h92.354c5.32,0,10.299-2.365,13.661-6.488
27
+ c3.362-4.124,4.677-9.478,3.605-14.69c-3.226-15.684-17.188-27.067-33.199-27.067H202.665c-4.143,0-7.5,3.358-7.5,7.5
28
+ s3.357,7.5,7.5,7.5h155.928c8.926,0,16.708,6.346,18.506,15.088c0.219,1.064-0.243,1.829-0.537,2.191
29
+ c-0.295,0.361-0.951,0.967-2.036,0.967H137.472c-1.085,0-1.741-0.606-2.036-0.967c-0.294-0.361-0.756-1.127-0.537-2.19
30
+ c1.798-8.743,9.58-15.089,18.506-15.089h14.084c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5h-14.084
31
+ c-16.012,0-29.974,11.383-33.199,27.068c-1.071,5.212,0.243,10.566,3.605,14.689c3.362,4.123,8.341,6.488,13.661,6.488h92.355
32
+ v136.535h-4.642c-12.293,0-23.039,8.309-26.134,20.205l-1.761,6.767c-1.127,4.335-0.203,8.852,2.536,12.396
33
+ c2.74,3.543,6.88,5.576,11.358,5.576h89.63c4.479,0,8.618-2.032,11.358-5.576c2.739-3.543,3.663-8.061,2.536-12.396
34
+ L312.948,371.141z M244.827,214.401L244.827,214.401h22.346v136.535h-22.346V214.401z M212.016,380.879l1.552-5.962
35
+ c1.375-5.288,6.152-8.981,11.616-8.981h61.629c5.464,0,10.241,3.693,11.616,8.981l1.552,5.962H212.016z"/>
36
+ </g>
37
+ </svg>
@@ -1,37 +1,37 @@
1
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512.001 512.001">
2
- <g fill="currentColor">
3
- <path d="M505.947,123.597c-4.353-4.752-10.546-7.477-16.99-7.477h-6.837c-17.929,0-32.631,13.468-34.198,31.328l-7.397,84.279
4
- c-0.655,7.469-6.804,13.102-14.303,13.102h-64.026c-20.516,0-37.207,16.691-37.207,37.207v3.697
5
- c0,12.395,10.083,22.478,22.478,22.478h13.723l-13.514,44.135c-0.01,0.033-0.02,0.066-0.03,0.099l-10.33,33.736
6
- c-1.213,3.961,1.015,8.154,4.975,9.367c0.732,0.224,1.472,0.331,2.199,0.331c3.209,0,6.18-2.077,7.168-5.306l8.712-28.451H463.24
7
- l8.712,28.451c0.988,3.229,3.958,5.306,7.168,5.306c0.728,0,1.468-0.107,2.199-0.331c3.96-1.213,6.188-5.407,4.975-9.367
8
- l-24.517-80.066c4.305-1.219,8.462-2.953,12.362-5.188c3.593-2.06,4.836-6.643,2.776-10.236
9
- c-2.06-3.593-6.644-4.836-10.237-2.776c-6.044,3.465-12.939,5.297-19.94,5.297h-75.402c-0.025,0-0.05,0-0.074,0h-23.793
10
- c-4.123,0-7.478-3.354-7.478-7.478v-3.697c0-12.245,9.962-22.207,22.207-22.207h64.026c15.333,0,27.906-11.518,29.246-26.791
11
- l7.396-84.28c0.882-10.056,9.16-17.64,19.255-17.64h6.837c2.282,0,4.389,0.927,5.93,2.61c1.542,1.683,2.282,3.862,2.082,6.136
12
- l-10.242,116.711c-0.252,2.878-0.813,5.726-1.666,8.464c-1.232,3.955,0.976,8.16,4.931,9.391c3.96,1.232,8.159-0.977,9.392-4.93
13
- c1.171-3.762,1.94-7.669,2.287-11.614l10.242-116.711C512.474,134.757,510.3,128.349,505.947,123.597z M376.875,308.212h69.855
14
- l11.914,38.91h-93.684L376.875,308.212z"/>
15
- <path d="M149.803,244.83H85.777c-7.499,0-13.647-5.632-14.303-13.102l-7.396-84.279c-1.567-17.86-16.269-31.328-34.198-31.328
16
- h-6.837c-6.444,0-12.637,2.725-16.99,7.477c-4.353,4.752-6.527,11.16-5.965,17.581l10.242,116.711
17
- c1.209,13.773,7.489,26.501,17.684,35.841c6.405,5.868,14.01,10.077,22.206,12.397l-24.514,80.055
18
- c-1.213,3.961,1.015,8.154,4.975,9.367c0.732,0.224,1.472,0.331,2.199,0.331c3.209,0,6.18-2.077,7.168-5.306l8.712-28.451H151.63
19
- l8.712,28.451c0.988,3.229,3.958,5.306,7.168,5.306c0.728,0,1.468-0.107,2.199-0.331c3.96-1.213,6.188-5.407,4.975-9.367
20
- l-10.33-33.736c-0.01-0.033-0.02-0.066-0.03-0.099l-13.514-44.135h13.723c12.395,0,22.477-10.083,22.477-22.478v-3.697
21
- C187.01,261.521,170.319,244.83,149.803,244.83z M53.353,347.122l11.914-38.91h69.855l11.914,38.91H53.353z M172.01,285.734
22
- c0,4.124-3.354,7.478-7.477,7.478h-23.788c-0.03,0-0.059,0-0.089,0H65.263c-1.604,0-3.182-0.103-4.736-0.283
23
- c-0.001,0-0.003,0-0.005,0c-18.764-2.169-33.558-17.065-35.25-36.352L15.03,139.867c-0.2-2.275,0.54-4.454,2.082-6.137
24
- c1.541-1.683,3.647-2.61,5.93-2.61h6.837c10.095,0,18.373,7.583,19.255,17.64l7.396,84.279v-0.001
25
- c1.34,15.273,13.913,26.791,29.246,26.791h64.026c12.245,0,22.207,9.962,22.207,22.207V285.734z"/>
26
- <path d="M312.948,371.141c-3.095-11.897-13.841-20.206-26.134-20.206h-4.642V214.401h92.354c5.32,0,10.299-2.365,13.661-6.488
27
- c3.362-4.124,4.677-9.478,3.605-14.69c-3.226-15.684-17.188-27.067-33.199-27.067H202.665c-4.143,0-7.5,3.358-7.5,7.5
28
- s3.357,7.5,7.5,7.5h155.928c8.926,0,16.708,6.346,18.506,15.088c0.219,1.064-0.243,1.829-0.537,2.191
29
- c-0.295,0.361-0.951,0.967-2.036,0.967H137.472c-1.085,0-1.741-0.606-2.036-0.967c-0.294-0.361-0.756-1.127-0.537-2.19
30
- c1.798-8.743,9.58-15.089,18.506-15.089h14.084c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5h-14.084
31
- c-16.012,0-29.974,11.383-33.199,27.068c-1.071,5.212,0.243,10.566,3.605,14.689c3.362,4.123,8.341,6.488,13.661,6.488h92.355
32
- v136.535h-4.642c-12.293,0-23.039,8.309-26.134,20.205l-1.761,6.767c-1.127,4.335-0.203,8.852,2.536,12.396
33
- c2.74,3.543,6.88,5.576,11.358,5.576h89.63c4.479,0,8.618-2.032,11.358-5.576c2.739-3.543,3.663-8.061,2.536-12.396
34
- L312.948,371.141z M244.827,214.401L244.827,214.401h22.346v136.535h-22.346V214.401z M212.016,380.879l1.552-5.962
35
- c1.375-5.288,6.152-8.981,11.616-8.981h61.629c5.464,0,10.241,3.693,11.616,8.981l1.552,5.962H212.016z"/>
36
- </g>
37
- </svg>
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512.001 512.001">
2
+ <g fill="currentColor">
3
+ <path d="M505.947,123.597c-4.353-4.752-10.546-7.477-16.99-7.477h-6.837c-17.929,0-32.631,13.468-34.198,31.328l-7.397,84.279
4
+ c-0.655,7.469-6.804,13.102-14.303,13.102h-64.026c-20.516,0-37.207,16.691-37.207,37.207v3.697
5
+ c0,12.395,10.083,22.478,22.478,22.478h13.723l-13.514,44.135c-0.01,0.033-0.02,0.066-0.03,0.099l-10.33,33.736
6
+ c-1.213,3.961,1.015,8.154,4.975,9.367c0.732,0.224,1.472,0.331,2.199,0.331c3.209,0,6.18-2.077,7.168-5.306l8.712-28.451H463.24
7
+ l8.712,28.451c0.988,3.229,3.958,5.306,7.168,5.306c0.728,0,1.468-0.107,2.199-0.331c3.96-1.213,6.188-5.407,4.975-9.367
8
+ l-24.517-80.066c4.305-1.219,8.462-2.953,12.362-5.188c3.593-2.06,4.836-6.643,2.776-10.236
9
+ c-2.06-3.593-6.644-4.836-10.237-2.776c-6.044,3.465-12.939,5.297-19.94,5.297h-75.402c-0.025,0-0.05,0-0.074,0h-23.793
10
+ c-4.123,0-7.478-3.354-7.478-7.478v-3.697c0-12.245,9.962-22.207,22.207-22.207h64.026c15.333,0,27.906-11.518,29.246-26.791
11
+ l7.396-84.28c0.882-10.056,9.16-17.64,19.255-17.64h6.837c2.282,0,4.389,0.927,5.93,2.61c1.542,1.683,2.282,3.862,2.082,6.136
12
+ l-10.242,116.711c-0.252,2.878-0.813,5.726-1.666,8.464c-1.232,3.955,0.976,8.16,4.931,9.391c3.96,1.232,8.159-0.977,9.392-4.93
13
+ c1.171-3.762,1.94-7.669,2.287-11.614l10.242-116.711C512.474,134.757,510.3,128.349,505.947,123.597z M376.875,308.212h69.855
14
+ l11.914,38.91h-93.684L376.875,308.212z"/>
15
+ <path d="M149.803,244.83H85.777c-7.499,0-13.647-5.632-14.303-13.102l-7.396-84.279c-1.567-17.86-16.269-31.328-34.198-31.328
16
+ h-6.837c-6.444,0-12.637,2.725-16.99,7.477c-4.353,4.752-6.527,11.16-5.965,17.581l10.242,116.711
17
+ c1.209,13.773,7.489,26.501,17.684,35.841c6.405,5.868,14.01,10.077,22.206,12.397l-24.514,80.055
18
+ c-1.213,3.961,1.015,8.154,4.975,9.367c0.732,0.224,1.472,0.331,2.199,0.331c3.209,0,6.18-2.077,7.168-5.306l8.712-28.451H151.63
19
+ l8.712,28.451c0.988,3.229,3.958,5.306,7.168,5.306c0.728,0,1.468-0.107,2.199-0.331c3.96-1.213,6.188-5.407,4.975-9.367
20
+ l-10.33-33.736c-0.01-0.033-0.02-0.066-0.03-0.099l-13.514-44.135h13.723c12.395,0,22.477-10.083,22.477-22.478v-3.697
21
+ C187.01,261.521,170.319,244.83,149.803,244.83z M53.353,347.122l11.914-38.91h69.855l11.914,38.91H53.353z M172.01,285.734
22
+ c0,4.124-3.354,7.478-7.477,7.478h-23.788c-0.03,0-0.059,0-0.089,0H65.263c-1.604,0-3.182-0.103-4.736-0.283
23
+ c-0.001,0-0.003,0-0.005,0c-18.764-2.169-33.558-17.065-35.25-36.352L15.03,139.867c-0.2-2.275,0.54-4.454,2.082-6.137
24
+ c1.541-1.683,3.647-2.61,5.93-2.61h6.837c10.095,0,18.373,7.583,19.255,17.64l7.396,84.279v-0.001
25
+ c1.34,15.273,13.913,26.791,29.246,26.791h64.026c12.245,0,22.207,9.962,22.207,22.207V285.734z"/>
26
+ <path d="M312.948,371.141c-3.095-11.897-13.841-20.206-26.134-20.206h-4.642V214.401h92.354c5.32,0,10.299-2.365,13.661-6.488
27
+ c3.362-4.124,4.677-9.478,3.605-14.69c-3.226-15.684-17.188-27.067-33.199-27.067H202.665c-4.143,0-7.5,3.358-7.5,7.5
28
+ s3.357,7.5,7.5,7.5h155.928c8.926,0,16.708,6.346,18.506,15.088c0.219,1.064-0.243,1.829-0.537,2.191
29
+ c-0.295,0.361-0.951,0.967-2.036,0.967H137.472c-1.085,0-1.741-0.606-2.036-0.967c-0.294-0.361-0.756-1.127-0.537-2.19
30
+ c1.798-8.743,9.58-15.089,18.506-15.089h14.084c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5h-14.084
31
+ c-16.012,0-29.974,11.383-33.199,27.068c-1.071,5.212,0.243,10.566,3.605,14.689c3.362,4.123,8.341,6.488,13.661,6.488h92.355
32
+ v136.535h-4.642c-12.293,0-23.039,8.309-26.134,20.205l-1.761,6.767c-1.127,4.335-0.203,8.852,2.536,12.396
33
+ c2.74,3.543,6.88,5.576,11.358,5.576h89.63c4.479,0,8.618-2.032,11.358-5.576c2.739-3.543,3.663-8.061,2.536-12.396
34
+ L312.948,371.141z M244.827,214.401L244.827,214.401h22.346v136.535h-22.346V214.401z M212.016,380.879l1.552-5.962
35
+ c1.375-5.288,6.152-8.981,11.616-8.981h61.629c5.464,0,10.241,3.693,11.616,8.981l1.552,5.962H212.016z"/>
36
+ </g>
37
+ </svg>
@@ -1,37 +1,37 @@
1
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512.001 512.001">
2
- <g fill="currentColor">
3
- <path d="M505.947,123.597c-4.353-4.752-10.546-7.477-16.99-7.477h-6.837c-17.929,0-32.631,13.468-34.198,31.328l-7.397,84.279
4
- c-0.655,7.469-6.804,13.102-14.303,13.102h-64.026c-20.516,0-37.207,16.691-37.207,37.207v3.697
5
- c0,12.395,10.083,22.478,22.478,22.478h13.723l-13.514,44.135c-0.01,0.033-0.02,0.066-0.03,0.099l-10.33,33.736
6
- c-1.213,3.961,1.015,8.154,4.975,9.367c0.732,0.224,1.472,0.331,2.199,0.331c3.209,0,6.18-2.077,7.168-5.306l8.712-28.451H463.24
7
- l8.712,28.451c0.988,3.229,3.958,5.306,7.168,5.306c0.728,0,1.468-0.107,2.199-0.331c3.96-1.213,6.188-5.407,4.975-9.367
8
- l-24.517-80.066c4.305-1.219,8.462-2.953,12.362-5.188c3.593-2.06,4.836-6.643,2.776-10.236
9
- c-2.06-3.593-6.644-4.836-10.237-2.776c-6.044,3.465-12.939,5.297-19.94,5.297h-75.402c-0.025,0-0.05,0-0.074,0h-23.793
10
- c-4.123,0-7.478-3.354-7.478-7.478v-3.697c0-12.245,9.962-22.207,22.207-22.207h64.026c15.333,0,27.906-11.518,29.246-26.791
11
- l7.396-84.28c0.882-10.056,9.16-17.64,19.255-17.64h6.837c2.282,0,4.389,0.927,5.93,2.61c1.542,1.683,2.282,3.862,2.082,6.136
12
- l-10.242,116.711c-0.252,2.878-0.813,5.726-1.666,8.464c-1.232,3.955,0.976,8.16,4.931,9.391c3.96,1.232,8.159-0.977,9.392-4.93
13
- c1.171-3.762,1.94-7.669,2.287-11.614l10.242-116.711C512.474,134.757,510.3,128.349,505.947,123.597z M376.875,308.212h69.855
14
- l11.914,38.91h-93.684L376.875,308.212z"/>
15
- <path d="M149.803,244.83H85.777c-7.499,0-13.647-5.632-14.303-13.102l-7.396-84.279c-1.567-17.86-16.269-31.328-34.198-31.328
16
- h-6.837c-6.444,0-12.637,2.725-16.99,7.477c-4.353,4.752-6.527,11.16-5.965,17.581l10.242,116.711
17
- c1.209,13.773,7.489,26.501,17.684,35.841c6.405,5.868,14.01,10.077,22.206,12.397l-24.514,80.055
18
- c-1.213,3.961,1.015,8.154,4.975,9.367c0.732,0.224,1.472,0.331,2.199,0.331c3.209,0,6.18-2.077,7.168-5.306l8.712-28.451H151.63
19
- l8.712,28.451c0.988,3.229,3.958,5.306,7.168,5.306c0.728,0,1.468-0.107,2.199-0.331c3.96-1.213,6.188-5.407,4.975-9.367
20
- l-10.33-33.736c-0.01-0.033-0.02-0.066-0.03-0.099l-13.514-44.135h13.723c12.395,0,22.477-10.083,22.477-22.478v-3.697
21
- C187.01,261.521,170.319,244.83,149.803,244.83z M53.353,347.122l11.914-38.91h69.855l11.914,38.91H53.353z M172.01,285.734
22
- c0,4.124-3.354,7.478-7.477,7.478h-23.788c-0.03,0-0.059,0-0.089,0H65.263c-1.604,0-3.182-0.103-4.736-0.283
23
- c-0.001,0-0.003,0-0.005,0c-18.764-2.169-33.558-17.065-35.25-36.352L15.03,139.867c-0.2-2.275,0.54-4.454,2.082-6.137
24
- c1.541-1.683,3.647-2.61,5.93-2.61h6.837c10.095,0,18.373,7.583,19.255,17.64l7.396,84.279v-0.001
25
- c1.34,15.273,13.913,26.791,29.246,26.791h64.026c12.245,0,22.207,9.962,22.207,22.207V285.734z"/>
26
- <path d="M312.948,371.141c-3.095-11.897-13.841-20.206-26.134-20.206h-4.642V214.401h92.354c5.32,0,10.299-2.365,13.661-6.488
27
- c3.362-4.124,4.677-9.478,3.605-14.69c-3.226-15.684-17.188-27.067-33.199-27.067H202.665c-4.143,0-7.5,3.358-7.5,7.5
28
- s3.357,7.5,7.5,7.5h155.928c8.926,0,16.708,6.346,18.506,15.088c0.219,1.064-0.243,1.829-0.537,2.191
29
- c-0.295,0.361-0.951,0.967-2.036,0.967H137.472c-1.085,0-1.741-0.606-2.036-0.967c-0.294-0.361-0.756-1.127-0.537-2.19
30
- c1.798-8.743,9.58-15.089,18.506-15.089h14.084c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5h-14.084
31
- c-16.012,0-29.974,11.383-33.199,27.068c-1.071,5.212,0.243,10.566,3.605,14.689c3.362,4.123,8.341,6.488,13.661,6.488h92.355
32
- v136.535h-4.642c-12.293,0-23.039,8.309-26.134,20.205l-1.761,6.767c-1.127,4.335-0.203,8.852,2.536,12.396
33
- c2.74,3.543,6.88,5.576,11.358,5.576h89.63c4.479,0,8.618-2.032,11.358-5.576c2.739-3.543,3.663-8.061,2.536-12.396
34
- L312.948,371.141z M244.827,214.401L244.827,214.401h22.346v136.535h-22.346V214.401z M212.016,380.879l1.552-5.962
35
- c1.375-5.288,6.152-8.981,11.616-8.981h61.629c5.464,0,10.241,3.693,11.616,8.981l1.552,5.962H212.016z"/>
36
- </g>
37
- </svg>
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512.001 512.001">
2
+ <g fill="currentColor">
3
+ <path d="M505.947,123.597c-4.353-4.752-10.546-7.477-16.99-7.477h-6.837c-17.929,0-32.631,13.468-34.198,31.328l-7.397,84.279
4
+ c-0.655,7.469-6.804,13.102-14.303,13.102h-64.026c-20.516,0-37.207,16.691-37.207,37.207v3.697
5
+ c0,12.395,10.083,22.478,22.478,22.478h13.723l-13.514,44.135c-0.01,0.033-0.02,0.066-0.03,0.099l-10.33,33.736
6
+ c-1.213,3.961,1.015,8.154,4.975,9.367c0.732,0.224,1.472,0.331,2.199,0.331c3.209,0,6.18-2.077,7.168-5.306l8.712-28.451H463.24
7
+ l8.712,28.451c0.988,3.229,3.958,5.306,7.168,5.306c0.728,0,1.468-0.107,2.199-0.331c3.96-1.213,6.188-5.407,4.975-9.367
8
+ l-24.517-80.066c4.305-1.219,8.462-2.953,12.362-5.188c3.593-2.06,4.836-6.643,2.776-10.236
9
+ c-2.06-3.593-6.644-4.836-10.237-2.776c-6.044,3.465-12.939,5.297-19.94,5.297h-75.402c-0.025,0-0.05,0-0.074,0h-23.793
10
+ c-4.123,0-7.478-3.354-7.478-7.478v-3.697c0-12.245,9.962-22.207,22.207-22.207h64.026c15.333,0,27.906-11.518,29.246-26.791
11
+ l7.396-84.28c0.882-10.056,9.16-17.64,19.255-17.64h6.837c2.282,0,4.389,0.927,5.93,2.61c1.542,1.683,2.282,3.862,2.082,6.136
12
+ l-10.242,116.711c-0.252,2.878-0.813,5.726-1.666,8.464c-1.232,3.955,0.976,8.16,4.931,9.391c3.96,1.232,8.159-0.977,9.392-4.93
13
+ c1.171-3.762,1.94-7.669,2.287-11.614l10.242-116.711C512.474,134.757,510.3,128.349,505.947,123.597z M376.875,308.212h69.855
14
+ l11.914,38.91h-93.684L376.875,308.212z"/>
15
+ <path d="M149.803,244.83H85.777c-7.499,0-13.647-5.632-14.303-13.102l-7.396-84.279c-1.567-17.86-16.269-31.328-34.198-31.328
16
+ h-6.837c-6.444,0-12.637,2.725-16.99,7.477c-4.353,4.752-6.527,11.16-5.965,17.581l10.242,116.711
17
+ c1.209,13.773,7.489,26.501,17.684,35.841c6.405,5.868,14.01,10.077,22.206,12.397l-24.514,80.055
18
+ c-1.213,3.961,1.015,8.154,4.975,9.367c0.732,0.224,1.472,0.331,2.199,0.331c3.209,0,6.18-2.077,7.168-5.306l8.712-28.451H151.63
19
+ l8.712,28.451c0.988,3.229,3.958,5.306,7.168,5.306c0.728,0,1.468-0.107,2.199-0.331c3.96-1.213,6.188-5.407,4.975-9.367
20
+ l-10.33-33.736c-0.01-0.033-0.02-0.066-0.03-0.099l-13.514-44.135h13.723c12.395,0,22.477-10.083,22.477-22.478v-3.697
21
+ C187.01,261.521,170.319,244.83,149.803,244.83z M53.353,347.122l11.914-38.91h69.855l11.914,38.91H53.353z M172.01,285.734
22
+ c0,4.124-3.354,7.478-7.477,7.478h-23.788c-0.03,0-0.059,0-0.089,0H65.263c-1.604,0-3.182-0.103-4.736-0.283
23
+ c-0.001,0-0.003,0-0.005,0c-18.764-2.169-33.558-17.065-35.25-36.352L15.03,139.867c-0.2-2.275,0.54-4.454,2.082-6.137
24
+ c1.541-1.683,3.647-2.61,5.93-2.61h6.837c10.095,0,18.373,7.583,19.255,17.64l7.396,84.279v-0.001
25
+ c1.34,15.273,13.913,26.791,29.246,26.791h64.026c12.245,0,22.207,9.962,22.207,22.207V285.734z"/>
26
+ <path d="M312.948,371.141c-3.095-11.897-13.841-20.206-26.134-20.206h-4.642V214.401h92.354c5.32,0,10.299-2.365,13.661-6.488
27
+ c3.362-4.124,4.677-9.478,3.605-14.69c-3.226-15.684-17.188-27.067-33.199-27.067H202.665c-4.143,0-7.5,3.358-7.5,7.5
28
+ s3.357,7.5,7.5,7.5h155.928c8.926,0,16.708,6.346,18.506,15.088c0.219,1.064-0.243,1.829-0.537,2.191
29
+ c-0.295,0.361-0.951,0.967-2.036,0.967H137.472c-1.085,0-1.741-0.606-2.036-0.967c-0.294-0.361-0.756-1.127-0.537-2.19
30
+ c1.798-8.743,9.58-15.089,18.506-15.089h14.084c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5h-14.084
31
+ c-16.012,0-29.974,11.383-33.199,27.068c-1.071,5.212,0.243,10.566,3.605,14.689c3.362,4.123,8.341,6.488,13.661,6.488h92.355
32
+ v136.535h-4.642c-12.293,0-23.039,8.309-26.134,20.205l-1.761,6.767c-1.127,4.335-0.203,8.852,2.536,12.396
33
+ c2.74,3.543,6.88,5.576,11.358,5.576h89.63c4.479,0,8.618-2.032,11.358-5.576c2.739-3.543,3.663-8.061,2.536-12.396
34
+ L312.948,371.141z M244.827,214.401L244.827,214.401h22.346v136.535h-22.346V214.401z M212.016,380.879l1.552-5.962
35
+ c1.375-5.288,6.152-8.981,11.616-8.981h61.629c5.464,0,10.241,3.693,11.616,8.981l1.552,5.962H212.016z"/>
36
+ </g>
37
+ </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="m497.004 276.169c0-4.139 3.374-7.512 7.512-7.512s7.483 3.373 7.483 7.512v137.34 39.997c0 4.139-3.345 7.483-7.483 7.483h-497.004c-4.139 0-7.512-3.345-7.512-7.483 0-124.754 0-249.536 0-374.291 0-7.767 3.175-14.825 8.277-19.928 5.103-5.103 12.161-8.277 19.928-8.277h124.244c7.909 0 15.364 3.316 20.722 9.099 5.357-5.783 12.812-9.099 20.722-9.099h124.243c7.881 0 15.364 3.316 20.693 9.099 5.358-5.783 12.813-9.099 20.722-9.099h124.244c7.767 0 14.826 3.175 19.928 8.277 5.102 5.103 8.277 12.161 8.277 19.928v25.625 137.34c0 4.139-3.345 7.512-7.483 7.512-4.139 0-7.512-3.373-7.512-7.512v-129.855h-67.835v12.926l46.83 23.839c4.195 2.126 7.115 5.755 8.447 9.894 1.36 4.139 1.134 8.787-.992 12.954-1.446 2.835-3.657 5.159-6.293 6.775-2.664 1.644-5.726 2.523-8.872 2.523h-3.345v95.613c0 4.139-3.345 7.484-7.484 7.484h-71.15c-4.139 0-7.483-3.345-7.483-7.484v-34.554c0-4.167 3.345-7.512 7.483-7.512 4.139 0 7.512 3.345 7.512 7.512v27.043h56.127v-88.102h-56.127v27.071c0 4.139-3.373 7.512-7.512 7.512s-7.483-3.373-7.483-7.512v-27.071h-3.345c-4.706 0-8.957-1.899-12.019-4.989-3.09-3.061-4.989-7.313-4.989-12.019 0-3.345.992-6.52 2.693-9.156 1.729-2.664 4.139-4.819 6.974-6.18l46.035-23.443v-13.124h-67.834v293.701h150.663v-129.857zm-73.843-137.199c-.822-.51-1.672-.51-2.495 0l-45.723 23.301c-.907.34-1.474.936-1.474 1.956 0 1.105.907 2.013 2.013 2.013h92.807c.793 0 1.446-.397 1.786-1.105.51-.992.142-2.183-.878-2.693l-15.336-7.823c-9.043-4.593-18.057-9.158-30.7-15.649zm-165.8-.085c-.709-.425-1.474-.425-2.24 0l-45.865 23.386c-.879.34-1.446.936-1.446 1.956 0 1.105.907 2.013 2.013 2.013h92.807c.794 0 1.446-.397 1.786-1.105.51-.992.142-2.183-.879-2.693-15.392-7.824-30.812-15.648-46.176-23.557zm-211.666-26.56c-4.139 0-7.512-3.345-7.512-7.484s3.373-7.512 7.512-7.512h89.292c4.138 0 7.512 3.374 7.512 7.512 0 4.139-3.373 7.484-7.512 7.484zm0 101.934c-4.139 0-7.512-3.373-7.512-7.512s3.373-7.483 7.512-7.483h89.292c4.138 0 7.512 3.345 7.512 7.483 0 4.139-3.373 7.512-7.512 7.512zm0-33.988c-4.139 0-7.512-3.345-7.512-7.483s3.373-7.512 7.512-7.512h89.292c4.138 0 7.512 3.373 7.512 7.512s-3.373 7.483-7.512 7.483zm0-33.959c-4.139 0-7.512-3.373-7.512-7.512s3.373-7.483 7.512-7.483h89.292c4.138 0 7.512 3.345 7.512 7.483 0 4.139-3.373 7.512-7.512 7.512zm202.822-20.863v-13.124h-67.834v129.857c0 4.139-3.373 7.512-7.512 7.512s-7.512-3.373-7.512-7.512v-162.967c0-3.628-1.474-6.917-3.883-9.326-2.381-2.381-5.698-3.884-9.326-3.884h-124.244c-3.628 0-6.917 1.502-9.327 3.884-2.381 2.409-3.883 5.697-3.883 9.326v192.361h15.308c6.094 0 11.594 2.466 15.59 6.464 3.997 3.997 6.492 9.525 6.492 15.59v23.301c0 6.067-2.495 11.594-6.492 15.591s-9.496 6.463-15.59 6.463h-15.308v107.009h150.663v-169.825c0-4.139 3.374-7.512 7.512-7.512s7.512 3.373 7.512 7.512v129.856h150.663v-293.7h-67.834v12.926l46.63 23.726c4.167 2.126 7.2 5.528 8.646 10.007 2.466 7.568-.539 15.59-7.285 19.729-2.664 1.644-5.754 2.523-8.872 2.523h-92.807c-4.706 0-8.958-1.899-12.047-4.989-3.061-3.061-4.96-7.313-4.96-12.019 0-3.345.992-6.52 2.693-9.156 1.701-2.664 4.11-4.819 6.973-6.18zm-233.521 172.32h6.094c4.139 0 7.512 3.373 7.512 7.512s-3.373 7.512-7.512 7.512h-6.094v11.198h15.308c1.956 0 3.713-.794 4.989-2.069 1.276-1.305 2.098-3.061 2.098-4.99v-23.302c0-1.928-.822-3.685-2.098-4.989-1.275-1.276-3.033-2.069-4.989-2.069h-15.308zm331.345-218.554v18.113h150.663v-18.113c0-3.628-1.474-6.917-3.883-9.326-2.409-2.381-5.698-3.884-9.327-3.884h-124.243c-3.628 0-6.917 1.502-9.326 3.884-2.41 2.41-3.884 5.698-3.884 9.326zm-165.658 18.114h150.663v-18.114c0-3.628-1.502-6.917-3.883-9.326-2.41-2.381-5.698-3.884-9.327-3.884h-124.243c-3.629 0-6.945 1.502-9.327 3.884-2.41 2.409-3.883 5.697-3.883 9.326zm316.321 323.692h-316.321v24.973h316.322v-24.973z"/>
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="m497.004 276.169c0-4.139 3.374-7.512 7.512-7.512s7.483 3.373 7.483 7.512v137.34 39.997c0 4.139-3.345 7.483-7.483 7.483h-497.004c-4.139 0-7.512-3.345-7.512-7.483 0-124.754 0-249.536 0-374.291 0-7.767 3.175-14.825 8.277-19.928 5.103-5.103 12.161-8.277 19.928-8.277h124.244c7.909 0 15.364 3.316 20.722 9.099 5.357-5.783 12.812-9.099 20.722-9.099h124.243c7.881 0 15.364 3.316 20.693 9.099 5.358-5.783 12.813-9.099 20.722-9.099h124.244c7.767 0 14.826 3.175 19.928 8.277 5.102 5.103 8.277 12.161 8.277 19.928v25.625 137.34c0 4.139-3.345 7.512-7.483 7.512-4.139 0-7.512-3.373-7.512-7.512v-129.855h-67.835v12.926l46.83 23.839c4.195 2.126 7.115 5.755 8.447 9.894 1.36 4.139 1.134 8.787-.992 12.954-1.446 2.835-3.657 5.159-6.293 6.775-2.664 1.644-5.726 2.523-8.872 2.523h-3.345v95.613c0 4.139-3.345 7.484-7.484 7.484h-71.15c-4.139 0-7.483-3.345-7.483-7.484v-34.554c0-4.167 3.345-7.512 7.483-7.512 4.139 0 7.512 3.345 7.512 7.512v27.043h56.127v-88.102h-56.127v27.071c0 4.139-3.373 7.512-7.512 7.512s-7.483-3.373-7.483-7.512v-27.071h-3.345c-4.706 0-8.957-1.899-12.019-4.989-3.09-3.061-4.989-7.313-4.989-12.019 0-3.345.992-6.52 2.693-9.156 1.729-2.664 4.139-4.819 6.974-6.18l46.035-23.443v-13.124h-67.834v293.701h150.663v-129.857zm-73.843-137.199c-.822-.51-1.672-.51-2.495 0l-45.723 23.301c-.907.34-1.474.936-1.474 1.956 0 1.105.907 2.013 2.013 2.013h92.807c.793 0 1.446-.397 1.786-1.105.51-.992.142-2.183-.878-2.693l-15.336-7.823c-9.043-4.593-18.057-9.158-30.7-15.649zm-165.8-.085c-.709-.425-1.474-.425-2.24 0l-45.865 23.386c-.879.34-1.446.936-1.446 1.956 0 1.105.907 2.013 2.013 2.013h92.807c.794 0 1.446-.397 1.786-1.105.51-.992.142-2.183-.879-2.693-15.392-7.824-30.812-15.648-46.176-23.557zm-211.666-26.56c-4.139 0-7.512-3.345-7.512-7.484s3.373-7.512 7.512-7.512h89.292c4.138 0 7.512 3.374 7.512 7.512 0 4.139-3.373 7.484-7.512 7.484zm0 101.934c-4.139 0-7.512-3.373-7.512-7.512s3.373-7.483 7.512-7.483h89.292c4.138 0 7.512 3.345 7.512 7.483 0 4.139-3.373 7.512-7.512 7.512zm0-33.988c-4.139 0-7.512-3.345-7.512-7.483s3.373-7.512 7.512-7.512h89.292c4.138 0 7.512 3.373 7.512 7.512s-3.373 7.483-7.512 7.483zm0-33.959c-4.139 0-7.512-3.373-7.512-7.512s3.373-7.483 7.512-7.483h89.292c4.138 0 7.512 3.345 7.512 7.483 0 4.139-3.373 7.512-7.512 7.512zm202.822-20.863v-13.124h-67.834v129.857c0 4.139-3.373 7.512-7.512 7.512s-7.512-3.373-7.512-7.512v-162.967c0-3.628-1.474-6.917-3.883-9.326-2.381-2.381-5.698-3.884-9.326-3.884h-124.244c-3.628 0-6.917 1.502-9.327 3.884-2.381 2.409-3.883 5.697-3.883 9.326v192.361h15.308c6.094 0 11.594 2.466 15.59 6.464 3.997 3.997 6.492 9.525 6.492 15.59v23.301c0 6.067-2.495 11.594-6.492 15.591s-9.496 6.463-15.59 6.463h-15.308v107.009h150.663v-169.825c0-4.139 3.374-7.512 7.512-7.512s7.512 3.373 7.512 7.512v129.856h150.663v-293.7h-67.834v12.926l46.63 23.726c4.167 2.126 7.2 5.528 8.646 10.007 2.466 7.568-.539 15.59-7.285 19.729-2.664 1.644-5.754 2.523-8.872 2.523h-92.807c-4.706 0-8.958-1.899-12.047-4.989-3.061-3.061-4.96-7.313-4.96-12.019 0-3.345.992-6.52 2.693-9.156 1.701-2.664 4.11-4.819 6.973-6.18zm-233.521 172.32h6.094c4.139 0 7.512 3.373 7.512 7.512s-3.373 7.512-7.512 7.512h-6.094v11.198h15.308c1.956 0 3.713-.794 4.989-2.069 1.276-1.305 2.098-3.061 2.098-4.99v-23.302c0-1.928-.822-3.685-2.098-4.989-1.275-1.276-3.033-2.069-4.989-2.069h-15.308zm331.345-218.554v18.113h150.663v-18.113c0-3.628-1.474-6.917-3.883-9.326-2.409-2.381-5.698-3.884-9.327-3.884h-124.243c-3.628 0-6.917 1.502-9.326 3.884-2.41 2.41-3.884 5.698-3.884 9.326zm-165.658 18.114h150.663v-18.114c0-3.628-1.502-6.917-3.883-9.326-2.41-2.381-5.698-3.884-9.327-3.884h-124.243c-3.629 0-6.945 1.502-9.327 3.884-2.41 2.409-3.883 5.697-3.883 9.326zm316.321 323.692h-316.321v24.973h316.322v-24.973z"/>
4
+ </g>
5
5
  </svg>
@@ -1,15 +1,15 @@
1
- <svg height="512" viewBox="0 0 512.273 512.273" width="512" xmlns="http://www.w3.org/2000/svg">
2
- <g fill="currentColor">
3
- <path d="m507.891 238.399c-6.723-35.881-21.853-66.905-43.755-89.718-9.845-10.253-21.456-19.75-34.514-28.227-14.94-9.699-32.192-18.438-54.293-27.503-9.684-3.972-19.375-7.637-28.406-11.005-14.642-5.46-30.064-10.958-45.843-16.337-5.427-1.851-10.921-3.606-16.234-5.303-8.505-2.717-17.3-5.527-25.771-8.721-5.224-1.97-7.426-3.464-8.321-4.258.046-.056.096-.115.151-.177 4.048-4.615 27.603-23.105 41.501-33.677 2.562-1.949 3.595-5.315 2.566-8.365s-3.889-5.104-7.107-5.104l-154.052-.004c-1.321 0-2.619.349-3.762 1.012-17.282 10.021-31.623 25.79-39.346 43.262-8.946 20.24-9.016 41.425-.202 61.263 12.07 27.167 37.567 42.237 60.063 55.533 5.87 3.469 11.414 6.746 16.655 10.167 3.095 2.02 6.273 4.003 9.347 5.922 11.545 7.208 22.45 14.016 31.167 23.604 8.981 9.877 11.693 22.501 7.842 36.507-8.948 32.544-35.544 61.781-59.009 87.576-4.342 4.773-8.442 9.281-12.409 13.776-11.107 12.587-27.393 30.89-44.634 50.267-56.869 63.914-94.415 106.229-98 111.846-1.474 2.309-1.571 5.238-.254 7.64 1.316 2.402 3.838 3.895 6.577 3.895l446.316.003h.001c3.251 0 6.132-2.094 7.135-5.187 11.659-35.96 22.212-72.232 35.283-121.283 15.591-58.515 19.185-105.354 11.308-147.404zm-25.803 143.543c-12.37 46.42-22.464 81.305-33.385 115.331l-26.94-.002c1.288-3.948 2.573-7.903 3.861-11.842 11.58-35.41 22.877-70.925 32.504-106.888 1.535-5.74 3.122-11.674 4.67-17.645 1.04-4.009-1.368-8.103-5.378-9.142-4.009-1.038-8.102 1.369-9.142 5.378-1.533 5.914-3.113 11.82-4.641 17.531-9.439 35.275-20.797 71.025-32.27 106.104-1.797 5.493-3.595 10.992-5.389 16.504h-157.978c-.432-1.858-1.567-3.553-3.309-4.649-3.504-2.206-8.136-1.152-10.342 2.353-.495.786-.973 1.542-1.449 2.296h-156.234c24.473-30.551 91.897-112.073 124.238-148.724 17.24-19.537 31.368-38.726 41.994-57.033 17.598-30.319 24.567-56.765 20.716-78.601-8.273-46.909-45.127-65.764-77.643-82.398-3.439-1.759-6.995-3.579-10.407-5.375l-.609-.321c-3.663-1.933-8.2-.53-10.133 3.133s-.53 8.2 3.133 10.133l.616.325c3.496 1.84 7.091 3.68 10.568 5.458 32.257 16.502 62.726 32.09 69.703 71.65 3.22 18.256-3.145 41.291-18.917 68.466-9.989 17.21-23.914 36.104-40.268 54.638-35.286 39.988-116.098 137.838-132.056 158.648h-33.85c17.882-20.753 56.744-64.428 86.981-98.411 17.252-19.389 33.547-37.702 44.675-50.313 3.892-4.41 7.956-8.878 12.258-13.607 24.597-27.04 52.476-57.688 62.375-93.693 5.207-18.939 1.227-36.9-11.207-50.575-16.423-18.062-39.863-30.237-60.635-42.514-21.565-12.746-43.864-25.926-53.987-48.71-15.023-33.815 4.366-67.718 31.667-84.447h13.639c-20.557 15.074-32.568 30.305-36.494 46.195-3.183 12.882-.813 25.756 7.045 38.265 4.324 6.883 9.904 13.112 17.058 19.042 3.188 2.643 7.916 2.201 10.561-.988 2.643-3.189 2.201-7.917-.988-10.561-5.909-4.898-10.465-9.959-13.929-15.472-5.688-9.056-7.384-17.786-5.185-26.688 3.979-16.103 20.568-32.851 49.314-49.793h50.715c-13.306 10.479-28.105 24.775-24.095 42.353 3.979 17.441 24.177 27.179 39.178 33.472 19.558 8.205 39.835 14.72 59.445 21.021 32.088 10.31 65.269 20.971 95.003 39.137 33.934 20.731 55.518 51.158 62.42 87.989 4.478 23.896 3.426 50.634-3.311 84.152l-.107.536c-.814 4.062 1.818 8.014 5.88 8.828.498.1.993.147 1.481.147 3.501 0 6.632-2.464 7.346-6.028l.106-.532c7.128-35.462 8.191-64.018 3.349-89.867-7.707-41.123-31.686-75.02-69.344-98.026-31.262-19.099-65.309-30.039-98.234-40.618-19.307-6.203-39.271-12.618-58.23-20.572-5.787-2.429-10.712-4.912-15.057-7.59-5.464-3.368-13.721-8.457-15.302-15.388-2.579-11.309 14.33-23.998 25.52-32.395 3.216-2.414 6.106-4.585 8.473-6.617 0 0 13.789 0 13.787.002-9.892 7.786-34.156 19.733-30.174 35.653 1.998 7.986 10.688 12.191 18.035 14.962 13.981 5.272 28.324 9.367 42.456 14.186 15.644 5.335 30.933 10.783 45.442 16.195 8.913 3.325 18.47 6.938 27.957 10.829 21.214 8.701 37.679 17.028 51.816 26.206 12.094 7.852 22.813 16.611 31.861 26.035 19.875 20.701 33.648 49.088 39.831 82.091 7.451 39.771 3.937 84.505-11.058 140.781z"/>
4
- <path d="m344.365 199.407c1.461 2.073 3.78 3.18 6.138 3.18 1.492 0 3-.444 4.313-1.37 3.386-2.386 4.196-7.065 1.811-10.451-4.109-5.831-8.811-11.293-13.973-16.233-2.993-2.865-7.741-2.76-10.604.232-2.864 2.993-2.761 7.74.232 10.604 4.465 4.274 8.531 8.997 12.083 14.038z"/>
5
- <path d="m255.083 122.518-.473-.246c-5.776-2.993-11.545-5.983-17.334-8.945-3.684-1.883-8.206-.426-10.093 3.262-1.886 3.688-.426 8.206 3.262 10.093 5.765 2.949 11.511 5.927 17.263 8.908l.473.245c1.104.572 2.283.843 3.445.843 2.712 0 5.331-1.476 6.665-4.05 1.906-3.678.47-8.204-3.208-10.11z"/>
6
- <path d="m179.683 57.584c1.744-5.51 4.719-10.196 8.163-12.856 3.278-2.532 3.882-7.242 1.351-10.52-2.534-3.279-7.244-3.882-10.521-1.351-5.889 4.549-10.61 11.724-13.293 20.201-1.25 3.949.938 8.164 4.887 9.414.753.238 1.515.352 2.265.352 3.182-.001 6.136-2.043 7.148-5.24z"/>
7
- <path d="m201.136 95.903c-6.751-3.314-11.424-6.268-15.152-9.576-3.098-2.75-7.838-2.466-10.588.631-2.75 3.098-2.467 7.838.631 10.588 4.779 4.242 10.484 7.888 18.499 11.822 1.063.522 2.19.769 3.3.769 2.77 0 5.435-1.542 6.738-4.196 1.825-3.718.29-8.212-3.428-10.038z"/>
8
- <path d="m275.855 441.276c-3.553-2.126-8.159-.972-10.287 2.583-3.494 5.835-6.949 11.576-10.306 17.122-2.145 3.543-1.011 8.155 2.533 10.299 1.215.735 2.554 1.085 3.877 1.085 2.537 0 5.014-1.288 6.423-3.618 3.368-5.565 6.837-11.327 10.343-17.183 2.127-3.554.971-8.16-2.583-10.288z"/>
9
- <path d="m364.864 224.152c-4.067.786-6.727 4.72-5.94 8.787.91 4.713 1.372 9.468 1.372 14.132 0 .358-.003.716-.009 1.09-.015.976-.044 1.947-.087 2.915-.187 4.138 3.018 7.643 7.155 7.829.115.005.229.008.343.008 3.986 0 7.306-3.14 7.486-7.163.051-1.117.084-2.239.101-3.35.008-.443.011-.887.011-1.33 0-5.617-.554-11.33-1.645-16.978-.787-4.067-4.728-6.725-8.787-5.94z"/>
10
- <path d="m306.254 389.481c-3.582-2.073-8.172-.853-10.249 2.731-3.232 5.582-6.606 11.37-10.062 17.261-2.096 3.573-.897 8.168 2.676 10.264 1.192.699 2.498 1.031 3.787 1.031 2.574 0 5.08-1.326 6.477-3.707 3.469-5.915 6.856-11.728 10.103-17.332 2.076-3.583.852-8.171-2.732-10.248z"/>
11
- <path d="m361.929 283.314c-3.883-1.446-8.201.53-9.646 4.413-2.091 5.619-4.592 11.404-7.646 17.686-1.811 3.725-.259 8.213 3.466 10.024 1.057.514 2.174.756 3.273.756 2.781 0 5.454-1.553 6.751-4.223 3.266-6.718 5.952-12.937 8.214-19.011 1.445-3.882-.53-8.2-4.412-9.645z"/>
12
- <path d="m335.92 337.275c-3.585-2.075-8.173-.852-10.249 2.733-3.109 5.372-6.634 11.46-9.975 17.517-2 3.627-.682 8.189 2.945 10.19 1.148.633 2.391.934 3.615.934 2.644 0 5.207-1.401 6.574-3.879 3.266-5.92 6.749-11.938 9.822-17.247 2.077-3.585.852-8.172-2.732-10.248z"/>
13
- <path d="m308.001 151.402c-3.218-1.838-6.474-3.763-9.621-5.624-2.531-1.496-5.059-2.99-7.6-4.461-3.586-2.075-8.174-.852-10.248 2.733-2.076 3.584-.853 8.173 2.732 10.249 2.501 1.448 4.99 2.919 7.482 4.393 3.194 1.888 6.498 3.841 9.813 5.735 1.174.67 2.452.989 3.714.989 2.604 0 5.135-1.358 6.519-3.781 2.056-3.597.806-8.178-2.791-10.233z"/>
14
- </g>
1
+ <svg height="512" viewBox="0 0 512.273 512.273" width="512" xmlns="http://www.w3.org/2000/svg">
2
+ <g fill="currentColor">
3
+ <path d="m507.891 238.399c-6.723-35.881-21.853-66.905-43.755-89.718-9.845-10.253-21.456-19.75-34.514-28.227-14.94-9.699-32.192-18.438-54.293-27.503-9.684-3.972-19.375-7.637-28.406-11.005-14.642-5.46-30.064-10.958-45.843-16.337-5.427-1.851-10.921-3.606-16.234-5.303-8.505-2.717-17.3-5.527-25.771-8.721-5.224-1.97-7.426-3.464-8.321-4.258.046-.056.096-.115.151-.177 4.048-4.615 27.603-23.105 41.501-33.677 2.562-1.949 3.595-5.315 2.566-8.365s-3.889-5.104-7.107-5.104l-154.052-.004c-1.321 0-2.619.349-3.762 1.012-17.282 10.021-31.623 25.79-39.346 43.262-8.946 20.24-9.016 41.425-.202 61.263 12.07 27.167 37.567 42.237 60.063 55.533 5.87 3.469 11.414 6.746 16.655 10.167 3.095 2.02 6.273 4.003 9.347 5.922 11.545 7.208 22.45 14.016 31.167 23.604 8.981 9.877 11.693 22.501 7.842 36.507-8.948 32.544-35.544 61.781-59.009 87.576-4.342 4.773-8.442 9.281-12.409 13.776-11.107 12.587-27.393 30.89-44.634 50.267-56.869 63.914-94.415 106.229-98 111.846-1.474 2.309-1.571 5.238-.254 7.64 1.316 2.402 3.838 3.895 6.577 3.895l446.316.003h.001c3.251 0 6.132-2.094 7.135-5.187 11.659-35.96 22.212-72.232 35.283-121.283 15.591-58.515 19.185-105.354 11.308-147.404zm-25.803 143.543c-12.37 46.42-22.464 81.305-33.385 115.331l-26.94-.002c1.288-3.948 2.573-7.903 3.861-11.842 11.58-35.41 22.877-70.925 32.504-106.888 1.535-5.74 3.122-11.674 4.67-17.645 1.04-4.009-1.368-8.103-5.378-9.142-4.009-1.038-8.102 1.369-9.142 5.378-1.533 5.914-3.113 11.82-4.641 17.531-9.439 35.275-20.797 71.025-32.27 106.104-1.797 5.493-3.595 10.992-5.389 16.504h-157.978c-.432-1.858-1.567-3.553-3.309-4.649-3.504-2.206-8.136-1.152-10.342 2.353-.495.786-.973 1.542-1.449 2.296h-156.234c24.473-30.551 91.897-112.073 124.238-148.724 17.24-19.537 31.368-38.726 41.994-57.033 17.598-30.319 24.567-56.765 20.716-78.601-8.273-46.909-45.127-65.764-77.643-82.398-3.439-1.759-6.995-3.579-10.407-5.375l-.609-.321c-3.663-1.933-8.2-.53-10.133 3.133s-.53 8.2 3.133 10.133l.616.325c3.496 1.84 7.091 3.68 10.568 5.458 32.257 16.502 62.726 32.09 69.703 71.65 3.22 18.256-3.145 41.291-18.917 68.466-9.989 17.21-23.914 36.104-40.268 54.638-35.286 39.988-116.098 137.838-132.056 158.648h-33.85c17.882-20.753 56.744-64.428 86.981-98.411 17.252-19.389 33.547-37.702 44.675-50.313 3.892-4.41 7.956-8.878 12.258-13.607 24.597-27.04 52.476-57.688 62.375-93.693 5.207-18.939 1.227-36.9-11.207-50.575-16.423-18.062-39.863-30.237-60.635-42.514-21.565-12.746-43.864-25.926-53.987-48.71-15.023-33.815 4.366-67.718 31.667-84.447h13.639c-20.557 15.074-32.568 30.305-36.494 46.195-3.183 12.882-.813 25.756 7.045 38.265 4.324 6.883 9.904 13.112 17.058 19.042 3.188 2.643 7.916 2.201 10.561-.988 2.643-3.189 2.201-7.917-.988-10.561-5.909-4.898-10.465-9.959-13.929-15.472-5.688-9.056-7.384-17.786-5.185-26.688 3.979-16.103 20.568-32.851 49.314-49.793h50.715c-13.306 10.479-28.105 24.775-24.095 42.353 3.979 17.441 24.177 27.179 39.178 33.472 19.558 8.205 39.835 14.72 59.445 21.021 32.088 10.31 65.269 20.971 95.003 39.137 33.934 20.731 55.518 51.158 62.42 87.989 4.478 23.896 3.426 50.634-3.311 84.152l-.107.536c-.814 4.062 1.818 8.014 5.88 8.828.498.1.993.147 1.481.147 3.501 0 6.632-2.464 7.346-6.028l.106-.532c7.128-35.462 8.191-64.018 3.349-89.867-7.707-41.123-31.686-75.02-69.344-98.026-31.262-19.099-65.309-30.039-98.234-40.618-19.307-6.203-39.271-12.618-58.23-20.572-5.787-2.429-10.712-4.912-15.057-7.59-5.464-3.368-13.721-8.457-15.302-15.388-2.579-11.309 14.33-23.998 25.52-32.395 3.216-2.414 6.106-4.585 8.473-6.617 0 0 13.789 0 13.787.002-9.892 7.786-34.156 19.733-30.174 35.653 1.998 7.986 10.688 12.191 18.035 14.962 13.981 5.272 28.324 9.367 42.456 14.186 15.644 5.335 30.933 10.783 45.442 16.195 8.913 3.325 18.47 6.938 27.957 10.829 21.214 8.701 37.679 17.028 51.816 26.206 12.094 7.852 22.813 16.611 31.861 26.035 19.875 20.701 33.648 49.088 39.831 82.091 7.451 39.771 3.937 84.505-11.058 140.781z"/>
4
+ <path d="m344.365 199.407c1.461 2.073 3.78 3.18 6.138 3.18 1.492 0 3-.444 4.313-1.37 3.386-2.386 4.196-7.065 1.811-10.451-4.109-5.831-8.811-11.293-13.973-16.233-2.993-2.865-7.741-2.76-10.604.232-2.864 2.993-2.761 7.74.232 10.604 4.465 4.274 8.531 8.997 12.083 14.038z"/>
5
+ <path d="m255.083 122.518-.473-.246c-5.776-2.993-11.545-5.983-17.334-8.945-3.684-1.883-8.206-.426-10.093 3.262-1.886 3.688-.426 8.206 3.262 10.093 5.765 2.949 11.511 5.927 17.263 8.908l.473.245c1.104.572 2.283.843 3.445.843 2.712 0 5.331-1.476 6.665-4.05 1.906-3.678.47-8.204-3.208-10.11z"/>
6
+ <path d="m179.683 57.584c1.744-5.51 4.719-10.196 8.163-12.856 3.278-2.532 3.882-7.242 1.351-10.52-2.534-3.279-7.244-3.882-10.521-1.351-5.889 4.549-10.61 11.724-13.293 20.201-1.25 3.949.938 8.164 4.887 9.414.753.238 1.515.352 2.265.352 3.182-.001 6.136-2.043 7.148-5.24z"/>
7
+ <path d="m201.136 95.903c-6.751-3.314-11.424-6.268-15.152-9.576-3.098-2.75-7.838-2.466-10.588.631-2.75 3.098-2.467 7.838.631 10.588 4.779 4.242 10.484 7.888 18.499 11.822 1.063.522 2.19.769 3.3.769 2.77 0 5.435-1.542 6.738-4.196 1.825-3.718.29-8.212-3.428-10.038z"/>
8
+ <path d="m275.855 441.276c-3.553-2.126-8.159-.972-10.287 2.583-3.494 5.835-6.949 11.576-10.306 17.122-2.145 3.543-1.011 8.155 2.533 10.299 1.215.735 2.554 1.085 3.877 1.085 2.537 0 5.014-1.288 6.423-3.618 3.368-5.565 6.837-11.327 10.343-17.183 2.127-3.554.971-8.16-2.583-10.288z"/>
9
+ <path d="m364.864 224.152c-4.067.786-6.727 4.72-5.94 8.787.91 4.713 1.372 9.468 1.372 14.132 0 .358-.003.716-.009 1.09-.015.976-.044 1.947-.087 2.915-.187 4.138 3.018 7.643 7.155 7.829.115.005.229.008.343.008 3.986 0 7.306-3.14 7.486-7.163.051-1.117.084-2.239.101-3.35.008-.443.011-.887.011-1.33 0-5.617-.554-11.33-1.645-16.978-.787-4.067-4.728-6.725-8.787-5.94z"/>
10
+ <path d="m306.254 389.481c-3.582-2.073-8.172-.853-10.249 2.731-3.232 5.582-6.606 11.37-10.062 17.261-2.096 3.573-.897 8.168 2.676 10.264 1.192.699 2.498 1.031 3.787 1.031 2.574 0 5.08-1.326 6.477-3.707 3.469-5.915 6.856-11.728 10.103-17.332 2.076-3.583.852-8.171-2.732-10.248z"/>
11
+ <path d="m361.929 283.314c-3.883-1.446-8.201.53-9.646 4.413-2.091 5.619-4.592 11.404-7.646 17.686-1.811 3.725-.259 8.213 3.466 10.024 1.057.514 2.174.756 3.273.756 2.781 0 5.454-1.553 6.751-4.223 3.266-6.718 5.952-12.937 8.214-19.011 1.445-3.882-.53-8.2-4.412-9.645z"/>
12
+ <path d="m335.92 337.275c-3.585-2.075-8.173-.852-10.249 2.733-3.109 5.372-6.634 11.46-9.975 17.517-2 3.627-.682 8.189 2.945 10.19 1.148.633 2.391.934 3.615.934 2.644 0 5.207-1.401 6.574-3.879 3.266-5.92 6.749-11.938 9.822-17.247 2.077-3.585.852-8.172-2.732-10.248z"/>
13
+ <path d="m308.001 151.402c-3.218-1.838-6.474-3.763-9.621-5.624-2.531-1.496-5.059-2.99-7.6-4.461-3.586-2.075-8.174-.852-10.248 2.733-2.076 3.584-.853 8.173 2.732 10.249 2.501 1.448 4.99 2.919 7.482 4.393 3.194 1.888 6.498 3.841 9.813 5.735 1.174.67 2.452.989 3.714.989 2.604 0 5.135-1.358 6.519-3.781 2.056-3.597.806-8.178-2.791-10.233z"/>
14
+ </g>
15
15
  </svg>
@@ -1,44 +1,44 @@
1
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
2
- <g fill="currentColor">
3
- <rect x="188.632" y="256" width="35.93" height="17.965"/>
4
- <path d="M441.917,471.579l16.039-88.219c0.482-2.623-0.228-5.316-1.939-7.36c-1.702-2.044-4.228-3.228-6.895-3.228h-89.825
5
- c-2.667,0-5.193,1.184-6.895,3.228c-1.711,2.044-2.421,4.737-1.939,7.36l16.039,88.219H260.491V31.439
6
- c0-4.965-4.018-8.982-8.982-8.982H53.895c-4.965,0-8.982,4.018-8.982,8.982v440.14H0v17.965h53.895h197.614h125.754h53.895H512
7
- v-17.965H441.917z M242.526,471.579H62.877V40.421h179.649V471.579z M423.658,471.579h-38.895l-14.702-80.842h68.298
8
- L423.658,471.579z"/>
9
- <path d="M458.105,76.351c-27.456,0-44.489,12.496-53.895,25.195c-9.408-12.699-26.439-25.195-53.895-25.195
10
- c-4.965,0-8.982,4.018-8.982,8.982c0,4.965,4.018,8.982,8.982,8.982c33.754,0,43.272,23.307,44.912,28.246v232.246
11
- c0,4.965,4.018,8.982,8.982,8.982s8.982-4.018,8.982-8.982V122.572c1.544-4.68,10.987-28.257,44.912-28.257
12
- c4.965,0,8.982-4.018,8.982-8.982C467.088,80.368,463.07,76.351,458.105,76.351z"/>
13
- <path d="M365.833,119.263c-15.553-15.553-36.842-22.377-55.667-17.798c-3.254,0.798-5.798,3.342-6.596,6.596
14
- c-4.579,18.772,2.237,40.097,17.798,55.667c12.36,12.36,28.36,19.202,43.816,19.202c4.009,0,7.982-0.465,11.851-1.404
15
- c3.255-0.798,5.798-3.342,6.596-6.596C388.211,156.158,381.395,134.833,365.833,119.263z M367.009,164.903
16
- c-11.158,0.439-23.596-4.535-32.939-13.877c-9.342-9.351-14.439-21.737-13.877-32.939c11.123-0.579,23.588,4.535,32.939,13.877
17
- C362.474,141.316,367.57,153.702,367.009,164.903z"/>
18
- <path d="M365.833,200.105c-15.553-15.553-36.842-22.369-55.667-17.798c-3.254,0.798-5.798,3.342-6.596,6.596
19
- c-4.579,18.772,2.237,40.097,17.798,55.667c12.36,12.36,28.36,19.202,43.816,19.202c4.009,0,7.982-0.465,11.851-1.404
20
- c3.255-0.798,5.798-3.342,6.596-6.596C388.211,237,381.395,215.676,365.833,200.105z M367.009,245.746
21
- c-11.158,0.491-23.596-4.544-32.939-13.877c-9.342-9.351-14.439-21.737-13.877-32.939c11.123-0.535,23.588,4.535,32.939,13.877
22
- C362.474,222.158,367.57,234.544,367.009,245.746z"/>
23
- <path d="M365.833,280.947c-15.553-15.561-36.842-22.369-55.667-17.798c-3.254,0.798-5.798,3.342-6.596,6.596
24
- c-4.579,18.772,2.237,40.097,17.798,55.667c12.36,12.36,28.36,19.202,43.816,19.202c4.009,0,7.982-0.465,11.851-1.404
25
- c3.255-0.798,5.798-3.342,6.596-6.596C388.211,317.842,381.395,296.518,365.833,280.947z M367.009,326.588
26
- c-11.158,0.447-23.596-4.535-32.939-13.877c-9.342-9.351-14.439-21.737-13.877-32.939c11.123-0.57,23.588,4.535,32.939,13.877
27
- C362.474,303,367.57,315.386,367.009,326.588z"/>
28
- <path d="M509.386,108.061c-0.798-3.254-3.342-5.798-6.596-6.596c-18.789-4.57-40.105,2.237-55.667,17.798
29
- c-15.561,15.57-22.377,36.895-17.798,55.667c0.798,3.255,3.342,5.798,6.596,6.596c3.868,0.939,7.833,1.404,11.842,1.404
30
- c15.465,0,31.465-6.842,43.825-19.202C507.149,148.158,513.965,126.833,509.386,108.061z M478.886,151.026
31
- c-9.351,9.342-21.877,14.325-32.939,13.877c-0.561-11.202,4.535-23.588,13.877-32.939c9.351-9.342,21.798-14.447,32.939-13.877
32
- C493.325,129.289,488.228,141.675,478.886,151.026z"/>
33
- <path d="M509.386,188.903c-0.798-3.254-3.342-5.798-6.596-6.596c-18.789-4.579-40.105,2.237-55.667,17.798
34
- c-15.561,15.57-22.377,36.895-17.798,55.667c0.798,3.255,3.342,5.798,6.596,6.596c3.869,0.939,7.833,1.404,11.842,1.404
35
- c15.465,0,31.465-6.842,43.825-19.202C507.149,229,513.965,207.676,509.386,188.903z M478.886,231.868
36
- c-9.351,9.333-21.877,14.368-32.939,13.877c-0.561-11.202,4.535-23.588,13.877-32.939c9.351-9.342,21.798-14.403,32.939-13.877
37
- C493.325,210.132,488.228,222.517,478.886,231.868z"/>
38
- <path d="M509.386,269.746c-0.798-3.254-3.342-5.798-6.596-6.596c-18.789-4.579-40.105,2.237-55.667,17.798
39
- c-15.561,15.57-22.377,36.895-17.798,55.667c0.798,3.255,3.342,5.798,6.596,6.596c3.869,0.939,7.833,1.404,11.842,1.404
40
- c15.465,0,31.465-6.842,43.825-19.202C507.149,309.842,513.965,288.518,509.386,269.746z M478.886,312.71
41
- c-9.351,9.342-21.877,14.333-32.939,13.877c-0.561-11.202,4.535-23.588,13.877-32.939c9.351-9.342,21.798-14.447,32.939-13.877
42
- C493.325,290.974,488.228,303.36,478.886,312.71z"/>
43
- </g>
44
- </svg>
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
2
+ <g fill="currentColor">
3
+ <rect x="188.632" y="256" width="35.93" height="17.965"/>
4
+ <path d="M441.917,471.579l16.039-88.219c0.482-2.623-0.228-5.316-1.939-7.36c-1.702-2.044-4.228-3.228-6.895-3.228h-89.825
5
+ c-2.667,0-5.193,1.184-6.895,3.228c-1.711,2.044-2.421,4.737-1.939,7.36l16.039,88.219H260.491V31.439
6
+ c0-4.965-4.018-8.982-8.982-8.982H53.895c-4.965,0-8.982,4.018-8.982,8.982v440.14H0v17.965h53.895h197.614h125.754h53.895H512
7
+ v-17.965H441.917z M242.526,471.579H62.877V40.421h179.649V471.579z M423.658,471.579h-38.895l-14.702-80.842h68.298
8
+ L423.658,471.579z"/>
9
+ <path d="M458.105,76.351c-27.456,0-44.489,12.496-53.895,25.195c-9.408-12.699-26.439-25.195-53.895-25.195
10
+ c-4.965,0-8.982,4.018-8.982,8.982c0,4.965,4.018,8.982,8.982,8.982c33.754,0,43.272,23.307,44.912,28.246v232.246
11
+ c0,4.965,4.018,8.982,8.982,8.982s8.982-4.018,8.982-8.982V122.572c1.544-4.68,10.987-28.257,44.912-28.257
12
+ c4.965,0,8.982-4.018,8.982-8.982C467.088,80.368,463.07,76.351,458.105,76.351z"/>
13
+ <path d="M365.833,119.263c-15.553-15.553-36.842-22.377-55.667-17.798c-3.254,0.798-5.798,3.342-6.596,6.596
14
+ c-4.579,18.772,2.237,40.097,17.798,55.667c12.36,12.36,28.36,19.202,43.816,19.202c4.009,0,7.982-0.465,11.851-1.404
15
+ c3.255-0.798,5.798-3.342,6.596-6.596C388.211,156.158,381.395,134.833,365.833,119.263z M367.009,164.903
16
+ c-11.158,0.439-23.596-4.535-32.939-13.877c-9.342-9.351-14.439-21.737-13.877-32.939c11.123-0.579,23.588,4.535,32.939,13.877
17
+ C362.474,141.316,367.57,153.702,367.009,164.903z"/>
18
+ <path d="M365.833,200.105c-15.553-15.553-36.842-22.369-55.667-17.798c-3.254,0.798-5.798,3.342-6.596,6.596
19
+ c-4.579,18.772,2.237,40.097,17.798,55.667c12.36,12.36,28.36,19.202,43.816,19.202c4.009,0,7.982-0.465,11.851-1.404
20
+ c3.255-0.798,5.798-3.342,6.596-6.596C388.211,237,381.395,215.676,365.833,200.105z M367.009,245.746
21
+ c-11.158,0.491-23.596-4.544-32.939-13.877c-9.342-9.351-14.439-21.737-13.877-32.939c11.123-0.535,23.588,4.535,32.939,13.877
22
+ C362.474,222.158,367.57,234.544,367.009,245.746z"/>
23
+ <path d="M365.833,280.947c-15.553-15.561-36.842-22.369-55.667-17.798c-3.254,0.798-5.798,3.342-6.596,6.596
24
+ c-4.579,18.772,2.237,40.097,17.798,55.667c12.36,12.36,28.36,19.202,43.816,19.202c4.009,0,7.982-0.465,11.851-1.404
25
+ c3.255-0.798,5.798-3.342,6.596-6.596C388.211,317.842,381.395,296.518,365.833,280.947z M367.009,326.588
26
+ c-11.158,0.447-23.596-4.535-32.939-13.877c-9.342-9.351-14.439-21.737-13.877-32.939c11.123-0.57,23.588,4.535,32.939,13.877
27
+ C362.474,303,367.57,315.386,367.009,326.588z"/>
28
+ <path d="M509.386,108.061c-0.798-3.254-3.342-5.798-6.596-6.596c-18.789-4.57-40.105,2.237-55.667,17.798
29
+ c-15.561,15.57-22.377,36.895-17.798,55.667c0.798,3.255,3.342,5.798,6.596,6.596c3.868,0.939,7.833,1.404,11.842,1.404
30
+ c15.465,0,31.465-6.842,43.825-19.202C507.149,148.158,513.965,126.833,509.386,108.061z M478.886,151.026
31
+ c-9.351,9.342-21.877,14.325-32.939,13.877c-0.561-11.202,4.535-23.588,13.877-32.939c9.351-9.342,21.798-14.447,32.939-13.877
32
+ C493.325,129.289,488.228,141.675,478.886,151.026z"/>
33
+ <path d="M509.386,188.903c-0.798-3.254-3.342-5.798-6.596-6.596c-18.789-4.579-40.105,2.237-55.667,17.798
34
+ c-15.561,15.57-22.377,36.895-17.798,55.667c0.798,3.255,3.342,5.798,6.596,6.596c3.869,0.939,7.833,1.404,11.842,1.404
35
+ c15.465,0,31.465-6.842,43.825-19.202C507.149,229,513.965,207.676,509.386,188.903z M478.886,231.868
36
+ c-9.351,9.333-21.877,14.368-32.939,13.877c-0.561-11.202,4.535-23.588,13.877-32.939c9.351-9.342,21.798-14.403,32.939-13.877
37
+ C493.325,210.132,488.228,222.517,478.886,231.868z"/>
38
+ <path d="M509.386,269.746c-0.798-3.254-3.342-5.798-6.596-6.596c-18.789-4.579-40.105,2.237-55.667,17.798
39
+ c-15.561,15.57-22.377,36.895-17.798,55.667c0.798,3.255,3.342,5.798,6.596,6.596c3.869,0.939,7.833,1.404,11.842,1.404
40
+ c15.465,0,31.465-6.842,43.825-19.202C507.149,309.842,513.965,288.518,509.386,269.746z M478.886,312.71
41
+ c-9.351,9.342-21.877,14.333-32.939,13.877c-0.561-11.202,4.535-23.588,13.877-32.939c9.351-9.342,21.798-14.447,32.939-13.877
42
+ C493.325,290.974,488.228,303.36,478.886,312.71z"/>
43
+ </g>
44
+ </svg>
@@ -1,15 +1,15 @@
1
- <svg height="512pt" viewBox="0 -4 512 512" width="512pt" xmlns="http://www.w3.org/2000/svg">
2
- <g fill="currentColor">
3
- <path d="m303.09375 174.25c3.394531 2.378906 8.070312 1.550781 10.445312-1.839844l15.953126-22.789062c2.378906-3.394532 1.554687-8.070313-1.839844-10.445313-3.394532-2.375-8.070313-1.550781-10.445313 1.84375l-15.957031 22.785157c-2.375 3.394531-1.550781 8.070312 1.84375 10.445312zm0 0"/>
4
- <path d="m341.671875 155.984375-5.417969 27.285156c-.917968 4.640625 2.632813 8.960938 7.367188 8.960938 3.507812 0 6.640625-2.472657 7.347656-6.039063l5.414062-27.289062c.808594-4.0625-1.832031-8.011719-5.894531-8.816406-4.066406-.804688-8.011719 1.832031-8.816406 5.898437zm0 0"/>
5
- <path d="m309.589844 121.449219c-2.144532-3.542969-6.757813-4.671875-10.300782-2.527344l-23.789062 14.421875c-3.542969 2.148438-4.671875 6.761719-2.527344 10.304688 2.152344 3.542968 6.765625 4.667968 10.304688 2.523437l23.789062-14.417969c3.542969-2.148437 4.671875-6.761718 2.523438-10.304687zm0 0"/>
6
- <path d="m83.652344 152.179688c2.757812 1.359374 6.113281 1.40625 8.96875 0 7-3.453126 29.835937-16.507813 29.835937-39.464844 0-18.203125-21.214843-27.066406-34.3125-16.074219-5.0625-4.261719-11.941406-5.890625-18.753906-4.089844-9.316406 2.457031-15.570313 10.5625-15.570313 20.164063 0 23.015625 22.84375 36.03125 29.832032 39.464844zm-3.777344-42.367188c1.398438 2.46875 4.46875 4.625 8.023438 4.710938 3.582031.113281 6.972656-2.046876 8.460937-4.652344 3.054687-5.355469 11.097656-3.144532 11.097656 2.847656 0 12.691406-13.394531 21.566406-19.324219 24.875-5.929687-3.292969-19.3125-12.144531-19.3125-24.875 0-6.042969 8.085938-8.132812 11.054688-2.90625zm0 0"/>
7
- <path d="m141.140625 103.617188h29.636719c4.144531 0 7.5-3.355469 7.5-7.5 0-4.140626-3.355469-7.5-7.5-7.5h-29.636719c-4.144531 0-7.5 3.359374-7.5 7.5 0 4.144531 3.355469 7.5 7.5 7.5zm0 0"/>
8
- <path d="m141.140625 130.027344h29.636719c4.144531 0 7.5-3.355469 7.5-7.5 0-4.144532-3.355469-7.5-7.5-7.5h-29.636719c-4.144531 0-7.5 3.355468-7.5 7.5 0 4.140625 3.355469 7.5 7.5 7.5zm0 0"/>
9
- <path d="m141.140625 156.4375h29.636719c4.144531 0 7.5-3.355469 7.5-7.5s-3.355469-7.5-7.5-7.5h-29.636719c-4.144531 0-7.5 3.355469-7.5 7.5s3.355469 7.5 7.5 7.5zm0 0"/>
10
- <path d="m495.769531 15.007812c4.144531 0 7.5-3.355468 7.5-7.5 0-4.144531-3.355469-7.4999995-7.5-7.4999995h-73.710937c-.117188 0-.230469.0117187-.347656.015625-2.496094-.1289065-5 .9843745-6.539063 3.1835935l-25.890625 36.972657-32.839844-22.996094c-17.371094-12.164063-38.902344-16.289063-59.59375-11.539063l-2.597656-1.820312c-9.589844-6.710938-22.816406-4.347657-29.5 5.199219l-5.96875 8.523437c-6.695312 9.5625-4.363281 22.800781 5.203125 29.496094l2.046875 1.433593c-6.859375 30.617188 26.863281 54.082032 53.179688 37.238282l4.191406 2.933594c-6.851563 30.570312 26.804687 54.117187 53.175781 37.238281l4.195313 2.933593c-6.859376 30.617188 26.863281 54.078126 53.175781 37.234376l2.054687 1.441406c9.566406 6.695312 22.800782 4.363281 29.496094-5.203125l5.96875-8.523438c6.695312-9.5625 4.363281-22.800781-5.199219-29.496093l-3.273437-2.292969c-2.613282-21.066407-13.855469-39.886719-31.226563-52.054688l-30.199219-21.140625 23.652344-33.777344zm-215.457031 43.472657 24.621094 17.242187c-11.796875 2.792969-23.222656-5.234375-24.621094-17.242187zm57.367188 40.167969 24.625 17.242187c-11.769532 2.796875-23.222657-5.207031-24.625-17.242187zm57.371093 40.171874c14.917969 10.445313 9.777344 6.84375 24.625 17.242188-11.773437 2.796875-23.222656-5.214844-24.625-17.242188zm64.128907 6.34375-5.96875 8.523438c-1.953126 2.789062-5.8125 3.472656-8.605469 1.519531-2.410157-1.6875-169.859375-118.941406-172.019531-120.449219-2.769532-1.941406-3.457032-5.832031-1.515626-8.605468l5.96875-8.523438c1.949219-2.78125 5.84375-3.449218 8.605469-1.515625l172.019531 120.445313c2.773438 1.941406 3.457032 5.835937 1.515626 8.605468zm-14.902344-36.289062c-7.894532-5.53125-125.046875-87.558594-128.710938-90.125 11.472656.351562 22.671875 4 32.273438 10.722656l75.324218 52.742188c9.597657 6.722656 16.859376 16 21.113282 26.660156zm0 0"/>
11
- <path d="m490.820312 310.515625h-217.320312c-4.144531 0-7.5 3.359375-7.5 7.5 0 4.144531 3.355469 7.503906 7.5 7.503906h217.320312c3.40625 0 6.179688 2.769531 6.179688 6.175781v13.679688c0 3.40625-2.773438 6.179688-6.179688 6.179688-3.445312 0-463.609374 0-469.640624 0-3.40625 0-6.179688-2.769532-6.179688-6.179688v-13.679688c0-3.40625 2.773438-6.175781 6.179688-6.175781h217.320312c4.144531 0 7.5-3.359375 7.5-7.503906 0-4.140625-3.355469-7.5-7.5-7.5h-85.355469c.597657-1.953125.925781-4.027344.925781-6.175781v-13.679688c0-11.679687-9.5-21.179687-21.179687-21.179687h-111.710937c-11.679688 0-21.179688 9.5-21.179688 21.179687v13.679688c0 5.214844 1.902344 9.984375 5.039062 13.679687-3.136718 3.691407-5.039062 8.464844-5.039062 13.675781v13.679688c0 11.328125 8.945312 20.578125 20.136719 21.128906v6.609375c0 11.679688 9.503906 21.179688 21.179687 21.179688h20.714844v95.140625c0 7.878906 6.410156 14.289062 14.292969 14.289062h14.152343c7.878907 0 14.292969-6.410156 14.292969-14.289062v-95.140625h302.460938v95.140625c0 7.878906 6.410156 14.289062 14.292969 14.289062h14.152343c7.882813 0 14.292969-6.410156 14.292969-14.289062v-95.140625h20.710938c11.679687 0 21.179687-9.5 21.179687-21.179688v-6.609375c11.195313-.550781 20.140625-9.800781 20.140625-21.128906v-13.679688c0-11.675781-9.5-21.179687-21.179688-21.179687zm-475.820312-19.855469c0-3.40625 2.773438-6.179687 6.179688-6.179687h111.710937c3.40625 0 6.179687 2.773437 6.179687 6.179687v13.679688c0 3.40625-2.773437 6.179687-6.179687 6.179687h-111.710937c-3.40625 0-6.179688-2.773437-6.179688-6.179687zm74.765625 198.0625h-12.734375v-94.429687h12.734375zm345.203125 0h-12.738281v-94.429687h12.738281zm41.890625-115.609375c0 3.40625-2.769531 6.179688-6.179687 6.179688-13.714844 0-415.035157 0-429.363282 0-3.40625 0-6.179687-2.773438-6.179687-6.179688v-6.558593h441.722656zm0 0"/>
12
- <path d="m228.960938 112.527344c4.144531 0 7.5-3.359375 7.5-7.5v-41.136719c0-16.316406-13.273438-29.59375-29.589844-29.59375h-177.28125c-16.316406 0-29.589844 13.273437-29.589844 29.59375v117.277344c0 16.316406 13.273438 29.589843 29.589844 29.589843h177.28125c16.316406 0 29.59375-13.273437 29.59375-29.589843v-41.140625c0-4.140625-3.359375-7.5-7.503906-7.5-4.140626 0-7.5 3.359375-7.5 7.5v41.140625c0 8.042969-6.546876 14.589843-14.589844 14.589843h-177.28125c-8.042969 0-14.589844-6.546874-14.589844-14.589843v-117.277344c0-8.046875 6.546875-14.59375 14.589844-14.59375h177.28125c8.042968 0 14.589844 6.546875 14.589844 14.59375v41.136719c0 4.140625 3.359374 7.5 7.5 7.5zm0 0"/>
13
- <path d="m34.773438 61.570312c-4.144532 0-7.5 3.359376-7.5 7.5v106.914063c0 4.144531 3.355468 7.5 7.5 7.5h166.914062c4.144531 0 7.5-3.355469 7.5-7.5v-106.914063c0-4.140624-3.355469-7.5-7.5-7.5zm159.414062 106.914063h-151.914062v-91.914063h151.914062zm0 0"/>
14
- </g>
1
+ <svg height="512pt" viewBox="0 -4 512 512" width="512pt" xmlns="http://www.w3.org/2000/svg">
2
+ <g fill="currentColor">
3
+ <path d="m303.09375 174.25c3.394531 2.378906 8.070312 1.550781 10.445312-1.839844l15.953126-22.789062c2.378906-3.394532 1.554687-8.070313-1.839844-10.445313-3.394532-2.375-8.070313-1.550781-10.445313 1.84375l-15.957031 22.785157c-2.375 3.394531-1.550781 8.070312 1.84375 10.445312zm0 0"/>
4
+ <path d="m341.671875 155.984375-5.417969 27.285156c-.917968 4.640625 2.632813 8.960938 7.367188 8.960938 3.507812 0 6.640625-2.472657 7.347656-6.039063l5.414062-27.289062c.808594-4.0625-1.832031-8.011719-5.894531-8.816406-4.066406-.804688-8.011719 1.832031-8.816406 5.898437zm0 0"/>
5
+ <path d="m309.589844 121.449219c-2.144532-3.542969-6.757813-4.671875-10.300782-2.527344l-23.789062 14.421875c-3.542969 2.148438-4.671875 6.761719-2.527344 10.304688 2.152344 3.542968 6.765625 4.667968 10.304688 2.523437l23.789062-14.417969c3.542969-2.148437 4.671875-6.761718 2.523438-10.304687zm0 0"/>
6
+ <path d="m83.652344 152.179688c2.757812 1.359374 6.113281 1.40625 8.96875 0 7-3.453126 29.835937-16.507813 29.835937-39.464844 0-18.203125-21.214843-27.066406-34.3125-16.074219-5.0625-4.261719-11.941406-5.890625-18.753906-4.089844-9.316406 2.457031-15.570313 10.5625-15.570313 20.164063 0 23.015625 22.84375 36.03125 29.832032 39.464844zm-3.777344-42.367188c1.398438 2.46875 4.46875 4.625 8.023438 4.710938 3.582031.113281 6.972656-2.046876 8.460937-4.652344 3.054687-5.355469 11.097656-3.144532 11.097656 2.847656 0 12.691406-13.394531 21.566406-19.324219 24.875-5.929687-3.292969-19.3125-12.144531-19.3125-24.875 0-6.042969 8.085938-8.132812 11.054688-2.90625zm0 0"/>
7
+ <path d="m141.140625 103.617188h29.636719c4.144531 0 7.5-3.355469 7.5-7.5 0-4.140626-3.355469-7.5-7.5-7.5h-29.636719c-4.144531 0-7.5 3.359374-7.5 7.5 0 4.144531 3.355469 7.5 7.5 7.5zm0 0"/>
8
+ <path d="m141.140625 130.027344h29.636719c4.144531 0 7.5-3.355469 7.5-7.5 0-4.144532-3.355469-7.5-7.5-7.5h-29.636719c-4.144531 0-7.5 3.355468-7.5 7.5 0 4.140625 3.355469 7.5 7.5 7.5zm0 0"/>
9
+ <path d="m141.140625 156.4375h29.636719c4.144531 0 7.5-3.355469 7.5-7.5s-3.355469-7.5-7.5-7.5h-29.636719c-4.144531 0-7.5 3.355469-7.5 7.5s3.355469 7.5 7.5 7.5zm0 0"/>
10
+ <path d="m495.769531 15.007812c4.144531 0 7.5-3.355468 7.5-7.5 0-4.144531-3.355469-7.4999995-7.5-7.4999995h-73.710937c-.117188 0-.230469.0117187-.347656.015625-2.496094-.1289065-5 .9843745-6.539063 3.1835935l-25.890625 36.972657-32.839844-22.996094c-17.371094-12.164063-38.902344-16.289063-59.59375-11.539063l-2.597656-1.820312c-9.589844-6.710938-22.816406-4.347657-29.5 5.199219l-5.96875 8.523437c-6.695312 9.5625-4.363281 22.800781 5.203125 29.496094l2.046875 1.433593c-6.859375 30.617188 26.863281 54.082032 53.179688 37.238282l4.191406 2.933594c-6.851563 30.570312 26.804687 54.117187 53.175781 37.238281l4.195313 2.933593c-6.859376 30.617188 26.863281 54.078126 53.175781 37.234376l2.054687 1.441406c9.566406 6.695312 22.800782 4.363281 29.496094-5.203125l5.96875-8.523438c6.695312-9.5625 4.363281-22.800781-5.199219-29.496093l-3.273437-2.292969c-2.613282-21.066407-13.855469-39.886719-31.226563-52.054688l-30.199219-21.140625 23.652344-33.777344zm-215.457031 43.472657 24.621094 17.242187c-11.796875 2.792969-23.222656-5.234375-24.621094-17.242187zm57.367188 40.167969 24.625 17.242187c-11.769532 2.796875-23.222657-5.207031-24.625-17.242187zm57.371093 40.171874c14.917969 10.445313 9.777344 6.84375 24.625 17.242188-11.773437 2.796875-23.222656-5.214844-24.625-17.242188zm64.128907 6.34375-5.96875 8.523438c-1.953126 2.789062-5.8125 3.472656-8.605469 1.519531-2.410157-1.6875-169.859375-118.941406-172.019531-120.449219-2.769532-1.941406-3.457032-5.832031-1.515626-8.605468l5.96875-8.523438c1.949219-2.78125 5.84375-3.449218 8.605469-1.515625l172.019531 120.445313c2.773438 1.941406 3.457032 5.835937 1.515626 8.605468zm-14.902344-36.289062c-7.894532-5.53125-125.046875-87.558594-128.710938-90.125 11.472656.351562 22.671875 4 32.273438 10.722656l75.324218 52.742188c9.597657 6.722656 16.859376 16 21.113282 26.660156zm0 0"/>
11
+ <path d="m490.820312 310.515625h-217.320312c-4.144531 0-7.5 3.359375-7.5 7.5 0 4.144531 3.355469 7.503906 7.5 7.503906h217.320312c3.40625 0 6.179688 2.769531 6.179688 6.175781v13.679688c0 3.40625-2.773438 6.179688-6.179688 6.179688-3.445312 0-463.609374 0-469.640624 0-3.40625 0-6.179688-2.769532-6.179688-6.179688v-13.679688c0-3.40625 2.773438-6.175781 6.179688-6.175781h217.320312c4.144531 0 7.5-3.359375 7.5-7.503906 0-4.140625-3.355469-7.5-7.5-7.5h-85.355469c.597657-1.953125.925781-4.027344.925781-6.175781v-13.679688c0-11.679687-9.5-21.179687-21.179687-21.179687h-111.710937c-11.679688 0-21.179688 9.5-21.179688 21.179687v13.679688c0 5.214844 1.902344 9.984375 5.039062 13.679687-3.136718 3.691407-5.039062 8.464844-5.039062 13.675781v13.679688c0 11.328125 8.945312 20.578125 20.136719 21.128906v6.609375c0 11.679688 9.503906 21.179688 21.179687 21.179688h20.714844v95.140625c0 7.878906 6.410156 14.289062 14.292969 14.289062h14.152343c7.878907 0 14.292969-6.410156 14.292969-14.289062v-95.140625h302.460938v95.140625c0 7.878906 6.410156 14.289062 14.292969 14.289062h14.152343c7.882813 0 14.292969-6.410156 14.292969-14.289062v-95.140625h20.710938c11.679687 0 21.179687-9.5 21.179687-21.179688v-6.609375c11.195313-.550781 20.140625-9.800781 20.140625-21.128906v-13.679688c0-11.675781-9.5-21.179687-21.179688-21.179687zm-475.820312-19.855469c0-3.40625 2.773438-6.179687 6.179688-6.179687h111.710937c3.40625 0 6.179687 2.773437 6.179687 6.179687v13.679688c0 3.40625-2.773437 6.179687-6.179687 6.179687h-111.710937c-3.40625 0-6.179688-2.773437-6.179688-6.179687zm74.765625 198.0625h-12.734375v-94.429687h12.734375zm345.203125 0h-12.738281v-94.429687h12.738281zm41.890625-115.609375c0 3.40625-2.769531 6.179688-6.179687 6.179688-13.714844 0-415.035157 0-429.363282 0-3.40625 0-6.179687-2.773438-6.179687-6.179688v-6.558593h441.722656zm0 0"/>
12
+ <path d="m228.960938 112.527344c4.144531 0 7.5-3.359375 7.5-7.5v-41.136719c0-16.316406-13.273438-29.59375-29.589844-29.59375h-177.28125c-16.316406 0-29.589844 13.273437-29.589844 29.59375v117.277344c0 16.316406 13.273438 29.589843 29.589844 29.589843h177.28125c16.316406 0 29.59375-13.273437 29.59375-29.589843v-41.140625c0-4.140625-3.359375-7.5-7.503906-7.5-4.140626 0-7.5 3.359375-7.5 7.5v41.140625c0 8.042969-6.546876 14.589843-14.589844 14.589843h-177.28125c-8.042969 0-14.589844-6.546874-14.589844-14.589843v-117.277344c0-8.046875 6.546875-14.59375 14.589844-14.59375h177.28125c8.042968 0 14.589844 6.546875 14.589844 14.59375v41.136719c0 4.140625 3.359374 7.5 7.5 7.5zm0 0"/>
13
+ <path d="m34.773438 61.570312c-4.144532 0-7.5 3.359376-7.5 7.5v106.914063c0 4.144531 3.355468 7.5 7.5 7.5h166.914062c4.144531 0 7.5-3.355469 7.5-7.5v-106.914063c0-4.140624-3.355469-7.5-7.5-7.5zm159.414062 106.914063h-151.914062v-91.914063h151.914062zm0 0"/>
14
+ </g>
15
15
  </svg>