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