UNPKG

@arenastudio/league-logos

Version:
9 lines (6 loc) 196 B
import { ComponentType, SVGAttributes } from 'react'; interface Props extends SVGAttributes<SVGElement> { size?: string | number; } type Icon = ComponentType<Props>; export const Bills: Icon;