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