UNPKG

@kadconsulting/dry

Version:
3 lines 902 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const HeartCircle = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "heart-circle" }), _jsx("path", { className: 'dry-icon-heart-circle', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z' }), _jsx("path", { className: 'dry-icon-heart-circle', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M11.997 9.068c-1-1.169-2.667-1.483-3.92-.413-1.252 1.07-1.429 2.86-.445 4.125.63.81 2.244 2.314 3.322 3.29.359.325.538.487.753.552.184.056.395.056.58 0 .214-.065.393-.227.752-.552 1.079-.976 2.692-2.48 3.322-3.29.984-1.265.829-3.066-.445-4.125-1.274-1.059-2.92-.756-3.92.413Z', clipRule: 'evenodd' })] })); //# sourceMappingURL=HeartCircle.js.map