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