@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 847 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as n } from "react";
function l(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconFunnel16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m9 10.007.155-.246L12.804 4H3.148l3.694 5.757.158.246v3.253l2-.731zm1 .29 3.649-5.762A1 1 0 0 0 12.804 3H3.148a1 1 0 0 0-.842 1.54L6 10.297v2.96a1 1 0 0 0 1.344.939l2-.732a1 1 0 0 0 .656-.94z",
clipRule: "evenodd"
}
)
}
);
}
const m = n(l);
export {
m as default
};
//# sourceMappingURL=IconFunnel16.es.js.map