open-icon
Version:
Open Icon
27 lines (26 loc) • 705 B
JavaScript
// lib/meta/icon_git-pull-request.svg.ts
var meta = {
"description": "Git pull request icon is used as a symbol for requesting changes to a codebase in Git version control system. This icon usually represents the action of pulling the changes made in a repository to be reviewed and potentially merged with the main codebase.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"git",
"pull request",
"version control",
"code",
"repository",
"review",
"merge",
"VCS",
"source control",
"development"
],
"title": "Git Pull Request"
};
var icon_git_pull_request_svg_default = meta;
export {
icon_git_pull_request_svg_default as default,
meta
};