UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 966 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialExposureNeg2 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ExposureNeg2", short_name: "ExposureNeg2", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M800-200H513q-12 0-20.5-8.5T484-229v-43q0-3 8-21l192-195q33-35 46.5-58.5T744-600q0-29-22.5-52.5T654-676q-26 0-44.5 10.5T578-638q-10 14-25.5 19t-30.5-1q-17-7-24.5-22.5t.5-29.5q21-35 60.5-61.5T656-760q83 0 129.5 47.5T832-600q0 45-21 82t-65 82L600-284l2 4h198q17 0 28.5 11.5T840-240q0 17-11.5 28.5T800-200ZM360-400H160q-17 0-28.5-11.5T120-440q0-17 11.5-28.5T160-480h200q17 0 28.5 11.5T400-440q0 17-11.5 28.5T360-400Z" })); }); IconMaterialExposureNeg2.displayName = 'OnesyIconMaterialExposureNeg2'; export default IconMaterialExposureNeg2;