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