@icongo/mc
Version:
Micon Icons
13 lines • 510 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlPinFill = 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: "M1764 704q35-60 93-94t127-34v768q-69 0-127-34t-93-94h-571q-20 57-56 104.5t-83.5 81-104 52T832 1472V448q61 0 117.5 18.5t104 52 83.5 81 56 104.5h571z"
})
}));
export { MCMdlPinFill };