fishOff static method

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

FishOff icon

Implementation

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