import * as React from "react"; import { SVGProps } from "react"; const SvgAirbag = (props: SVGProps) => ( ); export default SvgAirbag;