/**
* Git Pull Icon
* @category tech
*/
import type { IconDefinition } from '../../types';
export const gitPull: IconDefinition = {
name: 'git-pull',
category: 'tech',
description: 'Git pull request',
tags: ['git', 'pull', 'request', 'pr', 'review'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};
export default gitPull;