UNPKG

@wordpress/icons

Version:
13 lines 409 B
import { createElement } from "react"; /** * WordPress dependencies */ import { Path, SVG } from '@wordpress/primitives'; const mediaAndText = createElement(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }, createElement(Path, { d: "M3 6v11.5h8V6H3Zm11 3h7V7.5h-7V9Zm7 3.5h-7V11h7v1.5ZM14 16h7v-1.5h-7V16Z" })); export default mediaAndText; //# sourceMappingURL=media-and-text.js.map