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