fish static method

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

Fish icon

Implementation

static Component fish({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e3a6', size: size);