@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.07 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlContactSolid = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlContactSolid = function MCMdlContactSolid(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: "M128 2048q0-143 41.5-275T288 1530t186.5-195T720 1203q-78-42-140-102T474.5 968t-67-156.5T384 640t23-170 64.5-153 100-129.5T701 87.5 854 23t170-23 170 23 153 64.5 129.5 100 100 129.5 64.5 153 23 170-23.5 171.5-67 156.5-105.5 133-140 102q135 48 244.5 132t187 195 119 243 41.5 275H128z"
})
}));
};
exports.MCMdlContactSolid = MCMdlContactSolid;