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