import React from "react"; import { Icon, IconProps } from "../Icon"; /** * @group Icons */ export const TaxiAlertIcon = React.forwardRef((props, ref) => { return }); TaxiAlertIcon.displayName = "TaxiAlertIcon";