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