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