@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 443 B
JavaScript
// packages/icons/src/library/chevron-down.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var chevron_down_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z" }) });
export {
chevron_down_default as default
};
//# sourceMappingURL=chevron-down.mjs.map