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