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