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