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