UNPKG

@wordpress/block-library

Version:
27 lines (22 loc) 625 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ItemSubmenuIcon = void 0; var _element = require("@wordpress/element"); var _components = require("@wordpress/components"); /** * WordPress dependencies */ const ItemSubmenuIcon = () => (0, _element.createElement)(_components.SVG, { xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 12 12", fill: "none" }, (0, _element.createElement)(_components.Path, { d: "M1.50002 4L6.00002 8L10.5 4", strokeWidth: "1.5" })); exports.ItemSubmenuIcon = ItemSubmenuIcon; //# sourceMappingURL=icons.js.map