diff options
Diffstat (limited to 'icons/pencil.svg')
-rw-r--r-- | icons/pencil.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/icons/pencil.svg b/icons/pencil.svg new file mode 100644 index 00000000..e7149730 --- /dev/null +++ b/icons/pencil.svg @@ -0,0 +1,7 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-pencil" 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="M4 20h4l10.5 -10.5a1.5 1.5 0 0 0 -4 -4l-10.5 10.5v4" /> + <line x1="13.5" y1="6.5" x2="17.5" y2="10.5" /> +</svg> + + |