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