diff options
author | codecalm <codecalm@gmail.com> | 2020-03-06 00:58:29 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-06 00:58:29 +0100 |
commit | 094d590a49cfdc08c0e1475691bb6a279bfc3492 (patch) | |
tree | 20105a8cbe262d2649dc4d7969b12fe8f3e5a7a1 | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | tabler-icons-094d590a49cfdc08c0e1475691bb6a279bfc3492.tar.xz |
test pipe, urgent fix
-rw-r--r-- | _icons/test-pipe.svg | 7 | ||||
-rw-r--r-- | _icons/urgent.svg | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/_icons/test-pipe.svg b/_icons/test-pipe.svg new file mode 100644 index 00000000..95013818 --- /dev/null +++ b/_icons/test-pipe.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M16 4l3 3l-12.35 12.35a1.5 1.5 0 01-3 -3l12.35 -12.35" /> + <line x1="10" y1="10" x2="16" y2="10" /> + <path d="M19 15l1.5 1.6a2 2 0 11-3 0l1.5 -1.6" /> +</svg> diff --git a/_icons/urgent.svg b/_icons/urgent.svg index b0f5b853..507e8f3c 100644 --- a/_icons/urgent.svg +++ b/_icons/urgent.svg @@ -1,7 +1,6 @@ --- --- <svg> - <circle cx="12" cy="12" r="4" opacity=".1" /> <path d="M8 16v-4a4 4 0 018 0v4" /> <path d="M3 12h1M12 3v1M20 12h1M5.6 5.6l.7 .7M18.4 5.6l-.7 .7" /> <rect x="6" y="16" width="12" height="4" rx="1" /> |