@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 614 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const UserCheck02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "user-check-02" }), _jsx("path", { className: 'dry-icon-user-check-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M16 21v-1.2c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C13.72 15 12.88 15 11.2 15H6.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C2 17.28 2 18.12 2 19.8V21M16 6l2 2 4-4m-9.5 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z' })] }));
//# sourceMappingURL=UserCheck02.js.map