UNPKG

@wordpress/icons

Version:
9 lines (8 loc) 536 B
// packages/icons/src/library/tabs-menu-item.tsx import { Path, SVG } from "@wordpress/primitives"; import { jsx } from "react/jsx-runtime"; var tabs_menu_item_default = /* @__PURE__ */ jsx(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ jsx(Path, { d: "M14 11.25a.25.25 0 0 0-.25-.25h-3.5a.25.25 0 0 0-.25.25v2.5H8.5v-2.5c0-.966.784-1.75 1.75-1.75h3.5c.966 0 1.75.784 1.75 1.75v2.5H14v-2.5Z" }) }); export { tabs_menu_item_default as default }; //# sourceMappingURL=tabs-menu-item.mjs.map