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