// File: logo.tsx // Path: apps/web/components/logo.tsx // Project: AI Risk Index — airiskindex.io // Author: Simon-Pierre Boucher // Contact: contact@spboucher.ai // Copyright © 2026 Simon-Pierre Boucher. All rights reserved. // // Description: Brand mark — ranked score bars, sharp cut, on the index blue. export function LogoMark({ size = 22 }: { size?: number }): JSX.Element { return ( ); }