/**
* Git Commit Icon
* @category tech
*/
import type { IconDefinition } from '../../types';
export const gitCommit: IconDefinition = {
name: 'git-commit',
category: 'tech',
description: 'Git commit (circle with line)',
tags: ['git', 'commit', 'version-control', 'change', 'history'],
svg: ``,
variants: {
solid: ``,
duotone: ``,
glitch: ``,
},
};
export default gitCommit;