import React from 'react'; interface IconLinkedInProps { color?: string; } export function IconLinkedIn(props: IconLinkedInProps): React.ReactElement { return ( ); }