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