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