@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.35 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialScreenLockLandscapeW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ScreenLockLandscapeW100', short_name: 'ScreenLockLandscape', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M408-338q-15 0-25.5-10.5T372-374v-104q0-15 10.5-25.5T408-514h5v-40q0-29 19.5-48.5T481-622q29 0 48.5 19.5T549-554v40h5q14 0 24 10.5t10 25.5v104q0 15-10.5 25.5T552-338H408Zm33-176h80v-40q0-17-11.5-28.5T481-594q-17 0-28.5 11.5T441-554v40ZM152-252q-26 0-43-17t-17-43v-336q0-26 17-43t43-17h656q26 0 43 17t17 43v336q0 26-17 43t-43 17H152Zm34-28v-400h-34q-12 0-22 10t-10 22v336q0 12 10 22t22 10h34Zm28 0h532v-400H214v400Zm560 0h34q12 0 22-10t10-22v-336q0-12-10-22t-22-10h-34v400ZM186-680h-66 66Zm588 0h66-66Z" }) })));
});
IconMaterialScreenLockLandscapeW100.displayName = 'OnesyIconMaterialScreenLockLandscapeW100';
exports.default = IconMaterialScreenLockLandscapeW100;
;