Skip to content

Commit

Permalink
no need bar chart icon anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
KillariDev committed Jan 2, 2024
1 parent 9a91cde commit d78dd7c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/nft/components/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -365,14 +365,6 @@ export const TagIcon = (props: SVGProps) => (
</svg>
)

export const BarChartIcon = (props: SVGProps) => (
<svg fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
<path d="M12 20V10" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
<path d="M6 20V4" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
<path d="M18 20V16" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
</svg>
)

export const DiscordIcon = (props: SVGProps) => (
<svg role="img" width="44" height="44" viewBox="0 0 44 44" xmlns="http://www.w3.org/2000/svg" {...props} fill="none">
<path
Expand Down

0 comments on commit d78dd7c

Please sign in to comment.