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