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