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