diff --git a/py/hexagram/icons.py b/py/hexagram/svg.py similarity index 88% rename from py/hexagram/icons.py rename to py/hexagram/svg.py index 139d532..6df81d4 100644 --- a/py/hexagram/icons.py +++ b/py/hexagram/svg.py @@ -22,9 +22,3 @@ def to_surface(path: str, width: float, height: float, style: str) -> cairo.Surf svg.render_layer(cr, None, rect) return surface - -class ISO7000(): - __icons__ = dict() - - def __init__(self): - pass