diff options
author | codecalm <codecalm@gmail.com> | 2020-02-27 18:41:35 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-02-27 18:41:35 +0100 |
commit | e6e7494bdcfbc48139dc38ea7219022e3d4ec6c1 (patch) | |
tree | 74c5b7b4c8e40b3bc4277f815dde8ccec660eb4f /_icons | |
parent | first init (diff) | |
download | tabler-icons-e6e7494bdcfbc48139dc38ea7219022e3d4ec6c1.tar.xz |
icon preview
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/a.md | 1 | ||||
-rw-r--r-- | _icons/activity.txt | 1 | ||||
-rw-r--r-- | _icons/alert-circle.svg | 1 | ||||
-rw-r--r-- | _icons/arrow-left-circle.svg | 1 | ||||
-rw-r--r-- | _icons/arrow-left.svg | 6 | ||||
-rw-r--r-- | _icons/arrow-right.svg | 6 |
6 files changed, 12 insertions, 4 deletions
diff --git a/_icons/a.md b/_icons/a.md deleted file mode 100644 index 5ccaff4c..00000000 --- a/_icons/a.md +++ /dev/null @@ -1 +0,0 @@ -sdfsd diff --git a/_icons/activity.txt b/_icons/activity.txt deleted file mode 100644 index 669a57a7..00000000 --- a/_icons/activity.txt +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-activity"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline></svg>
\ No newline at end of file diff --git a/_icons/alert-circle.svg b/_icons/alert-circle.svg deleted file mode 100644 index 8d02b7d1..00000000 --- a/_icons/alert-circle.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-circle"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></svg>
\ No newline at end of file diff --git a/_icons/arrow-left-circle.svg b/_icons/arrow-left-circle.svg deleted file mode 100644 index 3b19ff8a..00000000 --- a/_icons/arrow-left-circle.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-left-circle"><circle cx="12" cy="12" r="10"></circle><polyline points="12 8 8 12 12 16"></polyline><line x1="16" y1="12" x2="8" y2="12"></line></svg>
\ No newline at end of file diff --git a/_icons/arrow-left.svg b/_icons/arrow-left.svg new file mode 100644 index 00000000..59e7ba17 --- /dev/null +++ b/_icons/arrow-left.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="19" y1="12" x2="5" y2="12" /> + <polyline points="12 19 5 12 12 5" /> +</svg> diff --git a/_icons/arrow-right.svg b/_icons/arrow-right.svg new file mode 100644 index 00000000..59e7ba17 --- /dev/null +++ b/_icons/arrow-right.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="19" y1="12" x2="5" y2="12" /> + <polyline points="12 19 5 12 12 5" /> +</svg> |