@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
14 lines • 417 B
JavaScript
/**
* WordPress dependencies
*/
import { SVG, Path } from '@wordpress/primitives';
import { jsx as _jsx } from "react/jsx-runtime";
const stretchFullWidth = /*#__PURE__*/_jsx(SVG, {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
children: /*#__PURE__*/_jsx(Path, {
d: "M5 4h14v11H5V4Zm11 16H8v-1.5h8V20Z"
})
});
export default stretchFullWidth;
//# sourceMappingURL=stretch-full-width.js.map