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