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