UNPKG

@icongo/mc

Version:
22 lines (21 loc) 1.31 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.MCMdlRotationLock = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var MCMdlRotationLock = function MCMdlRotationLock(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: "M1280 1023q52 0 99 20.5t81.5 55 55 81.5 20.5 99v128h128v640H896v-640h128v-128q0-52 20.5-99t55-81.5 81-55 99.5-20.5zm-128 384h256v-128q0-26-10-49.5t-27.5-41-41-27.5-49.5-10q-27 0-50 10t-40.5 27.5-27.5 40.5-10 50v128zm384 128h-512v384h512v-384zM499 1356l90-91 192 193-90 90zM1242 0q26 0 49.5 9t41.5 27l678 678q18 18 27.5 41.5t9.5 49.5q0 25-9.5 48.5T2011 895l-350 350q-8-74-41-141l300-300-677-677L128 1241l640 640v158q-15-5-28.5-12t-24.5-18L37 1332q-18-18-27.5-41.5T0 1242q0-26 9.5-49.5T37 1151L1152 36q18-18 41.5-27t48.5-9z" }) })); }; exports.MCMdlRotationLock = MCMdlRotationLock;