@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.22 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 IconMaterialKeyboardLockOff = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'KeyboardLockOff', short_name: 'KeyboardLockOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M600-520q-9 0-17.5 4T569-505l56 56q7-5 11-13.5t4-17.5q0-17-11.5-28.5T600-520Zm-240 40Zm167 160H360q-17 0-28.5-11.5T320-360q0-17 11.5-28.5T360-400h167v80ZM791-56 56-791q-12-12-12-28.5T56-848q12-12 28-12t28 12l735 736q12 12 12 28t-12 28q-12 12-28 12t-28-12Zm9-704q33 0 56.5 23.5T880-680v178q0 20-12.5 30T840-462q-15 0-27.5-10T800-502v-178H411q-20 0-30-12.5T371-720q0-15 10-27.5t30-12.5h389ZM160-200q-33 0-56.5-23.5T80-280v-400q0-33 23.5-56.5T160-760h40l80 80H160v400h360q17 0 28.5 11.5T560-240q0 17-11.5 28.5T520-200H160ZM674-80q-14 0-24-10t-10-24v-132q0-14 10-24t24-10h6l160 160v40H674Zm206-114-80-80v-46q0-17-11.5-28.5T760-360q-9 0-17.5 4T729-345l-28-29q11-12 26.5-19t32.5-7q33 0 56.5 23.5T840-320v40h6q14 0 24 10t10 24v52ZM240-560q-17 0-28.5-11.5T200-600q0-17 11.5-28.5T240-640q17 0 28.5 11.5T280-600q0 17-11.5 28.5T240-560Zm0 120q-17 0-28.5-11.5T200-480q0-17 11.5-28.5T240-520q17 0 28.5 11.5T280-480q0 17-11.5 28.5T240-440Zm120 0q-17 0-28.5-11.5T320-480q0-17 11.5-28.5T360-520q17 0 28.5 11.5T400-480q0 17-11.5 28.5T360-440Zm240-120q17 0 28.5-11.5T640-600q0-17-11.5-28.5T600-640q-17 0-28.5 11.5T560-600q0 17 11.5 28.5T600-560Zm120 0q17 0 28.5-11.5T760-600q0-17-11.5-28.5T720-640q-17 0-28.5 11.5T680-600q0 17 11.5 28.5T720-560Zm0 52q-17 0-28.5 11.5T680-468q0 17 11.5 28.5T720-428q17 0 28.5-11.5T760-468q0-17-11.5-28.5T720-508ZM480-640q-9 0-17.5 4T449-625l56 56q7-5 11-13.5t4-17.5q0-17-11.5-28.5T480-640Zm36 81Z" }) })));
});
IconMaterialKeyboardLockOff.displayName = 'OnesyIconMaterialKeyboardLockOff';
exports.default = IconMaterialKeyboardLockOff;
;