@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 409 B
JavaScript
// packages/icons/src/library/filter.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var filter_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M12 4 4 19h16L12 4zm0 3.2 5.5 10.3H12V7.2z" }) });
export {
filter_default as default
};
//# sourceMappingURL=filter.mjs.map