UNPKG

@ticketmaster/prism

Version:

Live Nation Component library

7 lines (6 loc) 202 B
import * as React from "react"; interface IProps extends React.SVGProps<SVGSVGElement> { title: string; } declare function SvgJazz({ title, ...props }: IProps): JSX.Element; export default SvgJazz;