@iobroker/adapter-react-v5 4.13.2 → 4.13.4

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 (469) hide show
  1. package/AdminConnection.js.map +1 -1
  2. package/Components/404.js +13 -13
  3. package/Components/ColorPicker.js +54 -54
  4. package/Components/ColorPicker.js.map +1 -1
  5. package/Components/ComplexCron.js.map +1 -1
  6. package/Components/FileBrowser.js +3 -3
  7. package/Components/FileViewer.js +9 -16
  8. package/Components/Loader.js +223 -223
  9. package/Components/Loaders/PT.css +108 -108
  10. package/Components/Loaders/PT.js +103 -103
  11. package/Components/Loaders/Vendor.css +13 -13
  12. package/Components/Loaders/Vendor.js +7 -7
  13. package/Components/ObjectBrowser.d.ts +2 -2
  14. package/Components/ObjectBrowser.js +359 -351
  15. package/Components/ObjectBrowser.js.map +1 -1
  16. package/Components/TabContent.d.ts +3 -7
  17. package/Components/TabContent.js +1 -3
  18. package/Components/TableResize.d.ts +20 -13
  19. package/Components/TableResize.js +244 -262
  20. package/Components/TreeTable.js +70 -70
  21. package/Components/TreeTable.js.map +1 -1
  22. package/Components/UploadImage.js +305 -305
  23. package/Components/loader.css +221 -221
  24. package/Components/types.d.ts +82 -82
  25. package/Components/withWidth.js +2 -2
  26. package/Components/withWidth.js.map +1 -1
  27. package/Connection.js.map +1 -1
  28. package/GenericApp.js +49 -49
  29. package/LICENSE +22 -22
  30. package/LegacyConnection.d.ts +4 -0
  31. package/LegacyConnection.js +14 -0
  32. package/Prompt.js +7 -7
  33. package/README.md +1105 -1101
  34. package/assets/devices/Alarm Systems.svg +18 -18
  35. package/assets/devices/Amplifier.svg +21 -21
  36. package/assets/devices/Awnings.svg +4 -4
  37. package/assets/devices/Battery Status.svg +4 -4
  38. package/assets/devices/Ceiling Spotlights.svg +15 -15
  39. package/assets/devices/Chandelier.svg +6 -6
  40. package/assets/devices/Climate.svg +11 -11
  41. package/assets/devices/Coffee Makers.svg +5 -5
  42. package/assets/devices/Cold Water.svg +31 -31
  43. package/assets/devices/Computer.svg +21 -21
  44. package/assets/devices/Consumption.svg +7 -7
  45. package/assets/devices/Curtains.svg +43 -43
  46. package/assets/devices/Dishwashers.svg +11 -11
  47. package/assets/devices/Doors.svg +5 -5
  48. package/assets/devices/Doorstep.svg +35 -35
  49. package/assets/devices/Dryer.svg +13 -13
  50. package/assets/devices/Fan.svg +20 -20
  51. package/assets/devices/Floor Lamps.svg +4 -4
  52. package/assets/devices/Garage Doors.svg +9 -9
  53. package/assets/devices/Gates.svg +32 -32
  54. package/assets/devices/Hairdryer.svg +23 -23
  55. package/assets/devices/Handle.svg +6 -6
  56. package/assets/devices/Hanging Lamps.svg +8 -8
  57. package/assets/devices/Heater.svg +44 -44
  58. package/assets/devices/Hoods.svg +11 -11
  59. package/assets/devices/Hot Water.svg +9 -9
  60. package/assets/devices/Humidity.svg +41 -41
  61. package/assets/devices/Iron.svg +4 -4
  62. package/assets/devices/Irrigation.svg +22 -22
  63. package/assets/devices/Led Strip.svg +30 -30
  64. package/assets/devices/Light.svg +29 -29
  65. package/assets/devices/Lightings.svg +46 -46
  66. package/assets/devices/Lock.svg +19 -19
  67. package/assets/devices/Louvre.svg +6 -6
  68. package/assets/devices/Mowing Machine.svg +8 -8
  69. package/assets/devices/Music.svg +12 -12
  70. package/assets/devices/Outdoor Blinds.svg +6 -6
  71. package/assets/devices/People.svg +19 -19
  72. package/assets/devices/Pool.svg +7 -7
  73. package/assets/devices/Power Consumption.svg +12 -12
  74. package/assets/devices/Printer.svg +9 -9
  75. package/assets/devices/Pump.svg +9 -9
  76. package/assets/devices/Receiver.svg +18 -18
  77. package/assets/devices/Sconces.svg +9 -9
  78. package/assets/devices/Security.svg +34 -34
  79. package/assets/devices/Shading.svg +4 -4
  80. package/assets/devices/Shutters.svg +10 -10
  81. package/assets/devices/SmokeDetector.svg +12 -12
  82. package/assets/devices/Sockets.svg +13 -13
  83. package/assets/devices/Speaker.svg +35 -35
  84. package/assets/devices/Stove.svg +11 -11
  85. package/assets/devices/Table Lamps.svg +11 -11
  86. package/assets/devices/Temperature Sensors.svg +28 -28
  87. package/assets/devices/Tv.svg +7 -7
  88. package/assets/devices/Vacuum Cleaner.svg +15 -15
  89. package/assets/devices/Ventilation.svg +12 -12
  90. package/assets/devices/Washing Machines.svg +15 -15
  91. package/assets/devices/Water Consumption.svg +5 -5
  92. package/assets/devices/Water Heater.svg +8 -8
  93. package/assets/devices/Water.svg +40 -40
  94. package/assets/devices/Weather.svg +28 -28
  95. package/assets/devices/Window.svg +7 -7
  96. package/assets/devices/list.json +993 -993
  97. package/assets/devices/names.txt +62 -62
  98. package/assets/devices/parseNames.js +34 -34
  99. package/assets/lamp_ceiling.svg +8 -8
  100. package/assets/lamp_table.svg +7 -7
  101. package/assets/no_icon.svg +9 -9
  102. package/assets/rooms/Anteroom.svg +52 -52
  103. package/assets/rooms/Attic.svg +21 -21
  104. package/assets/rooms/Balcony.svg +12 -12
  105. package/assets/rooms/Barn.svg +5 -5
  106. package/assets/rooms/Basement.svg +4 -4
  107. package/assets/rooms/Bathroom.svg +38 -38
  108. package/assets/rooms/Bedroom.svg +5 -5
  109. package/assets/rooms/Boiler Room.svg +12 -12
  110. package/assets/rooms/Carport.svg +17 -17
  111. package/assets/rooms/Cellar.svg +89 -89
  112. package/assets/rooms/Chamber.svg +9 -9
  113. package/assets/rooms/Corridor.svg +52 -52
  114. package/assets/rooms/Dining Area.svg +37 -37
  115. package/assets/rooms/Dining Room.svg +37 -37
  116. package/assets/rooms/Dining.svg +37 -37
  117. package/assets/rooms/Dressing Room.svg +4 -4
  118. package/assets/rooms/Driveway.svg +14 -14
  119. package/assets/rooms/Entrance.svg +44 -44
  120. package/assets/rooms/Equipment Room.svg +14 -14
  121. package/assets/rooms/Front Yard.svg +64 -64
  122. package/assets/rooms/Gallery.svg +13 -13
  123. package/assets/rooms/Garage.svg +20 -20
  124. package/assets/rooms/Garden.svg +12 -12
  125. package/assets/rooms/Ground Floor.svg +95 -95
  126. package/assets/rooms/Guest Bathroom.svg +32 -32
  127. package/assets/rooms/Guest Room.svg +5 -5
  128. package/assets/rooms/Gym.svg +4 -4
  129. package/assets/rooms/Hall.svg +19 -19
  130. package/assets/rooms/Home Theater.svg +7 -7
  131. package/assets/rooms/Kitchen.svg +17 -17
  132. package/assets/rooms/Laundry Room.svg +11 -11
  133. package/assets/rooms/Living Area.svg +10 -10
  134. package/assets/rooms/Living Room.svg +10 -10
  135. package/assets/rooms/Locker Room.svg +16 -16
  136. package/assets/rooms/Nursery.svg +4 -4
  137. package/assets/rooms/Office.svg +8 -8
  138. package/assets/rooms/Outdoors.svg +7 -7
  139. package/assets/rooms/Playroom.svg +5 -5
  140. package/assets/rooms/Pool.svg +7 -7
  141. package/assets/rooms/Rear Wall.svg +30 -30
  142. package/assets/rooms/Second Floor.svg +95 -95
  143. package/assets/rooms/Shed.svg +16 -16
  144. package/assets/rooms/Sleeping Area.svg +22 -22
  145. package/assets/rooms/Stairway.svg +4 -4
  146. package/assets/rooms/Stairwell.svg +15 -15
  147. package/assets/rooms/Storeroom.svg +4 -4
  148. package/assets/rooms/Summer House.svg +27 -27
  149. package/assets/rooms/Swimming Pool.svg +21 -21
  150. package/assets/rooms/Terrace.svg +6 -6
  151. package/assets/rooms/Toilet.svg +10 -10
  152. package/assets/rooms/Upstairs.svg +5 -5
  153. package/assets/rooms/Wardrobe.svg +60 -60
  154. package/assets/rooms/Washroom.svg +19 -19
  155. package/assets/rooms/Wc.svg +10 -10
  156. package/assets/rooms/Windscreen.svg +60 -60
  157. package/assets/rooms/Workshop.svg +22 -22
  158. package/assets/rooms/Workspace.svg +8 -8
  159. package/assets/rooms/list.json +945 -945
  160. package/assets/rooms/names.txt +59 -59
  161. package/assets/rooms/parseNames.js +34 -34
  162. package/craco-module-federation.js +69 -69
  163. package/icons/IconAdapter.js.map +1 -1
  164. package/icons/IconAlias.js.map +1 -1
  165. package/icons/IconChannel.js.map +1 -1
  166. package/icons/IconClearFilter.js.map +1 -1
  167. package/icons/IconClosed.js.map +1 -1
  168. package/icons/IconCopy.js +8 -8
  169. package/icons/IconCopy.js.map +1 -1
  170. package/icons/IconDevice.js.map +1 -1
  171. package/icons/IconDocument.js.map +1 -1
  172. package/icons/IconDocumentReadOnly.js.map +1 -1
  173. package/icons/IconFx.js +1 -1
  174. package/icons/IconFx.js.map +1 -1
  175. package/icons/IconInstance.js.map +1 -1
  176. package/icons/IconLogout.js +9 -9
  177. package/icons/IconLogout.js.map +1 -1
  178. package/icons/IconNoIcon.js +8 -8
  179. package/icons/IconNoIcon.js.map +1 -1
  180. package/icons/IconOpen.js.map +1 -1
  181. package/icons/IconState.js.map +1 -1
  182. package/index.css +54 -54
  183. package/package.json +2 -2
  184. package/types.d.ts +94 -94
  185. package/Components/404.js.map +0 -1
  186. package/Components/CustomModal.js.map +0 -1
  187. package/Components/FileBrowser.js.map +0 -1
  188. package/Components/FileViewer.js.map +0 -1
  189. package/Components/Icon.js.map +0 -1
  190. package/Components/IconPicker.js.map +0 -1
  191. package/Components/IconSelector.js.map +0 -1
  192. package/Components/Image.js.map +0 -1
  193. package/Components/JsonConfigComponent/ChipInput.d.ts +0 -12
  194. package/Components/JsonConfigComponent/ChipInput.js +0 -763
  195. package/Components/JsonConfigComponent/ChipInput.js.map +0 -1
  196. package/Components/JsonConfigComponent/ConfigAccordion.d.ts +0 -15
  197. package/Components/JsonConfigComponent/ConfigAccordion.js +0 -348
  198. package/Components/JsonConfigComponent/ConfigAccordion.js.map +0 -1
  199. package/Components/JsonConfigComponent/ConfigAlive.d.ts +0 -10
  200. package/Components/JsonConfigComponent/ConfigAlive.js +0 -105
  201. package/Components/JsonConfigComponent/ConfigAlive.js.map +0 -1
  202. package/Components/JsonConfigComponent/ConfigAutocomplete.d.ts +0 -37
  203. package/Components/JsonConfigComponent/ConfigAutocomplete.js +0 -73
  204. package/Components/JsonConfigComponent/ConfigAutocomplete.js.map +0 -1
  205. package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.d.ts +0 -17
  206. package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js +0 -131
  207. package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js.map +0 -1
  208. package/Components/JsonConfigComponent/ConfigCRON.d.ts +0 -15
  209. package/Components/JsonConfigComponent/ConfigCRON.js +0 -157
  210. package/Components/JsonConfigComponent/ConfigCRON.js.map +0 -1
  211. package/Components/JsonConfigComponent/ConfigCertCollection.d.ts +0 -14
  212. package/Components/JsonConfigComponent/ConfigCertCollection.js +0 -128
  213. package/Components/JsonConfigComponent/ConfigCertCollection.js.map +0 -1
  214. package/Components/JsonConfigComponent/ConfigCertificateSelect.d.ts +0 -14
  215. package/Components/JsonConfigComponent/ConfigCertificateSelect.js +0 -149
  216. package/Components/JsonConfigComponent/ConfigCertificateSelect.js.map +0 -1
  217. package/Components/JsonConfigComponent/ConfigCertificates.d.ts +0 -14
  218. package/Components/JsonConfigComponent/ConfigCertificates.js +0 -284
  219. package/Components/JsonConfigComponent/ConfigCertificates.js.map +0 -1
  220. package/Components/JsonConfigComponent/ConfigCheckLicense.d.ts +0 -3
  221. package/Components/JsonConfigComponent/ConfigCheckLicense.js +0 -821
  222. package/Components/JsonConfigComponent/ConfigCheckLicense.js.map +0 -1
  223. package/Components/JsonConfigComponent/ConfigCheckbox.d.ts +0 -15
  224. package/Components/JsonConfigComponent/ConfigCheckbox.js +0 -40
  225. package/Components/JsonConfigComponent/ConfigCheckbox.js.map +0 -1
  226. package/Components/JsonConfigComponent/ConfigChip.d.ts +0 -14
  227. package/Components/JsonConfigComponent/ConfigChip.js +0 -120
  228. package/Components/JsonConfigComponent/ConfigChip.js.map +0 -1
  229. package/Components/JsonConfigComponent/ConfigColor.d.ts +0 -22
  230. package/Components/JsonConfigComponent/ConfigColor.js +0 -120
  231. package/Components/JsonConfigComponent/ConfigColor.js.map +0 -1
  232. package/Components/JsonConfigComponent/ConfigCoordinates.d.ts +0 -14
  233. package/Components/JsonConfigComponent/ConfigCoordinates.js +0 -265
  234. package/Components/JsonConfigComponent/ConfigCoordinates.js.map +0 -1
  235. package/Components/JsonConfigComponent/ConfigCustom.d.ts +0 -26
  236. package/Components/JsonConfigComponent/ConfigCustom.js +0 -316
  237. package/Components/JsonConfigComponent/ConfigCustom.js.map +0 -1
  238. package/Components/JsonConfigComponent/ConfigDatePicker.d.ts +0 -14
  239. package/Components/JsonConfigComponent/ConfigDatePicker.js +0 -91
  240. package/Components/JsonConfigComponent/ConfigDatePicker.js.map +0 -1
  241. package/Components/JsonConfigComponent/ConfigDeviceManager.d.ts +0 -6
  242. package/Components/JsonConfigComponent/ConfigDeviceManager.js +0 -18
  243. package/Components/JsonConfigComponent/ConfigFile.d.ts +0 -15
  244. package/Components/JsonConfigComponent/ConfigFile.js +0 -228
  245. package/Components/JsonConfigComponent/ConfigFile.js.map +0 -1
  246. package/Components/JsonConfigComponent/ConfigFileSelector.d.ts +0 -3
  247. package/Components/JsonConfigComponent/ConfigFileSelector.js +0 -625
  248. package/Components/JsonConfigComponent/ConfigFileSelector.js.map +0 -1
  249. package/Components/JsonConfigComponent/ConfigFunc.d.ts +0 -14
  250. package/Components/JsonConfigComponent/ConfigFunc.js +0 -124
  251. package/Components/JsonConfigComponent/ConfigFunc.js.map +0 -1
  252. package/Components/JsonConfigComponent/ConfigGeneric.d.ts +0 -95
  253. package/Components/JsonConfigComponent/ConfigGeneric.js +0 -646
  254. package/Components/JsonConfigComponent/ConfigIP.d.ts +0 -14
  255. package/Components/JsonConfigComponent/ConfigIP.js +0 -130
  256. package/Components/JsonConfigComponent/ConfigIP.js.map +0 -1
  257. package/Components/JsonConfigComponent/ConfigImageSendTo.d.ts +0 -10
  258. package/Components/JsonConfigComponent/ConfigImageSendTo.js +0 -114
  259. package/Components/JsonConfigComponent/ConfigImageSendTo.js.map +0 -1
  260. package/Components/JsonConfigComponent/ConfigImageUpload.d.ts +0 -14
  261. package/Components/JsonConfigComponent/ConfigImageUpload.js +0 -166
  262. package/Components/JsonConfigComponent/ConfigImageUpload.js.map +0 -1
  263. package/Components/JsonConfigComponent/ConfigInstanceSelect.d.ts +0 -14
  264. package/Components/JsonConfigComponent/ConfigInstanceSelect.js +0 -264
  265. package/Components/JsonConfigComponent/ConfigInstanceSelect.js.map +0 -1
  266. package/Components/JsonConfigComponent/ConfigInterface.d.ts +0 -14
  267. package/Components/JsonConfigComponent/ConfigInterface.js +0 -146
  268. package/Components/JsonConfigComponent/ConfigInterface.js.map +0 -1
  269. package/Components/JsonConfigComponent/ConfigJsonEditor.d.ts +0 -13
  270. package/Components/JsonConfigComponent/ConfigJsonEditor.js +0 -145
  271. package/Components/JsonConfigComponent/ConfigJsonEditor.js.map +0 -1
  272. package/Components/JsonConfigComponent/ConfigLanguage.d.ts +0 -7
  273. package/Components/JsonConfigComponent/ConfigLanguage.js +0 -110
  274. package/Components/JsonConfigComponent/ConfigLanguage.js.map +0 -1
  275. package/Components/JsonConfigComponent/ConfigLicense.d.ts +0 -24
  276. package/Components/JsonConfigComponent/ConfigLicense.js +0 -183
  277. package/Components/JsonConfigComponent/ConfigLicense.js.map +0 -1
  278. package/Components/JsonConfigComponent/ConfigNumber.d.ts +0 -17
  279. package/Components/JsonConfigComponent/ConfigNumber.js +0 -117
  280. package/Components/JsonConfigComponent/ConfigObjectId.d.ts +0 -17
  281. package/Components/JsonConfigComponent/ConfigObjectId.js +0 -167
  282. package/Components/JsonConfigComponent/ConfigObjectId.js.map +0 -1
  283. package/Components/JsonConfigComponent/ConfigPanel.d.ts +0 -3
  284. package/Components/JsonConfigComponent/ConfigPanel.js +0 -396
  285. package/Components/JsonConfigComponent/ConfigPanel.js.map +0 -1
  286. package/Components/JsonConfigComponent/ConfigPassword.d.ts +0 -14
  287. package/Components/JsonConfigComponent/ConfigPassword.js +0 -193
  288. package/Components/JsonConfigComponent/ConfigPassword.js.map +0 -1
  289. package/Components/JsonConfigComponent/ConfigPattern.d.ts +0 -21
  290. package/Components/JsonConfigComponent/ConfigPattern.js +0 -65
  291. package/Components/JsonConfigComponent/ConfigPattern.js.map +0 -1
  292. package/Components/JsonConfigComponent/ConfigPort.d.ts +0 -3
  293. package/Components/JsonConfigComponent/ConfigPort.js +0 -176
  294. package/Components/JsonConfigComponent/ConfigRoom.d.ts +0 -14
  295. package/Components/JsonConfigComponent/ConfigRoom.js +0 -124
  296. package/Components/JsonConfigComponent/ConfigRoom.js.map +0 -1
  297. package/Components/JsonConfigComponent/ConfigSelect.d.ts +0 -14
  298. package/Components/JsonConfigComponent/ConfigSelect.js +0 -159
  299. package/Components/JsonConfigComponent/ConfigSelect.js.map +0 -1
  300. package/Components/JsonConfigComponent/ConfigSelectSendTo.d.ts +0 -17
  301. package/Components/JsonConfigComponent/ConfigSelectSendTo.js +0 -272
  302. package/Components/JsonConfigComponent/ConfigSelectSendTo.js.map +0 -1
  303. package/Components/JsonConfigComponent/ConfigSendto.d.ts +0 -24
  304. package/Components/JsonConfigComponent/ConfigSendto.js +0 -294
  305. package/Components/JsonConfigComponent/ConfigSendto.js.map +0 -1
  306. package/Components/JsonConfigComponent/ConfigSetState.d.ts +0 -18
  307. package/Components/JsonConfigComponent/ConfigSetState.js +0 -185
  308. package/Components/JsonConfigComponent/ConfigSetState.js.map +0 -1
  309. package/Components/JsonConfigComponent/ConfigSlider.d.ts +0 -14
  310. package/Components/JsonConfigComponent/ConfigSlider.js +0 -119
  311. package/Components/JsonConfigComponent/ConfigSlider.js.map +0 -1
  312. package/Components/JsonConfigComponent/ConfigStaticDivider.d.ts +0 -14
  313. package/Components/JsonConfigComponent/ConfigStaticDivider.js +0 -68
  314. package/Components/JsonConfigComponent/ConfigStaticDivider.js.map +0 -1
  315. package/Components/JsonConfigComponent/ConfigStaticHeader.d.ts +0 -14
  316. package/Components/JsonConfigComponent/ConfigStaticHeader.js +0 -81
  317. package/Components/JsonConfigComponent/ConfigStaticHeader.js.map +0 -1
  318. package/Components/JsonConfigComponent/ConfigStaticImage.d.ts +0 -14
  319. package/Components/JsonConfigComponent/ConfigStaticImage.js +0 -71
  320. package/Components/JsonConfigComponent/ConfigStaticImage.js.map +0 -1
  321. package/Components/JsonConfigComponent/ConfigStaticText.d.ts +0 -14
  322. package/Components/JsonConfigComponent/ConfigStaticText.js +0 -88
  323. package/Components/JsonConfigComponent/ConfigStaticText.js.map +0 -1
  324. package/Components/JsonConfigComponent/ConfigTable.d.ts +0 -3
  325. package/Components/JsonConfigComponent/ConfigTable.js +0 -1064
  326. package/Components/JsonConfigComponent/ConfigTable.js.map +0 -1
  327. package/Components/JsonConfigComponent/ConfigTabs.d.ts +0 -34
  328. package/Components/JsonConfigComponent/ConfigTabs.js +0 -162
  329. package/Components/JsonConfigComponent/ConfigTabs.js.map +0 -1
  330. package/Components/JsonConfigComponent/ConfigText.d.ts +0 -14
  331. package/Components/JsonConfigComponent/ConfigText.js +0 -226
  332. package/Components/JsonConfigComponent/ConfigText.js.map +0 -1
  333. package/Components/JsonConfigComponent/ConfigTextSendTo.d.ts +0 -10
  334. package/Components/JsonConfigComponent/ConfigTextSendTo.js +0 -129
  335. package/Components/JsonConfigComponent/ConfigTextSendTo.js.map +0 -1
  336. package/Components/JsonConfigComponent/ConfigTimePicker.d.ts +0 -14
  337. package/Components/JsonConfigComponent/ConfigTimePicker.js +0 -85
  338. package/Components/JsonConfigComponent/ConfigTimePicker.js.map +0 -1
  339. package/Components/JsonConfigComponent/ConfigTopic.d.ts +0 -17
  340. package/Components/JsonConfigComponent/ConfigTopic.js +0 -110
  341. package/Components/JsonConfigComponent/ConfigTopic.js.map +0 -1
  342. package/Components/JsonConfigComponent/ConfigUUID.d.ts +0 -15
  343. package/Components/JsonConfigComponent/ConfigUUID.js +0 -95
  344. package/Components/JsonConfigComponent/ConfigUUID.js.map +0 -1
  345. package/Components/JsonConfigComponent/ConfigUser.d.ts +0 -14
  346. package/Components/JsonConfigComponent/ConfigUser.js +0 -142
  347. package/Components/JsonConfigComponent/ConfigUser.js.map +0 -1
  348. package/Components/JsonConfigComponent/DeviceManager/Communication.d.ts +0 -63
  349. package/Components/JsonConfigComponent/DeviceManager/Communication.js +0 -268
  350. package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.d.ts +0 -11
  351. package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.js +0 -15
  352. package/Components/JsonConfigComponent/DeviceManager/DeviceCard.d.ts +0 -53
  353. package/Components/JsonConfigComponent/DeviceManager/DeviceCard.js +0 -340
  354. package/Components/JsonConfigComponent/DeviceManager/DeviceControl.d.ts +0 -45
  355. package/Components/JsonConfigComponent/DeviceManager/DeviceControl.js +0 -146
  356. package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.d.ts +0 -12
  357. package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.js +0 -69
  358. package/Components/JsonConfigComponent/DeviceManager/DeviceList.d.ts +0 -51
  359. package/Components/JsonConfigComponent/DeviceManager/DeviceList.js +0 -226
  360. package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.d.ts +0 -13
  361. package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.js +0 -111
  362. package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.d.ts +0 -7
  363. package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.js +0 -16
  364. package/Components/JsonConfigComponent/DeviceManager/JsonConfig.d.ts +0 -11
  365. package/Components/JsonConfigComponent/DeviceManager/JsonConfig.js +0 -94
  366. package/Components/JsonConfigComponent/DeviceManager/TooltipButton.d.ts +0 -10
  367. package/Components/JsonConfigComponent/DeviceManager/TooltipButton.js +0 -22
  368. package/Components/JsonConfigComponent/DeviceManager/Utils.d.ts +0 -12
  369. package/Components/JsonConfigComponent/DeviceManager/Utils.js +0 -158
  370. package/Components/JsonConfigComponent/DeviceManager/i18n/de.json +0 -21
  371. package/Components/JsonConfigComponent/DeviceManager/i18n/en.json +0 -21
  372. package/Components/JsonConfigComponent/DeviceManager/i18n/es.json +0 -21
  373. package/Components/JsonConfigComponent/DeviceManager/i18n/fr.json +0 -21
  374. package/Components/JsonConfigComponent/DeviceManager/i18n/i18n.d.ts +0 -26
  375. package/Components/JsonConfigComponent/DeviceManager/i18n/it.json +0 -21
  376. package/Components/JsonConfigComponent/DeviceManager/i18n/nl.json +0 -21
  377. package/Components/JsonConfigComponent/DeviceManager/i18n/pl.json +0 -21
  378. package/Components/JsonConfigComponent/DeviceManager/i18n/pt.json +0 -21
  379. package/Components/JsonConfigComponent/DeviceManager/i18n/ru.json +0 -21
  380. package/Components/JsonConfigComponent/DeviceManager/i18n/uk.json +0 -21
  381. package/Components/JsonConfigComponent/DeviceManager/i18n/zh-cn.json +0 -21
  382. package/Components/JsonConfigComponent/DeviceManager/index.d.ts +0 -2
  383. package/Components/JsonConfigComponent/DeviceManager/index.js +0 -10
  384. package/Components/JsonConfigComponent/DeviceManager/index.js.map +0 -1
  385. package/Components/JsonConfigComponent/Utils.d.ts +0 -9
  386. package/Components/JsonConfigComponent/Utils.js +0 -13
  387. package/Components/JsonConfigComponent/index.d.ts +0 -26
  388. package/Components/JsonConfigComponent/index.js +0 -520
  389. package/Components/JsonConfigComponent/index.js.map +0 -1
  390. package/Components/JsonConfigComponent/wrapper/AdminConnection.d.ts +0 -2
  391. package/Components/JsonConfigComponent/wrapper/AdminConnection.js +0 -7
  392. package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.d.ts +0 -2
  393. package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js +0 -10
  394. package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js.map +0 -1
  395. package/Components/JsonConfigComponent/wrapper/Components/Icon.d.ts +0 -2
  396. package/Components/JsonConfigComponent/wrapper/Components/Icon.js +0 -10
  397. package/Components/JsonConfigComponent/wrapper/Components/Icon.js.map +0 -1
  398. package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.d.ts +0 -2
  399. package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js +0 -10
  400. package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js.map +0 -1
  401. package/Components/JsonConfigComponent/wrapper/Components/UploadImage.d.ts +0 -2
  402. package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js +0 -10
  403. package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js.map +0 -1
  404. package/Components/JsonConfigComponent/wrapper/Components/Utils.d.ts +0 -2
  405. package/Components/JsonConfigComponent/wrapper/Components/Utils.js +0 -10
  406. package/Components/JsonConfigComponent/wrapper/Components/Utils.js.map +0 -1
  407. package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.d.ts +0 -2
  408. package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js +0 -10
  409. package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js.map +0 -1
  410. package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.d.ts +0 -2
  411. package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js +0 -10
  412. package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js.map +0 -1
  413. package/Components/JsonConfigComponent/wrapper/Dialogs/Error.d.ts +0 -2
  414. package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js +0 -10
  415. package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js.map +0 -1
  416. package/Components/JsonConfigComponent/wrapper/Dialogs/Message.d.ts +0 -2
  417. package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js +0 -10
  418. package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js.map +0 -1
  419. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.d.ts +0 -2
  420. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js +0 -10
  421. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js.map +0 -1
  422. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.d.ts +0 -2
  423. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js +0 -10
  424. package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js.map +0 -1
  425. package/Components/JsonConfigComponent/wrapper/i18n.d.ts +0 -2
  426. package/Components/JsonConfigComponent/wrapper/i18n.js +0 -10
  427. package/Components/JsonConfigComponent/wrapper/i18n.js.map +0 -1
  428. package/Components/JsonConfigComponent/wrapper/icons/IconCopy.d.ts +0 -2
  429. package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js +0 -10
  430. package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js.map +0 -1
  431. package/Components/Loader.js.map +0 -1
  432. package/Components/Loaders/PT.js.map +0 -1
  433. package/Components/Loaders/Vendor.js.map +0 -1
  434. package/Components/Logo.js.map +0 -1
  435. package/Components/MDUtils.js.map +0 -1
  436. package/Components/Router.js.map +0 -1
  437. package/Components/SaveCloseButtons.js.map +0 -1
  438. package/Components/Schedule.js.map +0 -1
  439. package/Components/SelectWithIcon.js.map +0 -1
  440. package/Components/SimpleCron/cron2text.js.map +0 -1
  441. package/Components/SimpleCron/cronText.js.map +0 -1
  442. package/Components/SimpleCron/index.js.map +0 -1
  443. package/Components/SimpleCron/jquery.cron.locale.js.map +0 -1
  444. package/Components/TabContainer.js.map +0 -1
  445. package/Components/TabContent.js.map +0 -1
  446. package/Components/TabHeader.js.map +0 -1
  447. package/Components/TableResize.js.map +0 -1
  448. package/Components/TextWithIcon.js.map +0 -1
  449. package/Components/ToggleThemeMenu.js.map +0 -1
  450. package/Components/UploadImage.js.map +0 -1
  451. package/Components/Utils.js.map +0 -1
  452. package/Components/copy-to-clipboard.d.ts +0 -13
  453. package/Components/copy-to-clipboard.js +0 -156
  454. package/Components/copy-to-clipboard.js.map +0 -1
  455. package/Dialogs/ComplexCron.js.map +0 -1
  456. package/Dialogs/Confirm.js.map +0 -1
  457. package/Dialogs/Cron.js.map +0 -1
  458. package/Dialogs/Error.js.map +0 -1
  459. package/Dialogs/Message.js.map +0 -1
  460. package/Dialogs/SelectFile.js.map +0 -1
  461. package/Dialogs/SelectID.js.map +0 -1
  462. package/Dialogs/SimpleCron.js.map +0 -1
  463. package/Dialogs/TextInput.js.map +0 -1
  464. package/GenericApp.js.map +0 -1
  465. package/LegacyConnection.js.map +0 -1
  466. package/Prompt.js.map +0 -1
  467. package/Theme.js.map +0 -1
  468. package/i18n.js.map +0 -1
  469. package/icons/IconExpert.js.map +0 -1
@@ -1,63 +1,63 @@
1
- EN RU DE FR IT NL PL PT ES ZH-CN
2
- Hoods Вытяжки Abzugshauben Capots Cappe Hoods Okapy Hoods Campanas 抽油烟机
3
- Alarm Systems Системы Сигнализации Alarmanlagen Systèmes D'Alarme Sistemi Di Allarme Alarm Systems Systemy Alarmowe Sistemas De Alarme Sistemas De Alarma 报警系统
4
- Battery Status Заряд Батареи Batteriestatus État De La Batterie Stato Della Batteria Batterij Status Stan Baterii Estado Da Bateria Estado De La Batería 电池状态
5
- Lightings Светильники Beleuchtungen Éclairages Illuminazione Verlichting Oprawy Oświetleniowe Iluminações Iluminaciones 照明
6
- Shading Затенение Beschattungen Ombres Ombreggiatura Shading Zacienienie Shading Sombreado 底纹
7
- Irrigation Орошение Bewässerung Irrigation Irrigazione Irrigatie Nawadnianie Irrigação Irrigación 灌溉
8
- Iron Утюг Bügeleisen Le Fer Ferro Ijzer Żelazo Ferro Hierro 铁
9
- Computer Компьютер Computer L'Ordinateur Computer Computer Komputer Computador Ordenador 电脑
10
- Ceiling Spotlights Потолочные Прожекторы Deckenspots Plafond Spotlights Faretti A Soffitto Plafond Spotlights Reflektory Sufitowe Tecto Focos Focos De Techo 天花射灯
11
- Handle Ручка Drücker Manipuler Maniglia Handvat Uchwyt Lidar Com Resolver 处理
12
- Power Consumption Потребляемая Мощность Energieverbrauch Consommation D'Énergie Consumo Di Energia Energieverbruik Pobór Energii Consumo De Energia El Consumo De Energía 能量消耗
13
- Window Окно Fenster La Fenêtre Finestra Venster Okno Janela Ventana 窗户
14
- Garage Doors Гаражные Ворота Garagentore Portes De Garage Garage Doors Garage Doors Bramy Garażowe Portas De Garagem Las Puertas De Garaje 车库门
15
- Hairdryer Фен Haartrockner Sèche-Cheveux Asciugacapelli Haardroger Suszarka Do Włosów Secador De Cabelo Secador De Pelo 电吹风
16
- Hanging Lamps Подвесные Светильники Hängelampen Lampes Suspendues Lampade A Sospensione Opknoping Lampen Lampy Wiszące Lâmpadas De Suspensão Lámparas Colgantes 挂灯
17
- Doorstep Порог Haustüre Seuil De Porte Gradino Della Porta Drempel Próg Porta Peldaño 门阶
18
- Hot Water Горячая Вода Heißwasser Eau Chaude Acqua Calda Heet Water Gorąca Woda Água Quente Agua Caliente 热水
19
- Heater Подогреватель Heizung Chauffe-Eau Riscaldatore Verwarmer Podgrzewacz Aquecedor Calentador 加热器
20
- Stove Печь Herd Le Fourneau Stufa Fornuis Kuchenka Forno Cocina 火炉
21
- Louvre Жалюзийное Отверстие Jalousie Persienne Persiana Di Ventilazione Louvre Żaluzja Trapeira Lumbrera 卢浮宫
22
- Coffee Makers Кофеварки Kaffemaschinen Cafetières Macchine Da Caffè Koffie Makers Ekspresy Do Kawy Cafeteiras Cafeteras 咖啡壶
23
- Cold Water Холодная Вода Kaltwasser Eau Froide Acqua Fredda Koud Water Zimna Woda Água Fria Agua Fría 冷水
24
- Climate Климат Klima Climat Clima Klimaat Klimat Clima Clima 气候
25
- Speaker Оратор Lautsprecher Orateur Altoparlante Spreker Głośnik Palestrante Altavoz 扬声器
26
- Led Strip Светодиодная Полоса LED Leiste Led Strip Led Strip Loden Strip Pasek Ledowy Led Faixa Tira Llevada 灯带
27
- Light Свет Licht Lumière Leggero Licht Lekki Luz Luz 光
28
- Fan Поклонник Lüfter Ventilateur Fan Ventilator Wentylator Ventilador Ventilador 扇子
29
- Humidity Влажность Luftfeuchtigkeit Humidité Umidità Vochtigheid Wilgotność Umidade Humedad 湿度
30
- Ventilation Вентиляция Lüftung Ventilation Ventilazione Ventilatie Wentylacja Ventilação Ventilación 通风
31
- Chandelier Люстра Luster Lustre Lampadario Kroonluchter Żyrandol Lustre Candelabro 枝形吊灯
32
- Awnings Тенты Markisen Auvents Tende Luifels Okrycia Toldos Toldos 遮阳篷
33
- Music Музыка Musik Musique Musica Muziek Muzyka Música Música 音乐
34
- People Люди Personen Gens Persone Mensen Ludzie Pessoas Personas 人们
35
- Pool Бассейн Pool Piscine Piscina Zwembad Basen Piscina Piscina 水池
36
- Pump Насос Pumpen Pompe Pompa Pomp Pompa Bombear Bomba 泵
37
- Outdoor Blinds Открытый Жалюзи Raffstoren Volets Tende Da Esterni Outdoor Blinds Rolety Zewnętrzne Estores Exteriores Persianas Exteriores 室外百叶窗
38
- Mowing Machine Стрижка Машина Rasenmäher Machine De Fauchage Macchina Di Falciatura Maaimachine Kosiarka Roçada Máquina Segadora 割草机
39
- Receiver Приемник Receiver Destinataire Ricevitore Ontvanger Odbiorca Recebedor Receptor 接收者
40
- Computer Компьютер Rechner L'Ordinateur Computer Computer Komputer Computador Ordenador 电脑
41
- Shutters Ставни Rollladen Volets Persiane Shutters Żaluzje Persianas Persianas 百叶窗
42
- Lock Замок Schloß Fermer À Clé Serratura Slot Zamek Trancar Cerrar Con Llave 锁
43
- Security Безопасность Sicherheit Sécurité Sicurezza Veiligheid Bezpieczeństwo Segurança Seguridad 安全
44
- Dishwashers Посудомоечные Spülmaschinen Lave-Vaisselles Lavastoviglie Vaatwassers Zmywarki Máquinas De Lavar Louça Lavaplatos 洗碗机
45
- Vacuum Cleaner Пылесос Staubsauger Aspirateur Aspirapolvere Stofzuiger Odkurzacz Aspirador De Pó Aspiradora 吸尘器
46
- Sockets Розетки Steckdosen Prises Sockets Sockets Gniazdka Tomadas Zócalos 套接字
47
- Floor Lamps Торшеры Stehlampen Lampes Pour Plancher Lampade A Stelo Vloerlampen Lampy Podłogowe Lâmpadas Chão Lámparas De Pie 落地灯
48
- Power Consumption Потребляемая Мощность Stromverbrauch Consommation D'Énergie Consumo Di Energia Energieverbruik Pobór Energii Consumo De Energia El Consumo De Energía 能量消耗
49
- Temperature Sensors Температурные Датчики Temperatur-Sensoren Capteurs De Température Sensori Di Temperatura Temperatuursensoren Czujniki Temperatury Sensores De Temperatura Sensores De Temperatura 温度传感器
50
- Table Lamps Настольные Лампы Tischlampen Lampe De Chevet Lampade Da Tavolo Tafellampen Lampy Stołowe Lâmpadas De Mesa Lámparas De Mesa 台灯
51
- Gates Ворота Tore Portes Gates Gates Bramy Portões Puertas 盖茨
52
- Dryer Сушилка Trockner Séchoir Asciugatrice Droger Suszarka Secador Secadora 烘干机
53
- Doors Двери Türen Des Portes Porte Deuren Drzwi Portas Puertas 门
54
- Tv Телевизор TV La Télé Tv Tv Telewizja Televisão Televisor 电视
55
- Consumption Потребление Verbrauch Consommation Consumo Consumptie Konsumpcja Consumo Consumo 消费
56
- Amplifier Усилитель Звука Verstärker Amplificateur Amplificatore Versterker Wzmacniacz Amplificador Amplificador 放大器
57
- Curtains Шторы Vorhänge Des Rideaux Le Tende Gordijnen Zasłony Cortinas Cortinas 窗帘
58
- Sconces Sconces Wandlampen Sconces Sconces Sconces Kinkiety Arandelas Los Apliques 壁灯
59
- Washing Machines Стиральные Машины Waschmaschinen Machines À Laver Lavatrici Wasmachines Pralki Máquinas De Lavar Roupas Lavadoras 洗衣机
60
- Water Воды Wasser L'Eau Acqua Water Woda Água Agua 水
61
- Water Heater Нагреватель Воды Wasserkocher Chauffe-Eau Scaldabagno Waterkoker Podgrzewacz Wody Aquecedor De Água Calentador De Agua 热水器
62
- Water Consumption Потребление Воды Wasserverbrauch Consommation D'Eau Consumo D'Acqua Waterverbruik Konsumpcja Wody Consumo De Água Consumo De Agua 耗水量
1
+ EN RU DE FR IT NL PL PT ES ZH-CN
2
+ Hoods Вытяжки Abzugshauben Capots Cappe Hoods Okapy Hoods Campanas 抽油烟机
3
+ Alarm Systems Системы Сигнализации Alarmanlagen Systèmes D'Alarme Sistemi Di Allarme Alarm Systems Systemy Alarmowe Sistemas De Alarme Sistemas De Alarma 报警系统
4
+ Battery Status Заряд Батареи Batteriestatus État De La Batterie Stato Della Batteria Batterij Status Stan Baterii Estado Da Bateria Estado De La Batería 电池状态
5
+ Lightings Светильники Beleuchtungen Éclairages Illuminazione Verlichting Oprawy Oświetleniowe Iluminações Iluminaciones 照明
6
+ Shading Затенение Beschattungen Ombres Ombreggiatura Shading Zacienienie Shading Sombreado 底纹
7
+ Irrigation Орошение Bewässerung Irrigation Irrigazione Irrigatie Nawadnianie Irrigação Irrigación 灌溉
8
+ Iron Утюг Bügeleisen Le Fer Ferro Ijzer Żelazo Ferro Hierro 铁
9
+ Computer Компьютер Computer L'Ordinateur Computer Computer Komputer Computador Ordenador 电脑
10
+ Ceiling Spotlights Потолочные Прожекторы Deckenspots Plafond Spotlights Faretti A Soffitto Plafond Spotlights Reflektory Sufitowe Tecto Focos Focos De Techo 天花射灯
11
+ Handle Ручка Drücker Manipuler Maniglia Handvat Uchwyt Lidar Com Resolver 处理
12
+ Power Consumption Потребляемая Мощность Energieverbrauch Consommation D'Énergie Consumo Di Energia Energieverbruik Pobór Energii Consumo De Energia El Consumo De Energía 能量消耗
13
+ Window Окно Fenster La Fenêtre Finestra Venster Okno Janela Ventana 窗户
14
+ Garage Doors Гаражные Ворота Garagentore Portes De Garage Garage Doors Garage Doors Bramy Garażowe Portas De Garagem Las Puertas De Garaje 车库门
15
+ Hairdryer Фен Haartrockner Sèche-Cheveux Asciugacapelli Haardroger Suszarka Do Włosów Secador De Cabelo Secador De Pelo 电吹风
16
+ Hanging Lamps Подвесные Светильники Hängelampen Lampes Suspendues Lampade A Sospensione Opknoping Lampen Lampy Wiszące Lâmpadas De Suspensão Lámparas Colgantes 挂灯
17
+ Doorstep Порог Haustüre Seuil De Porte Gradino Della Porta Drempel Próg Porta Peldaño 门阶
18
+ Hot Water Горячая Вода Heißwasser Eau Chaude Acqua Calda Heet Water Gorąca Woda Água Quente Agua Caliente 热水
19
+ Heater Подогреватель Heizung Chauffe-Eau Riscaldatore Verwarmer Podgrzewacz Aquecedor Calentador 加热器
20
+ Stove Печь Herd Le Fourneau Stufa Fornuis Kuchenka Forno Cocina 火炉
21
+ Louvre Жалюзийное Отверстие Jalousie Persienne Persiana Di Ventilazione Louvre Żaluzja Trapeira Lumbrera 卢浮宫
22
+ Coffee Makers Кофеварки Kaffemaschinen Cafetières Macchine Da Caffè Koffie Makers Ekspresy Do Kawy Cafeteiras Cafeteras 咖啡壶
23
+ Cold Water Холодная Вода Kaltwasser Eau Froide Acqua Fredda Koud Water Zimna Woda Água Fria Agua Fría 冷水
24
+ Climate Климат Klima Climat Clima Klimaat Klimat Clima Clima 气候
25
+ Speaker Оратор Lautsprecher Orateur Altoparlante Spreker Głośnik Palestrante Altavoz 扬声器
26
+ Led Strip Светодиодная Полоса LED Leiste Led Strip Led Strip Loden Strip Pasek Ledowy Led Faixa Tira Llevada 灯带
27
+ Light Свет Licht Lumière Leggero Licht Lekki Luz Luz 光
28
+ Fan Поклонник Lüfter Ventilateur Fan Ventilator Wentylator Ventilador Ventilador 扇子
29
+ Humidity Влажность Luftfeuchtigkeit Humidité Umidità Vochtigheid Wilgotność Umidade Humedad 湿度
30
+ Ventilation Вентиляция Lüftung Ventilation Ventilazione Ventilatie Wentylacja Ventilação Ventilación 通风
31
+ Chandelier Люстра Luster Lustre Lampadario Kroonluchter Żyrandol Lustre Candelabro 枝形吊灯
32
+ Awnings Тенты Markisen Auvents Tende Luifels Okrycia Toldos Toldos 遮阳篷
33
+ Music Музыка Musik Musique Musica Muziek Muzyka Música Música 音乐
34
+ People Люди Personen Gens Persone Mensen Ludzie Pessoas Personas 人们
35
+ Pool Бассейн Pool Piscine Piscina Zwembad Basen Piscina Piscina 水池
36
+ Pump Насос Pumpen Pompe Pompa Pomp Pompa Bombear Bomba 泵
37
+ Outdoor Blinds Открытый Жалюзи Raffstoren Volets Tende Da Esterni Outdoor Blinds Rolety Zewnętrzne Estores Exteriores Persianas Exteriores 室外百叶窗
38
+ Mowing Machine Стрижка Машина Rasenmäher Machine De Fauchage Macchina Di Falciatura Maaimachine Kosiarka Roçada Máquina Segadora 割草机
39
+ Receiver Приемник Receiver Destinataire Ricevitore Ontvanger Odbiorca Recebedor Receptor 接收者
40
+ Computer Компьютер Rechner L'Ordinateur Computer Computer Komputer Computador Ordenador 电脑
41
+ Shutters Ставни Rollladen Volets Persiane Shutters Żaluzje Persianas Persianas 百叶窗
42
+ Lock Замок Schloß Fermer À Clé Serratura Slot Zamek Trancar Cerrar Con Llave 锁
43
+ Security Безопасность Sicherheit Sécurité Sicurezza Veiligheid Bezpieczeństwo Segurança Seguridad 安全
44
+ Dishwashers Посудомоечные Spülmaschinen Lave-Vaisselles Lavastoviglie Vaatwassers Zmywarki Máquinas De Lavar Louça Lavaplatos 洗碗机
45
+ Vacuum Cleaner Пылесос Staubsauger Aspirateur Aspirapolvere Stofzuiger Odkurzacz Aspirador De Pó Aspiradora 吸尘器
46
+ Sockets Розетки Steckdosen Prises Sockets Sockets Gniazdka Tomadas Zócalos 套接字
47
+ Floor Lamps Торшеры Stehlampen Lampes Pour Plancher Lampade A Stelo Vloerlampen Lampy Podłogowe Lâmpadas Chão Lámparas De Pie 落地灯
48
+ Power Consumption Потребляемая Мощность Stromverbrauch Consommation D'Énergie Consumo Di Energia Energieverbruik Pobór Energii Consumo De Energia El Consumo De Energía 能量消耗
49
+ Temperature Sensors Температурные Датчики Temperatur-Sensoren Capteurs De Température Sensori Di Temperatura Temperatuursensoren Czujniki Temperatury Sensores De Temperatura Sensores De Temperatura 温度传感器
50
+ Table Lamps Настольные Лампы Tischlampen Lampe De Chevet Lampade Da Tavolo Tafellampen Lampy Stołowe Lâmpadas De Mesa Lámparas De Mesa 台灯
51
+ Gates Ворота Tore Portes Gates Gates Bramy Portões Puertas 盖茨
52
+ Dryer Сушилка Trockner Séchoir Asciugatrice Droger Suszarka Secador Secadora 烘干机
53
+ Doors Двери Türen Des Portes Porte Deuren Drzwi Portas Puertas 门
54
+ Tv Телевизор TV La Télé Tv Tv Telewizja Televisão Televisor 电视
55
+ Consumption Потребление Verbrauch Consommation Consumo Consumptie Konsumpcja Consumo Consumo 消费
56
+ Amplifier Усилитель Звука Verstärker Amplificateur Amplificatore Versterker Wzmacniacz Amplificador Amplificador 放大器
57
+ Curtains Шторы Vorhänge Des Rideaux Le Tende Gordijnen Zasłony Cortinas Cortinas 窗帘
58
+ Sconces Sconces Wandlampen Sconces Sconces Sconces Kinkiety Arandelas Los Apliques 壁灯
59
+ Washing Machines Стиральные Машины Waschmaschinen Machines À Laver Lavatrici Wasmachines Pralki Máquinas De Lavar Roupas Lavadoras 洗衣机
60
+ Water Воды Wasser L'Eau Acqua Water Woda Água Agua 水
61
+ Water Heater Нагреватель Воды Wasserkocher Chauffe-Eau Scaldabagno Waterkoker Podgrzewacz Wody Aquecedor De Água Calentador De Agua 热水器
62
+ Water Consumption Потребление Воды Wasserverbrauch Consommation D'Eau Consumo D'Acqua Waterverbruik Konsumpcja Wody Consumo De Água Consumo De Agua 耗水量
63
63
  Weather Погода Wetter La Météo Tempo Metereologico Weer Pogoda Clima Tiempo 天气
@@ -1,34 +1,34 @@
1
- // this is service script that extracts names from names.txt and places them into list.json
2
- /*
3
- const fs = require('fs');
4
-
5
- function readTxt(fileName) {
6
- const text = fs.readFileSync(fileName).toString('utf8');
7
- const lines = text.split('\n');
8
- const langs = lines.shift().split('\t').map(l => l.toLowerCase().trim());
9
-
10
- const result = {};
11
- lines.forEach(line => {
12
- const words = line.split('\t').map(w => w.trim());
13
- const word = {};
14
- result[words[0]] = word;
15
- langs.forEach((lang, i) => {
16
- word[lang] = words[i];
17
- });
18
- });
19
- return result;
20
- }
21
-
22
- function mergeTexts(jsonFileName, words) {
23
- const file = require(jsonFileName);
24
- file.forEach(item => {
25
- if (typeof item.name === 'string' && words[item.name]) {
26
- item.name = words[item.name];
27
- }
28
- });
29
- fs.writeFileSync(jsonFileName, JSON.stringify(file, null, 2));
30
- }
31
-
32
- const words = readTxt(__dirname + '/names.txt');
33
- mergeTexts(__dirname + '/list.json', words);
34
- */
1
+ // this is service script that extracts names from names.txt and places them into list.json
2
+ /*
3
+ const fs = require('fs');
4
+
5
+ function readTxt(fileName) {
6
+ const text = fs.readFileSync(fileName).toString('utf8');
7
+ const lines = text.split('\n');
8
+ const langs = lines.shift().split('\t').map(l => l.toLowerCase().trim());
9
+
10
+ const result = {};
11
+ lines.forEach(line => {
12
+ const words = line.split('\t').map(w => w.trim());
13
+ const word = {};
14
+ result[words[0]] = word;
15
+ langs.forEach((lang, i) => {
16
+ word[lang] = words[i];
17
+ });
18
+ });
19
+ return result;
20
+ }
21
+
22
+ function mergeTexts(jsonFileName, words) {
23
+ const file = require(jsonFileName);
24
+ file.forEach(item => {
25
+ if (typeof item.name === 'string' && words[item.name]) {
26
+ item.name = words[item.name];
27
+ }
28
+ });
29
+ fs.writeFileSync(jsonFileName, JSON.stringify(file, null, 2));
30
+ }
31
+
32
+ const words = readTxt(__dirname + '/names.txt');
33
+ mergeTexts(__dirname + '/list.json', words);
34
+ */
@@ -1,9 +1,9 @@
1
- <svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512"
2
- xmlns="http://www.w3.org/2000/svg">
3
- <g fill="currentColor">
4
- <path d="m303.685 126.792c20.68-110.795 19.315-102.85 19.315-104.869 0-12.498-11.608-21.923-27-21.923h-80c-18.263 0-28.952 12.827-26.746 24.675l19.06 102.117c-88.015 21.711-151.314 100.757-151.314 193.208 0 8.284 6.716 15 15 15h82.096c7.284 49.71 50.204 88 101.904 88 51.699 0 94.619-38.29 101.904-88 .141 0 82.276 0 82.119 0 8.267-.013 14.964-6.71 14.977-14.977.14-91.37-62.395-171.297-151.315-193.231zm-65.934-5.792-16.985-91h70.467l-16.985 91zm152.231 96h-267.965c67.563-87.839 200.23-88.062 267.965 0zm-133.982 176c-35.113 0-64.515-24.918-71.451-58h142.902c-6.936 33.082-36.339 58-71.451 58zm-168.333-88c1.793-20.136 7.18-39.841 15.873-58h304.918c8.693 18.159 14.08 37.864 15.873 58-15.201 0-321.28 0-336.664 0z"/>
5
- <path d="m256 457c-8.284 0-15 6.716-15 15v25c0 8.284 6.716 15 15 15s15-6.716 15-15v-25c0-8.284-6.716-15-15-15z"/>
6
- <path d="m353.47 436.146c-3.076-7.691-11.802-11.434-19.498-8.355-7.691 3.077-11.433 11.807-8.355 19.498l8.914 22.283c2.346 5.865 7.979 9.433 13.932 9.433 10.541 0 17.876-10.691 13.922-20.575z"/>
7
- <path d="m178.027 427.79c-7.692-3.079-16.421.665-19.498 8.356l-8.913 22.283c-3.948 9.869 3.361 20.574 13.922 20.574 5.953 0 11.586-3.568 13.932-9.434l8.913-22.283c3.077-7.69-.664-16.42-8.356-19.496z"/>
8
- </g>
1
+ <svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512"
2
+ xmlns="http://www.w3.org/2000/svg">
3
+ <g fill="currentColor">
4
+ <path d="m303.685 126.792c20.68-110.795 19.315-102.85 19.315-104.869 0-12.498-11.608-21.923-27-21.923h-80c-18.263 0-28.952 12.827-26.746 24.675l19.06 102.117c-88.015 21.711-151.314 100.757-151.314 193.208 0 8.284 6.716 15 15 15h82.096c7.284 49.71 50.204 88 101.904 88 51.699 0 94.619-38.29 101.904-88 .141 0 82.276 0 82.119 0 8.267-.013 14.964-6.71 14.977-14.977.14-91.37-62.395-171.297-151.315-193.231zm-65.934-5.792-16.985-91h70.467l-16.985 91zm152.231 96h-267.965c67.563-87.839 200.23-88.062 267.965 0zm-133.982 176c-35.113 0-64.515-24.918-71.451-58h142.902c-6.936 33.082-36.339 58-71.451 58zm-168.333-88c1.793-20.136 7.18-39.841 15.873-58h304.918c8.693 18.159 14.08 37.864 15.873 58-15.201 0-321.28 0-336.664 0z"/>
5
+ <path d="m256 457c-8.284 0-15 6.716-15 15v25c0 8.284 6.716 15 15 15s15-6.716 15-15v-25c0-8.284-6.716-15-15-15z"/>
6
+ <path d="m353.47 436.146c-3.076-7.691-11.802-11.434-19.498-8.355-7.691 3.077-11.433 11.807-8.355 19.498l8.914 22.283c2.346 5.865 7.979 9.433 13.932 9.433 10.541 0 17.876-10.691 13.922-20.575z"/>
7
+ <path d="m178.027 427.79c-7.692-3.079-16.421.665-19.498 8.356l-8.913 22.283c-3.948 9.869 3.361 20.574 13.922 20.574 5.953 0 11.586-3.568 13.932-9.434l8.913-22.283c3.077-7.69-.664-16.42-8.356-19.496z"/>
8
+ </g>
9
9
  </svg>
@@ -1,8 +1,8 @@
1
- <svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512"
2
- xmlns="http://www.w3.org/2000/svg">
3
- <g fill="currentColor">
4
- <path d="m436 212h-135v-50h65c4.929 0 9.543-2.421 12.343-6.477 2.801-4.056 3.431-9.228 1.685-13.837l-50-132c-2.209-5.83-7.794-9.686-14.028-9.686h-120c-6.234 0-11.819 3.856-14.027 9.687l-50 132c-1.746 4.609-1.116 9.781 1.685 13.837 2.8 4.056 7.414 6.477 12.343 6.477h65v50h-135.001c-8.284 0-15 6.716-15 15s6.716 15 15 15h5v225c0 8.284 6.716 15 15 15h15v15c0 8.284 6.716 15 15 15s15-6.716 15-15v-15h230v15c0 8.284 6.716 15 15 15s15-6.716 15-15v-15h15c8.284 0 15-6.716 15-15v-225.001h5c8.284 0 15-6.716 15-15s-6.716-15-15-15zm-186.775-182h13.55l12.879 102h-39.308zm95.053 102h-38.386l-12.879-102h12.628zm-137.92-102h12.629l-12.879 102h-38.386zm34.642 132h30v50h-30zm160 290h-290v-90h290zm0-120h-290v-90h290z"/>
5
- <path d="m226 272c-8.284 0-15 6.716-15 15s6.716 15 15 15h60c8.284 0 15-6.716 15-15s-6.716-15-15-15z"/>
6
- <path d="m226 422h60c8.284 0 15-6.716 15-15s-6.716-15-15-15h-60c-8.284 0-15 6.716-15 15s6.716 15 15 15z"/>
7
- </g>
1
+ <svg enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512"
2
+ xmlns="http://www.w3.org/2000/svg">
3
+ <g fill="currentColor">
4
+ <path d="m436 212h-135v-50h65c4.929 0 9.543-2.421 12.343-6.477 2.801-4.056 3.431-9.228 1.685-13.837l-50-132c-2.209-5.83-7.794-9.686-14.028-9.686h-120c-6.234 0-11.819 3.856-14.027 9.687l-50 132c-1.746 4.609-1.116 9.781 1.685 13.837 2.8 4.056 7.414 6.477 12.343 6.477h65v50h-135.001c-8.284 0-15 6.716-15 15s6.716 15 15 15h5v225c0 8.284 6.716 15 15 15h15v15c0 8.284 6.716 15 15 15s15-6.716 15-15v-15h230v15c0 8.284 6.716 15 15 15s15-6.716 15-15v-15h15c8.284 0 15-6.716 15-15v-225.001h5c8.284 0 15-6.716 15-15s-6.716-15-15-15zm-186.775-182h13.55l12.879 102h-39.308zm95.053 102h-38.386l-12.879-102h12.628zm-137.92-102h12.629l-12.879 102h-38.386zm34.642 132h30v50h-30zm160 290h-290v-90h290zm0-120h-290v-90h290z"/>
5
+ <path d="m226 272c-8.284 0-15 6.716-15 15s6.716 15 15 15h60c8.284 0 15-6.716 15-15s-6.716-15-15-15z"/>
6
+ <path d="m226 422h60c8.284 0 15-6.716 15-15s-6.716-15-15-15h-60c-8.284 0-15 6.716-15 15s6.716 15 15 15z"/>
7
+ </g>
8
8
  </svg>
@@ -1,9 +1,9 @@
1
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
2
- viewBox="0 0 512 512">
3
- <g>
4
- <path fill="#EE3333" d="M256,0C114.844,0,0,114.844,0,256s114.844,256,256,256s256-114.844,256-256S397.156,0,256,0z M256,448
5
- c-105.865,0-192-86.135-192-192c0-40.406,12.25-78.604,35.542-111.198l267.656,267.656C334.604,435.75,296.406,448,256,448z
6
- M412.458,367.198L144.802,99.542C177.396,76.25,215.594,64,256,64c105.865,0,192,86.135,192,192
7
- C448,296.406,435.75,334.604,412.458,367.198z"/>
8
- </g>
9
- </svg>
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
2
+ viewBox="0 0 512 512">
3
+ <g>
4
+ <path fill="#EE3333" d="M256,0C114.844,0,0,114.844,0,256s114.844,256,256,256s256-114.844,256-256S397.156,0,256,0z M256,448
5
+ c-105.865,0-192-86.135-192-192c0-40.406,12.25-78.604,35.542-111.198l267.656,267.656C334.604,435.75,296.406,448,256,448z
6
+ M412.458,367.198L144.802,99.542C177.396,76.25,215.594,64,256,64c105.865,0,192,86.135,192,192
7
+ C448,296.406,435.75,334.604,412.458,367.198z"/>
8
+ </g>
9
+ </svg>
@@ -1,53 +1,53 @@
1
- <svg height="512pt" viewBox="0 -108 512 512" width="512pt" xmlns="http://www.w3.org/2000/svg">
2
- <g fill="currentColor">
3
- <path d="m504 48.015625h-496c-4.425781 0-8-3.574219-8-8v-32.015625c0-4.425781 3.574219-8 8-8h496c4.425781 0 8 3.574219 8 8v32.015625c0 4.425781-3.574219 8-8 8zm-488-16h480v-16.015625h-480zm0 0"/>
4
- <path d="m16 296.160156c-4.425781 0-8-3.574218-8-8v-246.71875c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v246.71875c0 4.425782-3.574219 8-8 8zm0 0"/>
5
- <path d="m40 296.160156c-4.425781 0-8-3.574218-8-8v-246.71875c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v246.71875c0 4.425782-3.574219 8-8 8zm0 0"/>
6
- <path d="m472 296.160156c-4.425781 0-8-3.574218-8-8v-246.71875c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v246.71875c0 4.425782-3.574219 8-8 8zm0 0"/>
7
- <path d="m496 296.160156c-4.425781 0-8-3.574218-8-8v-246.71875c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v246.71875c0 4.425782-3.574219 8-8 8zm0 0"/>
8
- <path d="m40 296.160156h-24c-4.425781 0-8-3.574218-8-8 0-4.425781 3.574219-8 8-8h24c4.425781 0 8 3.574219 8 8 0 4.425782-3.574219 8-8 8zm0 0"/>
9
- <path d="m496 296.160156h-24c-4.425781 0-8-3.574218-8-8 0-4.425781 3.574219-8 8-8h24c4.425781 0 8 3.574219 8 8 0 4.425782-3.574219 8-8 8zm0 0"/>
10
- <path d="m472 160.113281h-432c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h432c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
11
- <path d="m472 184.128906h-432c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h432c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
12
- <path d="m71.984375 160.128906c-4.425781 0-8-3.578125-8-8 0-22.058594 17.9375-40 39.992187-40 4.421876 0 8 3.574219 8 8 0 4.421875-3.578124 8-8 8-13.222656 0-23.992187 10.765625-23.992187 24 0 4.421875-3.578125 8-8 8zm0 0"/>
13
- <path d="m152 160.128906c-4.425781 0-8-3.578125-8-8 0-13.234375-10.769531-24-23.992188-24-4.421874 0-8-3.578125-8-8 0-4.425781 3.578126-8 8-8 22.054688 0 39.992188 17.941406 39.992188 40 0 4.421875-3.574219 8-8 8zm0 0"/>
14
- <path d="m79.984375 138.96875c-4.425781 0-8-3.578125-8-8v-42.839844c0-4.425781 3.574219-8 8-8 4.421875 0 8 3.574219 8 8v42.839844c0 4.421875-3.578125 8-8 8zm0 0"/>
15
- <path d="m143.96875 138.96875c-4.425781 0-8-3.578125-8-8v-42.839844c0-4.425781 3.574219-8 8-8 4.421875 0 8 3.574219 8 8v42.839844c0 4.421875-3.578125 8-8 8zm0 0"/>
16
- <path d="m96 104.144531c-4.425781 0-8-3.578125-8-8v-24.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v24.015625c0 4.421875-3.574219 8-8 8zm0 0"/>
17
- <path d="m128 80.128906h-32c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h32c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
18
- <path d="m128 104.144531c-4.425781 0-8-3.578125-8-8v-24.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v24.015625c0 4.421875-3.574219 8-8 8zm0 0"/>
19
- <path d="m96 96.128906h-16.015625c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h16.015625c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
20
- <path d="m143.96875 96.128906h-15.96875c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h15.96875c4.421875 0 8 3.574219 8 8 0 4.421875-3.578125 8-8 8zm0 0"/>
21
- <path d="m120.007812 128.128906h-16.03125c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h16.03125c4.425782 0 8 3.574219 8 8 0 4.421875-3.574218 8-8 8zm0 0"/>
22
- <path d="m175.984375 160.128906c-4.425781 0-8-3.578125-8-8 0-22.058594 17.9375-40 39.992187-40 4.421876 0 8 3.574219 8 8 0 4.421875-3.578124 8-8 8-13.222656 0-23.992187 10.765625-23.992187 24 0 4.421875-3.578125 8-8 8zm0 0"/>
23
- <path d="m256 160.128906c-4.425781 0-8-3.578125-8-8 0-13.234375-10.769531-24-23.992188-24-4.421874 0-8-3.578125-8-8 0-4.425781 3.578126-8 8-8 22.054688 0 39.992188 17.941406 39.992188 40 0 4.421875-3.574219 8-8 8zm0 0"/>
24
- <path d="m183.984375 138.96875c-4.425781 0-8-3.578125-8-8v-42.839844c0-4.425781 3.574219-8 8-8 4.421875 0 8 3.574219 8 8v42.839844c0 4.421875-3.578125 8-8 8zm0 0"/>
25
- <path d="m247.96875 138.96875c-4.425781 0-8-3.578125-8-8v-42.839844c0-4.425781 3.574219-8 8-8 4.421875 0 8 3.574219 8 8v42.839844c0 4.421875-3.578125 8-8 8zm0 0"/>
26
- <path d="m200 104.144531c-4.425781 0-8-3.578125-8-8v-24.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v24.015625c0 4.421875-3.574219 8-8 8zm0 0"/>
27
- <path d="m232 80.128906h-32c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h32c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
28
- <path d="m232 104.144531c-4.425781 0-8-3.578125-8-8v-24.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v24.015625c0 4.421875-3.574219 8-8 8zm0 0"/>
29
- <path d="m200 96.128906h-16.015625c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h16.015625c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
30
- <path d="m247.96875 96.128906h-15.96875c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h15.96875c4.421875 0 8 3.574219 8 8 0 4.421875-3.578125 8-8 8zm0 0"/>
31
- <path d="m224.007812 128.128906h-16.03125c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h16.03125c4.425782 0 8 3.574219 8 8 0 4.421875-3.574218 8-8 8zm0 0"/>
32
- <path d="m256.167969 280.144531c-4.425781 0-8-3.578125-8-8 0-13.242187 10.777343-24.015625 24.015625-24.015625 4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8-4.421875 0-8.015625 3.589844-8.015625 8.015625 0 4.421875-3.582031 8-8 8zm0 0"/>
33
- <path d="m336.191406 280.144531c-4.421875 0-8-3.578125-8-8 0-4.417969-3.582031-8-8-8-4.421875 0-8-3.578125-8-8 0-4.425781 3.578125-8 8-8 13.234375 0 24 10.765625 24 24 0 4.421875-3.574218 8-8 8zm0 0"/>
34
- <path d="m336.191406 296.160156h-80.023437c-4.425781 0-8-3.574218-8-8 0-4.425781 3.574219-8 8-8h80.03125c4.425781 0 8 3.574219 8 8 0 4.425782-3.582031 8-8.007813 8zm0 0"/>
35
- <path d="m320.832031 264.128906h-49.296875c-4.421875 0-8-3.578125-8-8 0-4.425781 3.578125-8 8-8h49.296875c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
36
- <path d="m272.167969 264.128906c-4.425781 0-8-3.578125-8-8v-47.984375c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v47.984375c0 4.421875-3.574219 8-8 8zm0 0"/>
37
- <path d="m320.199219 264.144531c-4.421875 0-8-3.578125-8-8v-48c0-4.425781 3.578125-8 8-8 4.425781 0 8 3.574219 8 8v48c0 4.421875-3.574219 8-8 8zm0 0"/>
38
- <path d="m256.167969 296.160156c-4.425781 0-8-3.574218-8-8v-16.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v16.015625c0 4.425782-3.582031 8-8 8zm0 0"/>
39
- <path d="m336.191406 296.160156c-4.421875 0-8-3.574218-8-8v-16.015625c0-4.425781 3.578125-8 8-8 4.425782 0 8 3.574219 8 8v16.015625c0 4.425782-3.574218 8-8 8zm0 0"/>
40
- <path d="m320.199219 216.144531h-48.03125c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h48.03125c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
41
- <path d="m328.191406 240.144531h-64.023437c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h64.023437c4.425782 0 8 3.574219 8 8 0 4.421875-3.574218 8-8 8zm0 0"/>
42
- <path d="m360.167969 280.144531c-4.425781 0-8-3.578125-8-8 0-13.242187 10.777343-24.015625 24.015625-24.015625 4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8-4.421875 0-8.015625 3.589844-8.015625 8.015625 0 4.421875-3.582031 8-8 8zm0 0"/>
43
- <path d="m440.191406 280.144531c-4.421875 0-8-3.578125-8-8 0-4.417969-3.582031-8-8-8-4.421875 0-8-3.578125-8-8 0-4.425781 3.578125-8 8-8 13.234375 0 24 10.765625 24 24 0 4.421875-3.574218 8-8 8zm0 0"/>
44
- <path d="m440.191406 296.160156h-80.023437c-4.425781 0-8-3.574218-8-8 0-4.425781 3.574219-8 8-8h80.03125c4.425781 0 8 3.574219 8 8 0 4.425782-3.582031 8-8.007813 8zm0 0"/>
45
- <path d="m424.832031 264.128906h-49.296875c-4.421875 0-8-3.578125-8-8 0-4.425781 3.578125-8 8-8h49.296875c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
46
- <path d="m376.167969 264.128906c-4.425781 0-8-3.578125-8-8v-47.984375c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v47.984375c0 4.421875-3.574219 8-8 8zm0 0"/>
47
- <path d="m424.199219 264.144531c-4.421875 0-8-3.578125-8-8v-48c0-4.425781 3.578125-8 8-8 4.425781 0 8 3.574219 8 8v48c0 4.421875-3.574219 8-8 8zm0 0"/>
48
- <path d="m360.167969 296.160156c-4.425781 0-8-3.574218-8-8v-16.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v16.015625c0 4.425782-3.582031 8-8 8zm0 0"/>
49
- <path d="m440.191406 296.160156c-4.421875 0-8-3.574218-8-8v-16.015625c0-4.425781 3.578125-8 8-8 4.425782 0 8 3.574219 8 8v16.015625c0 4.425782-3.574218 8-8 8zm0 0"/>
50
- <path d="m424.199219 216.144531h-48.03125c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h48.03125c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
51
- <path d="m432.191406 240.144531h-64.023437c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h64.023437c4.425782 0 8 3.574219 8 8 0 4.421875-3.574218 8-8 8zm0 0"/>
52
- </g>
1
+ <svg height="512pt" viewBox="0 -108 512 512" width="512pt" xmlns="http://www.w3.org/2000/svg">
2
+ <g fill="currentColor">
3
+ <path d="m504 48.015625h-496c-4.425781 0-8-3.574219-8-8v-32.015625c0-4.425781 3.574219-8 8-8h496c4.425781 0 8 3.574219 8 8v32.015625c0 4.425781-3.574219 8-8 8zm-488-16h480v-16.015625h-480zm0 0"/>
4
+ <path d="m16 296.160156c-4.425781 0-8-3.574218-8-8v-246.71875c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v246.71875c0 4.425782-3.574219 8-8 8zm0 0"/>
5
+ <path d="m40 296.160156c-4.425781 0-8-3.574218-8-8v-246.71875c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v246.71875c0 4.425782-3.574219 8-8 8zm0 0"/>
6
+ <path d="m472 296.160156c-4.425781 0-8-3.574218-8-8v-246.71875c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v246.71875c0 4.425782-3.574219 8-8 8zm0 0"/>
7
+ <path d="m496 296.160156c-4.425781 0-8-3.574218-8-8v-246.71875c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v246.71875c0 4.425782-3.574219 8-8 8zm0 0"/>
8
+ <path d="m40 296.160156h-24c-4.425781 0-8-3.574218-8-8 0-4.425781 3.574219-8 8-8h24c4.425781 0 8 3.574219 8 8 0 4.425782-3.574219 8-8 8zm0 0"/>
9
+ <path d="m496 296.160156h-24c-4.425781 0-8-3.574218-8-8 0-4.425781 3.574219-8 8-8h24c4.425781 0 8 3.574219 8 8 0 4.425782-3.574219 8-8 8zm0 0"/>
10
+ <path d="m472 160.113281h-432c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h432c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
11
+ <path d="m472 184.128906h-432c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h432c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
12
+ <path d="m71.984375 160.128906c-4.425781 0-8-3.578125-8-8 0-22.058594 17.9375-40 39.992187-40 4.421876 0 8 3.574219 8 8 0 4.421875-3.578124 8-8 8-13.222656 0-23.992187 10.765625-23.992187 24 0 4.421875-3.578125 8-8 8zm0 0"/>
13
+ <path d="m152 160.128906c-4.425781 0-8-3.578125-8-8 0-13.234375-10.769531-24-23.992188-24-4.421874 0-8-3.578125-8-8 0-4.425781 3.578126-8 8-8 22.054688 0 39.992188 17.941406 39.992188 40 0 4.421875-3.574219 8-8 8zm0 0"/>
14
+ <path d="m79.984375 138.96875c-4.425781 0-8-3.578125-8-8v-42.839844c0-4.425781 3.574219-8 8-8 4.421875 0 8 3.574219 8 8v42.839844c0 4.421875-3.578125 8-8 8zm0 0"/>
15
+ <path d="m143.96875 138.96875c-4.425781 0-8-3.578125-8-8v-42.839844c0-4.425781 3.574219-8 8-8 4.421875 0 8 3.574219 8 8v42.839844c0 4.421875-3.578125 8-8 8zm0 0"/>
16
+ <path d="m96 104.144531c-4.425781 0-8-3.578125-8-8v-24.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v24.015625c0 4.421875-3.574219 8-8 8zm0 0"/>
17
+ <path d="m128 80.128906h-32c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h32c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
18
+ <path d="m128 104.144531c-4.425781 0-8-3.578125-8-8v-24.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v24.015625c0 4.421875-3.574219 8-8 8zm0 0"/>
19
+ <path d="m96 96.128906h-16.015625c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h16.015625c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
20
+ <path d="m143.96875 96.128906h-15.96875c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h15.96875c4.421875 0 8 3.574219 8 8 0 4.421875-3.578125 8-8 8zm0 0"/>
21
+ <path d="m120.007812 128.128906h-16.03125c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h16.03125c4.425782 0 8 3.574219 8 8 0 4.421875-3.574218 8-8 8zm0 0"/>
22
+ <path d="m175.984375 160.128906c-4.425781 0-8-3.578125-8-8 0-22.058594 17.9375-40 39.992187-40 4.421876 0 8 3.574219 8 8 0 4.421875-3.578124 8-8 8-13.222656 0-23.992187 10.765625-23.992187 24 0 4.421875-3.578125 8-8 8zm0 0"/>
23
+ <path d="m256 160.128906c-4.425781 0-8-3.578125-8-8 0-13.234375-10.769531-24-23.992188-24-4.421874 0-8-3.578125-8-8 0-4.425781 3.578126-8 8-8 22.054688 0 39.992188 17.941406 39.992188 40 0 4.421875-3.574219 8-8 8zm0 0"/>
24
+ <path d="m183.984375 138.96875c-4.425781 0-8-3.578125-8-8v-42.839844c0-4.425781 3.574219-8 8-8 4.421875 0 8 3.574219 8 8v42.839844c0 4.421875-3.578125 8-8 8zm0 0"/>
25
+ <path d="m247.96875 138.96875c-4.425781 0-8-3.578125-8-8v-42.839844c0-4.425781 3.574219-8 8-8 4.421875 0 8 3.574219 8 8v42.839844c0 4.421875-3.578125 8-8 8zm0 0"/>
26
+ <path d="m200 104.144531c-4.425781 0-8-3.578125-8-8v-24.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v24.015625c0 4.421875-3.574219 8-8 8zm0 0"/>
27
+ <path d="m232 80.128906h-32c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h32c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
28
+ <path d="m232 104.144531c-4.425781 0-8-3.578125-8-8v-24.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v24.015625c0 4.421875-3.574219 8-8 8zm0 0"/>
29
+ <path d="m200 96.128906h-16.015625c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h16.015625c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
30
+ <path d="m247.96875 96.128906h-15.96875c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h15.96875c4.421875 0 8 3.574219 8 8 0 4.421875-3.578125 8-8 8zm0 0"/>
31
+ <path d="m224.007812 128.128906h-16.03125c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h16.03125c4.425782 0 8 3.574219 8 8 0 4.421875-3.574218 8-8 8zm0 0"/>
32
+ <path d="m256.167969 280.144531c-4.425781 0-8-3.578125-8-8 0-13.242187 10.777343-24.015625 24.015625-24.015625 4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8-4.421875 0-8.015625 3.589844-8.015625 8.015625 0 4.421875-3.582031 8-8 8zm0 0"/>
33
+ <path d="m336.191406 280.144531c-4.421875 0-8-3.578125-8-8 0-4.417969-3.582031-8-8-8-4.421875 0-8-3.578125-8-8 0-4.425781 3.578125-8 8-8 13.234375 0 24 10.765625 24 24 0 4.421875-3.574218 8-8 8zm0 0"/>
34
+ <path d="m336.191406 296.160156h-80.023437c-4.425781 0-8-3.574218-8-8 0-4.425781 3.574219-8 8-8h80.03125c4.425781 0 8 3.574219 8 8 0 4.425782-3.582031 8-8.007813 8zm0 0"/>
35
+ <path d="m320.832031 264.128906h-49.296875c-4.421875 0-8-3.578125-8-8 0-4.425781 3.578125-8 8-8h49.296875c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
36
+ <path d="m272.167969 264.128906c-4.425781 0-8-3.578125-8-8v-47.984375c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v47.984375c0 4.421875-3.574219 8-8 8zm0 0"/>
37
+ <path d="m320.199219 264.144531c-4.421875 0-8-3.578125-8-8v-48c0-4.425781 3.578125-8 8-8 4.425781 0 8 3.574219 8 8v48c0 4.421875-3.574219 8-8 8zm0 0"/>
38
+ <path d="m256.167969 296.160156c-4.425781 0-8-3.574218-8-8v-16.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v16.015625c0 4.425782-3.582031 8-8 8zm0 0"/>
39
+ <path d="m336.191406 296.160156c-4.421875 0-8-3.574218-8-8v-16.015625c0-4.425781 3.578125-8 8-8 4.425782 0 8 3.574219 8 8v16.015625c0 4.425782-3.574218 8-8 8zm0 0"/>
40
+ <path d="m320.199219 216.144531h-48.03125c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h48.03125c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
41
+ <path d="m328.191406 240.144531h-64.023437c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h64.023437c4.425782 0 8 3.574219 8 8 0 4.421875-3.574218 8-8 8zm0 0"/>
42
+ <path d="m360.167969 280.144531c-4.425781 0-8-3.578125-8-8 0-13.242187 10.777343-24.015625 24.015625-24.015625 4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8-4.421875 0-8.015625 3.589844-8.015625 8.015625 0 4.421875-3.582031 8-8 8zm0 0"/>
43
+ <path d="m440.191406 280.144531c-4.421875 0-8-3.578125-8-8 0-4.417969-3.582031-8-8-8-4.421875 0-8-3.578125-8-8 0-4.425781 3.578125-8 8-8 13.234375 0 24 10.765625 24 24 0 4.421875-3.574218 8-8 8zm0 0"/>
44
+ <path d="m440.191406 296.160156h-80.023437c-4.425781 0-8-3.574218-8-8 0-4.425781 3.574219-8 8-8h80.03125c4.425781 0 8 3.574219 8 8 0 4.425782-3.582031 8-8.007813 8zm0 0"/>
45
+ <path d="m424.832031 264.128906h-49.296875c-4.421875 0-8-3.578125-8-8 0-4.425781 3.578125-8 8-8h49.296875c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
46
+ <path d="m376.167969 264.128906c-4.425781 0-8-3.578125-8-8v-47.984375c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v47.984375c0 4.421875-3.574219 8-8 8zm0 0"/>
47
+ <path d="m424.199219 264.144531c-4.421875 0-8-3.578125-8-8v-48c0-4.425781 3.578125-8 8-8 4.425781 0 8 3.574219 8 8v48c0 4.421875-3.574219 8-8 8zm0 0"/>
48
+ <path d="m360.167969 296.160156c-4.425781 0-8-3.574218-8-8v-16.015625c0-4.425781 3.574219-8 8-8s8 3.574219 8 8v16.015625c0 4.425782-3.582031 8-8 8zm0 0"/>
49
+ <path d="m440.191406 296.160156c-4.421875 0-8-3.574218-8-8v-16.015625c0-4.425781 3.578125-8 8-8 4.425782 0 8 3.574219 8 8v16.015625c0 4.425782-3.574218 8-8 8zm0 0"/>
50
+ <path d="m424.199219 216.144531h-48.03125c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h48.03125c4.425781 0 8 3.574219 8 8 0 4.421875-3.574219 8-8 8zm0 0"/>
51
+ <path d="m432.191406 240.144531h-64.023437c-4.425781 0-8-3.578125-8-8 0-4.425781 3.574219-8 8-8h64.023437c4.425782 0 8 3.574219 8 8 0 4.421875-3.574218 8-8 8zm0 0"/>
52
+ </g>
53
53
  </svg>
@@ -1,21 +1,21 @@
1
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 362.787 362.787">
2
- <g fill="currentColor">
3
- <path d="M260.945,144.979c-2.667,0-5.133,1.416-6.477,3.719l-47.484,81.333c-1.354,2.319-1.365,5.186-0.027,7.516
4
- c1.337,2.329,3.818,3.766,6.504,3.766h94.968c2.686,0,5.167-1.437,6.504-3.766c1.338-2.33,1.327-5.196-0.027-7.516l-47.483-81.333
5
- C266.078,146.395,263.612,144.979,260.945,144.979z M226.524,226.312l34.421-58.958l34.42,58.958H226.524z"/>
6
- <path d="M355.287,254.69h-175.62l81.278-139.218l62.926,107.783c2.088,3.578,6.683,4.784,10.258,2.696
7
- c3.577-2.088,4.784-6.681,2.695-10.258L267.422,96.815c-0.021-0.036-0.048-0.067-0.069-0.103c-0.126-0.208-0.262-0.408-0.407-0.603
8
- c-0.044-0.059-0.086-0.118-0.131-0.176c-0.183-0.23-0.376-0.451-0.584-0.658c-0.024-0.024-0.051-0.045-0.076-0.069
9
- c-0.186-0.18-0.383-0.349-0.587-0.509c-0.065-0.051-0.132-0.1-0.199-0.148c-0.187-0.137-0.379-0.264-0.578-0.384
10
- c-0.055-0.033-0.108-0.068-0.164-0.1c-0.261-0.147-0.53-0.282-0.809-0.397c-0.011-0.004-0.022-0.008-0.033-0.012
11
- c-0.26-0.106-0.528-0.196-0.802-0.273c-0.073-0.021-0.146-0.038-0.22-0.056c-0.222-0.055-0.447-0.1-0.677-0.135
12
- c-0.079-0.012-0.157-0.026-0.236-0.036c-0.297-0.036-0.598-0.06-0.906-0.06H101.842c-2.667,0-5.133,1.416-6.477,3.719
13
- L1.023,258.408c-1.354,2.319-1.365,5.186-0.027,7.516c1.337,2.329,3.818,3.766,6.504,3.766h86.538c0.008,0,0.015,0.001,0.023,0.001
14
- s0.015-0.001,0.023-0.001h35.889c0.008,0,0.015,0.001,0.023,0.001s0.015-0.001,0.023-0.001h36.586h188.684
15
- c4.143,0,7.5-3.358,7.5-7.5S359.43,254.69,355.287,254.69z M162.298,254.69h-19.263l69.43-119.47
16
- c2.081-3.582,0.865-8.172-2.716-10.253c-3.58-2.083-8.173-0.866-10.253,2.716l-73.81,127.007H107.1l85.192-146.594h55.59
17
- L162.298,254.69z M106.147,108.096h34.091L74.789,220.717c-2.081,3.582-0.865,8.172,2.716,10.253
18
- c1.186,0.689,2.482,1.017,3.762,1.017c2.584,0,5.1-1.337,6.491-3.733l69.83-120.158h17.356L89.751,254.69H20.563L106.147,108.096z"
19
- />
20
- </g>
21
- </svg>
1
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 362.787 362.787">
2
+ <g fill="currentColor">
3
+ <path d="M260.945,144.979c-2.667,0-5.133,1.416-6.477,3.719l-47.484,81.333c-1.354,2.319-1.365,5.186-0.027,7.516
4
+ c1.337,2.329,3.818,3.766,6.504,3.766h94.968c2.686,0,5.167-1.437,6.504-3.766c1.338-2.33,1.327-5.196-0.027-7.516l-47.483-81.333
5
+ C266.078,146.395,263.612,144.979,260.945,144.979z M226.524,226.312l34.421-58.958l34.42,58.958H226.524z"/>
6
+ <path d="M355.287,254.69h-175.62l81.278-139.218l62.926,107.783c2.088,3.578,6.683,4.784,10.258,2.696
7
+ c3.577-2.088,4.784-6.681,2.695-10.258L267.422,96.815c-0.021-0.036-0.048-0.067-0.069-0.103c-0.126-0.208-0.262-0.408-0.407-0.603
8
+ c-0.044-0.059-0.086-0.118-0.131-0.176c-0.183-0.23-0.376-0.451-0.584-0.658c-0.024-0.024-0.051-0.045-0.076-0.069
9
+ c-0.186-0.18-0.383-0.349-0.587-0.509c-0.065-0.051-0.132-0.1-0.199-0.148c-0.187-0.137-0.379-0.264-0.578-0.384
10
+ c-0.055-0.033-0.108-0.068-0.164-0.1c-0.261-0.147-0.53-0.282-0.809-0.397c-0.011-0.004-0.022-0.008-0.033-0.012
11
+ c-0.26-0.106-0.528-0.196-0.802-0.273c-0.073-0.021-0.146-0.038-0.22-0.056c-0.222-0.055-0.447-0.1-0.677-0.135
12
+ c-0.079-0.012-0.157-0.026-0.236-0.036c-0.297-0.036-0.598-0.06-0.906-0.06H101.842c-2.667,0-5.133,1.416-6.477,3.719
13
+ L1.023,258.408c-1.354,2.319-1.365,5.186-0.027,7.516c1.337,2.329,3.818,3.766,6.504,3.766h86.538c0.008,0,0.015,0.001,0.023,0.001
14
+ s0.015-0.001,0.023-0.001h35.889c0.008,0,0.015,0.001,0.023,0.001s0.015-0.001,0.023-0.001h36.586h188.684
15
+ c4.143,0,7.5-3.358,7.5-7.5S359.43,254.69,355.287,254.69z M162.298,254.69h-19.263l69.43-119.47
16
+ c2.081-3.582,0.865-8.172-2.716-10.253c-3.58-2.083-8.173-0.866-10.253,2.716l-73.81,127.007H107.1l85.192-146.594h55.59
17
+ L162.298,254.69z M106.147,108.096h34.091L74.789,220.717c-2.081,3.582-0.865,8.172,2.716,10.253
18
+ c1.186,0.689,2.482,1.017,3.762,1.017c2.584,0,5.1-1.337,6.491-3.733l69.83-120.158h17.356L89.751,254.69H20.563L106.147,108.096z"
19
+ />
20
+ </g>
21
+ </svg>
@@ -1,13 +1,13 @@
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="m496.704 272.086h-81.704v-88.073c0-4.142-3.357-7.5-7.5-7.5s-7.5 3.358-7.5 7.5v88.073h-15v-193.71c0-8.249-6.711-14.959-14.959-14.959h-91.582c-8.248 0-14.959 6.71-14.959 14.959v193.71h-15v-193.71c0-8.249-6.711-14.959-14.959-14.959h-91.582c-8.248 0-14.959 6.71-14.959 14.959v193.71h-15v-223.669h288v100.596c0 4.142 3.357 7.5 7.5 7.5s7.5-3.358 7.5-7.5v-100.596h3.204c8.435 0 15.296-6.883 15.296-15.344v-17.73c0-8.46-6.861-15.343-15.296-15.343h-324.408c-8.435 0-15.296 6.883-15.296 15.344v17.73c0 8.46 6.861 15.344 15.296 15.344h3.204v223.669h-81.704c-8.435-.001-15.296 6.861-15.296 15.295v17.622c0 8.435 6.861 15.296 15.296 15.296h.5v143.486h-.5c-8.435 0-15.296 6.862-15.296 15.296v17.622c0 8.434 6.861 15.296 15.296 15.296h223.204c4.143 0 7.5-3.358 7.5-7.5s-3.357-7.5-7.5-7.5h-223.204c-.163 0-.296-.133-.296-.296v-17.622c0-.163.133-.296.296-.296h481.408c.163 0 .296.133.296.296v17.622c0 .163-.133.296-.296.296h-223.204c-4.143 0-7.5 3.358-7.5 7.5s3.357 7.5 7.5 7.5h223.204c8.435 0 15.296-6.862 15.296-15.296v-17.622c0-8.434-6.861-15.296-15.296-15.296h-.5v-143.486h.5c8.435 0 15.296-6.862 15.296-15.296v-17.622c0-8.434-6.861-15.296-15.296-15.296zm-403.204-239.012v-17.73c0-.212.153-.344.296-.344h324.408c.143 0 .296.131.296.344v17.73c0 .212-.153.344-.296.344-15.367 0-309.051 0-324.408 0-.143-.001-.296-.132-.296-.344zm184.959 45.343 91.541-.041v193.71h-91.502zm-136.5 0 91.541-.041v193.71h-91.502zm339.245 384.817h-450.408v-142.934h450.408zm15.796-158.23c0 .164-.133.296-.296.296-2.824 0-471.153 0-481.408 0-.163 0-.296-.133-.296-.296v-17.622c0-.163.133-.296.296-.296h481.408c.163 0 .296.133.296.296z"/>
4
- <path d="m67.655 442.704h18.99c8.768 0 15.9-7.133 15.9-15.901v-69.52c0-8.768-7.133-15.901-15.9-15.901h-18.99c-8.768 0-15.9 7.133-15.9 15.901v69.52c0 8.768 7.133 15.901 15.9 15.901zm-.9-85.421c0-.497.404-.901.9-.901h18.99c.496 0 .9.404.9.901v69.52c0 .497-.404.901-.9.901h-18.99c-.496 0-.9-.404-.9-.901z"/>
5
- <path d="m139.406 442.704h18.989c8.768 0 15.901-7.133 15.901-15.901v-69.52c0-8.768-7.134-15.901-15.901-15.901h-18.989c-8.768 0-15.901 7.133-15.901 15.901v69.52c0 8.768 7.134 15.901 15.901 15.901zm-.901-85.421c0-.497.404-.901.901-.901h18.989c.497 0 .901.404.901.901v69.52c0 .497-.404.901-.901.901h-18.989c-.497 0-.901-.404-.901-.901z"/>
6
- <path d="m210.796 442.704h18.99c8.768 0 15.901-7.133 15.901-15.901v-69.52c0-8.768-7.134-15.901-15.901-15.901h-18.99c-8.768 0-15.9 7.133-15.9 15.901v69.52c0 8.768 7.132 15.901 15.9 15.901zm-.9-85.421c0-.497.404-.901.9-.901h18.99c.497 0 .901.404.901.901v69.52c0 .497-.404.901-.901.901h-18.99c-.496 0-.9-.404-.9-.901z"/>
7
- <path d="m282.547 442.704h18.989c8.768 0 15.901-7.133 15.901-15.901v-69.52c0-8.768-7.134-15.901-15.901-15.901h-18.989c-8.768 0-15.901 7.133-15.901 15.901v69.52c0 8.768 7.133 15.901 15.901 15.901zm-.901-85.421c0-.497.404-.901.901-.901h18.989c.497 0 .901.404.901.901v69.52c0 .497-.404.901-.901.901h-18.989c-.497 0-.901-.404-.901-.901z"/>
8
- <path d="m354.131 442.704h18.989c8.768 0 15.901-7.133 15.901-15.901v-69.52c0-8.768-7.134-15.901-15.901-15.901h-18.989c-8.768 0-15.901 7.133-15.901 15.901v69.52c-.001 8.768 7.133 15.901 15.901 15.901zm-.902-85.421c0-.497.404-.901.901-.901h18.989c.497 0 .901.404.901.901v69.52c0 .497-.404.901-.901.901h-18.989c-.497 0-.901-.404-.901-.901z"/>
9
- <path d="m425.521 442.704h18.989c8.768 0 15.901-7.133 15.901-15.901v-69.52c0-8.768-7.134-15.901-15.901-15.901h-18.989c-8.768 0-15.901 7.133-15.901 15.901v69.52c0 8.768 7.134 15.901 15.901 15.901zm-.901-85.421c0-.497.404-.901.901-.901h18.989c.497 0 .901.404.901.901v69.52c0 .497-.404.901-.901.901h-18.989c-.497 0-.901-.404-.901-.901z"/>
10
- <path d="m316.411 107.268c-2.93-2.929-7.678-2.929-10.607 0s-2.929 7.678 0 10.606l23.512 23.512c2.93 2.929 7.678 2.929 10.607 0s2.929-7.678 0-10.606z"/>
11
- <path d="m342.604 92.832c-2.93-2.929-7.678-2.929-10.607 0s-2.929 7.678 0 10.606l11.756 11.756c2.93 2.929 7.678 2.929 10.607 0s2.929-7.678 0-10.606z"/>
12
- </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="m496.704 272.086h-81.704v-88.073c0-4.142-3.357-7.5-7.5-7.5s-7.5 3.358-7.5 7.5v88.073h-15v-193.71c0-8.249-6.711-14.959-14.959-14.959h-91.582c-8.248 0-14.959 6.71-14.959 14.959v193.71h-15v-193.71c0-8.249-6.711-14.959-14.959-14.959h-91.582c-8.248 0-14.959 6.71-14.959 14.959v193.71h-15v-223.669h288v100.596c0 4.142 3.357 7.5 7.5 7.5s7.5-3.358 7.5-7.5v-100.596h3.204c8.435 0 15.296-6.883 15.296-15.344v-17.73c0-8.46-6.861-15.343-15.296-15.343h-324.408c-8.435 0-15.296 6.883-15.296 15.344v17.73c0 8.46 6.861 15.344 15.296 15.344h3.204v223.669h-81.704c-8.435-.001-15.296 6.861-15.296 15.295v17.622c0 8.435 6.861 15.296 15.296 15.296h.5v143.486h-.5c-8.435 0-15.296 6.862-15.296 15.296v17.622c0 8.434 6.861 15.296 15.296 15.296h223.204c4.143 0 7.5-3.358 7.5-7.5s-3.357-7.5-7.5-7.5h-223.204c-.163 0-.296-.133-.296-.296v-17.622c0-.163.133-.296.296-.296h481.408c.163 0 .296.133.296.296v17.622c0 .163-.133.296-.296.296h-223.204c-4.143 0-7.5 3.358-7.5 7.5s3.357 7.5 7.5 7.5h223.204c8.435 0 15.296-6.862 15.296-15.296v-17.622c0-8.434-6.861-15.296-15.296-15.296h-.5v-143.486h.5c8.435 0 15.296-6.862 15.296-15.296v-17.622c0-8.434-6.861-15.296-15.296-15.296zm-403.204-239.012v-17.73c0-.212.153-.344.296-.344h324.408c.143 0 .296.131.296.344v17.73c0 .212-.153.344-.296.344-15.367 0-309.051 0-324.408 0-.143-.001-.296-.132-.296-.344zm184.959 45.343 91.541-.041v193.71h-91.502zm-136.5 0 91.541-.041v193.71h-91.502zm339.245 384.817h-450.408v-142.934h450.408zm15.796-158.23c0 .164-.133.296-.296.296-2.824 0-471.153 0-481.408 0-.163 0-.296-.133-.296-.296v-17.622c0-.163.133-.296.296-.296h481.408c.163 0 .296.133.296.296z"/>
4
+ <path d="m67.655 442.704h18.99c8.768 0 15.9-7.133 15.9-15.901v-69.52c0-8.768-7.133-15.901-15.9-15.901h-18.99c-8.768 0-15.9 7.133-15.9 15.901v69.52c0 8.768 7.133 15.901 15.9 15.901zm-.9-85.421c0-.497.404-.901.9-.901h18.99c.496 0 .9.404.9.901v69.52c0 .497-.404.901-.9.901h-18.99c-.496 0-.9-.404-.9-.901z"/>
5
+ <path d="m139.406 442.704h18.989c8.768 0 15.901-7.133 15.901-15.901v-69.52c0-8.768-7.134-15.901-15.901-15.901h-18.989c-8.768 0-15.901 7.133-15.901 15.901v69.52c0 8.768 7.134 15.901 15.901 15.901zm-.901-85.421c0-.497.404-.901.901-.901h18.989c.497 0 .901.404.901.901v69.52c0 .497-.404.901-.901.901h-18.989c-.497 0-.901-.404-.901-.901z"/>
6
+ <path d="m210.796 442.704h18.99c8.768 0 15.901-7.133 15.901-15.901v-69.52c0-8.768-7.134-15.901-15.901-15.901h-18.99c-8.768 0-15.9 7.133-15.9 15.901v69.52c0 8.768 7.132 15.901 15.9 15.901zm-.9-85.421c0-.497.404-.901.9-.901h18.99c.497 0 .901.404.901.901v69.52c0 .497-.404.901-.901.901h-18.99c-.496 0-.9-.404-.9-.901z"/>
7
+ <path d="m282.547 442.704h18.989c8.768 0 15.901-7.133 15.901-15.901v-69.52c0-8.768-7.134-15.901-15.901-15.901h-18.989c-8.768 0-15.901 7.133-15.901 15.901v69.52c0 8.768 7.133 15.901 15.901 15.901zm-.901-85.421c0-.497.404-.901.901-.901h18.989c.497 0 .901.404.901.901v69.52c0 .497-.404.901-.901.901h-18.989c-.497 0-.901-.404-.901-.901z"/>
8
+ <path d="m354.131 442.704h18.989c8.768 0 15.901-7.133 15.901-15.901v-69.52c0-8.768-7.134-15.901-15.901-15.901h-18.989c-8.768 0-15.901 7.133-15.901 15.901v69.52c-.001 8.768 7.133 15.901 15.901 15.901zm-.902-85.421c0-.497.404-.901.901-.901h18.989c.497 0 .901.404.901.901v69.52c0 .497-.404.901-.901.901h-18.989c-.497 0-.901-.404-.901-.901z"/>
9
+ <path d="m425.521 442.704h18.989c8.768 0 15.901-7.133 15.901-15.901v-69.52c0-8.768-7.134-15.901-15.901-15.901h-18.989c-8.768 0-15.901 7.133-15.901 15.901v69.52c0 8.768 7.134 15.901 15.901 15.901zm-.901-85.421c0-.497.404-.901.901-.901h18.989c.497 0 .901.404.901.901v69.52c0 .497-.404.901-.901.901h-18.989c-.497 0-.901-.404-.901-.901z"/>
10
+ <path d="m316.411 107.268c-2.93-2.929-7.678-2.929-10.607 0s-2.929 7.678 0 10.606l23.512 23.512c2.93 2.929 7.678 2.929 10.607 0s2.929-7.678 0-10.606z"/>
11
+ <path d="m342.604 92.832c-2.93-2.929-7.678-2.929-10.607 0s-2.929 7.678 0 10.606l11.756 11.756c2.93 2.929 7.678 2.929 10.607 0s2.929-7.678 0-10.606z"/>
12
+ </g>
13
13
  </svg>
@@ -1,6 +1,6 @@
1
- <svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
2
- <g fill="currentColor">
3
- <path d="m413.907 0c-54.104 0-98.122 44.005-98.122 98.096v43.582s-69.831-36.912-71.065-37.593c-9.544-5.266-12.185-5.267-21.731 0-1.234.681-136.141 71.958-136.141 71.958-11.437 6.017-13.045 7.745-17.878 15.783-.788 1.311-65.698 104.23-65.698 104.23-3.175 5.023-4.077 10.962-2.539 16.722 1.617 6.056 5.84 11.269 11.577 14.295 3.646 1.93 7.582 2.85 11.465 2.85 6.202 0 12.255-2.358 16.745-6.688v65.044c0 4.142 3.358 7.5 7.5 7.5s7.5-3.358 7.5-7.5v-87.541s49.134-77.855 49.652-78.682c2.334-3.729 3.328-5.283 4.496-6.318 1.333-1.181 3.665-2.464 8.665-5.107l113.002-59.649c.801-.425 1.49-.803 2.093-1.133.141-.077.285-.156.428-.234.143.078.287.157.428.234.603.331 1.292.708 2.109 1.142 0 0 118.193 62.413 119.642 63.31.869.538 1.509.995 2.009 1.438 1.167 1.035 2.162 2.589 4.496 6.318.518.827 49.651 78.681 49.651 78.681v160.716h-84.921v-104.34h12.625c7.652 0 13.878-6.226 13.878-13.878v-21.43c0-7.652-6.226-13.878-13.878-13.878h-85.122c-4.142 0-7.5 3.358-7.5 7.5s3.358 7.5 7.5 7.5h84v19.186h-209.81v-19.186h91.2c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-92.322c-7.652 0-13.878 6.226-13.878 13.878v21.43c0 7.652 6.226 13.878 13.878 13.878h12.625v104.339h-84.947v-38.563c0-4.142-3.358-7.5-7.5-7.5s-7.5 3.358-7.5 7.5v76.536c0 6.934 5.641 12.574 12.574 12.574h445.907c7.167 0 12.999-5.832 12.999-12.999v-400.905c.001-54.091-44.004-98.096-98.092-98.096zm-273.44 497h-84.948v-20.546h84.947v20.546zm159.783-139.886-66.382 59.845-66.382-59.845zm-144.783 9.359 67.201 60.584-67.201 60.584zm12.02 130.527 66.382-59.845 66.381 59.845zm144.783-9.359-67.201-60.584 67.201-60.584zm99.919 9.359h-84.919v-20.546h84.919zm53.445-198.823c-.347-.72-.733-1.427-1.166-2.117l-51.945-82.266h84.477v84.383zm-134.848-200.081c0-45.819 37.288-83.096 83.122-83.096 45.816 0 83.092 37.276 83.092 83.096v1.287h-166.214zm0 16.287h166.214v84.412h-93.949s-3.523-5.656-4.312-6.966c-4.831-8.036-6.44-9.766-17.868-15.778l-50.086-26.45v-35.218zm95.246 180.177s-50.275-79.656-50.78-80.463c-4.799-7.665-6.514-9.825-13.281-13.692-.521-.297-119.929-63.408-120.482-63.711-5.101-2.795-7.847-3.32-12.067-1.572-.037.015-.076.034-.113.05-.616.259-117.985 62.197-117.985 62.197-11.727 6.2-12.961 7.295-18.868 16.729-.505.807-50.78 80.463-50.78 80.463-.01.016-.016.033-.026.049l-10.294 16.31c-2.375 3.767-7.885 5.096-12.039 2.894-2.06-1.086-3.552-2.873-4.093-4.901-.316-1.184-.446-2.984.729-4.843 0 0 65.037-103.124 65.872-104.512 3.448-5.734 3.448-5.734 12.017-10.243 0 0 139.193-73.639 140.012-74.013.82.374 140.012 74.013 140.012 74.013.003.002.007.004.011.006 8.559 4.502 8.559 4.502 12.007 10.238.834 1.388 1.816 3.02 3.058 4.987l62.833 99.509c1.168 1.86 1.034 3.669.716 4.859-.544 2.032-2.032 3.82-4.072 4.899-4.226 2.231-9.645.924-12.069-2.896l-10.292-16.307c-.01-.017-.016-.035-.026-.05zm70.968 202.44h-69.811v-84.411h69.811zm-69.811-99.411v-74.389c7.313 7.042 18.763 8.874 28.238 3.875 5.6-2.965 9.746-8.016 11.438-13.897h30.135v84.412h-69.811z"/>
4
- <path d="m285.262 237.873c0-28.347-23.062-51.409-51.408-51.409-28.331 0-51.379 23.062-51.379 51.409s23.049 51.409 51.379 51.409c28.347-.001 51.408-23.063 51.408-51.409zm-87.787 0c0-20.076 16.32-36.409 36.379-36.409 20.075 0 36.408 16.333 36.408 36.409s-16.333 36.409-36.408 36.409c-20.059-.001-36.379-16.334-36.379-36.409z"/>
5
- </g>
1
+ <svg height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg">
2
+ <g fill="currentColor">
3
+ <path d="m413.907 0c-54.104 0-98.122 44.005-98.122 98.096v43.582s-69.831-36.912-71.065-37.593c-9.544-5.266-12.185-5.267-21.731 0-1.234.681-136.141 71.958-136.141 71.958-11.437 6.017-13.045 7.745-17.878 15.783-.788 1.311-65.698 104.23-65.698 104.23-3.175 5.023-4.077 10.962-2.539 16.722 1.617 6.056 5.84 11.269 11.577 14.295 3.646 1.93 7.582 2.85 11.465 2.85 6.202 0 12.255-2.358 16.745-6.688v65.044c0 4.142 3.358 7.5 7.5 7.5s7.5-3.358 7.5-7.5v-87.541s49.134-77.855 49.652-78.682c2.334-3.729 3.328-5.283 4.496-6.318 1.333-1.181 3.665-2.464 8.665-5.107l113.002-59.649c.801-.425 1.49-.803 2.093-1.133.141-.077.285-.156.428-.234.143.078.287.157.428.234.603.331 1.292.708 2.109 1.142 0 0 118.193 62.413 119.642 63.31.869.538 1.509.995 2.009 1.438 1.167 1.035 2.162 2.589 4.496 6.318.518.827 49.651 78.681 49.651 78.681v160.716h-84.921v-104.34h12.625c7.652 0 13.878-6.226 13.878-13.878v-21.43c0-7.652-6.226-13.878-13.878-13.878h-85.122c-4.142 0-7.5 3.358-7.5 7.5s3.358 7.5 7.5 7.5h84v19.186h-209.81v-19.186h91.2c4.142 0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-92.322c-7.652 0-13.878 6.226-13.878 13.878v21.43c0 7.652 6.226 13.878 13.878 13.878h12.625v104.339h-84.947v-38.563c0-4.142-3.358-7.5-7.5-7.5s-7.5 3.358-7.5 7.5v76.536c0 6.934 5.641 12.574 12.574 12.574h445.907c7.167 0 12.999-5.832 12.999-12.999v-400.905c.001-54.091-44.004-98.096-98.092-98.096zm-273.44 497h-84.948v-20.546h84.947v20.546zm159.783-139.886-66.382 59.845-66.382-59.845zm-144.783 9.359 67.201 60.584-67.201 60.584zm12.02 130.527 66.382-59.845 66.381 59.845zm144.783-9.359-67.201-60.584 67.201-60.584zm99.919 9.359h-84.919v-20.546h84.919zm53.445-198.823c-.347-.72-.733-1.427-1.166-2.117l-51.945-82.266h84.477v84.383zm-134.848-200.081c0-45.819 37.288-83.096 83.122-83.096 45.816 0 83.092 37.276 83.092 83.096v1.287h-166.214zm0 16.287h166.214v84.412h-93.949s-3.523-5.656-4.312-6.966c-4.831-8.036-6.44-9.766-17.868-15.778l-50.086-26.45v-35.218zm95.246 180.177s-50.275-79.656-50.78-80.463c-4.799-7.665-6.514-9.825-13.281-13.692-.521-.297-119.929-63.408-120.482-63.711-5.101-2.795-7.847-3.32-12.067-1.572-.037.015-.076.034-.113.05-.616.259-117.985 62.197-117.985 62.197-11.727 6.2-12.961 7.295-18.868 16.729-.505.807-50.78 80.463-50.78 80.463-.01.016-.016.033-.026.049l-10.294 16.31c-2.375 3.767-7.885 5.096-12.039 2.894-2.06-1.086-3.552-2.873-4.093-4.901-.316-1.184-.446-2.984.729-4.843 0 0 65.037-103.124 65.872-104.512 3.448-5.734 3.448-5.734 12.017-10.243 0 0 139.193-73.639 140.012-74.013.82.374 140.012 74.013 140.012 74.013.003.002.007.004.011.006 8.559 4.502 8.559 4.502 12.007 10.238.834 1.388 1.816 3.02 3.058 4.987l62.833 99.509c1.168 1.86 1.034 3.669.716 4.859-.544 2.032-2.032 3.82-4.072 4.899-4.226 2.231-9.645.924-12.069-2.896l-10.292-16.307c-.01-.017-.016-.035-.026-.05zm70.968 202.44h-69.811v-84.411h69.811zm-69.811-99.411v-74.389c7.313 7.042 18.763 8.874 28.238 3.875 5.6-2.965 9.746-8.016 11.438-13.897h30.135v84.412h-69.811z"/>
4
+ <path d="m285.262 237.873c0-28.347-23.062-51.409-51.408-51.409-28.331 0-51.379 23.062-51.379 51.409s23.049 51.409 51.379 51.409c28.347-.001 51.408-23.063 51.408-51.409zm-87.787 0c0-20.076 16.32-36.409 36.379-36.409 20.075 0 36.408 16.333 36.408 36.409s-16.333 36.409-36.408 36.409c-20.059-.001-36.379-16.334-36.379-36.409z"/>
5
+ </g>
6
6
  </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="m492.995 166.489-31.995-23.996v-112.493c8.284 0 15-6.716 15-15s-6.716-15-15-15h-90c-8.284 0-15 6.716-15 15s6.716 15 15 15v44.992l-88.009-66.006c-15.893-11.904-38.09-11.905-53.989.005l-209.999 157.5c-19.853 14.893-23.891 43.155-9.001 63.004 7.22 9.62 17.752 15.853 29.657 17.55 2.157.308 4.31.46 6.45.459 5.109 0 10.13-.876 14.891-2.564v252.06c0 8.284 6.716 15 15 15h360c8.284 0 15-6.716 15-15v-252.068c4.763 1.685 9.803 2.56 14.978 2.56 14.1 0 27.565-6.729 36.022-18 14.888-19.846 10.849-48.108-9.005-63.003zm-91.995-136.489h30v89.992l-30-22.5zm-120 272h-50v-92h50zm30 0v-107c0-8.284-6.716-15-15-15h-80c-8.284 0-15 6.716-15 15v107h-109.999v-77.004l164.999-123.752 165 123.753v77.003zm-219.999 30h209.999v30h-45c-8.284 0-15 6.716-15 15v45h-45c-8.284 0-15 6.716-15 15v45h-90zm119.999 150v-30h45c8.284 0 15-6.716 15-15v-45h45c8.284 0 15-6.716 15-15v-45h90v150zm267.002-270.511c-2.863 3.815-7.245 6.004-12.024 6.004-3.26 0-6.365-1.036-8.979-2.996l-191.999-144.003c-5.333-4-12.667-4-18 0l-192.008 144.009c-3.193 2.397-7.136 3.408-11.098 2.842-3.973-.566-7.488-2.647-9.896-5.856-4.961-6.614-3.612-16.035 3.006-21l209.991-157.492c2.652-1.987 5.83-2.979 9.007-2.979 3.175 0 6.349.992 8.996 2.974l209.996 157.497c6.62 4.966 7.969 14.386 3.008 21z"/>
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="m492.995 166.489-31.995-23.996v-112.493c8.284 0 15-6.716 15-15s-6.716-15-15-15h-90c-8.284 0-15 6.716-15 15s6.716 15 15 15v44.992l-88.009-66.006c-15.893-11.904-38.09-11.905-53.989.005l-209.999 157.5c-19.853 14.893-23.891 43.155-9.001 63.004 7.22 9.62 17.752 15.853 29.657 17.55 2.157.308 4.31.46 6.45.459 5.109 0 10.13-.876 14.891-2.564v252.06c0 8.284 6.716 15 15 15h360c8.284 0 15-6.716 15-15v-252.068c4.763 1.685 9.803 2.56 14.978 2.56 14.1 0 27.565-6.729 36.022-18 14.888-19.846 10.849-48.108-9.005-63.003zm-91.995-136.489h30v89.992l-30-22.5zm-120 272h-50v-92h50zm30 0v-107c0-8.284-6.716-15-15-15h-80c-8.284 0-15 6.716-15 15v107h-109.999v-77.004l164.999-123.752 165 123.753v77.003zm-219.999 30h209.999v30h-45c-8.284 0-15 6.716-15 15v45h-45c-8.284 0-15 6.716-15 15v45h-90zm119.999 150v-30h45c8.284 0 15-6.716 15-15v-45h45c8.284 0 15-6.716 15-15v-45h90v150zm267.002-270.511c-2.863 3.815-7.245 6.004-12.024 6.004-3.26 0-6.365-1.036-8.979-2.996l-191.999-144.003c-5.333-4-12.667-4-18 0l-192.008 144.009c-3.193 2.397-7.136 3.408-11.098 2.842-3.973-.566-7.488-2.647-9.896-5.856-4.961-6.614-3.612-16.035 3.006-21l209.991-157.492c2.652-1.987 5.83-2.979 9.007-2.979 3.175 0 6.349.992 8.996 2.974l209.996 157.497c6.62 4.966 7.969 14.386 3.008 21z"/>
4
+ </g>
5
5
  </svg>