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