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