diff options
author | codecalm <codecalm@gmail.com> | 2020-03-06 00:48:09 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-06 00:48:09 +0100 |
commit | b22a0ece579366abf640c14812750a8b24503dd2 (patch) | |
tree | dc6736f3d335ece19974862e08f9b73d18bcf178 /_icons/urgent.svg | |
parent | icons readme fixes (diff) | |
download | tabler-icons-b22a0ece579366abf640c14812750a8b24503dd2.tar.xz |
urgent icon
Diffstat (limited to '_icons/urgent.svg')
-rw-r--r-- | _icons/urgent.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_icons/urgent.svg b/_icons/urgent.svg new file mode 100644 index 00000000..b0f5b853 --- /dev/null +++ b/_icons/urgent.svg @@ -0,0 +1,8 @@ +--- +--- +<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" /> +</svg> |