diff options
author | codecalm <codecalm@gmail.com> | 2020-03-21 20:02:57 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-21 20:02:57 +0100 |
commit | 0908f417fe8cf18f6f88463eced6926c0e9d99de (patch) | |
tree | cbdbc01c6f21107991906537e4eeddaf79905f9c /src/_icons/edit.svg | |
parent | build new version (diff) | |
download | tabler-icons-0908f417fe8cf18f6f88463eced6926c0e9d99de.tar.xz |
16 new icons: `alarm`, `arrow-back`, `arrow-forward`, `artboard`, `award`, `bug`, `calendar-event`, `globe`, `help`, `mug`, `palette`, `pencil`, `record-mail`, `ruler`, `scissors`, `stack`
Fixed icons: `directions`, `disabled`, `disc`, `edit`, `switch-vertical`
Diffstat (limited to 'src/_icons/edit.svg')
-rw-r--r-- | src/_icons/edit.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_icons/edit.svg b/src/_icons/edit.svg index 1bc8b10c..caf30237 100644 --- a/src/_icons/edit.svg +++ b/src/_icons/edit.svg @@ -4,4 +4,5 @@ tags: [pencil, change] <svg> <path d="M9 7 h-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" /> </svg> |