UNPKG

@wordpress/icons

Version:
13 lines 367 B
import { createElement } from "react"; /** * WordPress dependencies */ import { SVG, Path } from '@wordpress/primitives'; const create = createElement(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }, createElement(Path, { d: "M16 11.2h-3.2V8h-1.6v3.2H8v1.6h3.2V16h1.6v-3.2H16z" })); export default create; //# sourceMappingURL=create.js.map