storj/web/satellite/static/images/common/tableIcon.svg
Wilfred Asomani 6ca9f6d2c6 web/satellite: add projects table to all projects dashboard
This change adds a tableview to all projects dashboard. It also
addresses some minor UI issues.

Issues: https://github.com/storj/storj/issues/5925
https://github.com/storj/storj/issues/5924
https://github.com/storj/storj/issues/5923

Change-Id: Ic18566b192005bb1720e0388352bc82a3739a723
2023-06-08 17:14:05 +00:00

9 lines
598 B
XML

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M9 9H7V7H9V9Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9 13H7V11H9V13Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M9 17H7V15H9V17Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18 9H10V7H18V9Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18 13H10V11H18V13Z" fill="black"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M18 17H10V15H18V17Z" fill="black"/>
</svg>