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