about summary refs log tree commit diff
path: root/src/components/icons/ArrowOutOfBox.tsx
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-02-09 20:00:21 +0000
committerGitHub <noreply@github.com>2024-02-09 12:00:21 -0800
commitad8f9e560d7f320d1b7db5b816b17db825b86ce7 (patch)
tree629b0c69cc38fa0437b28a52dea54512ff960427 /src/components/icons/ArrowOutOfBox.tsx
parent7f4dbe9454d4ebc2e836777c9b28fe04943d18f3 (diff)
downloadvoidsky-ad8f9e560d7f320d1b7db5b816b17db825b86ce7.tar.zst
Always show post dropdown button at the bottom of the post, add share button to highlighted post (#2646)
* Always show post dropdown at the bottom

* Rm useless view (no longer needed)

* space icons evenly in big, add equal padding

* add share icon

* add onShare

* confirmed figma noob. figured it out.

* use our svg naming strat

* Update icon

---------

Co-authored-by: Hailey <me@haileyok.com>
Co-authored-by: Eric Bailey <git@esb.lol>
Diffstat (limited to 'src/components/icons/ArrowOutOfBox.tsx')
-rw-r--r--src/components/icons/ArrowOutOfBox.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/icons/ArrowOutOfBox.tsx b/src/components/icons/ArrowOutOfBox.tsx
new file mode 100644
index 000000000..8b395016b
--- /dev/null
+++ b/src/components/icons/ArrowOutOfBox.tsx
@@ -0,0 +1,5 @@
+import {createSinglePathSVG} from './TEMPLATE'
+
+export const ArrowOutOfBox_Stroke2_Corner0_Rounded = createSinglePathSVG({
+  path: 'M12.707 3.293a1 1 0 0 0-1.414 0l-4.5 4.5a1 1 0 0 0 1.414 1.414L11 6.414v8.836a1 1 0 1 0 2 0V6.414l2.793 2.793a1 1 0 1 0 1.414-1.414l-4.5-4.5ZM5 12.75a1 1 0 1 0-2 0V20a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-7.25a1 1 0 1 0-2 0V19H5v-6.25Z',
+})