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