1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-17 20:58:34 +01:00

3 new icons: code-circle-2, code-circle, home-hand

Fixed icons: `car-turbine`
This commit is contained in:
codecalm 2022-09-27 00:22:42 +02:00
parent 996e1507a8
commit 6def9150ea
4 changed files with 31 additions and 10 deletions

View File

@ -1,14 +1,13 @@
---
---
<svg>
<circle cx="11" cy="13" r="5" />
<path d="M19.7 10c.184 .718 .3 2.225 .3 3a9 9 0 1 1 -9 -9h7" />
<path d="M10.5 8h7.5" />
<rect x="18" y="2" width="4" height="8" rx="1" />
<path d="M9.103 12.368l-2.603 -.868" />
<path d="M12.198 14.598l1.802 2.402" />
<path d="M8 17l1.801 -2.402" />
<path d="M12.917 12.425l2.583 -.925" />
<path d="M11 8v3" />
<circle cx="11" cy="13" r="2" />
<circle cx="11" cy="13" r="4" />
<path d="M18.86 11c.088 .66 .14 1.512 .14 2a8 8 0 1 1 -8 -8h6" />
<path d="M11 9c2.489 .108 4.489 .108 6 0" />
<rect x="17" y="3" width="4" height="8" rx="1" />
<path d="M11 13l-3.5 -1.5" />
<path d="M11 13l2.5 3" />
<path d="M8.5 16l2.5 -3" />
<path d="M11 13l3.5 -1.5" />
<path d="M11 9v4" />
</svg>

View File

@ -0,0 +1,8 @@
---
---
<svg>
<path d="M8.5 13.5l-1.5 -1.5l1.5 -1.5" />
<path d="M15.5 10.5l1.5 1.5l-1.5 1.5" />
<circle cx="12" cy="12" r="9" />
<path d="M13 9.5l-2 5.5" />
</svg>

View File

@ -0,0 +1,7 @@
---
---
<svg>
<path d="M10 14l-2 -2l2 -2" />
<path d="M14 10l2 2l-2 2" />
<circle cx="12" cy="12" r="9" />
</svg>

7
src/_icons/home-hand.svg Normal file
View File

@ -0,0 +1,7 @@
---
---
<svg>
<path d="M18 9l-6 -6l-9 9h2v7a2 2 0 0 0 2 2h3.5" />
<path d="M9 21v-6a2 2 0 0 1 2 -2h2" />
<path d="M16 17.5l-.585 -.578a1.516 1.516 0 0 0 -2 0c-.477 .433 -.551 1.112 -.177 1.622l1.762 2.456c.37 .506 1.331 1 2 1h3c1.009 0 1.497 -.683 1.622 -1.593c.252 -.938 .378 -1.74 .378 -2.407c0 -1 -.939 -1.843 -2 -2h-1v-2.636c0 -.754 -.672 -1.364 -1.5 -1.364s-1.5 .61 -1.5 1.364v4.136z" />
</svg>