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