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