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