UNPKG

@iobroker/adapter-react-v5

Version:

React components to develop ioBroker interfaces with react.

8 lines 1.01 kB
import React from 'react'; export function Socket(props) { return (React.createElement("svg", { width: 32, height: 32, viewBox: "0 0 365.445 365.445", ...props }, React.createElement("g", { fill: "currentColor" }, React.createElement("path", { d: "M146.7 162.775h-26.8a6.655 6.655 0 0 0-6.647 6.647v26.602a6.653 6.653 0 0 0 6.647 6.646h26.8a6.654 6.654 0 0 0 6.647-6.646v-26.602a6.655 6.655 0 0 0-6.647-6.647zM245.547 162.775h-26.801a6.653 6.653 0 0 0-6.646 6.647v26.602a6.652 6.652 0 0 0 6.646 6.646h26.801a6.654 6.654 0 0 0 6.646-6.646v-26.602a6.655 6.655 0 0 0-6.646-6.647z" })), React.createElement("path", { d: "M345.445 1.204H20c-11.046 0-20 8.954-20 20v323.037c0 11.045 8.954 20 20 20h325.445c11.045 0 20-8.955 20-20V21.204c0-11.045-8.953-20-20-20zM182.723 287.66c-57.955 0-104.937-46.981-104.937-104.937 0-57.957 46.982-104.938 104.937-104.938S287.66 124.767 287.66 182.723 240.678 287.66 182.723 287.66z", fill: "currentColor" }))); } //# sourceMappingURL=Socket.js.map