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