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