@wordpress/block-editor
Version:
31 lines (29 loc) • 976 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _components = require("@wordpress/components");
var _i18n = require("@wordpress/i18n");
var _jsxRuntime = require("react/jsx-runtime");
/**
* WordPress dependencies
*/
const NavigateUp = () => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_components.SVG, {
width: "24",
height: "24",
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Path, {
fill: "none",
d: "M0 0h24v24H0V0z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Path, {
fill: "white",
fillRule: "evenodd",
clipRule: "evenodd",
d: "M17,11 z L15.58,12.42 L12,8.83 L12,18 L22,18 L22,20 L10,20 L10,8.83 L6.42,12.42 L5,11 L11,5 L17,11",
transform: (0, _i18n.isRTL)() ? 'scale(-1,1) translate(-24,0)' : undefined
})]
});
var _default = exports.default = NavigateUp;
//# sourceMappingURL=nav-up-icon.js.map
;