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