import * as React from "react"; function StatusOfflineIcon(props: React.SVGProps) { return ; } export default StatusOfflineIcon;