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