contactRound static method

Component contactRound({
  1. IconSize size = IconSize.md,
})

ContactRound icon

Implementation

static Component contactRound({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e463', size: size);