diff options
author | codecalm <codecalm@gmail.com> | 2020-09-01 17:31:22 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-01 17:31:22 +0200 |
commit | e32a02bc32bb2d297e986c6e371fd76247221c87 (patch) | |
tree | 3644a177946bd36119318906714ae7c7b4b054f9 /icons/page-break.svg | |
parent | `question-mark` icon #41 (diff) | |
parent | `brand-tabler` fixes (diff) | |
download | tabler-icons-e32a02bc32bb2d297e986c6e371fd76247221c87.tar.xz |
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons into dev
Diffstat (limited to 'icons/page-break.svg')
-rw-r--r-- | icons/page-break.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/icons/page-break.svg b/icons/page-break.svg new file mode 100644 index 00000000..4a9d6ea0 --- /dev/null +++ b/icons/page-break.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-page-break" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z"/> + <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> + + |