diff options
author | codecalm <codecalm@gmail.com> | 2020-10-14 00:43:44 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-14 00:43:44 +0200 |
commit | 651385217b6cd2097b215cb3adfa38d7b276b447 (patch) | |
tree | cc2099721fb18efbff177792aede41a33e5b2ba4 /src/_icons/hierarhy.svg | |
parent | 9 new icons: `ball-american-football`, `ball-football`, `cash-banknote`, `hie... (diff) | |
download | tabler-icons-651385217b6cd2097b215cb3adfa38d7b276b447.tar.xz |
icons fixes
Diffstat (limited to 'src/_icons/hierarhy.svg')
-rw-r--r-- | src/_icons/hierarhy.svg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/_icons/hierarhy.svg b/src/_icons/hierarhy.svg index f0c9a783..a68fab43 100644 --- a/src/_icons/hierarhy.svg +++ b/src/_icons/hierarhy.svg @@ -1,9 +1,9 @@ --- --- <svg> - <circle cx="12" cy="5" r="2"/> - <circle cx="5" cy="19" r="2"/> - <circle cx="19" cy="19" r="2"/> - <path d="M6.5 17.5L12 13l5.5 4.5"/> - <path d="M12 7v6"/> + <circle cx="12" cy="5" r="2" /> + <circle cx="5" cy="19" r="2" /> + <circle cx="19" cy="19" r="2" /> + <path d="M6.5 17.5L12 13l5.5 4.5" /> + <line x1="12" y1="7" x2="12" y2="13" /> </svg> |