fix(ui): remove custom viewboxes for some icons

This commit is contained in:
Brian McGee
2025-08-22 09:11:09 +01:00
parent db4e6c0be5
commit cf5675b7f3

View File

@@ -117,8 +117,6 @@ export type IconVariant = keyof typeof icons;
const viewBoxes: Partial<Record<IconVariant, string>> = {
ClanIcon: "0 0 72 89",
Offline: "0 0 38 27",
Cursor: "0 0 35 42",
};
export interface IconProps extends JSX.SvgSVGAttributes<SVGElement> {