@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 589 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const MarkerPin04 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "marker-pin-04" }), _jsx("path", { className: 'dry-icon-marker-pin-04', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M5 14.286c-1.851.817-3 1.955-3 3.214C2 19.985 6.477 22 12 22s10-2.015 10-4.5c0-1.259-1.149-2.397-3-3.214M18 8c0 4.064-4.5 6-6 9-1.5-3-6-4.936-6-9a6 6 0 1 1 12 0Zm-5 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z' })] }));
//# sourceMappingURL=MarkerPin04.js.map