UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 589 B
import * as React from 'react'; export function SvgNetworkWiredSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M13 4v2H9C7.355 6 6 7.355 6 9v4H4v6h6v-6H8V9c0-.566.434-1 1-1h4v2h6V4zm2 2h2v2h-2zm5 0v2h3c.566 0 1 .434 1 1v4h-2v6h6v-6h-2V9c0-1.645-1.355-3-3-3zM6 15h2v2H6zm18 0h2v2h-2zM6 20v3c0 1.645 1.355 3 3 3h4v2h6v-6h-6v2H9c-.566 0-1-.434-1-1v-3zm18 0v3c0 .566-.434 1-1 1h-3v2h3c1.645 0 3-1.355 3-3v-3zm-9 4h2v2h-2z" }))); } export default SvgNetworkWiredSolid;