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