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