UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 739 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FunnelMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.333 2.657A.75.75 0 0 1 3 2.25h18a.75.75 0 0 1 .61 1.186l-6.783 9.497v5.298a.75.75 0 0 1-.334.624l-4.154 2.769A.75.75 0 0 1 9.173 21v-8.067L2.39 3.436a.75.75 0 0 1-.057-.78M4.457 3.75l6.076 8.506c.091.128.14.28.14.436V19.6l2.654-1.77v-5.137a.75.75 0 0 1 .14-.436l6.076-8.506z", clipRule: "evenodd" }))); }); FunnelMIcon.displayName = 'FunnelMIcon';