@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
23 lines (21 loc) • 793 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _primitives = require("@wordpress/primitives");
var _jsxRuntime = require("react/jsx-runtime");
/**
* WordPress dependencies
*/
const caption = /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.SVG, {
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.Path, {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M6 5.5h12a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5H6a.5.5 0 0 1-.5-.5V6a.5.5 0 0 1 .5-.5ZM4 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6Zm4 10h2v-1.5H8V16Zm5 0h-2v-1.5h2V16Zm1 0h2v-1.5h-2V16Z"
})
});
var _default = exports.default = caption;
//# sourceMappingURL=caption.js.map