@wordpress/icons
Version:
WordPress Icons package, based on dashicon.
14 lines • 418 B
JavaScript
/**
* WordPress dependencies
*/
import { SVG, Path } from '@wordpress/primitives';
import { jsx as _jsx } from "react/jsx-runtime";
const listView = /*#__PURE__*/_jsx(SVG, {
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg",
children: /*#__PURE__*/_jsx(Path, {
d: "M3 6h11v1.5H3V6Zm3.5 5.5h11V13h-11v-1.5ZM21 17H10v1.5h11V17Z"
})
});
export default listView;
//# sourceMappingURL=list-view.js.map