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