1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-03-15 16:49:43 +01:00

18 new icons: arrow-iteration, coffin, cooker, crystal-ball, ghost-2, git-branch-deleted, git-cherry-pick, grave-2, grave, jetpack, keyframe-align-center, keyframe-align-horizontal, keyframe-align-vertical, keyframes, pentagram, pumpkin-scary, slashes, weight

Fixed icons: `slash`, `git-branch`, `git-commit`, `git-compare`, `git-fork`, `git-merge`, `git-pull-request-closed`, `git-pull-request-draft`, `git-pull-request`
This commit is contained in:
codecalm 2022-10-25 23:02:54 +02:00
parent 914c39bc29
commit 6c59720424
27 changed files with 153 additions and 1 deletions

View File

@ -0,0 +1,8 @@
---
category: Arrows
---
<svg>
<path d="M8.5 16a5.5 5.5 0 1 0 -5.5 -5.5v.5" />
<path d="M3 16h18" />
<path d="M18 13l3 3l-3 3" />
</svg>

8
src/_icons/coffin.svg Normal file
View File

@ -0,0 +1,8 @@
---
---
<svg>
<path d="M7 3l-2 6l2 12h6l2 -12l-2 -6z" />
<path d="M10 7v5" />
<path d="M8 9h4" />
<path d="M13 21h4l2 -12l-2 -6h-4" />
</svg>

10
src/_icons/cooker.svg Normal file
View File

@ -0,0 +1,10 @@
---
---
<svg>
<path d="M12 7h.01" />
<path d="M15 7h.01" />
<path d="M9 7h.01" />
<rect x="5" y="3" width="14" height="18" rx="2" />
<path d="M9 15h6" />
<path d="M5 11h14" />
</svg>

View File

@ -0,0 +1,7 @@
---
---
<svg>
<path d="M6.73 17.018a8 8 0 1 1 10.54 0" />
<path d="M5 19a2 2 0 0 0 2 2h10a2 2 0 1 0 0 -4h-10a2 2 0 0 0 -2 2z" />
<path d="M11 7a3 3 0 0 0 -3 3" />
</svg>

8
src/_icons/ghost-2.svg Normal file
View File

@ -0,0 +1,8 @@
---
---
<svg>
<path d="M10 9h.01" />
<path d="M14 9h.01" />
<path d="M12 3a7 7 0 0 1 7 7v1l1 0a2 2 0 1 1 0 4l-1 0v3l2 3h-10a6 6 0 0 1 -6 -5.775l0 -.226l-1 0a2 2 0 0 1 0 -4l1 0v-1a7 7 0 0 1 7 -7z" />
<path d="M11 14h2a1 1 0 0 0 -2 0z" />
</svg>

View File

@ -0,0 +1,12 @@
---
category: Version control
---
<svg>
<circle cx="7" cy="18" r="2" />
<circle cx="7" cy="6" r="2" />
<path d="M7 8v8" />
<path d="M9 18h6a2 2 0 0 0 2 -2v-5" />
<path d="M14 14l3 -3l3 3" />
<path d="M15 4l4 4" />
<path d="M15 8l4 -4" />
</svg>

View File

@ -2,6 +2,7 @@
tags: [code, version control, command]
version: "1.0"
unicode: "eab2"
category: Version control
---
<svg>
<circle cx="7" cy="18" r="2" />

View File

@ -0,0 +1,10 @@
---
category: Version control
---
<svg>
<circle cx="7" cy="12" r="3" />
<path d="M7 3v6" />
<path d="M7 15v6" />
<path d="M13 7h2.5l1.5 5l-1.5 5h-2.5" />
<path d="M17 12h3" />
</svg>

View File

@ -2,6 +2,7 @@
tags: [code, version control, command]
version: "1.0"
unicode: "eab3"
category: Version control
---
<svg>
<circle cx="12" cy="12" r="3" />

View File

@ -2,6 +2,7 @@
tags: [code, version control, command]
version: "1.0"
unicode: "eab4"
category: Version control
---
<svg>
<circle cx="6" cy="6" r="2" />

View File

@ -2,6 +2,7 @@
tags: [code, version control, command]
version: "1.3"
unicode: "eb8f"
category: Version control
---
<svg>
<circle cx="12" cy="18" r="2" />

View File

@ -2,6 +2,7 @@
tags: [code, version control, command]
version: "1.0"
unicode: "eab5"
category: Version control
---
<svg>
<circle cx="7" cy="18" r="2" />

View File

@ -2,6 +2,7 @@
tags: [code, version control, command]
version: "1.46"
unicode: "ef7f"
category: Version control
---
<svg>
<circle cx="6" cy="18" r="2" />

View File

@ -2,6 +2,7 @@
tags: [code, version control, command]
version: "1.49"
unicode: "efb7"
category: Version control
---
<svg>
<circle cx="6" cy="18" r="2" />

View File

@ -2,6 +2,7 @@
tags: [code, version control, command]
version: "1.0"
unicode: "eab6"
category: Version control
---
<svg>
<circle cx="6" cy="18" r="2" />

8
src/_icons/grave-2.svg Normal file
View File

@ -0,0 +1,8 @@
---
---
<svg>
<path d="M7 16.17v-9.17a3 3 0 0 1 3 -3h4a3 3 0 0 1 3 3v9.171" />
<path d="M12 7v5" />
<path d="M10 9h4" />
<path d="M5 21v-2a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v2h-14z" />
</svg>

6
src/_icons/grave.svg Normal file
View File

@ -0,0 +1,6 @@
---
---
<svg>
<path d="M5 21v-2a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v2h-14z" />
<path d="M10 16v-5h-4v-4h4v-4h4v4h4v4h-4v5" />
</svg>

10
src/_icons/jetpack.svg Normal file
View File

@ -0,0 +1,10 @@
---
---
<svg>
<path d="M10 6a3 3 0 1 0 -6 0v7h6v-7z" />
<path d="M14 13h6v-7a3 3 0 0 0 -6 0v7z" />
<path d="M5 16c0 2.333 .667 4 2 5c1.333 -1 2 -2.667 2 -5" />
<path d="M15 16c0 2.333 .667 4 2 5c1.333 -1 2 -2.667 2 -5" />
<path d="M10 8h4" />
<path d="M10 11h4" />
</svg>

View File

@ -0,0 +1,9 @@
---
---
<svg>
<path d="M12 20v2" />
<path d="M12.816 16.58c-.207 .267 -.504 .42 -.816 .42c-.312 0 -.61 -.153 -.816 -.42l-2.908 -3.748a1.39 1.39 0 0 1 0 -1.664l2.908 -3.748c.207 -.267 .504 -.42 .816 -.42c.312 0 .61 .153 .816 .42l2.908 3.748a1.39 1.39 0 0 1 0 1.664l-2.908 3.748z" />
<path d="M12 2v2" />
<path d="M3 12h2" />
<path d="M19 12h2" />
</svg>

View File

@ -0,0 +1,7 @@
---
---
<svg>
<path d="M12.816 16.58c-.207 .267 -.504 .42 -.816 .42c-.312 0 -.61 -.153 -.816 -.42l-2.908 -3.748a1.39 1.39 0 0 1 0 -1.664l2.908 -3.748c.207 -.267 .504 -.42 .816 -.42c.312 0 .61 .153 .816 .42l2.908 3.748a1.39 1.39 0 0 1 0 1.664l-2.908 3.748z" />
<path d="M3 12h2" />
<path d="M19 12h2" />
</svg>

View File

@ -0,0 +1,7 @@
---
---
<svg>
<path d="M12 2v2" />
<path d="M12.816 16.58c-.207 .267 -.504 .42 -.816 .42c-.312 0 -.61 -.153 -.816 -.42l-2.908 -3.748a1.39 1.39 0 0 1 0 -1.664l2.908 -3.748c.207 -.267 .504 -.42 .816 -.42c.312 0 .61 .153 .816 .42l2.908 3.748a1.39 1.39 0 0 1 0 1.664l-2.908 3.748z" />
<path d="M12 20v2" />
</svg>

7
src/_icons/keyframes.svg Normal file
View File

@ -0,0 +1,7 @@
---
---
<svg>
<path d="M9.225 18.412a1.595 1.595 0 0 1 -1.225 .588c-.468 0 -.914 -.214 -1.225 -.588l-4.361 -5.248a1.844 1.844 0 0 1 0 -2.328l4.361 -5.248a1.595 1.595 0 0 1 1.225 -.588c.468 0 .914 .214 1.225 .588l4.361 5.248a1.844 1.844 0 0 1 0 2.328l-4.361 5.248z" />
<path d="M17 5l4.586 5.836a1.844 1.844 0 0 1 0 2.328l-4.586 5.836" />
<path d="M13 5l4.586 5.836a1.844 1.844 0 0 1 0 2.328l-4.586 5.836" />
</svg>

6
src/_icons/pentagram.svg Normal file
View File

@ -0,0 +1,6 @@
---
---
<svg>
<path d="M5.636 5.636a9 9 0 1 1 12.728 12.728a9 9 0 0 1 -12.728 -12.728z" />
<path d="M15.236 11l5.264 4h-6.5l-2 6l-2 -6h-6.5l5.276 -4l-2.056 -6.28l5.28 3.78l5.28 -3.78z" />
</svg>

View File

@ -0,0 +1,9 @@
---
---
<svg>
<path d="M9 15l1.5 1l1.5 -1l1.5 1l1.5 -1" />
<path d="M10 11h.01" />
<path d="M14 11h.01" />
<path d="M17 6.082c2.609 .588 3.627 4.162 2.723 7.983c-.903 3.82 -2.75 6.44 -5.359 5.853a3.355 3.355 0 0 1 -.774 -.279a3.728 3.728 0 0 1 -1.59 .361c-.556 0 -1.09 -.127 -1.59 -.362a3.296 3.296 0 0 1 -.774 .28c-2.609 .588 -4.456 -2.033 -5.36 -5.853c-.903 -3.82 .115 -7.395 2.724 -7.983c1.085 -.244 1.575 .066 2.585 .787c.716 -.554 1.54 -.869 2.415 -.869c.876 0 1.699 .315 2.415 .87c1.01 -.722 1.5 -1.032 2.585 -.788z" />
<path d="M12 6c0 -1.226 .693 -2.346 1.789 -2.894l.211 -.106" />
</svg>

View File

@ -5,5 +5,5 @@ unicode: "f4f9"
version: "1.100"
---
<svg>
<path d="M3 21l18 -18" />
<path d="M17 5l-10 14" />
</svg>

6
src/_icons/slashes.svg Normal file
View File

@ -0,0 +1,6 @@
---
---
<svg>
<path d="M14 5l-10 14" />
<path d="M20 5l-10 14" />
</svg>

6
src/_icons/weight.svg Normal file
View File

@ -0,0 +1,6 @@
---
---
<svg>
<circle cx="12" cy="6" r="3" />
<path d="M6.835 9h10.33a1 1 0 0 1 .984 .821l1.637 9a1 1 0 0 1 -.984 1.179h-13.604a1 1 0 0 1 -.984 -1.179l1.637 -9a1 1 0 0 1 .984 -.821z" />
</svg>