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