@wordpress/block-library
Version:
Block library for the WordPress editor.
25 lines (23 loc) • 654 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ItemSubmenuIcon = void 0;
var _components = require("@wordpress/components");
var _jsxRuntime = require("react/jsx-runtime");
/**
* WordPress dependencies
*/
const ItemSubmenuIcon = () => /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.SVG, {
xmlns: "http://www.w3.org/2000/svg",
width: "12",
height: "12",
viewBox: "0 0 12 12",
fill: "none",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Path, {
d: "M1.50002 4L6.00002 8L10.5 4",
strokeWidth: "1.5"
})
});
exports.ItemSubmenuIcon = ItemSubmenuIcon;
//# sourceMappingURL=icons.js.map
;