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