import m from 'mithril';
import { SVGAttributes } from '../svg';
declare const FlameSolid: m.Component<SVGAttributes>;
export default FlameSolid;
