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