UNPKG

@iobroker/adapter-react-v5

Version:

React components to develop ioBroker interfaces with react.

6 lines 376 B
import React from 'react'; export function Home(props) { return (React.createElement("svg", { width: 170, height: 170, viewBox: "-20 -20 190 190", ...props }, React.createElement("path", { className: "path stOff", d: "M0 109v36.3c0 5.3 3.7 9.7 8.3 9.7h50.1v-23h37v23H153V84H0l28.4-29V13h18.1v24l30-37 66.2 69", fill: "none" }))); } //# sourceMappingURL=Home.js.map