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