@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.88 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 IconMaterialKeyboardKeysW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'KeyboardKeysW100', short_name: 'KeyboardKeys', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M320-292q-11 0-19.5-8t-8.5-20q0-11 8.5-19.5T320-348h320q11 0 19.5 8t8.5 20q0 11-8.5 19.5T640-292H320ZM160-612q-11 0-19.5-8.5T132-640q0-11 8.5-19.5T160-668q11 0 19.5 8.5T188-640q0 11-8.5 19.5T160-612Zm160 0q-11 0-19.5-8.5T292-640q0-11 8.5-19.5T320-668q11 0 19.5 8.5T348-640q0 11-8.5 19.5T320-612Zm160 0q-11 0-19.5-8.5T452-640q0-11 8.5-19.5T480-668q11 0 19.5 8.5T508-640q0 11-8.5 19.5T480-612Zm160 0q-11 0-19.5-8.5T612-640q0-11 8.5-19.5T640-668q11 0 19.5 8.5T668-640q0 11-8.5 19.5T640-612Zm160 0q-11 0-19.5-8.5T772-640q0-11 8.5-19.5T800-668q11 0 19.5 8.5T828-640q0 11-8.5 19.5T800-612Zm0 160q-11 0-19.5-8.5T772-480q0-11 8.5-19.5T800-508q11 0 19.5 8.5T828-480q0 11-8.5 19.5T800-452Zm-160 0q-11 0-19.5-8.5T612-480q0-11 8.5-19.5T640-508q11 0 19.5 8.5T668-480q0 11-8.5 19.5T640-452Zm-160 0q-11 0-19.5-8.5T452-480q0-11 8.5-19.5T480-508q11 0 19.5 8.5T508-480q0 11-8.5 19.5T480-452Zm-160 0q-11 0-19.5-8.5T292-480q0-11 8.5-19.5T320-508q11 0 19.5 8.5T348-480q0 11-8.5 19.5T320-452Zm-160 0q-11 0-19.5-8.5T132-480q0-11 8.5-19.5T160-508q11 0 19.5 8.5T188-480q0 11-8.5 19.5T160-452Z" }) })));
});
IconMaterialKeyboardKeysW100.displayName = 'OnesyIconMaterialKeyboardKeysW100';
exports.default = IconMaterialKeyboardKeysW100;
;