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