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