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