sendHorizontal static method

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

SendHorizontal icon

Implementation

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