aboutsummaryrefslogtreecommitdiff
path: root/src/components/ExternalLink.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ExternalLink.tsx')
-rw-r--r--src/components/ExternalLink.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/ExternalLink.tsx b/src/components/ExternalLink.tsx
new file mode 100644
index 0000000..2b35a12
--- /dev/null
+++ b/src/components/ExternalLink.tsx
@@ -0,0 +1,3 @@
+export default function ExternalLinkIcon() {
+ return <svg className="w-4 h-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth={2}><path strokeLinecap="round" strokeLinejoin="round" d="M18 13v6a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1h6M15 6h4m0 0v4m0-4L10 15" /></svg>;
+} \ No newline at end of file