import React from 'react'; export const OpenFrameLogo = ({ className, lowerPathColor, upperPathColor, ...props }: { className?: string, lowerPathColor?: string, upperPathColor?: string } & React.SVGProps) => { return ( {/* White squares - top right, bottom left, bottom right, bottom center */} {/* Black frame/border */} ); };