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