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