import React from "react";
import { IconProps } from "../Icon.types";
declare const SportsIcon: React.FC<IconProps>;
export default SportsIcon;
