From b88a4e14b745e1b31c5ca6453790565c767c9fc8 Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 14 Feb 2024 19:23:31 -0800 Subject: [PATCH] remove unused smiles --- src/components/icons/Emoji.tsx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/components/icons/Emoji.tsx b/src/components/icons/Emoji.tsx index 445b34091a..2c048fbaf9 100644 --- a/src/components/icons/Emoji.tsx +++ b/src/components/icons/Emoji.tsx @@ -7,12 +7,6 @@ export const EmojiSad_Stroke2_Corner0_Rounded = createSinglePathSVG({ path: emojiSadPath, }) -export const emojiAltPath = - 'M12 3a1 1 0 0 1 1 1v7h7a1 1 0 1 1 0 2h-7v7a1 1 0 1 1-2 0v-7H4a1 1 0 1 1 0-2h7V4a1 1 0 0 1 1-1Z' -export const EmojiAlt_Stroke2_Corner0_Rounded = createSinglePathSVG({ - path: emojiAltPath, -}) - export const emojiArcPath = 'M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm8-5a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0V8a1 1 0 0 1 1-1Zm4 0a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0V8a1 1 0 0 1 1-1Zm-5.894 7.803a1 1 0 0 1 1.341-.447c1.719.859 3.387.859 5.106 0a1 1 0 1 1 .894 1.788c-2.281 1.141-4.613 1.141-6.894 0a1 1 0 0 1-.447-1.341Z' export const EmojiArc_Stroke2_Corner0_Rounded = createSinglePathSVG({ @@ -24,9 +18,3 @@ export const emojiHeartEyesPath = export const EmojiHeartEyes_Stroke2_Corner0_Rounded = createSinglePathSVG({ path: emojiHeartEyesPath, }) - -export const emojiSmilePath = - 'M12 3a1 1 0 0 1 1 1v7h7a1 1 0 1 1 0 2h-7v7a1 1 0 1 1-2 0v-7H4a1 1 0 1 1 0-2h7V4a1 1 0 0 1 1-1Z' -export const EmojiSmile_Stroke2_Corner0_Rounded = createSinglePathSVG({ - path: emojiSmilePath, -})