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