UNPKG

@wordpress/block-library

Version:
13 lines (12 loc) 368 B
import { createElement } from "@wordpress/element"; /** * WordPress dependencies */ import { Path, SVG } from '@wordpress/components'; export default createElement(SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }, createElement(Path, { d: "M13 17h8v-2h-8v2zM3 19h8V5H3v14zM13 9h8V7h-8v2zm0 4h8v-2h-8v2z" })); //# sourceMappingURL=icon.js.map