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