@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 981 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlStopSlideshowLegacy = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlStopSlideshowLegacy = function MCMdlStopSlideshowLegacy(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 1792 1792"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M0 224h1792v1344H0V224zm1680 1232V336H112v1120h1568zM1568 448v896H224V448h1344zm-112 784V560H336v672h1120zm-336-560v448H672V672h448zm-112 336V784H784v224h224z"
})
}));
};
exports.MCMdlStopSlideshowLegacy = MCMdlStopSlideshowLegacy;