UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 2.14 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialKeyboardExternalInput = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "KeyboardExternalInput", short_name: "KeyboardExternalInput", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M160-280v-400 400Zm0 80q-33 0-56.5-23.5T80-280v-400q0-33 23.5-56.5T160-760h640q33 0 56.5 23.5T880-680v200q0 20-12.5 30T840-440q-15 0-27.5-10T800-480v-200H160v400h280q17 0 28.5 11.5T480-240q0 17-11.5 28.5T440-200H160Zm200-120h120q17 0 28.5-11.5T520-360q0-17-11.5-28.5T480-400H360q-17 0-28.5 11.5T320-360q0 17 11.5 28.5T360-320Zm367 120H600q-17 0-28.5-11.5T560-240q0-17 11.5-28.5T600-280h127l-36-36q-11-11-11-27.5t12-28.5q11-11 28-11t28 11l104 104q12 12 12 28t-12 28L748-108q-11 11-27.5 11.5T692-108q-11-11-11-28t11-28l35-36ZM240-560q17 0 28.5-11.5T280-600q0-17-11.5-28.5T240-640q-17 0-28.5 11.5T200-600q0 17 11.5 28.5T240-560Zm120 0q17 0 28.5-11.5T400-600q0-17-11.5-28.5T360-640q-17 0-28.5 11.5T320-600q0 17 11.5 28.5T360-560Zm120 0q17 0 28.5-11.5T520-600q0-17-11.5-28.5T480-640q-17 0-28.5 11.5T440-600q0 17 11.5 28.5T480-560Zm120 0q17 0 28.5-11.5T640-600q0-17-11.5-28.5T600-640q-17 0-28.5 11.5T560-600q0 17 11.5 28.5T600-560Zm120 0q17 0 28.5-11.5T760-600q0-17-11.5-28.5T720-640q-17 0-28.5 11.5T680-600q0 17 11.5 28.5T720-560ZM240-440q17 0 28.5-11.5T280-480q0-17-11.5-28.5T240-520q-17 0-28.5 11.5T200-480q0 17 11.5 28.5T240-440Zm120 0q17 0 28.5-11.5T400-480q0-17-11.5-28.5T360-520q-17 0-28.5 11.5T320-480q0 17 11.5 28.5T360-440Zm120 0q17 0 28.5-11.5T520-480q0-17-11.5-28.5T480-520q-17 0-28.5 11.5T440-480q0 17 11.5 28.5T480-440Zm120 0q17 0 28.5-11.5T640-480q0-17-11.5-28.5T600-520q-17 0-28.5 11.5T560-480q0 17 11.5 28.5T600-440Zm80-40q0 17 11.5 28.5T720-440q17 0 28.5-11.5T760-480v1.5-1.5q0-17-11.5-28.5T720-520q-17 0-28.5 11.5T680-480Z" })); }); IconMaterialKeyboardExternalInput.displayName = 'OnesyIconMaterialKeyboardExternalInput'; export default IconMaterialKeyboardExternalInput;