import { SVGAttributes } from 'react'; const Linkedin = (props: SVGAttributes) => { return ( ); }; export default Linkedin;