@icongo/mc
Version:
Micon Icons
13 lines • 848 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlOrientation = 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: "M1408 1664H0V768h1408v896zm-128-768H128v640h1152V896zM128 640H0V512h128v128zm0-256H0V256h128v128zm0-256H0V0h128v128zm768 0H768V0h128v128zm-512 0H256V0h128v128zm256 0H512V0h128v128zm256 256H768V256h128v128zm0 256H768V512h128v128zm731-512q102 102 180.5 197.5t132 200 81 225.5 27.5 273q0 141-36.5 272t-103 245-160 207.5-207.5 160-245 103-272 36.5v-128q123 0 237.5-32t214-90.5T1657 1657t140.5-181.5 90.5-214 32-237.5q0-133-25.5-242t-74-204-120-182T1536 219v293h-128V0h512v128h-293z"
})
}));
export { MCMdlOrientation };