scooter static method

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

Scooter icon

Implementation

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