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