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