UNPKG

@kadconsulting/dry

Version:
3 lines 548 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const UserRight01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "user-right-01" }), _jsx("path", { className: 'dry-icon-user-right-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm19 21 3-3m0 0-3-3m3 3h-6m-4-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=UserRight01.js.map