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