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