66b4509276
This change continues the update of the file browser to use the common table component. It replaces the use of <tr>s with <table-item>. It also removes bootstrap from the file browser and fixes resulting UI "bugs" Issue: https://github.com/storj/storj/issues/5090 Change-Id: Idfe415e9338243ad4fcedc8a74621c9e13e1da29
14 lines
503 B
XML
14 lines
503 B
XML
<svg
|
|
class="ml-2 mr-1"
|
|
width="21"
|
|
height="18"
|
|
viewBox="0 0 21 18"
|
|
fill="none"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M0 2.57143C0 1.15127 1.15127 0 2.57143 0H9C9.71008 0 10.2857 0.575634 10.2857 1.28571C10.2857 1.99579 10.8613 2.57143 11.5714 2.57143H18C19.4202 2.57143 20.5714 3.7227 20.5714 5.14286V15.4286C20.5714 16.8487 19.4202 18 18 18H2.57143C1.15127 18 0 16.8487 0 15.4286V2.57143Z"
|
|
fill="#768394"
|
|
/>
|
|
</svg>
|