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