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