diff options
Diffstat (limited to 'src/icons/alert-circle.svg')
-rw-r--r-- | src/icons/alert-circle.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons/alert-circle.svg b/src/icons/alert-circle.svg new file mode 100644 index 00000000..5a9dbd43 --- /dev/null +++ b/src/icons/alert-circle.svg @@ -0,0 +1,10 @@ +--- +tags: [warning, danger, caution, risk] +version: "1.0" +unicode: "ea05" +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="12" y1="8" x2="12" y2="12" /> + <line x1="12" y1="16" x2="12.01" y2="16" /> +</svg> |