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