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