UNPKG

@kadconsulting/dry

Version:
3 lines 630 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const MarkerPin02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "marker-pin-02" }), _jsx("path", { className: 'dry-icon-marker-pin-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 12.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z' }), _jsx("path", { className: 'dry-icon-marker-pin-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 22c2-4 8-6.582 8-12a8 8 0 1 0-16 0c0 5.418 6 8 8 12Z' })] })); //# sourceMappingURL=MarkerPin02.js.map