fish static method

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

Fish icon

Implementation

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