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