UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.2 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FunnelSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FunnelSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#FunnelSIcon__a)" }, react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.333.657A.75.75 0 0 1 1 .25h14a.75.75 0 0 1 .61 1.186l-5.245 7.343v4.067a.75.75 0 0 1-.334.624l-3.23 2.154A.75.75 0 0 1 5.635 15V8.779L.39 1.436a.75.75 0 0 1-.057-.78M2.457 1.75l4.538 6.353c.09.127.14.28.14.435v5.06l1.73-1.153V8.538a.75.75 0 0 1 .14-.435l4.538-6.353z", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FunnelSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.FunnelSIcon.displayName = 'FunnelSIcon';