UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 868 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialKeyboardOptionKey = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "KeyboardOptionKey", short_name: "KeyboardOptionKey", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M637-200q-22 0-40-10.5T568-240L314-680H160q-17 0-28.5-11.5T120-720q0-17 11.5-28.5T160-760h154q22 0 40 10.5t29 29.5l254 440h163q17 0 28.5 11.5T840-240q0 17-11.5 28.5T800-200H637Zm3-480q-17 0-28.5-11.5T600-720q0-17 11.5-28.5T640-760h160q17 0 28.5 11.5T840-720q0 17-11.5 28.5T800-680H640Z" })); }); IconMaterialKeyboardOptionKey.displayName = 'OnesyIconMaterialKeyboardOptionKey'; export default IconMaterialKeyboardOptionKey;