diff options
author | codecalm <codecalm@gmail.com> | 2020-08-19 13:45:47 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-19 13:45:47 +0200 |
commit | ef4899c2d98e9639a746660d37983afdc79fb3cd (patch) | |
tree | 275ebfd85c97588f402ff6929bb07155357da8ee /src/_icons/brand-codepen.svg | |
parent | `behance` logo (diff) | |
download | tabler-icons-ef4899c2d98e9639a746660d37983afdc79fb3cd.tar.xz |
icons optimize, `behance` fix
Diffstat (limited to 'src/_icons/brand-codepen.svg')
-rw-r--r-- | src/_icons/brand-codepen.svg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/_icons/brand-codepen.svg b/src/_icons/brand-codepen.svg index 7a4cbfb8..10c3830c 100644 --- a/src/_icons/brand-codepen.svg +++ b/src/_icons/brand-codepen.svg @@ -4,8 +4,8 @@ category: Brand <svg> <path d="M3 15l9 6l9 -6l-9 -6l-9 6" /> <path d="M3 9l9 6l9 -6l-9 -6l-9 6" /> - <path d="M3 9v6" /> - <path d="M21 9v6" /> - <path d="M12 3v6" /> - <path d="M12 15v6" /> + <line x1="3" y1="9" x2="3" y2="15" /> + <line x1="21" y1="9" x2="21" y2="15" /> + <line x1="12" y1="3" x2="12" y2="9" /> + <line x1="12" y1="15" x2="12" y2="21" /> </svg> |