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