diff options
author | codecalm <codecalm@gmail.com> | 2020-09-23 20:46:28 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-23 20:46:28 +0200 |
commit | 8cafd06133320102a1a7350404481db95aeb70e5 (patch) | |
tree | 34d00666adf19c684a13d28da759734e0d36c345 /src/_icons | |
parent | 8 new icons: `brand-appstore`, `brand-google-play`, `building-monument`, `cir... (diff) | |
download | tabler-icons-8cafd06133320102a1a7350404481db95aeb70e5.tar.xz |
2 new icons: `file-dislike`, `file-like`
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/file-dislike.svg | 10 | ||||
-rw-r--r-- | src/_icons/file-like.svg | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/src/_icons/file-dislike.svg b/src/_icons/file-dislike.svg new file mode 100644 index 00000000..d23234f3 --- /dev/null +++ b/src/_icons/file-dislike.svg @@ -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> diff --git a/src/_icons/file-like.svg b/src/_icons/file-like.svg new file mode 100644 index 00000000..f19f9969 --- /dev/null +++ b/src/_icons/file-like.svg @@ -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> |