1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-01 11:50:25 +02:00

2 new icons: file-dislike, file-like

This commit is contained in:
codecalm
2020-09-23 20:46:28 +02:00
parent 666351d23e
commit 8cafd06133
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
tags: [rejected, document]
category: Document
---
<svg>
<rect x="4" y="14" width="3" height="5" rx="1" />
<path d="M7 15a1 1 0 0 1 1 -1h3.756a1 1 0 0 1 .958 .713l1.2 3c.09 .303 .133 .63 -.056 .884c-.188 .254 -.542 .403 -.858 .403h-2v2.467a1.1 1.1 0 0 1 -2.015 .61l-1.985 -3.077v-4z" />
<path d="M15 3v4a1 1 0 0 0 1 1h4" />
<path d="M6 11v-6a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-2.5" />
</svg>

10
src/_icons/file-like.svg Normal file
View File

@@ -0,0 +1,10 @@
---
tags: [approved, document]
category: Document
---
<svg>
<rect x="4" y="16" width="3" height="5" rx="1" />
<path d="M7 20a1 1 0 0 0 1 1h3.756a1 1 0 0 0 .958 -.713l1.2 -3c.09 -.303 .133 -.63 -.056 -.884c-.188 -.254 -.542 -.403 -.858 -.403h-2v-2.467a1.1 1.1 0 0 0 -2.015 -.61l-1.985 3.077v4z" />
<path d="M15 3v4a1 1 0 0 0 1 1h4" />
<path d="M6 12.1v-7.1a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-2.3" />
</svg>