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