UNPKG

@wordpress/icons

Version:
25 lines (23 loc) 737 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _primitives = require("@wordpress/primitives"); var _jsxRuntime = require("react/jsx-runtime"); /** * WordPress dependencies */ const details = /*#__PURE__*/(0, _jsxRuntime.jsxs)(_primitives.SVG, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.Path, { d: "M4 16h10v1.5H4V16Zm0-4.5h16V13H4v-1.5ZM10 7h10v1.5H10V7Z", fillRule: "evenodd", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_primitives.Path, { d: "m4 5.25 4 2.5-4 2.5v-5Z" })] }); var _default = exports.default = details; //# sourceMappingURL=details.js.map