@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
14 lines • 409 B
JavaScript
/**
* WordPress dependencies
*/
import { SVG, Path } from '@wordpress/primitives';
import { jsx as _jsx } from "react/jsx-runtime";
const justifyBottom = /*#__PURE__*/_jsx(SVG, {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
children: /*#__PURE__*/_jsx(Path, {
d: "M15 4H9v11h6V4zM4 18.5V20h16v-1.5H4z"
})
});
export default justifyBottom;
//# sourceMappingURL=justify-bottom.js.map