folderSimpleLock property

AppIconData get folderSimpleLock

regular: folder-simple-lock thin: folder-simple-lock light: folder-simple-lock bold: folder-simple-lock fill: folder-simple-lock duotone: folder-simple-lock

Implementation

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