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