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