import * as React from 'react'; import { useTheme } from '@mui/material/styles'; export const OverviewSVG: FCWithChildren = () => { const theme = useTheme(); const color = theme.palette.nym.networkExplorer.nav.text; return ( ); };