@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.67 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialKeyboardKeysW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "KeyboardKeysW100Filled",
short_name: "KeyboardKeys",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("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"
}));
});
IconMaterialKeyboardKeysW100Filled.displayName = 'OnesyIconMaterialKeyboardKeysW100Filled';
export default IconMaterialKeyboardKeysW100Filled;