@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 568 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const HeartRounded = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "heart-rounded" }), _jsx("path", { className: 'dry-icon-heart-rounded', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M16.111 3C19.633 3 22 6.353 22 9.48 22 15.814 12.178 21 12 21c-.178 0-10-5.186-10-11.52C2 6.352 4.367 3 7.889 3 9.91 3 11.233 4.024 12 4.924 12.767 4.024 14.089 3 16.111 3Z' })] }));
//# sourceMappingURL=HeartRounded.js.map