1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-31 01:30:04 +02:00

arrows, faces

This commit is contained in:
codecalm
2020-02-29 17:25:14 +01:00
parent 131bf7d3bd
commit 0195c493c1
12 changed files with 73 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
---
---
<svg>
<line x1="17" y1="7" x2="7" y2="17" />
<polyline points="16 17 7 17 7 8" />
</svg>

View File

@@ -0,0 +1,6 @@
---
---
<svg>
<line x1="7" y1="7" x2="17" y2="17" />
<polyline points="17 8 17 17 8 17" />
</svg>

6
_icons/arrow-up-left.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<line x1="7" y1="7" x2="17" y2="17" />
<polyline points="16 7 7 7 7 16" />
</svg>

View File

@@ -0,0 +1,6 @@
---
---
<svg>
<line x1="17" y1="7" x2="7" y2="17" />
<polyline points="8 7 17 7 17 16" />
</svg>

View File

@@ -1,7 +1,7 @@
---
---
<svg>
<line x1="12" y1="5" x2="12" y2="19" />
<line x1="19" y1="12" x2="12" y2="5" />
<line x1="5" y1="12" x2="12" y2="5" />
<line x1="12" y1="5" x2="12" y2="19" />
<line x1="19" y1="12" x2="12" y2="5" />
<line x1="5" y1="12" x2="12" y2="5" />
</svg>

8
_icons/face-confuzed.svg Normal file
View File

@@ -0,0 +1,8 @@
---
---
<svg>
<circle cx="12" cy="12" r="9"></circle>
<line x1="9" y1="9" x2="9.01" y2="9" />
<line x1="15" y1="9" x2="15.01" y2="9" />
<line x1="9" y1="15" x2="15.5" y2="14" />
</svg>

8
_icons/face-happy.svg Normal file
View File

@@ -0,0 +1,8 @@
---
---
<svg>
<circle cx="12" cy="12" r="9"></circle>
<line x1="9" y1="9" x2="9.01" y2="9" />
<line x1="15" y1="9" x2="15.01" y2="9" />
<path d="M8 13a4 4 0 108 0m0 0H8" />
</svg>

8
_icons/face-neutral.svg Normal file
View File

@@ -0,0 +1,8 @@
---
---
<svg>
<circle cx="12" cy="12" r="9"></circle>
<line x1="9" y1="9" x2="9.01" y2="9" />
<line x1="15" y1="9" x2="15.01" y2="9" />
<line x1="9" y1="15" x2="15" y2="15" />
</svg>

8
_icons/face-sad.svg Normal file
View File

@@ -0,0 +1,8 @@
---
---
<svg>
<circle cx="12" cy="12" r="9"></circle>
<line x1="9" y1="9" x2="9.01" y2="9" />
<line x1="15" y1="9" x2="15.01" y2="9" />
<path stroke-linecap="round" d="M9 9v.01M15 9v.01M14.828 15.328a3.987 3.987 0 00-2.82-1.171 3.988 3.988 0 00-2.836 1.171"/>
</svg>

8
_icons/face-smile.svg Normal file
View File

@@ -0,0 +1,8 @@
---
---
<svg>
<circle cx="12" cy="12" r="9"></circle>
<line x1="9" y1="9" x2="9.01" y2="9" />
<line x1="15" y1="9" x2="15.01" y2="9" />
<path d="M9 9h.01M15 9h.01M9.172 14.828c.707.708 1.799 1.17 2.82 1.172a3.988 3.988 0 002.836-1.172"/>
</svg>

View File

@@ -1,5 +1,5 @@
---
---
<svg>
<rect x="3" y="3" width="18" height="18" rx="2" ry="2" />
<rect x="4" y="4" width="16" height="16" rx="2" ry="2" />
</svg>

5
_icons/star.svg Normal file
View File

@@ -0,0 +1,5 @@
---
---
<svg>
<path d="M12 17.75l-6.172 3.245 1.179-6.873-4.993-4.867 6.9-1.002L12 2l3.086 6.253 6.9 1.002-4.993 4.867 1.179 6.873z" />
</svg>