diff options
author | codecalm <codecalm@gmail.com> | 2020-04-10 16:13:37 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-10 16:13:37 +0200 |
commit | fc893d30cd5bd4d3d2a1bc4fef4ddf69852f2433 (patch) | |
tree | a449594ab1862d6de56feb7079d5653065875d29 /icons/license.svg | |
parent | letter fixes (diff) | |
download | tabler-icons-fc893d30cd5bd4d3d2a1bc4fef4ddf69852f2433.tar.xz |
Release 1.5.0v1.5.0
Diffstat (limited to 'icons/license.svg')
-rw-r--r-- | icons/license.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/icons/license.svg b/icons/license.svg new file mode 100644 index 00000000..7a350368 --- /dev/null +++ b/icons/license.svg @@ -0,0 +1,8 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-license" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z"/> + <path d="M15 21h-9a3 3 0 0 1 -3 -3v-1h10v2a2 2 0 0 0 4 0v-14a2 2 0 1 1 2 2h-2m2 -4h-11a3 3 0 0 0 -3 3v11" /> + <line x1="9" y1="7" x2="13" y2="7" /> + <line x1="9" y1="11" x2="13" y2="11" /> +</svg> + + |