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