mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-09-02 18:33:18 +02:00
3 new icons: camera-minus
, camera-plus
, phone-calling
Fixed icons: `capture`
This commit is contained in:
8
src/_icons/camera-minus.svg
Normal file
8
src/_icons/camera-minus.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
tags: [video, photo, aperture]
|
||||
---
|
||||
<svg>
|
||||
<circle cx="12" cy="13" r="3" />
|
||||
<path d="M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h3m9 6v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" />
|
||||
<line x1="15" y1="6" x2="21" y2="6" />
|
||||
</svg>
|
9
src/_icons/camera-plus.svg
Normal file
9
src/_icons/camera-plus.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
tags: [video, photo, aperture]
|
||||
---
|
||||
<svg>
|
||||
<circle cx="12" cy="13" r="3" />
|
||||
<path d="M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h2m9 7v7a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" />
|
||||
<line x1="15" y1="6" x2="21" y2="6" />
|
||||
<line x1="18" y1="3" x2="18" y2="9" />
|
||||
</svg>
|
@@ -5,5 +5,5 @@
|
||||
<path d="M4 16v2a2 2 0 0 0 2 2h2" />
|
||||
<path d="M16 4h2a2 2 0 0 1 2 2v2" />
|
||||
<path d="M16 20h2a2 2 0 0 0 2 -2v-2" />
|
||||
<circle cx="12" cy="12" r="3"></circle>
|
||||
<circle cx="12" cy="12" r="3" />
|
||||
</svg>
|
||||
|
9
src/_icons/phone-calling.svg
Normal file
9
src/_icons/phone-calling.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
tags: [ring, mobile, conversation, answer, dial, landline]
|
||||
---
|
||||
<svg>
|
||||
<path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" />
|
||||
<line x1="15" y1="7" x2="15" y2="7.01" />
|
||||
<line x1="18" y1="7" x2="18" y2="7.01" />
|
||||
<line x1="21" y1="7" x2="21" y2="7.01" />
|
||||
</svg>
|
Reference in New Issue
Block a user