@icongo/mc
Version:
Micon Icons
13 lines • 707 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlMapPin2 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1408 448q0 83-29 158.5t-80 135-121.5 99T1024 891v1029l-64 128-64-128V891q-83-11-153.5-50.5t-121.5-99-80-135T512 448q0-93 35-174.5T643 131t142.5-96T960 0t174.5 35 142.5 96 96 142.5 35 174.5zM960 768q66 0 124-25t101.5-68.5 69-102T1280 448t-25.5-124-69-101.5-101.5-69T960 128t-124.5 25.5-102 69T665 324t-25 124 25 124.5 68.5 102 102 68.5T960 768z"
})
}));
export { MCMdlMapPin2 };