gitBranch property

SvgAsset get gitBranch

The assets/icons/git-branch.svg.

Implementation

SvgAsset get gitBranch => const SvgAsset(
      'forui_assets',
      'git-branch',
      'assets/icons/git-branch.svg',
    );