UNPKG

@nomercyicons/react

Version:
29 lines 947 B
import * as React from "react"; function FilterAltRoundedIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "none", d: "M0 0h24m0 24H0" }), /*#__PURE__*/React.createElement("path", { d: "M4.25 5.61C6.57 8.59 10 13 10 13v5c0 1.1.9 2 2 2s2-.9 2-2v-5s3.43-4.41 5.75-7.39c.51-.66.04-1.61-.8-1.61H5.04c-.83 0-1.3.95-.79 1.61z" }), /*#__PURE__*/React.createElement("path", { fill: "none", d: "M0 0h24v24H0V0z" })); } const ForwardRef = React.forwardRef(FilterAltRoundedIcon); export default ForwardRef;