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