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