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