@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
21 lines (19 loc) • 601 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 arrowDownRight = /*#__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: "M10 18h8v-8h-1.5v5.5L7 6 6 7l9.5 9.5H10V18Z"
})
});
var _default = exports.default = arrowDownRight;
//# sourceMappingURL=arrow-down-right.js.map