@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.21 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 IconMaterialKeyboardExternalInputW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'KeyboardExternalInputW100Filled', short_name: 'KeyboardExternalInput', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M773-252H584q-6 0-10-4t-4-10q0-6 4-10t10-4h189l-79-80q-4-4-4-10t4-10q4-4 10-4t10 4l92 93q9 9 9 21t-9 21l-92 93q-4 4-10 3.5t-10-4.5q-4-4-4-9.5t4-9.5l79-80ZM240-572q11 0 19.5-8.5T268-600q0-11-8.5-19.5T240-628q-11 0-19.5 8.5T212-600q0 11 8.5 19.5T240-572Zm120 0q11 0 19.5-8.5T388-600q0-11-8.5-19.5T360-628q-11 0-19.5 8.5T332-600q0 11 8.5 19.5T360-572Zm120 0q11 0 19.5-8.5T508-600q0-11-8.5-19.5T480-628q-11 0-19.5 8.5T452-600q0 11 8.5 19.5T480-572Zm120 0q11 0 19.5-8.5T628-600q0-11-8.5-19.5T600-628q-11 0-19.5 8.5T572-600q0 11 8.5 19.5T600-572Zm120 0q11 0 19.5-8.5T748-600q0-11-8.5-19.5T720-628q-11 0-19.5 8.5T692-600q0 11 8.5 19.5T720-572ZM240-452q11 0 19.5-8.5T268-480q0-11-8.5-19.5T240-508q-11 0-19.5 8.5T212-480q0 11 8.5 19.5T240-452Zm120 0q11 0 19.5-8.5T388-480q0-11-8.5-19.5T360-508q-11 0-19.5 8.5T332-480q0 11 8.5 19.5T360-452Zm120 0q11 0 19.5-8.5T508-480q0-11-8.5-19.5T480-508q-11 0-19.5 8.5T452-480q0 11 8.5 19.5T480-452Zm120-56q-11 0-19.5 8.5T572-480q0 8 4 14.5t11 10.5q10-6 20-11t21-10q0-7-2-12t-6-10q-4-5-9-7.5t-11-2.5ZM192-252q-26 0-43-17t-17-43v-336q0-26 17-43t43-17h576q26 0 43 17t17 43v151q0 15-13 22.5t-27 1.5q-10-5-19.5-7.5T748-485q-2-10-10-16.5t-18-6.5q-9 0-16 5.5T694-489h-2q-53 2-99.5 29.5T517-388H360q-11 0-19.5 8t-8.5 20q0 11 8.5 19.5T360-332h131q-5 14-6.5 26.5T482-279q-1 11-8.5 19t-18.5 8H192Z" }) })));
});
IconMaterialKeyboardExternalInputW100Filled.displayName = 'OnesyIconMaterialKeyboardExternalInputW100Filled';
exports.default = IconMaterialKeyboardExternalInputW100Filled;
;