UNPKG

@morphemeicons/react

Version:

Morpheme Icons React

27 lines (25 loc) 1.01 kB
const React = require("react"); function LogIn03Icon({ 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: "M6 17c0 .351 0 .527.016.68a3 3 0 002.286 2.611c.15.036.324.06.672.105l6.592.88c1.876.25 2.814.375 3.542.085a3 3 0 001.509-1.32c.383-.684.383-1.63.383-3.524V7.483c0-1.894 0-2.84-.383-3.524a3 3 0 00-1.509-1.32c-.728-.29-1.666-.165-3.542.086l-6.592.879c-.349.046-.523.07-.672.105A3 3 0 006.016 6.32C6 6.473 6 6.65 6 7m6 1l4 4m0 0l-4 4m4-4H3" })); } const ForwardRef = React.forwardRef(LogIn03Icon); module.exports = ForwardRef;