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