UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.93 kB
"use strict"; 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 IconMaterialKeyboardOffW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'KeyboardOffW100', short_name: 'KeyboardOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M834-92 146-780q-4-4-4.5-9.5T146-800q5-5 10-5t10 5l688 688-20 20ZM360-332q-11 0-19.5-8t-8.5-20q0-11 8.5-19.5T360-388h218l56 56H360Zm468-316v363q0 7-4.5 10.5T814-271q-5 0-9.5-3.5T800-285v-363q0-12-10-22t-22-10H406q-7 0-10.5-4.5T392-694q0-5 3.5-9.5T406-708h362q26 0 43 17t17 43ZM192-252q-26 0-43-17t-17-43v-336q0-26 17-43t43-17h66l28 28h-94q-12 0-22 10t-10 22v336q0 12 10 22t22 10h494l28 28H192Zm254-228Zm154 0Zm-360-92q-11 0-19.5-8.5T212-600q0-11 8.5-19.5T240-628q11 0 19.5 8.5T268-600q0 11-8.5 19.5T240-572Zm260-8-40-40q4-4 9.5-6t10.5-2q11 0 19.5 8.5T508-600q0 5-2 10.5t-6 9.5Zm100 8q-11 0-19.5-8.5T572-600q0-11 8.5-19.5T600-628q11 0 19.5 8.5T628-600q0 11-8.5 19.5T600-572Zm120 0q-11 0-19.5-8.5T692-600q0-11 8.5-19.5T720-628q11 0 19.5 8.5T748-600q0 11-8.5 19.5T720-572ZM240-452q-11 0-19.5-8.5T212-480q0-11 8.5-19.5T240-508q11 0 19.5 8.5T268-480q0 11-8.5 19.5T240-452Zm120 0q-11 0-19.5-8.5T332-480q0-11 8.5-19.5T360-508q11 0 19.5 8.5T388-480q0 11-8.5 19.5T360-452Zm260-8-40-40q4-4 9.5-6t10.5-2q11 0 19.5 8.5T628-480q0 5-2 10.5t-6 9.5Zm100 8q-11 0-19.5-8.5T692-480q0-11 8.5-19.5T720-508q11 0 19.5 8.5T748-480q0 11-8.5 19.5T720-452Z" }) }))); }); IconMaterialKeyboardOffW100.displayName = 'OnesyIconMaterialKeyboardOffW100'; exports.default = IconMaterialKeyboardOffW100;