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