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