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