@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 444 B
JavaScript
// packages/icons/src/library/next.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var next_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M6.6 6L5.4 7l4.5 5-4.5 5 1.1 1 5.5-6-5.4-6zm6 0l-1.1 1 4.5 5-4.5 5 1.1 1 5.5-6-5.5-6z" }) });
export {
next_default as default
};
//# sourceMappingURL=next.mjs.map