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