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