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