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