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