diff options
author | Eric Bailey <git@esb.lol> | 2024-06-14 12:32:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-14 12:32:57 -0500 |
commit | 36e976fe5c35f66dee51d15b1767da90e8f7a817 (patch) | |
tree | 4012036da2bb6453bf399cfa2f8cccf37415e4d4 /assets/icons | |
parent | 94c1f4968d7a09e04389b25a17f0125ffc375db3 (diff) | |
download | voidsky-36e976fe5c35f66dee51d15b1767da90e8f7a817.tar.zst |
Redo explore page (#4491)
* Redo explore page, wip * Remove circle icons * Load more styling * Lower limit * Some styling tweaks * Abstract * Add tab, query, factor out * Revert unneeded change * Revert unneeded change v2 * Update copy * Load more styling * Header styles * The thin blue line * Make sure it's hairline * Update query keys * Border * Expand avis * Very load more copy
Diffstat (limited to 'assets/icons')
-rw-r--r-- | assets/icons/arrowBottom_stroke2_corner0_rounded.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/icons/arrowBottom_stroke2_corner0_rounded.svg b/assets/icons/arrowBottom_stroke2_corner0_rounded.svg new file mode 100644 index 000000000..5f4a11e09 --- /dev/null +++ b/assets/icons/arrowBottom_stroke2_corner0_rounded.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#000" fill-rule="evenodd" d="M12 21a1 1 0 0 1-.707-.293l-6-6a1 1 0 1 1 1.414-1.414L11 17.586V4a1 1 0 1 1 2 0v13.586l4.293-4.293a1 1 0 0 1 1.414 1.414l-6 6A1 1 0 0 1 12 21Z" clip-rule="evenodd"/></svg> |