diff options
author | codecalm <codecalm@gmail.com> | 2021-11-23 22:09:57 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-11-23 22:09:57 +0100 |
commit | 3266c377aebc728e65f1da3287d941dce7c85492 (patch) | |
tree | 1a9b04df61ab7800f18f160bdc8e2495d585cd93 /src/_icons/brand-git.svg | |
parent | strikethrough as s icon #146 (diff) | |
download | tabler-icons-3266c377aebc728e65f1da3287d941dce7c85492.tar.xz |
17 new icons: `brand-airtable`, `brand-angular`, `brand-cucumber`, `brand-doctrine`, `brand-firebase`, `brand-git`, `brand-loom`, `brand-netbeans`, `brand-php`, `brand-react-native`, `brand-sublime-text`, `brand-uber`, `brand-visual-studio`, `language-hiragana`, `language-katakana`, `prison`, `wall`
Fixed icons: `language`
Diffstat (limited to 'src/_icons/brand-git.svg')
-rw-r--r-- | src/_icons/brand-git.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_icons/brand-git.svg b/src/_icons/brand-git.svg new file mode 100644 index 00000000..dcc429fd --- /dev/null +++ b/src/_icons/brand-git.svg @@ -0,0 +1,12 @@ +--- +category: Brand +--- +<svg> + <circle cx="16" cy="12" r="1" /> + <circle cx="12" cy="8" r="1" /> + <circle cx="12" cy="16" r="1" /> + <path d="M12 15v-6" /> + <path d="M15 11l-2 -2" /> + <path d="M11 7l-1.9 -1.9" /> + <path d="M10.5 20.4l-6.9 -6.9c-.781 -.781 -.781 -2.219 0 -3l6.9 -6.9c.781 -.781 2.219 -.781 3 0l6.9 6.9c.781 .781 .781 2.219 0 3l-6.9 6.9c-.781 .781 -2.219 .781 -3 0z" /> +</svg> |