deleteType method
Removes emblemIcon from the active emblemIcon types and from all emblemIcon types list
Implementation
@override
void deleteType(SvgWrapper emblemIcon) {
final foundSvgWrapper = getType(emblemIcon.name);
_emblemIcons.remove(foundSvgWrapper);
_activeSvgWrappers.remove(foundSvgWrapper);
}