diff options
author | codecalm <codecalm@gmail.com> | 2020-08-18 16:47:34 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-18 16:47:34 +0200 |
commit | 6e2213fe3201885a938cd1bee4eefe173db6eeeb (patch) | |
tree | 78a07aa5b8e6f8f6ff0ce93abb19c13bea75608e /src/_icons/brand-medium.svg | |
parent | `brand-codepen` icon (diff) | |
download | tabler-icons-6e2213fe3201885a938cd1bee4eefe173db6eeeb.tar.xz |
icons optimize
Diffstat (limited to 'src/_icons/brand-medium.svg')
-rw-r--r-- | src/_icons/brand-medium.svg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/_icons/brand-medium.svg b/src/_icons/brand-medium.svg index 6f66dfb8..ee33f53e 100644 --- a/src/_icons/brand-medium.svg +++ b/src/_icons/brand-medium.svg @@ -3,9 +3,9 @@ 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> + <path d="M8 9h1l3 3l3 -3h1" /> + <path d="M8 15h2" /> + <path d="M14 15h2" /> + <path d="M9 9v6" /> + <path d="M15 9v6" /> </svg> |