@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 449 B
JavaScript
// packages/icons/src/library/arrow-down-left.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var arrow_down_left_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M14 18H6V10H7.5V15.5L17 6L18 7L8.5 16.5H14V18Z" }) });
export {
arrow_down_left_default as default
};
//# sourceMappingURL=arrow-down-left.mjs.map