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