@icongo/mc
Version:
Micon Icons
13 lines • 713 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlPin = 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: "M2048 512v896h-64q-78 0-143-33.5t-112-94.5h-494q-28 59-70 106.5t-94.5 80.5-113 51-125.5 18h-64v-512H128L0 960l128-64h640V384h64q65 0 125.5 18t113 51 94.5 80.5 70 106.5h494q47-61 112-94.5t143-33.5h64zm-128 139q-24 8-41 20t-30.5 26.5-25 32.5-23.5 38h-653l-15-43q-28-79-91-134t-145-72v882q82-17 145-72t91-134l15-43h653q12 20 23.5 38t25 32.5 30.5 26.5 41 20V651z"
})
}));
export { MCMdlPin };