@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 460 B
JavaScript
// packages/icons/src/library/chevron-left-small.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var chevron_left_small_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "m13.1 16-3.4-4 3.4-4 1.1 1-2.6 3 2.6 3-1.1 1z" }) });
export {
chevron_left_small_default as default
};
//# sourceMappingURL=chevron-left-small.mjs.map