open-icon
Version:
Open Icon
26 lines (25 loc) • 569 B
JavaScript
// lib/meta/icon_git-branch.svg.ts
var meta = {
"description": "The Git branch icon represents a separate line of development and allows users to work on different features simultaneously within a Git repository.",
"category": [
"Interface"
],
"tag": [
"version control",
"development",
"branching",
"code",
"repository",
"git",
"software",
"collaboration",
"programming",
"workflow"
],
"title": "Git Branch"
};
var icon_git_branch_svg_default = meta;
export {
icon_git_branch_svg_default as default,
meta
};