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