@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 532 B
JavaScript
// packages/icons/src/library/chevron-right-small.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var chevron_right_small_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M10.8622 8.04053L14.2805 12.0286L10.8622 16.0167L9.72327 15.0405L12.3049 12.0286L9.72327 9.01672L10.8622 8.04053Z" }) });
export {
chevron_right_small_default as default
};
//# sourceMappingURL=chevron-right-small.mjs.map