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