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