@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 473 B
JavaScript
// packages/icons/src/library/format-outdent.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var format_outdent_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M4 7.2v1.5h16V7.2H4zm8 8.6h8v-1.5h-8v1.5zm-4-4.6l-4 4 4 4 1-1-3-3 3-3-1-1z" }) });
export {
format_outdent_default as default
};
//# sourceMappingURL=format-outdent.mjs.map