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