enzostvs's picture
enzostvs HF Staff
Upload 172 files
9cd6ddb verified
raw
history blame contribute delete
499 Bytes
import { forwardRef } from "react";
export const GrandMasterOW = forwardRef((props: any, ref) => (
<image
ref={ref}
x="0"
y="0"
width="180px"
height="110px"
viewBox="0 0 180 110"
href="https://i.imgur.com/4eLiF8D.webp?maxwidth=760&fidelity=grand"
{...props}
></image>
));
export const OverwatchIcons = [
{
component: GrandMasterOW,
name: "GrandMasterOW",
tags: ["overwatch", "Grandmaster"],
isPremium: true,
category: "Overwatch",
},
];