UNPKG

@wordpress/icons

Version:
14 lines 416 B
/** * WordPress dependencies */ import { Path, SVG } from '@wordpress/primitives'; import { jsx as _jsx } from "react/jsx-runtime"; const more = /*#__PURE__*/_jsx(SVG, { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", children: /*#__PURE__*/_jsx(Path, { d: "M4 9v1.5h16V9H4zm12 5.5h4V13h-4v1.5zm-6 0h4V13h-4v1.5zm-6 0h4V13H4v1.5z" }) }); export default more; //# sourceMappingURL=more.js.map