@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 539 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const MarkerPin06 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "marker-pin-06" }), _jsx("path", { className: 'dry-icon-marker-pin-06', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M16 13.374c3.532.695 6 2.28 6 4.126 0 2.485-4.477 4.5-10 4.5S2 19.985 2 17.5c0-1.845 2.468-3.431 6-4.126M12 17V9m0 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z' })] }));
//# sourceMappingURL=MarkerPin06.js.map