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