diff options
author | codecalm <codecalm@gmail.com> | 2020-09-29 11:01:34 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-29 11:01:34 +0200 |
commit | 0e5bd6f8b2a574c7c364346ab23adaecb12cf04d (patch) | |
tree | f7c27abb6ddf9232ca5dfe23c8274ec4e3dd7723 /src/_icons/file-like.svg | |
parent | 2 new icons: `file-symlink`, `refresh-alert` (diff) | |
download | tabler-icons-0e5bd6f8b2a574c7c364346ab23adaecb12cf04d.tar.xz |
3 new icons: `fold-down`, `fold-up`, `fold`
Fixed icons: `file-certificate`, `file-dislike`, `file-like`
Diffstat (limited to 'src/_icons/file-like.svg')
-rw-r--r-- | src/_icons/file-like.svg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/_icons/file-like.svg b/src/_icons/file-like.svg index 38ec6422..337ffd1d 100644 --- a/src/_icons/file-like.svg +++ b/src/_icons/file-like.svg @@ -4,8 +4,8 @@ category: Document version: 1.26 --- <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" /> + <rect x="3" y="16" width="3" height="5" rx="1" /> + <path d="M6 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="M14 3v4a1 1 0 0 0 1 1h4" /> + <path d="M5 12.1v-7.1a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-2.3" /> </svg> |