diff options
Diffstat (limited to 'src/icons/wall.svg')
-rw-r--r-- | src/icons/wall.svg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/icons/wall.svg b/src/icons/wall.svg new file mode 100644 index 00000000..199f6a69 --- /dev/null +++ b/src/icons/wall.svg @@ -0,0 +1,16 @@ +--- +tags: [brick, security, firewall, building, renovation, consturction] +version: "1.45" +unicode: "ef7a" +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <path d="M4 8h16" /> + <path d="M20 12h-16" /> + <path d="M4 16h16" /> + <path d="M9 4v4" /> + <path d="M14 8v4" /> + <path d="M8 12v4" /> + <path d="M16 12v4" /> + <path d="M11 16v4" /> +</svg> |