UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.7 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialKeyboardOff = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "KeyboardOff", short_name: "KeyboardOff", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M794-59 87-766q-12-12-11.5-28.5T88-823q12-12 28.5-12t28.5 12l706 707-57 57ZM360-320q-17 0-28.5-11.5T320-360q0-17 11.5-28.5T360-400h207l80 80H360Zm520-360v380q0 20-12.5 30T840-260q-15 0-27.5-10T800-300v-380H420q-20 0-30-12.5T380-720q0-15 10-27.5t30-12.5h380q33 0 56.5 23.5T880-680ZM160-200q-33 0-56.5-23.5T80-280v-400q0-33 23.5-56.5T160-760h47l80 80H160v400h527l80 80H160Zm213-280Zm227 0Zm-360-80q-17 0-28.5-11.5T200-600q0-17 11.5-28.5T240-640q17 0 28.5 11.5T280-600q0 17-11.5 28.5T240-560Zm268-12-56-56q5-5 12.5-8.5T480-640q17 0 28.5 11.5T520-600q0 8-3.5 15.5T508-572Zm92 12q-17 0-28.5-11.5T560-600q0-17 11.5-28.5T600-640q17 0 28.5 11.5T640-600q0 17-11.5 28.5T600-560Zm120 0q-17 0-28.5-11.5T680-600q0-17 11.5-28.5T720-640q17 0 28.5 11.5T760-600q0 17-11.5 28.5T720-560ZM240-440q-17 0-28.5-11.5T200-480q0-17 11.5-28.5T240-520q17 0 28.5 11.5T280-480q0 17-11.5 28.5T240-440Zm120 0q-17 0-28.5-11.5T320-480q0-17 11.5-28.5T360-520q17 0 28.5 11.5T400-480q0 17-11.5 28.5T360-440Zm268-12-56-56q5-5 12.5-8.5T600-520q17 0 28.5 11.5T640-480q0 8-3.5 15.5T628-452Zm92 12q-17 0-28.5-11.5T680-480q0-17 11.5-28.5T720-520q17 0 28.5 11.5T760-480q0 17-11.5 28.5T720-440Z" })); }); IconMaterialKeyboardOff.displayName = 'OnesyIconMaterialKeyboardOff'; export default IconMaterialKeyboardOff;