gitFork static method

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

GitFork icon

Implementation

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