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