Rename icons.py to svg.py

This commit is contained in:
XANTRONIX Development 2024-01-03 20:29:39 -05:00
parent d410fa3eda
commit cf251ce09a

View file

@ -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