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