@icongo/vv
Version:
Vivid Icons
31 lines • 834 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var VVMapMarker = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "M24 6c7.732 0 14 5.641 14 12.6C38 29.963 24 42 24 42S10 30.064 10 18.6C10 11.641 16.268 6 24 6Z",
style: {
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fill: "#ff6e6e",
fillRule: "evenodd"
}
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 20,
r: 7,
style: {
fill: "#0c0058",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0
}
})]
}));
export { VVMapMarker };