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