@icongo/mc
Version:
Micon Icons
13 lines • 672 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlBoldG = 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: "M1485 1517q-95 54-201.5 74.5T1069 1612q-134 0-244-37t-188.5-109.5-121.5-179-43-244.5q0-142 48-254.5T653.5 597t202-119.5T1110 436q82 0 163.5 11t159.5 38v241q-75-42-158-59.5T1107 649q-81 0-149.5 29.5t-118 80.5T762 879.5 734 1029q0 79 23.5 146t68.5 116.5 109.5 77.5 145.5 28q37 0 74.5-5t71.5-21v-217H998V959h487v558z"
})
}));
export { MCMdlBoldG };