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