UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 887 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialWindowSensor = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "WindowSensor", short_name: "WindowSensor", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M880-600q-17 0-28.5-11.5T840-640v-160q0-17 11.5-28.5T880-840q17 0 28.5 11.5T920-800v160q0 17-11.5 28.5T880-600ZM120-200v-560q0-33 23.5-56.5T200-840h480q33 0 56.5 23.5T760-760v560q0 33-23.5 56.5T680-120H200q-33 0-56.5-23.5T120-200Zm80-320h200v-20q0-8 6-14t14-6h40q8 0 14 6t6 14v20h200v-240H200v240Zm0 320h480v-240H200v240Zm0 0h480-480Z" })); }); IconMaterialWindowSensor.displayName = 'OnesyIconMaterialWindowSensor'; export default IconMaterialWindowSensor;