Add square-asterisk icon (#1179)

This commit is contained in:
Daniel Bayley
2023-05-02 19:47:11 +01:00
committed by GitHub
parent bd74ac880e
commit 37cb860ebe
2 changed files with 30 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"$schema": "../icon.schema.json",
"tags": [
"password",
"secret",
"access",
"key"
],
"categories": [
"text",
"security",
"account"
]
}
+16
View File
@@ -0,0 +1,16 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="18" height="18" x="3" y="3" rx="2" />
<path d="M12 8v8" />
<path d="m8.5 14 7-4" />
<path d="m8.5 10 7 4" />
</svg>

After

Width:  |  Height:  |  Size: 338 B