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