UNPKG

@wordpress/block-library

Version:
27 lines (22 loc) 849 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _element = require("@wordpress/element"); var _components = require("@wordpress/components"); /** * WordPress dependencies */ var _default = (0, _element.createElement)(_components.SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }, (0, _element.createElement)(_components.Path, { 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" }), (0, _element.createElement)(_components.Path, { d: "M14 20H4V10h3V8H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-3h-2z" }), (0, _element.createElement)(_components.Path, { d: "M5 19h8l-1.59-2H9.24l-.84 1.1L7 16.3 5 19z" })); exports.default = _default; //# sourceMappingURL=media-container-icon.js.map