@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
21 lines (19 loc) • 619 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 alignRight = /*#__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: "M11.111 5.5H20V4h-8.889v1.5ZM4 12.5h16V11H4v1.5Zm7.111 7H20V18h-8.889v1.5Z"
})
});
var _default = exports.default = alignRight;
//# sourceMappingURL=align-right.js.map