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