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