@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 499 B
JavaScript
// packages/icons/src/library/format-ltr.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var format_ltr_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 9Zm15.9-1-1.1 1 2.6 3-2.6 3 1.1 1 3.4-4-3.4-4Z" }) });
export {
format_ltr_default as default
};
//# sourceMappingURL=format-ltr.mjs.map