UNPKG

@kadconsulting/dry

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