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