diff options
author | codecalm <codecalm@gmail.com> | 2020-03-21 12:16:18 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-21 12:16:18 +0100 |
commit | d6df9fa7c4ca1b0b6599f7338b5af9afd643bfed (patch) | |
tree | 03aad476ed8fd2492aa4c25a2c8fd2ccf71fd0d1 /src/_icons/briefcase.svg | |
parent | zip task (diff) | |
parent | new icons png (diff) | |
download | tabler-icons-d6df9fa7c4ca1b0b6599f7338b5af9afd643bfed.tar.xz |
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons into dev
Diffstat (limited to 'src/_icons/briefcase.svg')
-rw-r--r-- | src/_icons/briefcase.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/briefcase.svg b/src/_icons/briefcase.svg index 35ec7aa2..c59e0392 100644 --- a/src/_icons/briefcase.svg +++ b/src/_icons/briefcase.svg @@ -3,7 +3,7 @@ tags: [bag, baggage] --- <svg> <rect x="3" y="7" width="18" height="13" rx="2" /> - <path d="M8 7v-2a2 2 0 012 -2h4a2 2 0 012 2v2" /> + <path d="M8 7v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2" /> <line x1="12" y1="12" x2="12" y2="12.01" /> - <path d="M3 13a20 20 0 0018 0" /> + <path d="M3 13a20 20 0 0 0 18 0" /> </svg> |