UNPKG

@astraicons/react

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

23 lines 880 B
const React = require("react"); const { forwardRef } = require("react"); const Filter2Icon = ({ title, titleId, ...props }, ref) => /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", ref: ref, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { strokeLinecap: "round", d: "M9.3 13.667v4.2a1.8 1.8 0 0 0 1.218 1.703l3.406 1.165c.38.13.776-.153.776-.555v-6.513a1.8 1.8 0 0 1 .27-.95l4.324-6.968c.744-1.2-.118-2.749-1.53-2.749H6.236c-1.411 0-2.273 1.55-1.53 2.749l4.325 6.969a1.8 1.8 0 0 1 .27.949ZM14.773 9.017l2.426-3.79" })); const ForwardRef = forwardRef(Filter2Icon); module.exports = ForwardRef;