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