@icongo/mc
Version:
Micon Icons
13 lines • 800 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlBeta = 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: "M1192 799q77 27 140.5 75T1441 985t70 138 25 157q0 106-40.5 199t-110 162.5-162.5 110-199 40.5q-68 0-132.5-18.5T768 1721v327H512V256q0-53 20-99.5T587 75t81.5-55T768 0q106 0 199 40.5t162.5 110 110 162.5 40.5 199q0 77-22.5 150T1192 799zm-168-287q0-53-20-99.5T949 331t-81.5-55-99.5-20v512q53 0 99.5-20t81.5-55 55-81.5 20-99.5zm0 1024q53 0 99.5-20t81.5-55 55-81.5 20-99.5-20-99.5-55-81.5-81.5-55-99.5-20H768v256q0 53 20 99.5t55 81.5 81.5 55 99.5 20z"
})
}));
export { MCMdlBeta };