diff options
Diffstat (limited to 'src/icons/svg.svg')
-rw-r--r-- | src/icons/svg.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons/svg.svg b/src/icons/svg.svg new file mode 100644 index 00000000..bc04fc3d --- /dev/null +++ b/src/icons/svg.svg @@ -0,0 +1,10 @@ +--- +tags: [file, format, extension, graphic] +version: "1.75" +unicode: "f25a" +--- +<svg> + <path d="M21 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" /> + <path d="M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3" /> + <path d="M10 8l1.5 8h1l1.5 -8" /> +</svg> |