@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 628 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const MarkerPin03 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "marker-pin-03" }), _jsx("path", { className: 'dry-icon-marker-pin-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 22c1-5 8-5.582 8-12a8 8 0 1 0-16 0c0 6.418 7 7 8 12Z' }), _jsx("path", { className: 'dry-icon-marker-pin-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 13a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z' })] }));
//# sourceMappingURL=MarkerPin03.js.map