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
413 B
XML
14 lines
413 B
XML
<svg
|
|
width="1.5em"
|
|
height="1.5em"
|
|
viewBox="0 0 16 16"
|
|
class="bi bi-file-earmark mx-1 flex-shrink-0"
|
|
fill="#768394"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M4 0h5.5v1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h1V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z"
|
|
/>
|
|
<path d="M9.5 3V0L14 4.5h-3A1.5 1.5 0 0 1 9.5 3z" />
|
|
</svg>
|