about summary refs log tree commit diff
path: root/src/components/icons
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-11-25 20:30:33 +0000
committerGitHub <noreply@github.com>2024-11-25 20:30:33 +0000
commitc6c6c91d7b0b549af28aa14dedf194e65770eb90 (patch)
tree6bbf6f6271784dde9322c6d61a09faba06653948 /src/components/icons
parentb0c36383a9a7304f94c2bb19f7cc4b37e0b4f637 (diff)
downloadvoidsky-c6c6c91d7b0b549af28aa14dedf194e65770eb90.tar.zst
Revert "Pass referrer on native (with an opt out) (#6648)" (#6732)
This reverts commit ac5b2cf31f2bb45f1bf8a180705249d3cce8017d.
Diffstat (limited to 'src/components/icons')
-rw-r--r--src/components/icons/ChainLink.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/icons/ChainLink.tsx b/src/components/icons/ChainLink.tsx
deleted file mode 100644
index ba0b417a9..000000000
--- a/src/components/icons/ChainLink.tsx
+++ /dev/null
@@ -1,5 +0,0 @@
-import {createSinglePathSVG} from './TEMPLATE'
-
-export const ChainLink3_Stroke2_Corner0_Rounded = createSinglePathSVG({
-  path: 'M18.535 5.465a5.003 5.003 0 0 0-7.076 0l-.005.005-.752.742a1 1 0 1 1-1.404-1.424l.749-.74a7.003 7.003 0 0 1 9.904 9.905l-.002.003-.737.746a1 1 0 1 1-1.424-1.404l.747-.757a5.003 5.003 0 0 0 0-7.076ZM6.202 9.288a1 1 0 0 1 .01 1.414l-.747.757a5.003 5.003 0 1 0 7.076 7.076l.005-.005.752-.742a1 1 0 1 1 1.404 1.424l-.746.737-.003.002a7.003 7.003 0 0 1-9.904-9.904l.74-.75a1 1 0 0 1 1.413-.009Zm8.505.005a1 1 0 0 1 0 1.414l-4 4a1 1 0 0 1-1.414-1.414l4-4a1 1 0 0 1 1.414 0Z',
-})