coffee static method

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

Coffee icon

Implementation

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