diff options
author | codecalm <codecalm@gmail.com> | 2021-11-23 22:17:08 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-11-23 22:17:08 +0100 |
commit | 48a57f1ff5013cb962ee50f596c25357977cd5c0 (patch) | |
tree | 9c509f4c00fc0b74fa22dd168fd22c2cf4829ed4 /src/_icons | |
parent | 17 new icons: `brand-airtable`, `brand-angular`, `brand-cucumber`, `brand-doc... (diff) | |
download | tabler-icons-48a57f1ff5013cb962ee50f596c25357977cd5c0.tar.xz |
strikethrough as s icon #146
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/strikethrough.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/strikethrough.svg b/src/_icons/strikethrough.svg index 69ceb96a..a5536904 100644 --- a/src/_icons/strikethrough.svg +++ b/src/_icons/strikethrough.svg @@ -4,6 +4,6 @@ category: Text version: "1.3" --- <svg> - <path d="M5 12h14" /> - <path d="M17 5h-7a3 3 0 0 0 -3 3v1m10 6v1a3 3 0 0 1 -3 3h-7" /> + <line x1="5" y1="12" x2="19" y2="12" /> + <path d="M16 6.5a4 2 0 0 0 -4 -1.5h-1a3.5 3.5 0 0 0 0 7h2a3.5 3.5 0 0 1 0 7h-1.5a4 2 0 0 1 -4 -1.5" /> </svg> |