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