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