@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 545 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const UserLeft01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "user-left-01" }), _jsx("path", { className: 'dry-icon-user-left-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm19 21-3-3m0 0 3-3m-3 3h6m-10-2.5H7.5c-1.396 0-2.093 0-2.661.172a4 4 0 0 0-2.667 2.667C2 18.907 2 19.604 2 21M14.5 7.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Z' })] }));
//# sourceMappingURL=UserLeft01.js.map