UNPKG

@wordpress/icons

Version:
21 lines (19 loc) 628 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 list = /*#__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, { d: "M4 4v1.5h16V4H4zm8 8.5h8V11h-8v1.5zM4 20h16v-1.5H4V20zm4-8c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2z" }) }); var _default = exports.default = list; //# sourceMappingURL=list.js.map