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