@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.43 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlMobLocation = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlMobLocation = function MCMdlMobLocation(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 256q106 0 204 27.5t183.5 77.5T1567 481t120 155.5 77.5 183.5 27.5 204-27.5 204-77.5 183.5-120 155.5-155.5 120-183.5 77.5-204 27.5-204-27.5-183.5-77.5T481 1567t-120-155.5-77.5-183.5-27.5-204 27.5-204T361 636.5 481 481t155.5-120T820 283.5t204-27.5zm0 1408q88 0 170-23t153-64.5 129.5-100 100-129.5 64.5-153 23-170-23-170-64.5-153-100-129.5-129.5-100-153-64.5-170-23-170 23-153 64.5-129.5 100-100 129.5T407 854t-23 170 23 170 64.5 153 100 129.5 129.5 100 153 64.5 170 23zm0-1024q79 0 149 30t122.5 82.5T1378 875t30 149q0 80-30 149.5t-82.5 122T1173 1378t-149 30q-80 0-149.5-30t-122-82.5-82.5-122-30-149.5q0-79 30-149t82.5-122.5 122-82.5 149.5-30z"
})
}));
};
exports.MCMdlMobLocation = MCMdlMobLocation;