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