UNPKG

368 BJavaScriptView Raw
1import { createElement } from "@wordpress/element";
2
3/**
4 * WordPress dependencies
5 */
6import { Path, SVG } from '@wordpress/components';
7export default createElement(SVG, {
8 xmlns: "http://www.w3.org/2000/svg",
9 viewBox: "0 0 24 24"
10}, createElement(Path, {
11 d: "M13 17h8v-2h-8v2zM3 19h8V5H3v14zM13 9h8V7h-8v2zm0 4h8v-2h-8v2z"
12}));
13//# sourceMappingURL=icon.js.map
\No newline at end of file