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