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