import * as React from 'react'; import { Status } from '@fluentui/react-northstar'; import { CallPstnIcon, OneDriveIcon, BanIcon } from '@fluentui/react-icons-northstar'; const StatusCustomExampleShorthand = () => (
} title="In call" />   } title="Working from the sky" />   } title="Offline" />
); export default StatusCustomExampleShorthand;