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