@iobroker/adapter-react-v5
Version:
React components to develop ioBroker interfaces with react.
8 lines • 657 B
JavaScript
import React from 'react';
export function Material(props) {
return (React.createElement("svg", { viewBox: "0 0 230 230", ...props },
React.createElement("ellipse", { fill: "#2979ff", stroke: "#2979ff", strokeWidth: "1.5", cx: "112.9", cy: "114", rx: "112", ry: "112" }),
React.createElement("ellipse", { fill: "#40c4ff", strokeWidth: "1.5", cx: "112.900006", cy: "113.999995", rx: "73.684216", ry: "73.684216", stroke: "#40c4ff" }),
React.createElement("ellipse", { fill: "#ffffff", strokeWidth: "1.5", cx: "112.900003", cy: "114", rx: "33.578948", ry: "33.578948", stroke: "#ffffff" })));
}
//# sourceMappingURL=Material.js.map