@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 488 B
JavaScript
// packages/icons/src/library/chevron-up-small.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var chevron_up_small_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "m15.99 13.167-3.988-3.418-3.988 3.418.976 1.14 3.012-2.582 3.012 2.581.976-1.139Z" }) });
export {
chevron_up_small_default as default
};
//# sourceMappingURL=chevron-up-small.mjs.map