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