currencyInr static method
regular:
thin:
light:
bold:
fill:
duotone:
Implementation
static PhosphorIconData currencyInr(
[PhosphorIconsStyle style = PhosphorIconsStyle.regular]) {
switch (style) {
case PhosphorIconsStyle.regular:
return PhosphorIconsRegular.currencyInr;
case PhosphorIconsStyle.thin:
return PhosphorIconsThin.currencyInr;
case PhosphorIconsStyle.light:
return PhosphorIconsLight.currencyInr;
case PhosphorIconsStyle.bold:
return PhosphorIconsBold.currencyInr;
case PhosphorIconsStyle.fill:
return PhosphorIconsFill.currencyInr;
case PhosphorIconsStyle.duotone:
return PhosphorIconsDuotone.currencyInr;
}
}