healthTinted static method
Returns coloured icon Icon For Health
Implementation
static SvgPicture healthTinted({Color color = IconStyles.colorDefault}) => SvgPicture.asset(
"assets/icons/health.svg",
color: color,
package: packageName
);