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