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