diff options
author | codecalm <codecalm@gmail.com> | 2020-08-21 18:24:26 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-21 18:24:26 +0200 |
commit | bc391f9a0bc3bdf8fa4e2f4a84a55ae8d43dd726 (patch) | |
tree | 869fdab167ab22719579cf547eb93289f90abfca | |
parent | keyboard icons (diff) | |
download | tabler-icons-bc391f9a0bc3bdf8fa4e2f4a84a55ae8d43dd726.tar.xz |
`page-break` icon
-rw-r--r-- | src/_icons/page-break.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/page-break.svg b/src/_icons/page-break.svg new file mode 100644 index 00000000..422d0dbe --- /dev/null +++ b/src/_icons/page-break.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> + <path d="M19 18v1a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-1" /> + <path d="M3 14h3m4.5 0h3m4.5 0h3" /> + <path d="M5 10v-5a2 2 0 0 1 2 -2h7l5 5v2" /> +</svg> |