mirror of
https://github.com/enso-org/enso.git
synced 2025-01-02 14:24:50 +03:00
b62c3d7867
* wip: refactor all tables into one single `AssetsTable` * wip: Continue merging the four asset tables; make files type-error-free * Get table working again * Prepare for nested directories; insert new items at correct position * Save extra columns state; minor style fixes * Make tab toggle bar sticky * Rename array.withItemsInsertedAtBoundary * Fix minor bug; adjust dropzone appearance * Indentation for nested assets; fetching nested assets; svg color changes * New appearances for permission display; minor fixes for "shared with" modal * Address issues * Minor bug fixes * New assets upload bar * Adjust permission display and table cell borders * Adjust styling * Change `toastAndLog` to a hook * Address issues * Make table full-width --------- Co-authored-by: Paweł Buchowski <pawel.buchowski@enso.org>
6 lines
385 B
XML
6 lines
385 B
XML
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="m9 8L15 8a1 1 0 0 1 1 1L16 15a1 1 0 0 1 -1 1L9 16a1 1 0 0 1 -1 -1L8 9a1 1 0 0 1 1 -1" fill="#000000"
|
|
fill-opacity="0.6" />
|
|
<rect x="1.5" y="1.5" width="21" height="21" rx="10.5" opacity="0.3" stroke="#000000" stroke-opacity="0.6"
|
|
stroke-width="3" />
|
|
</svg> |