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