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