UNPKG

@kadconsulting/dry

Version:
3 lines 537 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const UserCheck01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "user-check-01" }), _jsx("path", { className: 'dry-icon-user-check-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 15.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-3 2 2 4-4m-7.5-8.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Z' })] })); //# sourceMappingURL=UserCheck01.js.map