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