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