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