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