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