UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 992 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialExposure = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Exposure", short_name: "Exposure", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560L200-200Zm380-120h-50q-13 0-21.5-8.5T500-350q0-13 8.5-21.5T530-380h50v-50q0-13 8.5-21.5T610-460q13 0 21.5 8.5T640-430v50h50q13 0 21.5 8.5T720-350q0 13-8.5 21.5T690-320h-50v50q0 13-8.5 21.5T610-240q-13 0-21.5-8.5T580-270v-50ZM410-620q13 0 21.5-8.5T440-650q0-13-8.5-21.5T410-680H270q-13 0-21.5 8.5T240-650q0 13 8.5 21.5T270-620h140Z" })); }); IconMaterialExposure.displayName = 'OnesyIconMaterialExposure'; export default IconMaterialExposure;