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