@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.65 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlBlockContact = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlBlockContact = function MCMdlBlockContact(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: "M1301 1110q-27 17-52.5 35.5T1200 1187q-89-80-200.5-121.5T768 1024q-134 0-251 49.5t-203.5 136-136 203.5-49.5 251H0q0-120 35-232t100-206.5T291.5 1059 497 945q-55-35-99.5-82.5t-76-103.5T273 640.5 256 512q0-106 40.5-199t110-162.5T569 40.5 768 0t199 40.5 162.5 110 110 162.5 40.5 199q0 66-17 128.5T1214.5 759t-76 103.5T1039 945q74 26 139.5 68.5T1301 1110zM384 512q0 79 30.5 149T497 783t122 82.5T768 896t149-30.5 122-82.5 82.5-122 30.5-149-30.5-149-82.5-122-122-82.5T768 128t-149 30.5T497 241t-82.5 122T384 512zm1216 640q93 0 174.5 35.5t142 96 96 142T2048 1600t-35.5 174.5-96 142-142 96T1600 2048t-174.5-35.5-142-96-96-142T1152 1600t35.5-174.5 96-142 142-96T1600 1152zm0 768q47 0 92-13.5t84-39.5l-443-443q-26 39-39.5 84t-13.5 92q0 66 25.5 124t69 101.5 101.5 69 124 25.5zm267-144q26-39 39.5-84t13.5-92q0-66-25.5-124t-69-101.5-101.5-69-124-25.5q-47 0-92 13.5t-84 39.5z"
})
}));
};
exports.MCMdlBlockContact = MCMdlBlockContact;