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