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