mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-25 23:06:38 +02:00
18 new icons: arrow-merge-both
, arrow-merge-left
, arrow-merge-right
, garden-cart
, ground
, logic-and
, logic-buffer
, logic-nand
, logic-nor
, logic-not
, logic-or
, logic-xnor
, logic-xor
, microwave
, outbound
, sos
, steam
, storm
#255
This commit is contained in:
9
src/_icons/arrow-merge-both.svg
Normal file
9
src/_icons/arrow-merge-both.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M16 8l-4 -4l-4 4" />
|
||||
<path d="M12 20v-16" />
|
||||
<path d="M18 18c-4 -1.333 -6 -4.667 -6 -10" />
|
||||
<path d="M6 18c4 -1.333 6 -4.667 6 -10" />
|
||||
</svg>
|
8
src/_icons/arrow-merge-left.svg
Normal file
8
src/_icons/arrow-merge-left.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M8 8l4 -4l4 4" />
|
||||
<path d="M12 20v-16" />
|
||||
<path d="M6 18c4 -1.333 6 -4.667 6 -10" />
|
||||
</svg>
|
8
src/_icons/arrow-merge-right.svg
Normal file
8
src/_icons/arrow-merge-right.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
category: Arrows
|
||||
---
|
||||
<svg>
|
||||
<path d="M16 8l-4 -4l-4 4" />
|
||||
<path d="M12 20v-16" />
|
||||
<path d="M18 18c-4 -1.333 -6 -4.667 -6 -10" />
|
||||
</svg>
|
8
src/_icons/garden-cart.svg
Normal file
8
src/_icons/garden-cart.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
category: Vehicles
|
||||
---
|
||||
<svg>
|
||||
<circle cx="17.5" cy="17.5" r="2.5" />
|
||||
<path d="M6 8v11a1 1 0 0 0 1.806 .591l3.694 -5.091v.055" />
|
||||
<path d="M6 8h15l-3.5 7l-7.1 -.747a4 4 0 0 1 -3.296 -2.493l-2.853 -7.13a1 1 0 0 0 -.928 -.63h-1.323" />
|
||||
</svg>
|
8
src/_icons/ground.svg
Normal file
8
src/_icons/ground.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M12 13v-8" />
|
||||
<path d="M4 13h16" />
|
||||
<path d="M7 16h10" />
|
||||
<path d="M10 19h4" />
|
||||
</svg>
|
9
src/_icons/logic-and.svg
Normal file
9
src/_icons/logic-and.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category: Logic
|
||||
---
|
||||
<svg>
|
||||
<path d="M22 12h-5" />
|
||||
<path d="M2 9h5" />
|
||||
<path d="M2 15h5" />
|
||||
<path d="M9 5c6 0 8 3.5 8 7s-2 7 -8 7h-2v-14h2z" />
|
||||
</svg>
|
9
src/_icons/logic-buffer.svg
Normal file
9
src/_icons/logic-buffer.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category: Logic
|
||||
---
|
||||
<svg>
|
||||
<path d="M22 12h-5" />
|
||||
<path d="M2 9h5" />
|
||||
<path d="M2 15h5" />
|
||||
<path d="M7 5l10 7l-10 7z" />
|
||||
</svg>
|
10
src/_icons/logic-nand.svg
Normal file
10
src/_icons/logic-nand.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
category: Logic
|
||||
---
|
||||
<svg>
|
||||
<path d="M22 12h-3" />
|
||||
<path d="M2 9h3" />
|
||||
<path d="M2 15h3" />
|
||||
<path d="M7 5c6 0 8 3.5 8 7s-2 7 -8 7h-2v-14h2z" />
|
||||
<circle cx="17" cy="12" r="2" />
|
||||
</svg>
|
10
src/_icons/logic-nor.svg
Normal file
10
src/_icons/logic-nor.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
category: Logic
|
||||
---
|
||||
<svg>
|
||||
<path d="M22 12h-4" />
|
||||
<path d="M2 9h5" />
|
||||
<path d="M2 15h5" />
|
||||
<path d="M6 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" />
|
||||
<circle cx="16" cy="12" r="2" />
|
||||
</svg>
|
10
src/_icons/logic-not.svg
Normal file
10
src/_icons/logic-not.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
category: Logic
|
||||
---
|
||||
<svg>
|
||||
<path d="M22 12h-3" />
|
||||
<path d="M2 9h3" />
|
||||
<path d="M2 15h3" />
|
||||
<path d="M5 5l10 7l-10 7z" />
|
||||
<circle cx="17" cy="12" r="2" />
|
||||
</svg>
|
9
src/_icons/logic-or.svg
Normal file
9
src/_icons/logic-or.svg
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category: Logic
|
||||
---
|
||||
<svg>
|
||||
<path d="M22 12h-6" />
|
||||
<path d="M2 9h7" />
|
||||
<path d="M2 15h7" />
|
||||
<path d="M8 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" />
|
||||
</svg>
|
11
src/_icons/logic-xnor.svg
Normal file
11
src/_icons/logic-xnor.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
category: Logic
|
||||
---
|
||||
<svg>
|
||||
<path d="M22 12h-2" />
|
||||
<path d="M2 9h4" />
|
||||
<path d="M2 15h4" />
|
||||
<path d="M5 19c1.778 -4.667 1.778 -9.333 0 -14" />
|
||||
<path d="M8 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" />
|
||||
<circle cx="18" cy="12" r="2" />
|
||||
</svg>
|
10
src/_icons/logic-xor.svg
Normal file
10
src/_icons/logic-xor.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
category: Logic
|
||||
---
|
||||
<svg>
|
||||
<path d="M22 12h-4" />
|
||||
<path d="M2 9h6" />
|
||||
<path d="M2 15h6" />
|
||||
<path d="M7 19c1.778 -4.667 1.778 -9.333 0 -14" />
|
||||
<path d="M10 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" />
|
||||
</svg>
|
11
src/_icons/microwave.svg
Normal file
11
src/_icons/microwave.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<rect x="3" y="6" width="18" height="12" rx="1" />
|
||||
<path d="M15 6v12" />
|
||||
<path d="M18 12h.01" />
|
||||
<path d="M18 15h.01" />
|
||||
<path d="M18 9h.01" />
|
||||
<path d="M6.5 10.5c1 -.667 1.5 -.667 2.5 0c.833 .347 1.667 .926 2.5 0" />
|
||||
<path d="M6.5 13.5c1 -.667 1.5 -.667 2.5 0c.833 .347 1.667 .926 2.5 0" />
|
||||
</svg>
|
7
src/_icons/outbound.svg
Normal file
7
src/_icons/outbound.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<circle cx="12" cy="12" r="9" />
|
||||
<path d="M9 15l6 -6" />
|
||||
<path d="M11 9h4v4" />
|
||||
</svg>
|
7
src/_icons/sos.svg
Normal file
7
src/_icons/sos.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3" />
|
||||
<path d="M10 8h4v8h-4z" />
|
||||
<path d="M17 16h3a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h3" />
|
||||
</svg>
|
12
src/_icons/steam.svg
Normal file
12
src/_icons/steam.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<circle cx="12" cy="4" r="1" />
|
||||
<circle cx="4" cy="12" r="1" />
|
||||
<circle cx="20" cy="12" r="1" />
|
||||
<circle cx="12" cy="20" r="1" />
|
||||
<path d="M5.5 5.5l3 3" />
|
||||
<path d="M15.5 15.5l3 3" />
|
||||
<path d="M18.5 5.5l-3 3" />
|
||||
<path d="M8.5 15.5l-3 3" />
|
||||
</svg>
|
8
src/_icons/storm.svg
Normal file
8
src/_icons/storm.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<circle cx="12" cy="12" r="3" />
|
||||
<circle cx="12" cy="12" r="7" />
|
||||
<path d="M5.369 14.236c-1.839 -3.929 -1.561 -7.616 -.704 -11.236" />
|
||||
<path d="M18.63 9.76c1.837 3.928 1.561 7.615 .703 11.236" />
|
||||
</svg>
|
Reference in New Issue
Block a user