UNPKG

@icongo/mc

Version:
22 lines (21 loc) 1.26 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.MCMdlOrientation = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var MCMdlOrientation = function MCMdlOrientation(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 2048 2048" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.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" }) })); }; exports.MCMdlOrientation = MCMdlOrientation;