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