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