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