filePdf property
AppIconData
get
filePdf
regular:
thin:
light:
bold:
fill:
duotone:
Implementation
static AppIconData get filePdf {
switch (AppIcons.defaultStyle) {
case AppIconsStyle.regular:
return AppIconsRegular.filePdf;
case AppIconsStyle.thin:
return AppIconsThin.filePdf;
case AppIconsStyle.light:
return AppIconsLight.filePdf;
case AppIconsStyle.bold:
return AppIconsBold.filePdf;
case AppIconsStyle.fill:
return AppIconsFill.filePdf;
case AppIconsStyle.duotone:
return AppIconsDuotone.filePdf;
}
}