gitBranch static method

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

GitBranch icon

Implementation

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