diff options
author | codecalm <codecalm@gmail.com> | 2020-10-14 00:57:59 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-14 00:57:59 +0200 |
commit | a2cc70fe2901e0baaafcc16efbc2ca99526ab20a (patch) | |
tree | 549ce914869f59babec431e30a3a5a4573f4ebb2 /src/_icons/hierarchy.svg | |
parent | icons fixes (diff) | |
download | tabler-icons-a2cc70fe2901e0baaafcc16efbc2ca99526ab20a.tar.xz |
icons fixes
Diffstat (limited to 'src/_icons/hierarchy.svg')
-rw-r--r-- | src/_icons/hierarchy.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/hierarchy.svg b/src/_icons/hierarchy.svg new file mode 100644 index 00000000..a68fab43 --- /dev/null +++ b/src/_icons/hierarchy.svg @@ -0,0 +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" /> + <line x1="12" y1="7" x2="12" y2="13" /> +</svg> |