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/_icons | |
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/_icons')
-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 5e9c04ac..64866ee0 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 27652634..dd4cc92d 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 099b0719..02a94a42 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 61c98fe0..04456e43 100644 --- a/src/_icons/clipboard.svg +++ b/src/_icons/clipboard.svg @@ -1,5 +1,5 @@ --- -category: Documents +category: Document tags: [copy] --- <svg> |