diff options
author | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
commit | e35df21787712c14bea1869f2c663be4343ecf47 (patch) | |
tree | d33d89b9d62c0277fa10fedb985ddabb5f74370d /src/icons/h-4.svg | |
parent | Merge pull request #287 from tabler/dev-unicode (diff) | |
download | tabler-icons-e35df21787712c14bea1869f2c663be4343ecf47.tar.xz |
e11ty test
Diffstat (limited to 'src/icons/h-4.svg')
-rw-r--r-- | src/icons/h-4.svg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/icons/h-4.svg b/src/icons/h-4.svg new file mode 100644 index 00000000..e5c7b765 --- /dev/null +++ b/src/icons/h-4.svg @@ -0,0 +1,16 @@ +--- +tags: [header, text, editor] +category: Text +version: "1.16" +unicode: "ec97" +--- +<svg> + <path d="M20 18v-8l-4 6h5" /> + <path d="M4 6v12" /> + <path d="M12 6v12" /> + <path d="M11 18h2" /> + <path d="M3 18h2" /> + <path d="M4 12h8" /> + <path d="M3 6h2" /> + <path d="M11 6h2" /> +</svg> |