UNPKG

613 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: "M18 2l2 4h-2l-2-4h-3l2 4h-2l-2-4h-1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V2zm2 12H10V4.4L11.8 8H20z"
12}), createElement(Path, {
13 d: "M14 20H4V10h3V8H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-3h-2z"
14}), createElement(Path, {
15 d: "M5 19h8l-1.59-2H9.24l-.84 1.1L7 16.3 5 19z"
16}));
17//# sourceMappingURL=media-container-icon.js.map
\No newline at end of file