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