diff options
Diffstat (limited to 'src/_icons/edit.svg')
-rw-r--r-- | src/_icons/edit.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/edit.svg b/src/_icons/edit.svg index a96ee563..26f6d86a 100644 --- a/src/_icons/edit.svg +++ b/src/_icons/edit.svg @@ -4,7 +4,7 @@ tags: [pencil, change, update] version: "1.0" --- <svg> - <path d="M9 7h-3a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-3" /> - <path d="M9 15h3l8.5 -8.5a1.5 1.5 0 0 0 -3 -3l-8.5 8.5v3" /> - <line x1="16" y1="5" x2="19" y2="8" /> + <path d="M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1" /> + <path d="M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415z" /> + <path d="M16 5l3 3" /> </svg> |