telescope static method

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

Telescope icon

Implementation

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