@icongo/mc
Version:
Micon Icons
13 lines • 872 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlBlocked = 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: "M1024 0q141 0 271.5 36.5T1540 140t207.5 160.5T1908 508t103.5 244.5T2048 1024t-36.5 271.5T1908 1540t-160.5 207.5T1540 1908t-244.5 103.5T1024 2048t-271.5-36.5T508 1908t-207.5-160.5T140 1540 36.5 1295.5 0 1024t36.5-271.5T140 508t160.5-207.5T508 140 752.5 36.5 1024 0zm0 1920q164 0 313.5-56t273.5-163L347 437Q240 561 184 710.5T128 1024q0 124 32 238.5t90.5 214 140 181 181 140 214 90.5 238.5 32zm677-309q107-124 163-273.5t56-313.5q0-124-32-238.5t-90.5-214-140-181-181-140-214-90.5-238.5-32q-164 0-313.5 56T437 347z"
})
}));
export { MCMdlBlocked };