@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
21 lines (19 loc) • 615 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _primitives = require("@wordpress/primitives");
var _jsxRuntime = require("react/jsx-runtime");
/**
* WordPress dependencies
*/
const justifyCenterVertical = /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.SVG, {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.Path, {
d: "M20 11h-5V4H9v7H4v1.5h5V20h6v-7.5h5z"
})
});
var _default = exports.default = justifyCenterVertical;
//# sourceMappingURL=justify-center-vertical.js.map