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