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