UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.1 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialExposureNeg2Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ExposureNeg2Filled", short_name: "ExposureNeg2", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M13.375 19q-.525 0-.9-.375t-.375-.9q0-.35.163-.75.162-.4.412-.65L17.1 11.8q.85-.85 1.175-1.45.325-.6.325-1.35 0-.725-.562-1.313-.563-.587-1.688-.587-.6 0-1.05.225-.45.225-.775.625t-.713.55q-.387.15-.762 0-.425-.175-.6-.6t.05-.775q.525-.875 1.5-1.5T16.4 5q2.075 0 3.238 1.188Q20.8 7.375 20.8 9q0 1.125-.525 2.05-.525.925-1.625 2.05L15 16.9l.05.1H20q.425 0 .712.288.288.287.288.712t-.288.712Q20.425 19 20 19ZM4 14q-.425 0-.712-.288Q3 13.425 3 13t.288-.713Q3.575 12 4 12h5q.425 0 .713.287.287.288.287.713t-.287.712Q9.425 14 9 14Z" })); }); IconMaterialExposureNeg2Filled.displayName = 'AmauiIconMaterialExposureNeg2Filled'; export default IconMaterialExposureNeg2Filled;