mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-14 10:06:15 +02:00
git-fork icon
This commit is contained in:
10
src/_icons/git-fork.svg
Normal file
10
src/_icons/git-fork.svg
Normal 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>
|
@@ -27,6 +27,10 @@ body {
|
|||||||
color: $dark;
|
color: $dark;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
Reference in New Issue
Block a user