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