From cf251ce09ad12f60e96e24d6c6255ae8588f4fd4 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Wed, 3 Jan 2024 20:29:39 -0500 Subject: [PATCH] Rename icons.py to svg.py --- py/hexagram/{icons.py => svg.py} | 6 ------ 1 file changed, 6 deletions(-) rename py/hexagram/{icons.py => svg.py} (88%) 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