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