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