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