phoneOutgoing static method

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

PhoneOutgoing icon

Implementation

static Component phoneOutgoing({IconSize size = IconSize.md}) =>
    lucide.PhoneOutgoing(width: size.unit, height: size.unit);