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