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