import React from 'react'; export function Instagram({ size = 24, className = "" }: { size?: number, className?: string }) { return ( ); }