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