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