UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 901 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FunnelMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FunnelMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.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" }))); }); exports.FunnelMIcon.displayName = 'FunnelMIcon';