gauge static method

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

Gauge icon

Implementation

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