diff options
author | codecalm <codecalm@gmail.com> | 2020-09-23 20:47:01 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-23 20:47:01 +0200 |
commit | 9d38ec3f7fd679d9af272ad2be7ce58765fd278a (patch) | |
tree | eee115ecbf52f7bac2d6ccb49822cbae7608f7bc /src | |
parent | 2 new icons: `file-dislike`, `file-like` (diff) | |
download | tabler-icons-9d38ec3f7fd679d9af272ad2be7ce58765fd278a.tar.xz |
Fixed icons: `clipboard-check`, `clipboard-list`, `clipboard-x`, `clipboard`
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/clipboard-check.svg | 2 | ||||
-rw-r--r-- | src/_icons/clipboard-list.svg | 2 | ||||
-rw-r--r-- | src/_icons/clipboard-x.svg | 2 | ||||
-rw-r--r-- | src/_icons/clipboard.svg | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/_icons/clipboard-check.svg b/src/_icons/clipboard-check.svg index 5e9c04a..64866ee 100644 --- a/src/_icons/clipboard-check.svg +++ b/src/_icons/clipboard-check.svg @@ -1,5 +1,5 @@ --- -category: Documents +category: Document tags: [copy, "yes"] --- <svg> diff --git a/src/_icons/clipboard-list.svg b/src/_icons/clipboard-list.svg index 2765263..dd4cc92 100644 --- a/src/_icons/clipboard-list.svg +++ b/src/_icons/clipboard-list.svg @@ -1,5 +1,5 @@ --- -category: Documents +category: Document tags: [copy, items] --- <svg> diff --git a/src/_icons/clipboard-x.svg b/src/_icons/clipboard-x.svg index 099b071..02a94a4 100644 --- a/src/_icons/clipboard-x.svg +++ b/src/_icons/clipboard-x.svg @@ -1,5 +1,5 @@ --- -category: Documents +category: Document tags: [copy, "no"] --- <svg> diff --git a/src/_icons/clipboard.svg b/src/_icons/clipboard.svg index 61c98fe..04456e4 100644 --- a/src/_icons/clipboard.svg +++ b/src/_icons/clipboard.svg @@ -1,5 +1,5 @@ --- -category: Documents +category: Document tags: [copy] --- <svg> |