import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgGenre: (props: SVGProps) => React.JSX.Element; export default SvgGenre; //# sourceMappingURL=Genre.d.ts.map