import type { SVGProps } from "react"; // Brand lotus mark for «آرام جان». Inline SVG (static-export friendly); uses // `currentColor` so it inherits text color — e.g. text-primary on light // surfaces, text-white on the brand background. The viewBox is cropped to the // artwork (the original export had a large drop-shadow padding we don't need). export function Logo(props: SVGProps) { return ( ); }