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