@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 499 B
JavaScript
// packages/icons/src/library/format-rtl.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var format_rtl_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M3 9c0 2.8 2.2 5 5 5v-.2V20h1.5V5.5H12V20h1.5V5.5h3V4H8C5.2 4 3 6.2 3 9Zm19.3 0-1.1-1-3.4 4 3.4 4 1.1-1-2.6-3 2.6-3Z" }) });
export {
format_rtl_default as default
};
//# sourceMappingURL=format-rtl.mjs.map