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