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