From ff7e2e0383cd2a947eab3c6d90892e7ecf4794d9 Mon Sep 17 00:00:00 2001 From: Ciro Lo Sapio Date: Mon, 15 Apr 2024 09:24:18 +0200 Subject: [PATCH] add x.com icon --- components.tsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/components.tsx b/components.tsx index 8eb2b9f..d2c02ed 100644 --- a/components.tsx +++ b/components.tsx @@ -13,6 +13,7 @@ import type { BlogState, DateFormat, Post } from "./types.d.ts"; const socialAppIcons = new Map([ ["github.com", IconGithub], ["twitter.com", IconTwitter], + ["x.com", IconX], ["instagram.com", IconInstagram], ["linkedin.com", IconLinkedin], ["mastodon.social", IconMastodon], @@ -391,6 +392,22 @@ function IconTwitter() { ); } +function IconX() { + return ( + + + + ); +} + function IconInstagram() { return (