1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-17 12:48:26 +01:00

git-fork icon

This commit is contained in:
codecalm 2020-03-25 20:00:06 +01:00
parent ddcffe4241
commit 05e29703b8
2 changed files with 14 additions and 0 deletions

10
src/_icons/git-fork.svg Normal file
View File

@ -0,0 +1,10 @@
---
tags: [code, version control, command]
---
<svg>
<circle cx="12" cy="18" r="2" />
<circle cx="7" cy="6" r="2" />
<circle cx="17" cy="6" r="2" />
<path d="M7 8v2a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-2" />
<line x1="12" y1="12" x2="12" y2="16" />
</svg>

View File

@ -27,6 +27,10 @@ body {
color: $dark;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@media print {
color: #000;
}
}
a {