diff options
author | codecalm <codecalm@gmail.com> | 2020-03-10 22:12:47 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-10 22:12:47 +0100 |
commit | fe151338aeedcf04cc2078653193903519f7b4ad (patch) | |
tree | 051e557be0474af0192e1990b3f352885545509b /_icons/dashboard.svg | |
parent | icons sprite (diff) | |
download | tabler-icons-fe151338aeedcf04cc2078653193903519f7b4ad.tar.xz |
icons directory structure
Diffstat (limited to '_icons/dashboard.svg')
-rw-r--r-- | _icons/dashboard.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_icons/dashboard.svg b/_icons/dashboard.svg new file mode 100644 index 0000000..c95cb49 --- /dev/null +++ b/_icons/dashboard.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="12" cy="13" r="2" /> + <line x1="13.45" y1="11.55" x2="15.5" y2="9.5" /> + <path d="M6.4 20a9 9 0 1111.2 0Z" /> +</svg> |