UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 828 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialDehazeW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DehazeW100Filled", short_name: "Dehaze", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M3 17.05q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h18q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Zm0-4.7q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h18q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Zm0-4.7q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h18q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Z" })); }); IconMaterialDehazeW100Filled.displayName = 'AmauiIconMaterialDehazeW100Filled'; export default IconMaterialDehazeW100Filled;