UNPKG

@nomercyicons/react

Version:
26 lines 1.47 kB
const React = require("react"); function ConnectWithoutContactRoundedIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }), /*#__PURE__*/React.createElement("path", { d: "M7 4c0-1.11-.89-2-2-2s-2 .89-2 2 .89 2 2 2 2-.89 2-2zm3.19.5c-.41 0-.76.25-.92.63A2.973 2.973 0 016.5 7h-3C2.67 7 2 7.67 2 8.5V11h6V8.74a4.955 4.955 0 003.12-2.91c.26-.64-.24-1.33-.93-1.33zM19 17c1.11 0 2-.89 2-2s-.89-2-2-2-2 .89-2 2 .89 2 2 2zm1.5 1h-3c-1.26 0-2.33-.77-2.77-1.87a.986.986 0 00-.92-.63c-.69 0-1.19.69-.94 1.33a4.98 4.98 0 003.12 2.91V22h6v-2.5c.01-.83-.66-1.5-1.49-1.5zm-3.25-6.91s0-.01.01 0a3.02 3.02 0 00-2.17 2.17v-.01c-.11.43-.51.75-.98.75-.55 0-1-.45-1-1 0-.05.02-.14.02-.14a4.99 4.99 0 013.75-3.73c.04 0 .08-.01.12-.01.55 0 1 .45 1 1 0 .46-.32.86-.75.97zM18 6.06c0 .51-.37.92-.86.99-3.19.39-5.7 2.91-6.09 6.1A1.002 1.002 0 019.06 13v-.06-.03c.5-4.12 3.79-7.38 7.92-7.85h.01c.56 0 1.01.45 1.01 1z" })); } const ForwardRef = React.forwardRef(ConnectWithoutContactRoundedIcon); module.exports = ForwardRef;