@icongo/mc
Version:
Micon Icons
13 lines • 810 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlFileExplorerApp = 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: "M1536 1152q27 0 50 10t40.5 27.5 27.5 40.5 10 50v640h-256v-512H640v512H384v-640q0-27 10-50t27.5-40.5T462 1162t50-10h1024zm-768 384h512v256H768v-256zm0-1216q-31 30-71.5 47T608 384H0V256q0-27 10-50t27.5-40.5T78 138t50-10h480q48 0 88.5 17t71.5 47l64 64zm1152 64q27 0 50 10t40.5 27.5T2038 462t10 50v1280h-256v-512q0-53-20-99.5t-55-81.5-81.5-55-99.5-20H512q-53 0-99.5 20t-81.5 55-55 81.5-20 99.5v512H0V512h640q75 0 140.5-34T896 384h1024z"
})
}));
export { MCMdlFileExplorerApp };