open-icon
Version:
Open Icon
26 lines (25 loc) • 636 B
JavaScript
// lib/meta/icon_git-compare.svg.ts
var meta = {
"description": "The git compare icon is typically used in user interfaces to indicate a side-by-side comparison of code or files in a version control system. It often represents the action of comparing changes between branches or commits.",
"category": [
"Interface"
],
"tag": [
"version control",
"code",
"file",
"repository",
"commit",
"branch",
"comparison",
"difference",
"changes",
"developer"
],
"title": "Git Compare"
};
var icon_git_compare_svg_default = meta;
export {
icon_git_compare_svg_default as default,
meta
};