@wordpress/block-library
Version:
Block library for the WordPress editor.
20 lines (19 loc) • 550 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _components = require("@wordpress/components");
var _jsxRuntime = require("react/jsx-runtime");
/**
* WordPress dependencies
*/
var _default = exports.default = /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.SVG, {
xmlns: "http://www.w3.org/2000/svg",
width: "24",
height: "24",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Path, {
d: "M4 10.5h16V9H4v1.5ZM4 15h9v-1.5H4V15Z"
})
});
//# sourceMappingURL=icon.js.map
;