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