UNPKG

@wordpress/icons

Version:
21 lines (19 loc) 592 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _primitives = require("@wordpress/primitives"); var _jsxRuntime = require("react/jsx-runtime"); /** * WordPress dependencies */ const justifyCenter = /*#__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: "M12.5 15v5H11v-5H4V9h7V4h1.5v5h7v6h-7Z" }) }); var _default = exports.default = justifyCenter; //# sourceMappingURL=justify-center.js.map