fuel static method

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

Fuel icon

Implementation

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