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