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