@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 844 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconFunnel12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m6.5 7.143.226-.276L9.89 3H2.11l3.164 3.867.226.276v2.742l1-.435zm1 .357 3.164-3.867A1 1 0 0 0 9.89 2H2.11a1 1 0 0 0-.774 1.633L4.5 7.5v2.385a1 1 0 0 0 1.398.917l1-.434A1 1 0 0 0 7.5 9.45z",
clipRule: "evenodd"
}
)
}
);
}
const m = n(l);
export {
m as default
};
//# sourceMappingURL=IconFunnel12.es.js.map