UNPKG

@kadconsulting/dry

Version:
3 lines 537 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Users02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "users-02" }), _jsx("path", { className: 'dry-icon-users-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M16 3.468a4.5 4.5 0 0 1 0 8.064m2 5.234c1.512.684 2.872 1.799 4 3.234M2 20c1.946-2.477 4.59-4 7.5-4s5.553 1.523 7.5 4M14 7.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Z' })] })); //# sourceMappingURL=Users02.js.map