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