@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 608 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const UserMinus02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "user-minus-02" }), _jsx("path", { className: 'dry-icon-user-minus-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M16 7h6m-6 14v-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.8V21M12.5 7.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z' })] }));
//# sourceMappingURL=UserMinus02.js.map