diff options
Diffstat (limited to 'src/icons/shield-check.svg')
-rw-r--r-- | src/icons/shield-check.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons/shield-check.svg b/src/icons/shield-check.svg new file mode 100644 index 00000000..4c143701 --- /dev/null +++ b/src/icons/shield-check.svg @@ -0,0 +1,10 @@ +--- +category: System +tags: [safety, protect, protection, "yes", add] +version: "1.0" +unicode: "eb22" +--- +<svg> + <path d="M9 12l2 2l4 -4" /> + <path d="M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3" /> +</svg> |