phoneOutgoing static method

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

PhoneOutgoing icon

Implementation

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