diff options
| author | codecalm <codecalm@gmail.com> | 2020-03-02 21:03:07 +0100 | 
|---|---|---|
| committer | codecalm <codecalm@gmail.com> | 2020-03-02 21:03:07 +0100 | 
| commit | bc6c6e731fd59f84023235019354c1582675eb66 (patch) | |
| tree | a06faa96542980b0deb1015e96585846c5f82cc2 /_icons | |
| parent | folders, tags, external link (diff) | |
| download | tabler-icons-bc6c6e731fd59f84023235019354c1582675eb66.tar.xz | |
share, folders, target
Diffstat (limited to '_icons')
| -rw-r--r-- | _icons/folders.svg | 6 | ||||
| -rw-r--r-- | _icons/share.svg | 9 | ||||
| -rw-r--r-- | _icons/target.svg | 7 | 
3 files changed, 22 insertions, 0 deletions
| diff --git a/_icons/folders.svg b/_icons/folders.svg new file mode 100644 index 00000000..78d9d070 --- /dev/null +++ b/_icons/folders.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> +  <path d="M9 4h3l2 2h5a2 2 0 012 2v7a2 2 0 01-2 2h-10a2 2 0 01-2 -2v-9a2 2 0 012 -2" /> +  <path d="M17 17v2a2 2 0 01-2 2h-10a2 2 0 01-2 -2v-9a2 2 0 012 -2h2" /> +</svg> diff --git a/_icons/share.svg b/_icons/share.svg new file mode 100644 index 00000000..00d1ccfd --- /dev/null +++ b/_icons/share.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> +  <circle cx="6" cy="12" r="3" /> +  <circle cx="18" cy="6" r="3" /> +  <circle cx="18" cy="18" r="3" /> +  <line x1="8.7" y1="10.7" x2="15.3" y2="7.3" /> +  <line x1="8.7" y1="13.3" x2="15.3" y2="16.7" /> +</svg> diff --git a/_icons/target.svg b/_icons/target.svg new file mode 100644 index 00000000..74c7db24 --- /dev/null +++ b/_icons/target.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> +  <circle cx="12" cy="12" r="1" /> +  <circle cx="12" cy="12" r="5" /> +  <circle cx="12" cy="12" r="9" /> +</svg> | 
