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