Add warningIcon

This commit is contained in:
2023-02-24 12:42:24 -06:00
parent 80eee299d7
commit 94a970b8e8

View File

@ -88,6 +88,18 @@ public class NoCodeWidgetVelocityUtils
/*******************************************************************************
**
*******************************************************************************/
public String warningIcon()
{
return ("""
<span class="material-icons-round notranslate MuiIcon-root MuiIcon-fontSizeInherit" style="color: orange; position: relative; top: 6px;" aria-hidden="true">warning</span>
""");
}
/*******************************************************************************
**
*******************************************************************************/