gitPullRequestCreateArrow static method

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

GitPullRequestCreateArrow icon

Implementation

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