UNPKG

@wordpress/icons

Version:
20 lines (18 loc) 620 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = require("react"); var _primitives = require("@wordpress/primitives"); /** * WordPress dependencies */ const plugins = (0, _react.createElement)(_primitives.SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }, (0, _react.createElement)(_primitives.Path, { d: "M10.5 4v4h3V4H15v4h1.5a1 1 0 011 1v4l-3 4v2a1 1 0 01-1 1h-3a1 1 0 01-1-1v-2l-3-4V9a1 1 0 011-1H9V4h1.5zm.5 12.5v2h2v-2l3-4v-3H8v3l3 4z" })); var _default = exports.default = plugins; //# sourceMappingURL=plugins.js.map