import React from 'react' type Props = { className: string width: number height: number } export const HuluSvg = ({ className, width, height }: Props) => { return ( Hulu brand icon ) }