dropHalfBottom property

AppIconData get dropHalfBottom

regular: drop-half-bottom thin: drop-half-bottom light: drop-half-bottom bold: drop-half-bottom fill: drop-half-bottom duotone: drop-half-bottom

Implementation

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