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