diff options
author | codecalm <codecalm@gmail.com> | 2020-08-18 16:30:03 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-18 16:30:03 +0200 |
commit | 72cca5d70b1219c229ee4e57e074bb619f192c1a (patch) | |
tree | f4163b062c532364a1c6aff4f87e8c22e67a4601 /src | |
parent | icons categories (diff) | |
download | tabler-icons-72cca5d70b1219c229ee4e57e074bb619f192c1a.tar.xz |
`brand-medium` icon #52
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/brand-medium.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/_icons/brand-medium.svg b/src/_icons/brand-medium.svg new file mode 100644 index 00000000..6f66dfb8 --- /dev/null +++ b/src/_icons/brand-medium.svg @@ -0,0 +1,11 @@ +--- +category: Brand +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <path d="M8 9h1l3 3l3 -3h1"></path> + <path d="M8 15h2"></path> + <path d="M14 15h2"></path> + <path d="M9 9v6"></path> + <path d="M15 9v6"></path> +</svg> |