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