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