UNPKG

@wordpress/icons

Version:
9 lines (8 loc) 403 B
// packages/icons/src/library/handle.tsx import { Path, SVG } from "@wordpress/primitives"; import { jsx } from "react/jsx-runtime"; var handle_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M7 16.5h10V15H7v1.5zm0-9V9h10V7.5H7z" }) }); export { handle_default as default }; //# sourceMappingURL=handle.mjs.map