@icongo/mc
Version:
Micon Icons
13 lines • 545 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlStopSlideshowLegacy = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1792 1792"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M0 224h1792v1344H0V224zm1680 1232V336H112v1120h1568zM1568 448v896H224V448h1344zm-112 784V560H336v672h1120zm-336-560v448H672V672h448zm-112 336V784H784v224h224z"
})
}));
export { MCMdlStopSlideshowLegacy };