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