@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.42 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlLocation = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlLocation = function MCMdlLocation(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1024 128q123 0 237.5 32t214 90.5T1657 391t140.5 181.5 90.5 214 32 237.5-32 237.5-90.5 214T1657 1657t-181.5 140.5-214 90.5-237.5 32-237.5-32-214-90.5T391 1657t-140.5-181.5T160 1262t-32-238q0-123 32-237.5t90.5-214T391 391t181.5-140.5T786 160t238-32zm0 1664q106 0 204-27.5t183.5-77.5 155.5-120 120-155.5 77.5-183.5 27.5-204-27.5-204-77.5-183.5T1567 481t-155.5-120-183.5-77.5-204-27.5-204 27.5T636.5 361 481 481 361 636.5 283.5 820 256 1024t27.5 204 77.5 183.5T481 1567t155.5 120 183.5 77.5 204 27.5zm0-1152q79 0 149 30.5t122 82.5 82.5 122 30.5 149-30.5 149-82.5 122-122 82.5-149 30.5-149-30.5-122-82.5-82.5-122-30.5-149 30.5-149T753 753t122-82.5 149-30.5z"
})
}));
};
exports.MCMdlLocation = MCMdlLocation;