@wordpress/block-library
Version:
Block library for the WordPress editor.
18 lines (17 loc) • 443 B
JavaScript
import { jsx } from "react/jsx-runtime";
import { Path, SVG } from "@wordpress/components";
const ItemSubmenuIcon = () => /* @__PURE__ */ jsx(
SVG,
{
xmlns: "http://www.w3.org/2000/svg",
width: "12",
height: "12",
viewBox: "0 0 12 12",
fill: "none",
children: /* @__PURE__ */ jsx(Path, { d: "M1.50002 4L6.00002 8L10.5 4", strokeWidth: "1.5" })
}
);
export {
ItemSubmenuIcon
};
//# sourceMappingURL=icons.js.map