1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-12 17:14:28 +02:00

Add hand-click-off icon (#1261)

This commit is contained in:
Maurici Abad Gutierrez
2025-01-06 00:47:13 +01:00
committed by GitHub
parent 9f21e6fd48
commit a8cb07918d
4 changed files with 28 additions and 3 deletions

View File

@@ -0,0 +1,25 @@
<!--
tags: [gesture, touch, press, phone, finger, index, forefinger, hand, mouse]
category: Gestures
-->
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M8 13v-5" />
<path d="M8.06 4.077a1.5 1.5 0 0 1 2.94 .423v2.5m0 4v1" />
<path d="M12.063 8.065a1.5 1.5 0 0 1 1.937 1.435v.5" />
<path d="M14.06 10.082a1.5 1.5 0 0 1 2.94 .418v1.5" />
<path d="M17 11.5a1.5 1.5 0 0 1 3 0v4.5m-.88 3.129a6 6 0 0 1 -5.12 2.871h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" />
<path d="M3 3l18 18" />
<path d="M4 7h-1" />
<path d="M14 3l1 -1" />
<path d="M15 6h1" />
</svg>

After

Width:  |  Height:  |  Size: 833 B

View File

@@ -1,5 +1,5 @@
<!-- <!--
tags: [gesture, touch, press, phone] tags: [gesture, touch, press, phone, finger, index, forefinger, hand, mouse]
category: Gestures category: Gestures
version: "1.43" version: "1.43"
unicode: "ef4f" unicode: "ef4f"

Before

Width:  |  Height:  |  Size: 750 B

After

Width:  |  Height:  |  Size: 790 B

View File

@@ -1,5 +1,5 @@
<!-- <!--
tags: [point, show, index, forefinger, body, human, palm] tags: [point, show, index, forefinger, body, human, palm, click, press, touch, mouse, pointer]
category: Gestures category: Gestures
version: "1.66" version: "1.66"
unicode: "f13d" unicode: "f13d"

Before

Width:  |  Height:  |  Size: 774 B

After

Width:  |  Height:  |  Size: 811 B

View File

@@ -1,6 +1,6 @@
<!-- <!--
category: Gestures category: Gestures
tags: [point, show, index, forefinger, body, human, palm] tags: [point, show, index, forefinger, body, human, palm, click, press, touch, mouse, pointer]
version: "1.39" version: "1.39"
unicode: "ee94" unicode: "ee94"
--> -->

Before

Width:  |  Height:  |  Size: 691 B

After

Width:  |  Height:  |  Size: 728 B