iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Funnel1 = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.063 4.479a2.25 2.25 0 012.25-2.25h11.25a2.25 2.25 0 012.25 2.25v1.36a3.75 3.75 0 01-.77 2.276l-4.327 5.666a.75.75 0 00-.153.455v6.238c0 1.36-1.484 2.2-2.65 1.5l-1.508-.904a2.25 2.25 0 01-1.092-1.93v-4.904a.75.75 0 00-.154-.455L4.832 8.115a3.75 3.75 0 01-.77-2.276v-1.36zm2.25-.75a.75.75 0 00-.75.75v1.36c0 .494.162.973.461 1.366l4.327 5.665c.3.392.461.872.461 1.366v4.905a.75.75 0 00.365.643l1.507.904a.25.25 0 00.379-.214v-6.238c0-.494.162-.974.461-1.366l4.327-5.665c.3-.393.462-.872.462-1.366v-1.36a.75.75 0 00-.75-.75H6.313z", fill: "#323544" }));
exports.default = Funnel1;