import * as React from 'react'; export interface Subtitles64Props extends React.SVGProps { ariaLabel?: string } export default function Subtitles64({ ariaLabel, ...props }: Subtitles64Props) { return ( ); }