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