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