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