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