@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 611 B
JavaScript
// packages/icons/src/library/format-outdent-rtl.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var format_outdent_rtl_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M20 5.5H4V4H20V5.5ZM12 12.5H4V11H12V12.5ZM20 20V18.5H4V20H20ZM15.4697 14.9697L18.4393 12L15.4697 9.03033L16.5303 7.96967L20.0303 11.4697L20.5607 12L20.0303 12.5303L16.5303 16.0303L15.4697 14.9697Z" }) });
export {
format_outdent_rtl_default as default
};
//# sourceMappingURL=format-outdent-rtl.mjs.map