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