import React from "react"; export default function WinIcon({ className }: any) { return ( ); }