UNPKG

@kadconsulting/dry

Version:
3 lines 559 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const LogIn01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "log-in-01" }), _jsx("path", { className: 'dry-icon-log-in-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M15 3h1.2c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H15M10 7l5 5m0 0-5 5m5-5H3' })] })); //# sourceMappingURL=LogIn01.js.map