UNPKG

@morphemeicons/react

Version:

Morpheme Icons React

27 lines (25 loc) 923 B
import * as React from "react"; function Server05Icon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M19 9a7 7 0 01-7 7m7-7a7 7 0 00-7-7m7 7H5m7 7a7 7 0 01-7-7m7 7a10.71 10.71 0 002.8-7A10.711 10.711 0 0012 2m0 14a10.709 10.709 0 01-2.8-7A10.709 10.709 0 0112 2m0 14v2M5 9a7 7 0 017-7m2 18a2 2 0 11-4 0m4 0a2 2 0 00-2-2m2 2h7m-11 0a2 2 0 012-2m-2 2H3" })); } const ForwardRef = React.forwardRef(Server05Icon); export default ForwardRef;