Package org.teamapps.icons.provider
Interface SvgIconProvider<STYLE extends IconStyle>
-
- All Superinterfaces:
IconProvider<STYLE>
public interface SvgIconProvider<STYLE extends IconStyle> extends IconProvider<STYLE>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetInnerSvg(STYLE style, java.lang.String iconName)-
Methods inherited from interface org.teamapps.icons.provider.IconProvider
getAvailableIconSizes, getAvailableIconStyles, getDefaultDesktopStyle, getDefaultMobileStyle, getDefaultSubIconStyle, getIcon, getIconLibraryId
-
-
-
-
Method Detail
-
getInnerSvg
java.lang.String getInnerSvg(STYLE style, java.lang.String iconName)
-
-