From d78dd7ca0a9209d34268c10de4e908089d0c3da9 Mon Sep 17 00:00:00 2001 From: KillariDev Date: Tue, 2 Jan 2024 10:31:53 +0200 Subject: [PATCH] no need bar chart icon anymore --- src/nft/components/icons.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/nft/components/icons.tsx b/src/nft/components/icons.tsx index fc8ddd8a4d4..60a2d00ff34 100644 --- a/src/nft/components/icons.tsx +++ b/src/nft/components/icons.tsx @@ -365,14 +365,6 @@ export const TagIcon = (props: SVGProps) => ( ) -export const BarChartIcon = (props: SVGProps) => ( - - - - - -) - export const DiscordIcon = (props: SVGProps) => (