shipWheel static method

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

ShipWheel icon

Implementation

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