/** * Search-box.ai * Author: Simon-Pierre Boucher * Contact: contact@spboucher.ai * File: apps/web/components/Logo.tsx * Description: App mark as a React component (same drawing as the favicon). */ export function Logo({ size = 26 }: { size?: number }) { return ( ); }