fishOff static method

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

FishOff icon

Implementation

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