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