@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 490 B
JavaScript
// packages/icons/src/library/query-pagination-next.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var query_pagination_next_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M5 13.5h3v-3H5v3zm5 0h3v-3h-3v3zM17 9l-1 1 2 2-2 2 1 1 3-3-3-3z" }) });
export {
query_pagination_next_default as default
};
//# sourceMappingURL=query-pagination-next.mjs.map