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