diff --git a/src/components/listing-image-gallery/components/Icons/Twitter.tsx b/src/components/listing-image-gallery/components/Icons/Twitter.tsx new file mode 100644 index 0000000..76f42ee --- /dev/null +++ b/src/components/listing-image-gallery/components/Icons/Twitter.tsx @@ -0,0 +1,19 @@ +export default function Twitter(props: any) { + return ( + + + + ) +}