UNPKG

@wordpress/icons

Version:
9 lines (8 loc) 427 B
// packages/icons/src/library/funnel.tsx import { Path, SVG } from "@wordpress/primitives"; import { jsx } from "react/jsx-runtime"; var funnel_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M10 17.5H14V16H10V17.5ZM6 6V7.5H18V6H6ZM8 12.5H16V11H8V12.5Z" }) }); export { funnel_default as default }; //# sourceMappingURL=funnel.mjs.map