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