import {Link} from "@mui/material"; import * as React from "react"; const Social = ({Icon, link}) => { return ( ) } export default Social