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