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