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