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