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