@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
14 lines • 406 B
JavaScript
/**
* WordPress dependencies
*/
import { SVG, Path } from '@wordpress/primitives';
import { jsx as _jsx } from "react/jsx-runtime";
const justifyRight = /*#__PURE__*/_jsx(SVG, {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
children: /*#__PURE__*/_jsx(Path, {
d: "M4 15h11V9H4v6zM18.5 4v16H20V4h-1.5z"
})
});
export default justifyRight;
//# sourceMappingURL=justify-right.js.map