shell static method

Component shell({
  1. IconSize size = IconSize.md,
})

Shell icon

Implementation

static Component shell({IconSize size = IconSize.md}) =>
    lucide.Shell(width: size.unit, height: size.unit);