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