@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 496 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const LogIn04 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "log-in-04" }), _jsx("path", { className: 'dry-icon-log-in-04', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm12 8 4 4m0 0-4 4m4-4H3m.338-5A9.996 9.996 0 0 1 12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.996 9.996 0 0 1-8.662-5' })] }));
//# sourceMappingURL=LogIn04.js.map