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