@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
9 lines (8 loc) • 379 B
JavaScript
// packages/icons/src/library/reset.tsx
import { Path, SVG } from "@wordpress/primitives";
import { jsx } from "react/jsx-runtime";
var reset_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M7 11.5h10V13H7z" }) });
export {
reset_default as default
};
//# sourceMappingURL=reset.mjs.map