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