From f76ea4e8d40417333be1c67732a040654250eb38 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Fri, 27 Aug 2021 23:21:51 +0200 Subject: [PATCH] Add option to specify the style prefix for the FontAwesome icons. Additionally, added an optional tooltip for the icon. --- src/main/resources/font-awesome/svg-icon.jelly | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/main/resources/font-awesome/svg-icon.jelly b/src/main/resources/font-awesome/svg-icon.jelly index f8cce07..0d3a96e 100644 --- a/src/main/resources/font-awesome/svg-icon.jelly +++ b/src/main/resources/font-awesome/svg-icon.jelly @@ -9,11 +9,20 @@ Additional classes to be applied to the svg tag. + + FontAwesome Icon style prefix to be used. Allowed style prefix values are "solid", "regular", or "brands". + If no style prefix is defined then the default prefix style "solid" will be used. + + + Optional tooltip for the icon. + - + ${tooltip} + +