equal static method

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

Equal icon

Implementation

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