search static method

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

Search icon

Implementation

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