import { FC } from "react" export const SteamIcon: FC> = ({ ...props }) => { return ( ) }