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