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