diff options
Diffstat (limited to 'src/icons/building-church.svg')
-rw-r--r-- | src/icons/building-church.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/icons/building-church.svg b/src/icons/building-church.svg new file mode 100644 index 00000000..4f2fb02e --- /dev/null +++ b/src/icons/building-church.svg @@ -0,0 +1,13 @@ +--- +tags: [religion, chapel, sanctuary, temple, cathedral, pray, prayer] +category: Buildings +version: "1.1" +unicode: "ea4c" +--- +<svg> + <line x1="3" y1="21" x2="21" y2="21" /> + <path d="M10 21v-4a2 2 0 0 1 4 0v4" /> + <line x1="10" y1="5" x2="14" y2="5" /> + <line x1="12" y1="3" x2="12" y2="8" /> + <path d="M6 21v-7m-2 2l8 -8l8 8m-2 -2v7" /> +</svg> |