diff options
Diffstat (limited to 'src/icons/barrier-block.svg')
-rw-r--r-- | src/icons/barrier-block.svg | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/icons/barrier-block.svg b/src/icons/barrier-block.svg new file mode 100644 index 00000000..84ffd0c6 --- /dev/null +++ b/src/icons/barrier-block.svg @@ -0,0 +1,17 @@ +--- +tags: [construction, stop, traffic, barricade, street] +version: "1.54" +unicode: "f00e" +--- +<svg> + <rect x="4" y="7" width="16" height="9" rx="1" /> + <path d="M7 16v4" /> + <path d="M7.5 16l9 -9" /> + <path d="M13.5 16l6.5 -6.5" /> + <path d="M4 13.5l6.5 -6.5" /> + <path d="M17 16v4" /> + <path d="M5 20h4" /> + <path d="M15 20h4" /> + <path d="M17 7v-2" /> + <path d="M7 7v-2" /> +</svg> |