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