diff options
Diffstat (limited to '_icons')
-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> |