We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1656d59 commit f3ddca9Copy full SHA for f3ddca9
fastlucide/icons.py
@@ -3,7 +3,7 @@
3
4
__all__ = ['spritesheet','combined']
5
6
-spritesheet = SvgSprites()
+spritesheet = SvgSprites('lc-')
7
8
def __getattr__(nm):
9
if nm.startswith('_'): raise AttributeError()
0 commit comments