const friendlyGroundUnitSvg =
'';
export default {
// A few different SIDC formats that should all produce the same very basic test symbol
SFG: friendlyGroundUnitSvg,
"SFG-": friendlyGroundUnitSvg,
"SFG-------": friendlyGroundUnitSvg,
"SFG---------": friendlyGroundUnitSvg,
"SFG-U-------": friendlyGroundUnitSvg,
"SFGPU-------": friendlyGroundUnitSvg,
10031000000000000000: friendlyGroundUnitSvg,
// Reference figure from MIL-STD-2525C
"sfgpewrh--mt":
'',
SFGXEWMASEMO:
'',
10000030000000000000: ''
};