The following code snippet demonstrates how to import an Instagram icon and create a footer component:
import InstagramIcon from './assets/IG.svg';
export const Footer = ({ footer }: FooterInterface) => {
return (
.....
<Link href={`${footer?.instagram_link}`}>
<a>
<InstagramIcon />
</a>
</Link>
)}
Please refer to this image for the desired result: https://i.sstatic.net/sB8PZ.png
To achieve the effect of scaling up on hover, the Instagram icon should be configured accordingly.