@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.54 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialKeyboardAltW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "KeyboardAltW100Filled",
short_name: "KeyboardAlt",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M152-172q-26 0-43-17t-17-43v-456q0-26 17-43t43-17h656q26 0 43 17t17 43v456q0 26-17 43t-43 17H152Zm188-114h280q6 0 10-4t4-10q0-6-4-10t-10-4H340q-6 0-10 4t-4 10q0 6 4 10t10 4ZM240-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-572Zm160 0q11 0 19.5-8.5T428-600q0-11-8.5-19.5T400-628q-11 0-19.5 8.5T372-600q0 11 8.5 19.5T400-572Zm160 0q11 0 19.5-8.5T588-600q0-11-8.5-19.5T560-628q-11 0-19.5 8.5T532-600q0 11 8.5 19.5T560-572Zm160 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-412q11 0 19.5-8.5T268-440q0-11-8.5-19.5T240-468q-11 0-19.5 8.5T212-440q0 11 8.5 19.5T240-412Zm160 0q11 0 19.5-8.5T428-440q0-11-8.5-19.5T400-468q-11 0-19.5 8.5T372-440q0 11 8.5 19.5T400-412Zm160 0q11 0 19.5-8.5T588-440q0-11-8.5-19.5T560-468q-11 0-19.5 8.5T532-440q0 11 8.5 19.5T560-412Zm160 0q11 0 19.5-8.5T748-440q0-11-8.5-19.5T720-468q-11 0-19.5 8.5T692-440q0 11 8.5 19.5T720-412Z"
}));
});
IconMaterialKeyboardAltW100Filled.displayName = 'OnesyIconMaterialKeyboardAltW100Filled';
export default IconMaterialKeyboardAltW100Filled;